:root {
    --ink: #090909;
    --paper: #f3eee5;
    --gold: #e4ad32;
    --orange: #e65a2e;
    --surface: #12100e;
    --surface-2: #1c1915;
    --muted: #aaa298;
    --border: #3a352f;
    --page: clamp(20px, 6vw, 92px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
em { color: var(--gold); font-style: normal; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-150%); background: var(--gold); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--page); border-bottom: 1px solid rgb(243 238 229 / 20%); background: linear-gradient(180deg, rgb(0 0 0 / 72%), transparent); transition: background .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgb(9 9 9 / 92%); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.brand-mark, .mini-mark { width: 19px; height: 19px; border-left: 5px solid var(--gold); border-right: 5px solid var(--orange); transform: skewX(-14deg); }
.desktop-nav { display: flex; gap: 26px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav a, .header-event { transition: color .2s ease; }
.desktop-nav a:hover, .header-event:hover { color: var(--gold); }
.header-event { justify-self: end; color: #d7cfc4; font-size: 10px; letter-spacing: .15em; }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: 760px; height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.75) contrast(1.07); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(5 5 5 / 94%) 0%, rgb(5 5 5 / 72%) 43%, rgb(5 5 5 / 18%) 74%), linear-gradient(0deg, rgb(5 5 5 / 82%), transparent 58%); }
.hero-slash { position: absolute; top: 14%; right: -6%; width: 46%; height: 20px; background: var(--gold); transform: rotate(-26deg); }
.hero-content { position: relative; z-index: 2; width: min(800px, 92vw); padding: 140px var(--page) 92px; }
.eyebrow, .section-index { margin: 0 0 28px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
h1, h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 400; line-height: .84; letter-spacing: -.01em; text-transform: uppercase; }
h1 { max-width: 740px; font-size: clamp(64px, 10vw, 146px); }
h2 { font-size: clamp(50px, 7vw, 104px); }
.hero-copy { max-width: 590px; margin: 32px 0 0; color: #ddd5ca; font-size: clamp(16px, 2vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid var(--paper); outline-offset: 4px; }
.button-primary { background: var(--gold); color: #100d08; }
.button-primary:hover { background: #f2bd44; }
.button-secondary { background: rgb(8 8 8 / 58%); color: var(--paper); backdrop-filter: blur(8px); }
.event-lockup { position: absolute; z-index: 3; right: var(--page); bottom: 92px; display: grid; grid-template-columns: auto auto; align-items: center; gap: 20px; }
.date-tile { min-width: 94px; padding: 15px; background: var(--paper); color: var(--ink); text-align: center; }
.date-tile strong { display: block; font-size: 38px; line-height: 1; }
.date-tile span { font-size: 8px; letter-spacing: .12em; color: #776f65; }
.event-lockup p { margin: 0; padding-left: 20px; border-left: 1px solid rgb(243 238 229 / 34%); font-size: 13px; letter-spacing: .08em; line-height: 1.55; }
.event-lockup p span { color: #beb5aa; }

.signal-bar { min-height: 62px; overflow: hidden; border-block: 1px solid var(--border); color: var(--gold); }
.signal-track { width: max-content; min-height: 62px; display: flex; align-items: center; animation: signal-scroll 26s linear infinite; }
.signal-track span { font-size: 10px; font-weight: 700; letter-spacing: .18em; white-space: nowrap; }
.signal-track span::before { content: "/"; margin: 0 30px; color: var(--orange); }
@keyframes signal-scroll { to { transform: translateX(-40%); } }

.section-shell { padding: clamp(84px, 10vw, 150px) var(--page); }
.manifesto { display: grid; grid-template-columns: minmax(70px, .28fr) 1.25fr 1fr; gap: clamp(32px, 5vw, 90px); align-items: start; }
.manifesto > .section-index { writing-mode: vertical-rl; transform: rotate(180deg); }
.manifesto-copy > p, .app-copy > p { max-width: 660px; margin: 32px 0 0; color: var(--muted); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.65; }
.discipline-grid { display: grid; }
.discipline-grid article { padding: 24px 0; border-top: 1px solid var(--border); }
.line-icon { display: block; margin-bottom: 13px; color: var(--orange); font-size: 22px; }
.discipline-grid strong { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.discipline-grid p { margin: 8px 0 0; color: #938d83; font-size: 13px; line-height: 1.5; }

.app-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 130px); align-items: center; border-block: 1px solid var(--border); background: var(--surface); }
.feature-list { display: grid; margin-top: 40px; border-top: 1px solid var(--border); }
.feature-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 13px; line-height: 1.45; }
.feature-list > div > span { color: var(--gold); font-size: 10px; font-weight: 700; }
.feature-list p { margin: 0; }
.feature-list strong { display: block; color: var(--paper); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.platform-note { margin-top: 25px; color: var(--gold); font-size: 11px; letter-spacing: .08em; }
.text-action { margin-top: 22px; padding: 0 0 6px; border: 0; border-bottom: 1px solid var(--orange); background: transparent; color: var(--paper); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.phone-stage { position: relative; min-height: 720px; display: grid; place-items: center; }
.phone-stage::before { content: ""; position: absolute; top: 16%; right: -8%; width: 68%; height: 18px; background: var(--gold); transform: rotate(-31deg); }
.phone-shell { position: relative; z-index: 1; width: min(100%, 360px); min-height: 650px; overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: var(--ink); box-shadow: 0 35px 80px rgb(0 0 0 / 45%); }
.phone-top { height: 58px; display: flex; align-items: center; gap: 9px; padding: 0 15px; border-bottom: 1px solid var(--border); font-size: 9px; letter-spacing: .14em; }
.phone-top b { margin-left: auto; padding: 9px; background: #171512; color: var(--gold); }
.mini-mark { width: 15px; height: 16px; border-width: 0 4px; border-style: solid; border-color: var(--gold) var(--orange); }
.phone-live { padding: 23px 18px; background: #171512; }
.phone-live > span { display: block; margin-bottom: 15px; color: #6cda9b; font-size: 9px; letter-spacing: .13em; }
.phone-live > span i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: #6cda9b; animation: pulse 1.4s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.phone-live > strong { font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 34px; font-weight: 400; line-height: .9; }
.phone-person { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 10px; padding: 15px 16px; border-top: 1px solid var(--border); }
.phone-person > i { width: 44px; height: 44px; display: grid; place-items: center; border-left: 3px solid var(--gold); background: #211e1a; font-style: normal; font-weight: 700; }
.phone-person p { display: grid; gap: 3px; margin: 0; }
.phone-person p b { font-size: 12px; }
.phone-person p span { color: #938d83; font-size: 10px; }
.phone-person button { min-height: 38px; border: 1px solid var(--gold); background: transparent; color: var(--gold); font-size: 9px; cursor: default; }
.phone-nav { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); }
.phone-nav span { padding: 18px 5px; border-right: 1px solid var(--border); color: #938d83; text-align: center; font-size: 8px; }
.phone-nav span:first-child { background: var(--gold); color: var(--ink); }
.qr-card { position: absolute; z-index: 2; right: -8%; bottom: 7%; width: 230px; padding: 17px; background: var(--paper); color: var(--ink); box-shadow: 9px 9px 0 var(--orange); transform: rotate(2deg); }
.qr-card > span, .qr-card small { display: block; font-size: 8px; letter-spacing: .14em; }
.qr-card > strong { display: block; margin: 18px 0; font-family: Impact, sans-serif; font-size: 31px; line-height: .88; }
.qr-pattern { width: 88px; height: 88px; margin-left: auto; border: 8px solid #fff; outline: 5px solid var(--ink); background: repeating-conic-gradient(var(--ink) 0 25%, transparent 0 50%) 0 / 14px 14px; }
.qr-card small { margin-top: 15px; }

.how-section { background: var(--ink); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--border); }
.steps article { min-height: 270px; padding: 24px; border-right: 1px solid var(--border); }
.steps article:last-child { border-right: 0; }
.steps article > span { color: var(--orange); font-size: 11px; font-weight: 700; }
.steps h3 { margin: 75px 0 12px; font-size: 18px; letter-spacing: .05em; text-transform: uppercase; }
.steps p { color: #938d83; font-size: 13px; line-height: 1.55; }

.countdown-section { min-height: 290px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding: 56px var(--page); border-top: 1px solid var(--border); background: var(--gold); color: var(--ink); }
.countdown-copy p { margin: 0 0 12px; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.countdown-copy h2 { font-size: clamp(42px, 5vw, 78px); }
.countdown-copy > span { display: block; margin-top: 18px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.countdown { display: grid; grid-template-columns: repeat(3, 110px); border: 1px solid rgb(9 9 9 / 45%); }
.countdown div { min-height: 112px; display: grid; place-items: center; align-content: center; gap: 6px; border-right: 1px solid rgb(9 9 9 / 45%); }
.countdown div:last-child { border-right: 0; }
.countdown strong { font-family: Impact, sans-serif; font-size: 44px; font-weight: 400; }
.countdown span { font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.final-cta { position: relative; min-height: 760px; display: grid; place-items: center; overflow: hidden; }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.72); }
.final-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 22%)), linear-gradient(0deg, rgb(0 0 0 / 68%), transparent); }
.final-content { position: relative; z-index: 1; width: min(1120px, 88vw); }
.final-content > p { color: var(--gold); font-size: 11px; letter-spacing: .16em; }
.final-content h2 { max-width: 900px; margin: 22px 0 40px; }
footer { min-height: 145px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 35px; padding: 28px var(--page); border-top: 1px solid var(--border); color: #938d83; font-size: 11px; }
footer a { color: var(--gold); }

.card-dialog { width: min(930px, calc(100vw - 32px)); padding: clamp(24px, 5vw, 60px); border: 1px solid var(--border); border-radius: 0; background: var(--surface); color: var(--paper); box-shadow: 0 30px 120px rgb(0 0 0 / 70%); }
.card-dialog::backdrop { background: rgb(0 0 0 / 80%); backdrop-filter: blur(8px); }
.card-dialog h2 { font-size: clamp(46px, 7vw, 82px); }
.dialog-close { position: absolute; top: 18px; right: 20px; border: 0; background: transparent; color: var(--paper); cursor: pointer; font-size: 34px; }
.dialog-grid { display: grid; grid-template-columns: 300px 1fr; gap: clamp(30px, 6vw, 70px); align-items: center; margin-top: 42px; }
.dialog-card { padding: 24px; background: var(--paper); color: var(--ink); box-shadow: 10px 10px 0 var(--orange); transform: rotate(-2deg); }
.dialog-card > span { font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.dialog-card > strong { display: block; margin: 30px 0 8px; font-family: Impact, sans-serif; font-size: 42px; line-height: .9; }
.dialog-card > p { min-height: 42px; color: #5f574e; font-size: 12px; }
.qr-pattern.large { width: 126px; height: 126px; margin-top: 30px; background-size: 17px 17px; }
.dialog-copy ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.dialog-copy li { display: grid; grid-template-columns: 42px 1fr; padding: 17px 0; border-top: 1px solid var(--border); font-size: 15px; line-height: 1.5; }
.dialog-copy li span { color: var(--gold); font-size: 10px; font-weight: 700; }
.dialog-copy > p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
    .desktop-nav { display: none; }
    .manifesto { grid-template-columns: 1fr; }
    .manifesto > .section-index { writing-mode: initial; transform: none; }
    .discipline-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .app-section { grid-template-columns: 1fr; }
    .phone-stage { width: 100%; max-width: 580px; margin: auto; }
    .steps { grid-template-columns: 1fr 1fr; }
    .steps article:nth-child(2) { border-right: 0; }
    .steps article { border-bottom: 1px solid var(--border); }
    .countdown-section { grid-template-columns: 1fr; }
    footer { grid-template-columns: 1fr; gap: 15px; }
}

@media (max-width: 760px) {
    .site-header { height: 66px; grid-template-columns: 1fr auto; }
    .header-event { display: none; }
    .menu-button { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 1px solid rgb(243 238 229 / 28%); background: rgb(9 9 9 / 65%); color: var(--paper); }
    .menu-button > span:not(.sr-only) { width: 18px; height: 1px; display: block; background: currentColor; }
    .mobile-menu { position: fixed; inset: 66px 0 auto; z-index: 30; display: grid; padding: 18px var(--page) 28px; border-bottom: 1px solid var(--border); background: rgb(9 9 9 / 98%); }
    .mobile-menu[hidden] { display: none; }
    .mobile-menu a { padding: 16px 0; border-bottom: 1px solid var(--border); font-family: Impact, sans-serif; font-size: 30px; letter-spacing: .03em; text-transform: uppercase; }
    .hero { min-height: 760px; }
    .hero-shade { background: linear-gradient(0deg, rgb(5 5 5 / 96%) 0%, rgb(5 5 5 / 50%) 74%, rgb(5 5 5 / 20%)); }
    .hero-content { padding: 120px 20px 190px; }
    .hero-copy { max-width: 96%; }
    .hero-actions { display: grid; }
    .button { width: 100%; }
    .event-lockup { left: 20px; right: auto; bottom: 34px; }
    .hero-slash { top: 18%; right: -28%; width: 76%; height: 13px; }
    .discipline-grid { grid-template-columns: 1fr; }
    .phone-stage { min-height: 680px; }
    .phone-shell { width: 92%; }
    .qr-card { right: 0; bottom: 3%; width: 205px; }
    .steps { grid-template-columns: 1fr; }
    .steps article { min-height: 220px; border-right: 0; }
    .steps h3 { margin-top: 45px; }
    .countdown { width: 100%; grid-template-columns: repeat(3, 1fr); }
    .countdown div { min-width: 0; }
    .final-cta { min-height: 690px; }
    .dialog-grid { grid-template-columns: 1fr; }
    .dialog-card { max-width: 310px; }
}

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