:root { --nav: #111; --text: #202124; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); font-family: Lato, Arial, sans-serif; background: #fff; }
.site-header { height: 64px; width: 100%; display: flex; align-items: center; padding: 0 56px; background: var(--nav); color: white; position: sticky; top: 0; z-index: 10; }
.brand { color: white; text-decoration: none; font-size: 18px; letter-spacing: .1px; white-space: nowrap; }
nav { margin-left: auto; height: 100%; display: flex; align-items: stretch; gap: 34px; }
nav a { display: grid; place-items: center; color: white; text-decoration: none; font-size: 14px; padding: 2px 0 0; border-bottom: 3px solid transparent; }
nav a:hover, nav a.active { border-color: #fff; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 10px 0 10px 12px; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px 0; background: white; }
.page { display: none; min-height: calc(100vh - 64px); }
.page.active-page { display: block; }
.hero { min-height: 272px; display: grid; place-items: center; padding: 32px; background-image: linear-gradient(#00000008, #00000008), url('https://lh3.googleusercontent.com/sitesv/AG8ngQU8Atgnkk8ZFVKNOkaQT4aOSLmItC3Ottf6iFOsRFUBRjmjDvcReGjC_rMmIq-QOimPH42NVu4Iq37rY_PNzU47h8rsBJ_ZDT7-d3EKm30hkJgei1OaOAATtT9g2o5XT27jh4X1N2UOqLxfQhr4eIiGPY7BN2UXHCox4prw44oF92Wo7P4MdlAYAcKq=w16383'); background-size: cover; background-position: center; }
.hero h1 { margin: 0; color: #fff; font-size: clamp(35px, 5vw, 56px); font-weight: 700; letter-spacing: .2px; text-align: center; text-shadow: 0 1px 3px #0005; }
.spacer { height: 48px; }
.content-grid { max-width: 1120px; margin: 0 auto; padding: 0 48px 80px; display: grid; grid-template-columns: minmax(230px, 41%) 1fr; gap: 66px; align-items: start; }
.book-link { display: block; }
.book-link img { display: block; width: 100%; max-width: 410px; box-shadow: 0 1px 2px #0002; }
.book-copy { padding-top: 5px; }
.book-copy h2, .feature-copy h2 { font-size: 29px; margin: 0 0 26px; font-weight: 700; }
.book-copy p, .feature-copy p { font-size: 18px; line-height: 1.62; margin: 0 0 22px; }
.book-copy a { color: inherit; text-decoration: underline; }
.hero.small { min-height: 245px; }
.feature-copy { max-width: 780px; padding: 72px 48px; margin: auto; }
.game-list, .music-list { max-width: 920px; }
.game-list article, .music-list article { padding: 0 0 38px; margin-bottom: 38px; border-bottom: 1px solid #e5e5e5; }
.game-list h2, .music-list h2 { margin-bottom: 15px; }
.play { display: inline-block; padding: 10px 22px; background: #202124; color: white; font-size: 14px; text-decoration: none; border-radius: 2px; }
.play:hover { background: #444; }
@media (max-width: 680px) {
  .site-header { height: 58px; padding: 0 22px; }
  .brand { font-size: 16px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 58px; left: 0; right: 0; height: auto; padding: 8px 22px 16px; background: var(--nav); flex-direction: column; gap: 0; }
  nav.open { display: flex; }
  nav a { display: block; padding: 13px 0; border-bottom: 0; }
  nav a.active { font-weight: 700; }
  .page { min-height: calc(100vh - 58px); }
  .hero { min-height: 210px; }
  .spacer { height: 32px; }
  .content-grid { display: block; padding: 0 28px 58px; }
  .book-link img { max-width: 100%; margin: 0 auto 38px; }
  .book-copy h2 { margin-bottom: 18px; }
  .book-copy p, .feature-copy p { font-size: 17px; }
}
