:root {
  --ink: #07141b;
  --navy: #0b202b;
  --navy-2: #123541;
  --paper: #f4efe4;
  --paper-deep: #e9dfcb;
  --brass: #c2a36a;
  --brass-light: #e2c995;
  --muted: #9eb0b4;
  --red: #a33d35;
  --green: #2d725f;
  --white: #fffdf8;
  --line: rgba(194, 163, 106, .28);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; }
button, select, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--brass-light); 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; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 16px; color: var(--brass-light); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.section-title { max-width: 720px; font-size: clamp(2.5rem, 5.2vw, 4.8rem); }
.section-copy { max-width: 660px; color: #bdc9ca; font-size: 1.05rem; }
.btn {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
  padding: 0 22px; border: 1px solid transparent; border-radius: 2px; cursor: pointer;
  font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-decoration: none; text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--ink); background: var(--brass-light); }
.btn-primary:hover { background: #efd9ac; }
.btn-secondary { color: var(--paper); border-color: rgba(244,239,228,.35); background: transparent; }
.btn-secondary:hover { border-color: var(--brass); color: var(--brass-light); }
.btn-dark { color: var(--paper); background: var(--navy); }
.btn-text { min-height: auto; padding: 0 0 6px; color: var(--navy); border-bottom: 1px solid currentColor; }

.notice-bar { padding: 9px 20px; color: #17232a; background: var(--brass-light); text-align: center; font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
header { position: absolute; z-index: 20; top: 35px; width: 100%; border-bottom: 1px solid rgba(255,255,255,.1); }
.nav { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
/* The supplied lockup is light-ground artwork: the wordmark and the ship inside
   the porthole are navy. Every surface it sits on here is dark, so it rides on
   an ivory plate rather than being recoloured. */
.brand-plate { padding: 10px 18px; background: var(--paper); border-radius: 2px; box-shadow: 0 2px 12px rgba(0,0,0,.28); transition: box-shadow .2s ease, transform .2s ease; }
.brand-plate:hover { box-shadow: 0 4px 18px rgba(0,0,0,.3); transform: translateY(-1px); }
.brand-logo { display: block; width: auto; height: 54px; aspect-ratio: 1953 / 653; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 31px; }
.nav-links a:not(.btn) { color: #dce3df; font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.nav-links a:not(.btn):hover { color: var(--brass-light); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); color: white; background: transparent; }

.hero { position: relative; display: grid; min-height: 875px; align-items: center; overflow: hidden; background: linear-gradient(110deg, #07141b 0%, #0b202b 53%, #123541 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(194,163,106,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(194,163,106,.12) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to right, transparent, black); }
.hero::after { content: ""; position: absolute; right: -11vw; bottom: -25vw; width: 74vw; height: 74vw; border: 1px solid rgba(194,163,106,.18); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(194,163,106,.025), 0 0 0 14vw rgba(194,163,106,.018); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; padding-top: 110px; }
.hero h1 { max-width: 700px; font-size: clamp(4rem, 7.8vw, 7.4rem); }
.hero-lede { max-width: 610px; margin: 28px 0 34px; color: #c5d0d0; font-size: clamp(1.05rem, 1.8vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 31px; color: #8fa6aa; font-size: .78rem; }
.hero-note::before { content: ""; width: 28px; height: 1px; background: var(--brass); }
.case-scene { position: relative; min-height: 540px; perspective: 1000px; }
.moon { position: absolute; top: 15px; right: -10px; width: 210px; height: 210px; border-radius: 50%; background: radial-gradient(circle at 38% 34%, #fff8d9 0, #cfbf91 34%, rgba(194,163,106,.08) 66%, transparent 68%); opacity: .78; }
.ocean { position: absolute; right: -20vw; bottom: -80px; width: 70vw; height: 255px; transform: rotate(-3deg); background: repeating-radial-gradient(ellipse at 50% 100%, transparent 0 22px, rgba(159,195,197,.13) 23px 24px, transparent 25px 48px); }
.ship { position: absolute; z-index: 1; top: 87px; right: -70px; width: 440px; height: 175px; opacity: .72; transform: rotate(-3deg); }
.ship-body { position: absolute; bottom: 0; width: 100%; height: 62px; border-radius: 0 0 75% 12%; background: linear-gradient(180deg,#d9d7ca,#8fa2a3); clip-path: polygon(0 0,100% 0,87% 100%,17% 82%); }
.ship-decks { position: absolute; right: 60px; bottom: 60px; width: 285px; height: 67px; border-radius: 32px 80px 0 0; background: repeating-linear-gradient(0deg,#bcc7c4 0 10px,#536a71 11px 13px); clip-path: polygon(8% 0,83% 0,100% 100%,0 100%); }
.ship-stack { position: absolute; right: 105px; bottom: 126px; width: 48px; height: 30px; background: #8d493c; clip-path: polygon(15% 0,100% 20%,86% 100%,0 90%); }
.dossier { position: absolute; z-index: 4; right: 32px; bottom: 0; width: min(390px, 90%); min-height: 450px; padding: 36px; color: #172229; background: linear-gradient(135deg,#f8f1df,#e7dbc1); box-shadow: var(--shadow); transform: rotate(2deg); }
.dossier::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(99,77,41,.25); pointer-events: none; }
.dossier-tab { position: absolute; top: -26px; left: 0; padding: 7px 25px; background: #bda26d; font-size: .62rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.dossier-meta { display: flex; justify-content: space-between; color: #655a47; font-size: .58rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.dossier h2 { margin: 54px 0 10px; font: 400 2.25rem/1 var(--serif); }
.dossier-rule { width: 53px; height: 3px; margin: 19px 0; background: var(--red); }
.dossier p { color: #475057; font-size: .82rem; }
.clue-lines { display: grid; gap: 13px; margin-top: 30px; }
.clue-line { display: flex; align-items: center; gap: 13px; color: #445159; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.clue-line::before { content: ""; width: 8px; height: 8px; border: 1px solid #876d40; transform: rotate(45deg); }
.stamp { position: absolute; right: 34px; bottom: 35px; width: 94px; height: 94px; border: 2px solid rgba(150,52,43,.65); border-radius: 50%; color: rgba(150,52,43,.75); display: grid; place-items: center; font-size: .56rem; font-weight: 900; letter-spacing: .12em; text-align: center; text-transform: uppercase; transform: rotate(-16deg); }
.coordinates { position: absolute; right: 28px; bottom: 30px; color: rgba(255,255,255,.42); font: 600 .61rem var(--sans); letter-spacing: .18em; writing-mode: vertical-rl; }

.trust-strip { position: relative; z-index: 5; color: #17232a; background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.trust-item { min-height: 115px; padding: 29px 22px; border-right: 1px solid rgba(11,32,43,.13); }
.trust-item:first-child { border-left: 1px solid rgba(11,32,43,.13); }
.trust-number { display: block; margin-bottom: 6px; color: #9a7c48; font: italic 1rem var(--serif); }
.trust-item span:last-child { display: block; font-size: .7rem; font-weight: 780; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }

section { padding: 120px 0; }
.how { color: #17232a; background: var(--white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 70px; }
.how .section-copy { color: #5b6668; }
.steps { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid #c9bea8; }
.step { position: relative; padding: 34px 28px 18px 0; }
.step::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--brass); }
.step-num { display: block; margin-bottom: 44px; color: #a18450; font: italic 1rem var(--serif); }
.step h3 { margin: 0 0 12px; font: 400 1.34rem var(--serif); }
.step p { margin: 0; color: #687476; font-size: .85rem; }

.finder { position: relative; overflow: hidden; background: #0b202b; }
.finder::before { content: ""; position: absolute; inset: 0; opacity: .13; background: repeating-linear-gradient(125deg, transparent 0 44px, rgba(226,201,149,.2) 45px 46px); }
.finder-layout { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; }
.finder h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
.finder-intro p { color: #b5c3c4; }
.finder-card { padding: 40px; color: #17232a; background: var(--paper); box-shadow: var(--shadow); }
.demo-tag { display: inline-flex; margin-bottom: 24px; padding: 5px 9px; color: #664f26; border: 1px solid rgba(102,79,38,.35); font-size: .6rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.finder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field-wide { grid-column: 1/-1; }
label, legend { color: #324044; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
select, input, textarea { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid #bcb3a2; border-radius: 0; color: #12222a; background: rgba(255,255,255,.62); }
textarea { min-height: 100px; padding-top: 13px; resize: vertical; }
select:disabled { cursor: not-allowed; opacity: .55; }
fieldset { margin: 5px 0 0; padding: 0; border: 0; }
.age-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 9px; }
.age-option { display: flex; min-height: 52px; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid #bcb3a2; background: rgba(255,255,255,.45); cursor: pointer; }
.age-option input { width: 18px; min-height: 18px; margin: 0; accent-color: var(--navy); }
.age-option span { color: #27363c; font-size: .78rem; font-weight: 680; }
.finder-submit { width: 100%; margin-top: 26px; }
.finder-help { margin: 16px 0 0; color: #687476; font-size: .75rem; text-align: center; }
.finder-help button { padding: 0; border: 0; color: #273f4b; background: none; cursor: pointer; text-decoration: underline; }
.result { display: none; margin-top: 24px; padding: 24px; border-left: 4px solid var(--brass); background: #fffdf8; }
.result.is-visible { display: block; animation: reveal .35s ease both; }
.result-status { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.result-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.result h3 { margin: 0 0 8px; font: 400 1.7rem var(--serif); }
.result p { margin: 0 0 18px; color: #5b6668; font-size: .85rem; }
.result-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 20px 0; background: #d8d0c2; }
.result-fact { padding: 13px; background: #f8f4eb; }
.result-fact small { display: block; color: #7a7f7c; font-size: .57rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.result-fact strong { display: block; margin-top: 3px; font: 400 1rem var(--serif); }
.result .btn { width: 100%; }
.status-confirmed { color: var(--green); }
.status-validation { color: #a56c24; }
.status-waitlist, .status-closed { color: var(--red); }

.games { color: #17232a; background: var(--paper); }
.games .section-copy { color: #657072; }
.game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.game-card { position: relative; min-height: 620px; overflow: hidden; color: var(--paper); background: #102a35; }
.game-art { position: absolute; inset: 0; overflow: hidden; }
.game-art::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(7,20,27,.05) 24%,rgba(7,20,27,.98) 92%); }
.game-art img { width: 100%; height: 100%; object-fit: cover; }
.image--adult-case { object-position: 70% 50%; }
.image--family-case { object-position: 34% 50%; }
.mariner { color: var(--paper); }
.game-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 42px; }
.game-kicker { font-size: .63rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.game-card h3 { max-width: 440px; margin: 13px 0 18px; font: 400 clamp(2.4rem,4vw,4rem)/.98 var(--serif); }
.game-card p { max-width: 500px; font-size: .86rem; }
.game-meta { display: flex; flex-wrap: wrap; gap: 18px; margin: 24px 0; padding-top: 19px; border-top: 1px solid currentColor; font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.game-card .btn-secondary { border-color: currentColor; color: inherit; }

.evidence { position: relative; color: #142026; background: var(--white); }
.evidence-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.evidence-photo { position: relative; margin: 0; overflow: hidden; box-shadow: 0 28px 75px rgba(11,32,43,.2); }
.evidence-photo::after { content: "EVIDENCE / HANDLE WITH CARE"; position: absolute; right: 24px; bottom: 22px; padding: 8px 12px; border: 1px solid rgba(226,201,149,.7); color: #f3dfb4; background: rgba(7,20,27,.72); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.evidence-photo img { display: block; width: 100%; height: 610px; object-fit: cover; object-position: 52% 55%; }
.map-sheet { position: absolute; inset: 30px 80px 60px 0; border: 1px solid #cbbd9e; background: #e9dfc7; transform: rotate(-4deg); box-shadow: 0 25px 60px rgba(11,32,43,.17); }
.map-sheet::before { content: ""; position: absolute; inset: 28px; opacity: .42; background: repeating-radial-gradient(ellipse at 60% 50%,transparent 0 22px,#96805b 23px 24px,transparent 25px 45px); }
.evidence-envelope { position: absolute; right: 0; bottom: 35px; width: 360px; height: 245px; padding: 30px; color: #dcd4c4; background: #172d37; box-shadow: var(--shadow); transform: rotate(5deg); }
.evidence-envelope::after { content: "EVIDENCE 04"; position: absolute; right: 24px; bottom: 24px; padding: 9px 12px; border: 2px solid rgba(174,67,54,.75); color: #b65c50; font-size: .63rem; font-weight: 900; letter-spacing: .1em; transform: rotate(-7deg); }
.app-card { position: absolute; z-index: 3; top: 65px; left: 90px; width: 240px; height: 430px; padding: 15px; border: 7px solid #07141b; border-radius: 31px; color: var(--paper); background: #0d2732; box-shadow: 0 30px 70px rgba(7,20,27,.35); }
.app-notch { width: 75px; height: 12px; margin: -8px auto 17px; border-radius: 0 0 12px 12px; background: #07141b; }
.app-screen { display: grid; height: 100%; align-content: space-between; padding: 22px 16px; border: 1px solid rgba(194,163,106,.28); }
.app-screen small { color: var(--brass-light); font-size: .52rem; letter-spacing: .15em; text-transform: uppercase; }
.app-screen h4 { margin: 9px 0; font: 400 1.8rem/1 var(--serif); }
.app-clue { padding: 14px; border: 1px solid rgba(244,239,228,.18); color: #b8c5c4; font-size: .67rem; }
.evidence-copy h2 { font-size: clamp(2.8rem,5vw,5rem); }
.evidence-copy > p { color: #5d686b; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 35px 0; }
.feature { padding-top: 15px; border-top: 1px solid #d0c5af; }
.feature strong { display: block; font: 400 1.04rem var(--serif); }
.feature span { color: #6d7779; font-size: .76rem; }

.kit-overview { padding: 0; color: var(--paper); background: #08171e; }
.kit-photo { position: relative; min-height: 720px; margin: 0; overflow: hidden; }
.kit-photo img { display: block; width: 100%; height: 720px; object-fit: cover; object-position: 55% 50%; }
.kit-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,20,27,.94) 0%,rgba(7,20,27,.48) 39%,transparent 70%); }
.kit-copy { position: absolute; z-index: 2; top: 50%; left: max(20px,calc((100vw - 1180px)/2)); width: min(450px,calc(100% - 40px)); transform: translateY(-50%); }
.kit-copy h2 { font-size: clamp(3rem,5vw,5.4rem); }
.kit-copy p { color: #c0cbca; }
.concept-note { margin: 13px 0 0; color: #756b59; font-size: .68rem; }

.field-story { padding: 0; color: var(--paper); background: #101f27; }
.field-photo { position: relative; min-height: 680px; margin: 0; overflow: hidden; }
.field-photo img { display: block; width: 100%; height: 680px; object-fit: cover; object-position: 70% 50%; }
.field-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,20,27,.94),rgba(7,20,27,.5) 42%,transparent 68%); }
.field-copy { position: absolute; z-index: 2; top: 50%; left: max(20px,calc((100vw - 1180px)/2)); width: min(440px,calc(100% - 40px)); transform: translateY(-50%); }
.field-copy h2 { font-size: clamp(3rem,5vw,5rem); }
.field-copy p { color: #c2cecc; }

.offline { background: #07141b; }
.offline-panel { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; padding: 0; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(120deg,#0c2530,#102e38); }
.offline-panel::after { content: ""; position: absolute; right: -130px; top: -130px; width: 420px; height: 420px; border: 1px solid rgba(226,201,149,.18); border-radius: 50%; box-shadow: 0 0 0 50px rgba(226,201,149,.02),0 0 0 100px rgba(226,201,149,.02); }
.ready-seal { position: relative; z-index: 2; display: grid; width: 235px; height: 235px; place-items: center; border: 1px solid var(--brass); border-radius: 50%; color: var(--brass-light); font: 400 2rem/1.1 var(--serif); text-align: center; transform: rotate(-5deg); }
.ready-seal::before, .ready-seal::after { content: ""; position: absolute; border: 1px solid rgba(194,163,106,.45); border-radius: 50%; inset: 10px; }
.ready-seal::after { inset: 21px; border-style: dashed; }
.offline-image { position: relative; z-index: 2; min-height: 660px; }
.offline-image img { display: block; width: 100%; height: 660px; object-fit: cover; object-position: 52% 65%; }
.offline-image .ready-seal { position: absolute; right: -35px; bottom: 35px; width: 160px; height: 160px; color: #1a2a31; background: rgba(239,217,172,.93); font-size: 1.4rem; }
.offline-copy { position: relative; z-index: 2; padding: 70px 70px 70px 0; }
.offline h2 { max-width: 600px; font-size: clamp(2.8rem,5vw,5rem); }
.offline-copy p { max-width: 680px; color: #b5c3c4; }
.offline-facts { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 27px; color: var(--brass-light); font-size: .67rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.faq { color: #17232a; background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq h2 { font-size: clamp(2.8rem,5vw,5rem); }
.accordion { border-top: 1px solid #bfb39e; }
details { border-bottom: 1px solid #bfb39e; }
summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font: 400 1.18rem var(--serif); }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: #8b7042; font: 300 1.7rem var(--sans); }
details[open] summary::after { content: "−"; }
details p { max-width: 700px; margin: -4px 0 25px; color: #626e70; font-size: .88rem; }

.final-cta { position: relative; overflow: hidden; text-align: center; background: #102b36; }
.final-cta::before { content: "37° 46′ N  •  122° 25′ W"; position: absolute; top: 25px; left: 30px; color: rgba(255,255,255,.18); font-size: .6rem; letter-spacing: .18em; writing-mode: vertical-rl; }
.final-cta h2 { max-width: 820px; margin-inline: auto; font-size: clamp(3.3rem,7vw,7rem); }
.final-cta p { max-width: 570px; margin: 25px auto 32px; color: #b8c6c6; }

footer { padding: 70px 0 30px; color: #99aaac; background: #061117; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 55px; }
.footer-intro p { max-width: 360px; font-size: .8rem; }
.footer-col h3 { margin: 0 0 19px; color: var(--paper); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-col a { display: block; margin: 10px 0; color: #99aaac; font-size: .77rem; text-decoration: none; }
.footer-col a:hover { color: var(--brass-light); }
.legal-note { margin-top: 60px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: .66rem; line-height: 1.65; }
.legal-note a { color: var(--paper); text-decoration: none; border-bottom: 1px solid rgba(226,201,149,.45); }
.legal-note a:hover { color: var(--brass-light); border-bottom-color: var(--brass-light); }

dialog { width: min(570px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 0; border: 0; color: #17232a; background: var(--paper); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(3,12,17,.8); backdrop-filter: blur(4px); }
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 28px 30px 23px; border-bottom: 1px solid #c9bea8; }
.modal-head h2 { margin: 0; font: 400 1.9rem var(--serif); }
.modal-close { width: 42px; height: 42px; border: 1px solid #bcb3a2; color: #17232a; background: transparent; cursor: pointer; font-size: 1.2rem; }
.modal-body { padding: 28px 30px 32px; }
.modal-body > p { margin-top: 0; color: #647072; font-size: .84rem; }
.modal-form { display: grid; gap: 17px; }
.modal-form .btn { width: 100%; margin-top: 5px; }
.fine-print { color: #727b7c; font-size: .67rem; }
.success-message { display: none; padding: 28px; border: 1px solid rgba(45,114,95,.3); color: #285b4d; background: rgba(45,114,95,.07); text-align: center; }
.success-message h3 { margin: 8px 0; font: 400 1.6rem var(--serif); }

@keyframes reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; } }
@media (max-width: 980px) {
  .brand-logo { height: 46px; }
  .nav-links { position: fixed; inset: 0; z-index: 30; display: none; padding: 120px 30px 50px; background: #07141b; flex-direction: column; align-items: stretch; }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px; text-align: center; }
  .menu-toggle { position: relative; z-index: 31; display: block; }
  .hero-grid { grid-template-columns: 1fr; padding: 210px 0 90px; }
  .hero { min-height: auto; }
  .case-scene { min-height: 520px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:last-child { grid-column: 1/-1; }
  .steps { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .finder-layout, .evidence-layout, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .offline-panel { grid-template-columns: 1fr; }
  .offline-copy { padding: 0 45px 55px; }
  .ready-seal { width: 190px; height: 190px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-intro { grid-column: 1/-1; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  section { padding: 82px 0; }
  header { top: 52px; }
  .notice-bar { font-size: .58rem; }
  .brand-plate { padding: 7px 10px; }
  .brand-logo { height: 40px; aspect-ratio: 1 / 1; }
  .hero-grid { padding-top: 180px; gap: 35px; }
  .hero h1 { font-size: clamp(3.5rem,17vw,5.3rem); }
  .hero-actions, .hero-actions .btn { width: 100%; }
  .case-scene { min-height: 410px; }
  .ship { right: -90px; width: 370px; }
  .moon { width: 170px; height: 170px; }
  .dossier { right: 7px; width: 90%; min-height: 350px; padding: 27px; }
  .dossier h2 { margin-top: 37px; font-size: 1.8rem; }
  .stamp { width: 75px; height: 75px; }
  .trust-grid, .game-grid, .finder-grid, .feature-list, .footer-grid { grid-template-columns: 1fr; }
  .trust-item:last-child { grid-column: auto; }
  .trust-item { min-height: auto; border-bottom: 1px solid rgba(11,32,43,.13); }
  .section-head { display: block; margin-bottom: 45px; }
  .steps { grid-template-columns: 1fr; border: 0; }
  .step { padding: 22px 0 24px 34px; border-left: 1px solid #c9bea8; }
  .step::before { top: 28px; left: -5px; }
  .step-num { margin-bottom: 12px; }
  .finder-card { padding: 24px 18px; }
  .field-wide { grid-column: auto; }
  .age-options, .result-facts { grid-template-columns: 1fr; }
  .game-card { min-height: 570px; }
  .game-content { padding: 28px; }
  .game-card h3 { font-size: 2.8rem; }
  .evidence-photo img { height: 500px; }
  .map-sheet { inset: 30px 20px 80px 0; }
  .app-card { left: 15px; width: 205px; height: 370px; }
  .evidence-envelope { right: -5px; width: 270px; height: 190px; }
  .kit-photo, .kit-photo img, .field-photo, .field-photo img { min-height: 650px; height: 650px; }
  .kit-photo::after, .field-photo::after { background: linear-gradient(180deg,rgba(7,20,27,.15) 15%,rgba(7,20,27,.94) 72%); }
  .kit-copy, .field-copy { top: auto; bottom: 34px; transform: none; }
  .offline-panel { gap: 42px; }
  .offline-image, .offline-image img { min-height: 500px; height: 500px; }
  .offline-image .ready-seal { right: 15px; width: 130px; height: 130px; font-size: 1.15rem; }
  .offline-copy { padding: 0 25px 40px; }
  .offline-facts { display: grid; gap: 12px; }
  .faq-layout { gap: 25px; }
  .footer-intro { grid-column: auto; }
}

/* Decorative pseudo-elements are painted furniture: they must never intercept a
   pointer event. .finder::before once covered the entire reserve form and
   swallowed every click on it. */
.hero::before, .hero::after,
.finder::before,
.page-hero::before,
.offline-panel::after,
.final-cta::before,
.game-art::before,
.evidence-photo::after,
.kit-photo::after, .field-photo::after,
.case-banner::after,
.map-sheet::before,
.evidence-envelope::after,
.dossier::before,
.ready-seal::before, .ready-seal::after { pointer-events: none; }

/* ===================================================================
   Multi-page additions — interior pages, shared chrome, new modules
   =================================================================== */

/* Skip link */
.skip-link { position: absolute; z-index: 60; top: -100px; left: 12px; padding: 12px 18px; color: var(--ink); background: var(--brass-light); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.skip-link:focus { top: 12px; }

/* Interior pages use a static header rather than the home page overlay */
body.interior header { position: static; top: 0; background: #07141b; }
body.interior .nav { min-height: 78px; }
.nav-links a[aria-current="page"] { color: var(--brass-light); }

/* Compact hero for interior pages */
.page-hero { position: relative; overflow: hidden; padding: 96px 0 84px; background: linear-gradient(110deg, #07141b 0%, #0b202b 58%, #123541 100%); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(194,163,106,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(194,163,106,.12) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to right, transparent, black); }
.page-hero > .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.9rem, 6.2vw, 5.6rem); }
.page-hero .lede { max-width: 660px; margin: 26px 0 0; color: #c5d0d0; font-size: clamp(1rem, 1.6vw, 1.16rem); }
.page-hero .hero-actions { margin-top: 34px; }

.breadcrumb { margin: 0 0 18px; color: #7f9497; font-size: .68rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.breadcrumb a { color: #9eb0b4; text-decoration: none; }
.breadcrumb a:hover { color: var(--brass-light); }
.breadcrumb span { margin: 0 9px; color: rgba(158,176,180,.5); }

/* Light + dark section shorthands */
.panel-light { color: #17232a; background: var(--white); }
.panel-paper { color: #17232a; background: var(--paper); }
.panel-deep { color: var(--paper); background: #07141b; }
.panel-navy { color: var(--paper); background: #0b202b; }
.panel-light .section-copy, .panel-paper .section-copy { color: #5b6668; }

/* Long-form prose */
.prose { max-width: 720px; }
.prose h2 { margin: 0 0 18px; font: 400 clamp(1.9rem, 3.2vw, 2.8rem)/1.1 var(--serif); letter-spacing: -.02em; }
.prose h3 { margin: 40px 0 10px; font: 400 1.35rem var(--serif); }
.prose p { margin: 0 0 18px; font-size: .95rem; }
.panel-light .prose p, .panel-paper .prose p { color: #5b6668; }
.panel-deep .prose p, .panel-navy .prose p { color: #b5c3c4; }
.prose ul { margin: 0 0 20px; padding-left: 20px; }
.prose li { margin-bottom: 9px; font-size: .92rem; }
.panel-light .prose li, .panel-paper .prose li { color: #5b6668; }
.prose li::marker { color: var(--brass); }

/* Generic card grid */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.card { padding: 30px 28px; border-top: 2px solid var(--brass); background: rgba(255,255,255,.03); }
.panel-light .card, .panel-paper .card { background: rgba(11,32,43,.035); }
.card h3 { margin: 0 0 10px; font: 400 1.28rem var(--serif); }
.card p { margin: 0; font-size: .85rem; }
.panel-light .card p, .panel-paper .card p { color: #687476; }
.panel-deep .card p, .panel-navy .card p { color: #b0bfc0; }
.card-num { display: block; margin-bottom: 22px; color: #a18450; font: italic 1rem var(--serif); }

/* Definition-style spec rows */
.spec-list { display: grid; gap: 1px; margin: 0; background: rgba(11,32,43,.14); }
.panel-deep .spec-list, .panel-navy .spec-list { background: rgba(194,163,106,.2); }
.spec-row { display: grid; grid-template-columns: 210px 1fr; gap: 24px; padding: 18px 4px; background: var(--white); }
.panel-paper .spec-row { background: var(--paper); }
.panel-deep .spec-row { background: #07141b; }
.panel-navy .spec-row { background: #0b202b; }
.spec-row dt { color: #5f6663; font-size: .64rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.panel-deep .spec-row dt, .panel-navy .spec-row dt { color: var(--brass-light); }
.spec-row dd { margin: 0; color: #434d4f; font-size: .9rem; }
.panel-light .spec-row dd, .panel-paper .spec-row dd { color: #4d5759; }
.panel-deep .spec-row dd, .panel-navy .spec-row dd { color: #c0cbca; }

/* Case detail hero */
.case-banner { position: relative; min-height: 620px; overflow: hidden; color: var(--paper); background: #102a35; }
.case-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.case-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,20,27,.72) 0%, rgba(7,20,27,.55) 38%, rgba(7,20,27,.97) 94%); }
.case-banner-copy { position: absolute; z-index: 2; inset: auto 0 0; padding-bottom: 58px; }
.case-banner h1 { max-width: 780px; font-size: clamp(3rem, 6.5vw, 6rem); }
.case-banner .lede { max-width: 640px; margin: 22px 0 0; color: #cbd6d5; font-size: 1.05rem; }
.case-facts { display: flex; flex-wrap: wrap; gap: 16px 34px; margin: 30px 0 0; padding-top: 22px; border-top: 1px solid rgba(226,201,149,.35); color: var(--brass-light); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Chapters */
.chapters { display: grid; gap: 0; border-top: 1px solid #c9bea8; }
.panel-deep .chapters, .panel-navy .chapters { border-color: var(--line); }
.chapter { display: grid; grid-template-columns: 90px 1fr 200px; align-items: baseline; gap: 26px; padding: 26px 0; border-bottom: 1px solid #c9bea8; }
.panel-deep .chapter, .panel-navy .chapter { border-color: var(--line); }
.chapter-num { color: #a18450; font: italic 1rem var(--serif); }
.chapter h3 { margin: 0; font: 400 1.5rem var(--serif); }
.chapter p { margin: 6px 0 0; font-size: .84rem; }
.panel-paper .chapter p, .panel-light .chapter p { color: #687476; }
.panel-deep .chapter p, .panel-navy .chapter p { color: #a9b9ba; }
.chapter-tag { color: #8b7042; font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.panel-deep .chapter-tag, .panel-navy .chapter-tag { color: var(--brass); }

/* Suspect cast */
.cast-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(11,32,43,.14); }
.panel-deep .cast-grid, .panel-navy .cast-grid { background: rgba(194,163,106,.2); }
.cast { padding: 28px 26px 30px; background: var(--white); }
.panel-paper .cast { background: var(--paper); }
.panel-deep .cast { background: #07141b; }
.panel-navy .cast { background: #0b202b; }
.cast-role { display: block; margin-bottom: 12px; color: #9a7c48; font-size: .6rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.panel-deep .cast-role, .panel-navy .cast-role { color: var(--brass); }
.cast h3 { margin: 0 0 8px; font: 400 1.34rem var(--serif); }
.cast p { margin: 0; font-size: .82rem; }
.panel-light .cast p, .panel-paper .cast p { color: #687476; }
.panel-deep .cast p, .panel-navy .cast p { color: #a9b9ba; }

/* Callout / notice block */
.callout { max-width: 760px; padding: 26px 30px; border-left: 4px solid var(--brass); background: rgba(194,163,106,.08); }
.callout h3 { margin: 0 0 9px; font: 400 1.25rem var(--serif); }
.callout p { margin: 0; font-size: .87rem; }
.panel-light .callout p, .panel-paper .callout p { color: #5b6668; }
.panel-deep .callout p, .panel-navy .callout p { color: #b5c3c4; }
.callout p + p { margin-top: 12px; }

/* Split image + copy */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.split.flip > figure { order: 2; }
.split figure { position: relative; margin: 0; overflow: hidden; box-shadow: 0 28px 75px rgba(11,32,43,.24); }
.split figure img { display: block; width: 100%; height: 560px; object-fit: cover; }

/* Kit contents checklist */
.kit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 44px; margin: 0; padding: 0; list-style: none; }
.kit-list li { padding: 16px 0 0; border-top: 1px solid #d0c5af; }
.panel-deep .kit-list li, .panel-navy .kit-list li { border-color: var(--line); }
.kit-list strong { display: block; margin-bottom: 4px; font: 400 1.06rem var(--serif); }
.kit-list span { font-size: .8rem; }
.panel-light .kit-list span, .panel-paper .kit-list span { color: #6d7779; }
.panel-deep .kit-list span, .panel-navy .kit-list span { color: #a9b9ba; }

/* FAQ page grouping */
.faq-group + .faq-group { margin-top: 56px; }
.faq-group > h2 { margin: 0 0 4px; font: 400 1.7rem var(--serif); }

/* Reserve page */
.reserve-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 70px; }
.reserve-aside .spec-list { margin-top: 30px; }

/* 404 */
.error-page { display: grid; min-height: 72vh; place-items: center; text-align: center; }
.error-page h1 { font-size: clamp(3rem, 9vw, 7rem); }
.error-page p { max-width: 520px; margin: 22px auto 30px; color: #b5c3c4; }

@media (max-width: 980px) {
  .card-grid, .card-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .cast-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .reserve-layout { grid-template-columns: 1fr; gap: 45px; }
  .split.flip > figure { order: 0; }
  .chapter { grid-template-columns: 60px 1fr; }
  .chapter-tag { grid-column: 2; text-align: left; }
  .spec-row { grid-template-columns: 170px 1fr; gap: 18px; }
}
@media (max-width: 680px) {
  .page-hero { padding: 62px 0 56px; }
  .case-banner { min-height: 520px; }
  .case-banner-copy { padding-bottom: 38px; }
  .card-grid, .card-grid.cols-2, .card-grid.cols-4, .cast-grid, .kit-list { grid-template-columns: 1fr; }
  .split figure img { height: 420px; }
  .spec-row { grid-template-columns: 1fr; gap: 6px; padding: 15px 4px; }
  .chapter { grid-template-columns: 1fr; gap: 4px; }
  .chapter-num { margin-bottom: 6px; }
  .chapter-tag { grid-column: auto; }
  .callout { padding: 22px 20px; }
}
