:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #263d32;
  background: #f6f5ef;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #a44c32; outline-offset: 6px; }
.page { max-width: 1280px; margin: 0 auto; padding: 0 64px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px 0; border-bottom: 1px solid #dcded3; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 19px; font-weight: 650; letter-spacing: -.6px; }
.brand-mark { width: 31px; height: 31px; }
.wordmark-light { font-weight: 400; }
.header-note { font-size: 12px; color: #596456; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 40px; padding: 76px 0 72px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 25px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.8px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #5d7951; }
h1 { margin: 0; font-size: clamp(54px, 6.2vw, 82px); font-weight: 500; line-height: 1.06; letter-spacing: -4.3px; }
h1 span { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; color: #647b51; }
.intro { margin: 27px 0 29px; color: #596456; font-size: 15px; line-height: 1.8; }
.button { display: inline-flex; align-items: center; gap: 36px; padding: 15px 20px; background: #2c493b; color: #fff; border-radius: 5px; font-size: 13px; font-weight: 500; text-decoration: none; transition: background .15s; }
.button:hover { background: #1f342a; }
.button span { font-size: 19px; line-height: 1; }
.art { position: relative; aspect-ratio: 1; width: 100%; max-width: 450px; justify-self: end; background: #edeedF; border: 1px solid #e2e5d6; border-radius: 50% 50% 8px 8px; overflow: hidden; }
.art-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(#d7ddca 1px, transparent 1px), linear-gradient(90deg, #d7ddca 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(transparent 5%, #000); }
.arcade-art { position: relative; display: block; width: 100%; height: 100%; }
.art-caption { position: absolute; bottom: 21px; left: 0; right: 0; text-align: center; color: #596456; font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; }
.games { padding-bottom: 64px; scroll-margin-top: 24px; }
.section-label { display: flex; align-items: center; gap: 22px; margin-bottom: 23px; font-size: 10px; text-transform: uppercase; letter-spacing: 1.6px; color: #596456; }
.section-line { height: 1px; flex: 1; background: #dcded3; }
.coming-soon, .game-card { display: flex; align-items: center; gap: 23px; padding: 28px; border: 1px solid #dcded3; border-radius: 8px; }
.game-card { text-decoration: none; color: inherit; transition: border-color .15s, transform .15s; }
.game-card:hover { border-color: #2c493b; transform: translateY(-1px); }
.game-icon { display: grid; place-items: center; flex-shrink: 0; width: 52px; height: 52px; border: 1px solid #d3d9c8; background: #edeedf; border-radius: 12px; font-size: 28px; font-weight: 300; color: #647b51; }
.game-thumb { flex-shrink: 0; width: 168px; height: auto; aspect-ratio: 8 / 5; object-fit: cover; border-radius: 10px; border: 1px solid #d3d9c8; image-rendering: pixelated; }
.games-copy { flex: 1; }
h2 { margin: 0 0 8px; font-size: 18px; font-weight: 500; letter-spacing: -.4px; }
.games-copy p { margin: 0; font-size: 13px; line-height: 1.7; color: #596456; }
.badge { white-space: nowrap; padding: 8px 12px; border: 1px solid #d3d9c8; border-radius: 30px; font-size: 10px; color: #526446; }
.badge.play { display: inline-flex; align-items: center; gap: 5px; background: #2c493b; border-color: #2c493b; color: #fff; font-weight: 500; }
.badge.play span { font-size: 12px; line-height: 1; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0 30px; border-top: 1px solid #dcded3; color: #596456; font-size: 11px; line-height: 1.7; }

@media (min-width: 1500px) { .hero { padding-top: 100px; padding-bottom: 96px; } }
@media (max-width: 800px) {
  .page { padding: 0 32px; }
  .hero { gap: 20px; padding: 60px 0; }
  h1 { font-size: 60px; letter-spacing: -3px; }
  .header-note { display: none; }
  .intro { font-size: 14px; }
  .coming-soon, .game-card { gap: 18px; padding: 24px; flex-wrap: wrap; }
  .badge { margin-left: 70px; }
  .game-thumb { width: 130px; }
  .game-card .badge { margin-left: 148px; }
}
@media (max-width: 600px) {
  .page { padding: 0 24px; }
  .site-header { padding: 25px 0; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding: 46px 0; }
  h1 { font-size: clamp(52px, 12vw, 70px); }
  .eyebrow { margin-bottom: 20px; }
  .art { max-width: 360px; justify-self: center; }
  .coming-soon, .game-card { align-items: flex-start; gap: 16px; padding: 22px; }
  .game-icon { width: 38px; height: 38px; border-radius: 9px; }
  .game-thumb { width: 96px; }
  .games-copy { min-width: 150px; }
  h2 { font-size: 17px; line-height: 1.4; }
  .badge { margin-left: 54px; }
  .game-card .badge { margin-left: 112px; }
  .games { padding-bottom: 44px; }
  .site-footer { flex-direction: column; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) { .button { transition: none; } }

.game-card + .game-card { margin-top: 20px; }
.dragon-thumb { image-rendering: auto; object-fit: contain; background: #10161c; }
