@charset "UTF-8";

:root {
  color-scheme: dark;
  --navy: #091f2b;
  --deep: #071923;
  --cream: #f3eddf;
  --muted: #afbdc2;
  --gold: #e8bc70;
  --teal: #70c9c1;
  --line: #ffffff20;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--navy); color: var(--cream); font: 1rem/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
body::selection { background: var(--gold); color: var(--deep); }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, video:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h2, h3 { font-family: var(--serif); font-weight: 400; }
h2 { font-size: clamp(2rem, 3.2vw, 3.1rem); line-height: 1.2; letter-spacing: -.035em; }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; top: -6rem; left: 1rem; padding: .7rem 1rem; color: var(--deep); background: var(--gold); }
.skip-link:focus { top: 1rem; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 108px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex-direction: column; align-items: center; font-size: 1.55rem; font-weight: 750; letter-spacing: .12em; line-height: 1.15; }
.brand span { margin-top: .3rem; font-size: .75rem; font-weight: 500; letter-spacing: .51em; padding-left: .51em; }
nav { display: flex; align-items: center; gap: 2.5rem; font-size: .875rem; }
nav a { padding-block: .65rem; }
nav a:hover, .text-link:hover { color: var(--gold); }
.nav-status { color: var(--gold); margin-left: 1rem; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: .55rem; border-radius: 50%; background: var(--gold); vertical-align: middle; }
.hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding-top: 70px; }
.hero-copy { position: relative; z-index: 2; padding-block: 20px 80px; }
.eyebrow { display: flex; gap: .75rem; align-items: center; color: var(--gold); font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; line-height: 1.6; }
.gold-rule { width: 28px; height: 1px; background: var(--gold); flex: 0 0 auto; }
h1 { margin: 1.8rem 0 1.7rem; color: var(--gold); font-family: var(--serif); font-size: clamp(4rem, 7.5vw, 7.1rem); font-weight: 400; line-height: .93; letter-spacing: -.055em; text-transform: uppercase; }
h1 span { color: var(--cream); }
.hero-tagline { font-family: var(--serif); font-size: clamp(1.55rem, 2.35vw, 2.2rem); line-height: 1.3; letter-spacing: -.025em; }
.hero-description { margin-top: 1.3rem; color: var(--muted); font-size: 1rem; }
.hero-actions { display: flex; align-items: center; gap: 1.9rem; margin-top: 2.2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1.9rem; padding: 1rem 1.4rem; font-size: .875rem; font-weight: 600; border: 1px solid transparent; transition: background .2s, transform .2s; }
.button-gold { background: var(--gold); color: #13252d; }
.button-gold:hover { background: #f7cf88; transform: translateY(-2px); }
.button span { font-size: 1.2rem; }
.text-link { display: inline-flex; align-items: center; gap: 1rem; font-size: .875rem; padding-block: .6rem; transition: color .2s; }
.hero-art { position: relative; width: 114%; margin-left: -8%; align-self: stretch; display: flex; align-items: center; justify-content: center; }
.hero-ship { position: relative; z-index: 1; width: 100%; mix-blend-mode: lighten; -webkit-mask-image: radial-gradient(ellipse at center, #000 45%, transparent 71%); mask-image: radial-gradient(ellipse at center, #000 45%, transparent 71%); }
.orbit { position: absolute; width: 93%; aspect-ratio: 1; border: 1px solid #e8bc701c; border-radius: 50%; }
.orbit-inner { width: 78%; border-style: dashed; border-color: #e8bc7015; }
.art-caption { position: absolute; bottom: 32px; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; grid-column: 1 / -1; padding: 1.4rem 0; border-block: 1px solid var(--line); font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; }
.hero-bottom > span:first-child { color: var(--gold); }
.hero-bottom-right { display: flex; align-items: center; gap: 2rem; color: var(--muted); }
.hero-bottom-right > span { color: var(--gold); font-size: 1.1rem; }
.game-section { padding-block: 104px 112px; }
.section-intro { display: grid; grid-template-columns: 1.15fr 1fr; align-items: end; gap: 5rem; margin-bottom: 3.2rem; }
.section-intro h2, .preview-heading h2 { margin-top: 1rem; }
.section-intro > p { color: var(--muted); max-width: 31rem; padding-bottom: .3rem; }
.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.feature-image { overflow: hidden; aspect-ratio: 1.45; background: #152e37; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.feature:hover .feature-image img { transform: scale(1.035); }
.fleet-image img { object-fit: contain; }
.feature-heading { display: flex; align-items: baseline; gap: .9rem; margin: 1.5rem 0 .7rem; }
.feature-number { color: var(--gold); font-size: .75rem; }
.feature h3 { font-size: clamp(1.25rem, 1.65vw, 1.65rem); line-height: 1.3; letter-spacing: -.025em; }
.feature p { color: var(--muted); font-size: 1rem; }
.preview-section { padding-block: 82px 74px; background: var(--deep); border-block: 1px solid var(--line); }
.preview-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.small-label { color: var(--muted); font-size: .75rem; white-space: nowrap; margin-bottom: .3rem; }
.preview-figure { margin: 0; }
video { display: block; width: 100%; height: auto; max-height: 660px; aspect-ratio: 16/9; object-fit: cover; background: #152e37; border: 1px solid var(--line); }
figcaption { display: flex; justify-content: space-between; gap: 1.5rem; margin-top: 1.1rem; font-size: .75rem; color: var(--muted); }
.development { display: flex; align-items: center; gap: 3rem; padding-block: 90px; }
.development-mark { display: grid; place-items: center; width: 104px; height: 104px; border: 1px solid #e8bc7050; border-radius: 50%; flex: 0 0 auto; color: var(--gold); font: 2rem/1 var(--serif); letter-spacing: -.12em; padding-right: .12em; }
.development-copy { max-width: 660px; }
.development h2 { margin: .8rem 0 1rem; font-size: clamp(1.7rem, 2.4vw, 2.4rem); }
.development p:last-child { color: var(--muted); }
.development .eyebrow { gap: 0; }
.back-top { margin-left: auto; white-space: nowrap; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 2rem; border-top: 1px solid var(--line); }
.site-footer .brand { font-size: 1.15rem; }
.site-footer .brand span { font-size: .75rem; }
.site-footer p, .footer-note { font-size: .75rem; color: var(--muted); }

@media (min-width: 1500px) { .hero { padding-top: 90px; } .hero-copy { padding-bottom: 100px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .hero-actions { gap: 1rem; flex-wrap: wrap; }
  .hero-copy { padding-bottom: 64px; }
  .section-intro { gap: 3rem; }
  .features { gap: 1.4rem; }
  .development { gap: 2rem; }
  .development-mark { width: 80px; height: 80px; }
  .back-top { display: none; }
  .hero-art { width: 112%; margin-left: -6%; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 90px; gap: 1rem; flex-wrap: wrap; padding-block: 1.2rem; }
  .brand { font-size: 1.25rem; }
  nav { gap: 1.3rem; }
  nav .nav-status { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(2rem, 15vw, 7rem); margin-block: 1.5rem; }
  .hero-tagline { font-size: 1.8rem; }
  .hero-description { font-size: 1rem; }
  .hero-actions { gap: 1.5rem; margin-top: 1.7rem; }
  .hero-art { width: min(100%, 480px); margin: -10px auto 0; min-width: 0; }
  .hero-ship { margin-block: -12px 8px; }
  .art-caption { bottom: 18px; font-size: .75rem; }
  .hero-bottom { padding-block: 1.2rem; font-size: .75rem; letter-spacing: .1em; }
  .hero-bottom-right { gap: 0; font-size: .75rem; letter-spacing: 0; }
  .hero-bottom-right > span { display: none; }
  .game-section { padding-block: 65px; }
  .section-intro { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
  .features { grid-template-columns: 1fr; gap: 2.8rem; }
  .feature-image { aspect-ratio: 1.65; }
  .feature-heading { margin-top: 1.3rem; }
  .feature h3 { font-size: 1.65rem; }
  .preview-section { padding-block: 56px 45px; }
  .preview-heading { display: block; margin-bottom: 1.6rem; }
  .preview-heading .small-label { display: none; }
  .preview-heading .eyebrow { font-size: .75rem; }
  figcaption { display: block; }
  figcaption span { display: block; margin-bottom: .4rem; }
  .development { padding-block: 60px; gap: 1.3rem; align-items: flex-start; }
  .development-mark { width: 52px; height: 52px; font-size: 1.3rem; margin-top: .2rem; }
  .development h2 { font-size: 1.8rem; }
  .site-footer { flex-wrap: wrap; gap: 1.5rem 1rem; }
  .footer-note { width: 100%; border-top: 1px solid var(--line); padding-top: 1rem; }
}
@media (max-width: 390px) {
  .wrap { width: calc(100% - 32px); }
  nav { gap: 1rem; }
  .eyebrow { font-size: .75rem; }
  .hero-actions { gap: .65rem 1.3rem; }
  .hero-bottom-right { max-width: 135px; text-align: right; }
  .development-mark { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* New sections start as a single-column, touch-friendly reading flow. */
nav { flex-wrap: wrap; gap: .2rem 1.5rem; }
nav a { min-height: 44px; display: inline-flex; align-items: center; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:where(button, input, select, textarea, summary):focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.making-section, .guide-section, .contact-callout { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.origin-story { display: grid; gap: 2.5rem; align-items: center; }
.origin-copy h3 { font-size: 1.8rem; margin: .8rem 0 1rem; line-height: 1.25; }
.origin-copy p + p { margin-top: 1rem; }
.origin-copy > p:not(.eyebrow) { color: var(--muted); }
.origin-copy p a, .video-note a, .privacy-note a, .contact-aside a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.story-image { margin: 0; }
.story-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border: 1px solid var(--line); }
.story-image figcaption, .editorial-note, .video-note { font-size: .875rem; color: var(--muted); }
.video-note { margin-top: 1rem; }
.dev-timeline { list-style: none; padding: 0 0 0 1.5rem; margin: 3.5rem 0 2rem; border-left: 1px solid #e8bc7055; display: grid; gap: 2.5rem; }
.dev-timeline li { position: relative; }
.dev-timeline li::before { content: ''; position: absolute; left: -1.8rem; top: .5rem; width: .55rem; height: .55rem; background: var(--gold); border-radius: 50%; }
.timeline-date { color: var(--gold); font-size: .875rem; }
.dev-timeline h3 { font-size: 1.5rem; line-height: 1.3; margin: .6rem 0; }
.dev-timeline p, .guide-steps p { color: var(--muted); }
.guide-section { background: var(--deep); border-block: 1px solid var(--line); }
.guide-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 2rem; }
.guide-steps li { display: grid; grid-template-columns: 2.3rem minmax(0,1fr); gap: 1rem; border-top: 1px solid var(--line); padding-top: 1.4rem; }
.step-number { color: var(--gold); font: 1.75rem/1.3 var(--serif); }
.guide-steps h3 { font-size: 1.5rem; line-height: 1.3; margin-bottom: .6rem; }
.captains-note { display: flex; gap: 1rem; padding: 1.5rem; margin-top: 2.5rem; background: #e8bc700a; border-left: 2px solid var(--gold); }
.captains-note > span { color: var(--gold); }
.guide-footer { margin-top: 1.5rem; display: grid; gap: 1rem; color: var(--muted); }
.contact-callout { display: grid; gap: 2rem; align-items: center; }
.contact-callout h2 { margin: .8rem 0 1rem; }
.contact-callout p:last-child { max-width: 42rem; color: var(--muted); }
.contact-callout .button { justify-self: start; }
.contact-main { padding-block: 3rem 5rem; }
.contact-intro { max-width: 45rem; margin-bottom: 2.5rem; }
.contact-intro h1 { font-size: clamp(2.5rem, 7vw, 4.6rem); line-height: 1.07; text-transform: none; letter-spacing: -.04em; margin: .8rem 0 1rem; }
.contact-intro > p:last-child { color: var(--muted); }
.contact-layout { display: grid; gap: 2.5rem; align-items: start; }
.contact-form { display: grid; gap: 1.4rem; min-width: 0; }
.form-row { display: grid; gap: 1.4rem; }
.field { min-width: 0; display: grid; gap: .45rem; }
.field label, .field legend { font-size: 1rem; font-weight: 600; }
.field label span { color: var(--muted); font-weight: 400; font-size: .875rem; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; max-width: 100%; color: var(--cream); background: var(--deep); border: 1px solid #72868f; border-radius: 5px; padding: .8rem; min-height: 48px; font-size: 1rem; }
.field textarea { min-height: 12rem; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #a1b2b8; opacity: 1; }
.field input[type=file] { padding: .65rem; }
input::file-selector-button { color: var(--deep); background: var(--gold); border: 0; border-radius: 3px; padding: .7rem; margin-right: .8rem; font: inherit; cursor: pointer; }
.field small, .privacy-note, .form-help { color: var(--muted); font-size: .875rem; }
.form-help:empty { display: none; }
.field [aria-invalid=true] { border-color: #ffa89e; }
.field-error { color: #ffa89e; font-size: .875rem; }
.form-status { padding: 1.2rem; border: 1px solid var(--teal); border-radius: 5px; margin-bottom: 2rem; overflow-wrap: anywhere; }
.form-status h2 { font: 600 1.1rem/1.4 var(--sans); margin-bottom: .5rem; letter-spacing: 0; }
.form-status.error { border-color: #ffa89e; }
.form-status ul { margin: .5rem 0 0; padding-left: 1.2rem; }
.form-status a { text-decoration: underline; text-underline-offset: 3px; }
.contact-aside { padding: 1.5rem; border: 1px solid var(--line); background: var(--deep); }
.contact-aside h2 { font-size: 1.7rem; margin-bottom: 1rem; }
.contact-aside p, .contact-aside li { color: var(--muted); }
.contact-aside ul { padding-left: 1.2rem; margin: 1rem 0 1.5rem; }
.contact-aside li + li { margin-top: .7rem; }
.contact-aside p + p { margin-top: 1rem; }
.contact-form .button { min-height: 52px; width: 100%; border-radius: 5px; }
.button:disabled { opacity: .65; cursor: wait; transform: none; }
.honey-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.privacy-note { border-top: 1px solid var(--line); padding-top: 1.2rem; }
.privacy-note h2 { font: 600 1rem/1.4 var(--sans); margin-bottom: .5rem; letter-spacing: 0; color: var(--cream); }
.privacy-note p + p { margin-top: .7rem; }
[hidden] { display: none !important; }
@media (min-width: 680px) {
  .form-row { grid-template-columns: 1fr 1fr; }
  .guide-steps { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2.5rem; }
  .contact-form .button { width: auto; justify-self: start; min-width: 12rem; }
}
@media (min-width: 960px) {
  .origin-story { grid-template-columns: 1fr 1.15fr; gap: 4rem; }
  .dev-timeline { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2.5rem; border-left: 0; border-top: 1px solid #e8bc7055; padding: 1.7rem 0 0; }
  .dev-timeline li::before { left: 0; top: -2rem; }
  .contact-layout { grid-template-columns: minmax(0,1.65fr) minmax(16rem,1fr); gap: 4rem; }
  .contact-callout { grid-template-columns: 1fr auto; }
  .guide-footer { grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 3rem; }
}
@media (max-width: 760px) {
  .site-header nav { width: 100%; gap: 0 1.2rem; font-size: .875rem; }
  .site-header { gap: .7rem; }
}
