/* The former landing page's artwork, display font, navy palette and Steam CTA. */
@font-face { font-family: Kim; src: url('/assets/kim.otf') format('opentype'); font-display: swap; }
:root { color-scheme: dark; font-family: Arial, sans-serif; color: oklch(0.97 0.006 260); background: oklch(0.21 0.03 270); }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: oklch(0.85 0.09 225); text-underline-offset: 0.2em; }
a:focus-visible { outline: 3px solid oklch(0.88 0.1 220); outline-offset: 5px; }
h1, h2, h3, .tagline { font-family: Kim, Arial, sans-serif; font-weight: normal; text-wrap: balance; }
h1 { font-size: clamp(2.1rem, 3.7vw, 3.5rem); line-height: 1.12; margin: 0; }
h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); max-width: 30ch; margin: 0 auto 2.5rem; }
h3 { font-size: 1.6rem; margin: 1rem 0 0.6rem; }
p { line-height: 1.6; max-width: 65ch; }
.main-header { min-height: 80px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 2rem; background: oklch(0.19 0.01 270); }
.header-logo { display: block; width: auto; height: 50px; max-width: 100%; object-fit: contain; }
.cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; padding: 1rem 1.4rem; background: linear-gradient(110deg, #1b678f, #21435d); color: oklch(0.98 0.005 240); border: 1px solid #38789c; border-radius: 6px; box-shadow: 0 5px 0 #112a3a; font-weight: bold; font-size: 1.1rem; line-height: 1.3; text-decoration: none; transition: transform 150ms ease-out, filter 150ms ease-out; }
.cta-button img { object-fit: contain; flex: none; }
.cta-button:hover { filter: brightness(1.18); transform: translateY(-2px); }
.cta-button:active { transform: translateY(3px); }
.hero-section { min-height: 75vh; display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 4vw, 4rem); padding: 4rem 2rem; align-items: center; background: linear-gradient(135deg, #1a1a2e, #16213e, #1a1a2e); }
.video-container { aspect-ratio: 16 / 9; }
.trailer-video { width: 100%; height: 100%; border: 0; border-radius: 8px; }
.hero-content { text-align: center; max-width: 600px; margin: auto; }
.hero-content > p { font-size: 1.2rem; }
.hero-content .tagline { font-size: 1.5rem; margin: 1.6rem 0 1rem; }
.hero-content .download-note { font-size: 0.95rem; margin-top: 1.6rem; color: oklch(0.86 0.02 260); }
.features-section, .classes-section { padding: 4.5rem 2rem; text-align: center; }
.features-section { background: #252538; }
.features-list { display: flex; justify-content: center; gap: 3rem; list-style: none; padding: 0; margin: 0; }
.features-list li { flex: 1; max-width: 30ch; }
.classes-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem; max-width: 1100px; margin: 0 auto 3rem; }
.classes-grid img { display: block; width: 100%; max-width: 300px; height: auto; aspect-ratio: 1; object-fit: contain; margin: auto; }
.classes-grid p { margin: auto; max-width: 32ch; }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; padding: 2rem; background: oklch(0.19 0.01 270); font-size: 0.95rem; }
footer nav { display: flex; gap: 1.5rem; }
@media (max-width: 850px) {
  .hero-section { grid-template-columns: 1fr; padding-top: 2rem; }
  .hero-content { grid-row: 1; }
  .features-list { flex-direction: column; align-items: center; gap: 1rem; }
  .classes-grid { gap: 1.5rem; }
}
@media (max-width: 550px) {
  .main-header { padding: 1rem; flex-wrap: wrap; justify-content: center; }
  .hero-section, .features-section, .classes-section { padding: 2.5rem 1.25rem; }
  .classes-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  footer { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { .cta-button { transition: none; transform: none; } }
