/** Shopify CDN: Minification failed

Line 144:11 Expected identifier but found "{"
Line 144:12 Unexpected "{"
Line 144:21 Expected ":"
Line 144:61 Expected identifier but found "{"
Line 144:62 Unexpected "{"
Line 144:71 Expected ":"
Line 144:116 Expected identifier but found "{"
Line 144:117 Unexpected "{"
Line 144:126 Expected ":"
Line 144:171 Expected identifier but found "{"
... and 24 more hidden warnings

**/
/* Pongfinity Kit landing — shared styles.
   Extracted from the old single-section landing page so every split
   section (pfk-*) can share one stylesheet instead of inlining 60KB.
   The colour custom properties live in snippets/pfk-landing-head.liquid,
   driven by Theme settings → Pongfinity Kit landing. */

@media (min-width:768px){.pf-landing{ --gutter:32px }}.pf-landing *{box-sizing:border-box}.pf-landing{scroll-behavior:smooth}.pf-landing{margin:0;background:#fff;color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.5;
       -webkit-font-smoothing:antialiased}.pf-landing img, .pf-landing video{display:block;max-width:100%}.pf-landing p{margin:0}.pf-landing h1, .pf-landing h2, .pf-landing h3, .pf-landing h4{margin:0;font-family:var(--display);font-weight:800;line-height:1.12;letter-spacing:-.01em}.pf-landing a{color:inherit;text-decoration:none}.pf-landing button{font:inherit;color:inherit}.pf-landing :focus-visible{outline:3px solid #FFC94D;outline-offset:3px;border-radius:6px}.pf-landing .wrap{max-width:var(--wrap);margin:0 auto;padding-inline:var(--gutter)}.pf-landing .narrow{max-width:720px;margin-inline:auto}.pf-landing section{padding-block:clamp(48px,7vw,88px)}.pf-landing .eyebrow{font-family:var(--font);font-size:12px;font-weight:700;letter-spacing:.08em;
           text-transform:uppercase;color:var(--blue)}.pf-landing h1{font-size:clamp(38px,6vw,58px)}.pf-landing h2{font-size:clamp(30px,3.6vw,42px)}.pf-landing .lead{font-size:clamp(15px,1.5vw,18px);color:var(--muted);line-height:1.55}.pf-landing .center{text-align:center}.pf-landing .on-blue{background:var(--blue);color:#fff}.pf-landing .on-blue h2, .pf-landing .on-blue h3{color:#fff}.pf-landing .on-blue .eyebrow{color:#A9C8EE}.pf-landing .on-blue .lead, .pf-landing .on-blue p{color:var(--on-blue)}.pf-landing .on-blue strong{color:#fff}.pf-landing .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;
       border:0;border-radius:12px;padding:16px 26px;cursor:pointer;
       font-weight:800;font-size:16px;line-height:1.25;text-align:center;
       transition:transform .12s ease,background-color .12s ease,box-shadow .12s ease}.pf-landing .btn-primary{background:var(--orange);color:var(--on-orange);box-shadow:0 8px 20px -6px rgba(255,144,0,.5)}.pf-landing .btn-primary:hover{background:var(--orange-dark);transform:translateY(-1px)}.pf-landing .btn-primary:active{transform:translateY(0)}.pf-landing .btn-ghost{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.4);color:#fff}.pf-landing .btn-ghost:hover{background:rgba(255,255,255,.2)}.pf-landing .btn-block{display:flex;width:100%}.pf-landing .was{font-weight:600;font-size:.85em;opacity:.6;text-decoration:line-through}.pf-landing .chip{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:7px 14px;
        font-size:13px;font-weight:600;line-height:1.35}.pf-landing .chip-glass{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.32);color:#fff}.pf-landing .chip-warm{background:rgba(255,144,0,.2);border:1px solid rgba(255,144,0,.6);color:#FFDCB0}.pf-landing .chip-light{background:var(--cream);border:1px solid var(--line);color:var(--ink)}.pf-landing .stars{color:#FFC94D;letter-spacing:.09em}.pf-landing .chip b{font-weight:800}.pf-landing .chip .of{font-weight:600;opacity:.7}.pf-landing .reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.pf-landing .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.pf-landing{scroll-behavior:auto}.pf-landing .reveal{opacity:1;transform:none;transition:none}.pf-landing .btn{transition:none}}/* ---------- announcement ---------- */.pf-landing .announce{background:var(--ink);color:#fff;padding-inline:var(--gutter)}.pf-landing .announce-inner{max-width:var(--wrap);margin-inline:auto;display:flex;flex-wrap:wrap;
                  align-items:center;justify-content:center}.pf-landing .announce-inner span{position:relative;display:inline-flex;align-items:center;gap:8px;
                  padding:10px 20px;font-size:13px;font-weight:600;letter-spacing:.01em;
                  white-space:nowrap}.pf-landing .announce-inner span+span::before{content:"";position:absolute;left:0;top:50%;
                  transform:translateY(-50%);height:14px;width:1px;background:rgba(255,255,255,.22)}.pf-landing .announce-inner svg{width:15px;height:15px;flex:none;fill:currentColor;opacity:.8}@media (max-width:680px){.pf-landing .announce-inner{gap:8px;padding: 8px 0;}.pf-landing .announce-inner .mid{display:none}/* the hidden item would otherwise leave its divider behind */.pf-landing .announce-inner .mid+span::before{display:none}.pf-landing .announce-inner span{padding:0!important;font-size:12px;gap:6px}.pf-landing .announce-inner svg{width:13px;height:13px}}@media (max-width:360px){.pf-landing .announce-inner span{padding:9px 7px;font-size:11.5px}}/* ---------- site header (brand bar) ---------- */.pf-landing .site-header{background:#fff;border-bottom:1px solid var(--line);padding-inline:var(--gutter)}.pf-landing .site-header-inner{max-width:var(--wrap);margin-inline:auto;display:flex;
               align-items:center;justify-content:center;height:72px}.pf-landing .site-logo{display:inline-flex;align-items:center;text-decoration:none}.pf-landing .site-logo img{display:block;width:170px;height:auto}@media (max-width:680px){.pf-landing .site-header-inner{height:48px!important;}.pf-landing .trust-yt::before {display:none!important;}}.pf-landing .stage{position:relative;border:1px solid rgba(255,255,255,.25);border-radius:18px;
         overflow:hidden;background:var(--blue-deep)}.pf-landing .stage>.fill{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pf-landing .play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
        width:68px;height:68px;border:0;background:transparent;padding:0;cursor:pointer;z-index:2}.pf-landing .play img{width:100%;height:100%;filter:drop-shadow(0 4px 12px rgba(0,0,0,.35))}.pf-landing .play:hover img{transform:scale(1.06);transition:transform .15s ease}/* ---------- hero ----------
     MOBILE FIRST: the video is a normal full-width block ABOVE the copy.
     No overlay, no scrim, copy sits on solid brand blue underneath.
     DESKTOP (900px+): two columns — copy left on solid blue, video filling the
     right column for the full height of the hero. */.pf-landing .hero{position:relative;isolation:isolate;overflow:hidden;background:var(--blue);color:#fff;
        display:flex;flex-direction:column;padding-block:0}.pf-landing .hero-media{position:relative}.pf-landing .hero-media .fill{position:static;width:100%;height:auto;aspect-ratio:4/3;
              object-fit:cover;object-position:50% 0;background:var(--blue-deep)}/* the rating chip rides the bottom edge of the video on phones */.pf-landing .hero-media .chip{position:absolute;left:var(--gutter);bottom:12px;z-index:2}.pf-landing .hero-media::after{content:"";position:absolute;left:0;right:0;bottom:0;height:110px;
              background:linear-gradient(to bottom,rgba(23,63,124,0),rgba(23,63,124,.62));
              pointer-events:none}.pf-landing .hero-inner{width:100%;padding-block:22px 34px}.pf-landing .hero-copy>.chip{display:none}.pf-landing .hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:12px;max-width:620px}.pf-landing .hero-copy h1{color:#fff;font-size:clamp(34px,8.6vw,44px)}.pf-landing .hero-copy .sub{font-size:16px;font-weight:500;color:var(--on-blue);max-width:34ch}.pf-landing .hero .btn-primary{box-shadow:0 10px 26px -8px rgba(0,0,0,.5)}.pf-landing .hero-actions{display:flex;flex-wrap:wrap;gap:12px;width:100%}.pf-landing .hero-actions .btn{flex:1 1 230px}@media (min-width:420px) and (max-width:899px){.pf-landing .hero-copy h1{font-size:46px}}@media (min-width:900px){/* copy left, video right — both stretch to the full height of the hero */.pf-landing .hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
          grid-template-rows:minmax(0,1fr);align-items:stretch;
          min-height:min(86vh,780px)}.pf-landing .hero-media{grid-column:2;grid-row:1;align-self:stretch;min-height:0}.pf-landing .hero-media .fill{width:100%;height:100%;aspect-ratio:auto;object-position:50% 0}.pf-landing .hero-media .chip, .pf-landing .hero-media::after{display:none}.pf-landing .hero-copy>.chip{display:inline-flex}.pf-landing .hero-inner{grid-column:1;grid-row:1;display:flex;align-items:center;
                padding-block:clamp(40px,5vw,72px);
                padding-left:max(var(--gutter),calc((100vw - var(--wrap))/2 + var(--gutter)));
                padding-right:clamp(28px,4vw,56px)}.pf-landing .hero-inner .wrap{max-width:none;padding-inline:0}.pf-landing .hero-copy{gap:16px;max-width:none}.pf-landing .hero-copy h1{font-size:clamp(40px,4.2vw,58px)}.pf-landing .hero-copy .sub{font-size:clamp(17px,1.5vw,19px);color:#E8F0FB}}@media (min-width:1200px){.pf-landing .hero{grid-template-columns:1.02fr .98fr}}.pf-landing .proof{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}.pf-landing .faces{display:flex;flex:none}.pf-landing .faces img{width:38px;height:38px;border-radius:999px;object-fit:cover;
             border:2px solid rgba(255,255,255,.9);background:var(--blue-deep)}.pf-landing .faces img+img{margin-left:-12px}.pf-landing .proof-text{font-size:14px;line-height:1.4;color:var(--on-blue);max-width:42ch}.pf-landing .proof-text b{color:#fff;font-weight:700}.pf-landing .verified{display:inline-block;width:15px;height:15px;vertical-align:-2px;margin-inline:3px 1px}/* same row on a light background */.pf-landing .proof-light{justify-content:center;margin-top:18px}.pf-landing .proof-light .faces img{border-color:#fff;box-shadow:0 2px 6px -2px rgba(16,24,40,.35)}.pf-landing .proof-light .proof-text{color:var(--muted);text-align:left}.pf-landing .proof-light .proof-text b{color:var(--ink)}@media (min-width:480px){.pf-landing .faces img{width:42px;height:42px}.pf-landing .faces img+img{margin-left:-14px}.pf-landing .proof-text{font-size:15px}}/* tighter hero stack on phones */@media (max-width:640px){.pf-landing .hero-copy{gap:11px}.pf-landing .hero-copy .chip{padding:5px 11px;font-size:12.5px;gap:6px}.pf-landing .hero-copy .stars{font-size:12px;letter-spacing:.06em}}/* ---------- trust bar ---------- */.pf-landing .trustbar{background:#fff;border-bottom:1px solid var(--line);padding:18px var(--gutter)}.pf-landing .trust-bar-inner{max-width:940px;margin-inline:auto;display:flex;flex-wrap:wrap;
                   align-items:center;justify-content:center;gap:14px 26px}/* who made it: trio photo + wordmark, then the channel line */.pf-landing .trust-made{display:flex;align-items:center;gap:12px;min-width:0}.pf-landing .trust-face{width:44px;height:44px;flex:none;border-radius:50%;object-fit:cover;
              object-position:50% 22%;border:2px solid #fff;
              box-shadow:0 0 0 1px var(--line),0 6px 14px -8px rgba(16,24,40,.4)}.pf-landing .trust-made-text{display:flex;flex-direction:column;gap:3px;min-width:0}.pf-landing .trust-madeby{font-size:12px;font-weight:600;color:var(--muted-2);line-height:1.25}.pf-landing .trust-brandline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pf-landing .trust-wordmark{display:block;height:21px;width:auto}.pf-landing .trust-yt{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;
            color:var(--muted);line-height:1;padding-left:8px;position:relative}.pf-landing .trust-yt::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);
                    height:13px;width:1px;background:var(--line)}.pf-landing .trust-yt svg{width:20px;height:20px;flex:none;fill:#FF0033}.pf-landing .trust-stats{display:flex;align-items:center}.pf-landing .trust-stat{display:flex;align-items:baseline;gap:6px;padding-inline:14px;
              position:relative;white-space:nowrap}.pf-landing .trust-stat+.trust-stat::before{content:"";position:absolute;left:0;top:50%;
                                  transform:translateY(-50%);height:15px;width:1px;background:var(--line)}.pf-landing .trust-stat b{font-family:var(--display);font-weight:800;font-size:17px;color:var(--blue);line-height:1}.pf-landing .trust-stat span{font-size:12px;font-weight:600;color:var(--muted-2)}@media (max-width:640px){.pf-landing .trust-bar-inner{flex-direction:column;gap:12px}.pf-landing .trust-made{align-items:center}.pf-landing .trust-made-text{align-items:flex-start}.pf-landing .trust-face{width:40px;height:40px}/* subs / views counts are dropped on phones: the made-by line carries the trust */.pf-landing .trust-stats{display:none}}/* ---------- who it's for ---------- *//* uniform square grid — videos are square, so cards stay square at every width */.pf-landing .who-grid{display:grid;gap:16px;margin-top:48px;grid-template-columns:repeat(2,1fr);
            max-width:760px;margin-inline:auto}.pf-landing .who-card{aspect-ratio:1/1}@media (min-width:640px){.pf-landing .who-grid{gap:20px}}@media (max-width:479px){.pf-landing .who-grid{grid-template-columns:1fr}}.pf-landing .who-card{position:relative;border-radius:18px;overflow:hidden;
            background:#0c1526;box-shadow:0 1px 2px rgba(16,24,40,.04);
            transition:transform .18s ease,box-shadow .18s ease}.pf-landing .who-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px -16px rgba(16,24,40,.35)}.pf-landing .who-card video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:var(--blue-tint)}.pf-landing .who-card .who-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,14,28,0) 45%,rgba(8,14,28,.82) 100%);pointer-events:none}.pf-landing .who-card .who-tag{position:absolute;left:12px;top:12px;background:rgba(255,255,255,.94);color:var(--ink);
              font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
              padding:6px 10px;border-radius:999px}.pf-landing .who-card .who-sound{position:absolute;right:10px;top:10px;width:30px;height:30px;border-radius:50%;
              background:rgba(8,14,28,.55);border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;
              cursor:pointer;color:#fff;padding:0}.pf-landing .who-card .who-sound svg{width:15px;height:15px}.pf-landing .who-card .who-cap{position:absolute;left:14px;right:14px;bottom:14px;color:#fff;
              font-size:14.5px;font-weight:600;line-height:1.35;text-wrap:pretty}.pf-landing .who-cta{margin-top:32px;display:flex;justify-content:center}/* survey stats folded in under "who it's for" */.pf-landing .said{margin-top:44px;border-top:1px solid var(--line);padding-top:36px}/* title and subtitle stack instead of sharing a line */.pf-landing .said-head{text-align:center;margin-bottom:clamp(22px,3vw,30px)}.pf-landing .said-head h3{font-size:clamp(24px,2.6vw,28px)}.pf-landing .said-head span{display:block;margin-top:9px;font-size:14px;color:var(--muted);font-weight:500}.pf-landing .stats{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.pf-landing .stat{background:var(--blue-tint);border:1px solid var(--blue-line);border-radius:14px;
        padding:22px 20px 20px;display:flex;flex-direction:column}.pf-landing .stat .claim{font-family:var(--display);font-weight:700;font-size:17px;line-height:1.25;
               letter-spacing:-.01em}.pf-landing .stat .sub{font-size:13px;color:var(--muted);margin-top:6px}/* the share of buyers, as a progress ring */.pf-landing .stat .tag{margin-top:auto;padding-top:18px;display:flex;align-items:center;gap:14px}.pf-landing .ring{position:relative;width:72px;height:72px;flex:none}.pf-landing .ring svg{width:100%;height:100%;transform:rotate(-90deg)}.pf-landing .ring circle{fill:none;stroke-width:6;stroke-linecap:round}.pf-landing .ring .track{stroke:#fff}.pf-landing .ring .bar{stroke:var(--orange)}.pf-landing .ring b{position:absolute;inset:0;display:grid;place-items:center;
          font-family:var(--display);font-weight:800;font-size:19px;line-height:1;
          color:var(--blue);letter-spacing:-.02em}.pf-landing .stat .tag .of{font-size:13px;font-weight:600;color:var(--muted);line-height:1.35}/* mobile: compact rows — small ring beside the benefit, no repeated caption */@media (max-width:600px){.pf-landing .stats{gap:10px;grid-template-columns:1fr}.pf-landing .stat{flex-direction:row;align-items:center;gap:14px;padding:14px 16px}.pf-landing .stat .claim{font-size:15.5px;line-height:1.3;order:2;flex:1}.pf-landing .stat .tag{order:1;flex:none;margin-top:0;padding-top:0}.pf-landing .stat .tag .of{display:none}.pf-landing .ring{width:54px;height:54px}.pf-landing .ring b{font-size:15px}}/* ---------- proof: clips + reviews (one block) ---------- */.pf-landing .clips{display:grid;gap:18px;margin-top:36px;
         grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.pf-landing .clip{border-radius:16px;overflow:hidden;background:var(--blue-deep);
        border:1px solid rgba(255,255,255,.22);position:relative;aspect-ratio:4/5}.pf-landing .clip>.fill{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pf-landing .clip figcaption{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:34px 14px 14px;
    background:linear-gradient(180deg,rgba(11,27,60,0),rgba(11,27,60,.88));
    font-size:14px;font-weight:700;color:#fff}.pf-landing .clip figcaption span{display:block;font-weight:500;font-size:12.5px;color:var(--on-blue);margin-top:3px}.pf-landing .quotes{display:grid;gap:16px;margin-top:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.pf-landing .quote{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:16px;
         padding:20px;display:flex;flex-direction:column;gap:10px}.pf-landing .quote blockquote{margin:0;font-size:15px;line-height:1.55;color:#fff}.pf-landing .quote .who{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:4px}.pf-landing .quote .av{width:34px;height:34px;border-radius:999px;background:#fff;color:var(--blue);
             display:grid;place-items:center;font-size:12px;font-weight:800;flex:none}.pf-landing .quote .who b{display:block;font-size:14px;color:#fff}.pf-landing .quote .who span{display:block;font-size:12px;color:var(--on-blue)}/* ---------- the choice ---------- */.pf-landing .choice{background:var(--cream)}.pf-landing .choice-grid{display:grid;gap:14px;margin-top:10px;grid-template-columns:1fr;
               max-width:940px;margin-inline:auto}.pf-landing .swap-head{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:940px;
             margin:32px auto -4px}.pf-landing .swap{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pf-landing .col-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
             color:var(--muted-2)}.pf-landing .col-label.after{color:var(--blue)}.pf-landing .sw-card{border-radius:14px;overflow:hidden;display:flex;flex-direction:column;background:#fff;
           border:1px solid var(--line)}/* desktop: one comparison per row, image beside the text instead of six tiny tiles */@media (min-width:760px){.pf-landing .swap{gap:16px}.pf-landing .swap-head{gap:16px}.pf-landing .sw-card{flex-direction:row;align-items:stretch;min-height:104px}.pf-landing .sw-card .shot{aspect-ratio:auto;width:148px;flex:none}.pf-landing .sw-card .body{justify-content:center;padding:14px 18px;gap:6px}.pf-landing .sw-card p{font-size:15px}}.pf-landing .sw-card.win{background:var(--blue-tint);border-color:var(--blue-line)}.pf-landing .sw-card .shot{position:relative;aspect-ratio:1;overflow:hidden;background:#F2F4F7}.pf-landing .sw-card .shot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pf-landing .sw-card:not(.win) .shot img{opacity:.6;filter:grayscale(.3)}.pf-landing .sw-card .body{padding:12px;display:flex;flex-direction:column;gap:4px}.pf-landing .sw-tag{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:.06em;
          text-transform:uppercase;color:var(--muted)}.pf-landing .sw-card.win .sw-tag{color:var(--blue)}.pf-landing .tick{width:16px;height:16px;flex:none;border-radius:999px;background:var(--blue);
        display:grid;place-items:center}.pf-landing .tick svg{width:9px;height:9px;fill:none;stroke:#fff;stroke-width:2.6;
            stroke-linecap:round;stroke-linejoin:round}.pf-landing .sw-card p{font-size:14px;font-weight:600}/* ---------- brand (V1 cinematic: centred head, square artwork, copy below) ---------- */.pf-landing .brand{background:linear-gradient(180deg,#1B4C95 0%,var(--blue) 46%,#1A4A90 100%)}.pf-landing .brand-head{max-width:760px;margin-inline:auto;text-align:center}.pf-landing .brand-head h2{margin-top:0;font-size:clamp(32px,4.2vw,46px)}/* oversized, knocked-back quote marks framing the headline */.pf-landing .brand-head h2 .q{color:rgba(255,255,255,.42);font-size:1.18em;line-height:0}/* attribution under the quoted headline — a sentence, so not the uppercase eyebrow style */.pf-landing .brand-attrib{margin-top:14px;font-size:clamp(14px,1.4vw,16px);font-weight:600;
                color:var(--on-blue);line-height:1.45}/* The team artwork is a square, self-contained composition with its own headline,
     so the frame matches its 1:1 ratio instead of cropping into it. */.pf-landing .brand-media{position:relative;margin:clamp(26px,4vw,40px) auto 0;aspect-ratio:1/1;
               max-width:min(100%,620px);
               box-shadow:0 40px 80px -42px rgba(4,14,34,.9)}.pf-landing .brand-body{display:grid;gap:clamp(20px,3vw,40px);margin-top:clamp(28px,4vw,44px)}@media (min-width:860px){.pf-landing .brand-body{grid-template-columns:1.15fr .85fr;align-items:start}}.pf-landing .brand-body p{font-size:clamp(15px,1.5vw,17.5px);line-height:1.6}.pf-landing .brand p+p{margin-top:14px}.pf-landing .pull{padding-left:18px;border-left:3px solid var(--orange);
        font-family:var(--display);font-weight:700;color:#fff;
        font-size:clamp(17px,2vw,21px);line-height:1.35}.pf-landing .brand-body .pull+p{margin-top:16px}.pf-landing .only-here{margin-top:20px;display:inline-flex;align-items:center;gap:10px;
             background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.32);
             border-radius:999px;padding:9px 16px;font-size:13.5px;font-weight:700;color:#fff}.pf-landing .only-here svg{width:16px;height:16px;flex:none;stroke:#FFC94D;fill:none;stroke-width:2.2;
                 stroke-linecap:round;stroke-linejoin:round}/* Desktop: the stacked layout leaves a 620px square marooned in the middle of a wide
     page. Above 1000px the artwork moves beside the copy and the head left-aligns.
     DOM order stays head → media → body, which is the right mobile order. */@media (min-width:1000px){.pf-landing .brand .wrap{display:grid;column-gap:clamp(36px,4.5vw,72px);align-items:center;
                 grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}/* headline + attribution span the full width and stay centred, artwork and copy sit below */.pf-landing .brand-head{grid-column:1 / -1;grid-row:1}.pf-landing .brand-media{grid-column:1;grid-row:2;margin:clamp(26px,3vw,38px) 0 0;max-width:none;
                 align-self:center}.pf-landing .brand-body{grid-column:2;grid-row:2;margin-top:clamp(26px,3vw,38px);
                grid-template-columns:minmax(0,1fr);align-self:center}}/* ---------- the offer ---------- */.pf-landing .offer-card{position:relative;max-width:980px;margin:36px auto 0;background:#fff;
              border:1px solid var(--line);border-radius:22px;overflow:hidden;
              box-shadow:0 26px 64px -34px rgba(16,24,40,.35)}.pf-landing .kit-flag{position:absolute;top:0;right:0;z-index:3;background:var(--orange);color:var(--on-orange);
            border-bottom-left-radius:12px;padding:8px 14px;
            font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.pf-landing .offer-grid{display:grid}@media (min-width:880px){.pf-landing .offer-grid{grid-template-columns:1fr 1fr;align-items:start}}.pf-landing .kit-gallery{padding:20px;display:flex;flex-direction:column;gap:12px;background:#FBFCFE}.pf-landing .kit-shot{position:relative;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:#F3F4F6}.pf-landing .kit-shot img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.pf-landing .kit-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pf-landing .kit-thumbs button{position:relative;aspect-ratio:1/1;border-radius:8px;overflow:hidden;padding:0;
                     border:1px solid var(--line);background:#fff;cursor:pointer}.pf-landing .kit-thumbs button[aria-current="true"]{border:2px solid var(--orange);box-shadow:0 0 0 2px rgba(255,144,0,.16)}.pf-landing .kit-thumbs img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pf-landing .kit-thumbs .count{position:absolute;inset:0;background:rgba(16,24,40,.55);color:#fff;
                     display:grid;place-items:center;font-size:12px;font-weight:800}.pf-landing .kit-body{padding:24px;display:flex;flex-direction:column;gap:18px}.pf-landing .kit-body h3{font-size:23px}/* same treatment as the hero price */.pf-landing .price{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 14px}.pf-landing .price .now{font-family:var(--display);font-weight:800;font-size:30px;line-height:1}.pf-landing .price .old{font-size:17px;font-weight:500;color:var(--muted);text-decoration:line-through}.pf-landing .price .save{background:#FFF1DC;color:var(--orange-dark);border-radius:999px;padding:4px 10px;
               font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.pf-landing .incl{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.pf-landing .incl li{display:flex;gap:12px;align-items:flex-start}.pf-landing .incl .ic{width:40px;height:40px;flex:none;border-radius:10px;background:var(--blue-tint);
            display:grid;place-items:center;font-size:20px}.pf-landing .incl b{display:block;font-size:15px}.pf-landing .incl span{display:block;font-size:13px;color:var(--muted)}.pf-landing .kit-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding-block:14px;
             border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pf-landing .kit-trust div{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--muted)}.pf-landing .kit-trust img{height:14px;width:auto}.pf-landing .kit-body .cta{margin-top:auto}.pf-landing .microcopy{font-size:12px;color:var(--muted-2);text-align:center}.pf-landing .gtee{display:grid;gap:14px;max-width:980px;margin:20px auto 0;
        grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.pf-landing .gtee div{background:var(--blue-tint);border:1px solid var(--blue-line);border-radius:14px;
            padding:16px 18px;display:flex;align-items:center;gap:12px}.pf-landing .gtee .gi{width:38px;height:38px;flex:none;border-radius:999px;background:#fff;
            display:grid;place-items:center;box-shadow:0 1px 3px rgba(16,24,40,.1)}.pf-landing .gtee .gi img{height:16px;width:auto}.pf-landing .gtee b{display:block;font-size:14px}.pf-landing .gtee span{display:block;font-size:12.5px;color:var(--muted)}.pf-landing .gtee-note{max-width:980px;margin:14px auto 0;font-size:13px;color:var(--muted);text-align:center}.pf-landing .gtee-note a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}/* ---------- play anywhere (auto-moving places slider) ---------- *//* the section above already carries its own bottom padding, so keep the top tight */.pf-landing .anywhere{background:var(--cream);overflow:hidden;padding-top:clamp(20px,3vw,32px)}.pf-landing .anywhere .head{text-align:left}.pf-landing .anywhere .head h2{margin-top:8px;max-width:22ch}/* the track holds the slides twice over, so the loop restarts unnoticed */.pf-landing .slider{margin-top:36px;position:relative;
          -webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
          mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.pf-landing .track{display:flex;gap:18px;width:max-content;animation:pfLandingSlide 34s linear infinite}/* twice as fast on mobile, where fewer cards are on screen at once */@media (max-width:700px){.pf-landing .track{animation-duration:17s}}.pf-landing .slider:hover .track{animation-play-state:paused}@keyframes pfLandingSlide{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 9px))}}.pf-landing .place{position:relative;margin:0;flex:none;width:clamp(240px,26vw,330px);aspect-ratio:1/1;
         border-radius:16px;overflow:hidden;background:#fff;
         box-shadow:0 14px 34px -22px rgba(16,24,40,.8)}.pf-landing .place img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pf-landing .place figcaption{position:absolute;left:0;right:0;bottom:0;padding:22px 14px 14px;color:#fff;
                    background:linear-gradient(180deg,transparent,rgba(9,20,45,.85));
                    font-weight:700;font-size:15px;display:flex;align-items:center;gap:8px}.pf-landing .place figcaption svg{width:18px;height:18px;flex:none;border-radius:999px;background:var(--green);
                        padding:3px;stroke:#fff;fill:none;stroke-width:2.6;
                        stroke-linecap:round;stroke-linejoin:round}@media (prefers-reduced-motion:reduce){.pf-landing .track{animation:none;overflow-x:auto;scrollbar-width:none}.pf-landing .slider{-webkit-mask-image:none;mask-image:none}}/* ---------- reviews ---------- */.pf-landing .reviews{background:var(--cream)}/* stars and the line sit together on one line, wrapping only if they must */.pf-landing .rv-head{text-align:center;max-width:820px;margin:0 auto clamp(24px,3.5vw,36px);
           display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;
           justify-content:center;gap:6px 12px}.pf-landing .rv-head h2{font-size:clamp(27px,4vw,44px)}.pf-landing .rv-head h2 em{font-style:normal;color:var(--blue)}.pf-landing .rv-grid{display:grid;gap:clamp(16px,3vw,32px);align-items:start}@media (min-width:900px){.pf-landing .rv-grid{grid-template-columns:300px minmax(0,1fr)}}/* score panel */.pf-landing .rv-score{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px 20px}.pf-landing .rv-score .avg{display:flex;align-items:baseline;gap:8px}.pf-landing .rv-score .avg b{font-family:var(--display);font-weight:800;font-size:44px;line-height:1;
                   letter-spacing:-.02em}.pf-landing .rv-score .avg span{font-size:14px;font-weight:600;color:var(--muted-2)}.pf-landing .rv-stars{display:inline-flex;gap:2px;margin-top:10px}.pf-landing .rv-stars svg{width:17px;height:17px;fill:#FFB020}.pf-landing .rv-score .count{margin-top:8px;font-size:13.5px;color:var(--muted);display:flex;
                   align-items:center;gap:7px}.pf-landing .rv-score .count svg{width:15px;height:15px;flex:none;stroke:var(--blue);fill:none;stroke-width:2.4;
                       stroke-linecap:round;stroke-linejoin:round}.pf-landing .rv-bars{list-style:none;margin:16px 0 0;padding:16px 0 0;border-top:1px solid var(--line);
           display:grid;gap:10px}.pf-landing .rv-bars li{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;
              font-size:13px;font-weight:700;color:var(--ink);white-space:nowrap}.pf-landing .rv-bars .lbl{display:inline-flex;align-items:center;gap:4px}.pf-landing .rv-bars .lbl svg{width:13px;height:13px;fill:#FFB020}.pf-landing .rv-bars .rv-track{display:block;height:10px;border-radius:999px;background:#EDF1F7;
                     border:1px solid var(--blue-line);overflow:hidden}.pf-landing .rv-bars .rv-track i{display:block;height:100%;border-radius:999px;background:#FFB020}.pf-landing .rv-bars .n{display:flex;align-items:baseline;gap:6px;justify-content:flex-end;min-width:70px}.pf-landing .rv-bars .n b{font-family:var(--display);font-weight:800;font-size:14px;color:var(--ink)}.pf-landing .rv-bars .n span{font-size:12px;font-weight:600;color:var(--muted-2)}.pf-landing .rv-bars li.zero{color:var(--muted-2)}.pf-landing .rv-bars li.zero .n b{color:var(--muted-2)}/* compact score panel on phones: score row inline, bars tighter */@media (max-width:899px){.pf-landing .rv-score{padding:14px 16px;display:grid;gap:10px}.pf-landing .rv-score .top{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px}.pf-landing .rv-score .avg{gap:6px}.pf-landing .rv-score .avg b{font-size:30px}.pf-landing .rv-score .avg span{font-size:12.5px}.pf-landing .rv-stars{margin-top:0}.pf-landing .rv-stars svg{width:15px;height:15px}.pf-landing .rv-score .count{margin-top:0;font-size:12.5px;width:100%}.pf-landing .rv-bars{margin-top:0;padding-top:12px;gap:6px}.pf-landing .rv-bars li{gap:9px;font-size:12px}.pf-landing .rv-bars .rv-track{height:7px}.pf-landing .rv-bars .n{min-width:58px;gap:5px}.pf-landing .rv-bars .n b{font-size:12.5px}.pf-landing .rv-bars .n span{font-size:11px}}/* review cards: 4 on phones, 8 on desktop, the rest behind the button */.pf-landing .rv-list{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.pf-landing .rv-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;
           display:flex;flex-direction:column;gap:9px}.pf-landing .rv-card:nth-child(n+5){display:none}@media (min-width:760px){.pf-landing .rv-card:nth-child(n+5){display:flex}.pf-landing .rv-card:nth-child(n+9){display:none}}.pf-landing .rv-list.show-all .rv-card{display:flex}.pf-landing .rv-card .rv-stars{margin-top:0}.pf-landing .rv-card .rv-stars svg{width:14px;height:14px}.pf-landing .rv-card h4{font-family:var(--display);font-weight:700;font-size:15px;letter-spacing:-.01em}.pf-landing .rv-card blockquote{margin:0;font-size:14px;line-height:1.55;color:var(--muted)}.pf-landing .rv-card .by{margin-top:auto;padding-top:12px;border-top:1px solid var(--line);
               display:flex;align-items:center;flex-wrap:wrap;gap:4px 8px;
               justify-content:flex-start;text-align:left}.pf-landing .rv-card .by b{font-size:13.5px}.pf-landing .rv-card .by .meta{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;
                     color:var(--muted-2);font-weight:600}.pf-landing .rv-card .by .meta svg{width:12px;height:12px;flex:none;stroke:var(--blue);fill:none;stroke-width:2.6;
                         stroke-linecap:round;stroke-linejoin:round}.pf-landing .rv-card .by .date{font-size:11.5px;color:var(--muted-2);font-weight:600;margin-left:auto}.pf-landing .rv-more{display:flex;justify-content:center;margin-top:18px}.pf-landing .rv-more button{background:#fff;border:1px solid var(--blue-line);border-radius:999px;
                  padding:13px 24px;cursor:pointer;font-family:inherit;font-size:14.5px;
                  font-weight:800;color:var(--blue);display:inline-flex;align-items:center;gap:9px;
                  transition:background-color .12s,border-color .12s,transform .12s}.pf-landing .rv-more button:hover{background:var(--blue-tint);border-color:var(--blue);transform:translateY(-1px)}.pf-landing .rv-more svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2.4;
               stroke-linecap:round;stroke-linejoin:round;transition:transform .15s ease}.pf-landing .rv-more button[aria-expanded="true"] svg{transform:rotate(180deg)}/* ---------- faq ---------- */.pf-landing .faq-list{max-width:760px;margin:32px auto 0;display:flex;flex-direction:column;gap:10px}.pf-landing .faq-item{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.pf-landing .faq-item summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;
                    padding:16px 18px;font-weight:700;cursor:pointer}.pf-landing .faq-item summary::-webkit-details-marker{display:none}.pf-landing .faq-item summary:hover{background:#FCFCFB}.pf-landing .faq-item .plus{flex:none;width:22px;height:22px;display:grid;place-items:center;color:var(--blue);
                  font-size:20px;font-weight:700;transition:transform .2s ease}.pf-landing .faq-item[open] .plus{transform:rotate(45deg)}.pf-landing .faq-item .answer{padding:0 18px 18px;color:var(--muted);font-size:15px}.pf-landing .faq-item .answer a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}/* ---------- final cta ---------- */.pf-landing .final{text-align:center}.pf-landing .final .btn{margin-top:26px;min-width:min(100%,360px)}.pf-landing .final .fine{margin-top:16px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.pf-landing .final .fine span{position:relative;display:inline-flex;align-items:center;gap:8px;
                    padding:6px 18px;font-size:13px;font-weight:600;white-space:nowrap}.pf-landing .final .fine span+span::before{content:"";position:absolute;left:0;top:50%;
                    transform:translateY(-50%);height:14px;width:1px;background:rgba(255,255,255,.28)}.pf-landing .final .fine svg{width:15px;height:15px;flex:none;fill:currentColor;opacity:.85}.pf-landing .final .fine svg.gold{fill:#FFC94D;opacity:1}@media (max-width:560px){.pf-landing .final .fine{flex-direction:column;gap:10px}.pf-landing .final .fine span{padding:0}.pf-landing .final .fine span+span::before{display:none}}/* ---------- footer ---------- */.pf-landing .footer{background:#181818;color:#fff;padding-block:44px 32px}.pf-landing .foot-grid{display:grid;gap:32px;grid-template-columns:1fr}@media (min-width:760px){.pf-landing .foot-grid{grid-template-columns:1.4fr 1fr 1fr}}.pf-landing .footer .logo{font-family:var(--display);font-weight:800;font-size:20px;letter-spacing:.02em}.pf-landing .footer .mission{margin-top:12px;font-size:14px;color:#A9B4CC;max-width:44ch}.pf-landing .socials{display:flex;gap:10px;margin-top:18px}.pf-landing .socials a{width:38px;height:38px;border-radius:999px;background:rgba(255,255,255,.09);
             display:grid;place-items:center}.pf-landing .socials a:hover{background:rgba(255,255,255,.18)}.pf-landing .socials svg{width:18px;height:18px;fill:#fff}.pf-landing .footer h4{font-family:var(--font);font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.pf-landing .footer ul{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:9px}.pf-landing .footer ul a{font-size:14px;color:#A9B4CC}.pf-landing .footer ul a:hover{color:#fff}.pf-landing .pays{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}.pf-landing .pays span{background:rgba(255,255,255,.09);border-radius:6px;padding:6px 10px;
             font-size:11px;font-weight:700;color:#C7D0E8}.pf-landing .foot-bottom{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);
               display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:space-between;
               font-size:12px;color:#7C8AA8}.pf-landing .foot-bottom nav{display:flex;flex-wrap:wrap;gap:16px}/* ---------- sticky buy bar ---------- */.pf-landing .buybar{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;
          border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(16,24,40,.12);
          padding:12px var(--gutter) calc(12px + env(safe-area-inset-bottom));
          transform:translateY(115%);transition:transform .25s ease;visibility:hidden}.pf-landing .buybar.show{transform:none;visibility:visible}@media (prefers-reduced-motion:reduce){.pf-landing .buybar{transition:none}}.pf-landing .buybar-inner .sticky_add_form{margin-left:auto;}.pf-landing .buybar-inner{max-width:var(--wrap);margin-inline:auto;display:flex;align-items:center;gap:14px}.pf-landing .buybar .thumb{width:44px;height:44px;flex:none;border-radius:10px;overflow:hidden;background:var(--blue-tint)}.pf-landing .buybar .thumb img{width:100%;height:100%;object-fit:cover}.pf-landing .buybar .meta{flex:1;min-width:0}/* desktop: keep the bar as one tight cluster instead of a stretched row */@media (min-width:960px){.pf-landing .buybar-inner{max-width:760px;justify-content:center}/* flex:none + nowrap so the name and price sit on one line each */.pf-landing .buybar .meta{flex:none;min-width:auto;white-space:nowrap}.pf-landing .buybar .btn{flex:none}}.pf-landing .buybar .meta b{display:block;font-size:14px}/* direct child only — .cut and .rating must stay inline or the price stacks */.pf-landing .buybar .meta>span{display:block;font-size:13px;color:var(--muted)}.pf-landing .buybar .meta .cut{display:inline;text-decoration:line-through;color:var(--muted-2)}.pf-landing .buybar .meta .rating{display:none}@media (min-width:430px){.pf-landing .buybar .meta .rating{display:inline}}.pf-landing .buybar .btn{padding:13px 22px;font-size:15px;white-space:nowrap}.pf-landing body.bar-on{padding-bottom:var(--bar-h)}.pf-landing .skip{position:absolute;left:-9999px;top:0;background:#fff;color:var(--ink);padding:10px 16px;z-index:100}.pf-landing .skip:focus{left:8px;top:8px}/* ===== kit showcase (scoped) ===== */.pf-landing .ks-showcase, .pf-landing .ks-lightbox{
    --blue:{{ section.settings.color_primary }}; --blue-deep:{{ section.settings.color_primary_deep }}; --blue-tint:{{ section.settings.color_primary_tint }}; --blue-line:{{ section.settings.color_primary_line }};
    --orange:{{ section.settings.color_accent }}; --orange-dark:{{ section.settings.color_accent_dark }}; --on-orange:{{ section.settings.color_on_accent }};
    --ink:{{ section.settings.color_text }}; --muted:{{ section.settings.color_text_muted }}; --muted-2:{{ section.settings.color_text_muted_2 }}; --line:{{ section.settings.color_border }};
    --font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
    --display:'Poppins','Inter',sans-serif;
    --wrap:1180px; --gutter:20px;
  }@media (min-width:768px){.pf-landing .ks-showcase, .pf-landing .ks-lightbox{ --gutter:32px }}.pf-landing .ks-showcase .ks-wrap{max-width:var(--wrap);margin:0 auto;padding-inline:var(--gutter)}.ks-showcase .ks-buy{display: flex;flex-direction: column;align-items: stretch;gap: 16px;margin-top: 28px;max-width: 380px;}.pf-landing .ks-showcase .ks-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;
       border-radius:12px;padding:17px 30px;cursor:pointer;font-family:inherit;
       font-size:16px;font-weight:800;background:var(--orange);color:var(--on-orange);
       box-shadow:0 12px 26px -10px rgba(255,144,0,.7);transition:background-color .12s,transform .12s}.pf-landing .ks-showcase .ks-btn:hover{background:var(--orange-dark);transform:translateY(-1px)}.pf-landing .ks-showcase .ks-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9;
           stroke-linecap:round;stroke-linejoin:round}/* ================= section ================= */.pf-landing .ks-showcase{position:relative;overflow:hidden;
            background:linear-gradient(180deg,#FFFFFF 0%,#F1F5FC 42%,#E7EFFA 100%);
            padding-block:clamp(48px,7vw,90px)}/* oversized wordmark ghosted behind everything */.pf-landing .ks-showcase 
  .ks-ghost{position:absolute;left:50%;top:clamp(20px,4vw,44px);transform:translateX(-50%);
         font-family:var(--display);font-weight:800;font-size:clamp(80px,17vw,230px);
         line-height:.8;letter-spacing:-.04em;color:#1F56A6;opacity:.055;
         white-space:nowrap;pointer-events:none;user-select:none}.pf-landing .trust-madeby,.pf-landing .trust-yt{padding-left:5px!important;}/* DOM order is the mobile order: badges + title, .ks-showcase image, .ks-showcase paragraph, .ks-showcase proof, .ks-showcase price + CTA */.pf-landing .ks-showcase 
  .ks-grid{position:relative;display:grid;gap:clamp(14px,4vw,28px);align-items:center}@media (min-width:980px){/* desktop: image left, .ks-showcase and the copy blocks re-stacked with the proof row above the title */.pf-landing .ks-showcase 
    .ks-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
          column-gap:clamp(28px,4vw,56px);row-gap:0}.pf-landing .ks-showcase .ks-shot{grid-column:1;grid-row:1 / span 4;align-self:center}.pf-landing .ks-showcase .ks-proof{grid-column:2;grid-row:1;align-self:end}.pf-landing .ks-showcase .ks-copy-head{grid-column:2;grid-row:2;align-self:end}.pf-landing .ks-showcase .ks-copy-sub{grid-column:2;grid-row:3;align-self:start}.pf-landing .ks-showcase .ks-copy-rest{grid-column:2;grid-row:4;align-self:start}.pf-landing .ks-showcase .ks-proof{margin-bottom:18px}}/* ---- copy column ---- */.pf-landing .ks-showcase 
  .ks-copy{position:relative;z-index:2}.pf-landing .ks-showcase .ks-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;
           letter-spacing:.09em;text-transform:uppercase;color:var(--blue);
           background:#fff;border:1px solid var(--blue-line);border-radius:999px;padding:7px 14px}.pf-landing .ks-showcase .ks-badges{display:flex;flex-wrap:wrap;gap:10px}.pf-landing .ks-showcase .ks-eyebrow.ks-rating{text-transform:none;letter-spacing:0;font-size:13px;color:var(--muted);
                  font-weight:600;gap:7px}.pf-landing .ks-showcase .ks-eyebrow.ks-rating b{color:var(--ink);font-weight:800}.pf-landing .ks-showcase .ks-stars{display:inline-flex;gap:1px}.pf-landing .ks-showcase .ks-stars svg{width:14px;height:14px;fill:#FFB020}.pf-landing .ks-showcase .ks-copy h2{font-size:clamp(30px,4.6vw,42px);margin-top:18px}.pf-landing .ks-showcase .ks-copy h2 .ks-brand{font-weight:800;color:var(--ink)}.pf-landing .ks-showcase .ks-copy h2 .ks-tail{font-weight:600;color:var(--muted)}.pf-landing .ks-showcase .ks-copy .ks-sub{font-size:clamp(15px,1.5vw,18px);color:var(--muted);line-height:1.55;
             margin-top:14px;max-width:48ch}/* the paragraph is its own block now, .ks-showcase so its top margin only applies on desktop */.pf-landing .ks-showcase 
  @media (max-width:979px){ .ks-copy-sub>.ks-sub{margin-top:0} }.pf-landing .ks-showcase .ks-copy-head h2{margin-top:18px}.pf-landing .ks-showcase .ks-copy .ks-lead-line{font-weight:600;color:var(--ink);margin-top:16px}.pf-landing .ks-showcase .ks-copy .ks-lead-line+.ks-sub{font-size:clamp(14.5px,1.4vw,16px)}/* what's in the box */.pf-landing .ks-showcase 
  .ks-contents-label{margin-top:22px;font-size:12px;font-weight:700;letter-spacing:.09em;
                  text-transform:uppercase;color:var(--blue-deep)}.pf-landing .ks-showcase .ks-contents{list-style:none;margin:10px 0 0;padding:0;display:grid;gap:8px 18px;
            grid-template-columns:repeat(2,minmax(0,1fr))}.pf-landing .ks-showcase .ks-contents li{display:flex;gap:10px;align-items:center}.pf-landing .ks-showcase .ks-contents .ks-ic{flex:none;width:28px;height:28px;border-radius:8px;background:var(--blue-tint);
                border:1px solid var(--blue-line);display:grid;place-items:center}.pf-landing .ks-showcase .ks-contents .ks-ic svg{width:16px;height:16px;stroke:var(--blue);fill:none;stroke-width:1.7;
                    stroke-linecap:round;stroke-linejoin:round}.pf-landing .ks-showcase .ks-contents b{font-size:14px;font-weight:500;display:block;line-height:1.3}/* ---- social proof row (from the hero) ---- */.pf-landing .ks-showcase 
  .ks-proof{display:flex;align-items:center;gap:12px}.pf-landing .ks-showcase .ks-badges+.ks-proof{margin-top:18px}.pf-landing .ks-showcase .ks-faces{display:flex;flex:none}.pf-landing .ks-showcase .ks-faces img{width:38px;height:38px;border-radius:999px;object-fit:cover;
             border:2px solid #fff;background:var(--blue-tint);
             box-shadow:0 2px 6px -2px rgba(16,24,40,.35)}.pf-landing .ks-showcase .ks-faces img+img{margin-left:-12px}.pf-landing .ks-showcase .ks-proof-text{font-size:13.5px;line-height:1.4;color:var(--muted);max-width:42ch}.pf-landing .ks-showcase .ks-proof-text b{color:var(--ink);font-weight:700}.pf-landing .ks-showcase .ks-verified{display:inline-block;width:15px;height:15px;vertical-align:-2px;margin-inline:3px 1px}/* price + cta */.pf-landing .ks-showcase 
  .ks-buy{display:flex;flex-direction:column;align-items:stretch;gap:16px;margin-top:28px;max-width:380px}.pf-landing .ks-showcase .ks-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px}.pf-landing .ks-showcase .ks-copy>.ks-price{margin-top:30px}.pf-landing .ks-showcase .ks-price .ks-now{font-family:var(--display);font-weight:600;font-size:30px;line-height:1}.pf-landing .ks-showcase .ks-price .ks-old{font-size:17px;font-weight:500;color:var(--muted);text-decoration:line-through}.pf-landing .ks-showcase .ks-price .ks-save{background:#FFF1DC;color:var(--orange-dark);border-radius:999px;padding:4px 11px;
               font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.pf-landing .ks-showcase .ks-micro{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px 20px;
         font-size:12.5px;color:var(--muted-2)}.pf-landing .ks-showcase .ks-micro li{display:flex;align-items:center;gap:7px;font-weight:600}.pf-landing .ks-showcase .ks-micro svg{width:17px;height:17px;flex:none;stroke:var(--blue);fill:none;stroke-width:1.7;
             stroke-linecap:round;stroke-linejoin:round}/* ---- product column: bleeds past the left edge ---- */.pf-landing .ks-showcase 
  .ks-shot{position:relative;z-index:1}.pf-landing .ks-showcase .ks-shot-stage{position:relative}.pf-landing .ks-showcase .ks-shot-inner{position:relative;aspect-ratio:1/1}@media (min-width:980px){.pf-landing .ks-showcase .ks-shot-stage{max-width:520px;margin-inline:auto}.pf-landing .ks-showcase .ks-shot-inner{aspect-ratio:1/1}}/* photo, .ks-showcase not a cut-out: fill the frame and round the corners */.pf-landing .ks-showcase 
  .ks-shot-inner{border-radius:16px;overflow:hidden;background:#fff;
              box-shadow:0 24px 50px -30px rgba(16,24,40,.55)}.pf-landing .ks-showcase .ks-shot-inner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;touch-action:pan-y;cursor:grab;-webkit-user-drag:none;user-select:none}
/* floating spec chip over the product */.pf-landing .ks-showcase 
  .ks-chip{position:absolute;z-index:3;background:rgba(255,255,255,.94);
        backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
        border:1px solid var(--blue-line);border-radius:999px;padding:8px 14px;
        font-size:12.5px;font-weight:700;color:var(--blue-deep);white-space:nowrap;
        box-shadow:0 10px 24px -14px rgba(16,24,40,.6)}.pf-landing .ks-showcase .ks-chip.one{right:2%;top:22%}.pf-landing .ks-showcase .ks-chip.two{left:6%;bottom:20%}@media (max-width:979px){.pf-landing .ks-showcase .ks-chip{display:none}}/* "as featured in" credit, sits at the bottom edge of the main image */.pf-landing .ks-showcase .ks-featured{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:3;
        display:inline-flex;align-items:center;gap:6px;white-space:nowrap;
        background:rgba(255,255,255,.92);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
        border:1px solid rgba(16,24,40,.08);border-radius:999px;padding:7px 14px;
        font-size:12.5px;font-weight:500;color:var(--muted);
        box-shadow:0 6px 18px -10px rgba(16,24,40,.55)}.pf-landing .ks-showcase .ks-featured[hidden]{display:none}.pf-landing .ks-showcase .ks-featured b{font-weight:800;color:var(--ink)}.pf-landing .ks-showcase .ks-featured .ks-yt{width:19px;height:19px;fill:#FF0033;flex:none}@media (max-width:420px){.pf-landing .ks-showcase .ks-featured{font-size:11.5px;padding:6px 11px;gap:5px;bottom:10px}.pf-landing .ks-showcase .ks-featured .ks-yt{width:16px;height:16px}}/* ---- gallery arrows ---- */.pf-landing .ks-showcase 
  .ks-nav{position:absolute;z-index:4;top:50%;transform:translateY(-50%);
       width:44px;height:44px;border-radius:999px;border:1px solid var(--blue-line);
       background:rgba(255,255,255,.94);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
       cursor:pointer;display:grid;place-items:center;color:var(--blue-deep);
       box-shadow:0 10px 24px -14px rgba(16,24,40,.6);transition:background-color .12s,transform .12s}.pf-landing .ks-showcase .ks-nav:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.pf-landing .ks-showcase .ks-nav svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.2;
           stroke-linecap:round;stroke-linejoin:round}.pf-landing .ks-showcase .ks-nav.ks-prev{left:4px}.pf-landing .ks-showcase .ks-nav.ks-next{right:4px}@media (min-width:980px){.pf-landing .ks-showcase .ks-nav.ks-prev{left:8px}.pf-landing .ks-showcase .ks-nav.ks-next{right:8px}}/* ---- video link + lightbox ---- */.pf-landing .ks-showcase 
  .ks-video-link{display:flex;width:max-content;max-width:100%;align-items:center;gap:11px;margin:16px auto 0;
              padding:9px 16px 9px 9px;border:1px solid var(--blue-line);border-radius:999px;
              background:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:700;
              color:var(--blue-deep);transition:border-color .12s,box-shadow .12s,transform .12s}.pf-landing .ks-showcase .ks-video-link:hover{border-color:var(--blue);box-shadow:0 10px 24px -16px rgba(16,24,40,.7);
                    transform:translateY(-1px)}.pf-landing .ks-showcase .ks-video-link .ks-pill{width:30px;height:30px;flex:none;border-radius:999px;background:#FF0033;
                    display:grid;place-items:center}.pf-landing .ks-showcase .ks-video-link .ks-pill svg{width:14px;height:14px;fill:#fff}@media (min-width:980px){.pf-landing .ks-showcase .ks-video-link{display:flex;width:max-content}}.pf-landing .ks-lightbox{position:fixed;inset:0;z-index:80;display:none;place-items:center;padding:20px;
            background:rgba(8,17,38,.82)}.pf-landing .ks-lightbox[open]{display:grid}.pf-landing .ks-lightbox .ks-frame{position:relative;width:min(960px,100%);aspect-ratio:16/9;background:#000;
                   border-radius:14px;overflow:hidden;box-shadow:0 30px 80px -30px rgba(0,0,0,.9)}.pf-landing .ks-lightbox iframe{width:100%;height:100%;border:0}.pf-landing .ks-lightbox .ks-close{position:absolute;top:-46px;right:0;width:36px;height:36px;border-radius:999px;
                   border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);
                   color:#fff;cursor:pointer;display:grid;place-items:center;font-size:18px}.pf-landing .ks-lightbox .ks-close:hover{background:rgba(255,255,255,.22)}/* ---- thumbnails ---- *//* all thumbnails on one line; scrolls horizontally when they don't fit */.pf-landing .ks-showcase 
  
  .ks-thumbs{display:flex;gap:10px;margin-top:18px;max-width:min(520px,100%);
             overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:8px;
             scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;
             scrollbar-width:thin;scrollbar-color:var(--blue-line) transparent}.pf-landing .ks-thumbs::-webkit-scrollbar{height:6px}.pf-landing .ks-thumbs::-webkit-scrollbar-track{background:transparent}.pf-landing .ks-thumbs::-webkit-scrollbar-thumb{background:var(--blue-line);border-radius:999px}@media (min-width:980px){.pf-landing .ks-showcase .ks-thumbs{margin-inline:auto}}.pf-landing .ks-showcase .ks-thumbs button{position:relative;aspect-ratio:1/1;padding:0;cursor:pointer;overflow:hidden;min-width:74px!important;
                 border:1px solid var(--blue-line);border-radius:12px;background:#fff;
                 transition:border-color .12s,box-shadow .12s}.pf-landing .ks-showcase .ks-thumbs button:hover{border-color:var(--blue)}.pf-landing .ks-showcase .ks-thumbs button[aria-current="true"]{border:2px solid var(--orange);
                                      box-shadow:0 0 0 3px rgba(255,144,0,.16)}.pf-landing .ks-showcase .ks-thumbs img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;user-select:none}
.ks-showcase .ks-thumbs{cursor:grab}/* fixed-width thumbs so the row overflows and scrolls instead of squashing */.pf-landing .ks-showcase .ks-thumbs button{flex:0 0 auto;width:78px;scroll-snap-align:start}/* grid items default to min-width:auto, so the strip's 780px intrinsic width would
     stretch the whole column instead of scrolling inside it */.pf-landing .ks-showcase .ks-shot{min-width:0}/* mobile spacing trims */@media (max-width:979px){.pf-landing .ks-showcase .ks-copy .ks-sub{margin-top:0}.pf-landing .ks-showcase .ks-copy>.ks-price{margin-top:15px}}.pf-landing .ks-gtee-sec{padding-block:0 clamp(32px,5vw,56px)}.pf-landing .said-sec{padding-block:clamp(32px,5vw,56px) clamp(32px,5vw,56px)}.pf-landing .said-sec .said{margin-top:0;border-top:0;padding-top:0}/* mobile: the headline already carries the rating, so the score panel is redundant */@media (max-width:700px){.pf-landing .rv-score{display:none}}.pf-landing .reason-grid-a{display:grid;grid-template-columns:1fr;gap:14px}@media (min-width:700px){.pf-landing .reason-grid-a{grid-template-columns:repeat(3,1fr);gap:20px}}.pf-landing .reason-card-a{background:#0b1440;border-radius:18px;padding:22px;display:flex;gap:16px;align-items:flex-start}.pf-landing .reason-card-a .pct{font-family:var(--display);font-weight:800;font-size:28px;color:#ff8a3d;flex:none;min-width:60px;line-height:1.1}.pf-landing .reason-card-a p.h{color:#fff;font-weight:700;margin:0 0 6px;font-size:15px;line-height:1.35}.pf-landing .reason-card-a p.d{color:#a9b4dd;margin:0;font-size:13.5px;line-height:1.5}.pf-landing .reason-list-b{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.14)}.pf-landing .reason-row-b{display:grid;grid-template-columns:60px 1fr;gap:16px;padding:18px 4px;border-bottom:1px solid rgba(255,255,255,.14);align-items:start}@media (min-width:700px){.pf-landing .reason-row-b{grid-template-columns:84px 1fr;padding:22px 8px}}.pf-landing .reason-row-b .pct{font-weight:800;color:#fff;font-size:20px}@media (min-width:700px){.pf-landing .reason-row-b .pct{font-size:24px}}.pf-landing .reason-row-b p.h{color:#fff;font-weight:700;margin:0 0 4px;font-size:15px;line-height:1.35}.pf-landing .reason-row-b p.d{color:#a9b4dd;margin:0;font-size:13.5px;line-height:1.5}.pf-landing .reason-grid-c{display:grid;grid-template-columns:1fr;gap:14px}@media (min-width:700px){.pf-landing .reason-grid-c{grid-template-columns:repeat(3,1fr);gap:18px}}.pf-landing .reason-card-c{background:var(--blue-tint);border:1px solid var(--blue-line);border-radius:18px;padding:26px 24px 24px;position:relative}.pf-landing .reason-card-c .rank{position:absolute;top:-14px;left:24px;width:30px;height:30px;border-radius:50%;background:var(--orange);color:var(--on-orange);
    font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.12)}.pf-landing .reason-card-c .pct{font-weight:800;color:var(--blue-deep);font-size:34px;display:block;margin:8px 0 14px;font-family:var(--display)}.pf-landing .reason-card-c .bar-track{height:6px;border-radius:3px;background:var(--blue-line);margin-bottom:16px;overflow:hidden}.pf-landing .reason-card-c .bar-fill{height:100%;border-radius:3px;background:var(--orange)}.pf-landing .reason-card-c p.h{color:var(--ink);font-weight:700;margin:0 0 6px;font-size:15px;line-height:1.35}.pf-landing .reason-card-c p.d{color:var(--muted);margin:0;font-size:13.5px;line-height:1.5}
  /*slider arrow fix*/
  .ks-showcase .ks-nav{
    min-width: 44px !important;
    padding: 0 !important;
  }
/* ---- trust credit pinned to the bottom of the first gallery shot ----
   Opt-in per template via the "Show the trust credit over the first gallery
   image" setting on PF Kit: Buy box. JS hides it once the gallery advances. */
.pf-landing .ks-showcase .ks-trust{
  position:absolute;left:0;right:0;bottom:0;z-index:3;
  display:flex;justify-content:center;
  padding:14px 12px 12px;
  background:linear-gradient(to top,rgba(255,255,255,.97) 58%,rgba(255,255,255,0));
  border-bottom-left-radius:16px;border-bottom-right-radius:16px;
  pointer-events:none}
.pf-landing .ks-showcase .ks-trust[hidden]{display:none}
.pf-landing .ks-showcase .ks-trust .trust-made{gap:10px}
.pf-landing .ks-showcase .ks-trust .trust-face{width:38px;height:38px}
.pf-landing .ks-showcase .ks-trust .trust-wordmark{width:104px}
/* the "as featured in" pill steps up so the two never overlap */
.pf-landing .ks-showcase .ks-shot-stage.ks-has-trust .ks-featured{bottom:76px}
@media (max-width:420px){
  .pf-landing .ks-showcase .ks-trust{padding:12px 10px 10px}
  .pf-landing .ks-showcase .ks-trust .trust-face{width:32px;height:32px}
  .pf-landing .ks-showcase .ks-trust .trust-wordmark{width:92px}
  .pf-landing .ks-showcase .ks-shot-stage.ks-has-trust .ks-featured{bottom:64px}
}
