@font-face {
  font-family: "Twemoji Country Flags";
  src: url("/assets/fonts/TwemojiCountryFlags.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+1F1E6-1F1FF, U+1F3F4, U+E0062-E0063, U+E0065, U+E0067,
    U+E006C, U+E006E, U+E0073-E0074, U+E0077, U+E007F;
}

:root {
  --ink: #080806;
  --ink-soft: #10100c;
  --panel: #15150f;
  --panel-2: #1d1d14;
  --line: rgba(220, 190, 123, 0.2);
  --line-bright: rgba(220, 190, 123, 0.52);
  --paper: #f2eadb;
  --muted: #b9b19e;
  --muted-dark: #888171;
  --acid: #d9b568;
  --green: #77a96b;
  --amber: #e9c77f;
  --danger: #ff8677;
  --max: 1180px;
  --font-display: "Bahnschrift Condensed", "Arial Narrow", "Roboto Condensed", sans-serif;
  --font-body: "Bahnschrift", "Segoe UI", Arial, sans-serif;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 25% 28%, rgba(82, 126, 65, 0.09), transparent 34rem),
    var(--ink);
  color: var(--paper);
  font-family: var(--font-body);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--acid);
  color: var(--ink);
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 4px;
}

.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-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, min-height 220ms ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  background: rgba(5, 7, 6, 0.88);
  border-color: rgba(215, 243, 122, 0.13);
  backdrop-filter: blur(18px);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 9px;
  object-fit: cover;
  box-shadow: 0 0 28px rgba(120, 216, 120, 0.12);
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 0.14em;
}

.brand-copy small {
  margin-top: 5px;
  color: #aab5a6;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgba(241, 245, 233, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav a,
.header-cta {
  transition: color 160ms ease;
}

.site-nav a:hover,
.header-cta:hover {
  color: var(--acid);
}

.header-cta {
  justify-self: end;
  padding: 11px 17px;
  border: 1px solid rgba(215, 243, 122, 0.44);
  color: var(--paper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  background: rgba(5, 7, 6, 0.48);
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: max(760px, 100svh);
  isolation: isolate;
  overflow: hidden;
  background: #090b09;
}

.hero-media,
.hero-media img,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -4;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
  animation: hero-breathe 16s ease-in-out infinite alternate;
}

.hero-shade {
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(3, 5, 4, 0.72) 0%, rgba(3, 5, 4, 0.16) 23%, rgba(3, 5, 4, 0.45) 63%, #050706 100%),
    radial-gradient(ellipse 46% 54% at 50% 44%, rgba(5, 7, 6, 0.14), rgba(5, 7, 6, 0.7) 86%),
    linear-gradient(90deg, rgba(4, 6, 5, 0.38), transparent 28%, transparent 72%, rgba(4, 6, 5, 0.38));
}

.hero-grid {
  z-index: -2;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(215, 243, 122, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 243, 122, 0.13) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, transparent 6%, #000 24%, #000 74%, transparent 98%);
}

.hero-content {
  width: min(900px, calc(100% - 48px));
  padding: 124px 0 158px;
  text-align: center;
}

.launch-line,
.hero-kicker,
.eyebrow,
.form-code {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.launch-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 23px;
  padding: 8px 12px;
  border: 1px solid rgba(215, 243, 122, 0.27);
  background: rgba(5, 7, 6, 0.52);
  color: #dbe5d5;
  backdrop-filter: blur(10px);
}

.status-dot,
.roster-status i,
.video-tag span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 15px rgba(215, 243, 122, 0.9);
  animation: signal 1.8s ease-in-out infinite;
}

.hero-kicker {
  margin: 0 0 14px;
  color: var(--acid);
}

.hero h1,
.section h2,
.waitlist-intro h2,
.privacy-dialog h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.hero h1 {
  display: grid;
  font-size: clamp(66px, 8.6vw, 134px);
  line-height: 0.78;
  text-shadow: 0 8px 44px rgba(0, 0, 0, 0.55);
}

.hero h1 span {
  color: var(--paper);
}

.hero h1 em {
  margin-top: 0.2em;
  color: var(--acid);
  font-style: normal;
}

.hero-lead {
  max-width: 700px;
  margin: 30px auto 0;
  color: #d5ddd1;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.86);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 34px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 15px 22px 15px 28px;
  border: 0;
  cursor: pointer;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: transform 160ms ease, filter 160ms ease, background 160ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(5, 7, 6, 0.18);
  clip-path: inherit;
  pointer-events: none;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.button:active {
  transform: translateY(1px);
}

.button-primary {
  background: var(--acid);
  color: var(--ink);
  box-shadow: 0 14px 44px rgba(186, 225, 86, 0.2);
}

.button-secondary {
  background: #252d25;
  color: var(--paper);
}

.button-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-left: 1px solid rgba(5, 7, 6, 0.24);
  font-size: 20px;
}

.slot-live {
  display: grid;
  min-width: 148px;
  text-align: left;
}

.slot-live-value {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.slot-live span:last-child {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.offer-note {
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(216, 225, 211, 0.72);
  font-size: 11px;
  line-height: 1.55;
}

.countdown {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin: 0 auto 20px;
}

.countdown .launch-line {
  margin-bottom: 0;
}

.countdown-values {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 42px;
  padding: 6px 15px 7px;
  border-top: 1px solid rgba(215, 243, 122, 0.14);
  border-bottom: 1px solid rgba(215, 243, 122, 0.14);
  background: rgba(5, 7, 6, 0.46);
  backdrop-filter: blur(10px);
}

.countdown-item {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
  text-align: left;
}

.countdown-item strong {
  font-family: var(--font-display);
  font-size: 29px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.countdown-item span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.countdown-separator {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 23px;
  line-height: 1;
}

.countdown-open {
  min-height: 42px;
  padding: 10px 15px;
  border-top: 1px solid rgba(215, 243, 122, 0.2);
  border-bottom: 1px solid rgba(215, 243, 122, 0.2);
  background: rgba(5, 7, 6, 0.46);
  color: var(--acid);
  font-size: 11px;
  letter-spacing: 0.13em;
  line-height: 1.8;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.faction {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  transform: translateY(-50%);
  color: rgba(241, 245, 233, 0.78);
  text-shadow: 0 3px 18px #000;
}

.faction-left {
  left: max(26px, calc((100vw - 1450px) / 2));
  text-align: left;
}

.faction-right {
  right: max(26px, calc((100vw - 1450px) / 2));
  text-align: right;
}

.faction strong {
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: 0.04em;
}

.faction-kicker {
  color: var(--acid);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.concept-label,
.scroll-cue {
  position: absolute;
  bottom: 25px;
  z-index: 3;
  color: rgba(211, 222, 207, 0.55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-label {
  left: max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  gap: 9px;
}

.concept-label span {
  color: var(--acid);
}

.scroll-cue {
  right: max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  gap: 10px;
}

.scroll-cue span {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--acid));
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(215, 243, 122, 0.15);
  border-bottom: 1px solid rgba(215, 243, 122, 0.15);
  background: #080b09;
}

.signal-strip > div {
  position: relative;
  display: grid;
  min-height: 116px;
  padding: 27px 34px 24px 78px;
  border-right: 1px solid rgba(215, 243, 122, 0.11);
}

.signal-strip > div:last-child {
  border-right: 0;
}

.signal-strip span {
  position: absolute;
  top: 31px;
  left: 31px;
  color: var(--acid);
  font-family: var(--font-display);
  font-weight: 900;
}

.signal-strip strong {
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.signal-strip small {
  margin-top: 5px;
  color: var(--muted-dark);
  font-size: 12px;
}

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(100px, 12vw, 170px) 0;
}

.eyebrow {
  margin: 0 0 21px;
  color: var(--acid);
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 1px;
  margin: 0 11px 3px 0;
  background: currentColor;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 70px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -38px;
}

.section h2,
.waitlist-intro h2 {
  font-size: clamp(54px, 7vw, 106px);
  line-height: 0.86;
}

.section h2 span,
.waitlist-intro h2 span,
.prototype-copy h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(215, 243, 122, 0.58);
  text-stroke: 1px rgba(215, 243, 122, 0.58);
}

.section-heading > p:last-child {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.flow-list h3,
.form-heading h3,
.roster-heading h3,
.success-panel h3,
.privacy-dialog h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 29px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.flow-list p {
  margin: 9px 0 0;
  color: var(--muted);
}

.prototype {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(54px, 9vw, 132px);
  padding-top: 64px;
}

.prototype-media {
  position: relative;
}

.prototype-media::before {
  content: "";
  position: absolute;
  inset: 12% -15% -7% 12%;
  z-index: -1;
  border: 1px solid rgba(215, 243, 122, 0.15);
  background-image:
    linear-gradient(rgba(215, 243, 122, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 243, 122, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
}

.video-frame {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
  padding: 11px;
  border: 1px solid rgba(215, 243, 122, 0.28);
  background: #0c100d;
  box-shadow: var(--shadow);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #050706;
}

.video-tag {
  position: absolute;
  top: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 10px;
  background: rgba(5, 7, 6, 0.78);
  color: #d6dfd2;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.prototype-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(56px, 7vw, 102px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.86;
  text-transform: uppercase;
}

.prototype-lead {
  max-width: 670px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.66;
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 46px 0 0;
  border-top: 1px solid rgba(215, 243, 122, 0.16);
  border-bottom: 1px solid rgba(215, 243, 122, 0.16);
}

.proof-list div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 22px 18px;
  border-right: 1px solid rgba(215, 243, 122, 0.13);
}

.proof-list div:last-child {
  border-right: 0;
}

.proof-list dt {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 900;
}

.proof-list dd {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stage-note {
  max-width: 650px;
  margin: 26px 0 0;
  padding-left: 17px;
  border-left: 2px solid var(--amber);
  color: #a7b0a4;
  font-size: 13px;
}

.battle-flow {
  padding-top: 82px;
}

.section-heading.compact {
  display: block;
}

.section-heading.compact .eyebrow {
  margin-bottom: 22px;
}

.flow-list {
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
  border-top: 1px solid rgba(215, 243, 122, 0.17);
}

.flow-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 34px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid rgba(215, 243, 122, 0.13);
}

.flow-list li > div {
  display: grid;
  grid-template-columns: minmax(220px, 0.5fr) minmax(300px, 1fr);
  gap: 44px;
  align-items: baseline;
}

.flow-index {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 900;
}

.flow-list p {
  max-width: 580px;
}

.waitlist-shell {
  position: relative;
  padding: clamp(84px, 9vw, 132px) max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  border-top: 1px solid rgba(215, 243, 122, 0.19);
  background:
    linear-gradient(180deg, rgba(10, 14, 11, 0.98), rgba(5, 7, 6, 1)),
    var(--ink);
}

.waitlist-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(215, 243, 122, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 243, 122, 0.13) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(circle at 50% 34%, #000, transparent 74%);
}

.waitlist-shell::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: clamp(420px, 48vw, 780px);
  height: 100%;
  pointer-events: none;
  opacity: 0.54;
  background-image:
    linear-gradient(90deg, #080a08 0%, rgba(8, 10, 8, 0.42) 28%, rgba(8, 10, 8, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 7, 6, 0.14) 0%, rgba(5, 7, 6, 0.28) 52%, #050706 100%),
    url("/assets/real-tank-camera-closeup.webp");
  background-position: center;
  background-size: cover;
  filter: grayscale(0.68) saturate(0.72) contrast(1.14);
}

.waitlist-glow {
  position: absolute;
  top: -240px;
  left: 50%;
  width: 900px;
  height: 520px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(120, 216, 120, 0.08);
  filter: blur(90px);
  pointer-events: none;
  z-index: 1;
}

.waitlist-intro,
.waitlist-layout {
  position: relative;
  z-index: 2;
}

.waitlist-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 60px;
  align-items: end;
}

.waitlist-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -36px;
}

.waitlist-intro > p:not(.eyebrow) {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.capacity {
  grid-column: 2;
  margin-top: -10px;
  padding: 20px;
  border: 1px solid rgba(215, 243, 122, 0.15);
  background: rgba(15, 20, 16, 0.72);
}

.capacity-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capacity-head strong {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 23px;
}

.capacity-track {
  height: 8px;
  margin-top: 14px;
  overflow: hidden;
  background: #202720;
}

.capacity-track span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--acid));
  box-shadow: 0 0 18px rgba(215, 243, 122, 0.46);
  transition: width 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.capacity small {
  display: block;
  margin-top: 11px;
  color: var(--muted-dark);
}

.waitlist-layout {
  display: grid;
  grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1.15fr);
  gap: 18px;
  margin-top: 58px;
}

.form-panel,
.roster-panel {
  position: relative;
  min-height: 650px;
  border: 1px solid rgba(215, 243, 122, 0.18);
  background: rgba(13, 18, 14, 0.92);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
}

.form-panel {
  padding: clamp(26px, 4vw, 46px);
}

.form-heading,
.roster-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(215, 243, 122, 0.14);
}

.form-code {
  display: block;
  margin-bottom: 9px;
  color: var(--acid);
  font-size: 9px;
}

.field {
  display: grid;
  margin-top: 24px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field label {
  margin-bottom: 8px;
  color: #dbe3d6;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field input,
.field select {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid rgba(215, 243, 122, 0.15);
  border-radius: 0;
  outline: 0;
  background: #080b09;
  color: var(--paper);
  caret-color: var(--acid);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field select {
  padding-right: 44px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--acid) 50%),
    linear-gradient(135deg, var(--acid) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 23px,
    calc(100% - 15px) 23px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  color-scheme: dark;
}

.field select:invalid {
  color: #7d887b;
}

.field select option {
  background: #080b09;
  color: var(--paper);
}

.field input:hover,
.field select:hover {
  border-color: rgba(215, 243, 122, 0.3);
}

.field input:focus,
.field select:focus {
  border-color: var(--acid);
  box-shadow: 0 0 0 3px rgba(215, 243, 122, 0.1);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: var(--danger);
}

.field input::placeholder {
  color: #7d887b;
}

.field small {
  margin-top: 7px;
  color: var(--muted-dark);
  font-size: 11px;
}

.field-error {
  min-height: 0;
  margin-top: 6px;
  color: var(--danger);
  font-size: 11px;
}

.field-error:not(:empty) {
  min-height: 17px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent-row {
  margin-top: 22px;
}

.consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  color: #aab4a7;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.55;
}

.consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox-mark {
  position: relative;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border: 1px solid rgba(215, 243, 122, 0.36);
  background: #080b09;
}

.consent input:focus-visible + .checkbox-mark {
  outline: 2px solid var(--acid);
  outline-offset: 3px;
}

.consent input:checked + .checkbox-mark {
  border-color: var(--acid);
  background: var(--acid);
}

.consent input:checked + .checkbox-mark::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid var(--ink);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.privacy-link,
.text-button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--acid);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent-privacy-link {
  margin: 7px 0 0 33px;
  font-size: 11px;
}

.consent-error {
  display: block;
  margin-left: 33px;
}

.analytics-note {
  margin: 14px 0 0 33px;
  color: var(--muted-dark);
  font-size: 11px;
  line-height: 1.55;
}

.submit-button {
  width: 100%;
  margin-top: 25px;
}

.submit-button[disabled] {
  cursor: wait;
  filter: saturate(0.3);
  opacity: 0.7;
}

.submit-button.is-loading .button-label::after {
  content: "…";
}

.form-status {
  min-height: 21px;
  margin: 13px 0 0;
  color: var(--danger);
  font-size: 12px;
  text-align: center;
}

.success-panel {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 42px;
  background:
    radial-gradient(circle at 50% 42%, rgba(120, 216, 120, 0.15), transparent 38%),
    #0c110d;
  text-align: center;
}

.success-panel[hidden] {
  display: none;
}

.form-panel.has-success {
  min-height: 520px;
}

.success-mark {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 30px;
  border: 1px solid var(--acid);
  border-radius: 50%;
  color: var(--acid);
  font-size: 34px;
  box-shadow: 0 0 45px rgba(215, 243, 122, 0.15);
}

.success-panel h3 {
  font-size: 38px;
}

.success-panel h3 span {
  color: var(--acid);
}

.success-panel > p:not(.eyebrow) {
  max-width: 400px;
  margin: 16px 0 26px;
  color: var(--muted);
}

.text-button {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.roster-panel {
  padding: clamp(26px, 4vw, 42px);
}

.roster-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roster-status.is-offline {
  color: #d9a29c;
}

.roster-status.is-offline i {
  background: var(--danger);
  box-shadow: 0 0 12px rgba(231, 110, 95, 0.55);
  animation: none;
}

.roster-panel:focus-visible {
  outline-offset: -5px;
}

.table-wrap {
  max-height: 510px;
  margin-top: 8px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(215, 243, 122, 0.36) transparent;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 15px 11px;
  border-bottom: 1px solid rgba(215, 243, 122, 0.1);
  text-align: left;
}

th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #0d120e;
  color: var(--muted-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

th:first-child,
td:first-child {
  width: 76px;
}

th:last-child,
td:last-child {
  width: 170px;
}

td {
  color: #c9d2c5;
  font-size: 13px;
}

td:first-child {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
}

td:nth-child(2) {
  overflow: hidden;
  color: var(--paper);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.empty-row td {
  height: 180px;
  color: var(--muted-dark);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.roster-footnote {
  margin: 18px 0 0;
  color: var(--muted-dark);
  font-size: 11px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 32px;
  padding: 34px max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid rgba(215, 243, 122, 0.13);
  background: #030504;
}

.footer-brand img {
  width: 56px;
  height: 56px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer small {
  grid-column: 1 / -1;
  color: #899386;
  font-size: 11px;
}

.footer-link {
  color: var(--muted);
  font-size: 11px;
}

.privacy-dialog {
  width: min(650px, calc(100% - 32px));
  max-height: min(760px, calc(100dvh - 32px));
  padding: 34px;
  overflow: auto;
  border: 1px solid rgba(215, 243, 122, 0.3);
  background:
    linear-gradient(145deg, #151c16, #080b09 75%);
  color: var(--paper);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.7);
}

.privacy-dialog::backdrop {
  background: rgba(1, 2, 1, 0.78);
  backdrop-filter: blur(9px);
}

.dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dialog-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(215, 243, 122, 0.18);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 28px;
}

.privacy-dialog h2 {
  margin-top: 24px;
  font-size: clamp(36px, 7vw, 56px);
  line-height: 0.95;
}

.privacy-dialog h3 {
  margin-top: 27px;
  font-size: 19px;
}

.privacy-dialog p,
.privacy-dialog li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.privacy-dialog ul {
  padding-left: 20px;
}

.dialog-note {
  padding: 14px 16px;
  border-left: 2px solid var(--acid);
  background: rgba(215, 243, 122, 0.05);
}

.privacy-dialog .button {
  margin-top: 18px;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-breathe {
  from { transform: scale(1.015); }
  to { transform: scale(1.055); }
}

@keyframes signal {
  0%, 100% { opacity: 0.55; transform: scale(0.86); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 18px;
  }

  .faction {
    display: none;
  }

  .section-heading,
  .waitlist-intro {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .section-heading .eyebrow,
  .waitlist-intro .eyebrow {
    margin-bottom: 0;
  }

  .capacity {
    grid-column: 1;
    max-width: 580px;
    margin-top: 7px;
  }

  .prototype {
    gap: 64px;
  }

  .waitlist-layout {
    grid-template-columns: 1fr;
  }

  .form-panel,
  .roster-panel {
    min-height: auto;
  }

  .roster-panel {
    min-height: 590px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding-inline: 18px;
  }

  .site-nav {
    display: none;
  }

  .brand-copy small {
    display: none;
  }

  .header-cta {
    font-size: 10px;
  }

  .hero-content {
    width: min(680px, calc(100% - 32px));
  }

  .signal-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .signal-strip > div:nth-child(2) {
    border-right: 0;
  }

  .signal-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(215, 243, 122, 0.11);
  }

  .section {
    width: min(var(--max), calc(100% - 32px));
  }

  .prototype {
    grid-template-columns: 1fr;
  }

  .video-frame {
    max-width: 420px;
  }

  .prototype-copy {
    order: -1;
  }

  .flow-list li {
    grid-template-columns: 74px 1fr;
  }

  .flow-list li > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer p {
    display: none;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header,
  .site-header.is-scrolled {
    min-height: 66px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .header-cta {
    padding: 10px 12px;
  }

  .hero {
    min-height: max(760px, 100svh);
  }

  .hero-media img {
    object-position: 50% 60%;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 5, 4, 0.84) 0%, rgba(3, 5, 4, 0.3) 29%, rgba(3, 5, 4, 0.4) 62%, #050706 100%),
      radial-gradient(ellipse 86% 57% at 50% 38%, rgba(5, 7, 6, 0.12), rgba(5, 7, 6, 0.56));
  }

  .hero-grid {
    background-size: 52px 52px;
  }

  .hero-content {
    align-self: start;
    width: calc(100% - 30px);
    padding: 105px 0 140px;
  }

  .launch-line {
    margin-bottom: 20px;
    font-size: 9px;
  }

  .hero-kicker {
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(56px, 18vw, 82px);
    line-height: 0.82;
  }

  .hero-lead {
    max-width: 430px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.48;
  }

  .hero-actions {
    display: grid;
    gap: 15px;
    margin-top: 27px;
  }

  .hero-actions .button {
    width: min(100%, 370px);
  }

  .slot-live {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 9px;
    text-align: center;
  }

  .slot-live-value {
    font-size: 24px;
  }

  .offer-note {
    max-width: 390px;
    font-size: 9px;
  }

  .countdown {
    gap: 7px;
    margin: 0 auto 16px;
  }

  .countdown-values {
    gap: 8px;
    min-height: 38px;
    padding: 5px 11px 6px;
  }

  .countdown-item {
    gap: 5px;
    min-width: 0;
  }

  .countdown-item strong {
    font-size: 24px;
  }

  .countdown-separator {
    font-size: 19px;
  }

  .concept-label {
    right: 18px;
    bottom: 22px;
    left: 18px;
    justify-content: center;
    text-align: center;
  }

  .scroll-cue {
    display: none;
  }

  .signal-strip > div {
    min-height: 96px;
    padding: 22px 15px 18px 52px;
  }

  .signal-strip span {
    top: 24px;
    left: 16px;
  }

  .signal-strip strong {
    font-size: 11px;
  }

  .signal-strip small {
    font-size: 10px;
  }

  .section {
    padding: 92px 0;
  }

  .section h2,
  .waitlist-intro h2,
  .prototype-copy h2 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .section-heading > p:last-child,
  .prototype-lead {
    font-size: 16px;
  }

  .proof-list {
    grid-template-columns: 1fr;
  }

  .proof-list div {
    border-right: 0;
    border-bottom: 1px solid rgba(215, 243, 122, 0.12);
  }

  .proof-list div:last-child {
    border-bottom: 0;
  }

  .battle-flow {
    padding-top: 40px;
  }

  .flow-list {
    margin-top: 42px;
  }

  .flow-list li {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 26px 0;
  }

  .flow-index {
    font-size: 30px;
  }

  .flow-list h3 {
    font-size: 22px;
  }

  .flow-list p {
    font-size: 14px;
  }

  .waitlist-shell {
    padding: 76px 16px;
  }

  .waitlist-layout {
    margin-top: 42px;
  }

  .form-panel,
  .roster-panel {
    padding: 24px 18px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-heading h3,
  .roster-heading h3 {
    font-size: 24px;
  }

  .roster-panel {
    min-height: auto;
  }

  .roster-heading {
    align-items: end;
  }

  .table-wrap {
    max-height: 620px;
    overflow: auto;
  }

  table,
  tbody {
    display: block;
  }

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

  tbody tr:not(.empty-row) {
    display: grid;
    grid-template-columns: 62px 1fr;
    padding: 15px 0;
    border-bottom: 1px solid rgba(215, 243, 122, 0.1);
  }

  tbody tr:not(.empty-row) td {
    display: block;
    width: auto;
    padding: 0;
    border: 0;
  }

  tbody tr:not(.empty-row) td:first-child {
    grid-row: 1 / 3;
    align-self: center;
  }

  tbody tr:not(.empty-row) td:last-child {
    margin-top: 3px;
    color: var(--muted-dark);
    font-size: 11px;
  }

  .empty-row,
  .empty-row td {
    display: block;
    width: 100%;
  }

  .empty-row td {
    padding: 60px 10px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
    padding: 28px 18px;
  }

  .site-footer small {
    grid-column: 1;
  }

  .privacy-dialog {
    padding: 25px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Queue conversion pass: one reserve dialog, dense filterable roster, compact footer. */
.waitlist-open-reserve {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 360px);
  margin-top: 12px;
}

.waitlist-layout {
  grid-template-columns: minmax(0, 1fr);
}

.waitlist-layout > .roster-panel {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 0;
}

.reserve-dialog {
  width: min(720px, calc(100% - 32px));
  max-width: 720px;
  max-height: min(900px, calc(100dvh - 32px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(215, 243, 122, 0.3);
  background: #0b0f0c;
  color: var(--paper);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.78);
}

.reserve-dialog::backdrop {
  background: rgba(1, 2, 1, 0.82);
  backdrop-filter: blur(10px);
}

.reserve-dialog-card {
  max-height: min(900px, calc(100dvh - 34px));
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(215, 243, 122, 0.36) transparent;
}

.reserve-dialog-head {
  position: sticky;
  top: 0;
  z-index: 5;
  min-height: 58px;
  padding: 8px 12px 8px 24px;
  border-bottom: 1px solid rgba(215, 243, 122, 0.14);
  background: rgba(8, 11, 9, 0.96);
  backdrop-filter: blur(16px);
}

.reserve-dialog-head .form-code {
  margin: 0;
}

.reserve-dialog .form-panel {
  min-height: 0;
  padding: clamp(24px, 4vw, 38px);
  border: 0;
  clip-path: none;
  box-shadow: none;
}

.reserve-dialog .form-panel.has-success {
  min-height: 520px;
}

.reserve-dialog .form-heading h3 {
  font-size: clamp(28px, 5vw, 42px);
}

.reserve-dialog .success-panel {
  min-height: 100%;
}

body.reserve-open .mobile-cta {
  transform: translateY(120%);
}

.roster-tools {
  display: grid;
  grid-template-columns: minmax(210px, 1.35fr) minmax(160px, 0.9fr) minmax(150px, 0.75fr) auto;
  gap: 10px;
  align-items: end;
  margin: 18px 0 12px;
}

.roster-filter {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.roster-filter > span {
  color: var(--muted-dark);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.roster-filter input,
.roster-filter select {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(215, 243, 122, 0.16);
  border-radius: 0;
  outline: 0;
  background: rgba(7, 10, 8, 0.92);
  color: var(--paper);
  font: 700 12px var(--font-body);
}

.roster-filter select {
  padding-right: 30px;
  font-family: "Twemoji Country Flags", var(--font-body);
}

.roster-filter input:focus,
.roster-filter select:focus {
  border-color: var(--acid);
  box-shadow: 0 0 0 3px rgba(215, 243, 122, 0.09);
}

.roster-result-count {
  min-width: 106px;
  padding: 0 0 11px 8px;
  color: var(--acid);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
}

.roster-confirmation {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 14px 0 4px;
  padding: 11px 13px;
  border: 1px solid rgba(215, 243, 122, 0.34);
  border-left: 3px solid var(--acid);
  background: linear-gradient(90deg, rgba(215, 243, 122, 0.13), rgba(215, 243, 122, 0.035));
  color: var(--paper);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.roster-confirmation[hidden] {
  display: none;
}

.roster-confirmation > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--acid);
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.roster-confirmation p {
  margin: 0;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
}

.roster-demo-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 12px;
  padding: 10px 12px;
  border-left: 2px solid var(--amber);
  background: rgba(217, 181, 104, 0.08);
  color: #c9b98f;
  font-size: 10px;
  line-height: 1.45;
}

.roster-demo-banner[hidden] {
  display: none;
}

.roster-demo-banner strong,
.pilot-demo-chip {
  flex: 0 0 auto;
  border: 1px solid rgba(217, 181, 104, 0.5);
  background: rgba(217, 181, 104, 0.12);
  color: #e3c780;
  font-size: 7px;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.roster-demo-banner strong {
  padding: 5px 7px;
}

.pilot-demo-chip {
  padding: 4px 5px;
}

.roster-panel .table-wrap {
  max-height: min(58vh, 620px);
  margin-top: 0;
  border-top: 1px solid rgba(215, 243, 122, 0.1);
  border-bottom: 1px solid rgba(215, 243, 122, 0.1);
}

.roster-panel table {
  table-layout: fixed;
}

.roster-panel th,
.roster-panel td {
  padding: 10px 10px;
}

.roster-panel th:first-child,
.roster-panel td:first-child {
  width: 72px;
}

.roster-panel th:nth-child(3),
.roster-panel td:nth-child(3) {
  width: 180px;
}

.roster-panel th:nth-child(4),
.roster-panel td:nth-child(4) {
  width: 88px;
}

.roster-panel th:last-child,
.roster-panel td:last-child {
  width: 146px;
}

.pilot-language {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 23px;
  padding: 4px 7px;
  border: 1px solid rgba(215, 243, 122, 0.18);
  background: rgba(215, 243, 122, 0.06);
  color: #d8e1d3;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.pilot-language-und {
  border-color: rgba(159, 169, 156, 0.16);
  color: var(--muted-dark);
}

.pilot-row.is-demo td:first-child {
  color: var(--amber);
}

.pilot-row.is-demo .pilot-avatar {
  border-color: rgba(217, 181, 104, 0.26);
}

.pilot-row.is-confirmed td {
  background: rgba(215, 243, 122, 0.1);
  box-shadow: inset 0 1px rgba(215, 243, 122, 0.22), inset 0 -1px rgba(215, 243, 122, 0.22);
}

.pilot-row.is-confirmed:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: -2px;
}

.roster-pagination {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
  min-height: 56px;
  padding-top: 12px;
  color: var(--muted-dark);
  font-size: 10px;
}

.roster-page-center {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 7px;
}

.roster-page-status {
  min-height: 12px;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roster-page-numbers {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.roster-page-step,
.roster-page-number {
  min-width: 34px;
  min-height: 36px;
  border: 1px solid rgba(217, 181, 104, 0.22);
  background: rgba(7, 9, 6, 0.74);
  color: var(--paper);
  font-family: var(--font-tech);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.roster-page-step {
  padding: 8px 12px;
  text-transform: uppercase;
}

.roster-page-number {
  flex: 0 0 34px;
  padding: 6px;
}

.roster-page-number[aria-current="page"] {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--ink);
}

.roster-page-step:disabled {
  opacity: 0.36;
  cursor: not-allowed;
}

.roster-page-step:not(:disabled):hover,
.roster-page-number:hover {
  border-color: var(--amber);
}

.roster-page-step:focus-visible,
.roster-page-number:focus-visible,
#roster-table-wrap:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 2px;
}

.site-footer {
  min-height: 0;
}

.site-footer .footer-inner {
  width: min(1088px, calc(100% - 48px));
  padding: 34px 0 20px;
}

.site-footer .footer-lead {
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 16px;
}

.site-footer .footer-brand img {
  width: 64px;
  height: 64px;
}

.site-footer h2 {
  max-width: none;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 0.94;
}

.site-footer .footer-lead > div > p:last-child {
  max-width: 680px;
  margin-top: 9px;
  font-size: 12px;
}

.site-footer .footer-launch {
  grid-template-columns: auto auto minmax(220px, 1fr);
  gap: 12px;
  margin-top: 18px;
  padding: 11px 14px;
}

.site-footer .footer-launch strong {
  font-size: 22px;
}

.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 16px;
  border: 0;
  border-top: 1px solid rgba(217, 181, 104, 0.16);
  border-bottom: 1px solid rgba(217, 181, 104, 0.16);
  background: transparent;
}

.footer-contacts > div {
  display: flex;
  flex: 1 1 240px;
  min-height: 0;
  align-items: baseline;
  gap: 10px;
  padding: 10px 16px;
  border-right: 1px solid rgba(217, 181, 104, 0.12);
  background: rgba(7, 9, 6, 0.46);
}

.footer-contacts > div:last-child {
  border-right: 0;
}

.footer-contacts a,
.footer-contacts strong {
  margin-top: 0;
  font-size: 11px;
}

.site-footer .footer-preview-note {
  margin-top: 8px !important;
}

.site-footer .footer-bottom {
  margin-top: 18px;
  padding-top: 14px;
}

@media (max-width: 820px) {
  .waitlist-open-reserve {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    width: 100%;
  }

  .roster-tools {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .roster-filter-search,
  .roster-result-count {
    grid-column: 1 / -1;
  }

  .roster-result-count {
    padding: 2px 0 0;
    text-align: left;
  }

  .site-footer .footer-launch {
    grid-template-columns: auto 1fr;
  }

  .site-footer .footer-launch p {
    grid-column: 1 / -1;
    justify-self: start;
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .reserve-dialog {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
  }

  .reserve-dialog-card {
    max-height: calc(100dvh - 18px);
  }

  .reserve-dialog-head {
    min-height: 52px;
    padding: 5px 7px 5px 16px;
  }

  .reserve-dialog .dialog-close {
    width: 40px;
    height: 40px;
  }

  .reserve-dialog .form-panel {
    padding: 20px 16px 22px;
  }

  .reserve-dialog .form-heading h3 {
    font-size: 28px;
  }

  .reserve-dialog .field {
    margin-top: 17px;
  }

  .reserve-dialog .field input,
  .reserve-dialog .field select {
    min-height: 50px;
  }

  .roster-panel {
    padding: 20px 12px;
  }

  .roster-heading {
    align-items: flex-start;
  }

  .roster-tools {
    gap: 9px 8px;
    margin-top: 15px;
  }

  .roster-filter input,
  .roster-filter select {
    height: 40px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 11px;
  }

  .roster-demo-banner {
    align-items: flex-start;
    font-size: 9px;
  }

  .roster-panel .table-wrap {
    max-height: 540px;
    overflow-x: hidden;
  }

  .roster-panel table,
  .roster-panel tbody {
    display: block;
    width: 100%;
  }

  .roster-panel thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .roster-panel tbody tr:not(.empty-row) {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr) 30px 38px;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 6px;
    min-height: 46px;
    padding: 6px 2px;
  }

  .roster-panel tbody tr:not(.empty-row) td {
    display: block;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .roster-panel tbody tr:not(.empty-row) td:first-child {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    font-size: 13px;
  }

  .roster-panel tbody tr:not(.empty-row) td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .roster-panel tbody tr:not(.empty-row) td:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .roster-panel tbody tr:not(.empty-row) td:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }

  .roster-panel tbody tr:not(.empty-row) td:nth-child(5) {
    display: none;
  }

  .pilot-identity {
    gap: 7px;
  }

  .pilot-avatar {
    flex-basis: 27px;
    width: 27px;
    height: 27px;
    border-radius: 7px;
    font-size: 14px;
  }

  .pilot-callsign {
    font-size: 11px;
  }

  .pilot-country {
    justify-content: center;
  }

  .pilot-country-name {
    display: none;
  }

  .pilot-country-flag {
    font-size: 18px;
  }

  .pilot-language {
    min-width: 34px;
    min-height: 22px;
    padding: 3px 4px;
    font-size: 7px;
  }

  .pilot-demo-chip {
    padding: 3px 4px;
    font-size: 6px;
  }

  .empty-row td {
    height: auto;
    padding: 46px 8px;
  }

  .roster-pagination {
    align-items: end;
    gap: 6px;
  }

  .roster-page-center {
    gap: 5px;
  }

  .roster-page-numbers {
    justify-content: flex-start;
    padding-bottom: 2px;
  }

  .roster-page-step,
  .roster-page-number {
    min-height: 34px;
    font-size: 8px;
  }

  .roster-page-step {
    padding: 7px 8px;
  }

  .roster-page-number {
    min-width: 32px;
    flex-basis: 32px;
  }

  .site-footer .footer-inner {
    width: calc(100% - 28px);
    padding: 28px 0 16px;
  }

  .site-footer .footer-lead {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
  }

  .site-footer .footer-brand img {
    width: 50px;
    height: 50px;
  }

  .site-footer h2 {
    font-size: clamp(27px, 8.5vw, 36px);
  }

  .site-footer .footer-lead > div > p:last-child {
    grid-column: 1 / -1;
    font-size: 11px;
  }

  .site-footer .footer-launch {
    gap: 9px;
    margin-top: 14px;
    padding: 10px;
  }

  .site-footer .footer-launch strong {
    font-size: 18px;
  }

  .site-footer .footer-launch p {
    display: none;
  }

  .footer-contacts {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 12px;
  }

  .footer-contacts > div {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 8px;
    padding: 8px 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(217, 181, 104, 0.1);
    background: transparent;
  }

  .footer-contacts > div:last-child {
    border-bottom: 0;
  }

  .site-footer .footer-bottom {
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
  }
}

@media (max-width: 430px) {
  .waitlist-shell {
    padding-right: 12px;
    padding-left: 12px;
  }

  .roster-heading {
    flex-wrap: wrap;
    gap: 10px;
  }

  .roster-status {
    width: 100%;
  }

  .roster-panel tbody tr:not(.empty-row) {
    grid-template-columns: 41px minmax(0, 1fr) 28px 35px;
    gap: 5px;
  }

  .pilot-avatar {
    flex-basis: 25px;
    width: 25px;
    height: 25px;
  }
}

/* RTA conversion release: final badge, language gate, proof-first funnel. */
.language-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  min-height: 100dvh;
  padding: 24px;
  overflow: auto;
  background:
    linear-gradient(180deg, rgba(4, 4, 3, 0.72), rgba(4, 4, 3, 0.94)),
    radial-gradient(circle at 50% 20%, rgba(217, 181, 104, 0.18), transparent 42%),
    url("/assets/hero-arena-desktop-v2.webp") center / cover no-repeat;
}

.language-gate[hidden] {
  display: none;
}

body.language-pending {
  overflow: hidden;
}

body.language-pending .site-app {
  filter: blur(10px);
  pointer-events: none;
  user-select: none;
}

.language-panel {
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(217, 181, 104, 0.42);
  background: rgba(9, 9, 7, 0.9);
  box-shadow: 0 42px 140px rgba(0, 0, 0, 0.72);
  text-align: center;
  backdrop-filter: blur(18px);
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}

.language-panel > img {
  width: clamp(142px, 26vw, 220px);
  height: auto;
  margin: 0 auto 18px;
  object-fit: contain;
  filter: drop-shadow(0 14px 38px rgba(0, 0, 0, 0.58));
}

.language-code {
  margin: 0 0 14px;
  color: var(--acid);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.language-panel h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.94;
  text-transform: uppercase;
}

.language-panel h1 span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: clamp(12px, 2vw, 17px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: none;
}

.language-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 34px;
}

.language-options button {
  min-height: 94px;
  padding: 16px 12px;
  border: 1px solid rgba(217, 181, 104, 0.25);
  background: rgba(32, 31, 23, 0.78);
  color: var(--paper);
  cursor: pointer;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.language-options button:hover,
.language-options button:focus-visible {
  border-color: var(--acid);
  background: rgba(83, 73, 45, 0.72);
  transform: translateY(-2px);
}

.language-options button.is-selected {
  border-color: var(--acid);
  background: rgba(83, 73, 45, 0.72);
  box-shadow: inset 0 0 0 1px rgba(224, 190, 91, 0.4);
  transform: translateY(-2px);
}

.language-options strong,
.language-options span {
  display: block;
}

.language-options strong {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.language-options span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
}

.language-note,
.language-panel noscript {
  display: block;
  margin: 18px 0 0;
  color: var(--muted-dark);
  font-size: 11px;
}

.site-header {
  min-height: 92px;
}

.brand img {
  width: 76px;
  height: 76px;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 9px 22px rgba(0, 0, 0, 0.55));
  box-shadow: none;
}

.site-header.is-scrolled .brand img {
  width: 62px;
  height: 62px;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  display: grid;
  place-items: center;
  min-width: 48px;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(217, 181, 104, 0.3);
  background: rgba(8, 8, 6, 0.6);
  color: var(--paper);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.header-cta {
  border-color: rgba(217, 181, 104, 0.68);
  background: var(--acid);
  color: #111008;
}

.header-cta:hover {
  color: #111008;
  filter: brightness(1.08);
}

.hero {
  min-height: max(780px, 100svh);
}

.hero-content {
  width: min(980px, calc(100% - 48px));
  padding: 128px 0 116px;
}

.hero h1 {
  font-size: clamp(68px, 9.2vw, 142px);
  line-height: 0.8;
}

.hero h1 em {
  color: var(--acid);
}

.hero-lead {
  max-width: 780px;
}

.button-primary {
  background: linear-gradient(135deg, #edcf8b, var(--acid));
  box-shadow: 0 16px 48px rgba(217, 181, 104, 0.22);
}

.button-ghost {
  min-height: 56px;
  border: 1px solid rgba(242, 234, 219, 0.34);
  background: rgba(8, 8, 6, 0.56);
  color: var(--paper);
  backdrop-filter: blur(10px);
}

.play-icon {
  color: var(--acid);
  font-size: 12px;
}

.hero-capacity {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-capacity strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 26px;
}

.hero-capacity small {
  color: var(--acid);
  font-size: 10px;
}

.offer-note {
  max-width: 780px;
}

.video-logo {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.video-tag b {
  font-size: inherit;
}

.form-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0 2px;
}

.form-trust span {
  min-height: 52px;
  padding: 10px;
  border: 1px solid rgba(217, 181, 104, 0.14);
  background: rgba(217, 181, 104, 0.035);
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.form-trust span::before {
  content: "✓";
  display: block;
  margin-bottom: 3px;
  color: var(--acid);
  font-size: 13px;
}

.success-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.success-meta strong {
  color: var(--acid);
}

.privacy-canonical {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
  white-space: pre-line;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .faction {
    display: grid;
    bottom: 84px;
  }
}

@media (max-width: 820px) {
  body:not(.language-pending) {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .site-header,
  .site-header.is-scrolled {
    min-height: 72px;
  }

  .brand img,
  .site-header.is-scrolled .brand img {
    width: 58px;
    height: 58px;
  }

  .header-cta {
    display: none;
  }

  .hero-content {
    width: calc(100% - 30px);
    padding: 102px 0 122px;
  }

  .hero-actions {
    display: grid;
    justify-items: stretch;
    width: min(100%, 440px);
    margin-inline: auto;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-capacity {
    flex-wrap: wrap;
  }

  .hero-capacity small {
    flex-basis: 100%;
  }

  .faction {
    display: none;
  }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: block;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: rgba(8, 8, 6, 0.94);
    border-top: 1px solid rgba(217, 181, 104, 0.34);
    backdrop-filter: blur(16px);
    transition: transform 180ms ease;
  }

  .mobile-cta.is-hidden,
  body.language-pending .mobile-cta {
    transform: translateY(120%);
  }

  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 50px;
    padding: 10px 16px;
    background: var(--acid);
    color: #111008;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
  }

  .mobile-cta small {
    max-width: 42%;
    font-size: 8px;
    line-height: 1.25;
    text-align: right;
  }
}

@media (max-width: 600px) {
  .language-gate {
    align-items: start;
    padding: 14px;
  }

  .language-panel {
    margin-top: max(10px, env(safe-area-inset-top));
    padding: 24px 16px 28px;
  }

  .language-panel > img {
    width: 132px;
    margin-bottom: 10px;
  }

  .language-panel h1 {
    font-size: 38px;
  }

  .language-options {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 24px;
  }

  .language-options button {
    min-height: 64px;
  }

  .language-options strong {
    font-size: 20px;
  }

  .language-options span {
    margin-top: 2px;
  }

  .hero {
    min-height: max(760px, 100svh);
  }

  .hero h1 {
    font-size: clamp(54px, 16.8vw, 76px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-capacity {
    margin-top: 18px;
  }

  .offer-note {
    margin-top: 10px;
  }

  .concept-label {
    bottom: 18px;
  }

  .form-trust {
    grid-template-columns: 1fr;
  }

  .form-trust span {
    min-height: auto;
    text-align: left;
  }

  .form-trust span::before {
    display: inline;
    margin-right: 7px;
  }

  .video-logo {
    width: 72px;
    height: 72px;
  }
}

/* Real arena narrative: operator -> onboard camera -> physical motion. */
.remote-proof {
  position: relative;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(82px, 8vw, 128px) 0 clamp(72px, 7vw, 112px);
}

.remote-proof::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 181, 104, 0.38), transparent);
}

.remote-proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 18px 64px;
  margin-bottom: 42px;
}

.remote-proof-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--acid);
}

.remote-proof-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(54px, 6.5vw, 96px);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.remote-proof-heading h2 span:last-child {
  color: var(--acid);
}

.remote-proof-heading > p:last-child {
  max-width: 520px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.55;
}

.remote-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  grid-template-rows: repeat(2, minmax(300px, 1fr));
  gap: 16px;
}

.proof-shot {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  contain: layout paint;
  border: 1px solid rgba(217, 181, 104, 0.22);
  background: #11110d;
  isolation: isolate;
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.proof-shot-operator {
  grid-row: 1 / 3;
  min-height: 696px;
}

.proof-shot img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 260ms ease;
}

.proof-shot-operator img {
  object-position: 58% center;
}

.proof-shot-camera img {
  object-position: 50% 48%;
}

.proof-shot-motion img {
  object-position: 52% center;
}

.proof-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 6, 4, 0.12) 34%, rgba(6, 6, 4, 0.92) 100%),
    linear-gradient(90deg, rgba(6, 6, 4, 0.34), transparent 44%);
  pointer-events: none;
}

.proof-shot:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.025);
}

.proof-shot figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 44px clamp(22px, 3vw, 42px) clamp(22px, 3vw, 38px);
}

.proof-shot-index {
  color: var(--acid);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.proof-shot h3 {
  max-width: 690px;
  margin: 8px 0 7px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.proof-shot:not(.proof-shot-operator) h3 {
  font-size: clamp(25px, 2.4vw, 36px);
}

.proof-shot figcaption p {
  max-width: 640px;
  margin: 0;
  color: rgba(242, 234, 219, 0.74);
  font-size: 13px;
  line-height: 1.52;
}

.remote-proof-note {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--muted-dark);
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 960px) {
  .remote-proof-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .remote-proof-heading .eyebrow {
    grid-column: auto;
  }

  .remote-proof-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .proof-shot-operator {
    grid-row: auto;
    min-height: 540px;
  }

  .proof-shot-camera,
  .proof-shot-motion {
    min-height: 390px;
  }
}

@media (max-width: 600px) {
  .remote-proof {
    width: calc(100% - 28px);
    padding: 66px 0 72px;
  }

  .remote-proof-heading {
    margin-bottom: 26px;
  }

  .remote-proof-heading h2 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .remote-proof-heading > p:last-child {
    font-size: 15px;
  }
}

@media (max-width: 720px) {
  .waitlist-shell::after {
    width: 100%;
    height: 590px;
    opacity: 0.42;
    background-image:
      linear-gradient(90deg, rgba(8, 10, 8, 0.28), rgba(8, 10, 8, 0.16)),
      linear-gradient(180deg, rgba(5, 7, 6, 0.08) 0%, rgba(5, 7, 6, 0.42) 60%, #050706 100%),
      url("/assets/real-tank-camera-closeup.webp");
    background-position: center 20%;
  }
}

/* 2026-09-02 field-footage pass: every conversion block is grounded in owned arena video. */
.language-gate {
  isolation: isolate;
  background: #050604;
}

.language-gate::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 5, 3, 0.9) 0%, rgba(4, 5, 3, 0.46) 48%, rgba(4, 5, 3, 0.82) 100%),
    linear-gradient(180deg, rgba(4, 5, 3, 0.16), rgba(4, 5, 3, 0.84));
}

.language-gate-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.1) brightness(0.78);
  transform: scale(1.015);
}

.language-panel {
  background: linear-gradient(145deg, rgba(9, 11, 7, 0.94), rgba(9, 9, 7, 0.8));
}

.reserve-camera-card figcaption {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  color: var(--paper);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.reserve-camera-card i {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #86d46f;
  box-shadow: 0 0 12px rgba(134, 212, 111, 0.82);
}

.signal-strip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #080b09;
}

.signal-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #080b09 2%, rgba(8, 11, 9, 0.83) 44%, rgba(8, 11, 9, 0.54) 100%);
}

.signal-strip-media {
  position: absolute;
  inset: 0 0 0 38%;
  z-index: -2;
  width: 62%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 58%;
  filter: saturate(0.75) contrast(1.16);
}

.signal-strip > div {
  background: linear-gradient(135deg, rgba(8, 11, 9, 0.84), rgba(8, 11, 9, 0.46));
  backdrop-filter: blur(2px);
}

.prototype {
  position: relative;
  isolation: isolate;
}

.prototype::after {
  content: "";
  position: absolute;
  top: 3%;
  right: -18vw;
  bottom: 3%;
  left: 35%;
  z-index: -1;
  background: linear-gradient(90deg, var(--ink), rgba(5, 7, 6, 0.42) 44%, rgba(5, 7, 6, 0.78));
  pointer-events: none;
}

.prototype-backdrop {
  position: absolute;
  top: 3%;
  right: -18vw;
  bottom: 3%;
  z-index: -2;
  width: 83%;
  height: 94%;
  object-fit: cover;
  object-position: center;
  opacity: 0.32;
  filter: saturate(0.72) contrast(1.18);
  pointer-events: none;
}

.waitlist-section-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  opacity: 0.19;
  filter: saturate(0.62) contrast(1.18);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.58) 48%, transparent 86%);
}

.reserve-camera-card {
  grid-column: 1;
  grid-row: 3;
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  align-items: stretch;
  width: min(100%, 440px);
  min-height: 112px;
  margin: 8px 0 0;
  overflow: hidden;
  border: 1px solid rgba(217, 181, 104, 0.27);
  background: rgba(8, 9, 6, 0.76);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
}

.reserve-camera-card img {
  width: 100%;
  height: 100%;
  min-height: 112px;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(0.7) contrast(1.14);
}

.reserve-camera-card figcaption {
  justify-content: center;
  padding: 16px;
}

.capacity {
  grid-row: 3;
}

.bot-verification {
  min-height: 0;
  margin-top: 22px;
}

.bot-verification:empty {
  display: none;
}

.cf-turnstile {
  width: 100%;
  min-height: 65px;
}

.site-footer {
  position: relative;
  display: block;
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #030504;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #030504 0%, rgba(3, 5, 4, 0.9) 50%, rgba(3, 5, 4, 0.54) 100%),
    linear-gradient(180deg, rgba(3, 5, 4, 0.14), #030504 100%);
}

.footer-media {
  position: absolute;
  inset: 0 0 0 42%;
  z-index: -2;
  width: 58%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.7;
  filter: saturate(0.62) contrast(1.2);
}

.footer-inner {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(56px, 7vw, 92px) 0 28px;
}

.footer-lead {
  display: grid;
  grid-template-columns: 118px minmax(0, 620px);
  align-items: center;
  gap: 28px;
}

.footer-brand img {
  width: 112px;
  height: 112px;
}

.footer-kicker {
  margin: 0 0 8px;
  color: var(--acid) !important;
  font-size: 9px !important;
  letter-spacing: 0.18em !important;
}

.site-footer h2 {
  max-width: 660px;
  margin: 0;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 74px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}

.footer-lead > div > p:last-child {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.footer-contacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 980px;
  margin-top: 40px;
  border: 1px solid rgba(217, 181, 104, 0.18);
  background: rgba(217, 181, 104, 0.18);
  font-style: normal;
}

.footer-contacts > div {
  display: grid;
  align-content: start;
  min-height: 92px;
  padding: 17px 19px;
  background: rgba(7, 9, 6, 0.84);
  backdrop-filter: blur(10px);
}

.footer-contacts span {
  color: var(--acid);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.footer-contacts a,
.footer-contacts strong {
  margin-top: 10px;
  overflow-wrap: anywhere;
  color: var(--paper);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.footer-contacts a:hover {
  color: var(--acid);
}

.footer-preview-note {
  max-width: 740px;
  margin: 13px 0 0 !important;
  padding-left: 12px;
  border-left: 2px solid var(--amber);
  color: #b8aa86 !important;
  font-size: 10px !important;
  line-height: 1.5;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(217, 181, 104, 0.14);
}

.footer-bottom small {
  color: #899386;
  font-size: 10px;
  text-align: right;
}

@media (max-width: 1050px) {
  .footer-media {
    left: 34%;
    width: 66%;
  }
}

@media (max-width: 820px) {
  .concept-label {
    bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .signal-strip-media {
    inset: 0;
    width: 100%;
  }

  .prototype::after,
  .prototype-backdrop {
    right: -24px;
    left: -24px;
    width: calc(100% + 48px);
  }

  .prototype-backdrop {
    top: 38%;
    height: 58%;
    opacity: 0.2;
  }

  .waitlist-intro {
    grid-template-columns: 1fr;
  }

  .waitlist-intro .eyebrow,
  .capacity,
  .reserve-camera-card {
    grid-column: 1;
    grid-row: auto;
  }

  .reserve-camera-card {
    margin-top: 0;
  }

  .footer-media {
    inset: 0;
    width: 100%;
    opacity: 0.34;
  }

  .site-footer::after {
    background: linear-gradient(180deg, rgba(3, 5, 4, 0.72), #030504 88%);
  }

  .footer-contacts {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-kicker,
  .site-footer .footer-lead p,
  .site-footer .footer-preview-note {
    display: block;
  }
}

@media (max-width: 600px) {
  .language-gate-media {
    object-position: 57% center;
  }

  .language-gate::before {
    background: linear-gradient(180deg, rgba(4, 5, 3, 0.62), rgba(4, 5, 3, 0.96));
  }

  .concept-label {
    bottom: calc(90px + env(safe-area-inset-bottom));
  }

  .signal-strip > div {
    background: rgba(8, 11, 9, 0.68);
  }

  .footer-inner {
    width: calc(100% - 28px);
    padding-top: 48px;
  }

  .footer-lead {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 15px;
  }

  .footer-brand img {
    width: 72px;
    height: 72px;
  }

  .site-footer h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .footer-lead > div > p:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom small {
    text-align: left;
  }

  html[lang="kk"] .waitlist-intro h2 {
    font-size: clamp(38px, 11.5vw, 54px);
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .language-gate-media {
    transform: none;
  }
}

/* Final conversion/layout pass: tighter rhythm, stable Cyrillic hero and public country roster. */
.hero-content {
  width: min(1040px, calc(100% - 48px));
  padding: 116px 0 96px;
}

.hero-kicker {
  margin-bottom: clamp(24px, 1.8vw, 30px);
}

.hero h1 {
  gap: clamp(10px, 1vw, 16px);
  padding-top: 0.08em;
  font-size: clamp(62px, 7.25vw, 120px);
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.hero h1 em {
  margin-top: 0;
}

html[lang="ru"] .hero h1 {
  font-size: clamp(62px, 7vw, 116px);
}

html[lang="kk"] .hero h1 {
  font-size: clamp(56px, 6.65vw, 108px);
}

.hero-lead {
  margin-top: 24px;
}

.hero-actions {
  gap: 18px;
  margin-top: 30px;
}

.remote-proof {
  padding: clamp(66px, 6.5vw, 96px) 0 clamp(64px, 6vw, 84px);
}

.remote-proof-heading {
  gap: 18px 46px;
  margin-bottom: 32px;
}

.remote-proof-grid {
  grid-template-columns: minmax(0, 7fr) minmax(330px, 5fr);
  grid-template-rows: repeat(2, minmax(270px, 1fr));
  gap: 14px;
}

.proof-shot {
  min-height: 290px;
}

.proof-shot-operator {
  min-height: 594px;
}

.waitlist-shell {
  padding: clamp(68px, 7vw, 96px) max(24px, calc((100vw - var(--max)) / 2));
}

.waitlist-intro {
  gap: 38px;
}

.waitlist-layout {
  grid-template-columns: minmax(500px, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  margin-top: 40px;
}

.form-panel,
.roster-panel {
  min-height: 620px;
}

.form-panel,
.roster-panel {
  padding: clamp(28px, 3vw, 36px);
}

.field-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
}

.field-row .field > small {
  min-height: 17px;
}

th:first-child,
td:first-child {
  width: 68px;
}

th:nth-child(3),
td:nth-child(3) {
  width: 172px;
}

th:last-child,
td:last-child {
  width: 148px;
}

.pilot-country {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.pilot-country-flag {
  flex: 0 0 auto;
  font-family: "Twemoji Country Flags", "Segoe UI Emoji", sans-serif;
  font-size: 19px;
  line-height: 1;
}

.field select,
.field select option {
  font-family: "Twemoji Country Flags", var(--font-body);
}

.pilot-country-name {
  min-width: 0;
  overflow: hidden;
  color: #d5ddd1;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-footer {
  min-height: 390px;
}

.footer-inner {
  width: min(1088px, calc(100% - 48px));
  padding: clamp(52px, 5vw, 70px) 0 26px;
}

.footer-lead,
.footer-launch,
.footer-contacts,
.footer-preview-note,
.footer-bottom {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.footer-launch {
  margin-top: 30px;
}

.footer-contacts {
  margin-top: 32px;
}

.footer-preview-note {
  margin: 13px auto 0 !important;
}

.footer-bottom {
  margin-top: 38px;
}

@media (max-width: 1120px) {
  .waitlist-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .waitlist-intro .eyebrow,
  .waitlist-intro > p,
  .capacity,
  .reserve-camera-card {
    grid-column: 1;
    grid-row: auto;
  }

  .waitlist-layout {
    grid-template-columns: 1fr;
  }

  .form-panel,
  .roster-panel {
    min-height: auto;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .remote-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }

  .proof-shot-operator {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 500px;
  }

  .proof-shot-camera,
  .proof-shot-motion {
    min-height: 310px;
  }
}

@media (max-width: 600px) {
  .hero-content {
    padding: 100px 0 112px;
  }

  .hero-kicker {
    margin-bottom: 18px;
  }

  .hero h1,
  html[lang="ru"] .hero h1 {
    gap: 9px;
    padding-top: 0.1em;
    font-size: clamp(46px, 13.8vw, 62px);
    line-height: 0.9;
  }

  html[lang="kk"] .hero h1 {
    font-size: clamp(42px, 12.2vw, 56px);
  }

  .remote-proof {
    padding: 60px 0 64px;
  }

  /* Keep the late desktop grid pass from reintroducing a 330px side column. */
  .remote-proof-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    gap: 14px;
    width: 100%;
    min-width: 0;
  }

  .proof-shot,
  .proof-shot-operator,
  .proof-shot-camera,
  .proof-shot-motion {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    min-width: 0;
    min-height: clamp(340px, 100vw, 400px);
  }

  .proof-shot-operator {
    min-height: clamp(380px, 112vw, 440px);
  }

  .proof-shot-operator > .proof-shot-media {
    object-position: 57% center;
  }

  .proof-shot figcaption {
    padding: 56px 18px 20px;
  }

  .proof-shot h3,
  .proof-shot:not(.proof-shot-operator) h3 {
    font-size: clamp(27px, 8.6vw, 38px);
    text-wrap: balance;
  }

  .proof-shot figcaption p {
    font-size: 12px;
  }

  .reserve-camera-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: clamp(184px, 58vw, 240px) auto;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin-top: 2px;
  }

  .reserve-camera-card img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-position: center 24%;
  }

  .reserve-camera-card figcaption {
    justify-content: flex-start;
    min-height: 48px;
    padding: 12px 14px;
    background: linear-gradient(90deg, rgba(217, 181, 104, 0.09), rgba(8, 9, 6, 0.92));
  }

  .waitlist-shell {
    padding: 62px 16px;
  }

  .waitlist-layout {
    margin-top: 34px;
  }

  .form-panel,
  .roster-panel {
    padding: 23px 17px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  tbody tr:not(.empty-row) {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  tbody tr:not(.empty-row) td:first-child {
    grid-column: 1;
    grid-row: 1 / 4;
  }

  tbody tr:not(.empty-row) td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  tbody tr:not(.empty-row) td:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    margin-top: 5px;
  }

  tbody tr:not(.empty-row) td:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
    margin-top: 5px;
  }

  .pilot-country-name {
    font-size: 11px;
  }

  .footer-inner {
    width: calc(100% - 28px);
    padding-top: 44px;
  }

  .remote-proof-heading,
  .waitlist-intro,
  .waitlist-layout,
  .form-panel,
  .roster-panel {
    min-width: 0;
  }

  .remote-proof-heading h2,
  .waitlist-intro h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

/* Production motion pass: short real-footage loops, stable pilot avatars, and restrained depth. */
.proof-shot > .proof-shot-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0a0b08;
  filter: saturate(0.94) contrast(1.05);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 260ms ease;
  pointer-events: none;
}

.proof-shot::after {
  z-index: 1;
}

.proof-shot figcaption {
  z-index: 2;
}

.proof-shot-operator > .proof-shot-media {
  object-position: 58% center;
}

.proof-shot-camera > .proof-shot-media {
  object-position: 50% 48%;
}

.proof-shot-motion > .proof-shot-media {
  object-position: 52% center;
}

.proof-shot:hover > .proof-shot-media {
  filter: saturate(1.06) contrast(1.06);
  transform: scale(1.025);
}

.pilot-identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.pilot-avatar {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(215, 243, 122, 0.22);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(215, 243, 122, 0.12), rgba(217, 181, 104, 0.06)),
    #11160f;
  box-shadow: inset 0 0 18px rgba(215, 243, 122, 0.04);
  font-size: 17px;
  line-height: 1;
}

.pilot-callsign {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pilot-row td {
  transition: background-color 180ms ease, color 180ms ease;
}

.pilot-row:hover td {
  background: rgba(215, 243, 122, 0.035);
}

.pilot-row.is-new {
  animation: roster-entry 420ms cubic-bezier(0.2, 0.75, 0.2, 1) var(--row-delay, 0ms) both;
}

.footer-launch {
  display: grid;
  grid-template-columns: auto auto minmax(240px, 1fr);
  align-items: center;
  gap: 16px;
  max-width: 980px;
  margin-top: 32px;
  padding: 15px 18px;
  border: 1px solid rgba(215, 243, 122, 0.24);
  background:
    linear-gradient(90deg, rgba(215, 243, 122, 0.1), rgba(217, 181, 104, 0.04)),
    rgba(7, 9, 6, 0.78);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.footer-launch > .status-dot {
  display: block;
  width: 9px;
  height: 9px;
}

.footer-launch > div {
  display: grid;
  gap: 3px;
  min-width: 170px;
}

.footer-launch small {
  grid-column: auto;
  color: var(--acid);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-launch strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 27px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.site-footer .footer-launch p {
  justify-self: end;
  max-width: 430px;
  color: #b9c3b5;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: right;
  text-transform: none;
}

.hero-media img.parallax-layer {
  animation-name: hero-breathe-parallax;
  will-change: transform;
}

.signal-strip-media.parallax-layer,
.prototype-backdrop.parallax-layer,
.waitlist-section-media.parallax-layer,
.footer-media.parallax-layer {
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.06);
  will-change: transform;
}

@keyframes roster-entry {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-breathe-parallax {
  from { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.025); }
  to { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.06); }
}

@media (max-width: 600px) {
  .pilot-avatar {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 15px;
  }

  .footer-launch {
    grid-template-columns: auto 1fr;
    gap: 12px;
    margin-top: 26px;
    padding: 14px;
  }

  .site-footer .footer-launch p {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }
}

.motion-reduced .hero-media img,
.motion-reduced .status-dot,
.motion-reduced .roster-status i,
.motion-reduced .video-tag span,
.motion-reduced .pilot-row.is-new {
  animation: none;
}

.motion-reduced .parallax-layer {
  transform: none;
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .proof-shot:hover > .proof-shot-media,
  .signal-strip-media.parallax-layer,
  .prototype-backdrop.parallax-layer,
  .waitlist-section-media.parallax-layer,
  .footer-media.parallax-layer {
    transform: none;
  }
}

/* Last-cascade guard for the queue/dialog release. Keep below all legacy passes. */
.waitlist-layout {
  grid-template-columns: minmax(0, 1fr);
}

.waitlist-layout > .roster-panel {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 0;
  padding: clamp(24px, 3vw, 36px);
}

.reserve-dialog .form-panel {
  min-height: 0;
  padding: clamp(24px, 4vw, 38px);
}

.reserve-dialog .form-panel.has-success {
  min-height: 520px;
}

.roster-panel th,
.roster-panel td {
  padding: 10px;
}

.roster-panel th:first-child,
.roster-panel td:first-child {
  width: 72px;
}

.roster-panel th:nth-child(3),
.roster-panel td:nth-child(3) {
  width: 180px;
}

.roster-panel th:nth-child(4),
.roster-panel td:nth-child(4) {
  width: 88px;
}

.roster-panel th:last-child,
.roster-panel td:last-child {
  width: 146px;
}

.site-footer {
  min-height: 0;
}

.site-footer .footer-inner {
  width: min(1088px, calc(100% - 48px));
  padding: 34px 0 20px;
}

.site-footer .footer-lead {
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 16px;
}

.site-footer .footer-brand img {
  width: 64px;
  height: 64px;
}

.site-footer h2 {
  max-width: none;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 0.94;
}

.site-footer .footer-lead > div > p:last-child {
  max-width: 680px;
  margin-top: 9px;
  font-size: 12px;
}

.site-footer .footer-launch {
  grid-template-columns: auto auto minmax(220px, 1fr);
  gap: 12px;
  margin-top: 18px;
  padding: 11px 14px;
}

.site-footer .footer-launch strong {
  font-size: 22px;
}

.site-footer .footer-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 16px;
  border: 0;
  border-top: 1px solid rgba(217, 181, 104, 0.16);
  border-bottom: 1px solid rgba(217, 181, 104, 0.16);
  background: transparent;
}

.site-footer .footer-contacts > div {
  display: flex;
  flex: 1 1 240px;
  min-height: 0;
  align-items: baseline;
  gap: 10px;
  padding: 10px 16px;
  border-right: 1px solid rgba(217, 181, 104, 0.12);
  background: rgba(7, 9, 6, 0.46);
}

.site-footer .footer-contacts > div:last-child {
  border-right: 0;
}

.site-footer .footer-contacts a,
.site-footer .footer-contacts strong {
  margin-top: 0;
  font-size: 11px;
}

.site-footer .footer-bottom {
  margin-top: 18px;
  padding-top: 14px;
}

@media (max-width: 820px) {
  .site-footer .footer-launch {
    grid-template-columns: auto 1fr;
  }

  .site-footer .footer-launch p {
    grid-column: 1 / -1;
    justify-self: start;
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .reserve-dialog .form-panel {
    min-height: 0;
    padding: 20px 16px 22px;
  }

  .waitlist-layout > .roster-panel {
    padding: 20px 12px;
  }

  .roster-panel tbody tr:not(.empty-row) {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr) 30px 38px;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 6px;
    min-height: 46px;
    padding: 6px 2px;
  }

  .roster-panel tbody tr:not(.empty-row) td {
    display: block;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .roster-panel tbody tr:not(.empty-row) td:first-child {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    font-size: 13px;
  }

  .roster-panel tbody tr:not(.empty-row) td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .roster-panel tbody tr:not(.empty-row) td:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
  }

  .roster-panel tbody tr:not(.empty-row) td:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
    margin: 0;
  }

  .roster-panel tbody tr:not(.empty-row) td:nth-child(5) {
    display: none;
  }

  .site-footer .footer-inner {
    width: calc(100% - 28px);
    padding: 28px 0 16px;
  }

  .site-footer .footer-lead {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
  }

  .site-footer .footer-brand img {
    width: 50px;
    height: 50px;
  }

  .site-footer h2 {
    font-size: clamp(27px, 8.5vw, 36px);
  }

  .site-footer .footer-launch {
    gap: 9px;
    margin-top: 14px;
    padding: 10px;
  }

  .site-footer .footer-launch strong {
    font-size: 18px;
  }

  .site-footer .footer-launch p {
    display: none;
  }

  .site-footer .footer-contacts {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 12px;
  }

  .site-footer .footer-contacts > div {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 8px;
    padding: 8px 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(217, 181, 104, 0.1);
    background: transparent;
  }

  .site-footer .footer-contacts > div:last-child {
    border-bottom: 0;
  }

  .site-footer .footer-bottom {
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
  }
}

@media (max-width: 430px) {
  .roster-panel tbody tr:not(.empty-row) {
    grid-template-columns: 41px minmax(0, 1fr) 28px 35px;
    gap: 5px;
  }
}

/* True EOF mobile guard: preserve the compact one-line roster after every legacy pass. */
@media (max-width: 600px) {
  .waitlist-layout > .roster-panel {
    padding-right: 12px;
    padding-left: 12px;
  }

  .pilot-identity {
    gap: 7px;
  }

  .pilot-avatar {
    flex-basis: 27px;
    width: 27px;
    height: 27px;
    border-radius: 7px;
    font-size: 14px;
  }

  .roster-confirmation {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 8px;
    padding: 9px 10px;
  }

  .roster-confirmation > span {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .waitlist-shell {
    padding-right: 12px;
    padding-left: 12px;
  }

  .waitlist-layout > .roster-panel {
    padding-right: 12px;
    padding-left: 12px;
  }

  .pilot-avatar {
    flex-basis: 25px;
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

/* True EOF mobile header guard: keep the localized arena label centered and collision-safe. */
.mobile-header-title {
  display: none;
  margin: 0;
}

@media (max-width: 820px) {
  .site-header,
  .site-header.is-scrolled {
    grid-template-columns: minmax(48px, 1fr) minmax(0, 1.65fr) minmax(48px, 1fr);
    gap: clamp(6px, 1.8vw, 14px);
    padding-inline: clamp(10px, 3vw, 18px);
  }

  .site-header > .brand {
    grid-column: 1;
  }

  .mobile-header-title {
    grid-column: 2;
    display: grid;
    min-width: 0;
    max-width: 100%;
    justify-self: stretch;
    gap: 3px;
    color: var(--paper);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
  }

  .mobile-header-title::after {
    content: "";
    width: min(58px, 48%);
    height: 1px;
    margin: 1px auto 0;
    background: linear-gradient(90deg, transparent, var(--acid), transparent);
    opacity: 0.78;
  }

  .mobile-header-title strong,
  .mobile-header-title span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-header-title strong {
    font-family: var(--font-display);
    font-size: clamp(9px, 2.3vw, 12px);
    letter-spacing: clamp(0.06em, 0.7vw, 0.14em);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.86);
  }

  .mobile-header-title span {
    color: var(--acid);
    font-size: clamp(7px, 1.8vw, 9px);
    font-weight: 900;
    letter-spacing: clamp(0.08em, 0.55vw, 0.15em);
  }

  .site-header > .header-actions {
    grid-column: 3;
    min-width: 0;
  }
}

@media (max-width: 360px) {
  .site-header,
  .site-header.is-scrolled {
    min-height: 68px;
    grid-template-columns: minmax(44px, 1fr) minmax(0, 1.8fr) minmax(44px, 1fr);
    gap: 5px;
    padding-inline: 8px;
  }

  .site-header .brand img,
  .site-header.is-scrolled .brand img {
    width: 50px;
    height: 50px;
  }

  .language-switch {
    min-width: 42px;
    min-height: 42px;
    padding: 6px;
  }

  .mobile-header-title {
    gap: 2px;
  }

  .mobile-header-title::after {
    width: 40px;
  }
}

/* Official channels: compact, touch-friendly links that stay inside the footer grid. */
.footer-socials {
  width: 100%;
  max-width: 1040px;
  margin: 20px auto 0;
}

.footer-socials-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.footer-socials-heading > span {
  color: var(--acid);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-socials-heading > strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 0.95;
  text-align: right;
  text-transform: uppercase;
}

.footer-socials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.footer-social-link {
  --social-color: var(--acid);
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 70px;
  padding: 10px 12px;
  overflow: hidden;
  border: 1px solid rgba(217, 181, 104, 0.2);
  color: var(--paper);
  background: linear-gradient(135deg, rgba(17, 21, 16, 0.92), rgba(5, 7, 5, 0.78));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025), 0 12px 34px rgba(0, 0, 0, 0.16);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.footer-social-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--social-color);
  opacity: 0.55;
  transform: scaleX(0.28);
  transform-origin: left;
  transition: opacity 180ms ease, transform 180ms ease;
}

.footer-social-link:hover {
  border-color: rgba(217, 181, 104, 0.48);
  color: var(--paper);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045), 0 16px 38px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.footer-social-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.footer-social-link:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 3px;
}

.footer-social-instagram { --social-color: #e56aa7; }
.footer-social-youtube { --social-color: #ff5656; }
.footer-social-tiktok { --social-color: #54e5df; }
.footer-social-threads { --social-color: #f2eee4; }

.footer-social-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(217, 181, 104, 0.26);
  color: var(--acid);
  background: rgba(0, 0, 0, 0.24);
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.footer-social-link:hover .footer-social-icon {
  border-color: var(--social-color);
  color: var(--social-color);
  transform: scale(1.04);
}

.footer-social-icon svg {
  width: 22px;
  height: 22px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-social-icon .social-icon-dot,
.footer-social-icon .social-icon-play {
  fill: currentColor;
  stroke: none;
}

.footer-social-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.footer-social-copy > strong {
  overflow: hidden;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-social-copy > span {
  overflow: hidden;
  color: #899386;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-social-arrow {
  color: var(--social-color);
  font-size: 15px;
  line-height: 1;
  opacity: 0.82;
}

@media (max-width: 820px) {
  .footer-socials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .footer-socials {
    margin-top: 14px;
  }

  .footer-socials-heading {
    align-items: start;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 9px;
  }

  .footer-socials-heading > strong {
    font-size: 24px;
    text-align: left;
  }

  .footer-socials-grid {
    gap: 6px;
  }

  .footer-social-link {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 58px;
    padding: 8px 9px;
  }

  .footer-social-icon {
    width: 36px;
    height: 36px;
  }

  .footer-social-icon svg {
    width: 19px;
    height: 19px;
  }

  .footer-social-copy > span {
    font-size: 8px;
  }
}

@media (max-width: 380px) {
  .footer-social-link {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .footer-social-icon {
    width: 34px;
    height: 34px;
  }

  .footer-social-arrow {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-social-link,
  .footer-social-link::after,
  .footer-social-icon {
    transition: none;
  }

  .footer-social-link:hover,
  .footer-social-link:hover .footer-social-icon {
    transform: none;
  }
}

/* Reserve conversion redesign guard. */
.waitlist-shell {
  isolation: isolate;
  padding-top: clamp(72px, 7vw, 104px);
  padding-bottom: clamp(72px, 7vw, 104px);
}

.waitlist-shell::after {
  inset: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.98) 0%, rgba(5, 7, 6, 0.9) 38%, rgba(5, 7, 6, 0.48) 72%, rgba(5, 7, 6, 0.74) 100%),
    linear-gradient(180deg, rgba(5, 7, 6, 0.32) 0%, rgba(5, 7, 6, 0.1) 46%, #050706 100%);
  filter: none;
}

.waitlist-section-media {
  opacity: 0.23;
  filter: grayscale(0.46) saturate(0.72) contrast(1.2) brightness(0.82);
  mask-image: none;
}

.waitlist-glow {
  top: -180px;
  left: 30%;
  width: 760px;
  height: 480px;
  background: rgba(155, 130, 66, 0.1);
}

.waitlist-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  grid-template-areas:
    "eyebrow visual"
    "title visual"
    "intro visual"
    "cta visual";
  grid-template-rows: auto auto 1fr auto;
  align-items: start;
  gap: 18px clamp(46px, 5.5vw, 78px);
  width: 100%;
  max-width: var(--max);
  min-width: 0;
  margin: 0 auto;
}

.waitlist-intro .eyebrow {
  grid-area: eyebrow;
  margin: 0;
  padding-top: 18px;
  color: var(--acid);
  font-size: 10px;
  letter-spacing: 0.17em;
}

.waitlist-intro h2 {
  grid-area: title;
  max-width: 620px;
  margin: 0;
  font-size: clamp(58px, 6vw, 92px);
  letter-spacing: -0.045em;
  line-height: 0.86;
  text-wrap: balance;
}

.waitlist-intro h2 span,
.waitlist-intro h2 span:first-child,
.waitlist-intro h2 span:last-child {
  color: var(--paper);
  -webkit-text-stroke: 0;
  text-stroke: 0;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.46);
}

.waitlist-intro h2 span:last-child {
  color: var(--acid);
}

.waitlist-intro > p:not(.eyebrow) {
  grid-area: intro;
  align-self: start;
  max-width: 530px;
  margin: 4px 0 0;
  color: #c7c1b3;
  font-size: clamp(15px, 1.25vw, 17px);
  font-weight: 600;
  line-height: 1.65;
}

.waitlist-open-reserve {
  grid-area: cta;
  align-self: end;
  justify-self: start;
  width: min(100%, 390px);
  min-height: 60px;
  margin: 18px 0 2px;
}

.reserve-camera-card {
  position: relative;
  grid-area: visual;
  align-self: stretch;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: clamp(440px, 34vw, 520px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 181, 104, 0.38);
  background: #080906;
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.48);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  isolation: isolate;
}

.reserve-camera-card::before,
.reserve-camera-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.reserve-camera-card::before {
  opacity: 0.17;
  background: repeating-linear-gradient(180deg, transparent 0 4px, rgba(220, 190, 123, 0.12) 5px);
  mix-blend-mode: screen;
}

.reserve-camera-card::after {
  background:
    linear-gradient(180deg, rgba(3, 4, 3, 0.1) 0%, transparent 34%, rgba(3, 4, 3, 0.18) 56%, rgba(3, 4, 3, 0.94) 100%),
    linear-gradient(90deg, rgba(3, 4, 3, 0.15), transparent 40%, rgba(3, 4, 3, 0.18));
}

.reserve-camera-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 28%;
  filter: grayscale(0.34) saturate(0.78) contrast(1.16) brightness(0.74);
  transform: scale(1.015);
  transition: filter 260ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reserve-camera-card:hover img {
  filter: grayscale(0.18) saturate(0.9) contrast(1.16) brightness(0.78);
  transform: scale(1.035);
}

.reserve-camera-card figcaption {
  position: absolute;
  top: 18px;
  right: 18px;
  left: 18px;
  z-index: 3;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 13px;
  border: 1px solid rgba(217, 181, 104, 0.2);
  color: var(--paper);
  background: rgba(5, 7, 6, 0.72);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.reserve-camera-status {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.reserve-camera-status > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reserve-camera-card .reserve-camera-status i {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin: 0;
  border-radius: 50%;
  background: #86d46f;
  box-shadow: 0 0 14px rgba(134, 212, 111, 0.9);
}

.reserve-camera-code {
  flex: 0 0 auto;
  color: var(--acid);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.capacity {
  position: relative;
  grid-area: visual;
  z-index: 4;
  align-self: end;
  justify-self: stretch;
  margin: 0 18px 18px;
  padding: 17px 19px 16px;
  border: 1px solid rgba(217, 181, 104, 0.34);
  background: linear-gradient(135deg, rgba(7, 9, 6, 0.93), rgba(10, 13, 9, 0.8));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(15px);
}

.capacity-head {
  align-items: center;
  font-size: 10px;
}

.capacity-head strong {
  font-size: clamp(28px, 2.6vw, 36px);
  letter-spacing: 0.02em;
}

.capacity-track {
  height: 4px;
  margin-top: 12px;
  background: rgba(91, 110, 87, 0.3);
}

.capacity small {
  margin-top: 9px;
  color: #aaa390;
  font-size: 10px;
  font-weight: 700;
}

.waitlist-layout {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1120px) {
  .waitlist-intro {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "eyebrow"
      "title"
      "intro"
      "cta"
      "visual"
      "capacity";
    grid-template-rows: none;
    gap: 16px;
  }

  .waitlist-intro .eyebrow {
    padding-top: 0;
  }

  .waitlist-intro h2,
  .waitlist-intro > p:not(.eyebrow) {
    max-width: 760px;
  }

  .waitlist-open-reserve {
    margin: 10px 0 18px;
  }

  .reserve-camera-card {
    min-height: clamp(360px, 55vw, 520px);
  }

  .capacity {
    grid-area: capacity;
    align-self: auto;
    max-width: none;
    margin: -17px 10px 0;
    border-top-color: rgba(217, 181, 104, 0.22);
  }
}

@media (max-width: 600px) {
  .waitlist-shell {
    padding: 56px 14px 60px;
  }

  .waitlist-shell::after {
    background:
      linear-gradient(180deg, rgba(5, 7, 6, 0.91), rgba(5, 7, 6, 0.76) 52%, #050706 100%),
      linear-gradient(90deg, rgba(5, 7, 6, 0.7), rgba(5, 7, 6, 0.42));
  }

  .waitlist-section-media {
    opacity: 0.15;
    object-position: 54% center;
  }

  .waitlist-intro {
    width: 100%;
    min-width: 0;
    gap: 13px;
  }

  .waitlist-intro h2,
  html[lang="ru"] .waitlist-intro h2 {
    max-width: 100%;
    font-size: clamp(44px, 13.4vw, 60px);
    letter-spacing: -0.04em;
    line-height: 0.88;
    overflow-wrap: normal;
  }

  html[lang="kk"] .waitlist-intro h2 {
    font-size: clamp(38px, 11.5vw, 50px);
    overflow-wrap: anywhere;
  }

  .waitlist-intro > p:not(.eyebrow) {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.55;
  }

  .waitlist-open-reserve {
    width: 100%;
    min-height: 58px;
    margin: 8px 0 14px;
  }

  .reserve-camera-card {
    width: 100%;
    min-height: clamp(280px, 78vw, 360px);
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  }

  .reserve-camera-card img {
    object-position: center 25%;
  }

  .reserve-camera-card figcaption {
    top: 10px;
    right: 10px;
    left: 10px;
    gap: 8px;
    padding: 9px 10px;
  }

  .reserve-camera-status {
    font-size: 8px;
  }

  .reserve-camera-code {
    font-size: 7px;
  }

  .capacity {
    width: calc(100% - 12px);
    margin: -13px auto 0;
    padding: 14px;
  }

  .capacity-head {
    gap: 10px;
    font-size: 9px;
  }

  .capacity-head strong {
    font-size: 27px;
  }

  .waitlist-layout {
    width: 100%;
    margin-top: 34px;
  }
}

@media (max-width: 480px) {
  .reserve-camera-code {
    display: none;
  }

  .reserve-camera-status > span {
    white-space: normal;
  }
}

.motion-reduced .reserve-camera-card img {
  transition: none;
}

.motion-reduced .reserve-camera-card:hover img {
  transform: scale(1.015);
}

@media (prefers-reduced-motion: reduce) {
  .reserve-camera-card img {
    transition: none;
  }

  .reserve-camera-card:hover img {
    transform: scale(1.015);
  }
}

/* Conversion polish guard: stronger hierarchy without changing product contracts. */
.hero-actions {
  gap: clamp(18px, 2.2vw, 30px);
}

.hero-actions > .button-primary {
  min-width: min(100%, 318px);
}

.hero-actions .button-ghost {
  min-height: 44px;
  padding: 8px 3px;
  border: 0;
  clip-path: none;
  color: rgba(242, 234, 219, 0.76);
  background: transparent;
  box-shadow: none;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.hero-actions .button-ghost::before {
  display: none;
}

.hero-actions .button-ghost:hover {
  color: var(--paper);
  background: transparent;
}

.hero-actions .button-ghost .play-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(217, 181, 104, 0.34);
  color: var(--acid);
  background: rgba(6, 8, 6, 0.54);
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(720px, 100%);
  margin: 15px auto 0;
  border-top: 1px solid rgba(217, 181, 104, 0.16);
  border-bottom: 1px solid rgba(217, 181, 104, 0.16);
  background: linear-gradient(90deg, transparent, rgba(6, 8, 6, 0.5), transparent);
}

.hero-trust > span {
  display: flex;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 10px;
  color: rgba(222, 218, 205, 0.78);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.hero-trust > span + span {
  border-left: 1px solid rgba(217, 181, 104, 0.12);
}

.hero-trust > span::before {
  content: "✓";
  flex: 0 0 auto;
  color: var(--acid);
  font-size: 12px;
  text-shadow: 0 0 14px rgba(217, 181, 104, 0.52);
}

.hero-capacity {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: center;
  gap: 1px 9px;
  margin-top: 16px;
}

.hero-capacity small {
  grid-column: 1 / -1;
  grid-row: 1;
  margin-bottom: 3px;
  color: var(--acid);
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 900;
  letter-spacing: 0.09em;
}

.hero-capacity strong {
  grid-column: 1;
  grid-row: 2;
  color: rgba(242, 234, 219, 0.78);
  font-size: 19px;
}

.hero-capacity > span {
  grid-column: 2;
  grid-row: 2;
  color: rgba(170, 163, 144, 0.76);
  font-size: 9px;
}

.proof-conversion {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px 32px;
  margin-top: 16px;
  padding: 18px 20px 18px 24px;
  overflow: hidden;
  border: 1px solid rgba(217, 181, 104, 0.28);
  background:
    linear-gradient(90deg, rgba(217, 181, 104, 0.08), transparent 52%),
    rgba(8, 10, 7, 0.82);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}

.proof-conversion::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--acid);
  box-shadow: 0 0 24px rgba(217, 181, 104, 0.42);
}

.proof-conversion-copy {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.proof-conversion-copy > span {
  color: var(--acid);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-conversion-copy > strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 900;
  letter-spacing: -0.018em;
  line-height: 0.98;
  text-transform: uppercase;
}

.proof-conversion .button {
  width: min(100%, 310px);
  min-width: 286px;
}

.remote-proof-note {
  margin-top: 12px;
}

.empty-row.is-conversion td {
  height: auto;
  padding: 0;
}

.empty-roster-state {
  position: relative;
  display: grid;
  min-height: 228px;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: clamp(32px, 5vw, 54px) 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(217, 181, 104, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(217, 181, 104, 0.025), transparent);
}

.empty-roster-state::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(217, 181, 104, 0.08);
  border-radius: 50%;
  box-shadow: inset 0 0 0 36px rgba(217, 181, 104, 0.018);
  pointer-events: none;
}

.empty-roster-marker,
.empty-roster-state > strong,
.empty-roster-state > p,
.empty-roster-cta {
  position: relative;
  z-index: 1;
}

.empty-roster-marker {
  color: var(--acid);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.empty-roster-state > strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 0.96;
  text-transform: uppercase;
}

.empty-roster-state > p {
  max-width: 520px;
  margin: 0;
  color: #aaa390;
  font-size: 12px;
  line-height: 1.5;
}

.empty-roster-cta {
  min-height: 44px;
  margin-top: 5px;
  padding: 10px 18px;
  border: 1px solid rgba(217, 181, 104, 0.48);
  color: var(--ink);
  background: linear-gradient(135deg, #edcf8b, var(--acid));
  cursor: pointer;
  font: 900 10px var(--font-body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.empty-roster-cta::after {
  content: "  ↗";
}

.empty-roster-cta:hover {
  filter: brightness(1.08);
}

.empty-roster-cta:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 3px;
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: calc(82px + env(safe-area-inset-top));
  }

  .site-header,
  .site-header.is-scrolled {
    min-height: calc(72px + env(safe-area-inset-top));
    padding-top: calc(8px + env(safe-area-inset-top));
    padding-bottom: 8px;
  }

  .hero-content {
    padding-top: calc(102px + env(safe-area-inset-top));
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions > .button-primary {
    min-width: 0;
  }

  .hero-actions .button-ghost {
    width: auto;
    justify-self: center;
  }

  .hero-trust {
    width: min(100%, 440px);
  }

  .proof-conversion {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }

  .proof-conversion .button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 600px) {
  .hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-trust > span {
    min-height: 42px;
    padding: 6px;
    font-size: 9px;
    letter-spacing: 0.045em;
  }

  .hero-trust > span::before {
    font-size: 10px;
  }

  .hero-trust > span:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(217, 181, 104, 0.12);
    border-left: 0;
  }

  .proof-conversion-copy > strong {
    font-size: clamp(27px, 8vw, 34px);
  }

  .empty-roster-state {
    min-height: 210px;
    padding: 34px 12px;
  }

  .empty-roster-state > strong {
    font-size: clamp(27px, 9vw, 36px);
  }

  /* Empty states span the mobile table instead of inheriting a pilot column width. */
  .roster-panel .empty-row,
  .roster-panel .empty-row td {
    display: block;
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 820px), (any-pointer: coarse) {
  .roster-filter input,
  .roster-filter select,
  .roster-page-step,
  .roster-page-number,
  .reserve-dialog .dialog-close,
  .privacy-dialog .dialog-close {
    min-height: 44px;
  }

  .roster-page-number {
    flex-basis: 44px;
    min-width: 44px;
  }

  .reserve-dialog .dialog-close,
  .privacy-dialog .dialog-close {
    width: 44px;
    height: 44px;
  }
}

/* Launch waitlist journey: product promise -> early offer -> one registration dialog. */
.hero-content {
  padding-bottom: 68px;
}

.hero .countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 16px;
  margin-bottom: 20px;
}

.hero .countdown .launch-line,
.hero .countdown-values {
  min-height: 34px;
  padding: 6px 10px;
  border: 0;
  background: rgba(5, 7, 6, 0.56);
}

.hero .countdown-item strong {
  font-size: 25px;
}

.hero .hero-kicker {
  margin-bottom: 12px;
  font-size: 11px;
}

.hero h1,
html[lang="ru"] .hero h1,
html[lang="kk"] .hero h1 {
  gap: 3px;
  padding-top: 0;
  font-size: clamp(54px, 5.8vw, 88px);
  line-height: 1.03;
  letter-spacing: -0.035em;
  text-wrap: balance;
  overflow-wrap: normal;
}

.hero .hero-lead {
  max-width: 710px;
  margin-top: 18px;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.5;
}

.launch-offer {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  width: min(680px, 100%);
  margin: 22px auto 0;
  padding: 18px 24px;
  border: 1px solid rgba(217, 181, 104, 0.6);
  border-left-width: 3px;
  background: linear-gradient(110deg, rgba(217, 181, 104, 0.13), rgba(8, 10, 7, 0.9));
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.launch-offer-emblem {
  display: grid;
  place-items: center;
  align-content: center;
  width: 72px;
  height: 82px;
  border: 1px solid rgba(217, 181, 104, 0.36);
  color: var(--acid);
  font: 900 42px/1 var(--font-display);
  background: rgba(217, 181, 104, 0.05);
}

.launch-offer-emblem > span {
  margin-top: 5px;
  font: 900 9px/1 var(--font-body);
  letter-spacing: 0.22em;
}

.launch-offer-copy { min-width: 0; }
.launch-offer-eyebrow {
  color: var(--acid);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.launch-offer-copy > strong {
  display: block;
  margin-top: 4px;
  color: var(--paper);
  font: 900 clamp(25px, 2.6vw, 34px)/1.12 var(--font-display);
  text-transform: uppercase;
  text-wrap: balance;
}

.launch-offer-copy > p {
  margin: 5px 0;
  color: #d4cdbe;
  font-size: 14px;
  line-height: 1.4;
}

.launch-offer-copy > small {
  color: var(--acid);
  font-size: 12px;
  font-weight: 700;
}

.launch-offer.is-standard { grid-template-columns: minmax(0, 1fr); }
.launch-offer.is-standard .launch-offer-emblem { display: none; }
.hero .hero-actions { margin-top: 18px; }
.hero .offer-note { max-width: 680px; font-size: 11px; line-height: 1.5; }
.hero .hero-trust { margin-top: 10px; }
.hero .hero-trust > span { min-height: 32px; }

.reserve-guide {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  width: 100%;
  max-width: var(--max);
  margin: 40px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(217, 181, 104, 0.22);
}

.reserve-guide h3 {
  margin: 0 0 16px;
  color: var(--paper);
  font: 800 clamp(22px, 2.2vw, 30px)/1.12 var(--font-display);
}

.reserve-journey ol { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: journey; }
.reserve-journey li { position: relative; min-width: 0; padding-left: 44px; counter-increment: journey; }
.reserve-journey li::before {
  content: "0" counter(journey);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--acid);
  font: 800 23px/1 var(--font-display);
}
.reserve-journey strong { color: var(--paper); font-size: 14px; }
.reserve-guide p { margin: 5px 0 0; color: #b6b0a2; font-size: 13px; line-height: 1.5; }
.reserve-faq details { border-bottom: 1px solid rgba(217, 181, 104, 0.2); }
.reserve-faq summary { min-height: 48px; padding: 14px 8px 14px 0; color: var(--paper); cursor: pointer; font-size: 14px; font-weight: 700; }
.reserve-faq summary::marker { color: var(--acid); }
.reserve-faq summary:focus-visible { outline: 2px solid var(--acid); outline-offset: 3px; }
.reserve-faq details > p { padding: 0 0 16px; }
.reserve-faq details[open] summary { color: var(--acid); }

.reserve-dialog .form-panel { padding: 22px 28px 26px; }
.reserve-dialog .form-heading { margin: 0; padding: 0; border: 0; }
.reserve-dialog .form-heading h3 { font-size: clamp(28px, 4vw, 36px); line-height: 1.1; }
.reserve-dialog .form-intro { margin: 10px 0 0; color: #c6c0b4; font-size: 14px; line-height: 1.5; }
.reserve-dialog .form-trust { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 14px 0 2px; }
.reserve-dialog .form-trust span { min-height: 0; padding: 0; border: 0; background: none; font-size: 10px; text-align: left; }
.reserve-dialog .form-trust span::before { display: inline; margin-right: 5px; font-size: 12px; }
.reserve-dialog .field-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; align-items: start; }
.reserve-dialog .field { min-width: 0; margin-top: 18px; grid-template-rows: auto 48px auto auto; }
.reserve-dialog .field label { margin-bottom: 7px; font-size: 11px; }
.reserve-dialog .field input,
.reserve-dialog .field select { min-height: 48px; height: 48px; font-size: 16px; }
.reserve-dialog .field small { font-size: 11px; line-height: 1.4; }
.reserve-dialog .field-error:empty { display: none; }
.reserve-dialog .consent-row { margin-top: 18px; }
.reserve-dialog .consent { font-size: 12px; line-height: 1.5; }
.reserve-dialog .submit-button { width: 100%; margin-top: 18px; font-size: 12px; }
.reserve-dialog .form-after-submit { margin: 10px 0 0; color: #b6b0a2; font-size: 12px; line-height: 1.5; text-align: center; }
.roster-confirmation > div { min-width: 0; }
#roster-confirmation-next { margin-top: 7px; font-weight: 500; font-size: 13px; line-height: 1.5; }

@media (max-width: 820px) {
  .hero-content { width: calc(100% - 32px); padding-top: calc(96px + env(safe-area-inset-top)); padding-bottom: 58px; }
  .hero h1,
  html[lang="ru"] .hero h1,
  html[lang="kk"] .hero h1 { font-size: clamp(36px, 7.6vw, 60px); }
  .hero .hero-lead { max-width: 540px; font-size: 16px; }
  .hero .hero-actions { width: min(440px, 100%); margin-right: auto; margin-left: auto; }
  .launch-offer { width: min(540px, 100%); }
  .reserve-guide { grid-template-columns: minmax(0, 1fr); gap: 26px; }
}

@media (max-width: 600px) {
  .hero .countdown { gap: 2px 8px; margin-bottom: 16px; }
  .hero .countdown .launch-line { font-size: 9px; letter-spacing: 0.04em; }
  .hero .countdown-values { gap: 9px; }
  .hero .hero-kicker { font-size: 9px; letter-spacing: 0.07em; }
  .hero .hero-lead { margin-top: 14px; font-size: 15px; }
  .launch-offer { grid-template-columns: 50px minmax(0, 1fr); gap: 12px; margin-top: 18px; padding: 14px 12px; }
  .launch-offer-emblem { width: 50px; height: 66px; font-size: 32px; }
  .launch-offer-copy > strong { font-size: 25px; }
  .launch-offer-copy > p { font-size: 13px; }
  .launch-offer-copy > small { font-size: 11px; }
  .launch-offer-eyebrow { font-size: 9px; }
  .hero .hero-actions { margin-top: 14px; }
  .hero .hero-actions .button-primary { min-height: 56px; }
  .reserve-dialog .form-panel { padding: 18px 16px 22px; }
  .reserve-dialog .field-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .reserve-dialog .field { margin-top: 14px; }
  .reserve-dialog .form-trust { gap: 6px 12px; }
  .reserve-guide { margin-top: 28px; }
}
