/* Interactive tour: a pinned stage (step text + native-size 412×917 phone scaled to fit) driven by scroll. */
.tour{height:calc(var(--steps) * 100vh);position:relative}
.tour-pin{position:sticky;top:68px;height:calc(100vh - 68px);max-width:var(--wrap);margin:0 auto;padding:0 var(--gutter);box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(24px,5vw,96px);align-items:center;overflow:hidden}
.tour-copy{position:relative;min-width:0}
.tcards{display:grid;position:relative}
.tcard{grid-area:1/1;opacity:0;transform:translateY(18px);transition:opacity .45s ease,transform .45s ease;pointer-events:none}
.tcard.cur{opacity:1;transform:none;pointer-events:auto}
.tcard.past{transform:translateY(-18px)}
.tnum{font-size:14px;color:var(--muted);margin-bottom:14px;font-variant-numeric:tabular-nums}
.tcard h2{font-size:clamp(26px,3.2vw,44px);letter-spacing:-.02em;margin:0 0 14px;max-width:16ch}
.tcard p{font-size:clamp(16px,1.4vw,19px);color:var(--muted);margin:0;max-width:46ch;line-height:1.55}
.tdots{display:flex;gap:6px;margin-top:26px;flex-wrap:wrap}
.tdots button{position:relative;width:28px;height:24px;border:0;background:none;cursor:pointer;padding:0;transition:width .25s}
.tdots button::before{content:"";position:absolute;left:0;right:0;top:9px;height:6px;border-radius:99px;background:var(--line-strong);transition:background .25s}
.tdots button.cur{width:44px}
.tdots button.cur::before{background:var(--ink)}
.tdots button.past::before{background:var(--ink);opacity:.35}
.tdots button:focus-visible{outline:2px solid var(--ink);outline-offset:0;border-radius:6px}
.thint{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--muted);margin:22px 0 0;transition:opacity .4s}
.thint .i{width:16px;height:16px;color:var(--muted);animation:bob 1.6s ease-in-out infinite}
.thint.off{opacity:0}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(4px)}}
.stage-wrap{position:relative;width:412px;height:917px;transform-origin:0 0;justify-self:end}
.device{position:absolute;left:0;top:0;width:412px;height:917px;transform-origin:0 0;background:#0B0B0A;border-radius:40px;overflow:hidden;color:#fff;font-family:var(--font);
  box-shadow:0 40px 90px -30px rgba(16,17,15,.5),0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 3px #1E1F1C;font-size:16px;line-height:1.35}
.device.grey{filter:grayscale(1)}
.scr{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .35s ease;padding:0 32px}
.scr.on{opacity:1;visibility:visible}
.sb{display:flex;justify-content:space-between;align-items:center;height:48px;font-size:14px;font-weight:500;opacity:.85;padding-top:6px}
.sb b{font-weight:500}
.sb i{display:inline-block;width:22px;height:11px;border:1.5px solid #fff;border-radius:3px;position:relative;opacity:.9;vertical-align:middle;margin-left:6px}
.sb i::after{content:"";position:absolute;left:1.5px;top:1.5px;bottom:1.5px;width:14px;background:#fff;border-radius:1px}
.gb{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);width:130px;height:4px;border-radius:99px;background:rgba(255,255,255,.55)}
.hdr{display:flex;align-items:center;gap:12px;height:56px;font-size:20px;font-weight:500;letter-spacing:-.01em;margin-top:4px}
.hdr .bk{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;opacity:.8}
.hdr .bk::before{content:"";width:9px;height:9px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);margin-left:4px}
.pill-btn{position:absolute;left:24px;right:24px;height:56px;border-radius:99px;background:#fff;color:#0B0B0A;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:16px}
.pill-btn.dim{opacity:.35}
.txt-btn{position:absolute;left:0;right:0;text-align:center;font-size:14px;opacity:.55}
.row{display:flex;align-items:center;justify-content:space-between;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:17px}
.row small{display:block;font-size:12.5px;opacity:.5;margin-top:3px}
.row .chev{width:8px;height:8px;border-right:1.5px solid #fff;border-top:1.5px solid #fff;transform:rotate(45deg);opacity:.5}
.grp{font-size:12.5px;opacity:.5;margin:26px 0 4px}
.tg{width:40px;height:24px;border-radius:99px;background:rgba(255,255,255,.18);position:relative;transition:background .25s;flex:none}
.tg::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .25s}
.tg.on{background:#B9F227}
.tg.on::after{transform:translateX(16px);background:#0B0B0A}
.chk{width:24px;height:24px;border-radius:50%;border:1.5px solid rgba(255,255,255,.35);position:relative;transition:background .2s,border-color .2s;flex:none}
.chk.on{background:#B9F227;border-color:#B9F227}
.chk.on::after{content:"";position:absolute;left:8px;top:4px;width:5px;height:10px;border-right:2px solid #0B0B0A;border-bottom:2px solid #0B0B0A;transform:rotate(45deg)}
.chips{display:flex;gap:8px;flex-wrap:wrap}
.chip{height:40px;padding:0 16px;border-radius:99px;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;font-size:14px;transition:background .2s,color .2s}
.chip.on{background:#fff;color:#0B0B0A;border-color:#fff}
.days{display:flex;gap:8px}
.day{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500}
.day.on{background:#fff;color:#0B0B0A;border-color:#fff}
.field{background:rgba(255,255,255,.07);border-radius:14px;padding:14px 18px;font-size:16px}
.field small{display:block;font-size:12px;opacity:.5;margin-bottom:4px}
.lbl{font-size:12.5px;opacity:.55;margin:22px 0 10px}
.big{font-weight:300;font-size:72px;letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums}
.toast{position:absolute;left:24px;right:24px;bottom:140px;background:#fff;color:#0B0B0A;border-radius:14px;padding:14px 18px;font-size:14px;font-weight:500;opacity:0;transform:translateY(8px);transition:opacity .3s,transform .3s}
.toast.on{opacity:1;transform:none}
.ringwrap{position:relative;width:240px;height:240px;margin:56px auto 0;display:flex;align-items:center;justify-content:center;text-align:center}
.ringwrap svg{position:absolute;inset:0;width:100%;height:100%}
.ringwrap .ring{fill:none;stroke:#fff;stroke-width:1.6;stroke-linecap:round}
.ringwrap .dot{fill:#B9F227}
.ringwrap .t{font-weight:300;font-size:56px;letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums}
.ringwrap .d{font-size:13px;opacity:.65;margin-top:8px}
.ringwrap.sm{width:150px;height:150px;margin-top:120px}
.ringwrap.sm .t{font-size:48px}
.names{list-style:none;margin:64px 0 0;padding:0 4px}
.names li{font-size:21px;padding:11px 0;letter-spacing:-.01em}
.foot-note{position:absolute;left:0;right:0;bottom:52px;text-align:center;font-size:12px;opacity:.45}
.corner{position:absolute;bottom:38px;width:20px;height:20px;opacity:.6}
.corner.l{left:34px}.corner.r{right:34px}
.corner svg{width:20px;height:20px}
.sheet{position:absolute;left:0;right:0;bottom:0;background:#F7F8F3;color:#10110F;border-radius:28px 28px 0 0;padding:26px 24px 36px}
.sheet h4{margin:0 0 18px;font-size:18px;font-weight:500}
.sheet .opt{display:flex;align-items:center;gap:14px;padding:14px 0;font-size:16px}
.sheet .radio{width:20px;height:20px;border-radius:50%;border:2px solid #767B6E;position:relative}
.sheet .radio.on{border-color:#10110F}
.sheet .radio.on::after{content:"";position:absolute;inset:4px;border-radius:50%;background:#10110F}
.sheet .ico{width:36px;height:36px;border-radius:10px;background:#10110F;display:inline-flex;align-items:center;justify-content:center}
.sheet .ico svg{width:22px;height:22px}
.sheet .ico.px{background:#dfe3d6}
.sheet .btns{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}
.sheet .btns span{padding:10px 18px;border-radius:99px;font-weight:500;font-size:15px}
.sheet .btns .pri{background:#10110F;color:#fff}
.dim{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.search{margin-top:8px;height:48px;border-radius:14px;background:rgba(255,255,255,.08);display:flex;align-items:center;padding:0 16px;font-size:15px;opacity:.6}
.list{list-style:none;margin:8px 0 0;padding:0}
.list li{font-size:18px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.list li.hid{opacity:.25;text-decoration:line-through}
.hold{position:absolute;left:24px;right:24px;bottom:64px;height:56px;border-radius:99px;border:1px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-weight:500;overflow:hidden}
.hold::before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:#fff;transition:width 1.6s linear}
.hold.go::before{width:100%}
.hold span{position:relative;mix-blend-mode:difference}
.bars{display:flex;align-items:flex-end;gap:10px;height:120px;margin-top:28px}
.bars div{flex:1;background:rgba(255,255,255,.2);border-radius:6px 6px 2px 2px;position:relative}
.bars div.k{background:#B9F227}
.bars div::after{content:attr(data-d);position:absolute;top:100%;left:0;right:0;text-align:center;font-size:12px;opacity:.55;margin-top:8px}
.finger{position:absolute;width:44px;height:44px;margin:-22px 0 0 -22px;border-radius:50%;background:rgba(255,255,255,.28);border:2px solid rgba(255,255,255,.7);box-shadow:0 4px 16px rgba(0,0,0,.4);opacity:0;pointer-events:none;transition:left .55s cubic-bezier(.4,0,.2,1),top .55s cubic-bezier(.4,0,.2,1),opacity .25s,transform .15s;z-index:5}
.finger.show{opacity:1}
.finger.press{transform:scale(.72);background:rgba(185,242,39,.55)}
/* phones and narrow screens: phone on top, text below, everything inside the viewport */
@media (max-width:820px){
  .tour-pin{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);gap:16px;align-items:start;padding-top:12px}
  .stage-wrap{justify-self:center;order:-1}
  .tcard h2{font-size:22px;margin-bottom:8px;max-width:none}
  .tcard p{font-size:15px;line-height:1.45;max-width:none}
  .tnum{margin-bottom:6px;font-size:13px}
  .tdots{margin-top:8px;gap:8px}
  .tdots button{width:18px}
  .tdots button::before{top:10px;height:5px}
  .tdots button.cur{width:30px}
  .thint{display:none}
}
@media (prefers-reduced-motion:reduce){
  .scr,.finger,.tg,.tg::after,.chk,.chip,.toast,.hold::before,.tcard,.tdots button,.tdots button::before{transition:none}
  .thint .i{animation:none}
}

/* kids-mode tour extras */
.pdots{display:flex;gap:18px;justify-content:center;margin-top:34px}
.pdots i{width:14px;height:14px;border-radius:50%;border:1.5px solid rgba(255,255,255,.55);display:block;transition:background .15s}
.pdots i.on{background:#fff;border-color:#fff}
.pdots.shake{animation:shake .5s}
@keyframes shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-10px)}40%,80%{transform:translateX(10px)}}
.keys{display:grid;grid-template-columns:repeat(3,1fr);gap:14px 22px;margin:44px 18px 0}
.keys span{height:74px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:300}
.keys span.mute{background:transparent;font-size:15px;opacity:.6}
.tries{text-align:center;font-size:13px;opacity:.7;margin-top:18px;min-height:18px}
.story-list{display:grid;gap:12px;margin-top:14px;transition:opacity .3s}
.story-list.off{opacity:0;pointer-events:none}
.story{height:118px;border-radius:18px;background:linear-gradient(135deg,#6e8f3b,#c9d67a);display:flex;align-items:flex-end;padding:14px 16px;font-size:17px;font-weight:500;color:#10110F}
.story.b{background:linear-gradient(135deg,#a86b3c,#f0c48c)}.story.c{background:linear-gradient(135deg,#3c6ea8,#8cc4f0)}
.slow-hint{position:absolute;left:24px;right:24px;top:110px;text-align:center;background:#fff;color:#0B0B0A;border-radius:14px;padding:12px 16px;font-size:14px;font-weight:500;opacity:0;transition:opacity .3s;z-index:4}
.slow-hint.on{opacity:1}
.slow-ring{position:absolute;width:96px;height:96px;margin:-48px 0 0 -48px;opacity:0;transition:opacity .2s;z-index:6;pointer-events:none}
.slow-ring.show{opacity:1}
.slow-ring circle{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dashoffset 3s linear}
.slow-ring.go circle{stroke-dashoffset:0}
.story-open{position:absolute;inset:0;padding:0 32px;opacity:0;visibility:hidden;transition:opacity .35s}
.story-open.on{opacity:1;visibility:visible}
.story-open .cover{height:300px;border-radius:22px;background:linear-gradient(135deg,#6e8f3b,#c9d67a);margin-top:16px}
.story-open h3{font-size:26px;font-weight:500;margin:22px 0 8px;letter-spacing:-.01em}
.story-open p{font-size:16px;line-height:1.5;opacity:.8;margin:0}
.pad-box{position:absolute;left:24px;right:24px;top:120px;bottom:120px;border-radius:22px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.pad-box svg{position:absolute;inset:0;width:100%;height:100%}
.pad-box path{fill:none;stroke:#fff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset 2.4s linear}
.pad-box path.go{stroke-dashoffset:0}
.swatches{position:absolute;left:0;right:0;bottom:60px;display:flex;justify-content:center;gap:14px}
.swatches span{width:30px;height:30px;border-radius:50%;background:#fff;opacity:.9}
.swatches span:nth-child(2){opacity:.6}.swatches span:nth-child(3){opacity:.35}.swatches span:nth-child(4){opacity:.15;border:1px solid rgba(255,255,255,.4)}
.kid-entry{position:absolute;left:0;right:0;bottom:96px;display:flex;justify-content:center}
.kid-entry .chip{gap:8px}
