:root {
  --ink: #f3f3ef;
  --dim: #85857f;
  --line: #353533;
  --amber: #efa326;
  --black: #000;
  --focus: #ffd166;
}

* { box-sizing: border-box; }
html { margin: 0; background: var(--black); color: var(--ink); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--black); color: var(--ink); font-family: Menlo, Monaco, "Courier New", monospace; }
a, button { font: inherit; }
a { color: inherit; }
img, video { max-width: 100%; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 10px;
  z-index: 100;
  padding: 10px 13px;
  background: var(--ink);
  color: var(--black);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 4px;
}

.site-header {
  min-height: 58px;
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(18px, 4vw, 62px);
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, .96);
  font-size: 9px;
  letter-spacing: .14em;
}
.site-brand { font-weight: 700; text-decoration: none; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 2.4vw, 32px); }
.site-nav a { color: #aaa; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; }
.site-nav .app-link { color: #fff; border-bottom: 1px solid #777; padding-bottom: 4px; }

.opening {
  min-height: calc(100svh - 58px);
  display: grid;
  place-items: center;
  padding: 50px 22px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.opening .section-label { margin: 0 0 28px; color: var(--amber); font-size: 9px; letter-spacing: .17em; }
.opening h1 {
  margin: 0;
  font: 900 clamp(78px, 13vw, 220px) / .75 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.03em;
  text-transform: uppercase;
  text-wrap: balance;
}
.opening .rhythm { display: block; margin-top: 30px; color: #888; font-size: 9px; line-height: 1.7; letter-spacing: .12em; }

.choose {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(240px, .65fr) minmax(270px, .55fr) minmax(250px, .65fr);
  align-items: center;
  gap: clamp(28px, 6vw, 95px);
  padding: clamp(60px, 9vw, 140px) clamp(22px, 6vw, 90px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.choose-word {
  min-width: 0;
  margin: 0;
  text-align: right;
  /* 7vw keeps CHOOSE inside its grid track at tall 1280–1920px desktop widths. */
  font: 900 clamp(85px, 7vw, 190px) / .72 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.03em;
  text-transform: uppercase;
  white-space: nowrap;
}
.choose-word small { display: block; margin-bottom: 18px; color: var(--amber); font: 9px Menlo, monospace; letter-spacing: .15em; text-align: left; }
.screen {
  height: min(80vh, 800px);
  aspect-ratio: 1290 / 2796;
  position: relative;
  justify-self: center;
  overflow: hidden;
  background: #050505;
  box-shadow: 0 0 0 1px #3c3c39;
}
.screen img, .screen video { display: block; width: 100%; height: 100%; object-fit: cover; }
.choose-copy strong {
  display: block;
  font: 900 clamp(32px, 4vw, 60px) / .86 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
}
.choose-copy p, .cost-copy p, .final-copy p { max-width: 500px; margin: 23px 0; color: #aaa; font: 15px / 1.65 Arial, sans-serif; }
.micro { padding-top: 13px; border-top: 1px solid #444; color: #777; font-size: 8px; line-height: 1.7; letter-spacing: .1em; }

.costs {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(250px, .75fr) minmax(250px, .6fr) minmax(280px, .75fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(65px, 9vw, 140px) clamp(22px, 6vw, 90px);
  border-bottom: 1px solid var(--line);
}
.eyebrow { margin: 0 0 22px; color: var(--amber); font-size: 9px; letter-spacing: .16em; }
.cost-copy h2, .consequence h2 {
  margin: 0;
  font: 900 clamp(60px, 8vw, 130px) / .78 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.cost-copy p { max-width: 480px; margin-top: 27px; }
.limited-screen, .death-screen { height: min(78vh, 760px); }
.death-screen { aspect-ratio: 1320 / 2868; }
.cost-list { border-top: 1px solid #555; }
.cost { display: grid; grid-template-columns: 60px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid #333; }
.cost > b { color: var(--amber); font-size: 9px; }
.cost strong { font: 900 clamp(27px, 3vw, 45px) / .9 Impact, sans-serif; text-transform: uppercase; }
.cost span { display: block; margin-top: 7px; color: #888; font-size: 9px; letter-spacing: .09em; }

.consequence {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(250px, .75fr) minmax(260px, .6fr) minmax(260px, .75fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(65px, 9vw, 130px) clamp(22px, 6vw, 90px);
}
.consequence h2 { font-size: clamp(65px, 8.7vw, 145px); line-height: .77; }
.consequence h2 em { display: block; color: var(--amber); font-style: normal; }
.consequence-note { margin-top: 25px; color: #888; font-size: 9px; line-height: 1.7; letter-spacing: .1em; }
.death-stage { position: relative; justify-self: center; }
.death-label { position: absolute; left: 12px; right: 12px; top: 12px; z-index: 2; display: flex; justify-content: space-between; gap: 12px; color: #aaa; font-size: 8px; letter-spacing: .1em; }
.replay { position: absolute; right: 12px; bottom: 12px; border: 1px solid #777; background: #000; color: #fff; padding: 10px 13px; cursor: pointer; font-size: 8px; letter-spacing: .1em; }
.final-copy strong { display: block; font: 900 clamp(34px, 4vw, 62px) / .88 Impact, sans-serif; text-transform: uppercase; }
.final-copy p { max-width: 480px; margin-bottom: 29px; }
.facts { margin-bottom: 30px; border-top: 1px solid #444; }
.facts div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid #333; font-size: 8px; letter-spacing: .1em; }
.facts span { color: #777; }
.cta { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid #fff; border-radius: 999px; background: #fff; color: #000; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.cta:hover { background: var(--amber); border-color: var(--amber); }

.site-footer { display: flex; justify-content: space-between; gap: 30px; padding: 28px clamp(22px, 5vw, 78px); border-top: 1px solid var(--line); color: #777; font-size: 8px; line-height: 1.7; letter-spacing: .09em; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.site-footer a { color: #aaa; text-decoration: none; }
.site-footer a:hover { color: #fff; }

.legal-main { width: min(100%, 1080px); margin: 0 auto; padding: clamp(70px, 10vw, 150px) clamp(22px, 6vw, 78px); }
.legal-kicker { margin: 0 0 20px; color: var(--amber); font-size: 9px; letter-spacing: .16em; }
.legal-main h1 { max-width: 900px; margin: 0 0 32px; font: 900 clamp(70px, 11vw, 165px) / .76 Impact, sans-serif; letter-spacing: -.03em; text-transform: uppercase; }
.legal-intro { max-width: 760px; margin: 0 0 70px; color: #b5b5af; font: 700 clamp(18px, 2vw, 26px) / 1.35 Arial, sans-serif; }
.legal-grid { display: grid; grid-template-columns: minmax(150px, .3fr) minmax(0, 1fr); gap: 40px; padding: 34px 0; border-top: 1px solid #444; }
.legal-grid:last-child { border-bottom: 1px solid #444; }
.legal-grid h2 { margin: 0; font: 900 clamp(28px, 3vw, 44px) / .9 Impact, sans-serif; text-transform: uppercase; }
.legal-copy { max-width: 760px; }
.legal-copy h3 { margin: 32px 0 10px; font: 700 12px Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.legal-copy h3:first-child { margin-top: 0; }
.legal-copy p, .legal-copy li { color: #aaa; font: 15px / 1.72 Arial, sans-serif; }
.legal-copy ul { margin: 12px 0 20px; padding-left: 20px; }
.legal-copy a { color: #fff; text-underline-offset: 4px; }
.support-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 30px 0 10px; }
.support-action { min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 14px; border: 1px solid #777; text-align: center; text-decoration: none; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.support-action.primary { border-color: #fff; background: #fff; color: #000; }
.support-action:hover { border-color: var(--amber); background: var(--amber); color: #000; }

.error-main { min-height: calc(100svh - 58px); display: grid; place-items: center; padding: 50px 22px; text-align: center; }
.error-main h1 { margin: 0; font: 900 clamp(86px, 16vw, 240px) / .74 Impact, sans-serif; text-transform: uppercase; }
.error-main p { margin: 25px auto 32px; color: #aaa; font: 15px / 1.6 Arial, sans-serif; }
.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; }

@media (max-height: 720px) and (min-width: 821px) {
  .opening h1 { font-size: clamp(75px, 10vw, 130px); }
  .choose, .costs, .consequence { padding-top: 34px; padding-bottom: 34px; }
  .screen { height: 64vh; }
  .choose-word { font-size: clamp(72px, 8.5vw, 108px); }
  .choose-copy strong { font-size: 34px; }
  .cost-copy h2 { font-size: clamp(52px, 6.1vw, 78px); }
  .cost-copy p { margin-top: 15px; font-size: 13px; }
  .cost { padding: 11px 0; }
  .cost strong { font-size: 28px; }
  .consequence h2 { font-size: clamp(56px, 6vw, 76px); }
  .consequence-note { margin-top: 14px; }
  .final-copy strong { font-size: 31px; }
  .final-copy p { margin: 13px 0 16px; font-size: 13px; }
  .facts { margin-bottom: 16px; }
  .facts div { padding: 8px 0; }
  .cta { min-height: 44px; }
}

@media (max-width: 820px) {
  .site-header { position: relative; min-height: 64px; align-items: flex-start; padding-top: 18px; padding-bottom: 16px; }
  .site-brand { max-width: 130px; line-height: 1.45; }
  .site-nav { flex-wrap: wrap; gap: 11px 16px; }
  .site-nav a { font-size: 8px; }
  .opening { min-height: 700px; }
  .opening h1 { font-size: clamp(74px, 20vw, 118px); }
  .choose, .costs, .consequence { grid-template-columns: 1fr; min-height: auto; padding-top: 75px; padding-bottom: 75px; }
  .choose-word { text-align: left; font-size: clamp(72px, 20vw, 115px); }
  .screen { width: min(92vw, 480px); height: auto; }
  .costs .screen { order: 2; }
  .cost-list { order: 3; }
  .consequence h2 { font-size: clamp(64px, 17vw, 105px); }
  .site-footer { flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
  .legal-grid { grid-template-columns: 1fr; gap: 18px; }
  .support-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .skip-link { transition: none; }
}
