:root {
  --cream: #fff8e9;
  --paper: #ffefd0;
  --ink: #35171b;
  --muted: #77565a;
  --red: #d72e43;
  --red-dark: #7d1428;
  --gold: #ffc956;
  --leaf: #3d7b57;
  --line: rgba(76, 28, 35, 0.18);
  --shadow: 10px 12px 0 rgba(125, 20, 40, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Segoe UI Variable", "Trebuchet MS", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .42; background-image: radial-gradient(circle, rgba(125,20,40,.18) 1px, transparent 1.5px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, black, transparent 74%); }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--leaf); outline-offset: 4px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 20; background: var(--ink); color: white; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { width: min(1160px, calc(100% - 40px)); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { border-radius: 12px; box-shadow: 4px 5px 0 rgba(125,20,40,.16); }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-family: Georgia, serif; font-size: 1.2rem; }
.brand small { color: var(--muted); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; gap: 25px; }
nav a { color: var(--muted); font-size: .88rem; font-weight: 700; text-decoration: none; }
nav a:hover { color: var(--red); }

.hero { min-height: 690px; padding: 82px 0 96px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 78px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 25px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 7vw, 6.6rem); font-weight: 400; letter-spacing: -.06em; line-height: .92; }
h1 em { color: var(--red); font-weight: 400; }
h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
h3 { margin-bottom: 10px; font-size: 1.22rem; }
.lede { max-width: 680px; color: var(--muted); font-family: Georgia, serif; font-size: 1.2rem; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--red-dark); background: var(--red); color: white; font-weight: 800; text-decoration: none; box-shadow: 5px 6px 0 var(--red-dark); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translate(2px, 2px); box-shadow: 3px 4px 0 var(--red-dark); }
.button-quiet { color: var(--ink); background: transparent; box-shadow: none; }
.trust-list { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 0; margin: 27px 0 0; }
.trust-list li { border: 1px solid var(--line); border-radius: 99px; padding: 8px 11px; color: var(--muted); font-size: .78rem; font-weight: 700; background: rgba(255,255,255,.55); }

.game-preview { position: relative; margin: 0; padding: 18px; background: var(--red); box-shadow: 18px 20px 0 rgba(125,20,40,.16); transform: rotate(1.5deg); }
.game-preview::before { content: ""; position: absolute; width: 84px; height: 84px; right: -30px; top: -38px; border-radius: 50%; background: var(--gold); z-index: -1; }
.game-preview img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border: 3px solid var(--ink); }
.preview-label { display: flex; justify-content: space-between; margin-bottom: 12px; color: white; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.game-preview figcaption { padding-top: 14px; color: white; font-size: .82rem; line-height: 1.5; }

.journey { padding: 100px 0 110px; color: white; background: var(--red-dark); }
.journey .eyebrow { color: var(--gold); }
.section-heading { display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: start; }
.trail { list-style: none; margin: 58px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.2); }
.trail li { min-height: 250px; padding: 26px; border-left: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.04); }
.trail li:first-child { border-left: 0; }
.trail span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.trail h3 { margin-top: 52px; }
.trail p { color: #e9cbd0; line-height: 1.55; }

.topics { padding: 112px 0; }
.section-heading.compact { grid-template-columns: 220px minmax(0, 670px); }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 56px; }
.topic-grid article { position: relative; min-height: 230px; padding: 30px 32px 30px 112px; border: 1px solid var(--line); background: rgba(255,255,255,.68); }
.topic-grid article > span { position: absolute; left: 26px; top: 26px; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); font-family: Georgia, serif; font-size: 1.8rem; }
.topic-grid p, .grown-copy > p { color: var(--muted); line-height: 1.7; }

.grown-ups { padding: 108px 0; background: var(--paper); border-block: 1px solid var(--line); }
.grown-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 92px; }
.privacy-card { margin-top: 30px; padding: 28px; border: 2px solid var(--red); background: var(--cream); box-shadow: var(--shadow); }
.privacy-card strong { font-family: Georgia, serif; font-size: 1.5rem; }
.privacy-card p { color: var(--muted); line-height: 1.65; }
.privacy-card a, .text-link { color: var(--red-dark); font-weight: 800; }

.support { min-height: 360px; padding: 88px 0; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.support h2 { max-width: 780px; }
.support-actions { display: flex; flex-direction: column; align-items: center; gap: 20px; }
footer { min-height: 100px; padding: 30px 0; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
footer p { margin: 0; }
footer div { display: flex; flex-wrap: wrap; gap: 20px; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
@media (max-width: 860px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 54px; padding-top: 64px; }
  .game-preview { max-width: 650px; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 14px; }
  .trail { grid-template-columns: 1fr 1fr; }
  .trail li:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .trail li:nth-child(4) { border-top: 1px solid rgba(255,255,255,.2); }
  .grown-grid { grid-template-columns: 1fr; gap: 44px; }
  .support { grid-template-columns: 1fr; }
  .support-actions { align-items: flex-start; }
}
@media (max-width: 560px) {
  .wrap, .site-header { width: min(100% - 26px, 1160px); }
  h1 { font-size: clamp(3.25rem, 18vw, 5rem); }
  .hero-actions, footer { flex-direction: column; }
  .button { width: 100%; }
  .game-preview { padding: 11px; transform: none; }
  .trail, .topic-grid { grid-template-columns: 1fr; }
  .trail li, .trail li:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .trail li:first-child { border-top: 0; }
  .topic-grid article { padding: 102px 24px 24px; }
  footer div { flex-direction: column; }
}
