:root {
  --ink: #081d2f;
  --ink-2: #0d2b43;
  --paper: #f2eee2;
  --blue: #168bd2;
  --gold: #f1c75b;
  --muted: #9fb5c4;
  --line: rgba(242, 238, 226, 0.17);
  --max: 1220px;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--paper);
  background: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 80% 18%, rgba(22, 139, 210, 0.14), transparent 28%),
    var(--ink);
}
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link {
  position: fixed; z-index: 20; top: 10px; left: 10px; padding: 10px 15px;
  transform: translateY(-160%); background: var(--gold); color: var(--ink); font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
.topbar, footer {
  max-width: var(--max); min-height: 80px; margin: 0 auto; padding: 20px 28px;
  display: flex; align-items: center; gap: 30px; border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  font-family: "Barlow Condensed", sans-serif; font-size: 1.35rem; font-weight: 800; letter-spacing: .12em;
}
.topbar nav, footer nav { margin-left: auto; display: flex; gap: 24px; }
.topbar nav a, footer nav a { color: var(--muted); text-decoration: none; font-size: .85rem; }
.topbar nav a:hover, footer nav a:hover { color: var(--paper); }
.hero, .catalog, .comparison, .promise {
  max-width: var(--max); margin: 0 auto; padding-left: 28px; padding-right: 28px;
}
.hero { padding-top: 100px; padding-bottom: 90px; }
.overline, .tag {
  margin: 0 0 15px; color: #76c6f4; font-family: "Barlow Condensed", sans-serif;
  font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.hero h1, .section-heading h2, .promise h2 {
  margin: 0; font-family: "Bodoni Moda", Georgia, serif; font-weight: 700; letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(3.8rem, 9vw, 8.5rem); line-height: .9; }
.hero h1 em { color: var(--gold); font-weight: 600; }
.hero-bottom {
  margin-top: 48px; display: grid; grid-template-columns: minmax(0, 1fr) auto;
  align-items: end; gap: 50px; border-top: 1px solid var(--line); padding-top: 28px;
}
.hero-bottom p { max-width: 780px; margin: 0; color: #c2cdd4; font-size: 1.05rem; line-height: 1.75; }
.hero-bottom span {
  color: var(--gold); font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.catalog, .comparison { padding-top: 90px; padding-bottom: 90px; border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 42px; }
.section-heading h2, .promise h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: 1; }
.game-list { display: grid; gap: 22px; }
.game-card {
  position: relative; padding: 42px; display: grid; grid-template-columns: 120px minmax(0, 1fr) 260px;
  gap: 38px; border: 1px solid var(--line); overflow: hidden;
}
.game-card::after {
  content: ""; position: absolute; width: 280px; height: 280px; right: -140px; top: -140px;
  border: 1px solid rgba(255,255,255,.16); border-radius: 50%;
}
.game-card--copero { background: linear-gradient(110deg, #0b412f, #092438); }
.game-card--goat { background: linear-gradient(110deg, #0d2b43, #071b2d); }
.game-number {
  color: var(--gold); font-family: "Barlow Condensed", sans-serif;
  font-size: 5rem; font-weight: 800; line-height: 1;
}
.game-copy h3 { margin: 0; font-family: "Bodoni Moda", serif; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.game-copy > p:not(.tag) { max-width: 670px; color: #c5d0d7; line-height: 1.7; }
.game-copy ul { margin: 22px 0 28px; padding-left: 18px; color: var(--muted); line-height: 1.9; }
.game-format { align-self: center; padding: 24px; display: grid; gap: 7px; border: 1px solid var(--line); }
.game-format span { margin-top: 10px; color: var(--muted); font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.game-format strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.15rem; }
.button {
  min-height: 46px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-family: "Barlow Condensed", sans-serif; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase; transition: transform 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button--light { background: var(--paper); color: var(--ink); }
.button--gold { background: var(--gold); color: var(--ink); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; min-width: 700px; border-collapse: collapse; }
th, td { padding: 20px; border-bottom: 1px solid var(--line); text-align: left; }
thead th { color: var(--gold); font-family: "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
tbody th { color: var(--paper); }
td { color: var(--muted); }
.comparison-note { margin: 22px 0 0; color: var(--muted); font-size: .86rem; }
.promise { padding-top: 95px; padding-bottom: 110px; text-align: center; }
.promise p:last-child { max-width: 760px; margin: 28px auto 0; color: var(--muted); line-height: 1.75; }
footer { min-height: 150px; border-top: 1px solid var(--line); border-bottom: 0; color: var(--muted); }
footer > p { margin-right: auto; font-size: .82rem; }
@media (max-width: 900px) {
  .game-card { grid-template-columns: 90px 1fr; }
  .game-format { grid-column: 2; }
}
@media (max-width: 640px) {
  .topbar, footer, .hero, .catalog, .comparison, .promise { padding-left: 18px; padding-right: 18px; }
  .topbar nav { display: none; }
  .hero { padding-top: 64px; }
  .hero-bottom { grid-template-columns: 1fr; gap: 24px; }
  .game-card { padding: 25px; grid-template-columns: 1fr; gap: 20px; }
  .game-number { font-size: 3.8rem; }
  .game-format { grid-column: 1; }
  footer { align-items: flex-start; flex-direction: column; }
  footer nav { margin-left: 0; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
