:root { color-scheme: dark; }
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { background: #0a0907; color: #f7f5ef; font-family: "DM Sans", Arial, sans-serif; }
.scene { position: relative; display: flex; min-height: 100svh; overflow: hidden; background: #0a0907 url("assets/blb-coming-soon-field.jpg") center/cover no-repeat; }
.shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,.42) 48%, rgba(0,0,0,.16) 100%), linear-gradient(0deg, rgba(0,0,0,.34) 0%, transparent 42%); }
.site-header { position: absolute; z-index: 2; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; padding: 26px 32px; }
.wordmark { display: flex; align-items: center; gap: 11px; color: #f7f5ef; font-size: 17px; font-weight: 800; letter-spacing: -.055em; line-height: .9; text-decoration: none; }
.wordmark img { width: 45px; height: 45px; object-fit: contain; }
.menu-mark { display: grid; width: 42px; height: 42px; place-content: center; gap: 4px; border: 1px solid rgba(247,245,239,.42); border-radius: 50%; }
.menu-mark i { display: block; width: 18px; height: 1.5px; background: #f7f5ef; }
.content { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; padding: 230px 32px 130px; text-align: center; }
.crest { position: absolute; top: -42px; width: clamp(128px, 10.5vw, 160px); height: clamp(128px, 10.5vw, 160px); object-fit: contain; }
.status { margin: 0 0 18px; color: #d5a74d; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
h1 { max-width: 1090px; margin: 0; color: #f7f5ef; font-size: clamp(57px, 8.8vw, 138px); font-weight: 800; letter-spacing: -.045em; line-height: .93; }
h1 span { display: block; } h1 span + span { margin-top: .15em; color: #d5a74d; transform: rotate(-1deg); }
.note { margin: 28px 0 0; color: rgba(247,245,239,.88); font-size: 12px; font-weight: 600; letter-spacing: .11em; }
.instagram { position: absolute; z-index: 2; bottom: 62px; left: 32px; display: inline-flex; height: 34px; align-items: center; gap: 8px; padding: 0 12px 0 10px; overflow: hidden; color: #f7f5ef; border: 1px solid rgba(247,245,239,.52); border-radius: 99px; background: rgba(9,9,9,.28); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-decoration: none; transition: transform 180ms cubic-bezier(.23,1,.32,1), color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.instagram::after { position: absolute; inset: 0; content: ""; opacity: 0; background-image: radial-gradient(circle at 18% 26%, rgba(9,9,9,.5) 0 1px, transparent 1.4px), radial-gradient(circle at 72% 68%, rgba(9,9,9,.5) 0 1px, transparent 1.5px), radial-gradient(circle at 44% 83%, rgba(9,9,9,.5) 0 1px, transparent 1.4px); background-size: 8px 8px, 10px 10px, 7px 7px; transition: opacity 180ms ease; }.instagram svg, .instagram span { position: relative; z-index: 1; }.instagram svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; }.instagram:hover { color: #0a0907; border-color: #d5a74d; background: #d5a74d; box-shadow: 3px 4px 0 rgba(0,0,0,.36); transform: translateY(-3px) rotate(-2deg); }.instagram:hover::after { opacity: .8; }.instagram:focus-visible { outline: 2px solid #f7f5ef; outline-offset: 3px; }
.marquee { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; overflow: hidden; padding: 16px 0; color: #0a0907; background: #d5a74d; white-space: nowrap; }.marquee div { display: inline-block; animation: scroll 24s linear infinite; font-size: 22px; font-weight: 800; letter-spacing: -.035em; }.marquee b { display: inline-block; margin: 0 42px; font: inherit; } @keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-33%); } }
@media (max-width: 640px) { .site-header { padding: 18px 20px; }.wordmark { font-size: 15px; }.wordmark img { width: 38px; height: 38px; }.menu-mark { width: 38px; height: 38px; }.content { padding: 194px 22px 100px; }.crest { top: -16px; width: 98px; height: 98px; }.status { margin-bottom: 16px; font-size: 9px; } h1 { font-size: clamp(47px, 14.4vw, 68px); letter-spacing: -.045em; line-height: .94; } h1 span + span { margin-top: .18em; }.note { margin-top: 25px; font-size: 10px; }.instagram { bottom: 57px; left: 20px; height: 29px; padding: 0 10px 0 8px; font-size: 8px; letter-spacing: .1em; }.instagram svg { width: 15px; height: 15px; }.marquee { padding: 13px 0; }.marquee div { font-size: 17px; }.marquee b { margin: 0 28px; } }
@media (prefers-reduced-motion: reduce) { .marquee div { animation: none; } }
