:root { color-scheme: dark; }
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { overflow: hidden; background: #0a0907; color: #f7f5ef; font-family: "DM Sans", Arial, sans-serif; }
.scene { position: relative; display: flex; min-height: 100svh; overflow: hidden; background: #090909 url("assets/blb-coming-soon-field.jpg") center bottom / 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%); }
.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: -15px; left: 50%; width: clamp(150px, 12vw, 175px); height: clamp(150px, 12vw, 175px); object-fit: contain; transform: translateX(-50%); }
.status { margin: 0 0 18px; color: #d5a74d; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1 { position: absolute; right: 24px; bottom: 0; left: 24px; margin: 0; color: #f7f5ef; font-size: clamp(46px, 5.3vw, 78px); font-weight: 800; letter-spacing: -.05em; line-height: .84; }
h1 span { display: block; } h1 span + span { margin-top: .13em; color: #d5a74d; }
.note { margin: 28px 0 0; color: rgba(247,245,239,.88); font-size: 12px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.instagram { position: absolute; z-index: 2; bottom: 125px; left: 50%; 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; transform: translateX(-50%); 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: translateX(-50%) translateY(-3px) rotate(-2deg); }.instagram:hover::after { opacity: .8; }.instagram:focus-visible { outline: 2px solid #f7f5ef; outline-offset: 3px; }
@media (max-width: 640px) { .scene { background-position: center 60%; background-size: auto 112%; }.content { padding: 194px 22px 100px; }.crest { top: -5px; left: 50%; width: 125px; height: 125px; }.status { margin-bottom: 16px; font-size: 9px; } h1 { right: 16px; bottom: 3px; left: 16px; font-size: clamp(27px, 8vw, 36px); letter-spacing: -.045em; line-height: .87; } h1 span + span { margin-top: .13em; }.note { margin-top: 25px; font-size: 10px; }.instagram { bottom: 70px; height: 29px; padding: 0 10px 0 8px; font-size: 8px; letter-spacing: .1em; }.instagram svg { width: 15px; height: 15px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
