:root {
  color-scheme: light;
  --paper: #f7f5ef;
  --white: #ffffff;
  --ink: #17212b;
  --muted: #586675;
  --line: #e3e5df;
  --teal: #0f766e;
  --teal-dark: #0b5f59;
  --mint: #e8f4ef;
  --gold: #f4b860;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.62 Georgia, Cambria, "Times New Roman", serif;
}
button, a, summary { -webkit-tap-highlight-color: transparent; }
a { color: var(--teal-dark); text-underline-offset: .18em; }
a:hover { color: #073f3b; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header, .site-footer, .home-main, .related {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}
.site-header {
  position: relative;
  z-index: 10;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
}
.header-inner, .footer-inner {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  color: var(--ink);
  font: 800 19px/1.2 system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: -.04em;
  text-decoration: none;
  white-space: nowrap;
}
.brand::after { content: "."; color: var(--teal); }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.desktop-nav a {
  border-radius: 9px;
  color: #36434d;
  font: 600 14px/1.2 system-ui, -apple-system, "Segoe UI", sans-serif;
  padding: 11px 12px;
  text-decoration: none;
  white-space: nowrap;
}
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] {
  background: var(--mint);
  color: var(--teal-dark);
}
.mobile-nav { display: none; }

.home-main { width: min(100% - 48px, 1180px); margin: 0 auto; padding: 44px 0 84px; }
.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(350px, .94fr);
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: radial-gradient(circle at 4% 10%, #e8f4ef 0, transparent 42%), var(--white);
  box-shadow: 0 20px 60px rgba(30,49,43,.06);
}
.eyebrow {
  display: inline-block;
  margin: 0 0 17px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.hero-copy h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(42px, 4.2vw, 56px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.08;
}
.hero-lead {
  max-width: 47ch;
  margin: 22px 0 0;
  color: #45545e;
  font-size: 17px;
  line-height: 1.6;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--teal);
  border-radius: 10px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform .15s ease, background .15s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: var(--white); }
.button-primary:hover { background: var(--teal-dark); color: var(--white); }
.button-secondary { background: var(--white); color: var(--teal-dark); }
.button-secondary:hover { background: var(--mint); }
.hero-note { margin: 17px 0 0; color: var(--muted); font-size: 13px; }

.shortlist {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #172b31;
  color: var(--white);
  padding: 28px;
  box-shadow: 0 18px 36px rgba(20,48,47,.16);
}
.shortlist::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -100px;
  top: -110px;
  border-radius: 50%;
  background: rgba(110,205,178,.12);
}
.shortlist-head { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.shortlist-head h2 { margin: 0; color: var(--white); font-size: 22px; line-height: 1.2; letter-spacing: -.035em; }
.status {
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 6px 9px;
  background: #d8f4df;
  color: #135440;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}
.game-pick {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 13px;
  align-items: center;
  min-height: 87px;
  margin-top: 10px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  background: rgba(255,255,255,.08);
  color: var(--white);
  text-decoration: none;
}
.game-pick:hover { background: rgba(255,255,255,.15); color: var(--white); }
.pick-index { color: #82d3bd; font-size: 13px; font-weight: 800; letter-spacing: .05em; }
.pick-copy strong { display: block; font-size: 16px; line-height: 1.3; }
.pick-copy small { display: block; margin-top: 4px; color: #c5d5d3; font-size: 12px; line-height: 1.4; }
.pick-arrow { color: #82d3bd; font-size: 23px; line-height: 1; }
.shortlist-foot { position: relative; margin: 17px 2px 0; color: #b9cfcc; font-size: 12px; line-height: 1.5; }

.home-section { margin-top: 70px; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-intro h2 { margin: 0; font-size: clamp(28px, 3vw, 34px); line-height: 1.18; letter-spacing: -.04em; }
.section-intro p { max-width: 45ch; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.guide-card {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}
.guide-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(20,48,47,.08); color: var(--ink); }
.guide-kicker { color: var(--teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.guide-card strong { margin-top: 18px; font-size: 20px; line-height: 1.25; letter-spacing: -.035em; }
.guide-card span:last-child { margin-top: auto; padding-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.watch-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.watch-card { padding: 24px; border: 1px solid #e5ded2; border-radius: 17px; background: #fffdf8; }
.watch-card .status { background: #ffedc9; color: #6b460a; }
.watch-card h3 { margin: 17px 0 7px; font-size: 20px; line-height: 1.25; letter-spacing: -.03em; }
.watch-card p { margin: 0 0 13px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.watch-card a { font-size: 14px; font-weight: 700; }

.reading-section { max-width: 840px; margin: 76px auto 0; }
.reading-section > .section-intro { display: block; }
.reading-section > .section-intro p { margin-top: 10px; }
.reading-card, .article-card {
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(30,49,43,.05);
}
.reading-card { padding: clamp(28px, 5vw, 55px); font-family: Georgia, Cambria, "Times New Roman", serif; }
.reading-card h2, .article-card h1, .article-card h2 {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: -.035em;
  line-height: 1.2;
}
.reading-card h2 { margin: 38px 0 12px; font-size: 27px; }
.reading-card h2:first-child { margin-top: 0; }
.reading-card p, .article-card p { margin: 0 0 18px; }
.reading-card p:last-child, .article-card p:last-child { margin-bottom: 0; }

.article-main { width: min(100% - 48px, 880px); margin: 0 auto; padding: 48px 0 76px; }
.article-card { padding: clamp(26px, 5vw, 54px); overflow-wrap: anywhere; }
.article-card h1 { margin: 0 0 24px; font-size: clamp(34px, 4vw, 47px); }
.article-card h2 { margin: 40px 0 12px; font-size: clamp(25px, 2.7vw, 30px); }
.article-card ul { padding-left: 25px; }
.article-card li { margin-bottom: 12px; }
.answer { margin: 0 0 24px; padding: 18px 20px; border-left: 4px solid var(--teal); border-radius: 0 10px 10px 0; background: var(--mint); }
.hero { margin: 24px 0 30px; }
.hero img { display: block; width: 100%; height: auto; border-radius: 14px; }
.related { margin-top: 30px; padding: 20px; border-radius: 12px; background: var(--mint); font-size: 14px; line-height: 1.6; }

.site-footer { border-top: 1px solid var(--line); background: var(--white); color: var(--muted); font-size: 13px; }
.footer-inner { display: grid; gap: 13px; padding: 30px 0 40px; }
.footer-brand { color: var(--ink); font-size: 16px; font-weight: 800; letter-spacing: -.03em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-links a { color: #45545e; text-decoration: none; }
.footer-links a:hover { color: var(--teal-dark); text-decoration: underline; }
.disclosure { max-width: 85ch; margin: 0; line-height: 1.5; }

@media (max-width: 820px) {
  .desktop-nav a { padding-inline: 8px; font-size: 13px; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-copy h1 { max-width: 14ch; }
  .shortlist { max-width: none; }
}
@media (max-width: 760px) {
  .header-inner, .footer-inner, .home-main, .article-main { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 64px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary {
    display: flex;
    min-width: 75px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: var(--white);
    color: var(--ink);
    cursor: pointer;
    font: 700 14px/1 system-ui, -apple-system, "Segoe UI", sans-serif;
    list-style: none;
  }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-menu {
    position: absolute;
    top: 58px;
    right: 16px;
    width: min(300px, calc(100vw - 32px));
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 15px 35px rgba(23,33,43,.13);
  }
  .mobile-menu a { display: block; padding: 12px 13px; border-radius: 7px; color: var(--ink); font-size: 14px; font-weight: 650; text-decoration: none; }
  .mobile-menu a:hover { background: var(--mint); color: var(--teal-dark); }
  .home-main { padding: 20px 0 58px; }
  .hero-shell { gap: 27px; padding: 26px 21px; border-radius: 19px; }
  .eyebrow { margin-bottom: 12px; font-size: 11px; }
  .hero-copy h1 { max-width: 13ch; font-size: clamp(32px, 9vw, 37px); line-height: 1.1; }
  .hero-lead { margin-top: 16px; font-size: 16px; line-height: 1.55; }
  .cta-row { margin-top: 21px; }
  .button { min-height: 44px; padding: 10px 11px; }
  .hero-note { margin-top: 14px; }
  .shortlist { padding: 21px; border-radius: 16px; }
  .shortlist-head h2 { font-size: 19px; }
  .home-section { margin-top: 49px; }
  .section-intro { display: block; margin-bottom: 17px; }
  .section-intro h2 { font-size: 27px; }
  .section-intro p { margin-top: 8px; }
  .guide-grid, .watch-grid { grid-template-columns: 1fr; gap: 11px; }
  .guide-card { min-height: 138px; padding: 20px; }
  .guide-card strong { margin-top: 10px; font-size: 19px; }
  .watch-card { padding: 20px; }
  .reading-section { margin-top: 54px; }
  .reading-card { padding: 25px 21px; }
  .reading-card h2 { font-size: 24px; }
  .article-main { padding: 20px 0 54px; }
  .article-card { padding: 25px 21px; font-size: 16px; line-height: 1.62; }
  .article-card h1 { font-size: clamp(30px, 8vw, 35px); line-height: 1.13; overflow-wrap: normal; }
  .article-card h2 { font-size: 24px; }
}
@media (max-width: 360px) {
  .brand { font-size: 17px; }
  .hero-shell { padding-inline: 18px; }
  .hero-copy h1 { font-size: 31px; }
  .cta-row .button { width: 100%; }
  .shortlist { padding: 17px; }
  .game-pick { grid-template-columns: 25px 1fr auto; gap: 8px; padding: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .guide-card { transition: none; }
}
