:root {
  --paper: #fbf7ee;
  --paper-soft: #f5efe2;
  --ink: #4b2d1a;
  --ink-soft: #5f5b50;
  --green: #0e4d37;
  --green-soft: #e4eee8;
  --gold: #d9a52a;
  --gold-soft: #f3e3b6;
  --line: #dec99e;
  --white: #fffdf8;
  --shadow: 0 16px 50px rgba(72, 45, 26, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: var(--green); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: color-mix(in srgb, var(--paper) 93%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(222, 201, 158, .7);
}
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); font-weight: 900; letter-spacing: .08em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.nav-links { display: flex; gap: 26px; flex-wrap: wrap; }
.nav-links a { text-decoration: none; font-weight: 750; color: var(--green); }
.nav-links a[aria-current="page"] { text-decoration: underline; }
.hero { padding: 92px 0 72px; }
.eyebrow { color: var(--ink); font-weight: 900; letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; }
.display { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 8vw, 6.8rem); font-weight: 500; line-height: .94; letter-spacing: -.04em; margin: 16px 0 28px; max-width: 930px; }
.lead { max-width: 760px; color: var(--ink-soft); font-size: clamp(1.1rem, 2.3vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid var(--gold); text-decoration: none; font-weight: 850; }
.button.primary { background: var(--gold); color: #2f2418; }
.button.secondary { background: transparent; color: var(--ink); }
.section { padding: 64px 0 96px; }
.section-title { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 5vw, 4.2rem); font-weight: 500; line-height: 1.02; margin: 0 0 28px; }
.game-grid { display: grid; gap: 28px; }
.game-card { display: grid; grid-template-columns: minmax(280px, .95fr) minmax(320px, 1fr); background: var(--white); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.game-art { min-height: 330px; display: grid; place-items: center; padding: 40px; background: var(--green); }
.game-art img { max-height: 240px; width: auto; object-fit: contain; }
.game-copy { padding: 46px 42px; display: flex; flex-direction: column; justify-content: center; }
.game-status { color: var(--green); font-size: .77rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.game-status.soon { color: #8a5a00; }
.game-copy h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(2.2rem, 4vw, 3.5rem); margin: 12px 0 12px; }
.game-copy p { color: var(--ink-soft); font-size: 1.05rem; margin: 0; }
.game-screenshots {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 82px;
  gap: 12px;
  margin-top: 26px;
  padding: 2px 2px 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--line) transparent;
}
.game-screenshots a { display: block; border-radius: 14px; outline-offset: 3px; }
.game-screenshots img {
  width: 82px;
  aspect-ratio: 388 / 836;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(72, 45, 26, .14);
}
.game-card:nth-child(even) .game-art { background: #6d391b; }
.game-card:nth-child(even) .game-art img { max-height: 285px; }
.policy { max-width: 800px; margin-left: auto; padding: 74px 0 100px; }
.policy h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.6rem); font-weight: 500; line-height: .95; margin: 18px 0 20px; }
.policy h2 { font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 500; margin: 44px 0 8px; }
.policy p { color: #302d29; font-size: 1.05rem; }
.policy .updated { color: var(--ink-soft); }
.notice { background: var(--green-soft); border-left: 4px solid var(--green); border-radius: 0 12px 12px 0; padding: 18px 20px; }
.site-footer { border-top: 1px solid var(--line); padding: 30px 0 44px; color: var(--ink-soft); }
.footer-row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.simple-page { padding: 88px 0 110px; max-width: 850px; }
.simple-page h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.8rem); font-weight: 500; line-height: .98; margin: 16px 0 28px; }
.simple-page p { font-size: 1.13rem; color: var(--ink-soft); }
@media (max-width: 760px) {
  .nav { align-items: flex-start; padding: 18px 0; flex-direction: column; }
  .nav-links { gap: 16px; }
  .hero { padding-top: 58px; }
  .game-card { grid-template-columns: 1fr; }
  .game-art { min-height: 270px; }
  .game-copy { padding: 32px 26px; }
  .policy { margin-left: 0; }
}
