:root{--ink:#191919;--paper:#fffdf8;--red:#ed1933;--lime:#dbff78;--line:#d9d8d2;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Montserrat,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #3355ed;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.02;letter-spacing:-.055em;font-weight:900}h1{font-size:clamp(3.6rem,7.8vw,7.6rem)}h2{font-size:clamp(2.6rem,5vw,4.8rem)}h3{font-size:1.7rem}p{max-width:65ch}.wrap{max-width:1400px;width:calc(100% - 96px);margin:auto}.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;display:block;margin-bottom:24px}.skip{position:fixed;left:15px;top:-100px;z-index:100;background:#fff;padding:12px}.skip:focus{top:12px}.site-header{height:100px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:30}.brand{display:block;width:115px}.brand img{height:72px;width:115px;object-fit:contain}.nav{display:flex;align-items:center;gap:30px;font-size:.875rem;font-weight:700}.nav a:not(.button){padding:14px 0}.nav a[aria-current=page]{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:7px}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:15px 25px;min-height:52px;border:1px solid var(--ink);border-radius:100px;background:var(--ink);color:#fff;font-size:.875rem;font-weight:700;line-height:1.4;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px);background:#353535}.button.light{background:var(--paper);color:var(--ink)}.button.red{background:var(--red);border-color:var(--red);color:#fff}.button.outline{background:transparent;color:inherit;border-color:currentColor}.button .arrow{font-size:1.2rem}.menu-button{display:none;background:transparent;border:1px solid var(--line);border-radius:100px;padding:10px 20px;min-height:48px}.hero{display:grid;grid-template-columns:1.02fr 1fr;gap:40px;align-items:center;padding:58px 0 65px}.hero h1{text-transform:uppercase}.hero h1 em{font-style:normal;color:var(--red)}.hero-copy>p{font-size:1.1rem;max-width:430px;margin:26px 0 30px;color:#535353}.actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.text-link{font-size:.875rem;font-weight:700;border-bottom:1px solid;padding:8px 0}.hero-art{height:590px;background:#dbff78;position:relative;border-radius:180px 180px 28px 28px;overflow:hidden;isolation:isolate}.hero-art:before{content:'';position:absolute;width:450px;height:450px;border:1px solid #afcb61;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.hero-art:after{content:'';position:absolute;width:350px;height:350px;border:1px solid #afcb61;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.hero-shot{position:absolute;object-fit:contain;height:370px;width:230px;filter:drop-shadow(0 22px 18px #34450933);z-index:2;transition:transform .5s}.hero-shot.one{left:1%;top:105px;transform:rotate(-18deg)}.hero-shot.two{left:29%;top:145px;transform:rotate(8deg)}.hero-shot.three{right:-3%;top:82px;transform:rotate(24deg)}.hero-art:hover .one{transform:rotate(-23deg) translateY(-8px)}.hero-art:hover .three{transform:rotate(28deg) translateY(-8px)}.round-label{position:absolute;left:25px;top:30px;background:var(--red);color:#fff;border-radius:50%;width:110px;height:110px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.1;font-weight:900;transform:rotate(-14deg);font-size:1.1rem;z-index:3}.art-note{position:absolute;bottom:25px;left:30px;right:30px;display:flex;justify-content:space-between;font-size:.75rem;letter-spacing:.12em;font-weight:800;text-transform:uppercase;z-index:3}.hero-facts{display:flex;gap:32px;font-size:.8rem;margin-top:40px;padding-top:20px;border-top:1px solid var(--line)}.hero-facts strong{display:block;font-size:1.15rem}.ticker{background:var(--red);color:#fff;display:flex;gap:48px;justify-content:center;overflow:hidden;white-space:nowrap;font-size:1.1rem;font-weight:900;letter-spacing:.025em;padding:18px}.section{padding:96px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-head p{max-width:380px;color:#5a5a5a}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{display:block;min-width:0}.card-image{background:var(--tint);border-radius:18px;position:relative;height:300px;overflow:hidden}.card-image img{height:250px;width:82%;object-fit:contain;margin:25px auto;transition:transform .3s}.product-card:hover .card-image img{transform:rotate(-7deg) scale(1.07)}.card-abv{position:absolute;top:17px;left:18px;font-size:.75rem;font-weight:700}.card-arrow{position:absolute;right:15px;bottom:15px;background:#fff;border-radius:50%;width:35px;height:35px;text-align:center;line-height:35px}.card-info{padding:18px 3px}.card-info h3{font-size:1.35rem;letter-spacing:-.035em}.card-info p{font-size:.875rem;margin-top:5px;color:#5a5a5a}.section-dark{background:var(--ink);color:white}.split{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.photo-frame{height:570px;border-radius:24px;overflow:hidden}.photo-frame img{height:100%;width:100%;object-fit:cover}.steps{margin-top:35px}.step{padding:24px 0;border-top:1px solid #ffffff36;display:grid;grid-template-columns:42px 1fr;gap:16px}.step>span{font-size:.8rem;color:var(--lime)}.step h3{font-size:1.6rem;letter-spacing:-.03em}.step p{font-size:.95rem;color:#ccc;margin-top:9px}.quiz-promo{background:#d8cbff;border-radius:28px;padding:55px;display:grid;grid-template-columns:1fr .75fr;align-items:center;gap:40px;overflow:hidden}.quiz-promo p{margin:20px 0 25px}.quiz-art{display:flex;align-items:center;justify-content:center;height:310px;position:relative}.quiz-art img{height:270px;width:50%;object-fit:contain;transform:rotate(-14deg)}.quiz-art img+img{transform:rotate(16deg);margin-left:-40px}.trade-banner{padding:70px;border-radius:26px;background:var(--lime);display:flex;align-items:center;justify-content:space-between;gap:40px}.trade-banner h2{font-size:clamp(2.4rem,4vw,4rem);max-width:680px}.trade-banner p{margin-top:18px;max-width:590px}.site-footer{background:#191919;color:#fff;padding:65px 0 25px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-word{font-size:clamp(2.2rem,5vw,4rem);font-weight:900;letter-spacing:-.06em;line-height:1}.footer-top p{color:#c7c7c7;font-size:.9rem;margin-top:20px;max-width:320px}.footer-links{display:flex;flex-direction:column;align-items:start;gap:13px;font-size:.875rem}.footer-links strong{font-size:.75rem;letter-spacing:.1em;color:#aaa;text-transform:uppercase;margin-bottom:12px}.footer-bottom{border-top:1px solid #444;margin-top:55px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:.75rem;color:#bcbcbc}.page-intro{padding:70px 0 55px;max-width:920px}.page-intro h1{font-size:clamp(3rem,6.5vw,6rem)}.page-intro p{font-size:1.15rem;margin-top:25px;color:#555;max-width:640px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:35px}.filter{border:1px solid #c9c9c1;border-radius:100px;background:transparent;padding:11px 22px;font-size:.875rem;font-weight:700;min-height:46px}.filter[aria-pressed=true]{background:#191919;color:#fff;border-color:#191919}.all-products{grid-template-columns:repeat(5,minmax(0,1fr))}.all-products .card-image{height:270px}.all-products .card-image img{height:220px}.breadcrumb{font-size:.8rem;color:#666;display:flex;gap:12px;flex-wrap:wrap;padding:28px 0 0}.breadcrumb a{text-decoration:underline;text-underline-offset:3px}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:75px;padding:35px 0 65px;align-items:center}.product-visual{background:var(--tint);border-radius:28px;height:570px;position:relative;display:flex;align-items:center;justify-content:center}.product-visual img{height:460px;width:76%;object-fit:contain;filter:drop-shadow(0 20px 18px #0002)}.product-visual .eyebrow{position:absolute;bottom:22px;left:30px;margin:0}.product-copy h1{font-size:clamp(3.4rem,5.4vw,5.6rem)}.product-copy .intro{font-size:1.1rem;margin:25px 0;color:#555}.specs{display:flex;gap:40px;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:28px 0}.specs strong{font-size:1.8rem;letter-spacing:-.04em;display:block}.specs span{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.format-note{font-size:.9rem;margin:20px 0 25px}.details-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:70px;border-top:1px solid var(--line);padding:55px 0}.details-grid h2{font-size:2.4rem;margin-bottom:25px}.details-grid h3{font-size:1.2rem;letter-spacing:-.025em;margin-bottom:10px}.details-grid p{font-size:1rem}.fact-block{margin-bottom:28px}.small-note{font-size:.8rem!important;color:#777;margin-top:16px}.pack-comparison{display:grid;grid-template-columns:1fr 1fr;gap:24px}.pack-panel{border:1px solid var(--line);border-radius:24px;overflow:hidden}.pack-panel .pack-picture{background:#fff;height:360px;padding:20px}.pack-picture img{height:100%;width:100%;object-fit:contain}.pack-panel .pack-text{padding:35px}.pack-text h2{font-size:2.5rem}.pack-text p{margin-top:16px}.pack-text .eyebrow{margin-bottom:14px}.format-tabs{display:flex;gap:10px;margin:18px 0}.format-tabs button{flex:1}.format-state{margin-top:20px}.format-state img{max-height:310px;object-fit:contain;background:#fff;border-radius:16px;width:100%}.format-state p{font-size:.9rem;padding-top:15px}.faq{max-width:900px;margin:auto}.faq h2{margin-bottom:40px}details{border-top:1px solid var(--line);padding:22px 0}summary{font-weight:700;cursor:pointer;font-size:1rem;padding-right:25px}details p{margin:15px 0 0;color:#555}.trade-hero{background:var(--ink);color:#fff;padding:70px 0}.trade-hero .split{gap:40px}.trade-hero h1{font-size:clamp(3.3rem,6vw,6rem)}.trade-hero p{color:#ccc;margin:25px 0 30px}.trade-hero img{border-radius:24px;width:100%;height:480px;object-fit:cover}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 0;gap:35px}.stats-row strong{font-size:2.8rem;letter-spacing:-.06em;display:block}.stats-row span{font-size:.875rem}.trade-table{width:100%;border-collapse:collapse;font-size:.925rem}.trade-table th{text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;background:#eeeee8}.trade-table td,.trade-table th{padding:17px;border-bottom:1px solid var(--line)}.trade-table td:first-child a{text-decoration:underline;text-underline-offset:3px}.table-scroll{overflow-x:auto}.contact-card{background:var(--lime);border-radius:24px;padding:50px}.contact-card h2{font-size:3rem}.contact-card p{margin:20px 0}.contact-card a.email{font-size:clamp(1.4rem,3vw,2.2rem);font-weight:800;letter-spacing:-.04em;text-decoration:underline;word-break:break-word}.social-list{margin-top:30px;display:flex;gap:12px;flex-wrap:wrap}.social-list a{border:1px solid #bbb;border-radius:100px;padding:12px 20px;font-size:.9rem;min-height:48px}.quiz-shell{max-width:900px;margin:35px auto 90px;background:#e7dcff;border-radius:30px;padding:50px;min-height:480px}.quiz-shell h2{font-size:clamp(2rem,4vw,3.3rem);margin:25px 0 30px}.quiz-progress{font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:13px}.quiz-option{min-height:85px;background:#fff;border:1px solid transparent;border-radius:14px;padding:18px 23px;text-align:left;font-weight:700;font-size:1rem}.quiz-option:hover{border-color:#191919}.quiz-option small{display:block;font-weight:400;font-size:.825rem;margin-top:5px;color:#666}.quiz-back{margin-top:25px;background:none;border:0;text-decoration:underline;padding:8px 0;min-height:44px}.quiz-result{display:grid;grid-template-columns:.7fr 1fr;gap:25px;align-items:center}.quiz-result img{height:290px;width:100%;object-fit:contain}.quiz-result p{margin:20px 0}.quiz-result h2{margin:12px 0}.quiz-disclaimer{font-size:.8rem;color:#595361;margin-top:28px}.not-found{text-align:center;padding:110px 0}.not-found p{margin:25px auto}.hidden,[hidden]{display:none!important}@media(min-width:1600px){.hero{padding-top:75px;padding-bottom:85px}}@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.nav{gap:18px}.hero-art{height:490px}.hero-shot{height:320px;width:200px}.hero-shot.one{left:-6%;top:80px}.hero-shot.two{left:25%;top:120px}.hero-shot.three{right:-9%;top:85px}.all-products{grid-template-columns:repeat(3,1fr)}.split,.product-hero{gap:40px}.product-grid:not(.all-products){grid-template-columns:repeat(2,1fr)}.trade-banner{padding:45px}.product-visual{height:480px}.product-visual img{height:370px}.nav .button{padding:12px 18px}}@media(max-width:760px){.wrap{width:calc(100% - 36px)}.site-header{height:82px}.brand{width:93px}.brand img{height:60px;width:93px}.menu-button{display:block}.nav{display:none;position:absolute;left:-18px;right:-18px;top:82px;background:var(--paper);padding:20px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line);gap:4px;box-shadow:0 12px 15px #0001}.nav.open{display:flex}.nav a{text-align:center}.hero{grid-template-columns:1fr;padding:38px 0 35px;gap:32px}.hero h1{font-size:clamp(3.5rem,13vw,5.3rem)}.eyebrow{font-size:.72rem;margin-bottom:18px}.hero-copy>p{font-size:1rem;margin:20px 0 23px;max-width:360px}.hero-facts{margin-top:24px;gap:30px}.hero-art{height:390px;border-radius:130px 130px 20px 20px}.hero-shot{height:275px;width:170px}.hero-shot.one{left:0%;top:65px}.hero-shot.two{left:28%;top:95px}.hero-shot.three{right:-3%;top:60px}.round-label{width:83px;height:83px;font-size:.85rem;left:18px;top:19px}.art-note{font-size:.65rem;bottom:17px;left:22px;right:22px}.ticker{font-size:.875rem;justify-content:flex-start;gap:30px;padding:14px 20px}.section{padding:58px 0}.section-head{align-items:start;flex-direction:column;gap:20px;margin-bottom:30px}.section-head h2{max-width:340px}.product-grid,.all-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card-image,.all-products .card-image{height:235px;border-radius:15px}.card-image img,.all-products .card-image img{height:190px;margin:28px auto 15px;width:92%}.card-info h3{font-size:1.15rem;line-height:1.13}.card-info p{font-size:.8rem}.card-abv{left:12px;top:12px;font-size:.65rem}.split,.product-hero,.details-grid,.pack-comparison,.quiz-promo,.quiz-result{grid-template-columns:1fr;gap:32px}.photo-frame{height:430px}.quiz-promo{padding:30px;gap:0}.quiz-art{height:225px;margin-top:12px}.quiz-art img{height:225px}.trade-banner{padding:35px 26px;flex-direction:column;align-items:start;gap:26px}.footer-top{grid-template-columns:1fr 1fr;gap:35px}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:10px;margin-top:35px}.site-footer{padding-top:45px}.page-intro{padding:45px 0 35px}.page-intro h1{font-size:3.45rem}.page-intro p{font-size:1rem}.filters{gap:8px}.filter{padding:10px 17px;font-size:.8rem}.product-hero{padding:25px 0 45px}.product-visual{height:390px}.product-visual img{height:310px}.product-copy h1{font-size:3.4rem}.product-copy .intro{font-size:1rem}.details-grid{padding:35px 0;gap:15px}.pack-panel .pack-picture{height:290px}.pack-panel .pack-text{padding:27px}.trade-hero{padding:45px 0}.trade-hero h1{font-size:3.5rem}.trade-hero img{height:350px}.stats-row{gap:12px}.stats-row strong{font-size:2.2rem}.stats-row span{font-size:.8rem}.contact-card{padding:30px}.contact-card h2{font-size:2.4rem}.quiz-shell{padding:27px;margin:10px auto 55px;border-radius:22px}.quiz-options{grid-template-columns:1fr}.quiz-option{min-height:72px}.quiz-result{gap:0}.quiz-result img{height:200px}.quiz-result h2{font-size:2.7rem}.trade-table td,.trade-table th{padding:13px 10px}.trade-table{font-size:.8rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}@media(max-width:360px){.hero-shot{width:145px}.hero h1{font-size:3.2rem}.button{gap:15px;padding:14px 20px}.card-image,.all-products .card-image{height:200px}.card-image img,.all-products .card-image img{height:160px}}
/* Keep the real product visible sooner on a phone. */
@media(max-width:760px){.hero{padding-top:26px;gap:24px}.hero h1{font-size:clamp(2.65rem,11.4vw,4.2rem)}.hero-copy>p{margin:18px 0 22px}.hero-copy .eyebrow{margin-bottom:15px}.hero-facts{display:none}.hero-art{height:360px}.hero-shot.one{top:52px}.hero-shot.two{top:75px}.hero-shot.three{top:48px}}
/* Review revision: balanced discovery and touch-friendly motion. */
.abv-filter{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:0 0 25px}.abv-filter label{font-weight:700}.abv-filter select{font:inherit;min-height:46px;padding:10px 35px 10px 15px;border:1px solid #aaa;border-radius:24px;background:var(--paper);max-width:100%}
.ticker{padding:18px 0;display:block}.ticker-track{display:flex;width:max-content;animation:marquee 28s linear infinite}.ticker-group{display:flex;align-items:center;gap:48px;flex-shrink:0;padding-right:48px}.motion-toggle{display:block;margin:8px 18px 0 auto;background:none;border:0;text-decoration:underline;font-size:.8rem;min-height:44px;color:var(--ink)}
@keyframes marquee{to{transform:translateX(-50%)}}
@keyframes shot-float{50%{translate:0 -9px;rotate:3deg}}
@keyframes shot-arrive{from{translate:0 12px;rotate:-4deg}to{translate:0 0;rotate:0deg}}
.hero-art.in-view .hero-shot{animation:shot-float 4s ease-in-out infinite}.hero-art.in-view .two{animation-delay:-1.3s}.hero-art.in-view .three{animation-delay:-2.6s}.product-visual.in-view img,.quiz-art.in-view img{animation:shot-float 5s ease-in-out infinite}.product-card.in-view .card-image img{animation:shot-arrive .8s ease-out both}
.motion-paused *{animation-play-state:paused!important}.quiz-matches{display:grid;gap:18px;margin-top:25px}.quiz-match{display:grid;grid-template-columns:120px 1fr;align-items:center;gap:20px;background:#fff;border-radius:18px;padding:20px}.quiz-match img{width:120px;height:170px;object-fit:contain}.quiz-match h3{font-size:1.7rem}.quiz-match p{font-size:.9rem;margin:10px 0}.nav{gap:22px}
@media(max-width:900px) and (min-width:761px){.nav{gap:11px;font-size:.75rem}.nav .button{padding:10px 12px}.brand,.brand img{width:90px}}
@media(max-width:760px){.ticker{padding:14px 0}.ticker-group{gap:30px;padding-right:30px}.hero-shot{width:45%;height:72%}.hero-shot.one{left:-2%;top:15%}.hero-shot.two{left:28%;top:23%}.hero-shot.three{right:-3%;top:14%}.art-note{gap:12px;font-size:.58rem;letter-spacing:.06em}.art-note span:last-child{white-space:nowrap}.quiz-match{grid-template-columns:85px 1fr;padding:16px;gap:12px}.quiz-match img{width:85px;height:130px}.quiz-match h3{font-size:1.4rem}.trade-table td:nth-child(2),.trade-table th:nth-child(2){white-space:nowrap}.trade-table td:last-child{min-width:120px}.nav{gap:4px}}
@media(prefers-reduced-motion:reduce){.ticker-track{animation:none;width:100%;display:block}.ticker-group{flex-wrap:wrap;justify-content:center;white-space:normal;gap:12px 24px;padding:0 18px;text-align:center}.ticker-group+.ticker-group{display:none}.motion-toggle{display:none}.hero-shot,.product-visual img,.quiz-art img,.card-image img{animation:none!important;translate:none;rotate:none}}
/* Compare formats at equal visible-art scale, independent of source margins. */
.normalized-art{display:flex;width:100%;height:100%;align-items:center;justify-content:center;overflow:hidden;background:#fff}.art-crop{position:relative;display:block;width:88%;max-width:430px;overflow:hidden;flex:none}.normalized-art .art-crop img{position:absolute;max-width:none;max-height:none;object-fit:fill;margin:0;border-radius:0}.format-state>.normalized-art{height:310px;border-radius:16px}.format-state>img{height:310px;padding:32px}.pack-picture .normalized-art{background:transparent}.photo-frame>.normalized-art{border-radius:24px}
.game-wrap{max-width:900px;padding-bottom:70px}.game-hud{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px;background:#191919;color:#fff;border-radius:20px 20px 0 0}.game-hud strong{display:block;font-size:1.8rem;line-height:1.2}.game-hud>div{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.game-hud button{color:white}.game-hud button:disabled{opacity:.4}.bonus-status{padding:12px;background:var(--red);color:#fff;text-align:center;font-size:.9rem;font-weight:700;min-height:48px}.arena{height:480px;position:relative;overflow:hidden;isolation:isolate;border:2px solid #d9d8d2;border-top:0;border-radius:0 0 24px 24px;background:radial-gradient(circle at 20% 30%,#fff8 0 3px,transparent 4px),#dbff78;background-size:35px 35px;touch-action:pan-y}.arena.bonus-active{background-color:#f3cfef}.shot-target{position:absolute;width:80px;height:100px;background:#ffffffa8;border:1px solid #ffffffb0;border-radius:18px;padding:6px;cursor:pointer;touch-action:manipulation;box-shadow:0 5px 12px #0001}.shot-target img{width:100%;height:100%;object-fit:contain;pointer-events:none}.logo-target{background:white;border:3px solid #ed1933;width:88px}.logo-target img{height:68px}.logo-target span{font-size:.6rem;font-weight:900;display:block;line-height:1}.shot-target:focus-visible{outline:3px solid #191919;outline-offset:2px}.game-overlay{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:28px;background:#dbff78}.game-overlay>img{width:130px;height:96px;object-fit:contain;margin-bottom:16px}.game-overlay h2{font-size:clamp(2.3rem,6vw,3.5rem)}.game-overlay p{max-width:420px;margin:18px 0 25px;font-size:.95rem}.game-paused{filter:saturate(.25)}.droplet{position:absolute;width:var(--size);height:var(--size);border-radius:45% 55% 60% 40%;pointer-events:none;z-index:4;animation:liquid-burst .65s ease-out forwards}.hit-score{position:absolute;pointer-events:none;z-index:4;font-size:1.5rem;font-weight:900;color:#191919;background:#fff;border-radius:12px;padding:2px 8px;animation:points-rise .7s ease-out forwards}@keyframes liquid-burst{from{transform:translate(-50%,-50%) scale(.4);opacity:1}to{transform:translate(var(--dx),var(--dy)) scale(.2);opacity:0}}@keyframes points-rise{to{transform:translateY(-35px);opacity:0}}@media(max-width:760px){.arena{height:420px}.game-hud{padding:16px}.game-overlay{padding:20px}.game-overlay>img{height:78px;margin-bottom:12px}.game-overlay p{margin:14px 0 20px}.game-wrap{width:calc(100% - 24px)}}@media(min-width:761px) and (max-width:1050px){.nav{gap:10px;font-size:.72rem}.nav .button{padding:10px}.brand,.brand img{width:85px}}
/* Targets use the transparent shot silhouettes, with varied orientation. */
.shot-target{background:transparent;border:0;box-shadow:none;padding:3px}.shot-target img{transform:rotate(var(--angle,0deg));filter:drop-shadow(0 5px 4px #0003)}.logo-target{background:#fff;border:3px solid var(--red);border-radius:50%;box-shadow:0 0 0 5px #fff7}.logo-target img{filter:none;height:62px}.logo-target span{font-size:.58rem}
/* The liquid falls into a branded tank beneath the arena on every screen. */
.arena{height:360px;border-radius:0;overflow:hidden}.splash-tank{height:115px;position:relative;overflow:hidden;border:2px solid #191919;border-top:5px solid #191919;border-radius:0 0 24px 24px;background:#fff;display:flex;align-items:center;justify-content:center;gap:24px;padding:12px}.tank-liquid{position:absolute;bottom:0;left:0;width:100%;height:0;background:#ed1933;opacity:.65;transition:height .5s ease,background-color .5s; border-top:4px solid #ffffff80}.splash-tank>img,.tank-caption{position:relative;z-index:1}.splash-tank>img{width:100px;height:74px;object-fit:contain}.tank-caption{display:flex;flex-direction:column}.tank-caption strong{font-size:1.7rem;font-weight:900;line-height:1.2}.tank-caption span{font-size:.65rem;font-weight:800;letter-spacing:.08em}.falling-liquid{animation:liquid-fall .65s ease-in forwards}@keyframes liquid-fall{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}25%{transform:translate(calc(var(--dx)*.45),-18px) scale(1);opacity:1}100%{transform:translate(var(--dx),var(--dy)) scale(.65);opacity:.8}}@media(max-width:760px){.arena{height:320px}.game-hud{padding:12px 16px}.game-hud strong{font-size:1.4rem}.bonus-status{font-size:.75rem;min-height:42px;padding:10px}.game-overlay h2{font-size:2rem}.game-overlay p{font-size:.85rem;margin:10px 0 14px}.game-overlay>img{height:58px;margin-bottom:8px}.splash-tank{height:105px;gap:16px}.game-hud{scroll-margin-top:8px}}

.shot-target.expiring{opacity:.45}.shot-target:focus-visible{opacity:1}
/* Flavour missions: stable lanes, readable labels, liquid landing in the tank. */
.game-stage{position:relative;overflow:hidden;border-radius:0 0 24px 24px}.arena{background-color:var(--round-tint,#f2d9ee);height:350px}.flavour-mission{display:flex;align-items:center;gap:14px;background:#fff;padding:8px 16px;border-inline:2px solid var(--ink);min-height:76px}.flavour-mission img{width:45px;height:58px;object-fit:contain}.flavour-mission span{display:block;font-size:.6rem;font-weight:800;letter-spacing:.08em}.flavour-mission strong{font-size:1.15rem;line-height:1.2}.chances{margin-left:auto;text-align:right}.chances strong{font-size:1rem}.game-overlay{background:var(--round-tint,#f2d9ee);padding:18px}.game-overlay>img{height:70px;width:90px;margin-bottom:8px}.game-overlay h2{font-size:2.2rem;max-width:460px}.game-overlay p{font-size:.85rem;margin:12px 0;max-width:480px}.game-overlay-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.game-overlay .text-link{font-size:.75rem}.game-overlay .button{font-size:.8rem;min-height:46px;padding:12px 20px}.shot-target{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:4px}.shot-target img{height:78%;flex:none}.shot-target>span{font-size:9px;line-height:1.1;font-weight:800;background:#fff;padding:3px 5px;border-radius:6px;max-width:100%;pointer-events:none}.logo-target img{height:58px}.logo-target>span{font-size:8px}.shot-target.expiring{opacity:.55}.game-rules{font-size:.78rem;margin-top:14px}.game-help{padding:14px 0;margin-top:15px}.game-help p{font-size:.85rem}.spill-score{color:#b30020}.hit-score{font-size:1rem;max-width:140px}.splash-tank{height:105px}.game-hud{scroll-margin-top:8px}@media(max-width:760px){.arena{height:310px}.game-hud{padding:10px 14px}.game-hud strong{font-size:1.2rem}.flavour-mission{min-height:65px;padding:5px 12px;gap:10px}.flavour-mission img{height:49px;width:36px}.flavour-mission strong{font-size:1rem}.flavour-mission span{font-size:.53rem}.bonus-status{min-height:36px;padding:8px;font-size:.7rem}.game-overlay h2{font-size:1.8rem}.game-overlay>img{height:50px;margin:0}.game-overlay p{font-size:.78rem;margin:9px 0}.game-overlay .filter{min-height:44px;padding:8px 12px}.splash-tank{height:86px}.splash-tank>img{height:62px;width:85px}.tank-caption strong{font-size:1.4rem}.tank-caption span{font-size:.57rem}}

/* Audit: readable small text and finite motion away from the home pause control. */
.small-note{color:#626262}.button.red{background:#d9102b;border-color:#d9102b}.bonus-status{background:#d9102b}.product-visual.in-view img{animation-iteration-count:1}.quiz-match img{aspect-ratio:12/17}

.ticker,.round-label{background:#d9102b}

.export-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.export-grid article{padding:28px;border:1px solid var(--line);border-radius:20px}.export-grid h3{font-size:1.6rem;margin-bottom:18px}.export-grid p{font-size:.95rem}@media(max-width:760px){.export-grid{grid-template-columns:1fr;gap:16px}}

.analytics-consent{position:fixed;z-index:1000;bottom:16px;left:16px;right:16px;max-width:660px;margin:auto;padding:18px;background:#fffdf6;color:#191919;border:1px solid #999;border-radius:16px;box-shadow:0 5px 30px #0003;font-size:14px}.analytics-consent p{margin:0 0 12px}.analytics-consent div{display:flex;gap:12px;flex-wrap:wrap}.analytics-consent button{padding:10px 16px;border:1px solid #191919;border-radius:24px;background:#fff;color:#191919;cursor:pointer}.analytics-preferences{background:none;border:0;color:inherit;text-decoration:underline;cursor:pointer;font:inherit}
