@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/manrope-400.ttf') format('truetype');
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/manrope-700.ttf') format('truetype');
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/manrope-800.ttf') format('truetype');
}

:root {
  color-scheme: light;
  --ink: #143b38;
  --cream: #fff7db;
  --gold: #ffc540;
  --muted: #49635c;
  --line: #b6b8a0;
  --paper: #fffbef;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Manrope, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid currentColor; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h2 { font-size: clamp(2rem, 3.4vw, 3rem); font-weight: 800; line-height: 1.1; letter-spacing: -.035em; }
h3 { font-size: 1.15rem; line-height: 1.4; font-weight: 800; }
p { text-wrap: pretty; }
section[id] { scroll-margin-top: 24px; }
::selection { color: var(--ink); background: var(--gold); }
.container { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 10; background: var(--gold); color: var(--ink); padding: 12px 20px; transform: translateY(-180%); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 1px solid var(--ink); }
.header-inner { display: flex; align-items: center; justify-content: center; min-height: 68px; padding-block: 12px; }
nav { display: flex; flex-wrap: wrap; gap: 8px 28px; }
nav a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; font-size: .85rem; text-decoration: none; }
nav a:hover { text-decoration: underline; }
.hero { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(24px, 4vw, 72px); align-items: center; padding-block: 50px 72px; }
.hero-copy { min-width: 0; }
.game-logo { width: 480px; margin: 0 0 24px -18px; max-width: calc(100% + 18px); }
.tagline { font-size: clamp(1.85rem, 2.55vw, 2.6rem); line-height: 1.13; font-weight: 800; letter-spacing: -.035em; }
.intro { max-width: 44ch; margin-top: 20px; color: var(--muted); font-size: 1rem; }
.download { margin-top: 26px; }
.button, .release-notice { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 12px 20px; border: 2px solid var(--ink); border-radius: 4px; background: var(--ink); color: var(--cream); font-size: 1rem; font-weight: 800; text-decoration: none; line-height: 1.5; }
.button:hover { background: var(--gold); color: var(--ink); text-decoration: none; }
.release-notice { background: var(--gold); color: var(--ink); }
.download-note { margin-top: 10px; font-size: .75rem; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: .875rem; font-weight: 700; }
.hero-copy > .text-link { margin-top: 14px; }
.flight-shot { align-self: center; border: 2px solid var(--ink); border-radius: 4px; overflow: hidden; background: var(--ink); }
.flight-shot > img { width: 100%; }
figcaption { display: flex; justify-content: space-between; gap: 8px 20px; flex-wrap: wrap; align-items: baseline; padding: 14px 18px; font-size: .875rem; font-weight: 800; }
figcaption span + span { font-size: .7rem; font-weight: 400; }
.flight-shot figcaption { color: var(--cream); }
.how-to { padding-block: 36px 64px; border-top: 1px solid var(--ink); }
.how-to h2 { font-size: 1.5rem; }
.flight-rules { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.flight-rules li { display: flex; gap: 16px; }
.rule-number { font-size: .85rem; font-weight: 800; padding-top: 4px; }
.flight-rules p { font-size: .875rem; color: var(--muted); margin-top: 8px; }
.collection { background: var(--ink); color: var(--cream); padding-block: 72px; }
.eyebrow { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 16px; }
.collection .eyebrow { color: var(--gold); }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 36px; }
.section-intro > p { max-width: 54ch; }
.world-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.world-gallery figure { border: 1px solid var(--cream); border-radius: 4px; overflow: hidden; }
.world-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.world-gallery figcaption { border-top: 1px solid var(--cream); }
.gallery-note { font-size: .7rem; margin-top: 10px; }
.collection-options { margin-top: 36px; padding-top: 32px; border-top: 1px solid #6e8c7e; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.collection-options h3 { color: var(--gold); margin-bottom: 12px; font-size: 1.4rem; }
.collection-options .small { margin-top: 12px; }
.story { padding-block: 72px; display: grid; grid-template-columns: 1fr 1.65fr; gap: 72px; }
.prose { max-width: 76ch; }
.prose p + p { margin-top: 16px; }
.prose .credit { margin-top: 10px; font-weight: 800; }
.section-with-aside { padding-block: 64px; display: grid; grid-template-columns: 1fr 1.65fr; gap: 72px; border-top: 1px solid var(--ink); }
.section-aside h2 { margin-bottom: 24px; }
.section-aside > p:not(.eyebrow) { max-width: 38ch; margin-bottom: 20px; }
.section-aside .button { margin-bottom: 20px; }
.contact-address { font-size: .875rem; overflow-wrap: anywhere; }
.small { font-size: .8rem; line-height: 1.65; }
.section-aside .small { color: var(--muted); }
.questions { min-width: 0; }
.questions > h3 { margin-bottom: 16px; font-size: .9rem; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; cursor: pointer; list-style: none; padding: 22px 40px 22px 0; font-size: .975rem; font-weight: 800; line-height: 1.5; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 6px; top: 18px; font-size: 1.4rem; font-weight: 400; }
details[open] summary::after { content: '−'; }
.answer { padding: 0 30px 24px 0; font-size: .875rem; }
.answer p + p { margin-top: 14px; }
.privacy { scroll-margin-top: 32px; }
.policy { font-size: .925rem; }
.policy h3 { margin-block: 32px 12px; font-size: 1.1rem; }
.policy a { overflow-wrap: anywhere; }
.terms { padding-block: 48px; }
.terms h2 { font-size: 1.65rem; }
.terms .prose { font-size: .875rem; }
.site-footer { background: var(--gold); border-top: 1px solid var(--ink); }
.footer-inner { padding-block: 26px; display: flex; justify-content: space-between; gap: 16px 32px; align-items: center; }
.footer-inner p { font-size: .75rem; }
.footer-inner nav { gap: 8px 20px; }
.footer-inner nav a { font-size: .75rem; }

@media (min-width: 1600px) {
  .hero { padding-block: 64px 80px; }
}

@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { gap: 32px; grid-template-columns: 1fr 1fr; }
  .section-with-aside, .story { gap: 40px; grid-template-columns: 1fr 1.6fr; }
  .section-intro, .collection-options { gap: 40px; }
  .footer-inner { flex-wrap: wrap; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 40px; padding-block: 32px 48px; }
  .hero-copy { max-width: 620px; }
  .game-logo { width: 440px; margin-bottom: 20px; }
  .tagline { font-size: 2.5rem; }
  .intro { max-width: 56ch; }
  .flight-rules { gap: 24px; }
  .flight-rules li { display: block; }
  .rule-number { display: block; margin-bottom: 10px; }
  .section-with-aside { grid-template-columns: 1fr; gap: 32px; }
  .section-aside > p:not(.eyebrow) { max-width: 64ch; }
  .section-intro, .story { grid-template-columns: 1fr; gap: 24px; }
  .section-intro > p { max-width: 64ch; }
  .prose { max-width: none; }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 64px; padding-block: 10px; }
  .header-inner nav { width: 100%; justify-content: space-between; gap: 4px 16px; }
  nav a { font-size: .78rem; }
  .hero { padding-top: 24px; gap: 28px; }
  .game-logo { width: 390px; margin-left: -12px; max-width: calc(100% + 12px); }
  .tagline { font-size: clamp(1.75rem, 7vw, 2.5rem); }
  .intro { font-size: .925rem; }
  .download-note { max-width: 34ch; }
  .flight-shot figcaption { padding: 12px; gap: 4px; }
  .flight-shot figcaption span { flex-basis: 100%; }
  .how-to { padding-block: 28px 40px; }
  .flight-rules { grid-template-columns: 1fr; gap: 24px; margin-top: 24px; }
  .flight-rules li { display: flex; gap: 16px; }
  .flight-rules h3 { font-size: 1.1rem; }
  .collection { padding-block: 44px; }
  .section-intro { margin-bottom: 28px; }
  .world-gallery { gap: 20px; grid-template-columns: 1fr; }
  .collection-options { grid-template-columns: 1fr; gap: 28px; padding-top: 28px; }
  .collection-options h3 { font-size: 1.25rem; }
  .story, .section-with-aside { padding-block: 40px; gap: 24px; }
  .section-aside h2 { margin-bottom: 20px; }
  .answer { padding-right: 4px; }
  .footer-inner { padding-block: 20px; gap: 10px; }
  .footer-inner nav { gap: 4px 16px; }
}

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

@media print {
  body { background: white; color: black; font-family: sans-serif; font-size: 11pt; }
  .site-header, .hero, .how-to, .collection, .story, .support, .site-footer, .skip-link { display: none; }
  .container { width: 100%; }
  .privacy, .terms { display: block; padding-block: 20px; border: none; }
  .section-aside { margin-bottom: 24px; }
  .policy { font-size: inherit; }
  .policy h3 { break-after: avoid; }
  a { text-decoration: underline; }
}
