.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:17px 30px;border-radius:var(--radius);font-size:14px;font-weight:600;letter-spacing:.04em;white-space:nowrap;transition:transform .15s ease,background-color .25s,color .25s,box-shadow .25s}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 1px 0 var(--accent-deep)}.btn-primary:hover{background:var(--accent-deep)}.btn-lg{padding:20px 38px;font-size:15px}.btn-ghost{border:1.5px solid currentColor}.btn-ghost:hover{background:var(--ink);color:var(--bg);border-color:var(--ink)}.btn-white{background:#fff;color:var(--ink)}.btn-white:hover{background:#efe9e1}.btn-block{width:100%}.btn-price{display:inline-flex;align-items:baseline;gap:10px;font-size:19px;padding:20px 42px}.btn-price .btn-now{font-weight:700}.btn-price .btn-was{text-decoration:line-through;opacity:.6;font-size:.82em;font-weight:500}.ico{width:24px;height:24px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.ico-sm{width:18px;height:18px}.stars{display:inline-flex;gap:2px;color:#f5b50a;line-height:0}.stars svg{width:15px;height:15px;fill:currentColor;stroke:none}.stars--white{color:#fff}.announce{background:var(--ink);color:#f3efe9;text-align:center;font-size:12.5px;letter-spacing:.05em;padding:9px 16px;position:relative;z-index:60}.announce .dot{opacity:.5;margin:0 10px}.nav{position:sticky;top:0;z-index:50;background:#faf8f5d1;-webkit-backdrop-filter:saturate(140%) blur(14px);backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid transparent;transition:border-color .3s,box-shadow .3s}.nav.stuck{border-color:var(--line);box-shadow:0 1px 18px #0000000a}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:15px var(--pad-x);max-width:var(--maxw);margin:0 auto}.logo{font-family:var(--serif);font-size:25px;letter-spacing:-.02em}.nav-links{display:flex;gap:34px}.nav-links a{font-size:14.5px;color:var(--ink-2);position:relative;padding:4px 0}.nav-links a:hover{color:var(--ink)}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--accent);transition:right .25s ease}.nav-links a:hover:after{right:0}.nav-right{display:flex;align-items:center;gap:18px}.nav-cart{display:flex;align-items:center;position:relative}.nav-cart .count{position:absolute;top:-6px;right:-8px;background:var(--accent);color:#fff;font-size:9px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--sans)}.nav-toggle{display:none;padding:6px}.nav-toggle svg{width:22px;height:22px;stroke:var(--ink);stroke-width:1.8;fill:none;stroke-linecap:round}.cd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#23202080;opacity:0;pointer-events:none;transition:opacity .35s ease}.cd-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:110;width:min(420px,100vw);background:var(--bg);transform:translate(100%);transition:transform .38s cubic-bezier(.2,.7,.2,1);display:flex;flex-direction:column;box-shadow:-24px 0 64px #0000001f}.cart-drawer.open{transform:none}.cd-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line)}.cd-head h2{font-family:var(--serif);font-size:22px}.cd-close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cd-close:hover{background:var(--bg-panel)}.cd-close svg{width:20px;height:20px;stroke:var(--ink);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.cd-ship-meter{padding:14px 24px;background:var(--bg-panel);border-bottom:1px solid var(--line);font-size:13px;color:var(--ink-2)}.cd-ship-meter .track{height:5px;background:var(--line);border-radius:3px;margin-top:8px;overflow:hidden}.cd-ship-meter .fill{height:100%;background:var(--accent);border-radius:3px;transition:width .4s ease}.cd-ship-meter.unlocked{color:#1f8a5b}.cd-items{flex:1;overflow-y:auto;padding:16px 24px;display:flex;flex-direction:column;gap:20px}.cd-item{display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:start}.cd-item-img{width:72px;height:72px;border-radius:4px;overflow:hidden;background:var(--bg-panel);border:1px solid var(--line)}.cd-item-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.cd-item-title{font-size:14px;font-weight:600;line-height:1.3}.cd-item-variant{font-size:12px;color:var(--ink-3);margin-top:2px}.cd-item-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.cd-stepper{display:flex;align-items:center;gap:0;border:1px solid var(--line);border-radius:4px;overflow:hidden}.cd-stepper button{width:32px;height:32px;font-size:18px;display:flex;align-items:center;justify-content:center;color:var(--ink-2)}.cd-stepper button:hover{background:var(--bg-panel)}.cd-stepper .qty{width:32px;text-align:center;font-size:14px;font-weight:600}.cd-item-price{font-family:var(--serif);font-size:18px}.cd-remove{font-size:11px;color:var(--ink-3);margin-top:6px;display:block}.cd-remove:hover{color:var(--ink)}.cd-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 24px;text-align:center;color:var(--ink-3)}.cd-empty svg{width:48px;height:48px;opacity:.4}.cd-empty p{font-size:15px}.cd-foot{padding:20px 24px;border-top:1px solid var(--line)}.cd-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.cd-subtotal .lab{font-size:13px;color:var(--ink-2)}.cd-subtotal .val{font-family:var(--serif);font-size:24px}.cd-savings{font-size:12px;color:#1f8a5b;font-weight:600;margin-bottom:16px}.cd-checkout{display:block;width:100%;text-align:center}.cd-secure{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px;font-size:11.5px;color:var(--ink-3)}.home-hero{padding-top:clamp(26px,4vw,56px);padding-bottom:clamp(48px,6vw,96px)}.hh-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(36px,5vw,80px);align-items:center}.hh-copy .eyebrow{margin-bottom:20px}.hh-title{font-size:clamp(46px,6.6vw,92px);line-height:.98;letter-spacing:-.025em}.hh-title em{font-style:italic;color:var(--ink-3)}.hh-sub{font-size:clamp(17px,1.5vw,20px);line-height:1.65;color:var(--ink-2);max-width:430px;margin-top:26px}.hh-cta{display:flex;align-items:center;gap:22px;margin-top:34px;flex-wrap:wrap}.hh-watch{display:inline-flex;align-items:center;gap:11px;font-size:14.5px;font-weight:600;color:var(--ink);transition:gap .2s ease,color .2s ease}.hh-watch:hover{gap:15px;color:var(--accent)}.hh-watch .pl{width:38px;height:38px;border-radius:50%;border:1.5px solid var(--line-2);display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s}.hh-watch:hover .pl{border-color:var(--accent);background:var(--accent-tint)}.hh-watch .pl svg{width:13px;height:13px;fill:var(--ink);margin-left:2px}.hh-watch:hover .pl svg{fill:var(--accent)}.hh-proof{display:flex;align-items:center;gap:13px;margin-top:38px}.hh-proof .stars{color:#f5b50a}.hh-proof .stars svg{width:17px;height:17px}.hh-proof .pt{font-size:13.5px;color:var(--ink-2)}.hh-proof .pt b{color:var(--ink);font-weight:600}.hh-media{position:relative}.hh-frame{position:relative;aspect-ratio:4/5;border-radius:6px;overflow:hidden;background:var(--bg-panel)}.hh-frame img{width:100%;height:100%;object-fit:cover}.hh-frame .corner{position:absolute;bottom:16px;left:16px;right:16px;display:flex;justify-content:space-between;color:#fff;mix-blend-mode:difference;z-index:2;pointer-events:none}.hh-tab{position:absolute;top:22px;left:0;background:var(--accent);color:#fff;padding:10px 18px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 10px 28px color-mix(in srgb,var(--accent) 36%,transparent)}.hh-chip{position:absolute;right:-18px;bottom:42px;background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:15px 19px;box-shadow:0 20px 50px #3c281929;display:flex;align-items:center;gap:14px;max-width:230px}.hh-chip .big{font-family:var(--serif);font-size:34px;line-height:.9;color:var(--accent)}.hh-chip .sm{font-size:12.5px;color:var(--ink-2);line-height:1.4}.sec-head{max-width:680px;margin-bottom:clamp(40px,5vw,64px)}.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}.sec-head .eyebrow{margin-bottom:18px}.sec-head h2 em{font-style:italic;color:var(--ink-3)}.sec-head .lead{margin-top:18px}.feature{background:var(--bg-panel)}.fp-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:clamp(36px,5vw,76px);align-items:center}.fp-stage{position:relative;aspect-ratio:1/1;border-radius:8px;overflow:hidden;background:radial-gradient(115% 90% at 50% 38%,#fff,#f4f0e8 62%,#efeae0);display:flex;align-items:center;justify-content:center}.fp-stage .pimg{position:absolute;width:84%;height:84%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 26px 42px rgba(60,40,25,.16));opacity:0;transition:opacity .45s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.fp-stage .pimg.show{opacity:1}.float-badge{position:absolute;top:20px;right:20px;background:#fff;color:var(--ink);border:1px solid var(--ink);padding:9px 14px;font-size:10px;letter-spacing:.13em;text-transform:uppercase;font-weight:600;transform:rotate(3deg);display:flex;align-items:center;gap:7px;box-shadow:0 6px 18px #00000014;z-index:2}.fp-stage .float-badge{top:20px;left:20px;right:auto;transform:none}.fp-meta{position:absolute;left:20px;bottom:18px;right:20px;display:flex;justify-content:space-between;color:var(--ink-3);pointer-events:none}.fp-copy .eyebrow{margin-bottom:14px}.fp-name{font-size:clamp(34px,4.4vw,54px);line-height:1.02}.fp-stars{display:flex;align-items:center;gap:11px;margin:14px 0 18px}.fp-stars .stars{color:#f5b50a}.fp-stars .stars svg{width:17px;height:17px}.fp-stars .c{font-size:13.5px;color:var(--ink-3)}.fp-desc{font-size:16.5px;line-height:1.62;color:var(--ink-2);max-width:460px}.fp-price{display:flex;align-items:baseline;gap:13px;margin:24px 0 22px}.fp-price .now{font-family:var(--serif);font-size:42px;line-height:1}.fp-price .was{font-size:18px;text-decoration:line-through;color:var(--ink-3)}.fp-price .save{font-family:var(--mono);font-size:11px;letter-spacing:.06em;color:var(--accent);background:var(--accent-tint);padding:4px 10px;border-radius:100px}.fp-row-label{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);margin-bottom:12px}.fp-row-label b{color:var(--ink);font-family:var(--serif);font-size:15px;font-weight:600;text-transform:none;letter-spacing:0;margin-left:4px}.fp-swatches{display:flex;gap:13px;align-items:center;margin-bottom:26px}.fp-feats{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.fp-feat{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;color:var(--ink-2);border:1px solid var(--line);background:var(--bg);border-radius:100px;padding:8px 14px}.fp-feat svg{width:15px;height:15px;stroke:var(--accent);stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.fp-cta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.fp-cta .reassure{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--ink-3)}.fp-cta .reassure svg{width:15px;height:15px;stroke:var(--accent);stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.swatches{display:flex;gap:13px;align-items:center}.swatch{width:40px;height:40px;border-radius:50%;border:1.5px solid var(--line-2);position:relative;padding:0;transition:transform .15s,box-shadow .2s}.swatch:hover{transform:scale(1.07)}.swatch.is-active{box-shadow:0 0 0 3px var(--bg),0 0 0 4.5px var(--ink)}.swatch-label{font-size:14px;color:var(--ink-3);margin-left:6px}.swatch-label b{color:var(--ink);font-weight:600}.case-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(36px,5vw,76px);align-items:center}.case-img{aspect-ratio:4/5;border-radius:6px;overflow:hidden;background:var(--bg-panel);position:relative}.case-img img{width:100%;height:100%;object-fit:cover}.case-img .tagm{position:absolute;left:16px;bottom:16px;background:var(--bg);font-family:var(--mono);font-size:10.5px;letter-spacing:.1em;color:var(--ink-2);padding:7px 12px;border-radius:4px}.case-list{display:flex;flex-direction:column;gap:26px;margin-top:38px}.case-li{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start}.case-li .ci{width:46px;height:46px;flex:0 0 auto;border-radius:50%;background:var(--accent-tint);display:flex;align-items:center;justify-content:center}.case-li .ci svg{width:22px;height:22px;stroke:var(--accent);stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.case-li h4{font-family:var(--serif);font-size:21px;margin-bottom:5px}.case-li p{font-size:14.5px;color:var(--ink-2);line-height:1.6;max-width:420px}.uc-head{display:grid;grid-template-columns:1.3fr 1fr;gap:48px;align-items:end;margin-bottom:52px}.uc-head h2 em{font-style:italic;color:var(--ink-3)}.uc-note{font-size:14px;color:var(--ink-3);padding-bottom:6px;max-width:300px;justify-self:end}.uc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.uc-card .uc-img{aspect-ratio:3/4;overflow:hidden;border-radius:4px;background:var(--bg-panel)}.uc-card .uc-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.uc-card:hover .uc-img img{transform:scale(1.05)}.uc-meta{display:flex;justify-content:space-between;align-items:baseline;margin-top:15px}.uc-meta h3{font-size:21px}.uc-meta .mono{opacity:.7}.uc-card p{font-size:13.5px;color:var(--ink-2);margin-top:8px}.results .eyebrow,.results .mono{color:#ffffff8c}.results h2{color:#fff}.results h2 em{color:#ffffff80}.results .lead{color:#ffffffb8}.res-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:clamp(40px,5vw,60px)}.res-card{border-radius:6px;overflow:hidden;background:#2c2826;box-shadow:0 18px 44px #00000052}.res-card img{width:100%;aspect-ratio:1.35/1;object-fit:cover;display:block}.res-cap{display:flex;justify-content:space-between;padding:15px 20px;font-size:12.5px;color:#ffffffb3}.res-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,4vw,56px);padding-top:clamp(34px,4vw,48px);border-top:1px solid var(--dark-line)}.res-stat .num{font-family:var(--serif);font-size:clamp(44px,5vw,60px);line-height:1;color:#fff;letter-spacing:-.03em}.res-stat p{font-size:14px;color:#ffffffa8;margin-top:12px;max-width:230px}.rt-top-row{display:grid;grid-template-columns:auto 1fr auto;gap:clamp(24px,4vw,48px);align-items:center;margin-bottom:clamp(34px,4vw,48px)}.rt-score{display:flex;align-items:center;gap:16px}.rt-score .num{font-family:var(--serif);font-size:60px;line-height:1}.rt-score .stars{color:#f5b50a}.rt-score .stars svg{width:16px;height:16px}.rt-score .meta{font-size:12.5px;color:var(--ink-3);line-height:1.4;margin-top:5px}.rt-line{height:1px;background:var(--line)}.rt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.rt-card{background:var(--bg);border:1px solid var(--line);border-radius:6px;padding:26px}.rt-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.rt-card .stars{color:#f5b50a}.rt-card .stars svg{width:14px;height:14px}.rt-verified{display:inline-flex;align-items:center;gap:5px;font-family:var(--mono);font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1f8a5b}.rt-verified svg{width:13px;height:13px;stroke:#1f8a5b;stroke-width:2.4;fill:none}.rt-card h4{font-family:var(--sans);font-size:15px;font-weight:700;margin-bottom:9px}.rt-card p{font-size:14px;color:var(--ink-2);line-height:1.6;margin-bottom:18px}.rt-card .who{display:flex;align-items:center;gap:11px;padding-top:15px;border-top:1px solid var(--line)}.rt-card .ava{width:36px;height:36px;border-radius:50%;background:var(--bg-panel);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:15px;color:var(--ink-2);flex:0 0 auto}.rt-card .n{font-size:13px;font-weight:600}.rt-card .mt{font-size:11.5px;color:var(--ink-3)}.rt-more{text-align:center;margin-top:clamp(34px,4vw,44px)}.tok{background:#161210;color:#fff;overflow:hidden}.tok .eyebrow{color:var(--accent)}.tok-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:clamp(36px,5vw,72px);align-items:center}.tok h2{color:#fff;font-size:clamp(34px,4.4vw,58px);line-height:1.04}.tok h2 em{font-style:italic;color:var(--accent)}.tok p{color:#ffffffa8;margin-top:20px;max-width:380px;font-size:16px;line-height:1.6}.tok-cta{margin-top:30px}.tok-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.tok-cell{position:relative;aspect-ratio:9/16;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 18px 44px #00000080;transition:transform .3s ease}.tok-cell:hover{transform:translateY(-5px)}.tok-cell img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.tok-cell .g{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.72))}.tok-cell .v{position:absolute;left:10px;bottom:11px;right:10px;font-family:var(--mono);font-size:11px;letter-spacing:.04em;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6)}.tok-cell .hot{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:5px;background:#14100ecc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:10.5px;font-weight:700;padding:4px 9px;border-radius:100px}.tok-cell .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease}.tok-cell:hover .play{opacity:1}.tok-cell .play svg{width:18px;height:18px;fill:var(--ink);margin-left:2px}.marquee-strip{background:var(--accent);color:#fff;overflow:hidden;padding:17px 0}.marquee-track{display:flex;gap:52px;white-space:nowrap;width:max-content;animation:marquee 40s linear infinite;will-change:transform}.marquee-strip:hover .marquee-track{animation-play-state:paused}.m-item{font-size:15px;font-style:italic;font-family:var(--serif);display:flex;align-items:center;gap:13px}.m-sep{opacity:.5;font-style:normal}@keyframes marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee-track{animation:none}}.cta-final{text-align:center}.cta-final h2{color:#fff;max-width:880px;margin:0 auto}.cta-final .sub{font-size:17px;margin-top:22px;opacity:.88}.cta-trust{display:flex;gap:30px;justify-content:center;margin-top:30px;flex-wrap:wrap;font-size:12.5px;opacity:.9}.cta-trust span{display:flex;align-items:center;gap:7px}.pay-row{display:flex;gap:10px;justify-content:center;margin-top:26px;flex-wrap:wrap;align-items:center}.pay{background:#fff;border-radius:5px;height:30px;padding:0 11px;display:inline-flex;align-items:center;box-shadow:0 1px 3px #00000024}.pay svg{height:18px;width:auto;display:block}.footer{background:var(--bg);border-top:1px solid var(--line);padding:60px var(--pad-x) 28px}.footer-inner{max-width:var(--maxw);margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1.4fr;gap:clamp(32px,6vw,72px);padding-bottom:44px}.footer .logo{margin-bottom:16px;display:block}.footer .desc{font-size:14px;color:var(--ink-2);max-width:280px;line-height:1.6}.footer .social{display:flex;gap:12px;margin-top:22px}.footer .social a{width:38px;height:38px;border:1px solid var(--line-2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink-2);transition:.2s}.footer .social a:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.footer-col h5{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-3);font-weight:600;margin:0 0 16px;font-family:var(--sans)}.footer-col a{display:block;font-size:14.5px;color:var(--ink-2);padding:6px 0}.footer-col a:hover{color:var(--ink)}.footer .signup-row{display:flex;margin-top:14px;border:1px solid var(--line-2);border-radius:3px;overflow:hidden;max-width:360px}.footer .signup-row input{flex:1;border:0;padding:13px 15px;font-family:var(--sans);font-size:14px;background:#fff;color:var(--ink)}.footer .signup-row input:focus{outline:none}.footer .signup-row button{background:var(--ink);color:#fff;padding:0 22px;font-size:11px;font-weight:600;letter-spacing:.06em}.signup-done{display:flex;align-items:center;gap:9px;margin-top:14px;max-width:360px;font-size:14px;color:var(--accent-deep);font-weight:500}.footer-bottom{display:flex;justify-content:space-between;padding-top:22px;border-top:1px solid var(--line);font-size:12px;color:var(--ink-3)}.footer-bottom a{color:var(--ink-3)}.footer-bottom .sep{margin:0 8px;opacity:.5}.crumbbar{border-bottom:1px solid var(--line)}.crumbbar .wrap{display:flex;align-items:center;gap:9px;padding-top:15px;padding-bottom:15px}.crumbbar a,.crumbbar .here{font-size:13px;color:var(--ink-3)}.crumbbar a:hover{color:var(--ink)}.crumbbar .here{color:var(--ink-2)}.crumbbar .sep{color:var(--ink-3);opacity:.5}.pdp-hero{padding-top:clamp(22px,3vw,40px);padding-bottom:clamp(36px,5vw,72px)}.pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,72px);align-items:start}.pdp-gallery{position:sticky;top:88px}.hero-stage{position:relative;aspect-ratio:1/1;border-radius:6px;overflow:hidden;background:radial-gradient(115% 90% at 50% 38%,#fff,#f4f0e8 62%,#efeae0);display:flex;align-items:center;justify-content:center}.hero-stage .pimg{position:absolute;width:90%;height:90%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 26px 42px rgba(60,40,25,.16));opacity:0;transition:opacity .45s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.hero-stage .pimg.show{opacity:1}.hero-thumbs{display:flex;gap:12px;margin-top:14px}.hero-thumbs .thumb{width:84px;height:84px;flex:0 0 auto;border:1px solid var(--line);border-radius:6px;overflow:hidden;cursor:pointer;background:radial-gradient(115% 90% at 50% 38%,#fff,#f4f0e8);transition:border-color .2s ease,box-shadow .2s ease;padding:0}.hero-thumbs .thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.hero-thumbs .thumb:hover{border-color:var(--ink-3)}.hero-thumbs .thumb.is-active{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.pdp-buy .eyebrow{margin-bottom:14px}.pdp-title{font-size:clamp(32px,4.6vw,56px);line-height:1.02;margin-top:10px}.pdp-stars{display:flex;align-items:center;gap:11px;margin:14px 0}.pdp-stars .stars svg{width:17px;height:17px}.pdp-stars .c{font-size:13.5px;color:var(--ink-3)}.pdp-sub{font-size:16.5px;color:var(--ink-2);line-height:1.62;max-width:440px;margin-bottom:22px}.trust-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.trust-chip{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--ink-2);background:var(--bg-panel);border:1px solid var(--line);border-radius:100px;padding:7px 13px}.trust-chip svg{width:14px;height:14px;stroke:var(--accent);stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.pdp-row-label{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);margin-bottom:12px}.pdp-row-label b{color:var(--ink);font-family:var(--serif);font-size:15px;font-weight:600;text-transform:none;letter-spacing:0;margin-left:4px}.hero-bundles{display:flex;gap:10px;margin-top:24px;max-width:445px}.hb-chip{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:15px 8px 13px;border-radius:6px;background:var(--white);border:1.5px solid var(--line-2);color:var(--ink);transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .15s ease}.hb-chip:hover{border-color:var(--ink-3)}.hb-chip.is-on{border-color:var(--accent);background:var(--accent-tint);box-shadow:0 0 0 1px var(--accent);transform:translateY(-2px)}.hb-top{font-size:12.5px;color:var(--ink-2);letter-spacing:.01em}.hb-top b{font-weight:700;color:var(--ink);font-size:15px}.hb-price{font-family:var(--serif);font-size:26px;line-height:1;margin-top:2px}.hb-chip.is-on .hb-price{color:var(--accent-deep)}.hb-note{font-family:var(--mono);font-size:10px;letter-spacing:.02em;color:var(--ink-3)}.hb-chip.is-on .hb-note{color:var(--accent)}.hb-flag{position:absolute;top:-10px;left:50%;transform:translate(-50%);white-space:nowrap;background:var(--ink);color:#fff;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 9px;border-radius:100px}.hb-flag--value{background:#f5b50a;color:var(--ink)}.hero-bundle-note{margin-top:13px;font-size:16px;font-style:italic;color:var(--ink-2);max-width:445px;min-height:1.3em}.hero-bundle-note b{font-style:normal;font-weight:600;color:var(--accent)}.pdp-price-row{margin-top:26px}.pdp-price{display:flex;align-items:baseline;gap:12px}.pdp-price .now{font-family:var(--serif);font-size:42px;line-height:1}.pdp-price .was{font-size:18px;text-decoration:line-through;color:var(--ink-3)}.pdp-save{font-family:var(--mono);font-size:11px;letter-spacing:.06em;color:var(--accent);background:var(--accent-tint);padding:4px 10px;border-radius:100px}.pdp-gift{font-size:16px;font-style:italic;color:var(--ink-2);margin-top:12px}.pdp-gift b{font-style:normal;font-weight:600;color:var(--accent)}.pdp-add{margin-top:22px;display:flex;flex-direction:column;gap:12px}.pdp-rating-line{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--ink-3);margin-top:18px}.pdp-rating-line .stars svg{width:13px;height:13px}.pdp-hero .h-hero{font-size:clamp(40px,5.6vw,68px);line-height:1.02}.pdp-hero h1{margin-top:14px}.pdp-hero h1 em{font-style:italic;color:var(--ink-3)}.hero-stars{display:flex;align-items:center;gap:12px;margin:16px 0}.hero-stars .stars{color:#f5b50a}.hero-stars .stars svg{width:18px;height:18px}.hero-stars-count{font-size:15px;color:var(--ink-2)}.hero-sub{font-size:16.5px;color:var(--ink-2);line-height:1.62;max-width:445px;margin-top:16px;margin-bottom:0}.hero-tag{font-size:15px;font-weight:700;letter-spacing:.01em;margin:12px 0 22px}.hero-tag b{font-weight:900}.trust-row{display:flex;gap:28px;margin:0 0 24px;flex-wrap:wrap}.trust-item{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.trust-item svg{width:20px;height:20px;stroke:var(--accent);stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.trust-item span{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.hero-cta{margin-top:28px;display:flex;align-items:center;gap:26px;flex-wrap:wrap}.hero-rating{display:flex;align-items:center;gap:10px}.hero-rating .stars svg{width:14px;height:14px}.hero-rating .mono{color:var(--ink-3)}.hero-meta{position:absolute;bottom:14px;left:18px;right:18px;display:flex;justify-content:space-between;pointer-events:none}.ugc-stage{background:#161210;color:#fff;overflow:hidden;padding-top:clamp(46px,6vw,82px);padding-bottom:clamp(46px,6vw,82px)}.ugc-stage .ugc-head{text-align:center;margin-bottom:clamp(26px,3.5vw,44px)}.ugc-sub{font-size:clamp(30px,4vw,50px);line-height:1.08;color:#fff;margin:0;letter-spacing:-.01em}.ugc-sub .em{color:var(--accent);font-style:italic;font-size:1.12em}.ugc-window{position:relative;height:clamp(382px,40vw,512px);margin:0 auto;overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,#000 11%,#000 89%,transparent);mask:linear-gradient(90deg,transparent,#000 11%,#000 89%,transparent)}.ugc-track{position:absolute;top:50%;left:0;display:flex;align-items:center;gap:clamp(12px,1.5vw,22px);transition:transform .55s cubic-bezier(.2,.7,.2,1);will-change:transform}.ugc-cell{position:relative;flex:0 0 auto;width:clamp(178px,17.5vw,228px);aspect-ratio:9/16;border-radius:16px;overflow:hidden;background:#000;cursor:pointer;box-shadow:0 22px 56px #00000080;transition:transform .55s cubic-bezier(.2,.7,.2,1),opacity .5s ease,filter .5s ease;will-change:transform,opacity,filter}.ugc-cell img,.ugc-cell video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.ugc-cell .uc-grad{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,transparent 52%,rgba(0,0,0,.72) 100%)}.ugc-cell .uc-foot{position:absolute;left:8px;right:8px;bottom:12px;z-index:3;text-align:center;font-family:var(--mono);font-size:11.5px;letter-spacing:.05em;color:#fff;text-transform:uppercase;text-shadow:0 1px 5px rgba(0,0,0,.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ugc-cell .uc-hot{position:absolute;top:12px;left:50%;transform:translate(-50%);z-index:3;display:inline-flex;align-items:center;gap:5px;background:#14100ed1;color:#fff;padding:5px 11px;border-radius:999px;font-family:var(--sans);font-weight:700;font-size:11px;letter-spacing:.04em;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 14px #0000004d}.ugc-cell .uc-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;width:60px;height:60px;border-radius:50%;background:#ffffffed;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px #0000004d;opacity:0;transition:opacity .35s ease,transform .25s ease}.ugc-cell.is-active .uc-play{opacity:1}.ugc-cell.is-active:hover .uc-play{transform:translate(-50%,-50%) scale(1.08)}.ugc-cell .uc-play svg{width:22px;height:22px;fill:var(--ink);margin-left:3px}.ugc-controls{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:clamp(26px,3vw,40px)}.ugc-btn{width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.24);background:#ffffff14;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .15s ease}.ugc-btn:hover{background:#fff3}.ugc-btn:active{transform:scale(.93)}.ugc-btn svg{width:22px;height:22px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.ugc-dots{display:flex;gap:9px;align-items:center}.ugc-dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;cursor:pointer;padding:0;transition:width .3s ease,background .3s ease}.ugc-dot.on{width:24px;border-radius:4px;background:#fff}.ugc-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;align-items:center;justify-content:center;background:#140f0cd6;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);padding:24px}.ugc-lightbox.open{display:flex}.ugc-lb-inner{position:relative;width:min(380px,88vw);aspect-ratio:9/16;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 36px 90px #0000008c}.ugc-lb-inner video{width:100%;height:100%;object-fit:cover;display:block}.ugc-lb-close{position:absolute;top:-46px;right:-2px;width:38px;height:38px;border-radius:50%;background:#ffffff24;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;transition:background .2s}.ugc-lb-close:hover{background:#ffffff42}.ps-head{max-width:680px;margin-bottom:60px}.ps-grid{display:grid;grid-template-columns:1fr 1px 1fr;gap:clamp(28px,5vw,64px)}.ps-rule{background:var(--line-2)}.ps-col h4{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;margin-bottom:26px;font-family:var(--sans)}.ps-list{display:flex;flex-direction:column;gap:18px}.ps-li{display:flex;gap:14px;align-items:flex-start;font-size:17px}.ps-li .ico{margin-top:1px}.ps-old .ps-li{color:var(--ink-3)}.ps-old .ps-li .txt{text-decoration:line-through;text-decoration-thickness:.5px}.ps-old .ico{color:var(--ink-3)}.ps-new .ico{color:var(--accent)}.how-head{text-align:center;margin-bottom:64px}.how-head .eyebrow{margin-bottom:16px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(28px,4vw,56px);max-width:1040px;margin:0 auto}.step{text-align:center}.step-num{font-family:var(--serif);font-size:72px;line-height:1;color:var(--accent);margin-bottom:20px}.step h3{margin-bottom:12px}.step p{font-size:15px;color:var(--ink-2);max-width:220px;margin:0 auto}.ba-head{text-align:center;margin-bottom:52px}.ba-head p{margin-top:14px;color:var(--ink-2)}.ba-count{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-2);margin-top:18px}.ba-count:before{content:"";width:7px;height:7px;border-radius:50%;background:#2e7d32;flex-shrink:0}.ba-card{flex:0 0 auto;width:clamp(300px,26vw,380px);margin:0;border-radius:5px;overflow:hidden;background:var(--bg-panel);box-shadow:0 16px 40px #32231414}.ba-card .ba-photo{width:100%;aspect-ratio:1.4/1;object-fit:cover;display:block}.ba-card .ph{aspect-ratio:1.4/1}.ba-cap{display:flex;justify-content:space-between;padding:14px 18px;font-size:12px;color:var(--ink-2)}.ba-marquee{position:relative;display:flex;flex-direction:column;gap:20px;-webkit-mask:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.ba-row{display:flex;gap:20px;width:max-content;will-change:transform}.ba-row--a{animation:ba-scroll 64s linear infinite}.ba-row--b{animation:ba-scroll 78s linear infinite reverse}.ba-marquee:hover .ba-row{animation-play-state:paused}@keyframes ba-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.ba-row{animation:none}}.stat-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(28px,5vw,56px);margin-top:68px;padding:46px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stat .num{font-family:var(--serif);font-size:clamp(46px,5vw,64px);line-height:1;letter-spacing:-.03em}.stat p{font-size:14.5px;color:var(--ink-2);margin-top:12px;max-width:230px}.footnote{margin-top:18px;font-size:12px;color:var(--ink-3)}.detail .eyebrow,.detail .mono{color:#ffffff8c}.detail-top{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,72px);align-items:center;margin-bottom:64px}.detail-top h2{color:#fff}.detail-top .lead{color:#ffffffb3;margin-top:22px;max-width:430px}.detail-img{border-radius:5px;overflow:hidden;aspect-ratio:4/5;background:#2c2826;position:relative}.detail-img img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s ease}.detail-img img.show{opacity:1}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(30px,4vw,46px) clamp(28px,4vw,48px)}.feat{display:flex;gap:18px}.feat .ico{color:#fff;opacity:.92}.feat h4{font-family:var(--sans);font-size:15px;font-weight:600;letter-spacing:0;margin-bottom:6px;color:#fff}.feat p{font-size:13.5px;color:#fff9}.specs{margin-top:60px;border:1px solid var(--dark-line);border-radius:4px;overflow:hidden}.specs-head{display:flex;justify-content:space-between;align-items:center;padding:20px 26px;cursor:pointer}.specs-head .eyebrow{color:#ffffffbf}.specs-toggle{font-size:24px;line-height:1;transition:transform .3s;color:#ffffffb3}.specs.open .specs-toggle{transform:rotate(45deg)}.specs-body{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--dark-line);max-height:0;overflow:hidden;transition:max-height .45s ease}.specs.open .specs-body{max-height:300px}.spec-cell{background:var(--dark);padding:22px 26px}.spec-cell .mono{color:#ffffff80;margin-bottom:8px}.spec-cell .val{font-size:17px;color:#fff;font-family:var(--serif)}.rv-head{text-align:center;margin-bottom:48px}.rv-summary{display:grid;grid-template-columns:300px 1fr;gap:clamp(32px,5vw,64px);padding-bottom:48px;margin-bottom:48px;border-bottom:1px solid var(--line);align-items:center}.rv-score .num{font-family:var(--serif);font-size:66px;line-height:1}.rv-score .stars{color:#f5b50a}.rv-bars{display:flex;flex-direction:column;gap:9px}.rv-bar{display:flex;align-items:center;gap:14px;font-size:12px;color:var(--ink-2)}.rv-bar .lab{width:34px}.rv-bar .track{flex:1;height:6px;background:var(--bg-panel);border-radius:3px;overflow:hidden}.rv-bar .bar-fill{display:block;height:100%;background:#f5b50a;border-radius:3px}.rv-bar .pct{width:36px;text-align:right}.rv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rv-card{background:#fff;border:1px solid var(--line);border-radius:5px;padding:26px}.rv-card .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.rv-card .verified{display:flex;align-items:center;gap:5px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;color:#1e9e63}.rv-card h4{font-family:var(--sans);font-size:15px;font-weight:700;letter-spacing:0;margin-bottom:9px}.rv-card .body{font-size:14px;color:var(--ink-2);line-height:1.6;margin-bottom:20px}.rv-card .who{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--line)}.rv-card .ava{width:38px;height:38px;border-radius:50%;background:var(--bg-panel);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:16px;color:var(--ink-2);flex:0 0 auto}.rv-card .who .n{font-size:13px;font-weight:600}.rv-card .who .meta{font-size:11.5px;color:var(--ink-3)}.rv-more{text-align:center;margin-top:44px}.faq-grid{display:grid;grid-template-columns:360px 1fr;gap:clamp(40px,7vw,96px)}.faq-head h2{margin-top:14px}.faq-head h2 em{font-style:italic;color:var(--ink-3)}.faq-list{border-top:1px solid var(--line-2)}.faq-item{border-bottom:1px solid var(--line-2)}.faq-q{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;cursor:pointer;font-family:var(--serif);font-size:19px;color:var(--ink)}.faq-icon{flex:0 0 auto;width:22px;height:22px;position:relative}.faq-icon:before,.faq-icon:after{content:"";position:absolute;background:var(--ink-2);transition:transform .3s ease,opacity .3s ease}.faq-icon:before{top:50%;left:2px;right:2px;height:1.5px;transform:translateY(-50%)}.faq-icon:after{left:50%;top:2px;bottom:2px;width:1.5px;transform:translate(-50%)}.faq-item.open .faq-icon:after{transform:translate(-50%) scaleY(0);opacity:0}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-a-inner{padding-bottom:24px;font-size:15.5px;color:var(--ink-2);line-height:1.65;max-width:620px}.faq-item.open .faq-a{max-height:240px}.bundle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:720px;margin:30px auto 0}.bundle-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;padding:26px 16px 22px;border-radius:6px;background:#ffffff14;border:1.5px solid rgba(255,255,255,.32);color:#fff;transition:background-color .2s ease,border-color .2s ease,transform .15s ease,box-shadow .2s ease}.bundle-card:hover{background:#ffffff29;border-color:#fff9}.bundle-card.is-on{background:#fff;color:var(--ink);border-color:#fff;box-shadow:0 14px 34px #0000002e;transform:translateY(-3px)}.bc-flag{position:absolute;top:-11px;left:50%;transform:translate(-50%);white-space:nowrap;background:var(--ink);color:#fff;font-family:var(--sans);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 13px;border-radius:100px}.bc-flag--value{background:#f5b50a;color:var(--ink)}.bc-qty{letter-spacing:.16em;opacity:.85}.bundle-card.is-on .bc-qty{opacity:1;color:var(--ink-3)}.bc-reason{font-size:16px;line-height:1.25;font-style:italic;min-height:2.5em;display:flex;align-items:center}.bc-each{font-size:12.5px;font-weight:600;letter-spacing:.02em;opacity:.85;margin-top:2px}.bc-each span{font-weight:400;opacity:.7}.bc-total{font-family:var(--serif);font-size:38px;line-height:1;margin-top:4px}.bc-save{font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:#ffffff2e;padding:4px 11px;border-radius:100px;margin-top:4px}.bundle-card.is-on .bc-save{color:#fff;background:var(--accent)}.cta-price{display:flex;gap:14px;justify-content:center;align-items:baseline;margin-top:38px}.cta-price .was{font-size:19px;text-decoration:line-through;opacity:.6}.cta-price .now{font-family:var(--serif);font-size:52px;line-height:1}.cta-price .today{font-family:var(--mono);font-size:12px;letter-spacing:.12em;opacity:.8}.mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:55;display:none;align-items:center;gap:12px;padding:11px 16px calc(11px + env(safe-area-inset-bottom));background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--line);transform:translateY(120%);transition:transform .35s ease}.mobile-bar.show{transform:none}.mobile-bar .mp{flex:0 0 auto;line-height:1.1}.mobile-bar .mp .was{font-size:11px;text-decoration:line-through;color:var(--ink-3)}.mobile-bar .mp .now{font-family:var(--serif);font-size:20px}.mobile-bar .btn{flex:1}.page-header{padding:clamp(40px,6vw,72px) 0 clamp(32px,4vw,48px);border-bottom:1px solid var(--line);margin-bottom:clamp(40px,6vw,72px)}.page-header .eyebrow{margin-bottom:18px}.page-header h1{font-size:clamp(32px,4.6vw,56px)}.prose{max-width:720px}.prose h2{font-size:clamp(22px,2.8vw,34px);margin-top:48px;margin-bottom:18px}.prose h3{font-size:20px;margin-top:32px;margin-bottom:14px}.prose p{color:var(--ink-2);line-height:1.75;margin-top:16px}.prose ul,.prose ol{margin-top:16px;padding-left:24px;color:var(--ink-2);line-height:1.75}.prose li{margin-bottom:8px}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.prose strong{color:var(--ink);font-weight:600}.about-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,80px);align-items:center;margin-bottom:clamp(60px,8vw,96px)}.about-img{aspect-ratio:4/5;border-radius:6px;overflow:hidden;background:var(--bg-panel)}.about-img img{width:100%;height:100%;object-fit:cover}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(28px,4vw,48px);margin-top:clamp(48px,6vw,72px)}.av-item{text-align:center}.av-icon{width:52px;height:52px;border-radius:50%;background:var(--accent-tint);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.av-icon svg{width:24px;height:24px;stroke:var(--accent);stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.av-item h3{font-size:20px;margin-bottom:10px}.av-item p{font-size:14px;color:var(--ink-2);line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:clamp(40px,6vw,80px)}.contact-card{background:var(--bg-panel);border-radius:6px;padding:28px;margin-bottom:20px}.contact-card h3{font-size:20px;margin-bottom:8px}.contact-card p{font-size:14px;color:var(--ink-2);line-height:1.6}.contact-card a{color:var(--accent)}.contact-form label{display:block;font-size:13px;font-weight:600;letter-spacing:.04em;margin-bottom:8px;color:var(--ink-2)}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line-2);border-radius:4px;padding:13px 15px;font-size:15px;background:#fff;color:var(--ink);transition:border-color .2s;margin-bottom:18px}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--ink)}.contact-form textarea{min-height:140px;resize:vertical}.form-success{display:none;align-items:center;gap:12px;padding:20px;background:#eaf7ef;border-radius:6px;color:#1f8a5b;font-weight:600}.form-success svg{width:24px;height:24px;stroke:#1f8a5b;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}@media(max-width:1024px){.feat-grid{grid-template-columns:repeat(2,1fr)}.uc-grid{grid-template-columns:repeat(2,1fr);gap:18px}.rv-grid{grid-template-columns:repeat(2,1fr)}.ugc-cell{width:clamp(176px,23vw,240px)}}@media(max-width:860px){.nav-links,.nav-right .btn{display:none}.nav-toggle{display:flex}.nav.menu-open .nav-links{display:flex;flex-direction:column;gap:0;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);box-shadow:0 14px 26px #00000012;padding:6px var(--pad-x) 14px}.nav.menu-open .nav-links a{font-size:16px;padding:14px 2px;border-bottom:1px solid var(--line)}.nav.menu-open .nav-links a:last-child{border-bottom:0}.nav.menu-open .nav-links a:after{display:none}.hh-grid,.fp-grid,.case-grid,.pdp-grid{grid-template-columns:1fr}.hh-media,.fp-stage,.pdp-gallery{order:-1;max-width:480px}.pdp-gallery{position:static}.detail-top{grid-template-columns:1fr;gap:32px}.detail-img{aspect-ratio:3/2}.faq-grid{grid-template-columns:1fr;gap:24px}.rv-summary{grid-template-columns:1fr;gap:28px}.footer-grid{grid-template-columns:1fr;gap:36px}.rt-top-row{grid-template-columns:1fr;gap:20px}.rt-line{display:none}.rt-grid{grid-template-columns:1fr}.tok-grid{grid-template-columns:1fr;gap:34px}.about-split,.contact-grid{grid-template-columns:1fr}.about-values{grid-template-columns:1fr;gap:32px}}@media(max-width:680px){.ps-grid{grid-template-columns:1fr;gap:36px}.ps-rule{display:none}.steps{grid-template-columns:1fr;gap:40px;max-width:340px}.uc-head{grid-template-columns:1fr;gap:18px}.uc-note{justify-self:start}.ba-card{width:78vw}.stat-bar,.res-stats{grid-template-columns:1fr;gap:30px;text-align:center}.stat p,.res-stat p{margin-left:auto;margin-right:auto}.rv-grid{grid-template-columns:1fr}.feat-grid{grid-template-columns:1fr;gap:26px}.specs-body{grid-template-columns:1fr}.specs.open .specs-body{max-height:600px}.cta-trust{flex-direction:column;gap:12px;align-items:center}.ugc-window{height:clamp(360px,118vw,470px)}.ugc-cell{width:50vw}.mobile-bar{display:flex}.footer-bottom{flex-direction:column;gap:10px;text-align:center}.tok-rail{grid-template-columns:repeat(2,1fr)}.hh-chip{right:8px;bottom:14px;padding:12px 15px}.hh-chip .big{font-size:28px}.res-grid{grid-template-columns:1fr}}@media(max-width:560px){.bundle-grid{grid-template-columns:1fr;max-width:380px;gap:11px}.bundle-card{flex-direction:row;flex-wrap:wrap;justify-content:space-between;text-align:left;padding:18px 18px 16px;gap:4px 12px}.bc-reason{min-height:0;flex-basis:100%;order:3;font-size:14.5px}.bc-each{order:4;margin-top:0}.bc-total{order:2;font-size:30px}.bc-qty{order:1}.bc-save{order:5;margin-top:0;margin-left:auto}}@media(max-width:420px){.hb-note{font-size:9px}.hb-chip{padding:14px 5px 12px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
