:root {
  color-scheme: dark;
  --ink: #070b0a;
  --ink-soft: #101615;
  --paper: #eef0e9;
  --muted: #a2aaa3;
  --line: rgba(238, 240, 233, 0.17);
  --signal: #c9ff3f;
  --ember: #ff6a46;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: var(--display); line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
::selection { background: var(--signal); color: var(--ink); }

.skip { position: fixed; z-index: 100; top: 0.7rem; left: 0.7rem; padding: 0.65rem 0.9rem; background: var(--signal); color: var(--ink); transform: translateY(-180%); }
.skip:focus { transform: translateY(0); }

.topbar { position: absolute; z-index: 20; top: 0; left: 0; display: grid; width: 100%; min-height: 76px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 4vw; border-bottom: 1px solid rgba(238, 240, 233, 0.2); background: linear-gradient(180deg, rgba(7, 11, 10, 0.86), transparent); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 0.7rem; font-weight: 900; letter-spacing: -0.04em; text-decoration: none; }
.brand img { border-radius: 7px; }
nav { display: flex; gap: 2rem; }
nav a, .header-action, footer > a { color: var(--muted); font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }
nav a:hover, nav a:focus-visible, footer > a:hover, footer > a:focus-visible { color: var(--signal); }
.header-action { justify-self: end; padding: 0.7rem 0.9rem; border: 1px solid var(--signal); color: var(--signal); }
.header-action:hover, .header-action:focus-visible { background: var(--signal); color: var(--ink); }

.hero { position: relative; display: grid; min-height: 100svh; align-items: end; overflow: hidden; padding: 9rem 6vw 7vw; isolation: isolate; }
.hero-video, .hero-shade, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { z-index: -4; object-fit: cover; object-position: 62% center; filter: saturate(0.82) contrast(1.06); }
.hero-shade { z-index: -3; background: linear-gradient(90deg, rgba(7, 11, 10, 0.98) 0%, rgba(7, 11, 10, 0.86) 43%, rgba(7, 11, 10, 0.22) 76%), linear-gradient(0deg, rgba(7, 11, 10, 0.86), transparent 50%); }
.hero-grid, .closing-grid { z-index: -2; opacity: 0.22; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero-copy { width: min(860px, 74%); animation: hero-rise 700ms ease-out both; }
.eyebrow, .section-label { margin: 0 0 1rem; color: var(--signal); font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.5rem; font-size: clamp(4.6rem, 10vw, 11rem); font-weight: 900; letter-spacing: -0.075em; line-height: 0.76; text-transform: uppercase; }
h1 em, h2 em { color: var(--signal); font-style: normal; }
.hero-intro { max-width: 650px; margin-bottom: 2rem; color: #d5d8d1; font-size: clamp(1.05rem, 1.8vw, 1.4rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: stretch; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 2.2rem; padding: 0.9rem 1.2rem; border: 1px solid var(--line); font-family: var(--mono); font-size: 0.76rem; letter-spacing: 0.045em; text-decoration: none; text-transform: uppercase; transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-primary { border-color: var(--signal); background: var(--signal); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { border-color: var(--paper); background: var(--paper); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: var(--paper); }
.button strong { font-size: 0.98rem; }
.hero-proofline { display: flex; flex-wrap: wrap; max-width: 780px; margin: 1rem 0 0; border-block: 1px solid rgba(238, 240, 233, 0.28); color: var(--signal); font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-proofline span { padding: 0.72rem 1.1rem 0.72rem 0; margin-right: 1.1rem; }
.hero-proofline span + span { border-left: 1px solid rgba(238, 240, 233, 0.28); padding-left: 1.1rem; }
.hero-note { max-width: 690px; margin: 1.1rem 0 0; color: var(--muted); font-size: 0.84rem; }
.hero-status { position: absolute; right: 5vw; bottom: 6vw; display: grid; width: min(290px, 30vw); justify-items: end; font-family: var(--mono); text-align: right; text-transform: uppercase; }
.hero-status span { color: var(--signal); font-size: 0.72rem; letter-spacing: 0.08em; }
.hero-status i { display: inline-block; width: 7px; height: 7px; margin-right: 0.4rem; border-radius: 50%; background: var(--signal); box-shadow: 0 0 16px var(--signal); }
.hero-status b { color: var(--signal); font-size: clamp(3rem, 6vw, 6rem); letter-spacing: -0.09em; line-height: 1; }
.hero-status small { color: var(--muted); font-size: 0.62rem; }

.ticker { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.ticker span { padding: 1rem; border-right: 1px solid rgba(7, 11, 10, 0.24); font-family: var(--mono); font-size: 0.68rem; text-align: center; text-transform: uppercase; }
.ticker span:last-child { border-right: 0; }

.section { padding: clamp(5rem, 10vw, 10rem) 6vw; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.7fr); gap: 1.5rem 6vw; margin-bottom: 4rem; }
.section-heading .section-label { grid-column: 1 / -1; }
h2 { margin-bottom: 1.5rem; font-size: clamp(3.2rem, 7vw, 8rem); font-weight: 900; letter-spacing: -0.07em; line-height: 0.86; text-transform: uppercase; }
.section-heading > p:last-child { align-self: end; max-width: 580px; color: var(--muted); font-size: 1.08rem; }

.proof { background: var(--ink-soft); }
.proof-ledger { border-top: 1px solid var(--line); }
.proof-row { display: grid; grid-template-columns: 150px minmax(0, 1fr) 130px; gap: 2rem; align-items: center; min-height: 76px; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.proof-row span:first-child, .proof-head, .proof-row b { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.proof-row span:nth-child(2) { color: #cbd0c9; }
.proof-row b { color: var(--signal); text-align: right; }
.proof-head { min-height: 42px; color: var(--muted); }

.receipt { background: #151d1b; }
.receipt-grid, .offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.receipt-card { display: grid; min-height: 220px; align-content: space-between; gap: 1.4rem; padding: 1.5rem; background: var(--ink); text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.receipt-card:hover, .receipt-card:focus-visible { position: relative; z-index: 1; transform: translateY(-4px); background: #16201d; }
.receipt-kind, .offer-grid article > span { color: var(--signal); font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; }
.receipt-card strong { font-size: clamp(1.45rem, 2.5vw, 2.3rem); letter-spacing: -0.05em; line-height: 0.95; }
.receipt-card strong span { color: var(--signal); }
.receipt-card small { max-width: 290px; color: var(--muted); font-size: 0.84rem; }
.receipt-note { max-width: 760px; margin: 2rem 0 0; color: var(--muted); font-size: 0.86rem; }

.fit-gate { background: #0c100f; }
.fit-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr); gap: 1px; background: var(--line); }
.fit-form, .fit-brief { padding: clamp(1.5rem, 4vw, 3rem); background: var(--ink); }
.fit-form { display: grid; gap: 1rem; }
.fit-form label { color: var(--signal); font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.fit-form textarea { width: 100%; min-height: 240px; resize: vertical; border: 1px solid rgba(238, 240, 233, 0.3); border-radius: 0; padding: 1rem; background: #111816; color: var(--paper); font: 0.9rem/1.55 var(--mono); }
.fit-form textarea::placeholder { color: #7f8881; }
.fit-form textarea:focus { outline: 2px solid var(--signal); outline-offset: 3px; border-color: var(--signal); }
.fit-boundary { max-width: 620px; margin: 0; color: var(--muted); font-size: 0.84rem; }
.fit-status { margin: 0; color: var(--signal); font-size: 0.88rem; }
.fit-status a { color: var(--signal); text-underline-offset: 0.2em; }
.fit-brief { background: var(--paper); color: var(--ink); }
.fit-brief .section-label { color: #385800; }
.fit-brief h3 { margin: 0 0 2rem; font-size: clamp(2.6rem, 5vw, 5.2rem); font-weight: 900; letter-spacing: -0.07em; line-height: 0.86; text-transform: uppercase; }
.fit-brief ul { margin: 0; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
.fit-brief li { padding: 0.95rem 0; border-bottom: 1px solid rgba(7, 11, 10, 0.24); font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; }

.instrument { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr); min-height: 80svh; align-items: stretch; }
.instrument-image { min-height: 640px; overflow: hidden; background: #0b1110; }
.instrument-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 800ms ease; }
.instrument-image:hover img { transform: scale(1.025); }
.instrument-copy { display: grid; align-content: center; padding: 7vw; background: var(--paper); color: var(--ink); }
.instrument-copy .section-label { color: #385800; }
.instrument-copy h2 { font-size: clamp(3.1rem, 6vw, 7rem); }
.instrument-copy > p:not(.section-label) { color: #4e5650; font-size: 1.05rem; }
.instrument-copy ul { margin: 2rem 0 0; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
.instrument-copy li { padding: 0.9rem 0; border-bottom: 1px solid rgba(7, 11, 10, 0.24); font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; }

.slice { background: var(--ink); }
.delivery-path { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.delivery-path li { display: grid; grid-template-columns: 130px 1fr; gap: 2rem; min-height: 170px; align-items: center; padding: 1.7rem 0; border-bottom: 1px solid var(--line); transition: padding 180ms ease, background 180ms ease; }
.delivery-path li:hover { padding-inline: 1rem; background: rgba(201, 255, 63, 0.035); }
.delivery-path span { color: var(--signal); font-family: var(--mono); font-size: 0.75rem; }
.delivery-path h3 { margin-bottom: 0.3rem; font-size: clamp(2.2rem, 4vw, 4.5rem); letter-spacing: -0.06em; line-height: 0.9; text-transform: uppercase; }
.delivery-path p { max-width: 720px; margin-bottom: 0; color: var(--muted); }

.offer-ladder { background: #0c100f; }
.offer-grid { margin-top: 1rem; }
.offer-grid article { display: grid; min-height: 250px; align-content: start; gap: 1.3rem; padding: 1.7rem; background: var(--ink-soft); }
.offer-grid article strong { color: var(--paper); font-size: clamp(2.1rem, 4vw, 4.2rem); letter-spacing: -0.08em; line-height: 0.9; }
.offer-grid article p { max-width: 310px; margin: 0; color: var(--muted); }

.boundary { display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr); gap: 7vw; padding: clamp(5rem, 10vw, 9rem) 6vw; background: var(--paper); color: var(--ink); }
.boundary .section-label { color: #385800; }
.boundary-copy p:last-child { color: #4f5751; }
.boundary-table { align-self: center; border-top: 2px solid var(--ink); }
.boundary-table > div { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid rgba(7, 11, 10, 0.24); }
.boundary-table span, .boundary-table b { font-family: var(--mono); font-size: 0.68rem; text-transform: uppercase; }
.boundary-table span { color: #59605b; }
.boundary-table b { font-weight: 500; }

.closing { position: relative; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 7vw; align-items: end; min-height: 72svh; overflow: hidden; padding: clamp(6rem, 11vw, 10rem) 6vw; isolation: isolate; }
.closing-grid { position: absolute; inset: 0; }
.closing-copy, .closing-actions { position: relative; z-index: 1; }
.closing-copy p:last-child { max-width: 640px; color: var(--muted); }
.closing-actions { display: grid; gap: 1.2rem; }
.text-link { color: var(--signal); font-family: var(--mono); font-size: 0.74rem; text-decoration: none; text-transform: uppercase; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; min-height: 94px; padding: 1.5rem 4vw; border-top: 1px solid var(--line); color: var(--muted); }
footer p { margin: 0; font-size: 0.82rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes hero-rise { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: translateY(0); } }

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

@media (max-width: 900px) {
  .topbar { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: 92svh; padding-top: 7rem; }
  .hero-copy { width: 100%; }
  .hero-video { object-position: 70% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7, 11, 10, 0.98), rgba(7, 11, 10, 0.66)), linear-gradient(0deg, rgba(7, 11, 10, 0.9), transparent); }
  .hero-status { display: none; }
  .ticker { grid-template-columns: repeat(2, 1fr); }
  .ticker span { border-bottom: 1px solid rgba(7, 11, 10, 0.24); }
  .ticker span:last-child { grid-column: 1 / -1; }
  .section-heading, .instrument, .boundary, .closing { grid-template-columns: 1fr; }
  .receipt-grid, .offer-grid { grid-template-columns: 1fr; }
  .fit-layout { grid-template-columns: 1fr; }
  .instrument-image { min-height: 72svh; }
  .proof-row { grid-template-columns: 90px 1fr; gap: 1rem; }
  .proof-row b { grid-column: 2; text-align: left; }
  .proof-head { display: none; }
  .boundary-table { margin-top: 2rem; }
  footer { grid-template-columns: 1fr; gap: 0.8rem; }
}

@media (max-width: 560px) {
  .topbar { min-height: 66px; padding-inline: 18px; }
  .header-action { padding: 0.58rem 0.65rem; font-size: 0.59rem; }
  .hero { min-height: 100svh; padding: 7.5rem 20px 3.2rem; }
  h1 { font-size: clamp(3.35rem, 19vw, 5.4rem); line-height: 0.83; }
  .hero-actions, .button { width: 100%; }
  .button { gap: 0.75rem; padding-inline: 1rem; font-size: 0.66rem; }
  .button strong { white-space: nowrap; }
  .hero-proofline { display: grid; grid-template-columns: 1fr; }
  .hero-proofline span, .hero-proofline span + span { margin: 0; padding: 0.58rem 0; border-left: 0; }
  .hero-proofline span + span { border-top: 1px solid rgba(238, 240, 233, 0.2); }
  .section, .boundary, .closing { padding-inline: 20px; }
  .section-heading { display: block; }
  .instrument-copy { padding: 5rem 20px; }
  .instrument-image { min-height: 58svh; }
  .delivery-path li { grid-template-columns: 48px 1fr; gap: 0.7rem; min-height: 150px; }
  .boundary-table > div { gap: 1rem; }
}
