:root {
  --ink: #071826;
  --paper: #f5f1e8;
  --blue: #00a8e8;
  --blue-dark: #0875bb;
  --red: #ff3b24;
  --yellow: #ffd21c;
  --green: #38df32;
  --white: #fff;
  --line: 3px solid var(--ink);
  --shadow: 8px 8px 0 var(--ink);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; transform: translateY(-200%); background: var(--yellow); border: var(--line); padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { transform: none; }
.site-header { height: 84px; display: grid; grid-template-columns: 104px 1fr auto; align-items: center; gap: 1.5rem; padding: .25rem clamp(1rem, 4vw, 3.25rem); background: var(--ink); color: white; position: relative; z-index: 20; }
.brand { width: 86px; height: 78px; display: grid; place-items: center; overflow: visible; }
.brand img { width: auto; height: 78px; object-fit: contain; transform: none; filter: drop-shadow(3px 4px 0 rgba(0,0,0,.35)); transition: transform .2s ease, filter .2s ease; }
.brand:hover img, .brand:focus-visible img { transform: rotate(-3deg) scale(1.06); filter: drop-shadow(4px 5px 0 rgba(0,0,0,.45)); }
nav { justify-self: center; display: flex; gap: 1.5rem; }
nav a, .header-play { text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; font-weight: 800; }
nav a:hover { color: var(--yellow); }
.header-play { background: var(--yellow); color: var(--ink); padding: .68rem .9rem; border: 2px solid var(--yellow); box-shadow: 3px 3px 0 var(--blue); }
.hero { min-height: calc(100svh - 84px); background: var(--ink); color: white; position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); align-items: center; gap: clamp(2rem, 4vw, 4rem); padding: 3.5rem clamp(1.25rem, 5vw, 5rem) 4.6rem; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .08; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px); background-size: 46px 46px; transform: perspective(500px) rotateX(18deg) scale(1.08); transform-origin: bottom; }
.score-strip { position: absolute; top: 1rem; left: clamp(1.25rem, 5vw, 5rem); right: clamp(1.25rem, 5vw, 5rem); display: flex; justify-content: space-between; color: #c9d4dc; font: 600 .7rem/1 "DM Sans", sans-serif; letter-spacing: .14em; }
.score-strip b { color: var(--yellow); }
.hero-copy { position: relative; z-index: 2; max-width: 620px; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-weight: 800; color: var(--yellow); font-size: .82rem; margin: 0 0 1rem; }
.eyebrow.dark { color: var(--blue-dark); }
h1, h2, h3, .footer-mark { font-family: "Bowlby One SC", Impact, sans-serif; font-weight: 400; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 4.8vw, 4.5rem); line-height: .94; margin: 0; text-transform: uppercase; text-shadow: 4px 4px 0 var(--blue-dark); }
h1 em { color: var(--yellow); font-style: normal; white-space: nowrap; text-shadow: 5px 5px 0 var(--red); }
.hero-lede { max-width: 580px; font-size: clamp(1rem, 1.3vw, 1.1rem); line-height: 1.55; color: #dce7ec; margin: 1.35rem 0; }
.store-buttons { display: flex; gap: .8rem; align-items: center; flex-wrap: wrap; }
.store-buttons a { transition: transform .18s ease; }
.store-buttons a:hover { transform: translateY(-4px) rotate(-1deg); }
.store-buttons img { width: 145px; height: auto; }
.trust-row { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 1rem; color: #9fb2be; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.trust-row span::before { content: "✓"; color: var(--green); margin-right: .35rem; }
.hero-game { display: grid; place-items: center; position: relative; min-height: 430px; max-height: 500px; }
.phone-shell { position: relative; width: min(190px, 48%); aspect-ratio: 929 / 1872; border: 5px solid #111; border-radius: 27px; overflow: hidden; box-shadow: 10px 12px 0 var(--blue), 15px 17px 0 var(--yellow); transform: rotate(3deg); z-index: 3; background: black; animation: phone-hover 4s ease-in-out infinite; }
.phone-shell::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 2px rgba(255,255,255,.18); border-radius: 34px; pointer-events: none; }
.phone-shell img { width: 100%; height: 100%; object-fit: cover; }
@keyframes phone-hover { 0%, 100% { translate: 0 0; rotate: 0deg; } 50% { translate: 0 -8px; rotate: -1deg; } }
.match-board { position: absolute; left: -2%; bottom: 11%; width: 210px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 12px; border: 3px solid var(--ink); background: rgba(255,255,255,.1); box-shadow: 7px 7px 0 rgba(0,0,0,.45); transform: rotate(-7deg); z-index: 2; backdrop-filter: blur(4px); }
.brick { display: block; aspect-ratio: 1.7; border: 3px solid var(--ink); border-radius: 6px; box-shadow: inset -4px -5px 0 rgba(0,0,0,.16), inset 3px 3px 0 rgba(255,255,255,.3); animation: brick-breathe 2.8s ease-in-out infinite; transition: background .16s ease, transform .16s ease; }
.brick:nth-child(3n + 2) { animation-delay: -.8s; }
.brick:nth-child(3n) { animation-delay: -1.6s; }
.brick-blue { background: var(--blue); }
.brick-red { background: var(--red); }
.brick-yellow { background: var(--yellow); }
.brick-green { background: var(--green); }
.brick.armed { background: var(--yellow); transform: translateY(-3px) scale(1.05); animation: brick-hit .22s ease; }
.brick.matched { background: var(--yellow); animation: brick-match .5s ease both; }
.match-callout { position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; padding: .45rem .65rem; border: 3px solid var(--ink); background: white; color: var(--red); box-shadow: 4px 4px 0 var(--yellow); font: 400 1rem/1 "Bowlby One SC", sans-serif; opacity: 0; transform: rotate(-6deg) scale(.5); }
.match-board.is-matched .match-callout { animation: match-callout .75s ease both; }
@keyframes brick-breathe { 50% { filter: brightness(1.14); transform: translateY(-2px); } }
@keyframes brick-hit { 50% { transform: translateY(-7px) scale(1.12); } }
@keyframes brick-match { 45% { transform: translateY(-10px) scale(1.16); filter: brightness(1.35); } 100% { transform: translateY(24px) rotate(8deg) scale(.4); opacity: 0; } }
@keyframes match-callout { 20%, 72% { opacity: 1; transform: rotate(3deg) scale(1); } 100% { opacity: 0; transform: rotate(-3deg) scale(1.25); } }
.burst { position: absolute; width: 104px; height: 104px; border: 12px solid var(--red); transform: rotate(22deg); opacity: .9; }
.burst-one { left: 7%; top: 12%; }
.burst-two { right: 3%; bottom: 12%; border-color: var(--green); width: 78px; height: 78px; transform: rotate(-14deg); }
.smash-button { position: absolute; right: 2%; bottom: 7%; z-index: 5; background: var(--red); color: white; border: var(--line); box-shadow: 5px 5px 0 var(--yellow); border-radius: 50%; width: 88px; aspect-ratio: 1; cursor: pointer; transform: rotate(7deg); font: 800 .63rem/1.1 "DM Sans", sans-serif; text-transform: uppercase; }
.smash-button:hover, .smash-button:focus-visible { transform: rotate(-3deg) scale(1.07); }
.smash-button:active { box-shadow: 2px 2px 0 var(--yellow); translate: 4px 4px; }
.smash-count { display: block; font: 400 1.75rem/1 "Bowlby One SC", sans-serif; }
.smash-button.pop { animation: pop .25s ease; }
@keyframes pop { 50% { transform: rotate(-5deg) scale(1.25); } }
.ticker { position: absolute; bottom: 0; left: 0; right: 0; height: 38px; background: var(--yellow); color: var(--ink); border-block: 2px solid var(--ink); display: flex; overflow: hidden; font: 400 1rem/34px "Bowlby One SC", sans-serif; white-space: nowrap; }
.ticker div { animation: ticker 22s linear infinite; }
@keyframes ticker { to { transform: translateX(-100%); } }
.gameplay-section, .merch { padding: clamp(4rem, 7vw, 6.5rem) clamp(1.25rem, 5vw, 5rem); }
.gameplay-section { position: relative; overflow: hidden; }
.gameplay-section::before { content: ""; position: absolute; top: 1.1rem; right: 5vw; width: 176px; height: 38px; background: repeating-linear-gradient(90deg, var(--red) 0 38px, transparent 38px 44px, var(--yellow) 44px 82px, transparent 82px 88px, var(--green) 88px 126px, transparent 126px 132px, var(--blue) 132px 170px); border-block: 3px solid var(--ink); transform: rotate(2deg); opacity: .9; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
h2 { font-size: clamp(2.15rem, 3.5vw, 3.5rem); line-height: 1; text-transform: uppercase; margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 2rem); }
.feature-card { border: var(--line); padding: 1rem 1rem 1.5rem; box-shadow: 6px 6px 0 var(--ink); position: relative; transition: transform .22s ease, box-shadow .22s ease; }
.feature-card:hover { transform: translate(-4px, -6px) rotate(-.5deg); box-shadow: 11px 13px 0 var(--ink); }
.feature-card.yellow:hover { transform: translate(-4px, calc(1.5rem - 6px)) rotate(.5deg); }
.feature-card.red { background: var(--red); }
.feature-card.yellow { background: var(--yellow); transform: translateY(1.5rem); }
.feature-card.blue { background: var(--blue); }
.feature-card img { aspect-ratio: 1; object-fit: cover; border: var(--line); background: #fff; }
.feature-card h3 { margin: 1.1rem 0 .45rem; font-size: clamp(1.35rem, 2vw, 1.8rem); text-transform: uppercase; }
.feature-card p { margin: 0; line-height: 1.55; font-weight: 600; }
.feature-number { position: absolute; top: -.85rem; right: .75rem; background: white; border: var(--line); padding: .45rem .65rem; font: 800 .8rem/1 "DM Sans", sans-serif; transform: rotate(4deg); }
.featured { background: var(--blue-dark); color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; align-items: center; padding: clamp(4rem, 7vw, 6.5rem) clamp(1.25rem, 5vw, 5rem); border-block: var(--line); }
.featured-copy p:last-child { line-height: 1.65; max-width: 520px; color: #d7effc; font-size: 1.12rem; }
.logo-wall { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 1rem; }
.logo-wall div { background: var(--ink); border: 3px solid white; box-shadow: 6px 6px 0 var(--yellow); min-height: 126px; display: grid; place-items: center; padding: 1rem; overflow: hidden; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.logo-wall div:hover { background: #0e2c42; transform: translate(-3px,-4px) rotate(0deg); box-shadow: 10px 11px 0 var(--yellow); }
.logo-wall div:nth-child(1) { grid-column: span 2; transform: rotate(-2deg); }
.logo-wall div:nth-child(2) { grid-column: span 2; transform: rotate(2deg); }
.logo-wall div:nth-child(3) { grid-column: span 2; }
.logo-wall div:nth-child(4) { grid-column: 2 / span 2; transform: rotate(2deg); }
.logo-wall div:nth-child(5) { grid-column: span 2; transform: rotate(-2deg); }
.logo-wall img { width: auto; max-width: 92%; height: auto; max-height: 92px; object-fit: contain; filter: drop-shadow(0 2px 0 rgba(0,0,0,.18)); }
.reveal-ready { opacity: 0; translate: 0 24px; }
.reveal-ready.is-visible { opacity: 1; translate: 0 0; transition: opacity .55s ease, translate .55s cubic-bezier(.2,.8,.2,1); }
.merch-heading { align-items: end; }
.text-link { font-weight: 800; text-transform: uppercase; text-decoration-thickness: 3px; text-underline-offset: .35rem; white-space: nowrap; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.product-card { text-decoration: none; font-weight: 800; display: grid; grid-template-columns: 1fr auto; gap: .45rem; align-items: baseline; }
.product-card img { grid-column: 1 / -1; border: var(--line); margin-bottom: .55rem; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover img { transform: translate(-5px, -5px) rotate(-1deg); box-shadow: 8px 8px 0 var(--blue); }
.product-card span { line-height: 1.25; }
.product-card b { color: var(--blue-dark); }
.final-cta { background: var(--red); color: white; text-align: center; padding: clamp(4.5rem, 8vw, 7rem) 1.25rem; position: relative; overflow: hidden; border-top: var(--line); }
.final-cta h2 { font-size: clamp(2.7rem, 5vw, 4.6rem); text-shadow: 5px 5px 0 var(--ink); position: relative; }
.centered { justify-content: center; margin-top: 2.5rem; position: relative; }
.cta-ball { position: absolute; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, white 0 7%, #e5e5e5 8% 35%, #a8b0b7 65%, #59636b 100%); border: 8px solid var(--ink); right: -65px; top: -65px; box-shadow: inset -18px -20px 0 rgba(0,0,0,.12); }
footer { background: var(--ink); color: white; min-height: 190px; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; padding: 2.5rem clamp(1.25rem, 5vw, 5rem); }
.footer-mark { font-size: clamp(2.5rem, 5vw, 5rem); line-height: .75; text-decoration: none; color: var(--blue); }
.footer-links { display: flex; gap: 1.5rem; align-self: center; }
.footer-links a { text-transform: uppercase; font-weight: 800; font-size: .8rem; letter-spacing: .06em; }
footer p { grid-column: 2; margin: 0; color: #8ea1ac; font-size: .8rem; }
.legal-page { background: var(--paper); min-height: 100vh; }
.legal-header { position: static; }
.legal-main { max-width: 850px; margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) 1.25rem; }
.legal-main h1 { color: var(--ink); text-shadow: 4px 4px 0 var(--blue); font-size: clamp(3rem, 7vw, 6rem); }
.legal-main .updated { font-weight: 800; color: var(--blue-dark); margin: 2rem 0 3rem; }
.legal-main h2 { font: 400 1.65rem/1.2 "Bowlby One SC", sans-serif; margin-top: 2.6rem; }
.legal-main h3 { font: 800 1.08rem/1.3 "DM Sans", sans-serif; margin-top: 1.6rem; }
.legal-main p, .legal-main li { line-height: 1.75; }
.legal-main li + li { margin-top: .5rem; }
.legal-main a { font-weight: 800; }
.shop-page { background: var(--paper); }
.shop-header .cart-link span { display: inline-grid; place-items: center; min-width: 1.45rem; height: 1.45rem; margin-left: .25rem; border-radius: 50%; background: var(--red); color: white; font-size: .7rem; }
.shop-hero { background: var(--ink); color: white; padding: clamp(4rem, 7vw, 6rem) clamp(1.25rem, 5vw, 5rem); border-bottom: var(--line); position: relative; overflow: hidden; }
.shop-hero::after { content: "SHOP DROP 01"; position: absolute; right: -1rem; bottom: -1.4rem; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.13); font: 400 clamp(4rem, 12vw, 12rem)/1 "Bowlby One SC", sans-serif; white-space: nowrap; }
.shop-hero h1, .cart-shell h1, .success-shell h1 { margin: 0; font-size: clamp(3rem, 6vw, 5.4rem); text-transform: uppercase; line-height: .92; }
.shop-hero p:last-child { position: relative; z-index: 1; max-width: 620px; margin: 2rem 0 0; color: #dce7ec; font-size: 1.15rem; line-height: 1.65; }
.shop-catalog { padding: clamp(4rem, 7vw, 6.5rem) clamp(1.25rem, 5vw, 5rem); }
.shop-section-title { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 3rem; }
.shop-section-title .eyebrow { grid-column: 1 / -1; }
.shop-section-title span { padding: .55rem .75rem; border: 2px solid var(--ink); font-weight: 800; text-transform: uppercase; transform: rotate(2deg); background: var(--yellow); }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2vw, 2rem); }
.shop-product-card { text-decoration: none; color: inherit; }
.product-art { display: block; background: white; border: var(--line); overflow: hidden; box-shadow: 7px 7px 0 var(--ink); transition: transform .18s ease, box-shadow .18s ease; }
.shop-product-card:hover .product-art { transform: translate(-5px, -5px) rotate(-1deg); box-shadow: 12px 12px 0 var(--card-accent, var(--blue)); }
.product-art img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-meta { display: grid; grid-template-columns: 1fr auto; gap: 1rem; margin-top: 1.15rem; align-items: start; font-weight: 800; font-size: 1.05rem; }
.product-meta b { color: var(--blue-dark); }
.shop-product-card small { display: block; margin-top: .4rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: #63727b; }
.accent-blue { --card-accent: var(--blue); }.accent-yellow { --card-accent: var(--yellow); }.accent-red { --card-accent: var(--red); }.accent-green { --card-accent: var(--green); }
.product-breadcrumb { padding: 1.5rem clamp(1.25rem, 5vw, 5rem) 0; display: flex; gap: .7rem; font-weight: 800; font-size: .8rem; text-transform: uppercase; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr); gap: clamp(2.5rem, 5vw, 5.5rem); padding: 1.5rem clamp(1.25rem, 5vw, 5rem) clamp(4.5rem, 7vw, 7rem); align-items: start; }
.product-gallery { display: grid; grid-template-columns: 88px 1fr; gap: 1rem; }
.product-main-image { grid-column: 2; grid-row: 1; border: var(--line); background: white; box-shadow: 10px 10px 0 var(--card-accent); overflow: hidden; }
.product-main-image img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.gallery-thumbs { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; gap: .7rem; }
.gallery-thumb { padding: 0; background: white; border: 2px solid var(--ink); cursor: pointer; opacity: .58; }
.gallery-thumb.active { opacity: 1; box-shadow: 4px 4px 0 var(--card-accent); transform: translate(-2px,-2px); }
.gallery-thumb img { aspect-ratio: 1; object-fit: cover; }
.product-copy { position: sticky; top: 2rem; padding-top: 1rem; }
.product-copy h1 { color: var(--ink); text-shadow: 3px 3px 0 var(--card-accent); font-size: clamp(2.4rem, 4vw, 4.4rem); line-height: .98; }
.product-price { font: 400 2rem/1 "Bowlby One SC", sans-serif; margin: 1.5rem 0; color: var(--blue-dark); }
.product-description { font-size: 1.08rem; line-height: 1.65; max-width: 620px; }
.product-copy fieldset { border: 0; padding: 0; margin: 1.6rem 0 0; }
.product-copy legend, .quantity-label { font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; margin-bottom: .65rem; }
.choice-row { display: flex; flex-wrap: wrap; gap: .55rem; }
.choice-row label input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row label span { display: grid; place-items: center; min-width: 74px; min-height: 44px; padding: .6rem .9rem; border: 2px solid var(--ink); background: white; cursor: pointer; font-weight: 800; }
.size-row label span { min-width: 52px; }
.choice-row label input:checked + span { background: var(--card-accent); box-shadow: 3px 3px 0 var(--ink); transform: translate(-2px,-2px); }
.choice-row label input:focus-visible + span { outline: 3px solid var(--blue-dark); outline-offset: 2px; }
.buy-row { display: grid; grid-template-columns: 84px 1fr; gap: .75rem; margin-top: 2rem; }
.quantity-label { display: grid; gap: .45rem; }
.quantity-label input, .cart-item input { width: 100%; min-height: 50px; border: 2px solid var(--ink); background: white; font: 800 1rem "DM Sans", sans-serif; text-align: center; }
.add-cart-button { min-height: 58px; align-self: end; border: var(--line); background: var(--red); color: white; box-shadow: 6px 6px 0 var(--ink); padding: .85rem 1.3rem; font: 800 .95rem "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .07em; cursor: pointer; }
.add-cart-button:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--ink); }
.add-cart-button.added { background: var(--green); color: var(--ink); }
.fulfillment-note { color: #65747d; font-size: .8rem; font-weight: 800; text-transform: uppercase; text-align: center; }
.product-facts { margin-top: 2rem; border-top: 2px solid var(--ink); }
.product-facts div { display: grid; grid-template-columns: 1fr 1.5fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid #adb5b7; }
.product-facts span { color: #5d6c74; }
.cart-shell { min-height: 65vh; padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6rem); }
.cart-shell > div:first-child { margin-bottom: 3rem; }
.cart-shell [data-cart-page] { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: 3rem; align-items: start; }
.cart-empty { grid-column: 1 / -1; padding: 3rem; border: var(--line); background: white; font-size: 1.2rem; font-weight: 700; }
.cart-list { border-top: var(--line); }
.cart-item { display: grid; grid-template-columns: 120px 1fr 70px 90px; gap: 1.2rem; align-items: center; padding: 1.2rem 0; border-bottom: var(--line); }
.cart-item img { border: 2px solid var(--ink); }
.cart-item h2 { font: 800 1.1rem/1.25 "DM Sans", sans-serif; text-transform: none; margin: 0 0 .25rem; }
.cart-item h2 a { text-decoration: none; }
.cart-item p { margin: 0 0 .5rem; color: #63727b; }
.cart-item button { border: 0; padding: 0; background: none; text-decoration: underline; font-weight: 800; cursor: pointer; }
.cart-item label { font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.cart-summary { border: var(--line); background: var(--yellow); box-shadow: var(--shadow); padding: 1.5rem; }
.cart-summary > div { display: flex; justify-content: space-between; font-size: 1.25rem; }
.cart-summary p, .cart-summary small { display: block; line-height: 1.5; }
.checkout-button { width: 100%; margin: 1rem 0; }
.checkout-button:disabled { opacity: .65; cursor: wait; }
.checkout-error { background: white; border: 2px solid var(--red); padding: .75rem; color: #8d1609; font-weight: 800; }
.success-shell { min-height: 70vh; text-align: center; display: grid; place-items: center; align-content: center; padding: 5rem 1.25rem; }
.success-mark { width: 100px; height: 100px; display: grid; place-items: center; border: var(--line); border-radius: 50%; background: var(--green); box-shadow: 6px 6px 0 var(--ink); font: 800 3rem "DM Sans", sans-serif; margin-bottom: 2rem; }
.success-shell h1 { text-shadow: 5px 5px 0 var(--blue); }
.success-shell > p:not(.eyebrow) { max-width: 620px; font-size: 1.15rem; line-height: 1.6; }
.inline-button { display: inline-grid; place-items: center; text-decoration: none; margin-top: 1rem; }
@media (max-width: 900px) {
  .site-header { grid-template-columns: 88px 1fr; height: 76px; }
  nav { display: none; }
  .header-play { justify-self: end; }
  .hero { grid-template-columns: 1fr; gap: 1.5rem; padding-top: 4rem; }
  .hero-copy { text-align: left; margin-inline: auto; }
  .store-buttons, .trust-row { justify-content: flex-start; }
  .hero-game { min-height: 410px; max-height: 430px; }
  .phone-shell { width: min(215px, 55vw); }
  .match-board { left: calc(50% - 190px); width: 180px; }
  .feature-grid { grid-template-columns: 1fr; gap: 2rem; }
  .feature-card.yellow { transform: none; }
  .feature-card { display: grid; grid-template-columns: minmax(150px, .75fr) 1fr; gap: 0 1.5rem; align-items: center; }
  .feature-card img { grid-row: span 2; }
  .featured { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail { grid-template-columns: 1fr; }
  .product-copy { position: static; }
  .cart-shell [data-cart-page] { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .site-header { padding-inline: .85rem; }
  .brand { width: 76px; height: 70px; }
  .brand img { height: 70px; }
  .header-play { font-size: .72rem; padding: .7rem .75rem; }
  .hero { min-height: auto; padding: 3.5rem 1rem 4.5rem; }
  h1 { font-size: clamp(2.15rem, 10.5vw, 2.65rem); line-height: .98; }
  h1 em { white-space: normal; }
  .score-strip span:nth-child(1), .score-strip span:nth-child(3) { display: none; }
  .score-strip { justify-content: center; }
  .hero-game { min-height: 315px; max-height: 335px; }
  .phone-shell { width: min(145px, 44vw); box-shadow: 8px 10px 0 var(--blue), 12px 14px 0 var(--yellow); }
  .match-board { left: 3%; bottom: 10%; width: 145px; gap: 5px; padding: 8px; }
  .brick { border-width: 2px; border-radius: 4px; }
  .smash-button { width: 76px; right: 2%; }
  .feature-card { display: block; }
  .feature-card img { margin-bottom: 1rem; }
  .section-heading { display: block; }
  .section-heading .text-link { display: inline-block; margin-top: 1.5rem; }
  .logo-wall { grid-template-columns: repeat(2, 1fr); }
  .logo-wall div, .logo-wall div:nth-child(n) { grid-column: span 1; min-height: 120px; }
  .logo-wall div:last-child { grid-column: 1 / -1; }
  .product-grid { gap: 1rem; }
  .product-card { grid-template-columns: 1fr; }
  .product-card img { grid-column: 1; }
  .product-card b { font-size: .9rem; }
  .cta-ball { width: 170px; height: 170px; right: -70px; top: -60px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  footer p { grid-column: 1; }
  .shop-section-title { display: block; }
  .shop-section-title span { display: inline-block; margin-top: 1rem; }
  .shop-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-main-image { grid-column: 1; }
  .gallery-thumbs { grid-column: 1; grid-row: 2; flex-direction: row; overflow-x: auto; padding: .2rem .2rem .5rem; }
  .gallery-thumb { flex: 0 0 75px; }
  .cart-item { grid-template-columns: 84px 1fr 55px; gap: .8rem; }
  .cart-item > b { grid-column: 2; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  * { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal-ready { opacity: 1; translate: none; }
}
