/* Griddle Stack game page only. */
.game-hero{padding:44px 0 20px}.game-hero-inner{display:flex;align-items:end;justify-content:space-between;gap:32px}.game-hero h1{font-size:clamp(3.2rem,8vw,6.4rem);line-height:.9;letter-spacing:-.065em;margin:0 0 16px}.game-hero p:not(.eyebrow){max-width:650px;margin:0;color:var(--muted);font-size:1.08rem}
.game-wrap{max-width:1040px;margin:0 auto;padding:22px 0 72px}.game-shell{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow)}
.game-hud{display:grid;grid-template-columns:repeat(4,auto) 1fr;align-items:center;gap:12px 24px;padding:4px 4px 14px}.game-hud div{display:flex;gap:8px;align-items:baseline}.game-hud span{font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:800}.game-hud strong{font-size:1.1rem}.game-start{justify-self:end;min-height:42px;padding:9px 20px;border:0;border-radius:999px;background:var(--green-dark);color:#fff;font:inherit;font-weight:850;cursor:pointer}.game-start:focus-visible,.game-touch button:focus-visible{outline:3px solid var(--mustard);outline-offset:3px}
.game-stage{position:relative;background:var(--ink);border-radius:18px;overflow:hidden;aspect-ratio:16/9}.game-stage canvas{display:block;width:100%;height:100%;background:var(--ink)}.game-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:22px;background:rgba(11,11,10,.66);color:#fff}.game-overlay[hidden]{display:none}.game-overlay strong{font-size:clamp(2rem,6vw,4.5rem);letter-spacing:-.045em;line-height:.95}.game-overlay span{max-width:470px;margin-top:10px;color:#F7F0E3}.game-help{text-align:center;margin:14px 0 4px;color:var(--muted);font-size:.9rem}
.game-touch{display:none;grid-template-columns:1fr auto;align-items:center;gap:18px;margin-top:16px}.game-dpad{display:grid;grid-template-columns:repeat(3,56px);grid-template-rows:repeat(2,52px);gap:6px}.game-dpad button,.game-sauce{border:1.5px solid var(--ink);background:var(--cream);font:inherit;font-weight:900;border-radius:14px;touch-action:none;user-select:none}.game-dpad [data-game-control="up"]{grid-column:2}.game-dpad [data-game-control="left"]{grid-row:2;grid-column:1}.game-dpad [data-game-control="down"]{grid-row:2;grid-column:2}.game-dpad [data-game-control="right"]{grid-row:2;grid-column:3}.game-sauce{min-height:76px;padding:14px 22px;background:var(--mustard)}
.game-rules{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:22px}.game-rules div{border-top:1px solid var(--ink);padding-top:14px}.game-rules p{margin:6px 0 0;color:var(--muted);font-size:.93rem}
@media(max-width:760px){.play-band-inner,.game-hero-inner{align-items:flex-start;flex-direction:column}.game-hero{padding-top:32px}.game-hero .button{width:100%}.game-hud{grid-template-columns:repeat(4,1fr);gap:10px}.game-hud div{display:block}.game-start{grid-column:1/-1;width:100%;justify-self:stretch}.game-touch{display:grid}.game-help{font-size:.82rem}.game-rules{grid-template-columns:1fr;gap:12px}.game-rules div{padding-top:10px}}
@media(max-width:430px){.game-shell{padding:10px;border-radius:18px}.game-stage{border-radius:14px}.game-dpad{grid-template-columns:repeat(3,50px);grid-template-rows:repeat(2,48px)}.game-sauce{padding:12px 15px;min-height:72px}.game-hud{font-size:.9rem}.game-hud strong{font-size:1rem}}
