:root {
  --ink: #151515;
  --cream: #f5f1e8;
  --paper: #faf8f2;
  --acid: #dfff00;
  --muted: #68635b;
  --line: #d8d3c8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 19px; letter-spacing: -.03em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--acid); }
.nav-links { display: flex; flex-wrap: wrap; gap: 26px; font-size: 14px; font-weight: 650; }
.nav-links a, .footer a { text-decoration: none; color: var(--muted); }
.nav-links a:hover, .footer a:hover { color: var(--ink); }
.hero { min-height: 640px; padding: 96px 0 76px; position: relative; overflow: hidden; }
.eyebrow, .kicker { margin: 0; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #30a94f; box-shadow: 0 0 0 4px #dcedd8; }
.hero h1 { margin: 34px 0 24px; max-width: 820px; font-size: clamp(60px, 9vw, 112px); line-height: .88; letter-spacing: -.07em; }
.hero h1 span { color: #716d65; }
.hero-copy { max-width: 550px; margin: 0; color: var(--muted); font-size: 20px; line-height: 1.6; }
.button { display: inline-flex; align-items: center; gap: 36px; margin-top: 30px; padding: 16px 20px; border-radius: 10px; background: var(--ink); color: white; text-decoration: none; font-size: 14px; font-weight: 750; }
.button b { color: var(--acid); font-size: 18px; }
.motif { position: absolute; right: 30px; bottom: 80px; width: 260px; height: 220px; }
.tile { position: absolute; width: 104px; height: 104px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 25px; box-shadow: 7px 7px 0 var(--ink); font-size: 36px; font-weight: 900; }
.tile.one { left: 0; top: 65px; background: var(--acid); transform: rotate(-10deg); }
.tile.two { right: 5px; top: 0; background: #ff755f; transform: rotate(9deg); }
.tile.three { right: 20px; bottom: 0; background: #79a7ff; transform: rotate(-4deg); }
.section { padding: 84px 0; border-top: 1px solid var(--line); }
.section h2, .contact h2 { margin: 8px 0 0; font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; }
.game-card { max-width: 760px; margin-top: 42px; display: flex; gap: 26px; align-items: center; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.game-icon { flex: 0 0 100px; height: 100px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 23px; background: var(--acid); font-size: 42px; }
.status { display: inline-block; margin: 0 0 9px; padding: 5px 9px; border-radius: 999px; background: #e6e1d7; font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; }
.game-card h3 { margin: 0; font-size: 25px; letter-spacing: -.03em; }
.game-card p:last-child { margin: 8px 0 0; color: var(--muted); line-height: 1.55; }
.about-grid { margin-top: 42px; max-width: 920px; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.about-lead { margin: 0; font-size: 30px; line-height: 1.3; letter-spacing: -.03em; }
.about-body { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.contact { margin: 28px auto 0; padding: 66px; border-radius: 28px; background: var(--ink); color: white; }
.contact .kicker { color: var(--acid); }
.contact p:last-child { color: #aaa69e; line-height: 1.65; }
.legal { max-width: 860px; padding: 70px 0 90px; }
.legal h1 { margin: 10px 0 14px; font-size: clamp(48px, 8vw, 78px); line-height: .98; letter-spacing: -.055em; }
.updated { margin: 0 0 48px; color: var(--muted); font-size: 14px; }
.legal-card { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.legal h2 { margin: 36px 0 10px; font-size: 24px; letter-spacing: -.025em; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { margin: 22px 0 8px; font-size: 17px; }
.legal p, .legal li { color: #514d46; font-size: 15px; line-height: 1.75; }
.legal ul { padding-left: 22px; }
.legal a { text-underline-offset: 3px; }
.notice { margin-top: 28px; padding: 18px 20px; border-radius: 12px; background: #eeeadf; color: var(--muted); font-size: 13px; line-height: 1.6; }
.footer { padding: 48px 0; display: flex; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }

@media (max-width: 720px) {
  .shell { width: min(100% - 30px, 1120px); }
  .nav { min-height: 72px; }
  .nav-links { gap: 14px; font-size: 12px; }
  .nav-links .optional { display: none; }
  .hero { min-height: 670px; padding-top: 66px; }
  .hero h1 { font-size: clamp(58px, 19vw, 84px); }
  .hero-copy { max-width: 92%; font-size: 17px; }
  .motif { right: -25px; bottom: 54px; transform: scale(.72); transform-origin: bottom right; }
  .section { padding: 64px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 22px; }
  .game-card { align-items: flex-start; gap: 16px; padding: 18px; }
  .game-icon { flex-basis: 72px; height: 72px; border-radius: 17px; }
  .contact { width: calc(100% - 30px); padding: 46px 26px; }
  .legal { padding-top: 50px; }
  .legal-card { padding: 24px 20px; }
  .footer { flex-direction: column; }
}
