:root {
    --accent: #e02c37;
    --accent-blue: #2f66ff;
    --gold: #e7b56a;
    --surface: #09090d;
    --ink: #f7f1e8;
    --muted: #a39ca0;
    --line: rgba(255, 255, 255, .13);
    --glass: rgba(8, 8, 12, .68);
    --display: "Palatino Linotype", "Book Antiqua", Georgia, serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--surface); overflow-x: clip; }
body { max-width: 100%; margin: 0; color: var(--ink); background: var(--surface); font-family: var(--sans); overflow-x: clip; }
body::selection { background: var(--accent); color: #fff; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.noise { position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: absolute; z-index: 20; top: 14px; left: clamp(18px, 3vw, 52px); right: clamp(18px, 3vw, 52px); height: 86px; padding: 0 24px; display: grid; grid-template-columns: 250px 1fr 280px; align-items: center; border: 1px solid rgba(255,255,255,.14); background: rgba(9,9,13,.62); -webkit-backdrop-filter: blur(22px) saturate(1.18); backdrop-filter: blur(22px) saturate(1.18); box-shadow: 0 18px 55px rgba(0,0,0,.3), inset 0 -1px rgba(231,181,106,.07); }
.site-header::after { content: ""; position: absolute; left: 15%; right: 15%; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent, var(--accent), var(--gold), var(--accent-blue), transparent); filter: drop-shadow(0 0 7px var(--accent)); animation: nav-glow 4s ease-in-out infinite; }
.wordmark { position: relative; z-index: 3; display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.nav-logo { width: 210px; height: 82px; object-fit: contain; object-position: left center; filter: drop-shadow(0 0 13px rgba(231,181,106,.18)); transition: filter .3s ease, transform .3s ease; }
.wordmark:hover .nav-logo { transform: translateY(-1px) scale(1.025); filter: drop-shadow(0 0 18px rgba(231,181,106,.42)); }
.wordmark-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(231,181,106,.58); transform: rotate(45deg); color: var(--gold); font: 700 24px/1 var(--display); }
.wordmark-mark::first-letter { transform: rotate(-45deg); }
.wordmark > span:last-child { display: grid; gap: 1px; }
.wordmark b { font: 600 17px/1 var(--display); letter-spacing: .26em; }
.wordmark small { color: var(--muted); font-size: 8px; letter-spacing: .32em; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: clamp(22px, 2.3vw, 42px); }
.main-nav a { position: relative; min-height: 48px; padding: 7px 0; display: inline-flex; align-items: center; gap: 8px; color: #c9c3c0; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; text-shadow: 0 0 18px transparent; transition: color .25s ease, transform .25s ease; }
.main-nav .nav-icon { width: 21px; height: 31px; display: grid; place-items: center; color: var(--gold); transition: color .25s ease, filter .25s ease; }
.main-nav .nav-icon svg { width: 18px; height: 18px; }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 2px; height: 1px; background: linear-gradient(90deg, var(--accent), var(--gold)); box-shadow: 0 0 9px var(--accent); transition: left .28s ease, right .28s ease; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a.active { color: #fff; text-shadow: 0 0 15px rgba(231,181,106,.3); }
.main-nav a:hover, .main-nav a:focus-visible { transform: translateY(-1px); }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a.active::after { left: 10px; right: 10px; }
.main-nav a:hover .nav-icon, .main-nav a:focus-visible .nav-icon, .main-nav a.active .nav-icon { color: #ffe2ad; filter: drop-shadow(0 0 7px rgba(231,181,106,.38)); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; isolation: isolate; display: grid; place-items: center; overflow: hidden; padding: 132px 110px 96px; }
.hero-media, .hero-media video, .media-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -3; background: #06070b var(--poster) center / cover no-repeat; }
.hero-media video { object-fit: cover; }
.media-wash { z-index: 1; background: radial-gradient(circle at 50% 44%, rgba(4,5,11,.16) 0 16%, rgba(4,5,10,.42) 42%, rgba(5,5,8,.88) 100%), linear-gradient(to bottom, rgba(5,5,8,.5), transparent 34%, rgba(6,6,9,.7)); }
.hero-particles { position: absolute; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; }
.hero-particles i { --particle-color: 231,181,106; --particle-size: 3px; position: absolute; width: var(--particle-size); height: var(--particle-size); border-radius: 50%; background: rgb(var(--particle-color)); box-shadow: 0 0 8px rgba(var(--particle-color),.52); opacity: .18; animation: particle-drift 8s ease-in-out infinite alternate; }
.hero-particles i:nth-child(1) { left: 8%; top: 31%; animation-delay: -2s; }
.hero-particles i:nth-child(2) { --particle-color: 224,44,55; --particle-size: 2px; left: 17%; top: 66%; animation-delay: -6s; animation-duration: 10s; }
.hero-particles i:nth-child(3) { left: 27%; top: 22%; animation-delay: -4s; animation-duration: 9s; }
.hero-particles i:nth-child(4) { --particle-color: 47,102,255; --particle-size: 2px; left: 36%; top: 73%; animation-delay: -1s; animation-duration: 11s; }
.hero-particles i:nth-child(5) { --particle-color: 224,44,55; left: 46%; top: 17%; animation-delay: -7s; }
.hero-particles i:nth-child(6) { --particle-size: 2px; left: 55%; top: 62%; animation-delay: -3s; animation-duration: 12s; }
.hero-particles i:nth-child(7) { --particle-color: 47,102,255; left: 64%; top: 28%; animation-delay: -5s; animation-duration: 10s; }
.hero-particles i:nth-child(8) { --particle-color: 224,44,55; --particle-size: 2px; left: 73%; top: 78%; animation-delay: -8s; animation-duration: 13s; }
.hero-particles i:nth-child(9) { left: 82%; top: 19%; animation-delay: -2.5s; animation-duration: 9s; }
.hero-particles i:nth-child(10) { --particle-color: 47,102,255; --particle-size: 2px; left: 90%; top: 57%; animation-delay: -6.5s; animation-duration: 11s; }
.hero-particles i:nth-child(11) { --particle-color: 224,44,55; left: 21%; top: 84%; animation-delay: -3.5s; animation-duration: 12s; }
.hero-particles i:nth-child(12) { --particle-size: 2px; left: 78%; top: 43%; animation-delay: -9s; animation-duration: 14s; }
.hero-inner { position: relative; isolation: isolate; width: min(930px, 100%); display: flex; align-items: center; flex-direction: column; text-align: center; z-index: 2; }
.hero-inner::before { content: ""; position: absolute; z-index: -1; left: 50%; top: 53%; width: min(1080px, 112vw); height: 76%; transform: translate(-50%, -50%); background: radial-gradient(ellipse at center, rgba(3,3,6,.66) 0, rgba(3,3,6,.43) 43%, rgba(3,3,6,.12) 68%, transparent 78%); pointer-events: none; }
.hero-logo { width: clamp(320px, 41vw, 620px); max-height: 255px; object-fit: contain; margin: 4px 0 -15px; filter: drop-shadow(0 18px 38px rgba(0,0,0,.64)); }
.hero-eyebrow { margin: 0 0 10px; color: #f1c77f; font-size: 10px; font-weight: 900; letter-spacing: .32em; text-shadow: 0 2px 8px rgba(0,0,0,.95), 0 0 16px rgba(231,181,106,.52); animation: eyebrow-glow 3.2s ease-in-out infinite; }
.hero h1 { margin: 0; color: #fff9ef; font: 400 clamp(36px, 4vw, 64px)/1.03 var(--display); letter-spacing: -.035em; text-shadow: 0 2px 2px rgba(0,0,0,.96), 0 7px 24px rgba(0,0,0,.96), 0 0 28px rgba(231,181,106,.16); }
.hero-copy { max-width: 790px; margin: 16px auto 12px; color: #eee7e3; font-size: 14px; font-weight: 500; line-height: 1.7; text-shadow: 0 2px 8px rgba(0,0,0,1), 0 0 18px rgba(0,0,0,.85); text-wrap: balance; }
.hero-signature { position: relative; min-width: 340px; margin: 0 0 18px; padding: 0 20px 10px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: #f6d393; font-family: var(--sans); font-size: 12px; font-weight: 900; line-height: 1.2; letter-spacing: .17em; text-transform: uppercase; text-shadow: 0 3px 10px rgba(0,0,0,.95), 0 0 18px rgba(231,181,106,.32); opacity: 0; animation: signature-fade .8s ease .45s forwards; }
.hero-signature span, .hero-signature small { color: inherit; font: inherit; letter-spacing: inherit; text-transform: inherit; white-space: nowrap; }
.hero-signature::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 2px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), var(--accent), transparent); transform: scaleX(0); transform-origin: left; animation: signature-line 1.2s ease 1.25s forwards; }

.opening-card { position: relative; display: grid; grid-template-columns: 210px minmax(430px, 1fr); width: min(720px, 100%); min-height: 98px; border: 1px solid rgba(231,181,106,.3); background: linear-gradient(120deg, rgba(13,12,16,.66), rgba(8,9,15,.48)); -webkit-backdrop-filter: blur(23px) saturate(1.18); backdrop-filter: blur(23px) saturate(1.18); box-shadow: 0 20px 70px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.04); }
.opening-card::before { content: ""; position: absolute; z-index: 3; left: 15%; right: 15%; bottom: -1px; height: 1px; pointer-events: none; background: linear-gradient(90deg, transparent, var(--accent), var(--gold), var(--accent-blue), transparent); filter: drop-shadow(0 0 5px rgba(224,44,55,.38)); animation: nav-glow 4s ease-in-out infinite; }
.opening-date { padding: 17px 22px; display: grid; align-content: center; text-align: left; border-right: 1px solid var(--line); background: linear-gradient(135deg, rgba(224,44,55,.14), transparent); }
.opening-date small { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .25em; }
.opening-date strong { margin-top: 5px; font: 600 17px/1.15 var(--display); }
.opening-date span { color: #d9d2cd; font-size: 13px; font-weight: 700; letter-spacing: .18em; }
.countdown { padding: 11px 23px 12px; }
.countdown-status { margin: 0 0 5px; color: #8f8988; font-size: 8px; font-weight: 800; letter-spacing: .22em; text-align: left; text-transform: uppercase; }
.countdown-grid { display: grid; grid-template-columns: repeat(7, auto); align-items: center; justify-content: space-between; }
.countdown-grid div { display: grid; gap: 1px; min-width: 54px; }
.countdown-grid b { font: 500 31px/1 var(--display); font-variant-numeric: tabular-nums; }
.countdown-grid span { color: #8f8988; font-size: 7px; font-weight: 800; letter-spacing: .2em; }
.countdown-grid i { color: var(--accent); font: normal 18px/1 var(--display); }
.countdown.is-live .countdown-grid { display: none; }
.countdown.is-live { display: grid; place-items: center; }
.countdown.is-live .countdown-status { color: #fff; font-size: 13px; text-align: center; }

.hero-actions { display: flex; justify-content: center; gap: 14px; margin-top: 22px; }
.button { position: relative; isolation: isolate; min-height: 58px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: flex-start; gap: 14px; overflow: hidden; border: 1px solid transparent; border-radius: 4px; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; transition: transform .2s ease, border-color .2s ease, filter .2s ease, box-shadow .2s ease; }
.button::before { content: ""; position: absolute; z-index: 0; left: 0; top: 10px; bottom: 10px; width: 3px; background: var(--gold); box-shadow: 0 0 10px rgba(231,181,106,.42); pointer-events: none; }
.button::after { content: ""; position: absolute; z-index: 0; left: 16px; right: 16px; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(231,181,106,.72), transparent); pointer-events: none; }
.button > * { position: relative; z-index: 1; }
.button:hover { transform: translateY(-3px); filter: brightness(1.08); }
.button.primary { min-width: 230px; border-color: rgba(202,151,84,.38); background: linear-gradient(90deg, #38070b 0%, #641019 50%, #96303a 100%); box-shadow: 0 12px 30px rgba(66,5,10,.34), inset 0 1px rgba(239,202,148,.08); }
.button.primary:hover { border-color: rgba(215,170,105,.62); background: linear-gradient(90deg, #43090e 0%, #741620 50%, #a83b44 100%); box-shadow: 0 15px 34px rgba(82,6,12,.38), 0 0 14px rgba(190,138,76,.07); }
.button.ghost { min-width: 230px; border-color: rgba(203,164,99,.42); color: #f4ead6; background: linear-gradient(90deg, #21190d 0%, #49371c 52%, #7b6336 100%); box-shadow: 0 12px 30px rgba(29,21,8,.32), inset 0 1px rgba(241,217,169,.08); text-shadow: 0 1px 6px rgba(20,14,4,.78); }
.button.ghost:hover { border-color: rgba(222,187,126,.68); background: linear-gradient(90deg, #2a2010 0%, #584322 52%, #8b7240 100%); box-shadow: 0 15px 32px rgba(39,28,9,.36), 0 0 14px rgba(193,153,87,.08); }
.button.ghost::before { background: #68151b; box-shadow: 0 0 8px rgba(104,21,27,.28); }
.button-icon { width: 40px; height: 32px; flex: 0 0 40px; display: grid; place-items: center start; padding-right: 12px; border-right: 1px solid rgba(255,226,166,.34); color: #ffe0a0; }
.button.ghost .button-icon { color: #fff1c9; border-right-color: rgba(255,247,221,.34); }
.button-icon svg { width: 18px; height: 18px; }
.mobile-social-row { display: none; }

.social-dock { position: absolute; z-index: 2; right: clamp(18px, 2.3vw, 42px); top: 50%; transform: translateY(-50%); padding: 14px 10px; display: grid; justify-items: center; gap: 10px; border: 1px solid rgba(231,181,106,.2); background: rgba(7,7,11,.68); backdrop-filter: blur(12px); box-shadow: 0 16px 40px rgba(0,0,0,.28); }
.social-dock > span { position: relative; margin-bottom: 14px; padding-bottom: 19px; color: #f2e7d8; writing-mode: vertical-rl; font-size: 9px; font-weight: 900; letter-spacing: .28em; text-shadow: 0 0 12px rgba(231,181,106,.48); }
.social-dock > span::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 1px; height: 13px; background: var(--gold); box-shadow: 0 0 8px rgba(231,181,106,.5); }
.social-dock a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); background: rgba(12,12,17,.82); color: #ded7d2; transition: .22s ease; }
.social-dock a svg { width: 18px; height: 18px; }
.social-dock a:hover { color: #fff; border-color: var(--accent); background: var(--accent); box-shadow: 0 0 23px rgba(224,44,55,.32); transform: translateX(-3px); }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 25px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 7px; color: #8d8887; font-size: 7px; font-weight: 900; letter-spacing: .3em; }
.scroll-cue i { width: 1px; height: 28px; background: linear-gradient(var(--gold), transparent); animation: scroll-cue 1.8s ease-in-out infinite; }

.site-footer { position: relative; min-height: 300px; padding: 58px clamp(24px, 6vw, 92px) 24px; overflow: hidden; border-top: 1px solid rgba(231,181,106,.2); color: #878185; background: #060608; font-size: 10px; }
.site-footer::before { content: ""; position: absolute; left: 7%; right: 7%; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--accent), var(--gold), transparent); opacity: .75; }
.footer-aura { position: absolute; left: -80px; top: -220px; width: 520px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(224,44,55,.12), transparent 66%); pointer-events: none; }
.footer-main { position: relative; z-index: 1; max-width: 1380px; margin: auto; display: grid; grid-template-columns: minmax(240px,.9fr) minmax(300px,1.3fr) auto; align-items: center; gap: clamp(35px,6vw,100px); }
.footer-brand { display: inline-flex; width: max-content; flex-direction: column; align-items: flex-start; }
.footer-logo { width: 230px; height: 112px; object-fit: contain; object-position: left center; filter: drop-shadow(0 12px 24px rgba(0,0,0,.55)); }
.footer-copy { max-width: 540px; padding-left: clamp(24px,4vw,60px); border-left: 1px solid rgba(255,255,255,.1); }
.footer-copy p { margin: 0; color: #a29b9c; font-size: 13px; line-height: 1.8; }
.footer-copy small { display: block; margin-top: 15px; color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .24em; }
.footer-socials { display: flex; align-items: center; gap: 18px; }
.footer-socials a { color: #888286; transition: color .2s ease, transform .2s ease, filter .2s ease; }
.footer-socials a:hover { color: #fff; transform: translateY(-2px); filter: drop-shadow(0 0 7px rgba(231,181,106,.28)); }
.footer-socials svg { width: 19px; height: 19px; }
.footer-bottom { position: relative; z-index: 1; max-width: 1380px; margin: 44px auto 0; padding-top: 20px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; border-top: 1px solid rgba(255,255,255,.08); color: #686367; font-size: 9px; letter-spacing: .08em; }
.footer-guarantee { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; }
.footer-guarantee i { width: 6px; height: 6px; border-radius: 50%; background: #62db92; box-shadow: 0 0 12px #62db92; }
.footer-bottom > a { justify-self: end; display: inline-flex; align-items: center; gap: 8px; color: #aaa3a1; text-transform: uppercase; transition: color .2s ease; }
.footer-bottom > a:hover { color: var(--gold); }
.footer-bottom > a svg { width: 14px; height: 14px; transform: rotate(-45deg); }

.discord-banner { position: fixed; z-index: 35; left: 24px; bottom: 24px; width: 292px; padding: 13px 13px 12px 16px; overflow: hidden; border: 1px solid rgba(130,146,255,.82); border-radius: 2px; background: linear-gradient(115deg, rgba(33,43,91,.98), rgba(10,12,25,.99) 48%, rgba(45,28,75,.98)); background-size: 190% 100%; box-shadow: 0 18px 45px rgba(0,0,0,.52), 0 0 27px rgba(88,101,242,.24), inset 0 1px rgba(190,198,255,.1); animation: discord-panel-in .65s cubic-bezier(.2,.8,.2,1) both, discord-panel-border 3.6s ease-in-out .65s infinite, discord-panel-color 5.4s ease-in-out .65s infinite; }
.discord-banner[hidden] { display: none; }
.discord-banner::before { content: ""; position: absolute; left: 0; top: 10px; bottom: 10px; width: 3px; background: linear-gradient(to bottom, transparent, #6176ff 20%, #fff 50%, #a668ff 80%, transparent); box-shadow: 0 0 16px rgba(117,134,255,.9); pointer-events: none; animation: discord-edge-signal 2.8s ease-in-out infinite; }
.discord-banner::after { content: ""; position: absolute; left: -45%; top: 0; width: 45%; height: 2px; background: linear-gradient(90deg, transparent, #8190ff 35%, #fff 50%, #ae73ff 65%, transparent); box-shadow: 0 0 11px rgba(126,141,255,.72); animation: discord-top-scan 3.2s ease-in-out infinite; }
.discord-banner-head { position: relative; display: flex; align-items: center; gap: 11px; }
.discord-mark { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(181,190,255,.92); border-radius: 2px; color: #fff; background: linear-gradient(145deg, #4c5ee8, #7a61e8); box-shadow: 0 0 18px rgba(88,101,242,.42), inset 0 1px rgba(255,255,255,.18); animation: discord-mark-signal 2.6s ease-in-out infinite; }
.discord-mark svg { width: 20px; height: 20px; }
.discord-banner-head > div { display: grid; gap: 4px; min-width: 0; }
.discord-banner-head strong { overflow: hidden; color: #fff; font: 800 11px/1.1 var(--sans); letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; text-shadow: 0 0 10px rgba(128,143,255,.28); animation: discord-title-signal 3s ease-in-out infinite; }
.discord-banner-head small { display: flex; align-items: center; gap: 6px; color: #858b9e; font-size: 8px; letter-spacing: .03em; }
.discord-banner-head small i { width: 6px; height: 6px; border-radius: 50%; background: #52ee91; box-shadow: 0 0 10px rgba(82,238,145,.92); animation: status-pulse 1.6s ease-in-out infinite; }
.discord-banner > a { position: relative; margin-top: 10px; min-height: 34px; padding: 0 11px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; border: 1px solid rgba(177,186,255,.9); border-radius: 1px; color: #fff; background: linear-gradient(90deg, #3f50d4, #6d62e8, #465be4, #885fe4); background-size: 260% 100%; font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; box-shadow: 0 8px 20px rgba(61,70,190,.4), inset 0 1px rgba(255,255,255,.18); animation: discord-cta-scan 3.2s ease-in-out infinite; }
.discord-banner > a:hover { border-color: rgba(150,163,244,.72); color: #fff; background-color: rgba(83,96,182,.28); box-shadow: 0 0 16px rgba(88,101,242,.16), inset 0 1px rgba(255,255,255,.05); }
.discord-banner > a span { position: relative; z-index: 1; }
.discord-banner > a svg { position: relative; z-index: 1; width: 14px; height: 14px; animation: discord-arrow-step 2.6s ease-in-out infinite; }
.page-layout-split .discord-banner { left: auto; right: 24px; }
.page-layout-cinematic .discord-banner { top: 108px; bottom: auto; }

@keyframes particle-drift { from { transform: translate3d(0,5px,0) scale(.85); opacity: .1; } to { transform: translate3d(3px,-12px,0) scale(1.08); opacity: .3; } }
@keyframes scroll-cue { 0%,100% { transform: scaleY(.45); transform-origin: top; opacity: .5; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes nav-glow { 0%,100% { opacity: .35; transform: scaleX(.7); } 50% { opacity: 1; transform: scaleX(1); } }
@keyframes eyebrow-glow { 0%,100% { opacity: .86; text-shadow: 0 2px 8px rgba(0,0,0,.95), 0 0 12px rgba(231,181,106,.34); } 50% { opacity: 1; text-shadow: 0 2px 8px rgba(0,0,0,.95), 0 0 20px rgba(231,181,106,.68); } }
@keyframes signature-line { to { transform: scaleX(1); } }
@keyframes signature-fade { to { opacity: 1; } }
@keyframes discord-panel-in { from { opacity: 0; transform: translateX(-18px); } to { opacity: 1; transform: translateX(0); } }
@keyframes discord-panel-border { 0%,100% { border-color: rgba(106,124,238,.58); box-shadow: 0 18px 45px rgba(0,0,0,.52), 0 0 20px rgba(88,101,242,.18), inset 0 1px rgba(190,198,255,.08); } 50% { border-color: rgba(185,194,255,.98); box-shadow: 0 18px 45px rgba(0,0,0,.52), 0 0 34px rgba(88,101,242,.38), inset 0 1px rgba(215,220,255,.16); } }
@keyframes discord-panel-color { 0%,100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@keyframes discord-edge-signal { 0%,100% { opacity: .45; transform: scaleY(.48); } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes discord-top-scan { 0%,12% { left: -45%; opacity: 0; } 36%,64% { opacity: 1; } 88%,100% { left: 100%; opacity: 0; } }
@keyframes discord-mark-signal { 0%,100% { transform: translateY(0) scale(1); border-color: rgba(158,170,255,.72); } 50% { transform: translateY(-2px) scale(1.06); border-color: #fff; box-shadow: inset 0 0 14px rgba(88,101,242,.22), 0 0 22px rgba(100,113,255,.58); } }
@keyframes discord-title-signal { 0%,100% { color: #dfe2ff; text-shadow: 0 0 6px rgba(128,143,255,.2); } 50% { color: #fff; text-shadow: 0 0 15px rgba(147,158,255,.62); } }
@keyframes discord-cta-scan { 0%,100% { background-position: 0 50%; box-shadow: 0 7px 17px rgba(48,58,170,.3), inset 0 1px rgba(255,255,255,.14); } 50% { background-position: 100% 50%; box-shadow: 0 9px 24px rgba(91,76,214,.5), inset 0 1px rgba(255,255,255,.24); } }
@keyframes discord-arrow-step { 0%,100% { transform: translate(0,0); opacity: .55; } 50% { transform: translate(3px,-3px) scale(1.12); opacity: 1; } }
@keyframes status-pulse { 0%,100% { opacity: .6; } 50% { opacity: 1; transform: scale(1.15); } }

@media (min-width: 761px) {
    .hero-layout-split { place-items: center start; padding-left: clamp(90px, 9vw, 170px); }
    .hero-layout-split .media-wash { background: linear-gradient(90deg, rgba(5,5,8,.94) 0, rgba(5,5,8,.72) 32%, rgba(5,5,8,.18) 68%, rgba(5,5,8,.62) 100%), linear-gradient(to bottom, rgba(5,5,8,.58), transparent 38%, rgba(6,6,9,.72)); }
    .hero-layout-split .hero-inner { width: min(680px, 54vw); align-items: flex-start; text-align: left; }
    .hero-layout-split .hero-logo { width: clamp(310px, 30vw, 455px); margin-left: -24px; object-position: left center; }
    .hero-layout-split .hero-eyebrow { padding-left: 2px; }
    .hero-layout-split h1 { max-width: 630px; font-size: clamp(42px, 4.2vw, 69px); }
    .hero-layout-split .hero-copy { max-width: 590px; margin-left: 0; margin-right: 0; text-wrap: initial; }
    .hero-layout-split .opening-card { width: min(650px, 100%); grid-template-columns: 190px 1fr; }
    .hero-layout-split .hero-actions { justify-content: flex-start; }

    .hero-layout-cinematic { align-items: end; padding: 126px clamp(85px, 8vw, 150px) 58px; }
    .hero-layout-cinematic .media-wash { background: linear-gradient(to bottom, rgba(5,5,8,.35), rgba(5,5,8,.1) 35%, rgba(5,5,8,.88) 82%, rgba(5,5,8,.98)), linear-gradient(90deg, rgba(5,5,8,.55), transparent 35%, transparent 65%, rgba(5,5,8,.55)); }
    .hero-layout-cinematic .hero-inner { width: min(1220px, 100%); display: grid; grid-template-columns: minmax(360px, .85fr) minmax(560px, 1.15fr); grid-template-rows: auto auto auto auto; column-gap: clamp(35px, 5vw, 80px); align-items: end; text-align: left; }
    .hero-layout-cinematic .hero-logo { position: absolute; left: 50%; top: 104px; width: clamp(300px, 27vw, 430px); max-height: 190px; margin: 0; transform: translateX(-50%); }
    .hero-layout-cinematic .hero-eyebrow { grid-column: 1; grid-row: 1; }
    .hero-layout-cinematic h1 { grid-column: 1; grid-row: 2; max-width: 560px; font-size: clamp(42px, 4.3vw, 66px); }
    .hero-layout-cinematic .hero-copy { grid-column: 1; grid-row: 3; max-width: 550px; margin: 15px 0 0; }
    .hero-layout-cinematic .hero-signature { grid-column: 1; grid-row: 4; justify-self: start; margin-bottom: 0; }
    .hero-layout-cinematic .opening-card { grid-column: 2; grid-row: 1 / span 3; align-self: end; width: 100%; grid-template-columns: 190px 1fr; }
    .hero-layout-cinematic .hero-actions { grid-column: 2; grid-row: 4; justify-content: flex-start; margin-top: 15px; }
}

@media (max-width: 1100px) {
    .site-header { grid-template-columns: 205px 1fr 90px; padding-inline: 18px; }
    .nav-logo { width: 180px; height: 74px; }
    .main-nav a { padding-right: 9px; gap: 7px; letter-spacing: .07em; }
    .main-nav .nav-icon { width: 29px; height: 29px; }
    .hero { padding-inline: 70px; }
    .opening-card { grid-template-columns: 190px 1fr; }
}

@media (min-width: 761px) and (max-height: 820px) {
    .hero { padding-top: 104px; padding-bottom: 48px; }
    .hero-logo { width: min(31vw, 455px); max-height: 175px; margin-bottom: -10px; }
    .hero h1 { font-size: clamp(38px, 3.5vw, 54px); }
    .hero-copy { margin-top: 10px; margin-bottom: 8px; line-height: 1.55; }
    .hero-signature { margin-bottom: 16px; }
    .opening-card { min-height: 88px; }
    .opening-date { padding-block: 12px; }
    .countdown { padding-block: 8px; }
    .hero-actions { margin-top: 14px; }
    .scroll-cue { display: none; }
}

@media (max-width: 760px) {
    .site-header { position: absolute; top: 10px; left: 10px; right: 10px; height: 66px; padding: 0 14px; display: flex; justify-content: space-between; background: rgba(6,6,9,.7); -webkit-backdrop-filter: blur(18px) saturate(1.12); backdrop-filter: blur(18px) saturate(1.12); }
    body.menu-open { overflow: hidden; }
    .site-header.menu-open { position: fixed; inset: 0; width: 100vw; height: 100svh; padding: 0; display: block; clip-path: none; border-color: transparent; background: transparent; box-shadow: none; }
    .site-header.menu-open::after { display: none; }
    .site-header.menu-open .wordmark { position: absolute; left: 24px; top: 10px; }
    .site-header.menu-open .menu-toggle { position: absolute; right: 24px; top: 20px; }
    .nav-logo { width: 160px; height: 62px; }
    .wordmark-mark { width: 34px; height: 34px; font-size: 19px; }
    .wordmark b { font-size: 14px; }
    .menu-toggle { position: relative; z-index: 4; width: 46px; height: 46px; padding: 13px; display: grid; align-content: center; gap: 5px; border: 1px solid rgba(231,181,106,.28); background: rgba(8,8,12,.74); color: #fff; box-shadow: inset 0 0 18px rgba(231,181,106,.04); cursor: pointer; }
    .menu-toggle span { display: block; width: 100%; height: 1px; background: #fff; transition: .25s ease; }
    .menu-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .main-nav { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; padding: 118px 24px 48px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 10px; border: 0; background: radial-gradient(circle at 82% 16%, rgba(224,44,55,.18), transparent 26%), radial-gradient(circle at 12% 88%, rgba(47,102,255,.12), transparent 30%), rgba(6,6,9,.985); box-shadow: none; clip-path: none; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .25s ease, visibility 0s linear .25s; }
    .main-nav::before { content: "LONEXMT2 / MENÜ"; margin: 0 8px 14px; color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .27em; }
    .main-nav.open { visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
    .main-nav a { min-height: 68px; padding: 9px 4px; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.1); color: #e3ddda; font: 800 15px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; transform: translateX(22px); opacity: 0; }
    .main-nav.open a { transform: translateX(0); opacity: 1; transition: transform .35s ease, opacity .35s ease, color .25s ease, background .25s ease, border-color .25s ease; }
    .main-nav.open a:nth-of-type(1) { transition-delay: .08s; }
    .main-nav.open a:nth-of-type(2) { transition-delay: .12s; }
    .main-nav.open a:nth-of-type(3) { transition-delay: .16s; }
    .main-nav.open a:nth-of-type(4) { transition-delay: .2s; }
    .main-nav .nav-icon { width: 32px; height: 48px; flex: 0 0 32px; }
    .main-nav .nav-icon svg { width: 22px; height: 22px; }
    .main-nav a::after { left: 10px; right: auto; bottom: -1px; width: 0; transition: width .28s ease; }
    .main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a.active::after { left: 10px; right: auto; width: 72px; }
    .main-nav a:hover, .main-nav a:focus-visible { transform: translateX(0); }
    .hero { min-height: 980px; padding: 108px 18px 90px; align-items: start; }
    .hero-media { background-position: 50% center; }
    .hero-particles i:nth-child(n+9) { display: none; }
    .media-wash { background: radial-gradient(circle at 50% 35%, rgba(4,5,11,.08), rgba(4,5,10,.45) 36%, rgba(5,5,8,.94) 82%); }
    .hero-inner { padding-top: 32px; }
    .hero-logo { width: min(94vw, 450px); max-height: 220px; margin: 12px 0 -8px; }
    .hero-eyebrow { font-size: 8px; letter-spacing: .3em; }
    .hero h1 { max-width: 360px; font-size: clamp(38px, 12vw, 54px); }
    .hero-copy { max-width: 400px; font-size: 13px; line-height: 1.65; }
    .hero-signature { min-width: 0; margin-bottom: 16px; font-size: 10px; letter-spacing: .12em; }
    .opening-card { width: min(450px, 100%); grid-template-columns: 1fr; }
    .opening-date { grid-template-columns: 1fr auto; align-items: center; column-gap: 10px; border-right: 0; border-bottom: 1px solid var(--line); }
    .opening-date small { grid-column: 1 / -1; }
    .opening-date strong { font-size: 16px; }
    .opening-date span { font-size: 16px; }
    .countdown { padding: 14px 15px 16px; }
    .countdown-status { text-align: center; }
    .countdown-grid b { font-size: 27px; }
    .countdown-grid div { min-width: 45px; }
    .hero-actions { width: min(450px, 100%); flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .social-dock { display: none; }
    .mobile-social-row { margin-top: 15px; display: flex; align-items: center; justify-content: center; gap: 9px; }
    .mobile-social-row a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); color: #d5d0cc; background: rgba(8,8,12,.58); }
    .mobile-social-row a svg { width: 17px; height: 17px; }
    .scroll-cue { bottom: 20px; }
    .site-footer { padding: 50px 24px 24px; }
    .footer-main { grid-template-columns: 1fr; justify-items: center; gap: 28px; text-align: center; }
    .footer-brand { align-items: center; }
    .footer-logo { width: 210px; height: 104px; object-position: center; }
    .footer-copy { padding: 24px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
    .footer-bottom { margin-top: 34px; grid-template-columns: 1fr; justify-items: center; text-align: center; }
    .footer-bottom > a { justify-self: center; }
    .discord-banner { left: 12px; right: auto; top: auto; bottom: 12px; width: min(292px, calc(100vw - 24px)); height: auto; padding: 12px 12px 11px 15px; border-radius: 2px; }
    .page-layout-split .discord-banner, .page-layout-cinematic .discord-banner { left: 12px; right: auto; top: auto; bottom: 12px; }
    .discord-banner-head { gap: 11px; }
    .discord-mark { width: 36px; height: 36px; border-radius: 2px; }
    .discord-mark svg { width: 19px; height: 19px; }
    .discord-banner-head strong { font-size: 10px; }
    .discord-banner-head small { font-size: 8px; }
    .discord-banner > a { margin-top: 9px; min-height: 33px; padding: 0 10px; border-radius: 1px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .hero-media video { display: none; }
}
