:root {
  --cream: #f7efd9;
  --navy: #304a7f;
  --ink: #233954;
  --secondary: #516588;
  --yellow: #edc247;
  --line: #d8cfb6;
  --paper: #fff9e9;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 18px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: 5px; }
button { font: inherit; cursor: pointer; }
img { max-width: 100%; height: auto; display: block; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 4px;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); }
h1 { font-size: clamp(50px, 5.2vw, 72px); line-height: 1.06; letter-spacing: -.055em; font-weight: 800; margin-bottom: 24px; }
h2 { font-size: 32px; line-height: 1.2; letter-spacing: -.035em; margin-bottom: 24px; }
.wrap { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.site-header { padding-block: 24px 12px; }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; color: var(--navy); }
.brand img { width: 58px; height: 72px; }
.brand-type { height: 72px; display: flex; flex-direction: column; justify-content: center; }
.brand-name { font-size: 50px; line-height: 1; font-weight: 900; letter-spacing: -.06em; }
.brand-tagline { font-size: 15px; line-height: 1.2; font-weight: 600; letter-spacing: -.2px; color: var(--secondary); }
.button, .availability { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 14px 22px; min-height: 52px; border: 1px solid var(--navy); border-radius: 9px; background: var(--navy); color: var(--cream); text-decoration: none; font-size: 17px; line-height: 1.3; font-weight: 600; }
.button:hover { background: var(--ink); }
.availability { background: transparent; color: var(--navy); border-color: var(--line); }
.hero { position: relative; isolation: isolate; overflow: hidden; width: 100%; max-width: 1600px; margin-inline: auto; min-height: 570px; display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 1; width: 460px; margin-left: max(40px, calc((100% - 1120px) / 2)); padding-block: 48px 80px; }
.hero-scene { position: absolute; z-index: -1; inset: 0 0 0 35%; }
.hero-scene img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.hero-scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--cream), transparent 38%); }
.intro { font-size: 19px; line-height: 1.65; max-width: 410px; color: var(--secondary); margin-bottom: 26px; }
.game-details { border-top: 1px solid var(--line); margin-top: 96px; padding-block: 54px 64px; }
.game-details h2 { margin-bottom: 14px; }
.game-details p { max-width: 780px; margin-bottom: 0; color: var(--secondary); font-size: 17px; line-height: 1.8; }
.site-footer { width: min(1600px, calc(100% - 80px)); border-top: 1px solid var(--line); padding-block: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 18px; font-size: 14px; }
.copyright { color: var(--secondary); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
.skip-link { position: absolute; left: 20px; top: -100px; z-index: 10; padding: 14px; background: var(--navy); color: white; }
.skip-link:focus { top: 10px; }
.document { max-width: 760px; padding-block: 48px 72px; }
.document h1 { font-size: 56px; letter-spacing: -.04em; }
.document .intro { max-width: 600px; }
.document h2 { font-size: 28px; margin-top: 38px; margin-bottom: 15px; }
.document p { color: var(--secondary); font-size: 17px; line-height: 1.8; }
.document .fine-print { font-size: 15px; }
.draft-note { background: #ede0b6; border-left: 3px solid var(--yellow); padding: 18px 22px; border-radius: 4px; }
.document-section { margin-block: 35px; }
.contact-address { margin-top: 12px; }
.faq { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 20px 0; }
summary { font-weight: 600; cursor: pointer; font-size: 18px; line-height: 1.5; padding-right: 10px; }
details p { margin: 14px 0 0; }
[aria-current=page] { text-decoration: underline !important; }
@media (max-width: 900px) {
  .wrap, .site-footer { width: calc(100% - 48px); }
  .hero-copy { margin-left: 24px; width: 370px; }
  .hero-scene { left: 30%; }
  .hero-scene::after { background: linear-gradient(90deg, var(--cream), transparent 55%); }
  h1 { font-size: 52px; }
}
@media (max-width: 640px) {
  .wrap, .site-footer { width: calc(100% - 40px); }
  .site-header { padding-block: 18px 8px; }
  .hero { display: block; min-height: 0; }
  .hero-copy { width: calc(100% - 40px); margin: 0 20px; padding-block: 16px 0; }
  .hero-scene { position: relative; inset: auto; height: 330px; margin-top: 8px; }
  .hero-scene img { object-position: 64% center; }
  .hero-scene::after { display: none; }
  h1 { font-size: 48px; margin-bottom: 16px; }
  .intro { font-size: 17px; margin-bottom: 16px; max-width: 470px; }
  .game-details { margin-top: 64px; padding-block: 40px 48px; }
  .game-details h2 { font-size: 28px; }
  .site-footer { gap: 10px; padding-block: 16px; }
  .site-footer nav { gap: 16px; }
  .document h1 { font-size: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; }
}
