/* Studio marketing layout. Shared HUD tokens supply the type, color and focus palette. */
.studioGames{padding:clamp(32px,5vw,64px) 0;scroll-margin-top:90px;border-top:1px solid var(--hud-border-subtle);text-align:left}
.studioGames .studioGamesHead{display:flex;align-items:flex-start;gap:18px;max-width:760px;margin-bottom:28px}
.studioGamesHead>img{flex:none}
.studioGames .studioGamesHead h2{margin:4px 0 12px;color:var(--hud-text);font:700 clamp(26px,4vw,40px)/1.15 var(--hud-font-display);letter-spacing:0}
.studioGames .studioGamesHead p{margin:0;color:var(--hud-text-muted);font:16px/1.6 var(--hud-font-body)}
.studioGames .studioGamesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));gap:16px}
.studioGames .studioGame{min-width:0;display:flex;flex-direction:column;padding:24px;border:1px solid var(--hud-border-subtle);border-top:3px solid var(--hud-accent);border-radius:12px;background:var(--hud-surface-raised)}
.studioGames .studioGameGenre{margin:0;color:var(--hud-accent);font:700 11px/1.5 var(--hud-font-label);letter-spacing:.09em;text-transform:uppercase}
.studioGames .studioGame h3{margin:12px 0;color:var(--hud-text);font:700 25px/1.2 var(--hud-font-display)}
.studioGames .studioGamePitch{margin:0 0 24px;color:var(--hud-text-muted);font:15px/1.65 var(--hud-font-body)}
.studioGames .studioGameActions{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;margin-top:auto}
.studioGames .studioGameActions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;color:var(--hud-text);font:700 13px/1.4 var(--hud-font-body);text-underline-offset:4px}
.studioGames .studioGameActions .studioGamePlay{padding:10px 16px;border-radius:6px;background:var(--hud-accent);color:var(--hud-surface-canvas);text-decoration:none}
.studioGames a:focus-visible{outline:3px solid var(--hud-focus);outline-offset:4px}
.studioGames a:hover{text-decoration:underline}
.studioDiscoveryNav .studioGamesNav{display:inline-flex;align-items:center;min-height:44px}
.gl-nav.studioDiscoveryNav .gl-links a.studioGamesNav{display:inline-flex}
@media(max-width:560px){.gl-nav.studioDiscoveryNav{flex-wrap:wrap}.gl-nav.studioDiscoveryNav .gl-brand{width:100%}.gl-nav.studioDiscoveryNav .gl-links{width:100%;justify-content:space-between}}
@media(max-width:640px){.nav.studioDiscoveryNav{height:auto;min-height:96px;display:flex;flex-wrap:wrap;gap:0;padding-top:12px;padding-bottom:10px}.nav.studioDiscoveryNav .brand{flex-basis:100%}.nav.studioDiscoveryNav .navLinks{width:100%;justify-content:space-between;gap:12px}}
@media(max-width:420px){.studioGames .studioGamesHead{gap:12px}.studioGamesHead>img{width:36px;height:36px}.studioGames .studioGame{padding:20px}}
