:root{--c-coral:#ef625f;--c-coral-ink:#b33b39;--c-coral-soft:#fff5f4;--c-coral-tint:#fbe3e1;--c-ink:#0b0b0c;--c-graphite:#333;--c-mute:#626269;--c-line:#e8e6e1;--c-line-strong:#cfccc5;--c-bg:#fff;--c-bg-2:#f7f5f0;--c-bg-3:#efece5;--c-success:#26784b;--c-brand-deep:#c94845;--p-lavender:#b9b4da;--p-lavender-soft:#f1eff9;--p-teal:#4fb8b2;--p-teal-soft:#e8f6f5;--p-purple:#9c6bb5;--p-purple-soft:#f3ecf7;--p-blue:#3e8ed0;--p-blue-soft:#e9f2fa;--p-yellow:#f2b437;--p-yellow-soft:#fdf4e1;--p-red:#e06a5c;--p-red-soft:#fbeae7;--p-green:#6fb56a;--p-green-soft:#edf6ec;--p-orange:#f08a3c;--p-orange-soft:#fdf0e5;--p-pink:#e58fb5;--p-pink-soft:#fbeef4;--p-sky:#7cc4e8;--p-sky-soft:#eaf5fb;--font:"Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--fs-display:clamp(2.75rem, 6.2vw, 5.75rem);--fs-h1:clamp(2.25rem, 4.6vw, 3.75rem);--fs-h2:clamp(1.85rem, 3.2vw, 2.75rem);--fs-h3:clamp(1.25rem, 1.8vw, 1.5rem);--fs-lead:clamp(1.0625rem, 1.4vw, 1.25rem);--fs-body:1rem;--fs-small:.875rem;--fs-tiny:.75rem;--lh-tight:1.05;--lh-snug:1.2;--lh-body:1.6;--ls-tight:-.025em;--ls-eyebrow:.14em;--s-1:.5rem;--s-2:1rem;--s-3:1.5rem;--s-4:2rem;--s-5:2.5rem;--s-6:3rem;--s-7:4rem;--s-8:5rem;--s-9:6rem;--s-10:8rem;--section-y:clamp(3rem, 6vw, 5.5rem);--container:calc(1560px + var(--gutter) * 2);--gutter:clamp(1rem, 4vw, 3rem);--r-sm:10px;--r-md:18px;--r-lg:28px;--r-xl:40px;--r-pill:999px;--shadow-soft:0 24px 60px -24px #0b0b0c2e;--shadow-card:0 12px 32px -16px #0b0b0c29;--header-h:80px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-inout:cubic-bezier(.65, 0, .35, 1);--d-fast:.25s;--d-base:.6s;--d-slow:1.1s}@font-face{font-family:Poppins;src:url(../fonts/Poppins-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(../fonts/Poppins-Italic.woff2)format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(../fonts/Poppins-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(../fonts/Poppins-SemiBold.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(../fonts/Poppins-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:auto;overflow-x:clip}body{font-family:var(--font);font-size:var(--fs-body);line-height:var(--lh-body);color:var(--c-ink);background:var(--c-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;overflow-x:clip}img,svg,video{max-width:100%;display:block}img{height:auto}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}input,textarea,select{font:inherit;color:inherit}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0}h1,h2,h3{letter-spacing:var(--ls-tight);font-weight:500;line-height:var(--lh-snug)}h1,h2,h3,h4{overflow-wrap:break-word}h1{font-size:var(--fs-h1);line-height:var(--lh-tight)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3);letter-spacing:-.01em}:focus-visible{outline:2px solid var(--c-coral);outline-offset:3px;border-radius:4px}.container{width:100%;max-width:var(--container);padding-inline:var(--gutter);margin-inline:auto}.section{padding-block:var(--section-y);position:relative}.section--tight{padding-block:calc(var(--section-y) * .6)}.section--bg2{background:var(--c-bg-2)}.section--soft{background:var(--c-coral-soft)}.section--ink{background:var(--c-ink);color:#fff}.section-head{justify-content:space-between;align-items:flex-end;gap:var(--s-4);margin-bottom:var(--s-6);flex-wrap:wrap;display:flex}.section-head h2{max-width:22ch}.section-head--center{text-align:center;flex-direction:column;align-items:center}.section-head--center h2{max-width:20ch}.grid{gap:var(--s-3);display:grid}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=1024px){.grid--4,.grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.grid--4,.grid--3{gap:var(--s-2);grid-template-columns:repeat(2,minmax(0,1fr))}.grid--2{grid-template-columns:1fr}}.eyebrow{font-size:var(--fs-tiny);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--c-mute);margin-bottom:var(--s-2);align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--c-coral);border-radius:50%;width:6px;height:6px}.eyebrow--plain:before{display:none}.lead{font-size:var(--fs-lead);color:var(--c-graphite);max-width:52ch;line-height:1.55}.display{font-size:var(--fs-display);letter-spacing:-.035em;font-weight:500;line-height:.98}.mute{color:var(--c-mute)}.small{font-size:var(--fs-small)}.tiny{font-size:var(--fs-tiny)}.balance{text-wrap:balance}.u-only-mobile{display:none}@media (width<=768px){.u-hide-mobile{display:none!important}.u-only-mobile{display:block}}.btn{border-radius:var(--r-pill);transition:transform var(--d-fast) var(--ease-out), background var(--d-fast), color var(--d-fast), border-color var(--d-fast);white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:.6rem;padding:.95rem 1.6rem;font-size:.95rem;font-weight:500;line-height:1;display:inline-flex;position:relative;overflow:hidden}.btn:active{transform:scale(.98)}.btn--primary{background:var(--c-ink);color:#fff}.btn--primary:hover{background:var(--c-graphite)}.btn--coral{background:var(--c-coral);color:#fff}.btn--coral:hover{background:var(--c-coral-ink);color:#fff}.btn--ghost{border-color:var(--c-line-strong);color:var(--c-ink);background:0 0}.btn--ghost:hover{border-color:var(--c-ink)}.btn--light{color:var(--c-ink);background:#fff}.btn--light:hover{background:var(--c-bg-2)}.btn--sm{padding:.7rem 1.15rem;font-size:.85rem}.btn--lg{padding:1.15rem 2rem;font-size:1.05rem}.btn--block{width:100%}.btn .arrow{transition:transform var(--d-fast) var(--ease-out)}.btn:hover .arrow{transform:translate(4px)}.link{align-items:center;gap:.4rem;font-weight:500;display:inline-flex;position:relative}.link:after{content:"";transform-origin:100%;width:100%;height:1.5px;transition:transform var(--d-base) var(--ease-out);background:currentColor;position:absolute;bottom:-3px;left:0;transform:scaleX(1)}.link:hover:after{transform-origin:100%;animation:linkSweep .7s var(--ease-out) forwards;transform:scaleX(0)}@keyframes linkSweep{0%{transform-origin:100%;transform:scaleX(0)}50%{transform-origin:0;transform:scaleX(0)}to{transform-origin:0;transform:scaleX(1)}}.badge{border-radius:var(--r-pill);font-size:var(--fs-tiny);letter-spacing:.04em;text-transform:uppercase;background:var(--c-ink);color:#fff;align-items:center;gap:.35rem;padding:.3rem .65rem;font-weight:600;line-height:1;display:inline-flex}.badge--coral{background:var(--c-coral);color:#fff}.badge--soft{background:var(--c-coral-soft);color:var(--c-coral-ink)}.badge--outline{border:1px solid var(--c-line-strong);color:var(--c-graphite);background:0 0}.badge--light{color:var(--c-ink);background:#fff}.chip{border-radius:var(--r-pill);border:1px solid var(--c-line-strong);font-size:var(--fs-small);transition:background var(--d-fast), color var(--d-fast), border-color var(--d-fast);white-space:nowrap;align-items:center;gap:.4rem;padding:.55rem 1rem;font-weight:500;display:inline-flex}.chip:hover{border-color:var(--c-ink)}.chip.is-active{background:var(--c-ink);color:#fff;border-color:var(--c-ink)}.chips{flex-wrap:wrap;gap:.5rem;display:flex}.chips--scroll{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.chips--scroll::-webkit-scrollbar{display:none}.stars{font-size:var(--fs-small);color:var(--c-graphite);align-items:center;gap:.4rem;display:inline-flex}.stars__icons{color:var(--c-coral);gap:1px;display:inline-flex}.stars__icons svg{width:14px;height:14px}.card{border:1px solid var(--c-line);border-radius:var(--r-md);padding:var(--s-4);background:#fff}.card--soft{background:var(--c-bg-2);border-color:#0000}.media{border-radius:var(--r-md);background:var(--c-bg-2);position:relative;overflow:hidden}.media img{object-fit:cover;width:100%;height:100%}.media--product img{object-fit:contain;mix-blend-mode:multiply}.ratio-4-5{aspect-ratio:4/5}.ratio-1-1{aspect-ratio:1}.ratio-3-2{aspect-ratio:3/2}.ratio-16-9{aspect-ratio:16/9}.ratio-3-4{aspect-ratio:3/4}.loader{z-index:1000;background:var(--c-ink);color:#fff;pointer-events:none;place-items:center;display:grid;position:fixed;inset:0}.loader__mark{letter-spacing:.3em;text-transform:uppercase;opacity:.9;font-size:1.25rem;font-weight:600}.no-js .loader,body.is-ready .loader{display:none}.js [data-reveal],.js [data-split]{visibility:hidden}.js .is-revealed,.js [data-revealed]{visibility:visible}.split-line{margin-bottom:-.08em;padding-bottom:.08em;display:block;overflow:hidden}.split-line>div{will-change:transform;display:block}.marquee{white-space:nowrap;overflow:hidden}.marquee__track{gap:var(--s-6);will-change:transform;display:inline-flex}.marquee__item{align-items:center;gap:.75rem;font-weight:500;display:inline-flex}.acc{border-top:1px solid var(--c-line)}.acc__item{border-bottom:1px solid var(--c-line)}.acc__btn{justify-content:space-between;align-items:center;gap:var(--s-3);text-align:left;width:100%;padding:1.25rem 0;font-size:1.05rem;font-weight:500;display:flex}.acc__icon{border:1px solid var(--c-line-strong);width:28px;height:28px;transition:transform var(--d-base) var(--ease-out), background var(--d-fast);border-radius:50%;flex:none;place-items:center;display:grid}.acc__icon svg{width:12px;height:12px}.acc__item.is-open .acc__icon{background:var(--c-ink);color:#fff;border-color:var(--c-ink);transform:rotate(45deg)}.acc__panel{height:0;overflow:hidden}.acc__body{color:var(--c-graphite);max-width:64ch;padding:0 0 1.5rem}@media (prefers-reduced-motion:reduce){.js [data-reveal],.js [data-split]{visibility:visible}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}.skip-link{z-index:1200;color:var(--c-ink);border:2px solid var(--c-ink);background:#fff;padding:.8rem 1.2rem;position:fixed;top:1rem;left:1rem;transform:translateY(-200%)}.skip-link:focus{transform:none}:disabled{cursor:not-allowed;opacity:.65}[id]{scroll-margin-top:90px}@media (prefers-reduced-motion:reduce){.loader{display:none}.marquee{overflow-x:auto}.marquee__track{transform:none!important}.hero__tile{opacity:1!important}}[data-split]>span[style*=overflow],.hs__title>span[style*=overflow]{margin-block:-.14em -.24em;padding-block:.14em .24em}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.u-underline{text-underline-offset:3px;text-decoration:underline}.veil{background:var(--c-ink);z-index:999;position:fixed;inset:0}.abar{background:var(--c-coral);color:#fff;font-size:var(--fs-small);overflow:hidden}.abar__in{justify-content:center;align-items:center;height:40px;display:flex;position:relative}.abar__msg{white-space:nowrap;align-items:center;gap:1rem;max-width:calc(100% - 3rem);display:flex;overflow:hidden}.abar__msg>span{text-overflow:ellipsis;overflow:hidden}@media (width<=640px){.abar__cta{display:none}.abar{font-size:var(--fs-tiny)}}.abar__cta{color:#fff;text-underline-offset:3px;align-items:center;gap:.3rem;font-weight:500;text-decoration:underline;display:inline-flex}.abar__close{right:calc(var(--gutter) - .55rem);opacity:.6;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.abar__close:hover{opacity:1}.header{z-index:100;-webkit-backdrop-filter:blur(14px);transition:transform .5s var(--ease-out), border-color .3s, background .3s;background:#ffffffdb;border-bottom:1px solid #0000;position:sticky;top:0}.header.is-compact{border-color:var(--c-line)}.header.is-hidden{transform:translateY(-100%)}.header__in{align-items:center;gap:var(--s-4);height:var(--header-h);transition:height .4s var(--ease-out);display:flex}.header.is-compact .header__in{height:60px}.header__logo img{width:130px;transition:width .4s var(--ease-out)}.header.is-compact .header__logo img{width:110px}.header__nav{margin-left:var(--s-2);gap:.25rem;display:flex}.header__link{border-radius:var(--r-pill);transition:background var(--d-fast);align-items:center;gap:.25rem;padding:.5rem .85rem;font-size:.95rem;font-weight:500;display:inline-flex}.header__link:hover,.header__link.is-active{background:var(--c-bg-2)}.header__actions{align-items:center;gap:.25rem;margin-left:auto;display:flex}.header__icon{width:42px;height:42px;transition:background var(--d-fast);border-radius:50%;place-items:center;display:grid;position:relative}.header__icon:hover{background:var(--c-bg-2)}.header__count{background:var(--c-coral);color:#fff;border-radius:9px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;display:grid;position:absolute;top:4px;right:2px}.header__burger{place-items:center;width:42px;height:42px;display:none}@media (width<=1024px){.header__nav{display:none}.header__burger{display:grid}.header__in{gap:var(--s-2)}}.mega{border-bottom:1px solid var(--c-line);box-shadow:var(--shadow-soft);padding:var(--s-5) 0 var(--s-6);background:#fff;position:absolute;top:100%;left:0;right:0}.mega__grid{gap:var(--s-6);grid-template-columns:1fr 320px;display:grid}.mega__products{grid-template-columns:repeat(5,1fr);gap:.5rem;display:grid}.mega__product{border-radius:var(--r-sm);transition:background var(--d-fast);align-items:center;gap:.75rem;padding:.6rem;display:flex}.mega__product:hover{background:var(--pc-soft)}.mega__product span:last-child{flex-direction:column;line-height:1.2;display:flex}.mega__product small{color:var(--c-mute);font-size:var(--fs-tiny);margin-top:2px}.mega__thumb{background:#fff;border-radius:8px;flex:none;place-items:center;width:44px;height:66px;display:grid;overflow:hidden}.mega__thumb img{object-fit:contain;mix-blend-mode:normal;filter:none;width:100%;height:100%;transform:none}.mega__pack{padding:var(--s-3);border-radius:var(--r-md);background:var(--c-bg-2);flex-direction:column;gap:.5rem;height:100%;display:flex}.mega__pack img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--r-sm);width:100%;margin-block:.25rem}.mega__pack small{color:var(--c-mute)}.mega__needs{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.mega__need{border-radius:var(--r-sm);transition:background var(--d-fast);align-items:center;gap:.85rem;padding:.85rem 1rem;display:flex}.mega__need:hover{background:var(--pc-soft)}.mega__need>span:nth-child(2){flex-direction:column;flex:1;line-height:1.25;display:flex}.mega__need small{color:var(--c-mute);font-size:var(--fs-tiny)}.mega__dot{background:var(--pc);border-radius:50%;flex:none;width:12px;height:12px}.mega__quiz{padding:var(--s-4);border-radius:var(--r-md);background:var(--c-coral-soft);flex-direction:column;align-items:flex-start;gap:.6rem;height:100%;display:flex}.mnav{z-index:200;width:min(88vw,400px);transition:transform .6s var(--ease-out);padding:var(--s-3) var(--s-4);gap:var(--s-4);background:#fff;flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-100%)}.mnav.is-open{transform:none}.mnav__overlay{z-index:199;opacity:0;pointer-events:none;background:#0b0b0c66;transition:opacity .4s;position:fixed;inset:0}.mnav__overlay.is-open{opacity:1;pointer-events:auto}.mnav__head{justify-content:space-between;align-items:center;display:flex}.mnav__links{flex-direction:column;display:flex}.mnav__links a{border-bottom:1px solid var(--c-line);justify-content:space-between;align-items:center;padding:1rem 0;font-size:1.25rem;font-weight:500;display:flex}.mnav__products{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.mnav__products a{border-radius:var(--r-sm);background:var(--pc-soft);font-size:var(--fs-tiny);flex-direction:column;align-items:center;gap:.35rem;padding:.6rem .25rem;font-weight:500;display:flex}.mnav__products img{aspect-ratio:2/3;object-fit:contain;mix-blend-mode:normal;filter:none;width:48px;transform:none}.mnav__foot{gap:var(--s-3);margin-top:auto;font-weight:500;display:flex}.mnav__foot a,.mnav__foot>span{align-items:center;gap:.4rem;display:inline-flex}.cart__overlay{z-index:300;background:#0b0b0c73;position:fixed;inset:0}.cart{z-index:301;background:#fff;flex-direction:column;width:min(92vw,440px);display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-20px 0 60px -20px #0000004d}.cart__head{padding:var(--s-3) var(--s-4);border-bottom:1px solid var(--c-line);justify-content:space-between;align-items:center;display:flex}.cart__ship{padding:var(--s-2) var(--s-4);background:var(--c-bg-2)}.cart__ship p{align-items:center;gap:.5rem;display:flex}.cart__ship .icon{color:var(--c-coral);flex:none}.cart__bar{background:var(--c-line);border-radius:2px;height:4px;margin-top:.5rem;overflow:hidden}.cart__bar span{background:var(--c-coral);border-radius:2px;width:0;height:100%;display:block}.cart__list{padding:var(--s-2) var(--s-4);flex:1;overflow-y:auto}.cart__empty{padding:var(--s-6) 0;text-align:center}.cart__item{gap:var(--s-2);padding:var(--s-2) 0;border-bottom:1px solid var(--c-line);grid-template-columns:64px 1fr auto;align-items:center;display:grid}.cart__thumb{background:var(--pc-soft);border-radius:8px;place-items:center;width:64px;height:80px;display:grid;overflow:hidden}.cart__thumb img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;transform:scale(1.15)}.cart__info{flex-direction:column;gap:.15rem;display:flex}.cart__qty{border:1px solid var(--c-line-strong);border-radius:var(--r-pill);width:max-content;font-size:var(--fs-small);align-items:center;gap:.5rem;margin-top:.4rem;padding:.2rem .5rem;display:inline-flex}.cart__qty button{border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.cart__qty button:hover{background:var(--c-bg-2)}.cart__price{font-weight:500}.cart__suggest{padding:var(--s-3) var(--s-4) 0}.cart__sug{border-radius:var(--r-sm);transition:background var(--d-fast);grid-template-columns:44px 1fr auto;align-items:center;gap:.75rem;padding:.5rem;display:grid}.cart__sug:hover{background:var(--pc-soft)}.cart__sug img{aspect-ratio:2/3;object-fit:contain;mix-blend-mode:normal;filter:none;width:44px;transform:none}.cart__sug span:nth-child(2){flex-direction:column;line-height:1.2;display:flex}.cart__sug small{color:var(--c-mute);font-size:var(--fs-tiny)}.cart__foot{padding:var(--s-3) var(--s-4) var(--s-4);border-top:1px solid var(--c-line)}.cart__row{font-size:var(--fs-small);justify-content:space-between;padding:.25rem 0;display:flex}.cart__row--total{padding:.5rem 0 1rem;font-size:1.1rem;font-weight:600}.pcard{flex-direction:column;gap:1rem;height:100%;display:flex;position:relative}.pcard__media{aspect-ratio:4/5;border-radius:var(--r-lg);isolation:isolate;background:radial-gradient(120% 90% at 50% 100%, color-mix(in srgb, var(--pc) 24%, var(--pc-soft)) 0%, var(--pc-soft) 64%);display:block;position:relative;overflow:hidden}.pcard__stage{place-items:end center;display:grid;position:absolute;inset:14% 15% 13%}.pcard__box{z-index:1;object-fit:contain;filter:drop-shadow(0 16px 18px #28140e24);width:auto;max-width:100%;max-height:100%;transition:transform .8s var(--ease-out);position:relative}.pcard__floor{filter:blur(4px);height:7%;transition:transform .8s var(--ease-out), opacity .8s;background:radial-gradient(closest-side,#28140e4d,#0000);border-radius:50%;position:absolute;bottom:-3%;left:12%;right:6%}.has-shot .pcard__stage{inset:0}.has-shot .pcard__floor{display:none}.pcard.has-shot .pcard__media{aspect-ratio:2/3;background:#fff}.pcard__shot{object-fit:contain;mix-blend-mode:normal;filter:none;width:100%;height:100%;transform:none}.pcard:hover .pcard__box{transform:translateY(-8px)}.pcard:hover .pcard__floor{opacity:.7;transform:scaleX(.86)}.pcard__badges{z-index:2;flex-wrap:wrap;gap:.35rem;display:flex;position:absolute;top:1rem;left:1rem}.pcard__body{flex-direction:column;flex:1;gap:.35rem;padding-inline:.25rem;display:flex}.pcard__top{font-size:var(--fs-tiny);color:var(--c-mute);justify-content:space-between;align-items:center;gap:.5rem;display:flex}.pcard__form{letter-spacing:.02em;font-weight:500}.pcard__top .stars{font-size:var(--fs-tiny);color:inherit}.pcard__name{letter-spacing:-.01em;font-size:1.2rem;font-weight:500}.pcard__tag{font-size:var(--fs-small);color:var(--c-graphite)}.pcard__foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem .75rem;margin-top:auto;padding-top:.6rem;display:flex}.pcard__price{align-items:baseline;gap:.45rem;font-size:1.05rem;font-weight:600;display:inline-flex}.pcard__price s{font-weight:400;font-size:var(--fs-small);color:var(--c-mute)}.pcard__actions{align-items:center;gap:.4rem;display:inline-flex}.pcard__add{background:var(--c-ink);color:#fff;width:40px;height:40px;transition:background var(--d-fast), transform var(--d-fast);border-radius:50%;flex:none;place-items:center;display:grid}.pcard__add:hover{background:var(--c-coral)}.pcard__add:active{transform:scale(.94)}.qty{border:1px solid var(--c-line-strong);border-radius:var(--r-pill);color:var(--c-ink);background:#fff;justify-content:space-between;align-items:center;display:inline-flex}.qty__btn{color:inherit;transition:background var(--d-fast), opacity var(--d-fast);border-radius:50%;place-items:center;display:grid}.qty__btn:hover:not(:disabled){background:var(--c-bg-2)}.qty__btn:disabled{opacity:.3;cursor:default}.qty__value{text-align:center;font-variant-numeric:tabular-nums;min-width:1.7em;font-weight:600}.qty--sm{height:40px;padding-inline:3px}.qty--sm .qty__btn{width:32px;height:32px}.qty--sm .qty__value{font-size:.9rem}.qty--md{flex:none;height:60px;padding-inline:6px}.qty--md .qty__btn{width:46px;height:46px}.qty--md .qty__value{min-width:2.2em;font-size:1.05rem}.atc__row{align-items:stretch;gap:.6rem;display:flex}.atc__row .atc__btn{flex:1;min-width:0}.pcard--dark{color:#fff}.pcard--dark .pcard__media{background:radial-gradient(120% 90% at 50% 100%, color-mix(in srgb, var(--pc) 26%, #fff) 0%, #fff 72%)}.pcard--dark .pcard__top,.pcard--dark .pcard__tag,.pcard--dark .pcard__price s,.pcard--dark .mute,.pcard--dark .stars,.pcard--dark .stars__icons{color:#fff}.pcard--dark .pcard__add{color:var(--c-brand-deep);background:#fff}.pcard--dark .pcard__add:hover{background:var(--c-coral-soft)}.pcard--dark .qty{color:#fff;background:0 0;border-color:#fff9}.pcard--dark .qty__btn:hover:not(:disabled){background:#ffffff29}.pcard--dark .pcard__floor{background:radial-gradient(closest-side,#5a141242,#0000)}@media (width<=640px){.pcard__name{font-size:1rem}.pcard__tag,.pcard__top .stars{display:none}.pcard__foot{flex-direction:column;align-items:stretch}.pcard__actions{justify-content:space-between}.qty--md{height:54px}.qty--md .qty__btn{width:40px;height:40px}.pcard__badges{top:.6rem;left:.6rem}}.nl{border-top:1px solid var(--c-line)}.nl__in{gap:var(--s-6);grid-template-columns:1.1fr 1fr;align-items:center;display:grid}.nl__form{grid-template-columns:minmax(0,1fr) auto;gap:.5rem;display:grid}.nl__form input{border-radius:var(--r-pill);border:1.5px solid var(--c-line-strong);background:#fff;grid-column:1;width:100%;min-width:0;height:54px;padding:0 1.25rem}.nl__form input:focus{border-color:var(--c-ink);outline:none}.nl__form .btn{grid-area:1/2;height:54px}.nl__form p{grid-column:1/-1}.nl__done{align-items:center;gap:.4rem;display:none}.nl__form.is-done .nl__label{display:none}.nl__form.is-done .nl__done{display:inline-flex}.nl__form.is-done .btn{background:var(--c-success)}@media (width<=860px){.nl__in{gap:var(--s-4);grid-template-columns:1fr}}.footer{background:var(--c-brand-deep);color:#fff;padding:var(--s-8) 0 var(--s-4);margin-top:var(--s-6);border-radius:var(--r-xl) var(--r-xl) 0 0}.footer .mute{color:#fff}.footer__top{gap:var(--s-6);padding-bottom:var(--s-6);grid-template-columns:1.1fr 1fr;align-items:center;display:grid}.footer__title{font-size:var(--fs-h2);letter-spacing:-.02em;color:inherit;max-width:20ch;font-weight:400}.footer__lead{color:#fff;margin-top:.75rem}.footer .nl__form input{color:#fff;background:#00000024;border-color:#ffffff73}.footer .nl__form input::placeholder{color:#ffffffd9}.footer .nl__form input:focus{border-color:#fff}.footer .nl__form .btn{color:var(--c-brand-deep);background:#fff}.footer .nl__form .btn:hover{background:#fff}.footer .u-underline{color:inherit}.footer__perks{padding-block:var(--s-5);grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.footer__perks li{border-radius:var(--r-md);color:var(--c-ink);background:#fff;align-items:center;gap:.9rem;padding:1.1rem 1.25rem;display:flex;box-shadow:0 18px 40px -28px #3c0a0a73}.footer__perks .icon{box-sizing:content-box;background:var(--c-coral-soft);color:var(--c-coral-ink);border-radius:50%;flex:none;padding:11px}.footer__perks span{flex-direction:column;gap:.15rem;min-width:0;display:flex}.footer__perks strong{font-size:var(--fs-small);font-weight:600}.footer__perks small{font-size:var(--fs-tiny);color:var(--c-graphite);line-height:1.4}.footer__brand img{filter:brightness(0)invert()}.footer__grid{gap:var(--s-6);padding-top:var(--s-6);grid-template-columns:1.6fr repeat(3,1fr);display:grid}.footer__col h2{font-size:var(--fs-tiny);letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:1rem;font-weight:600}.footer__col li{padding:.3rem 0}.footer__col a{color:#fff;transition:color var(--d-fast)}.footer__col a:hover{color:#fff;text-underline-offset:3px;text-decoration:underline}.footer__social{gap:.5rem;margin-top:1.25rem;display:flex}.footer__social a{width:40px;height:40px;transition:background var(--d-fast), color var(--d-fast), border-color var(--d-fast);border:1px solid #ffffff80;border-radius:50%;place-items:center;display:grid}.footer__social a:hover{color:var(--c-brand-deep);background:#fff;border-color:#fff}.footer__badges{margin-top:var(--s-6);flex-wrap:wrap;gap:.5rem;display:flex}.footer__badge{border-radius:var(--r-pill);font-size:var(--fs-tiny);background:#0000001a;border:1px solid #ffffff59;align-items:center;gap:.4rem;padding:.45rem .8rem;font-weight:500;display:inline-flex}.footer__legal{margin-top:var(--s-4);max-width:90ch}.footer__bottom{justify-content:space-between;gap:var(--s-3);margin-top:var(--s-3);flex-wrap:wrap;display:flex}.footer__bottom a:hover{color:#fff}@media (width<=900px){.footer__top{gap:var(--s-3);grid-template-columns:1fr}.footer__perks{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=560px){.footer__perks{grid-template-columns:1fr}}.footer__toggle{width:100%;font:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;text-align:left;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.footer__toggle .icon{transition:transform var(--d-fast)}.footer__col.is-open .footer__toggle .icon{transform:rotate(180deg)}@media (width<=768px){.footer__grid{grid-template-columns:1fr;gap:0}.footer__brand{padding-bottom:var(--s-4)}.footer__col{border-top:1px solid #ffffff4d}.footer__col:last-child{border-bottom:1px solid #ffffff4d}.footer__col.is-acc h2{margin-bottom:0}.footer__col.is-acc ul{padding-bottom:1rem}}.ev__grid{gap:var(--s-3);grid-template-columns:repeat(3,1fr);display:grid}.ev__grid--2{grid-template-columns:repeat(2,1fr)}.ev__grid--4{grid-template-columns:repeat(4,1fr)}.ev__card{padding:var(--s-4);border-radius:var(--r-md);border:1px solid var(--c-line);flex-direction:column;gap:.6rem;display:flex}.ev__value{letter-spacing:-.04em;font-size:clamp(2.5rem,4.5vw,4rem);font-weight:500;line-height:1}.ev__bar{background:var(--c-bg-3);border-radius:2px;height:4px;overflow:hidden}.ev__bar span{background:var(--c-coral);transform-origin:0;height:100%;display:block;transform:scaleX(0)}.ev__label{font-weight:500}.ev__card small{border-top:1px solid var(--c-line);margin-top:auto;padding-top:.75rem}@media (width<=900px){.ev__grid,.ev__grid--4{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.ev__grid,.ev__grid--2,.ev__grid--4{grid-template-columns:1fr}}.plinth{aspect-ratio:3/2;background:#e9cfc3;display:block;position:relative;overflow:hidden}.plinth__plate{object-fit:cover;width:100%;height:100%;transition:transform 1.4s var(--ease-out);position:absolute;inset:0}.plinth{container-type:size}.plinth__box{--pw:max(100cqw, 150cqh);--ph:calc(var(--pw) / 1.5);left:calc(50% + (var(--x) - 50) * var(--pw) / 100);bottom:calc(50% - var(--ph) / 2 + (100 - var(--y)) * var(--ph) / 100);height:calc(var(--h) * var(--ph) / 100);width:calc(var(--h) * var(--ar) * var(--ph) / 100);margin-left:calc(var(--h) * var(--ar) * var(--ph) / -200);transition:transform .8s var(--ease-out) var(--d,0s);position:absolute}.plinth__box img{object-fit:contain;object-position:bottom center;filter:drop-shadow(0 14px 14px #3c191233);width:100%;height:100%}a:hover .plinth__plate{transform:scale(1.02)}a:hover .plinth__box{transform:translateY(-10px)}.cfaq__in{gap:var(--s-7);grid-template-columns:.8fr 1.2fr;align-items:start;display:grid}.cfaq__head{top:calc(var(--header-h) + 2rem);align-items:flex-start;gap:var(--s-2);flex-direction:column;display:flex;position:sticky}.cfaq__head h2{letter-spacing:-.03em;font-weight:400}.cfaq__head p{max-width:36ch;color:var(--c-graphite)}.cfaq__head .eyebrow{margin-bottom:0}@media (width<=900px){.cfaq__in{gap:var(--s-4);grid-template-columns:1fr}.cfaq__head{position:static}}.crumb ol{font-size:var(--fs-tiny);color:var(--c-mute);margin-bottom:var(--s-4);flex-wrap:wrap;gap:.35rem;display:flex}.crumb li+li:before{content:"/";opacity:.5;margin-right:.35rem}.crumb a:hover{color:var(--c-ink)}.crumb [aria-current]{color:var(--c-ink);font-weight:500}.post__media>img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease-out);position:absolute;inset:0}.post:hover .post__media>img{transform:scale(1.04)}.modal{z-index:400;padding:var(--s-3);background:#0b0b0c80;place-items:center;display:none;position:fixed;inset:0}.modal__box{border-radius:var(--r-lg);background:#fff;flex-direction:column;width:min(100%,560px);max-height:88vh;display:flex;overflow:hidden}.modal__box--wide{width:min(100%,860px)}.modal__head{padding:var(--s-3) var(--s-4);border-bottom:1px solid var(--c-line);justify-content:space-between;align-items:center;display:flex}.modal__close{border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.modal__close:hover{background:var(--c-bg-2)}.modal__body{padding:var(--s-4);overflow-y:auto}.sticky{z-index:90;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--c-line);transition:transform .5s var(--ease-out);background:#ffffffeb;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%)}.sticky.is-on{transform:none}.sticky__in{align-items:center;gap:var(--s-3);height:72px;display:flex}.sticky__thumb{background:var(--pc-soft);border-radius:8px;place-items:center;width:44px;height:54px;display:grid;overflow:hidden}.sticky__thumb img{mix-blend-mode:multiply;transform:scale(1.2)}.sticky__info{flex-direction:column;line-height:1.2;display:flex}.sticky__info small{color:var(--c-mute)}.sticky__price{margin-left:auto;font-weight:600}@media (width<=640px){.sticky__info small,.sticky__price{display:none}.sticky .btn{flex:1}}.header__logo{flex-shrink:0}.header__nav{min-width:0}.header__link{white-space:nowrap}.header:focus-within{transform:none}.mega__products{grid-template-columns:repeat(3,minmax(0,1fr))}.mega__product{min-width:0}.mnav{height:100dvh}.mnav:not(.is-open){visibility:hidden}.modal__head h2{font-size:var(--fs-h3)}.cart__list{min-height:80px}.cart__info{min-width:0}.cart__suggest{flex-shrink:1;overflow-y:auto}.cart__head,.cart__foot{flex-shrink:0}@media (width<=640px){.abar__cta{display:none}.nl__form{grid-template-columns:minmax(0,1fr)}.nl__form .btn{grid-area:auto/1}.cart__head,.cart__foot,.cart__list,.cart__ship{padding-inline:1rem}.cart__suggest{display:none}.cart__item{grid-template-columns:48px minmax(0,1fr) auto;gap:.5rem;font-size:.875rem}.cart__thumb{width:48px}.modal,.modal__body,.modal__head{padding:1rem}.sticky__info{max-width:32%;font-size:.8rem}.sticky__in{gap:.6rem}.sticky .btn{padding-inline:1rem}}.repnote{z-index:95;writing-mode:vertical-rl;background:var(--c-coral);color:#fff;font-size:var(--fs-small);letter-spacing:.05em;pointer-events:none;border-radius:10px 0 0 10px;padding:1.1rem .55rem;font-weight:500;position:fixed;top:50%;right:0;transform:translateY(-50%);box-shadow:0 8px 22px -12px #140c0a80}@media (width<=640px){.repnote{font-size:var(--fs-tiny);padding:.9rem .45rem}}.header .mega{padding:var(--s-4) 0 var(--s-4);border-bottom:0;box-shadow:0 40px 70px -40px #140c0a47}.header .mega__grid{gap:var(--s-5);grid-template-columns:minmax(0,1fr) 320px;align-items:stretch}.header .mega__head{margin-bottom:var(--s-2);justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.header .mega__head .eyebrow{margin:0}.header .mega__head .link{font-size:var(--fs-small)}.header .mega__products{grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem .75rem}.header .mega__product{background:0 0;border-radius:0;flex-direction:column;align-items:stretch;gap:.55rem;padding:0;display:flex}.header .mega__product:hover{background:0 0}.header .mega__thumb{aspect-ratio:2/3;border-radius:var(--r-md);background:radial-gradient(120% 90% at 50% 100%, color-mix(in srgb, var(--pc) 24%, var(--pc-soft)) 0%, var(--pc-soft) 64%);width:100%;height:auto;padding:0;overflow:hidden}.header .mega__thumb img{object-fit:contain;mix-blend-mode:normal;filter:drop-shadow(0 8px 10px #28140e1f);width:100%;height:100%;transition:transform .5s var(--ease-out);transform:none}.header .mega__thumb img.is-shot{object-fit:contain;mix-blend-mode:normal;filter:none;transform:none}.header .mega__thumb:has(img.is-shot){background:#fff}.header .mega__product:hover .mega__thumb img:not(.is-shot){transform:translateY(-4px)}.header .mega__meta{flex-direction:column;padding-inline:.15rem;line-height:1.25;display:flex}.header .mega__meta strong{font-size:.92rem;font-weight:600}.header .mega__meta small{font-size:var(--fs-tiny);color:var(--c-mute);margin-top:1px}.header .mega__meta em{font-size:var(--fs-small);margin-top:.2rem;font-style:normal;font-weight:500}.header .mega__feature{border-radius:var(--r-lg);background:var(--c-coral-soft);flex-direction:column;height:100%;display:flex;overflow:hidden}.header .mega__feature-media{aspect-ratio:2/3;background:#fff;flex:none;overflow:hidden}.header .mega__feature-media img{object-fit:contain;mix-blend-mode:normal;filter:none;width:100%;height:100%;transform:none}.header .mega__feature-body{flex-direction:column;align-items:flex-start;gap:.35rem;padding:1rem 1.15rem 1.25rem;display:flex}.header .mega__feature-body strong{font-size:1.15rem;font-weight:600}.header .mega__feature-body small{color:var(--c-graphite)}.header .mega__needs{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.header .mega__grid--full{grid-template-columns:minmax(0,1fr)}.header .mega__grid--full .mega__needs{grid-template-columns:repeat(7,minmax(0,1fr))}.header .mega__products--row{grid-template-columns:repeat(var(--count,10), minmax(104px, 1fr));overscroll-behavior-x:contain;scrollbar-width:thin;padding-bottom:.35rem;overflow-x:auto}.header .mega__need{aspect-ratio:3/4;border-radius:var(--r-md);background:var(--c-bg-3);color:#fff;isolation:isolate;padding:0;display:block;position:relative;overflow:hidden}.header .mega__need:hover{background:var(--c-bg-3)}.header .mega__need img{z-index:-2;object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-out);position:absolute;inset:0}.header .mega__need:after{content:"";z-index:-1;background:linear-gradient(#140c0a00 40%,#140c0ab3 100%);position:absolute;inset:0}.header .mega__need:hover img{transform:scale(1.05)}.header .mega__need-body{flex-direction:column;line-height:1.2;display:flex;position:absolute;bottom:.7rem;left:.85rem;right:.85rem}.header .mega__need-body strong{font-size:1rem;font-weight:600}.header .mega__need-body small{font-size:var(--fs-tiny);color:#fff}.header .mega__strip{margin-top:var(--s-2);padding-top:var(--s-2);border-top:1px solid var(--c-line);font-size:var(--fs-small);color:var(--c-graphite);flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:.5rem 1.75rem;display:flex}.header .mega__strip span{align-items:center;gap:.45rem;display:inline-flex}.header .mega__strip .icon{color:var(--c-coral)}.header .mega__strip .link{color:var(--c-ink);margin-left:auto}@media (width<=1200px){.header .mega__grid{grid-template-columns:minmax(0,1fr) 260px}.header .mega__products:not(.mega__products--row),.header .mega__needs,.header .mega__grid--full .mega__needs{grid-template-columns:repeat(4,minmax(0,1fr))}}.srch__overlay{z-index:400;-webkit-backdrop-filter:blur(3px);background:#140c0a61;animation:.25s both srchFade;position:fixed;inset:0}.srch{z-index:410;overscroll-behavior:contain;border-radius:0 0 var(--r-xl) var(--r-xl);max-height:min(88vh,780px);animation:srchIn .45s var(--ease-out) both;background:#fff;position:fixed;inset:0 0 auto;overflow:auto;box-shadow:0 40px 80px -40px #140c0a66}.srch:focus{outline:none}.srch__in{padding-block:var(--s-3) var(--s-5)}.srch__bar{border:1.5px solid var(--c-line-strong);border-radius:var(--r-pill);transition:border-color var(--d-fast);align-items:center;gap:.9rem;padding:.35rem .35rem .35rem 1.25rem;display:flex}.srch__bar:focus-within{border-color:var(--c-ink)}.srch__bar input{min-width:0;height:54px;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:1.2rem}.srch__bar input::-webkit-search-cancel-button{-webkit-appearance:none}.srch__close{background:var(--c-bg-2);width:48px;height:48px;transition:background var(--d-fast);border-radius:50%;flex:none;place-items:center;display:grid}.srch__close:hover{background:var(--c-bg-3)}.srch__body{margin-top:var(--s-4)}.srch__label{font-size:var(--fs-tiny);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--c-mute);margin-bottom:.75rem;font-weight:600}.srch__empty{gap:var(--s-5);grid-template-columns:1fr 1fr;display:grid}.srch__chips{flex-wrap:wrap;gap:.5rem;display:flex}.srch__dot{background:var(--pc);border-radius:50%;width:9px;height:9px}.srch__none{color:var(--c-graphite);font-size:1.05rem}.srch__results{gap:var(--s-2) var(--s-5);grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:start;display:grid}.srch__count{grid-column:1/-1}.srch__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;display:grid}.srch__posts{gap:.35rem;display:grid}.srch__item{border-radius:var(--r-md);transition:background var(--d-fast);align-items:center;gap:.9rem;padding:.55rem .65rem;display:flex}.srch__item:hover,.srch__item.is-active{background:var(--c-bg-2)}.srch__thumb{background:#fff;border-radius:10px;flex:none;place-items:center;width:44px;height:66px;display:grid;overflow:hidden}.srch__thumb img{object-fit:contain;width:100%;height:100%}.srch__thumb img.is-shot{object-fit:contain;mix-blend-mode:normal;filter:none;transform:none}.srch__meta{flex-direction:column;min-width:0;line-height:1.3;display:flex}.srch__meta strong{font-weight:600}.srch__meta small{white-space:nowrap;text-overflow:ellipsis;font-size:var(--fs-tiny);color:var(--c-mute);overflow:hidden}.srch__price{font-size:var(--fs-small);white-space:nowrap;margin-left:auto;padding-left:.5rem;font-weight:600}.srch__item--post{flex-direction:column;align-items:flex-start;gap:.35rem}.srch__item--post strong{font-weight:500;line-height:1.35}@keyframes srchIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:none}}@keyframes srchFade{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.srch,.srch__overlay{animation:none}}@media (width<=900px){.srch{border-radius:0;height:100dvh;max-height:none}.srch__empty,.srch__results,.srch__products{grid-template-columns:minmax(0,1fr)}.srch__item{min-width:0}.srch__meta{flex:1}.srch__bar input{height:46px;font-size:1rem}}.mnav__foot button{align-items:center;gap:.5rem;font-weight:500;display:inline-flex}
