:root {
  --blue: #00baff;
  --orange: #ffa400;
  --gray: #7a7a7a;
  --ink: #08090c;
  --ink-2: #10131a;
  --paper: #f4efe4;
  --paper-2: #e9e2d2;
  --text: #f4efe6;
  --text-dim: #c9c3b6;
  --ink-text: #16140f;
  --muted-on-paper: #4e4a42;
  --line: rgba(244, 239, 230, 0.14);
  --nav-h: 4.35rem;
  --serif: "Instrument Serif", "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif;
  --body: "Newsreader", Georgia, "Times New Roman", serif;
  --cond: "Barlow Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
button, input, select { font: inherit; }
h1, h2, h3, p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; }
::selection { background: var(--blue); color: #071018; }

[id] { scroll-margin-top: 5.4rem; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 400;
  background: var(--orange);
  color: #14120c;
  padding: 0.65rem 0.9rem;
  text-decoration: none;
  font-family: var(--cond);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.skip:focus { top: 0.6rem; }

.progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 220;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  pointer-events: none;
  transform-origin: left center;
}

/* ---------- nav ---------- */
.nav {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1rem;
  background: rgba(8, 9, 12, 0.82);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--text);
  margin-right: auto;
}
.mark { width: 42px; height: 42px; flex: none; }
.wordmark { display: flex; flex-direction: column; line-height: 0.85; }
.wm-notify {
  font-family: var(--cond);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 1.15rem;
}
.wm-fbo {
  font-family: var(--cond);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: var(--blue);
}
.o {
  display: inline-block;
  width: 0.68em;
  height: 0.68em;
  margin-left: 0.08em;
  border: 1.5px solid var(--orange);
  border-radius: 50%;
  vertical-align: -0.02em;
}
.nav-links { display: none; }
.nav-links a {
  text-decoration: none;
  font-family: var(--cond);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 1rem;
  color: var(--text-dim);
}
.nav-links a:hover { color: var(--blue); }
.nav-cta { flex: none; }
.nav-cta-long { display: none; }
.nav-toggle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(244, 239, 230, 0.28);
  background: transparent;
  color: var(--text);
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: none;
}
.bars, .bars::before, .bars::after {
  display: block;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  position: relative;
}
.bars::before, .bars::after {
  content: "";
  position: absolute;
  left: 0;
}
.bars::before { top: -6px; }
.bars::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .bars::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bars::after { top: 0; transform: rotate(-45deg); }

.nav-panel {
  display: none;
  position: fixed;
  z-index: 110;
  inset: var(--nav-h) 0 0 0;
  background: #08090c;
  padding: 1.25rem 1.35rem 2rem;
  flex-direction: column;
  gap: 0.15rem;
  overflow: auto;
}
.nav-panel.is-open { display: flex; }
.nav-panel a {
  text-decoration: none;
  font-family: var(--serif);
  font-size: clamp(2rem, 8vw, 2.8rem);
  line-height: 1.15;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--line);
}
.nav-panel .btn {
  margin-top: 1.2rem;
  align-self: flex-start;
  font-size: 1.15rem;
}
body.nav-open { overflow: hidden; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--cond);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}
.btn-orange { background: var(--orange); color: #14120c; }
.btn-orange:hover { background: #ffb52b; }
.btn-blue { background: transparent; color: #eaf8ff; border-color: var(--blue); }
.btn-blue:hover { background: var(--blue); color: #071018; }
.btn-ghost { background: transparent; color: var(--text); border-color: rgba(244, 239, 230, 0.32); }
.btn-ghost:hover { background: var(--text); color: var(--ink); }
.btn-dark { background: #14120c; color: var(--paper); width: 100%; }
.btn-dark:hover { background: #2a261f; }
.btn-line { background: transparent; color: #14120c; border-color: #14120c; width: 100%; }
.btn-line:hover { background: #14120c; color: var(--paper); }
.btn:disabled, .btn[aria-disabled="true"] { opacity: 0.55; cursor: default; }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
.btn-blue:focus-visible { outline-color: var(--orange); }

.cta-row { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.cta-row .btn { flex: 1 1 100%; }
.cta-row.tight { margin-top: 1rem; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: calc(var(--nav-h) + 1.6rem) 0 3.5rem;
}
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}
.glow-a {
  width: 70vw;
  height: 50vw;
  max-width: 760px;
  max-height: 520px;
  left: -12%;
  bottom: -18%;
  background: radial-gradient(circle, rgba(255, 164, 0, 0.28), transparent 68%);
}
.glow-b {
  width: 60vw;
  height: 46vw;
  max-width: 680px;
  max-height: 480px;
  right: -10%;
  top: -12%;
  background: radial-gradient(circle, rgba(0, 186, 255, 0.22), transparent 68%);
}
.ring {
  position: absolute;
  width: min(760px, 120%);
  right: -18%;
  top: -12%;
  opacity: 0.35;
}
.ticks {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 0;
  width: 14px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(0, 186, 255, 0.75) 0 1px,
    transparent 1px 16px
  );
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2.4rem));
  margin-inline: auto;
  display: grid;
  gap: 2.4rem;
  min-width: 0;
}
.hero-copy, .stage { min-width: 0; max-width: 100%; }
.kicker {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--cond);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--gray);
  margin-bottom: 0.9rem;
}
.kicker.ink { color: var(--muted-on-paper); }
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 164, 0, 0.18);
}
h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.45rem, 12.2vw, 4.7rem);
  line-height: 0.86;
  letter-spacing: -0.03em;
  max-width: 100%;
  overflow-wrap: break-word;
}
h1 em { font-style: italic; color: var(--orange); }
h1 .h-notice { font-style: italic; color: var(--blue); }
.deck {
  margin-top: 1.2rem;
  max-width: 38rem;
  color: var(--text-dim);
  font-size: 1.12rem;
  line-height: 1.45;
}
.hero .cta-row { margin-top: 1.45rem; }
.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.3rem;
  margin-top: 1.35rem;
}
.facts li {
  font-family: var(--cond);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.02rem;
  color: var(--text-dim);
}
.facts strong { color: var(--orange); font-weight: 600; }

/* ---------- stage / ticket ---------- */
.stage { width: min(100%, 460px); }
.stage.is-lit .ticket { box-shadow: 0 0 0 2px var(--blue), var(--shadow); }
.site-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.site-name {
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1;
}
.site-code {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--blue);
}
.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 0.45rem 0 0.8rem;
  font-family: var(--cond);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.86rem;
  color: var(--gray);
}
.site-nav .on { color: var(--text); }
.tee {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.15rem;
  margin: 0 0 0.75rem;
  padding: 0.55rem 0.7rem;
  background: #07080c;
  border-radius: 10px;
  border: 1px solid rgba(0, 186, 255, 0.2);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
}
.tee span + span::before {
  content: "·";
  color: var(--orange);
  margin: 0 0.45rem 0 0.15rem;
}
.tee .is-hot { color: var(--blue); }

.ticket {
  display: grid;
  grid-template-columns: 42px 1fr;
  background: transparent;
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.4));
}
.stub {
  background: #14120c;
  color: var(--orange);
  display: grid;
  place-items: center;
  border-radius: 14px 0 0 14px;
}
.stub span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--cond);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.86rem;
}
.ticket-body {
  position: relative;
  background: var(--paper);
  color: var(--ink-text);
  color-scheme: light;
  padding: 0.95rem 0.95rem 1rem 1.15rem;
  border-radius: 0 14px 14px 0;
}
.ticket-body::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 8px;
  bottom: 8px;
  width: 14px;
  background: radial-gradient(circle at 7px 10px, #10131a 6px, transparent 6.5px) 0 0 / 14px 22px repeat-y;
  pointer-events: none;
}
.ticket-h, .who {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.who {
  font-family: var(--cond);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.95rem;
  justify-content: flex-start;
}
.what {
  font-family: var(--cond);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a4b00;
  font-weight: 600;
}
.fbo-name {
  margin-top: 0.55rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1;
}
.fbo-meta, .tail-line, .row-sub, .math, .form-help, .t-note {
  color: var(--muted-on-paper);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}
.row-sub { white-space: nowrap; }
.fbo-meta { margin-top: 0.3rem; }
.craft-label {
  display: block;
  margin-top: 0.85rem;
  font-family: var(--cond);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--muted-on-paper);
}
.craft {
  width: 100%;
  min-height: 44px;
  margin-top: 0.15rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(20, 18, 12, 0.22);
  border-radius: 0;
  color: var(--ink-text);
  font-family: var(--cond);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tail-line { margin: 0.4rem 0 0.75rem; }
.seg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
  padding: 0.28rem;
  background: rgba(20, 18, 12, 0.06);
  border-radius: 999px;
}
.seg button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #3d3932;
  cursor: pointer;
  font-family: var(--cond);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.98rem;
}
.seg button[aria-pressed="true"] { background: #16140f; color: var(--paper); }
.fuel-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.6rem;
  margin-top: 0.9rem;
}
.row-k {
  font-family: var(--cond);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.stepper {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.stepper button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(20, 18, 12, 0.25);
  background: transparent;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--ink-text);
}
.stepper button:hover { background: #16140f; color: var(--paper); }
.stepper-val {
  min-width: 4.6rem;
  text-align: center;
  font-family: var(--cond);
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}
.chips {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.55rem;
}
.chips button {
  flex: 1;
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(20, 18, 12, 0.2);
  background: transparent;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--ink-text);
}
.chips button[aria-pressed="true"] {
  background: var(--orange);
  border-color: var(--orange);
  color: #14120c;
  font-weight: 500;
}
.helper {
  margin-top: 0.55rem;
  font-family: var(--cond);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.98rem;
  color: #6a3d00;
}
.helper.is-met { color: #0e3d28; }
.lines { margin-top: 0.45rem; }
.lines li, .board li, .portal li, .includes li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.42rem 0;
  border-top: 1px solid rgba(20, 18, 12, 0.1);
  font-family: var(--cond);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1.02rem;
}
.price { font-variant-numeric: tabular-nums; font-family: var(--mono); font-size: 0.82rem; letter-spacing: 0; text-transform: none; }
.muted-line { color: var(--muted-on-paper); }
.waived-pill {
  display: inline-flex;
  margin-left: 0.3rem;
  background: var(--orange);
  color: #14120c;
  font-family: var(--cond);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
  vertical-align: 1px;
}
.toggles { margin-top: 0.2rem; }
.toggle {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.4rem 0;
  border: 0;
  border-top: 1px solid rgba(20, 18, 12, 0.1);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.t-name {
  display: block;
  font-family: var(--cond);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.02rem;
}
.t-note { display: block; text-transform: none; letter-spacing: 0; margin-top: 0.05rem; }
.toggle .amt {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 0.78rem;
}
.switch {
  width: 44px;
  height: 26px;
  border-radius: 999px;
  background: #d4cfc4;
  position: relative;
  flex: none;
}
.switch::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  top: 3px;
  left: 3px;
}
.toggle[aria-pressed="true"] .switch { background: var(--blue); }
.toggle[aria-pressed="true"] .switch::after { transform: translateX(18px); background: #071018; }
.totals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 1rem;
  margin-top: 0.8rem;
  padding-top: 0.7rem;
  border-top: 1.5px solid #16140f;
}
.totals span {
  display: block;
  font-family: var(--cond);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--muted-on-paper);
}
.totals strong {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 1.45rem;
  font-variant-numeric: tabular-nums;
}
.totals .grand { grid-column: 1 / -1; }
.totals .grand strong { font-family: var(--serif); font-size: 2.5rem; font-weight: 400; line-height: 1; }
.math { margin-top: 0.25rem; }
.fine {
  margin-top: 0.65rem;
  font-family: var(--body);
  font-style: italic;
  font-size: 0.98rem;
  line-height: 1.35;
  color: #3a342c;
  text-transform: none;
  letter-spacing: 0;
}
.send { margin-top: 0.85rem; }
.send:disabled {
  opacity: 1;
  background: #2c2822;
  color: var(--paper);
}

.inbox { margin-top: 0.9rem; }
.inbox-label {
  font-family: var(--cond);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--gray);
  margin-bottom: 0.45rem;
}
.inbox-label.ink { color: var(--muted-on-paper); }
.empty-inbox {
  border: 1px dashed rgba(244, 239, 230, 0.28);
  border-radius: 14px;
  padding: 1rem;
  color: var(--text-dim);
  font-size: 1rem;
}
.sheet {
  background: var(--paper);
  color: var(--ink-text);
  color-scheme: light;
  border-radius: 14px;
  padding: 1rem 1rem 1.05rem;
  box-shadow: var(--shadow);
}
.sheet.is-in { animation: slip 0.55s cubic-bezier(0.2, 0.8, 0.2, 1); }
@keyframes slip {
  from { transform: translateY(-12px) rotate(-1.2deg); opacity: 0.01; }
  to { transform: none; opacity: 1; }
}
.revised {
  display: inline-block;
  margin-bottom: 0.45rem;
  border: 1.5px solid var(--blue);
  color: #075f86;
  font-family: var(--cond);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 0.1rem 0.4rem;
  transform: rotate(-2deg);
}
.paper-h p {
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  gap: 0.4rem;
  font-family: var(--mono);
  font-size: 0.75rem;
  padding: 0.18rem 0;
}
.paper-h span {
  color: var(--muted-on-paper);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
}
.paper-subject strong { font-weight: 500; }
.paper-body {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  gap: 0.28rem 0.6rem;
  margin: 0.75rem 0 0.2rem;
  padding-top: 0.6rem;
  border-top: 1px dashed rgba(20, 18, 12, 0.25);
}
.paper-body dt {
  font-family: var(--cond);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-on-paper);
  font-size: 0.86rem;
}
.paper-body dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}

/* ---------- marquee ---------- */
.marquee {
  overflow: clip;
  max-width: 100%;
  contain: paint;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #07080c;
  padding: 0.8rem 0;
}
.marquee-track {
  display: flex;
  width: max-content;
}
.marquee-group {
  display: flex;
  gap: 1.6rem;
  padding-right: 1.6rem;
}
.marquee-group span {
  font-family: var(--cond);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--text);
  white-space: nowrap;
}
.marquee-group span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.7rem;
  border-radius: 50%;
  background: var(--orange);
  transform: translateY(-1px);
}

/* ---------- sections ---------- */
.wrap {
  width: min(1120px, calc(100% - 2.4rem));
  margin-inline: auto;
}
.band { padding: clamp(3.6rem, 8vw, 6.5rem) 0; }
.idx {
  font-family: var(--cond);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.92rem;
  color: var(--gray);
  margin-bottom: 0.75rem;
}
.idx.dark { color: #5e5a53; }
.idx.on-orange { color: #3d2a00; }
h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.8rem, 8vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  max-width: 12ch;
  overflow-wrap: break-word;
}
h3 {
  margin-top: 2rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
}
.lede {
  margin-top: 1rem;
  max-width: 36rem;
  font-size: 1.2rem;
  color: var(--text-dim);
}
.lede.dark { color: #3c3832; }
.lede.slim { margin-top: 0.5rem; }

.fuel { background: #0c110e; }
.fuel-grid, .mail-grid, .price-grid, .start-grid, .floor-grid, .split { min-width: 0; }
.fuel-grid > *, .mail-grid > *, .price-grid > *, .start-grid > *, .floor-grid > *, .split > * { min-width: 0; }
.fuel-grid { display: grid; gap: 2rem; }
.gauge { margin: 1.2rem 0 0; max-width: 420px; }
.gauge svg { width: 100%; height: auto; }
.gauge-num {
  margin-top: 0.15rem;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 12vw, 5.6rem);
  line-height: 0.95;
}
.gauge-num span {
  font-family: var(--cond);
  font-size: 0.28em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.gauge-cap {
  margin-top: 0.35rem;
  text-align: center;
  font-family: var(--cond);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.board {
  background:
    radial-gradient(120px 40px at 80% 78%, rgba(255, 255, 255, 0.05), transparent 70%),
    #121a14;
  border-radius: 18px;
  padding: 1.15rem 1.15rem 1.2rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.board-k, .board-foot {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c9c3b4;
}
.board li {
  border-top-color: rgba(230, 226, 212, 0.16);
  color: #e7e2d4;
  font-family: var(--mono);
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
}
.board li:first-child { border-top: 0; }
.board strong { color: var(--orange); font-weight: 500; }
.board-foot { margin-top: 0.85rem; color: var(--blue); }

.floor-grid { display: grid; }
.phone, .posted { padding: clamp(3.2rem, 7vw, 5.5rem) clamp(1.2rem, 4vw, 4rem); }
.phone { background: #0c0e12; }
.posted { background: var(--paper); color: var(--ink-text); }
.phone-k {
  margin-top: 1.6rem;
  font-family: var(--cond);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  font-size: 0.95rem;
}
.phone-k.ink { color: #8a4b00; margin-top: 0; }
.phone li {
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  color: var(--text-dim);
  line-height: 1.15;
}
.posted-lead {
  margin: 0.8rem 0 0.4rem;
  max-width: 36rem;
  font-size: 1.15rem;
}
.qa li {
  display: grid;
  gap: 0.15rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(20, 18, 12, 0.12);
}
.qa .q {
  font-family: var(--cond);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: #5c584e;
}
.qa .a {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.05;
}
.qa .is-key {
  box-shadow: inset 4px 0 0 var(--orange);
  padding-left: 0.8rem;
}

.night {
  background:
    radial-gradient(520px 280px at 12% 100%, rgba(255, 164, 0, 0.16), transparent 70%),
    #070b12;
}
.timeline {
  margin: 2rem 0 1.6rem;
  display: grid;
}
.timeline li {
  position: relative;
  margin-left: 6px;
  padding: 0 0 1.3rem 1.1rem;
  border-left: 2px solid rgba(244, 239, 230, 0.2);
}
.timeline li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  left: -6px;
  top: 0.35rem;
}
.timeline li.miss { border-left-color: rgba(255, 164, 0, 0.7); }
.timeline li.miss::before { background: var(--orange); }
.timeline time {
  font-family: var(--cond);
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.timeline p { margin-top: 0.3rem; color: var(--text-dim); max-width: 28rem; }
.split { display: grid; gap: 1rem; }
.vm {
  background: #12161d;
  border-radius: 16px;
  padding: 1rem 1rem 1.1rem;
  border: 1px solid rgba(244, 239, 230, 0.08);
}
.vm-h {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--cond);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.vm-h time { margin-left: auto; color: var(--text); letter-spacing: 0.04em; font-size: 1.2rem; }
.rec {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}
.wave {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 42px;
  margin: 0.8rem 0;
}
.wave i {
  display: block;
  width: 3px;
  height: 32%;
  background: var(--gray);
  border-radius: 2px;
}
.wave i:nth-child(3n) { height: 78%; }
.wave i:nth-child(4n) { height: 50%; }
.wave i:nth-child(5n) { height: 22%; }
.wave i:nth-child(7n) { height: 92%; background: var(--orange); }
.vm blockquote {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.35;
  color: var(--text-dim);
}
.vm-end {
  margin-top: 0.8rem;
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--orange);
}
.night-sheet .sheet-close, .letter {
  margin-top: 0.8rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.35;
}

.mail {
  background:
    linear-gradient(180deg, #e7dfd0 0%, #f4efe4 30%, #efe6d6 100%);
  color: var(--ink-text);
  padding: clamp(3.6rem, 8vw, 6.5rem) 0;
}
.mail-grid { display: grid; gap: 1.6rem; }
.portal {
  margin-top: 1.4rem;
  background: #12140f;
  color: var(--text);
  border-radius: 16px;
  padding: 0.95rem 1rem 0.5rem;
}
.portal header {
  display: flex;
  justify-content: space-between;
  font-family: var(--cond);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.portal li {
  border-top-color: rgba(244, 239, 230, 0.1);
  color: var(--text);
}
.portal b { font-weight: 600; color: var(--orange); }
.typed {
  display: inline-block;
  padding-right: 2px;
}
.desk-sheet { transform: rotate(-0.4deg); }

.crews {
  background: #090b10;
  padding: clamp(3.6rem, 8vw, 6rem) 0;
}
.italic-line {
  margin-top: 1rem;
  max-width: 28rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.25;
  color: var(--text);
}
.limits {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}
.limits li {
  padding: 0.9rem 0.2rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.limits span {
  font-family: var(--cond);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray);
  font-size: 0.85rem;
}
.limits strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.7rem;
}

.pricing {
  background: var(--orange);
  color: #14120c;
  padding: clamp(3.6rem, 8vw, 6.5rem) 0;
}
.price-grid { display: grid; gap: 1.5rem; align-items: end; }
.amount {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(6.4rem, 26vw, 11.5rem);
  line-height: 0.78;
  letter-spacing: -0.045em;
}
.rule { width: 4.6rem; height: 7px; background: var(--blue); margin: 0.9rem 0; }
.per {
  font-family: var(--cond);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 1.35rem;
}
.bill-sub {
  margin-top: 0.7rem;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
  max-width: 12ch;
}
.price-ticket .ticket-body::before {
  background: radial-gradient(circle at 7px 10px, var(--orange) 6px, transparent 6.5px) 0 0 / 14px 22px repeat-y;
}
.includes { margin-top: 0.8rem; }
.includes li {
  font-size: 1.15rem;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--body);
}
.price-ticket .fine { font-size: 1.05rem; }

.start { background: #08090c; }
.start-grid { display: grid; gap: 2rem; }
.steps { margin-top: 1.6rem; display: grid; gap: 0.9rem; }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 0.8rem; align-items: baseline; }
.steps span {
  font-family: var(--serif);
  font-size: 1.8rem;
  color: var(--orange);
  line-height: 1;
}
.steps p { font-size: 1.15rem; }
.form-card, .desk-card {
  background: var(--paper);
  color: var(--ink-text);
  color-scheme: light;
  border-radius: 18px;
  padding: 1.15rem 1.1rem 1.2rem;
  box-shadow: var(--shadow);
}
.desk-card { margin-bottom: 0.9rem; }
.desk-card h3 {
  margin-top: 0.2rem;
  font-size: clamp(2rem, 4vw, 2.6rem);
}
.desk-icao {
  font-family: var(--mono);
  letter-spacing: 0.14em;
  color: #075f86;
  margin-top: 0.25rem;
}
.desk-price {
  margin: 0.7rem 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.35rem;
}
.desk-card dl { display: grid; gap: 0.45rem; margin-bottom: 0.8rem; }
.desk-card dl div { display: grid; grid-template-columns: 7rem 1fr; gap: 0.4rem; }
.desk-card dt {
  font-family: var(--cond);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-on-paper);
}
.desk-card dd { margin: 0; overflow-wrap: anywhere; }
.form-k {
  font-family: var(--cond);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a4b00;
  margin-bottom: 0.7rem;
}
.form-card label { display: block; margin-top: 0.75rem; }
.form-card label span {
  display: block;
  font-family: var(--cond);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: #5c584e;
  margin-bottom: 0.2rem;
}
.form-card input {
  width: 100%;
  min-height: 46px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(20, 18, 12, 0.28);
  border-radius: 0;
  color: var(--ink-text);
  font-family: var(--body);
  font-size: 1.05rem;
}
.form-card input:focus { border-bottom-color: #0878a8; }
.form-card input:user-invalid { border-bottom-color: #8a2a12; }
.form-card input::placeholder { color: #6f6a60; }
.form-row { display: grid; gap: 0.4rem; }
.form-help { margin: 0.35rem 0 0; }
.form-card .btn { margin-top: 1.1rem; width: 100%; }

.footer {
  background: #050608;
  padding: 2.2rem 0 2.6rem;
  border-top: 1px solid var(--line);
}
.footer-grid { display: grid; gap: 0.9rem; }
.footer-line { color: var(--text-dim); max-width: 22rem; }
.footer nav { display: flex; flex-wrap: wrap; gap: 0.7rem 1.2rem; }
.footer nav a {
  text-decoration: none;
  font-family: var(--cond);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer nav a:hover { color: var(--blue); }
.prototype {
  margin-top: 0.4rem;
  color: var(--gray);
  font-family: var(--cond);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  .js .progress { width: 0; }
  .reveal {
    opacity: 0;
    transform: translateY(18px);
  }
  .reveal.is-in {
    opacity: 1;
    transform: none;
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .marquee-track { animation: ticker 46s linear infinite; }
  .glow-a { animation: drift 16s ease-in-out infinite; }
  .glow-b { animation: drift 18s ease-in-out infinite reverse; }
  .mail.is-in .typed, .reveal.is-in .typed {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid transparent;
    animation: type 1s steps(7, end) 0.25s forwards;
  }
}
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -16px, 0) scale(1.05); }
}
@keyframes type { to { width: 7.2ch; } }

@media (min-width: 540px) {
  .cta-row .btn { flex: 0 1 auto; }
  .btn-dark, .btn-line, .form-card .btn { width: auto; }
  .send { width: 100%; }
  .form-row { grid-template-columns: 0.7fr 1.3fr; gap: 0.8rem; }
}
@media (min-width: 800px) {
  .timeline { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .timeline li {
    margin-left: 0;
    border-left: 0;
    border-top: 2px solid rgba(244, 239, 230, 0.22);
    padding: 1rem 1rem 0 0;
  }
  .timeline li::before { left: 0; top: -6px; }
  .timeline li.miss { border-top-color: rgba(255, 164, 0, 0.75); border-left: 0; }
  .split, .mail-grid, .limits { grid-template-columns: 1fr 1fr; align-items: start; }
  .limits { gap: 1rem; }
}
@media (min-width: 900px) {
  h1 { font-size: clamp(4.4rem, 5.6vw, 6.5rem); }
  .fuel-grid, .price-grid, .start-grid { grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center; }
  .price-grid { align-items: end; }
  .floor-grid { grid-template-columns: 0.86fr 1.14fr; }
}
@media (min-width: 980px) {
  .nav { padding-inline: 1.4rem; }
  .brand { margin-right: 0; }
  .nav-links { display: flex; gap: 1.15rem; margin-left: auto; margin-right: 0.4rem; }
  .nav-toggle { display: none; }
  .nav-cta-short { display: none; }
  .nav-cta-long { display: inline; }
  .hero-inner {
    grid-template-columns: 1.12fr 0.88fr;
    gap: 3rem;
    align-items: start;
    width: min(1200px, calc(100% - 6vw));
  }
  .stage { margin-left: auto; width: min(100%, 450px); }
  .wrap { width: min(1120px, calc(100% - 6vw)); }
}

.form-card .btn { width: 100%; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .js .progress { width: 100%; }
  .marquee-group + .marquee-group { display: none; }
  .marquee-track { transform: none !important; }
  .sheet.is-in { animation: none; }
}
@media (prefers-contrast: more) {
  :root { --text-dim: #efeadf; --gray: #d0d0d0; }
  .nav { background: #08090c; }
}
