:root { color-scheme: light; --ink: #202830; --muted: #53626a; --teal: #087c73; --red: #b73546; --line: #dbe3e5; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: #fafcfc; font-family: "Segoe UI", Arial, sans-serif; line-height: 1.55; letter-spacing: 0; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.skip-link { position: absolute; top: -80px; left: 16px; z-index: 10; padding: 12px 20px; background: white; }
.skip-link:focus { top: 12px; }
.site-header, main, footer { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.site-header { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.wordmark { text-decoration: none; font-weight: 800; font-size: 24px; display: flex; align-items: center; }
.mark { width: 36px; height: 36px; display: inline-grid; place-items: center; border-radius: 8px; background: var(--teal); color: #fff; font-size: 27px; line-height: 1; margin-right: 10px; }
.brand-dot { color: var(--red); }
nav { display: flex; gap: 28px; font-size: 15px; font-weight: 600; }
nav a { text-decoration: none; padding-block: 12px; }
nav a:hover, .text-link:hover { color: var(--teal); text-decoration: underline; text-underline-offset: 5px; }
.intro { padding: 54px 0 46px; }
.eyebrow { font-size: 12px; font-weight: 800; color: var(--teal); margin: 0 0 12px; }
h1 { font-size: 52px; line-height: 1.1; margin: 0 0 18px; font-weight: 800; }
.intro-copy { max-width: 620px; font-size: 21px; line-height: 1.5; margin: 0 0 18px; color: var(--muted); }
.text-link { font-size: 16px; font-weight: 700; text-decoration: none; }
.text-link span { padding-left: 10px; }
.section-top { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 20px; }
.section-top h2 { font-size: 20px; margin: 0; }
.edition { font-size: 12px; font-weight: 700; color: var(--muted); white-space: nowrap; }
.game-image { display: block; }
.game-image img { width: 100%; height: auto; display: block; aspect-ratio: 1731 / 909; }
.game-details { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 30px 0 38px; border-bottom: 1px solid var(--line); }
.game-details .eyebrow { color: var(--red); margin-bottom: 7px; }
h3 { font-size: 30px; line-height: 1.25; margin: 0 0 10px; }
.game-details p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 17px; }
.play-button { min-height: 56px; padding: 16px 24px; background: var(--teal); color: #fff; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 17px; font-weight: 700; text-decoration: none; flex-shrink: 0; }
.play-button:hover { background: #05645d; }
.play-button span { font-size: 23px; line-height: 1; }
.about { padding: 50px 0 56px; }
.about h2 { font-size: 26px; line-height: 1.25; margin: 0 0 14px; }
.about p:last-child { max-width: 670px; color: var(--muted); font-size: 17px; margin: 0; }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; border-top: 1px solid var(--line); padding-block: 24px 32px; color: var(--muted); font-size: 12px; }
@media (max-width: 680px) {
  .site-header, main, footer { width: calc(100% - 36px); }
  .site-header { min-height: 78px; gap: 16px; }
  .wordmark { font-size: 21px; }
  .mark { width: 30px; height: 30px; font-size: 24px; margin-right: 7px; }
  nav { gap: 16px; font-size: 13px; }
  .intro { padding: 36px 0 34px; }
  h1 { font-size: 40px; }
  .intro-copy { font-size: 18px; }
  .section-top { align-items: flex-start; gap: 8px; flex-direction: column; margin-bottom: 14px; }
  .section-top h2 { font-size: 19px; }
  .game-details { flex-direction: column; align-items: stretch; gap: 22px; padding: 24px 0 30px; }
  h3 { font-size: 26px; }
  .game-details p:not(.eyebrow) { font-size: 16px; }
  .desktop-break { display: none; }
  .about { padding-block: 36px; }
  .about h2 { font-size: 24px; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
