@font-face {
  font-family: "Comfortaa";
  src: url("./assets/comfortaa-latin-wght-normal.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #0d0e10;
  --bg-deep: #090a0b;
  --surface: #151619;
  --surface-2: #1b1c20;
  --surface-3: #202126;
  --line: #303137;
  --line-soft: rgba(255,255,255,.075);
  --text: #f2f2f3;
  --muted: #9a9ba2;
  --muted-2: #66676d;
  --accent: #8c83c7;
  --accent-light: #b2aae5;
  --success: #78ad86;
  --danger: #d98484;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1380px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scroll-padding-top: 100px; overscroll-behavior-y: none; background: var(--bg); }
body { min-height: 100dvh; margin: 0; overflow-x: hidden; overscroll-behavior-y: none; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 14px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.014) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.011) 1px, transparent 1px); background-size: 80px 80px; content: ""; pointer-events: none; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
body::after { position: fixed; width: 720px; height: 720px; top: -420px; left: 50%; z-index: -1; border-radius: 50%; background: rgba(140,131,199,.09); content: ""; filter: blur(130px); pointer-events: none; transform: translateX(-50%); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
svg { display: block; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
:focus-visible { outline: 2px solid var(--accent-light); outline-offset: 3px; }

.brand-lockup { width: max-content; display: inline-flex; align-items: center; color: #d6d6d6; line-height: 0; }
.brand-logo { width: auto; height: 34px; overflow: visible; }
.brand-logo text { fill: currentColor; font-family: "Comfortaa", sans-serif; font-size: 421.793px; }
.brand-bold { font-weight: 700; }
.brand-light { font-weight: 300; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; border-radius: 3px; padding: 0 19px; font-size: 11px; font-weight: 730; letter-spacing: .015em; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.button-primary { background: #b2aae5; color: #111216; }
.button-primary:hover { background: #fff; }
.button-small { min-height: 35px; gap: 16px; border-color: var(--line); background: var(--surface); padding: 0 14px; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.button-small:hover { border-color: #4e4a62; background: var(--surface-2); }

.hero { display: grid; grid-template-columns: minmax(360px,.78fr) minmax(620px,1.35fr); grid-template-areas: "brand brand" "copy film"; align-items: center; column-gap: clamp(45px,6vw,110px); row-gap: clamp(40px,6vh,74px); padding-block: clamp(42px,6vh,72px) clamp(76px,9vh,118px); }
.hero-brand { grid-area: brand; }
.hero-copy { position: relative; z-index: 2; grid-area: copy; max-width: 590px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0; color: var(--accent-light); font-family: var(--mono); font-size: 9px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow > span { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); }
.eyebrow > span::after { width: 18px; height: 1px; background: var(--accent); content: ""; }
.hero h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.hero h1 { font-size: clamp(48px,5.1vw,79px); }
h1 em, h2 em { color: var(--muted); font-style: normal; font-weight: inherit; }
.hero-lede { max-width: 570px; margin: 28px 0 0; color: #b0b0b5; font-size: clamp(15px,1.2vw,18px); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 36px; }
.hero-actions > p { display: grid; gap: 2px; margin: 0; border-left: 1px solid var(--line); padding-left: 20px; }
.hero-actions > p span { color: var(--muted-2); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.hero-actions > p strong { color: #bbb9c6; font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .04em; }

.film-block { min-width: 0; grid-area: film; }
.film-stage { position: relative; aspect-ratio: 16/9; overflow: hidden; border: 1px solid #3a3b41; border-radius: 5px; background: #090a0c; box-shadow: 0 38px 100px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.02) inset; }
.film-stage iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.early-access, .application { padding-block: 128px; }
.access-intro h2, .application-intro h2 { font-size: clamp(43px,5vw,72px); }

.access-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(70px,11vw,180px); }
.access-intro > p:not(.eyebrow) { max-width: 560px; margin: 28px 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 40px; border-bottom: 1px solid var(--line); padding: 0 0 9px; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; transition: border-color .2s, color .2s; }
.text-link:hover { border-color: var(--accent); color: var(--accent-light); }
.benefit-list { border-top: 1px solid var(--line); }
.benefit-list article { border-bottom: 1px solid var(--line); padding: 29px 0; }
.benefit-list h3 { margin: 0 0 6px; font-size: 17px; font-weight: 530; letter-spacing: -.02em; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 13px; }

.access-timeline { margin-top: clamp(80px,9vw,128px); }
.timeline { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.timeline article { min-height: 245px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 27px; }
.timeline time { min-height: 62px; display: flex; align-items: center; gap: 9px; color: var(--accent-light); font-family: var(--mono); text-transform: uppercase; }
.date-unit { display: flex; align-items: center; gap: 8px; }
.date-unit > strong { color: var(--text); font-family: var(--sans); font-size: 43px; font-weight: 430; letter-spacing: -.075em; line-height: .9; }
.date-unit > span { display: grid; gap: 2px; }
.date-unit b { color: var(--accent-light); font-size: 10px; font-weight: 650; letter-spacing: .12em; line-height: 1; }
.date-unit small { color: #66676d; font-size: 7px; font-weight: 500; letter-spacing: .08em; line-height: 1; }
.timeline time > em { color: #62636a; font-size: 7px; font-style: normal; letter-spacing: .12em; }
.date-range { gap: 7px !important; }
.date-range .date-unit { gap: 5px; }
.date-range .date-unit > strong { font-size: 32px; }
.date-range .date-unit b { font-size: 8px; }
.date-range .date-unit small { font-size: 6px; }
.date-range > i { width: 9px; height: 1px; background: #555661; font-size: 0; }
.date-following > strong { color: var(--accent-light); font-size: 38px; letter-spacing: -.035em; }
.date-following b { font-size: 8px; }
.date-following small { font-size: 6px; white-space: nowrap; }
.timeline h3 { margin: 0 0 10px; font-size: 17px; font-weight: 530; letter-spacing: -.02em; }
.timeline p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.application-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(60px,9vw,135px); }
.application-intro { position: sticky; top: 45px; }
.application-intro > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 40px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.form-shell { overflow: hidden; border: 1px solid #37383e; border-radius: 5px; background: #141518; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.application-form { display: grid; gap: 22px; padding: 34px; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.application-form label { display: grid; gap: 8px; }
.application-form label > span, .application-form legend { color: #b4b4b9; font-family: var(--mono); font-size: 8px; letter-spacing: .055em; text-transform: uppercase; }
.application-form label > span b, .application-form legend b { color: var(--accent-light); }.application-form label > span small { float: right; color: #66676d; font-size: 7px; }
.application-form input:not([type="checkbox"]):not([type="radio"]), .application-form select, .application-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 3px; outline: none; background: #1a1b1f; padding: 0 13px; color: var(--text); font-size: 12px; transition: border-color .2s, background .2s; }
.application-form input:not([type="checkbox"]):not([type="radio"]), .application-form select { height: 47px; }
.application-form textarea { min-height: 126px; resize: vertical; padding-block: 13px; line-height: 1.6; }
.application-form input::placeholder, .application-form textarea::placeholder { color: #62636a; }.application-form select:invalid { color: #77787e; }
.application-form input:focus, .application-form select:focus, .application-form textarea:focus { border-color: #716a9d; background: #1d1e23; }
.application-form input[aria-invalid="true"], .application-form select[aria-invalid="true"], .application-form textarea[aria-invalid="true"] { border-color: var(--danger); }
.consent { grid-template-columns: 17px 1fr; align-items: start; gap: 10px !important; }
.consent input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--accent); }
.consent > span { line-height: 1.65; text-transform: none !important; }
.consent a { color: #d3d0e5; text-decoration: underline; text-decoration-color: #5e5979; text-underline-offset: 2px; }
.consent a:hover { color: #fff; text-decoration-color: var(--accent-light); }
.turnstile-wrap { position: relative; min-height: 65px; border: 0 !important; padding: 0 !important; }
.turnstile-wrap::before, .turnstile-wrap::after { display: none !important; content: none !important; }
.honey { position: absolute !important; left: -10000px; }
.form-error { border-left: 2px solid var(--danger); background: rgba(217,132,132,.07); color: #e0abab; padding: 11px 13px; font-size: 11px; }
.submit-button { width: 100%; }
.submit-button[disabled] { opacity: .62; cursor: wait; transform: none; }
.success-state { min-height: 390px; align-content: center; padding: 55px; }.success-state:not([hidden]) { display: grid; }
.success-icon { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 30px; border: 1px solid rgba(120,173,134,.55); border-radius: 50%; background: rgba(120,173,134,.07); color: var(--success); }.success-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.success-state h3 { max-width: 560px; margin: 0 0 17px; font-size: 34px; font-weight: 500; letter-spacing: -.045em; line-height: 1.1; }.success-state > p { max-width: 530px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.terminal-footer { width: 100%; min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line-soft); background: #090a0b; color: var(--muted); padding: 0 20px; font-size: 11px; }
.terminal-footer nav { display: flex; align-items: center; }
.terminal-footer a { color: var(--muted); }
.terminal-footer a:hover { color: var(--text); }
.terminal-footer a + a::before { color: var(--line); padding: 0 9px; content: "|"; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 48px, 1000px); }
  .hero { grid-template-columns: 1fr; grid-template-areas: "brand" "copy" "film"; padding-top: 52px; }.hero-copy { max-width: 760px; }.film-block { width: 100%; }
  .access-grid, .application-grid { gap: 65px; }.application-grid { grid-template-columns: .72fr 1.28fr; }
  .timeline { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  .hero { gap: 48px; padding-block: 38px 70px; }.hero h1 { font-size: clamp(45px,14vw,66px); }.hero-lede { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-actions > p { border-left: 0; padding-left: 0; }
  .early-access, .application { padding-block: 88px; }
  .access-grid, .application-grid { grid-template-columns: 1fr; gap: 48px; }.access-intro h2, .application-intro h2 { font-size: clamp(38px,11vw,55px); }
  .timeline { grid-template-columns: 1fr; }.timeline article { min-height: 215px; padding: 24px; }
  .application-intro { position: static; }.application-form { padding: 24px 18px; }.form-row { grid-template-columns: 1fr; }.success-state { min-height: 340px; padding: 32px 24px; }.success-state h3 { font-size: 29px; }
  .terminal-footer { min-height: 38px; flex-wrap: wrap; align-content: center; padding: 4px 10px; }
}

@media (max-width: 380px) {
  .brand-logo { height: 30px; }
}
