@font-face { font-family: "Wonder Boys"; src: url("/assets/wonder-boys.ttf") format("truetype"); font-display: swap; }
:root { color-scheme: dark; --navy: #061423; --ink: #04111e; --blue: #16a9e6; --yellow: #ffd21c; --white: #fff; }
* { box-sizing: border-box; }
html { min-height: 100%; }
body { min-width: 280px; margin: 0; color: var(--white); background: var(--navy); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.45; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 10; top: 1rem; left: 1rem; transform: translateY(-160%); padding: .7rem 1rem; background: var(--yellow); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }
.hub { min-height: 100svh; display: grid; place-items: center; padding: clamp(1rem, 3vw, 2.5rem); background: linear-gradient(180deg, rgba(3,14,28,.83), rgba(3,14,28,.93)), url("/assets/game-wall-bg.png") center 42% / cover no-repeat; }
.hub-card { width: min(100%, 520px); padding: clamp(1.25rem, 4vw, 2.25rem); border: 1px solid rgba(68,194,240,.33); border-radius: 24px; background: rgba(3,19,36,.84); box-shadow: 0 24px 75px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.07); text-align: center; }
.logo-link { display: inline-block; width: 132px; margin: -1.1rem auto .45rem; transition: transform .2s ease; }
.logo-link:hover { transform: rotate(-3deg) scale(1.04); }
.logo { display: block; width: 100%; height: auto; filter: drop-shadow(0 8px 8px rgba(0,0,0,.32)); }
.eyebrow { margin: 0 0 .4rem; color: var(--yellow); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0; font: 400 clamp(2rem, 7vw, 3rem)/.98 "Wonder Boys", Impact, sans-serif; text-transform: uppercase; text-wrap: balance; }
.intro { max-width: 36ch; margin: .8rem auto 1.5rem; color: #d7e6ef; font-size: .95rem; line-height: 1.5; }
.link-group { margin-top: 1.2rem; text-align: left; }
h2 { margin: 0 0 .65rem; color: #9ec9dd; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.store-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; }
.store-links a { display: grid; place-items: center; min-height: 62px; padding: .5rem .65rem; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: #0b2235; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.store-links img { display: block; width: 100%; max-width: 175px; height: auto; }
.store-links a:hover, .store-links a:focus-visible { transform: translateY(-2px); border-color: var(--blue); background: #123047; }
.action { min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem 1rem; border: 2px solid var(--ink); border-radius: 13px; box-shadow: 4px 4px 0 rgba(0,0,0,.4); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.action + .action { margin-top: .65rem; }
.action:hover, .action:focus-visible { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 rgba(0,0,0,.48); }
.action span:first-child { display: grid; gap: .12rem; }
.action strong { font-size: .99rem; font-weight: 800; line-height: 1.15; }
.action small { font-size: .76rem; font-weight: 700; line-height: 1.2; }
.action-instagram { color: var(--ink); background: var(--yellow); }
.action-email { color: white; background: #0875bb; }
.action-email small { color: #e2f3ff; }
.arrow { flex: none; font-size: 1.35rem; font-weight: 800; line-height: 1; }
.footer-note { margin: 1.35rem 0 0; color: #9cb9ca; font-size: .78rem; }
.footer-note a { color: #bbecff; font-weight: 800; text-underline-offset: .2em; }
a:focus-visible { outline: 3px solid white; outline-offset: 3px; }
@media (max-width: 440px) {
  .hub { align-items: start; padding: .75rem; }
  .hub-card { padding: 1rem; border-radius: 19px; }
  .logo-link { width: 116px; margin: -.8rem auto .25rem; }
  .intro { margin-bottom: 1.2rem; }
  .store-links a { min-height: 58px; padding: .45rem; }
  .action { min-height: 62px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: .01ms !important; } }
