@font-face{font-family:Lemon;src:url('assets/Lemon-Bold.woff2') format('woff2');font-weight:700;font-display:swap}
@font-face{font-family:Nineties;src:url('assets/PerfectlyNineties-Regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Nineties;src:url('assets/PerfectlyNineties-Semibold.woff2') format('woff2');font-weight:600;font-display:swap}
:root{--red:#fb0d1b;--cream:#fff4ec;--ink:#242424;--muted:#6f6965;--line:#ddd7d2;--white:#fff;--radius:10px}
*{box-sizing:border-box}html{background:var(--cream);color-scheme:light}body{margin:0;background:var(--cream);color:var(--ink);font-family:Nineties,Georgia,serif;-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible{outline:3px solid #242424;outline-offset:3px}[hidden]{display:none!important}
.topbar{height:84px;padding:0 max(22px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(36,36,36,.1);background:rgba(255,244,236,.92);backdrop-filter:blur(16px);position:relative;z-index:20}.topbar img{width:92px}.topbar span{font-size:13px;font-weight:600}
.view{display:none;min-height:calc(100svh - 84px);position:relative}.view.is-active{display:grid;animation:view-in .45s cubic-bezier(.2,.75,.25,1)}@keyframes view-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.eyebrow{margin:0 0 14px;color:var(--red);font-weight:600;font-size:15px}.lead{font-size:clamp(20px,2vw,25px);line-height:1.42;color:#514c49;max-width:520px;margin:22px 0 30px}h1,h2,h3{font-family:Lemon,sans-serif;letter-spacing:0;line-height:.94;margin:0}h1{font-size:clamp(58px,6.3vw,94px)}h2{font-size:clamp(50px,5.5vw,78px)}
.primary{min-height:64px;border:3px solid var(--red);border-radius:10px;background:var(--red);color:#fff;padding:0 26px;font-family:Lemon,sans-serif;font-size:25.5px;letter-spacing:0;display:inline-flex;align-items:center;justify-content:center;gap:18px;transition:transform .18s ease,background .18s ease,color .18s ease}.primary:hover{background:#fff;color:var(--red);transform:translateY(-2px)}.primary:active{transform:translateY(1px)}.primary span{font-family:Nineties;font-size:30px;line-height:1}.back{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.75);font-size:23px;display:grid;place-items:center;z-index:5}.quiet{border:0;background:none;text-decoration:underline;text-underline-offset:4px;color:var(--muted);padding:14px;font-weight:600}
.hero{grid-template-columns:minmax(0,1.04fr) minmax(520px,.96fr);overflow:hidden}.hero-photo{background:url('assets/lifestyle-hero.jpg') center 34%/cover no-repeat;min-height:100%}.hero-card{padding:70px clamp(40px,6vw,96px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:var(--cream);position:relative}.hero-card:before{content:'';position:absolute;left:-35px;top:0;bottom:0;width:70px;background:var(--cream);clip-path:polygon(52% 0,100% 0,100% 100%,0 100%,43% 84%,7% 69%,50% 51%,10% 34%,48% 16%)}.hero-card small{margin:14px 0 0 2px;color:var(--muted);font-size:13px}
.game-view{grid-template-columns:minmax(380px,.72fr) minmax(540px,1.28fr);background:var(--cream);overflow:hidden}.game-view>.back{position:absolute;top:28px;left:max(24px,calc((100vw - 1240px)/2))}.game-copy{padding:clamp(110px,14vh,170px) 40px 60px max(34px,calc((100vw - 1180px)/2));align-self:center}.game-copy>p:not(.eyebrow){font-size:22px;margin:18px 0 28px}.side-picker{display:grid;grid-template-columns:1fr 1fr;border:2px solid var(--ink);border-radius:10px;overflow:hidden;max-width:350px}.side-picker button{min-height:56px;background:transparent;border:0;font-weight:600}.side-picker button+button{border-left:2px solid var(--ink)}.side-picker button.is-selected{background:var(--ink);color:#fff}.coin-area{background:#f1ece7;display:grid;place-items:center;align-content:center;position:relative;perspective:1000px}.coin-button{width:min(360px,64vw);aspect-ratio:1;border:0;background:none;padding:0;position:relative}.coin-button:not(:disabled):hover img{transform:translateY(-10px) rotate(-3deg);filter:drop-shadow(0 34px 28px rgba(74,52,41,.22))}.coin-button:disabled{cursor:default}.coin-button img{width:100%;height:100%;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 24px 20px rgba(74,52,41,.18));transition:transform .4s cubic-bezier(.2,.8,.2,1),filter .4s}.coin-shadow{position:absolute;left:17%;right:17%;bottom:3%;height:10%;background:rgba(40,26,19,.16);filter:blur(18px);border-radius:50%;transition:.4s}.coin-button.is-flipping img{animation:premium-flip 1.35s cubic-bezier(.18,.78,.22,1)}.coin-button.is-flipping .coin-shadow{animation:shadow-flip 1.35s ease}@keyframes premium-flip{0%{transform:translateY(0) rotateY(0) rotateZ(0)}35%{transform:translateY(-170px) rotateY(630deg) rotateZ(-12deg) scale(.88)}72%{transform:translateY(-35px) rotateY(1260deg) rotateZ(5deg) scale(1.04)}88%{transform:translateY(-8px) rotateY(1420deg) rotateZ(-2deg)}100%{transform:translateY(0) rotateY(1440deg)}}@keyframes shadow-flip{0%,100%{transform:scale(1);opacity:1}35%{transform:scale(.35);opacity:.25}72%{transform:scale(.7);opacity:.6}}#coin-hint{margin:25px 0 0;color:var(--muted);font-size:15px}.win-sheet{position:absolute;inset:0;background:rgba(255,244,236,.96);backdrop-filter:blur(18px);z-index:10;display:grid;place-content:center;text-align:center;padding:28px;animation:reveal .5s ease}.win-sheet .win-tick{width:58px;height:58px;border-radius:50%;background:var(--red);color:white;display:grid;place-items:center;margin:0 auto 20px;font-size:28px}.win-sheet p{margin:0 0 7px;color:var(--red);font-weight:600}.win-sheet h3{font-size:clamp(44px,5vw,70px);max-width:580px;margin-bottom:28px}@keyframes reveal{from{opacity:0;transform:scale(.98)}to{opacity:1;transform:none}}
.pouch-area{background:#f1ece7;display:grid;place-items:center;align-content:center;position:relative;padding:70px 42px 30px;overflow:hidden}.pouch-area:before{content:'';position:absolute;width:70%;aspect-ratio:1;border-radius:50%;background:rgba(251,13,27,.08);filter:blur(60px)}.pouch-stage{width:min(820px,100%);display:grid;grid-template-columns:repeat(5,1fr);gap:14px;align-items:end;position:relative;z-index:2;perspective:1200px}.pouch-choice{border:0;background:transparent;padding:0;position:relative;height:310px;transform-style:preserve-3d;transition:opacity .45s ease,filter .45s ease,transform .45s ease}.pouch-choice:disabled{cursor:default}.pouch-pack{position:absolute;inset:20px 0 0;overflow:hidden;border-radius:8px 8px 18px 18px;background:#e9111e url('assets/shopify-variety.jpg') 17% 49%/370% auto no-repeat;box-shadow:0 22px 30px rgba(62,30,19,.18),inset 0 1px rgba(255,255,255,.55);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;text-align:left;padding:16px;color:#fff;transition:transform .85s cubic-bezier(.16,.84,.28,1),filter .6s ease,box-shadow .6s ease;transform-origin:50% 100%;z-index:2}.pouch-pack:before{content:'';position:absolute;left:0;right:0;top:8px;height:2px;background:rgba(255,255,255,.65);box-shadow:0 5px rgba(93,0,4,.17)}.pouch-pack span{font-family:Lemon;font-size:27px;line-height:.8}.pouch-pack small{font-size:8px;line-height:1.05;margin-top:8px}.pouch-prize{position:absolute;left:5px;right:5px;bottom:7px;height:83px;border-radius:10px;background:#fff;box-shadow:0 16px 35px rgba(53,29,20,.2);display:grid;place-items:center;padding:9px;color:var(--red);font-family:Lemon;font-size:clamp(14px,1.45vw,20px);line-height:1;text-transform:uppercase;transform:translateY(16px) scale(.94);opacity:0;transition:transform .65s .48s cubic-bezier(.18,.85,.25,1),opacity .4s .48s}.pouch-choice:not(:disabled):hover .pouch-pack{transform:translateY(-9px);box-shadow:0 31px 38px rgba(62,30,19,.22)}.pouch-stage.is-revealing .pouch-choice:not(.is-chosen){opacity:.18;filter:grayscale(.5);transform:scale(.94)}.pouch-choice.is-chosen{z-index:5}.pouch-choice.is-chosen .pouch-pack{transform:translateY(-116px) rotate(-2deg) scale(1.06);filter:brightness(1.04);box-shadow:0 40px 50px rgba(62,30,19,.24)}.pouch-choice.is-chosen .pouch-prize{opacity:1;transform:none}.pouch-choice.is-loss .pouch-prize{background:var(--ink);color:#fff}.pouch-choice.is-win .pouch-prize{animation:prize-glow .75s ease both}@keyframes prize-glow{0%{box-shadow:0 0 0 rgba(251,13,27,0)}45%{box-shadow:0 0 0 18px rgba(251,13,27,.12),0 20px 40px rgba(53,29,20,.2)}100%{box-shadow:0 16px 35px rgba(53,29,20,.2)}}#pouch-hint{position:relative;z-index:2;margin:34px 0 0;color:var(--muted);font-size:16px}.win-sheet,.question-gate{position:absolute;inset:0;background:rgba(255,244,236,.96);backdrop-filter:blur(18px);z-index:10;display:grid;place-content:center;text-align:center;padding:28px;animation:reveal .5s ease}.win-sheet .win-tick{width:58px;height:58px;border-radius:50%;background:var(--red);color:white;display:grid;place-items:center;margin:0 auto 20px;font-size:28px}.win-sheet p{margin:0 0 7px;color:var(--red);font-weight:600}.win-sheet h3,.question-gate h3{font-size:clamp(44px,5vw,70px);max-width:680px;margin-bottom:28px}.question-gate>p:not(.eyebrow){font-size:18px;color:var(--muted);margin:-12px auto 24px}.gate-answers{display:grid;border-top:1px solid var(--line);width:min(620px,80vw);margin:auto}.gate-answers button{min-height:58px;border:0;border-bottom:1px solid var(--line);background:transparent;font-size:18px;text-align:left;padding:0 5px;display:flex;align-items:center;justify-content:space-between}.gate-answers button:after{content:'→';color:var(--red)}.gate-answers button:hover{color:var(--red);padding-left:12px}@keyframes reveal{from{opacity:0;transform:scale(.98)}to{opacity:1;transform:none}}
.quiz-view{grid-template-columns:minmax(360px,.78fr) minmax(520px,1.22fr)}.quiz-image{background:url('assets/lifestyle-mix.jpg') center/cover no-repeat}.quiz-panel{max-width:700px;width:100%;padding:54px clamp(38px,7vw,110px);align-self:center}.quiz-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.quiz-nav span{font-size:14px;color:var(--muted)}.progress{height:3px;background:#e2dcd7;margin-bottom:44px}.progress i{display:block;height:100%;background:var(--red);transition:width .35s ease}.question-help{color:var(--muted);font-size:18px;margin:14px 0 26px}.answers{display:grid;border-top:1px solid var(--line)}.answers button{min-height:67px;border:0;border-bottom:1px solid var(--line);background:transparent;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:0 4px;font-size:19px;transition:padding .18s,color .18s}.answers button:after{content:'→';font-size:22px;color:#a49c97}.answers button:hover{padding-left:12px;color:var(--red)}.answers button:hover:after{color:var(--red)}
.plan-view{padding:70px max(24px,calc((100vw - 1120px)/2));grid-template-columns:minmax(0,.85fr) minmax(460px,.75fr);gap:90px;align-items:center}.plan-back{position:absolute;top:26px;left:max(24px,calc((100vw - 1120px)/2))}.plan-heading>p:last-child{font-size:21px;line-height:1.45;color:var(--muted);max-width:460px;margin:24px 0}.plan-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px}.plan-product{display:grid;grid-template-columns:110px 1fr;gap:20px;align-items:center;padding-bottom:23px;border-bottom:1px solid var(--line)}.plan-product img{width:110px;height:110px;border-radius:10px;object-fit:cover}.plan-product span{color:var(--red);font-size:11px;font-weight:600}.plan-product h3{font-family:Nineties;font-size:23px;line-height:1.15;margin-top:7px}.plan-card dl{margin:14px 0 18px}.plan-card dl div{display:flex;justify-content:space-between;gap:25px;padding:11px 0}.plan-card dt{color:var(--muted)}.plan-card dd{margin:0;text-align:right;font-weight:600}.plan-card .reward-row{color:var(--red);border-top:1px solid var(--line);margin-top:6px;padding-top:17px}.price-line{display:flex;justify-content:space-between;align-items:end;padding:18px 0;border-top:1px solid var(--line);font-size:15px}.price-line strong{font-size:26px}.plan-card .primary{width:100%}.plan-card .quiet{display:block;margin:auto}
.confirm-view{grid-template-columns:1fr 1fr}.confirm-image{background:url('assets/lifestyle-finish.jpg') center/cover no-repeat}.confirm-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:60px clamp(38px,7vw,110px)}.big-tick{width:64px;height:64px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-size:30px;margin-bottom:28px}.confirm-card>p:not(.eyebrow){font-size:21px;color:var(--muted);margin:20px 0 28px}.confirm-card small{margin-top:12px;color:var(--muted)}
@media(max-width:820px){.topbar{height:68px;padding:0 19px}.topbar img{width:78px}.topbar span{font-size:12px}.view{min-height:calc(100svh - 68px)}.hero,.game-view,.quiz-view,.plan-view,.confirm-view{grid-template-columns:1fr}.hero{grid-template-rows:40svh auto}.hero-photo{min-height:40svh;background-position:center 30%}.hero-card{padding:34px 22px 42px}.hero-card:before{display:none}h1{font-size:clamp(50px,14vw,68px)}h2{font-size:clamp(44px,12vw,60px)}.lead{font-size:18px;margin:17px 0 23px}.primary{width:100%;min-height:58px;font-size:15px}.hero-card small{align-self:center}.game-view{grid-template-rows:auto 1fr;min-height:calc(100svh - 68px)}.game-view>.back{top:17px;left:18px}.game-copy{padding:66px 22px 8px;text-align:center}.game-copy>p:not(.eyebrow){font-size:17px;margin:9px 0 12px}.pouch-area{min-height:430px;padding:32px 12px 24px}.pouch-stage{gap:5px}.pouch-choice{height:220px}.pouch-pack{inset:12px 0 0;border-radius:5px 5px 11px 11px;padding:8px;background-size:410% auto}.pouch-pack span{font-size:16px}.pouch-pack small{font-size:5px}.pouch-choice.is-chosen .pouch-pack{transform:translateY(-80px) rotate(-2deg) scale(1.08)}.pouch-prize{font-size:11px;height:65px;left:1px;right:1px;padding:5px}.pouch-stage.is-revealing .pouch-choice:not(.is-chosen){opacity:.12}#pouch-hint{margin-top:18px}.win-sheet h3,.question-gate h3{font-size:42px}.question-gate{padding:25px 20px}.gate-answers{width:min(100%,480px)}.gate-answers button{min-height:54px;font-size:16px}.quiz-view{grid-template-rows:25svh auto}.quiz-image{min-height:25svh;background-position:center 35%}.quiz-panel{padding:22px 21px 34px}.quiz-nav{margin-bottom:14px}.progress{margin-bottom:26px}.question-help{font-size:16px;margin:10px 0 16px}.answers button{min-height:62px;font-size:17px}.plan-view{padding:72px 19px 35px;gap:22px;align-items:start}.plan-back{top:15px;left:18px}.plan-heading>p:last-child{font-size:17px;margin:15px 0 0}.plan-card{padding:18px;border-radius:10px}.plan-product{grid-template-columns:82px 1fr;gap:14px;padding-bottom:16px}.plan-product img{width:82px;height:82px}.plan-product h3{font-size:19px}.plan-card dl div{padding:8px 0}.confirm-view{grid-template-rows:34svh auto}.confirm-image{min-height:34svh}.confirm-card{padding:33px 22px 45px;align-items:center;text-align:center}.big-tick{margin-bottom:20px}.confirm-card>p:not(.eyebrow){font-size:18px;margin:14px 0 23px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}

@media(max-width:820px){.game-view{grid-template-rows:auto auto;align-content:start}.pouch-area{align-content:start}.pouch-stage{margin-top:14px}}

/* V14: content-led game modal, clear interaction hierarchy and premium reveal. */
.game-view.is-active{
  width:min(1120px,calc(100vw - 48px));
  height:auto;
  max-height:calc(100svh - 48px);
  grid-template-columns:minmax(300px,34%) minmax(0,66%);
}
.game-view .game-copy{padding:76px 34px 54px;align-self:center}
.game-view .game-copy h2{font-size:clamp(43px,4.6vw,66px);white-space:nowrap}
.game-view .game-copy>p:not(.eyebrow){margin:16px 0 0;font-size:20px;line-height:1.3;color:var(--red);font-weight:600}
.modal-close{border:0;background:transparent;color:rgba(36,36,36,.34);font-family:Nineties,serif;font-size:35px;font-weight:400;transition:color .18s ease,transform .18s ease}
.modal-close:hover{background:transparent;color:var(--ink);transform:rotate(5deg)}
.pouch-area{padding:32px 30px 22px;grid-template-rows:auto auto auto;gap:0;overflow:visible}
.pouch-stage{width:min(700px,100%);gap:12px 20px;align-self:center}
.pouch-choice{height:278px}
.pouch-prize{z-index:1;left:4%;right:4%;bottom:2px;height:92px;padding:14px 8px;font-size:clamp(18px,1.65vw,25px);line-height:.92}
.pouch-pack{z-index:2}
.pouch-choice.is-chosen .pouch-pack{transform:translateY(-125px) rotate(-2deg) scale(1.06)}
#pouch-hint{margin:18px auto 0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--muted);font-size:15px;font-style:italic}
.game-progress{margin-top:18px}
.win-sheet,.question-gate{background:var(--cream);backdrop-filter:none}
.win-sheet .win-tick{width:auto;height:auto;border-radius:0;background:transparent;font-size:46px;margin-bottom:12px}
.win-sheet p{font-size:17px;letter-spacing:.02em}
.win-sheet h3{font-size:clamp(39px,4.3vw,62px);line-height:1;max-width:720px;margin-bottom:26px}
.result-actions{width:min(480px,100%);margin:auto;gap:12px}
.result-actions .primary{width:100%}
.build-plan-button{display:inline-flex!important}
.build-plan-button[hidden]{display:none!important}

@media(max-width:820px){
  .game-view.is-active,.quiz-view.is-active{width:calc(100vw - 20px);height:auto;max-height:88svh;overflow:auto;border-radius:18px}
  .game-view.is-active{grid-template-rows:auto auto;align-content:start}
  .game-view .game-copy{padding:24px 46px 6px}
  .game-view .game-copy h2{font-size:clamp(30px,8.3vw,39px);white-space:nowrap}
  .game-view .game-copy>p:not(.eyebrow){font-size:14px;margin:7px auto 2px}
  .game-view>.modal-close{top:8px;left:8px;width:40px;height:40px;font-size:30px}
  .game-view .pouch-area{padding:6px 12px 14px;overflow:visible}
  .pouch-stage{width:min(430px,100%);height:330px;max-height:none;grid-template-rows:repeat(2,minmax(0,1fr));gap:4px 9px}
  .pouch-choice{height:auto}
  .pouch-choice.is-chosen .pouch-pack{transform:translateY(-58px) rotate(-2deg) scale(1.06)}
  .pouch-prize{height:56px;left:2px;right:2px;padding:7px 3px;font-size:clamp(12px,3.5vw,16px);line-height:.9}
  #pouch-hint{margin-top:8px;padding:0;font-size:13px}
  .game-progress{margin-top:10px}
  .game-progress .eyebrow{font-size:12px;margin-bottom:6px}
  .win-sheet,.question-gate{padding:24px 18px}
  .win-sheet .win-tick{width:auto;height:auto;font-size:40px;margin-bottom:10px}
  .win-sheet p{font-size:14px}
  .win-sheet h3,.question-gate h3{font-size:clamp(34px,9.5vw,46px);line-height:1;margin-bottom:20px}
  .result-actions{gap:10px}
  .result-actions .primary{font-size:19px;min-height:56px}
  .quiz-view.is-active{height:auto;max-height:88svh}
  .quiz-view.is-active .quiz-panel{overflow:auto;padding:18px 20px 24px}
  .quiz-view .modal-close{width:36px;height:36px;font-size:29px}
}

@media(max-width:380px), (max-height:700px){
  .game-view .game-copy{padding-top:15px}
  .pouch-stage{height:270px}
  .game-progress{margin-top:6px}
}

/* Keep the comeback journey in one focused modal over the landing page. */
body.modal-open{overflow:hidden}
body.modal-open:before{content:'';position:fixed;inset:0;background:rgba(27,22,19,.48);backdrop-filter:blur(9px);z-index:25;animation:veil-in .28s ease both}
.game-view.is-active,.quiz-view.is-active{position:fixed;z-index:30;inset:50% auto auto 50%;width:min(1180px,calc(100vw - 48px));height:min(820px,calc(100svh - 48px));min-height:0;transform:translate(-50%,-50%);border-radius:24px;overflow:hidden;background:var(--cream);isolation:isolate;box-shadow:0 34px 100px rgba(28,18,13,.28);animation:modal-in .4s cubic-bezier(.2,.8,.2,1)}
.game-view:focus,.quiz-view:focus{outline:none}
.game-view.is-active{grid-template-columns:minmax(340px,38%) minmax(0,62%)}
.quiz-view.is-active{grid-template-columns:minmax(320px,.8fr) minmax(500px,1.2fr)}
.game-view .game-copy{padding:80px 42px 50px;align-self:center;min-width:0}
.game-view>.back{top:24px;left:24px}
.game-view .pouch-area{min-height:0}
@keyframes veil-in{from{opacity:0}to{opacity:1}}
@keyframes modal-in{from{opacity:0;transform:translate(-50%,calc(-50% + 18px)) scale(.985)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@media(max-width:820px){
  .game-view.is-active,.quiz-view.is-active{width:calc(100vw - 20px);height:60svh;max-height:60svh;border-radius:18px;inset:50% auto auto 50%;transform:translate(-50%,-50%);overflow:auto}
  .game-view.is-active,.quiz-view.is-active{grid-template-columns:1fr}
  .game-view.is-active{grid-template-rows:auto minmax(0,1fr)}
  .game-view .game-copy{padding:18px 50px 4px;text-align:center}
  .game-view .game-copy h2{font-size:clamp(30px,8vw,38px);line-height:1}.game-view .game-copy h2 br{display:none}
  .game-view .game-copy>p:not(.eyebrow){font-size:14px;line-height:1.25;margin:6px auto 2px;max-width:310px}
  .game-view .pouch-area{min-height:0;padding:0 12px 10px;overflow:hidden}
  .game-view .pouch-choice{height:auto;min-height:0}
  .quiz-view.is-active{grid-template-rows:minmax(0,1fr);overflow:hidden}
  .quiz-view.is-active .quiz-image{display:none}
  .quiz-view.is-active .quiz-panel{align-self:stretch;overflow:auto;padding:18px 20px 20px}
  .quiz-view.is-active .quiz-nav{margin-bottom:8px}
  .quiz-view.is-active .progress{margin-bottom:16px}
  .quiz-view.is-active h2{font-size:clamp(31px,8.5vw,42px)}
  .quiz-view.is-active .question-help{font-size:15px;margin:7px 0 10px}
  .quiz-view.is-active .answers button{min-height:49px;font-size:16px}
}

/* Game layout refinement: larger, naturally spaced products on the page background. */
.pouch-area{background:var(--cream);padding:34px 34px 24px;grid-template-rows:1fr auto auto;align-content:stretch}
.pouch-area:before{display:none}
.pouch-stage{gap:10px 8px;width:min(760px,100%);align-self:center;justify-self:center}
.pouch-choice{height:343px}
#pouch-hint{margin:22px auto 0;padding:9px 18px;border:1px solid rgba(36,36,36,.12);border-radius:999px;background:#fff;color:var(--ink);font-size:15px;line-height:1;box-shadow:0 7px 20px rgba(62,30,19,.06)}
.game-progress{width:min(420px,80%);justify-self:center;align-self:end;text-align:center;margin-top:28px}
.game-progress .eyebrow{margin-bottom:10px;color:var(--muted);font-size:13px}
.game-progress .level-track{max-width:none;margin:0}
@media(max-width:820px){
  .pouch-area{min-height:700px;padding:8px 10px 20px;grid-template-rows:1fr auto auto}
  .pouch-stage{gap:6px 3px;width:min(480px,100%);margin-top:0;align-self:center}
  .pouch-choice{height:266px}
  #pouch-hint{margin-top:18px;padding:9px 17px}
  .game-progress{width:min(330px,88%);margin-top:22px}
}

/* Five choices: three across the first row, centred pair beneath. */
.pouch-stage{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px 16px;width:min(650px,100%);align-items:end}
.pouch-choice{grid-column:span 2;height:245px}
.pouch-choice:nth-child(4){grid-column:2/span 2}
.pouch-choice:nth-child(5){grid-column:4/span 2}
@media(max-width:820px){
  .pouch-area{min-height:0;padding:0 12px 10px;grid-template-rows:minmax(0,1fr) auto auto}
  .pouch-stage{grid-template-rows:repeat(2,minmax(0,1fr));gap:3px 5px;width:min(380px,100%);height:100%;max-height:265px;margin:0;align-self:stretch;align-items:stretch}
  .pouch-choice{height:auto;min-height:0}
  .pouch-choice.is-chosen .pouch-pack{transform:translateY(-28px) rotate(-2deg) scale(1.05)}
  .pouch-prize{height:42px;font-size:9px}
  #pouch-hint{margin-top:4px;padding:6px 13px;font-size:12px}
  .game-progress{margin-top:5px;width:min(280px,84%)}
  .game-progress .eyebrow{margin-bottom:4px;font-size:11px}.game-progress .level-track{margin:0}
  .game-view>.back{width:44px;height:44px;top:10px;left:10px;font-size:20px}
  .win-sheet,.question-gate{padding:18px}
  .win-sheet .win-tick{width:46px;height:46px;margin-bottom:12px;font-size:22px}
  .win-sheet h3,.question-gate h3{font-size:clamp(32px,9vw,43px);margin-bottom:17px}
  .question-gate>p:not(.eyebrow){font-size:14px;margin:-7px auto 12px}
  .gate-answers button{min-height:48px;font-size:15px}
}
@media(max-width:820px) and (max-height:650px){
  .game-view .game-copy{padding:10px 46px 0}
  .game-view .game-copy h2{font-size:27px}
  .game-view .game-copy>p:not(.eyebrow){font-size:12px;line-height:1.16;margin-top:3px}
  .game-view .pouch-area{padding-bottom:6px}
  #pouch-hint{padding:4px 11px;font-size:11px}
  .game-progress{margin-top:3px}.game-progress .eyebrow{font-size:10px;margin-bottom:2px}
  .game-view>.back{width:44px;height:44px;top:6px;left:6px;font-size:18px}
  .quiz-view.is-active .quiz-panel{padding:12px 16px 14px}
  .quiz-view.is-active .quiz-nav{margin-bottom:5px}.quiz-view.is-active .progress{margin-bottom:10px}
  .quiz-view.is-active h2{font-size:29px}.quiz-view.is-active .question-help{font-size:13px;margin:5px 0 7px}
  .quiz-view.is-active .answers button{min-height:44px;font-size:15px}
}

/* Use the real product cutouts for the five game choices. */
.pouch-pack{inset:0;overflow:visible;border-radius:0;background:none;box-shadow:none;padding:0;display:grid;place-items:end center;filter:drop-shadow(0 22px 18px rgba(62,30,19,.20))}
.pouch-pack:before,.pouch-pack>span,.pouch-pack>small{display:none}
.pouch-pack img{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom;user-select:none;-webkit-user-drag:none}
.pouch-choice:not(:disabled):hover .pouch-pack{box-shadow:none;filter:drop-shadow(0 31px 22px rgba(62,30,19,.25))}
.pouch-choice:focus-visible{outline:3px solid var(--red);outline-offset:2px;border-radius:10px}.pouch-choice:focus-visible .pouch-pack{transform:translateY(-7px)}
.pouch-choice.is-chosen .pouch-pack{box-shadow:none;filter:drop-shadow(0 40px 28px rgba(62,30,19,.28)) brightness(1.04)}
@media(max-width:820px){.pouch-pack{inset:0;padding:0;background:none}}

/* V6 comeback direction */
.topbar{display:none}
.view{min-height:100svh}
.hero-card{z-index:5;min-width:0}
.hero-photo{background-image:url('assets/shoot-hero.jpg');background-position:center 42%}
.hero-card:before{display:none}
.hero-wave{position:absolute;z-index:4;left:calc(54.2% - 55px);top:0;width:96px;height:100%;fill:var(--cream);pointer-events:none}
.hero-wave-mobile{display:none}
.hero-logo{width:92px;margin-bottom:46px}
.hero-logo.social-proof-logo{width:min(390px,75%);height:auto;margin-bottom:38px}
.hero-card{padding-inline:clamp(40px,5vw,82px)}
.hero-card h1{font-size:clamp(48px,4.8vw,76px)}
.hero-card .lead{font-size:clamp(18px,1.5vw,22px)}
.level-track{display:flex;gap:7px;max-width:350px;margin:20px 0}
.level-track i{height:4px;flex:1;background:#d9d3ce}
.level-track i.is-current,.level-track i.is-complete{background:var(--red)}
.coin-area{background-image:linear-gradient(rgba(241,236,231,.82),rgba(241,236,231,.82)),url('assets/shoot-texture.jpg');background-size:cover;background-position:center}
.result-actions{display:grid;gap:4px;justify-items:center}
.result-actions .quiet{font-size:15px}
.quiz-image{background-image:url('assets/shoot-stick.jpg');background-position:center 44%}
.confirm-image{background-image:url('assets/shoot-finish.jpg')}
@media(max-width:820px){
  .view,.game-view{min-height:100svh}
  .hero{grid-template-rows:39svh auto}
  .hero-photo{min-height:39svh;background-position:center 34%}
  .hero-wave{display:none}
  .hero-wave-mobile{display:block;position:absolute;z-index:4;left:0;top:calc(39svh - 37px);width:100%;height:38px;fill:var(--cream);pointer-events:none}
  .hero-card{padding:29px 22px 42px;justify-content:flex-start}
  .hero-logo.social-proof-logo{width:75%;margin-bottom:22px}
  .primary{font-size:22px}
  .hero-card h1{font-size:clamp(43px,12vw,58px)}
  .hero-card .lead{font-size:17px;margin:15px 0 22px}
  .level-track{margin:13px auto;max-width:310px}
}

@media(max-width:820px){.game-view{grid-template-rows:auto auto;align-content:start}.pouch-area{align-content:start}.pouch-stage{margin-top:14px}}
