@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";:root{--ivory:#FAF8F3;--warm-white:#F3EFE7;--pure-white:#FFFFFF;--beige:#F1ECE3;--deep-navy:#2E4254;--secondary-navy:#3C5468;--muted-sage:#8AA08C;--deep-sage:#6E8770;--soft-terracotta:#C57B57;--light-terracotta:#E8D4C8;--muted-text:#9C948A;--soft-border:#E4DFD5;--gold:#C9A24B;--font-head:"Playfair Display",Georgia,"Times New Roman",serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--maxw:1200px;--gutter:24px;--radius:14px;--radius-lg:20px;--radius-pill:999px;--shadow-sm:0 1px 2px rgba(46,66,84,.05),0 1px 3px rgba(46,66,84,.05);--shadow-md:0 6px 18px rgba(46,66,84,.07),0 2px 6px rgba(46,66,84,.05);--shadow-lg:0 18px 44px rgba(46,66,84,.12),0 6px 16px rgba(46,66,84,.06);--ease:cubic-bezier(.22,.61,.36,1);--t-fast:.18s var(--ease);--t:.32s var(--ease);--header-h:72px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--secondary-navy);background:var(--ivory);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:none}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5{margin:0;font-family:var(--font-head);color:var(--deep-navy);font-weight:600;line-height:1.15;letter-spacing:-.01em}p{margin:0}:focus-visible{outline:2px solid var(--deep-sage);outline-offset:3px;border-radius:6px}.page-width{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:clamp(56px,8vw,104px)}.section--tight{padding-block:clamp(40px,5vw,64px)}.bg-ivory{background:var(--ivory)}.bg-warm{background:var(--warm-white)}.bg-white{background:var(--pure-white)}.bg-navy{background:var(--deep-navy);color:var(--ivory)}.bg-navy h1,.bg-navy h2,.bg-navy h3,.bg-navy h4{color:var(--ivory)}.eyebrow{font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-sage);margin:0 0 14px}.eyebrow--terra{color:var(--soft-terracotta)}.section-head{max-width:680px}.section-head--center{margin-inline:auto;text-align:center}.section-title{font-size:clamp(1.9rem,3.4vw,2.85rem)}.section-sub{margin-top:14px;color:var(--muted-text);font-size:1.05rem;line-height:1.7}.bg-navy .section-sub{color:#faf8f3b8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:var(--font-body);font-weight:600;font-size:.95rem;letter-spacing:.01em;padding:14px 28px;border-radius:var(--radius-pill);transition:transform var(--t-fast),box-shadow var(--t-fast),background var(--t-fast),color var(--t-fast),border-color var(--t-fast);will-change:transform;line-height:1}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--deep-navy);color:var(--ivory);box-shadow:var(--shadow-sm)}.btn--primary:hover{background:#243646;box-shadow:var(--shadow-md)}.btn--sage{background:var(--deep-sage);color:var(--ivory);box-shadow:var(--shadow-sm)}.btn--sage:hover{background:#5c7560}.btn--ghost{background:transparent;color:var(--deep-navy);border:1.5px solid var(--soft-border)}.btn--ghost:hover{border-color:var(--muted-sage);background:#8aa08c0f}.btn--light{background:var(--ivory);color:var(--deep-navy)}.btn--light:hover{background:#fff}.btn--block{width:100%}.bg-navy .btn--ghost{color:var(--ivory);border-color:#faf8f347}.bg-navy .btn--ghost:hover{border-color:#faf8f399;background:#faf8f30f}.link-arrow{display:inline-flex;align-items:center;gap:.4em;font-weight:600;font-size:.92rem;color:var(--deep-sage);transition:gap var(--t-fast),color var(--t-fast)}.link-arrow svg{transition:transform var(--t-fast)}.link-arrow:hover{color:var(--deep-navy)}.link-arrow:hover svg{transform:translate(3px)}.announcement{min-height:38px;display:flex;align-items:center;justify-content:center;background:var(--deep-navy);color:var(--ivory);text-align:center;padding:7px 16px}.announcement a,.announcement p{font-size:.8rem;letter-spacing:.04em;font-weight:500;color:var(--ivory)}.announcement a:hover{text-decoration:underline}.site-header{position:sticky;top:0;z-index:60;background:#faf8f3eb;-webkit-backdrop-filter:saturate(160%) blur(12px);backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid transparent;transition:box-shadow var(--t),border-color var(--t)}.site-header.is-scrolled{box-shadow:var(--shadow-sm);border-bottom-color:var(--soft-border)}.header__inner{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:24px}.header__logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.header__logo img{height:42px;width:auto;object-fit:contain}.header__logo .logo-text{font-family:var(--font-head);font-size:1.35rem;font-weight:600;color:var(--deep-navy);letter-spacing:.01em}.header__nav{display:flex;align-items:center;gap:30px}.header__nav a{font-size:.92rem;font-weight:500;color:var(--secondary-navy);position:relative;transition:color var(--t-fast)}.header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1.5px;background:var(--muted-sage);transition:right var(--t)}.header__nav a:hover{color:var(--deep-navy)}.header__nav a:hover:after{right:0}.header__actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.header__cart{position:relative;display:flex;align-items:center;color:var(--deep-navy);padding:6px}.header__cart svg{width:22px;height:22px}.cart-count{position:absolute;top:-3px;right:-5px;min-width:17px;height:17px;padding:0 4px;border-radius:var(--radius-pill);background:var(--soft-terracotta);color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.header__burger{display:none;flex-direction:column;gap:5px;padding:8px;width:40px}.header__burger span{display:block;height:2px;width:22px;background:var(--deep-navy);border-radius:2px;transition:transform var(--t),opacity var(--t)}.drawer{position:fixed;inset:0 0 0 auto;width:min(82vw,360px);background:var(--ivory);z-index:80;transform:translate(100%);transition:transform var(--t);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;padding:24px}.drawer.is-open{transform:translate(0)}.drawer__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.drawer__close{font-size:1.6rem;color:var(--deep-navy);line-height:1;padding:4px 10px}.drawer__nav a{display:block;font-family:var(--font-head);font-size:1.4rem;color:var(--deep-navy);padding:14px 0;border-bottom:1px solid var(--soft-border)}.drawer__cta{margin-top:auto}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2e425457;opacity:0;visibility:hidden;transition:opacity var(--t),visibility var(--t);z-index:75}.overlay.is-open{opacity:1;visibility:visible}body.no-scroll{overflow:hidden}.hero{background:var(--ivory);overflow:hidden}.hero__grid{display:grid;grid-template-columns:55fr 45fr;gap:clamp(32px,5vw,72px);align-items:center}.hero__media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);background:var(--warm-white)}.hero__media img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}.hero__title{font-size:clamp(2.2rem,4.6vw,3.8rem);line-height:1.08;font-weight:600}.hero__sub{margin-top:20px;font-size:1.12rem;line-height:1.75;color:var(--secondary-navy);max-width:46ch}.hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.pill{display:inline-flex;align-items:center;gap:7px;padding:8px 15px;border-radius:var(--radius-pill);background:#8aa08c1a;color:var(--deep-sage);font-size:.82rem;font-weight:600}.pill svg{width:15px;height:15px}.hero__cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.trust-strip{background:var(--warm-white);border-top:1px solid var(--soft-border);border-bottom:1px solid var(--soft-border);padding-block:26px}.trust-strip__row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px 24px}.trust-item{display:flex;align-items:center;gap:11px;flex:1 1 200px;justify-content:center;color:var(--secondary-navy)}.trust-item svg{width:22px;height:22px;color:var(--deep-sage);flex-shrink:0}.trust-item span{font-size:.92rem;font-weight:600;letter-spacing:.01em}.trust-item strong{font-weight:700;color:var(--deep-navy)}.grid{display:grid;gap:26px}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}.head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:40px}.card{background:var(--pure-white);border:1px solid var(--soft-border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform var(--t),box-shadow var(--t),border-color var(--t)}.product-card{position:relative}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:transparent}.product-card__media{position:relative;aspect-ratio:1/1;background:var(--warm-white);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__media .placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--soft-border)}.product-card__media .placeholder svg{width:64px;height:64px}.badge{position:absolute;top:14px;left:14px;background:var(--deep-navy);color:var(--ivory);font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 11px;border-radius:var(--radius-pill);z-index:2}.badge--sage{background:var(--deep-sage)}.badge--gold{background:var(--gold);color:#fff}.product-card__body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card__title{font-size:1.18rem;font-weight:600}.product-card__sub{font-size:.9rem;color:var(--muted-text);line-height:1.55}.product-card__foot{margin-top:auto;padding-top:14px;display:flex;align-items:center;justify-content:space-between}.product-card__price{font-family:var(--font-head);font-size:1.25rem;font-weight:600;color:var(--deep-navy)}.product-card__price .compare{font-family:var(--font-body);font-size:.85rem;color:var(--muted-text);text-decoration:line-through;margin-left:7px;font-weight:400}.product-card__cta{font-size:.82rem;font-weight:600;color:var(--deep-sage)}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cat-card{background:var(--pure-white);border:1px solid var(--soft-border);border-radius:var(--radius);padding:30px 26px;display:flex;flex-direction:column;gap:12px;transition:transform var(--t),box-shadow var(--t),border-color var(--t)}.cat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--muted-sage)}.cat-card__icon{width:46px;height:46px;border-radius:12px;background:#6e87701a;display:flex;align-items:center;justify-content:center;color:var(--deep-sage)}.cat-card__icon svg{width:24px;height:24px}.cat-card h3{font-family:var(--font-body);font-size:1.05rem;font-weight:600;color:var(--deep-navy)}.cat-card p{font-size:.88rem;color:var(--muted-text);line-height:1.55}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 30px;margin-top:54px}.benefit{display:flex;flex-direction:column;gap:12px}.benefit__icon{width:42px;height:42px;color:var(--muted-sage)}.benefit__icon svg{width:30px;height:30px}.benefit h3{font-family:var(--font-body);font-size:1.08rem;font-weight:600;color:var(--deep-navy)}.benefit p{font-size:.92rem;color:var(--muted-text);line-height:1.65}.featured__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,68px);align-items:center}.featured__media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.featured__media img{width:100%;aspect-ratio:16/9;object-fit:cover}.featured__title{font-size:clamp(1.8rem,3.2vw,2.6rem)}.featured__body{margin-top:16px;color:var(--secondary-navy);font-size:1.05rem;line-height:1.75}.feature-list{margin-top:24px;display:flex;flex-direction:column;gap:13px}.feature-list li{display:flex;align-items:flex-start;gap:11px;font-size:.98rem;color:var(--secondary-navy)}.feature-list svg{width:21px;height:21px;color:var(--deep-sage);flex-shrink:0;margin-top:1px}.featured__cta{margin-top:30px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:54px;position:relative}.step{text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;position:relative;z-index:2}.step__num{width:56px;height:56px;border-radius:50%;background:var(--deep-sage);color:var(--ivory);font-family:var(--font-head);font-size:1.4rem;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #6e877047}.step h3{font-family:var(--font-body);font-size:1.12rem;font-weight:600;color:var(--deep-navy)}.step p{font-size:.93rem;color:var(--muted-text);line-height:1.65;max-width:30ch}.steps__line{position:absolute;top:28px;left:16.6%;right:16.6%;height:2px;background:linear-gradient(90deg,var(--soft-border),var(--muted-sage),var(--soft-border));z-index:1}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:50px}.review{background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-lg);padding:30px 28px;display:flex;flex-direction:column;gap:16px}.stars{display:flex;gap:3px}.stars svg{width:18px;height:18px;color:var(--gold)}.review__quote{font-size:1.02rem;line-height:1.7;color:#faf8f3eb;font-family:var(--font-head);font-style:italic;font-weight:400}.review__author{display:flex;flex-direction:column;gap:2px;margin-top:auto}.review__author .name{font-weight:600;color:var(--ivory);font-size:.95rem;font-family:var(--font-body)}.review__author .role{font-size:.83rem;color:#faf8f399}.incl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:50px}.incl-card{background:var(--pure-white);border:1px solid var(--soft-border);border-radius:var(--radius);padding:28px 24px;display:flex;flex-direction:column;gap:12px}.incl-card__icon{width:44px;height:44px;border-radius:12px;background:#c9a24b1f;display:flex;align-items:center;justify-content:center;color:var(--gold)}.incl-card__icon svg{width:23px;height:23px}.incl-card h3{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--deep-navy)}.incl-card p{font-size:.87rem;color:var(--muted-text);line-height:1.6}.faq{max-width:720px;margin-inline:auto;margin-top:44px}.faq__item{border-bottom:1px solid var(--soft-border)}.faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;padding:22px 4px;font-family:var(--font-body);font-size:1.05rem;font-weight:600;color:var(--deep-navy)}.faq__icon{position:relative;width:18px;height:18px;flex-shrink:0}.faq__icon:before,.faq__icon:after{content:"";position:absolute;background:var(--deep-sage);border-radius:2px;transition:transform var(--t),opacity var(--t)}.faq__icon:before{top:50%;left:0;right:0;height:2px;transform:translateY(-50%)}.faq__icon:after{left:50%;top:0;bottom:0;width:2px;transform:translate(-50%)}.faq__item.is-open .faq__icon:after{transform:translate(-50%) scaleY(0);opacity:0}.faq__a{max-height:0;overflow:hidden;transition:max-height var(--t)}.faq__a-inner{padding:0 4px 24px;color:var(--muted-text);font-size:.98rem;line-height:1.7}.final-cta{text-align:center}.final-cta__title{font-size:clamp(2rem,4vw,3rem)}.final-cta__sub{margin:16px auto 0;max-width:560px;color:#faf8f3bd;font-size:1.08rem;line-height:1.7}.final-cta__btn{margin-top:32px}.site-footer{background:var(--deep-navy);color:#faf8f3b3;padding-block:64px 0}.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:44px}.footer__brand img{height:46px;margin-bottom:16px}.footer__brand .logo-text{font-family:var(--font-head);font-size:1.5rem;color:var(--ivory);margin-bottom:14px;display:block}.footer__brand p{font-size:.92rem;line-height:1.7;color:#faf8f399;max-width:34ch}.footer__col h4{font-family:var(--font-body);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ivory);margin-bottom:18px;font-weight:600}.footer__col a{display:block;font-size:.92rem;color:#faf8f3a8;padding:6px 0;transition:color var(--t-fast)}.footer__col a:hover{color:var(--ivory)}.footer__bottom{margin-top:54px;border-top:1px solid rgba(250,248,243,.12);padding-block:26px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer__bottom p{font-size:.85rem;color:#faf8f380}.footer__social{display:flex;gap:14px}.footer__social a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(250,248,243,.18);display:flex;align-items:center;justify-content:center;color:#faf8f3b3;transition:all var(--t-fast)}.footer__social a:hover{background:#faf8f31a;color:var(--ivory);border-color:transparent;transform:translateY(-2px)}.footer__social svg{width:18px;height:18px}.rte{line-height:1.8;color:var(--secondary-navy)}.rte h1,.rte h2,.rte h3{margin:1.4em 0 .5em}.rte p{margin:0 0 1.1em}.rte a{color:var(--deep-sage);text-decoration:underline}.rte ul{list-style:disc;padding-left:1.3em;margin:0 0 1.1em}.rte img{border-radius:var(--radius);margin:1em 0}.page-hero{text-align:center;max-width:720px;margin:0 auto clamp(36px,5vw,56px)}.page-hero h1{font-size:clamp(2rem,4vw,3rem)}.page-hero p{margin-top:14px;color:var(--muted-text);font-size:1.05rem}.product{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,60px);align-items:start}.product__gallery{position:sticky;top:calc(var(--header-h) + 24px);display:flex;flex-direction:column;gap:14px}.product__main-img{border-radius:var(--radius-lg);overflow:hidden;background:var(--warm-white);box-shadow:var(--shadow-md);aspect-ratio:1/1}.product__main-img img{width:100%;height:100%;object-fit:cover}.product__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product__thumbs img{width:74px;height:74px;object-fit:cover;border-radius:10px;border:1px solid var(--soft-border);cursor:pointer}.product__title{font-size:clamp(1.8rem,3.4vw,2.6rem);margin-bottom:10px}.product__price{font-family:var(--font-head);font-size:1.7rem;color:var(--deep-navy);margin-bottom:6px}.product__price .compare{font-family:var(--font-body);font-size:1rem;color:var(--muted-text);text-decoration:line-through;margin-left:8px}.product__vendor{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-sage);font-weight:600;margin-bottom:8px}.product__form{margin:26px 0;display:flex;flex-direction:column;gap:14px}.product__desc{margin-top:28px;border-top:1px solid var(--soft-border);padding-top:28px}.field-label{font-size:.85rem;font-weight:600;color:var(--deep-navy);margin-bottom:6px;display:block}.select-wrap select{width:100%;padding:13px 16px;border:1.5px solid var(--soft-border);border-radius:var(--radius);background:var(--pure-white);font-family:inherit;font-size:.95rem;color:var(--deep-navy)}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:30px;flex-wrap:wrap}.collection-count{font-size:.9rem;color:var(--muted-text)}.pagination{display:flex;gap:8px;justify-content:center;margin-top:48px}.pagination a,.pagination span{padding:9px 15px;border-radius:10px;border:1px solid var(--soft-border);font-size:.9rem;color:var(--secondary-navy)}.pagination .current{background:var(--deep-navy);color:var(--ivory);border-color:var(--deep-navy)}.cart-line{display:grid;grid-template-columns:88px 1fr auto;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--soft-border)}.cart-line img{width:88px;height:88px;object-fit:cover;border-radius:10px;border:1px solid var(--soft-border)}.cart-line__title{font-weight:600;color:var(--deep-navy)}.cart-line__meta{font-size:.86rem;color:var(--muted-text)}.cart-foot{display:flex;flex-direction:column;align-items:flex-end;gap:18px;margin-top:30px}.cart-total{font-family:var(--font-head);font-size:1.5rem;color:var(--deep-navy)}.qty{display:inline-flex;align-items:center;border:1px solid var(--soft-border);border-radius:10px;overflow:hidden}.qty input{width:46px;text-align:center;border:0;padding:9px 0;font-family:inherit;font-size:.95rem}.qty button{padding:9px 13px;color:var(--deep-navy);font-size:1rem}.empty-state{text-align:center;padding:80px 20px}.empty-state h2{margin-bottom:12px}.auth-wrap{max-width:440px;margin-inline:auto}.form-row{margin-bottom:16px}.input{width:100%;padding:13px 16px;border:1.5px solid var(--soft-border);border-radius:var(--radius);background:var(--pure-white);font-family:inherit;font-size:.95rem;color:var(--deep-navy)}.input:focus{outline:none;border-color:var(--muted-sage)}.form-note{font-size:.88rem;color:var(--muted-text);margin-top:14px;text-align:center}.form-note a{color:var(--deep-sage);text-decoration:underline}.errors{background:var(--light-terracotta);border-radius:var(--radius);padding:14px 18px;margin-bottom:20px;color:#8a4b30;font-size:.9rem}.article-card{background:var(--pure-white);border:1px solid var(--soft-border);border-radius:var(--radius-lg);overflow:hidden;transition:transform var(--t),box-shadow var(--t)}.article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.article-card img{aspect-ratio:16/10;object-fit:cover;width:100%}.article-card__body{padding:24px}.article-card__body h3{font-size:1.25rem;margin-bottom:8px}.article-card__meta{font-size:.82rem;color:var(--muted-sage);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:10px}.article-body{max-width:740px;margin-inline:auto}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none}*{scroll-behavior:auto!important}.btn:hover,.card:hover,.product-card:hover{transform:none}}@media(max-width:1024px){.grid--3,.cat-grid,.benefit-grid,.steps,.review-grid,.incl-grid{grid-template-columns:repeat(2,1fr)}.steps__line{display:none}.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}}@media(max-width:768px){:root{--gutter:18px}.header__nav,.header__actions .btn{display:none}.header__burger{display:flex}.hero__grid,.featured__grid,.product{grid-template-columns:1fr}.hero__media,.featured .featured__media{order:-1}.product__gallery{position:static}.grid--3,.grid--2,.cat-grid,.benefit-grid,.steps,.review-grid,.incl-grid{grid-template-columns:1fr}.head-row{flex-direction:column;align-items:flex-start;gap:14px}.trust-strip__row{gap:14px}.trust-item{flex:1 1 45%;justify-content:flex-start}.footer__grid{grid-template-columns:1fr 1fr}.footer__bottom{flex-direction:column;align-items:flex-start}.cart-line{grid-template-columns:64px 1fr;grid-template-areas:"img title" "img meta";row-gap:6px}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}.hero__cta .btn,.featured__cta .btn{width:100%}}.header__mark{width:40px;height:40px;border:1.5px solid var(--gold);border-radius:9px;display:flex;align-items:center;justify-content:center;background:var(--ivory);flex-shrink:0}.header__mark span{font-family:var(--font-head);font-weight:600;font-size:21px;color:var(--deep-navy);line-height:1}.header__wordmark{display:flex;flex-direction:column;gap:3px;line-height:1}.header__wordmark .wm-1{font-family:var(--font-head);font-weight:600;font-size:17px;letter-spacing:.16em;color:var(--deep-navy)}.header__wordmark .wm-2{font-family:var(--font-body);font-weight:600;font-size:8.5px;letter-spacing:.34em;color:var(--gold)}.header__nav a:after{background:var(--gold)}.header__nav a{font-weight:500}.hero{position:relative}.hero__grid{grid-template-columns:1.05fr .95fr;position:relative;z-index:1}.hero__glow{position:absolute;top:-130px;right:-90px;width:540px;height:540px;background:radial-gradient(circle,rgba(138,160,140,.15),transparent 68%);pointer-events:none;z-index:0}.hero__visual{position:relative}.hero__frame{border-radius:var(--radius-lg);overflow:hidden;background:var(--warm-white);box-shadow:0 28px 64px #2e425429,0 8px 22px #2e425412;border:1px solid var(--soft-border)}.hero__frame img{width:100%;height:100%;object-fit:cover;aspect-ratio:5/5.3;display:block}.hero__chip{position:absolute;background:var(--pure-white);border:1px solid var(--soft-border);border-radius:16px;box-shadow:0 14px 34px #2e425424;padding:14px 18px;display:flex;align-items:center;gap:13px;z-index:2}.hero__chip--rating{left:-20px;bottom:30px}.hero__chip--rating .ic{width:40px;height:40px;border-radius:10px;background:#c9a24b24;display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.hero__chip--rating .ic svg{width:20px;height:20px}.hero__chip--rating .n{font-family:var(--font-head);font-weight:600;font-size:18px;color:var(--deep-navy);display:block;line-height:1.25}.hero__chip--rating .s{font-family:var(--font-body);font-weight:500;font-size:11px;letter-spacing:.04em;color:var(--muted-text);display:block}.hero__chip--live{right:-12px;top:26px;background:var(--deep-navy);color:var(--ivory);border:0;padding:11px 15px;font-family:var(--font-body);font-weight:600;font-size:12px;letter-spacing:.02em;box-shadow:0 12px 28px #2e425438}.hero__chip--live .dot{width:7px;height:7px;border-radius:50%;background:var(--muted-sage)}.hero__eyebrow-rule{display:inline-flex;align-items:center;gap:9px}.hero__eyebrow-rule:before{content:"";width:24px;height:1px;background:var(--gold)}.hero__rating{display:flex;align-items:center;gap:12px;margin-top:30px}.hero__rating .stars{display:flex;gap:2px;color:var(--gold)}.hero__rating .stars svg{width:17px;height:17px}.hero__rating .txt{font-family:var(--font-body);font-weight:500;font-size:14px;color:var(--muted-text)}.hero__rating .txt strong{color:var(--deep-navy);font-weight:600}.product-card:hover{border-color:var(--gold)}.product-card__compat{position:absolute;bottom:14px;left:14px;z-index:2;background:#faf8f3eb;color:var(--secondary-navy);font-family:var(--font-body);font-weight:600;font-size:10.5px;letter-spacing:.04em;padding:6px 10px;border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card__title{font-family:var(--font-head)}.why__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(40px,5vw,72px);align-items:start}.why__intro{position:sticky;top:calc(var(--header-h) + 28px)}.why__intro .section-title{font-size:clamp(1.9rem,3.4vw,2.85rem)}.why__media{margin-top:28px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--soft-border)}.why__media img{width:100%;aspect-ratio:5/4;object-fit:cover;display:block}.why__grid .benefit-grid{margin-top:0;grid-template-columns:repeat(2,1fr);gap:32px 30px}.why__grid .benefit__icon{color:var(--muted-sage)}.featured__media-wrap{position:relative}.featured__media{border:1px solid var(--soft-border)}.featured__stat{position:absolute;right:-16px;bottom:28px;background:var(--pure-white);border:1px solid var(--soft-border);border-radius:16px;box-shadow:0 14px 34px #2e425424;padding:14px 18px;z-index:2}.featured__stat .n{display:block;font-family:var(--font-head);font-weight:600;font-size:20px;color:var(--deep-navy)}.featured__stat .s{display:block;font-family:var(--font-body);font-weight:500;font-size:11px;letter-spacing:.04em;color:var(--deep-sage)}.step__num{background:var(--ivory);color:var(--deep-navy);border:1.5px solid var(--gold);box-shadow:none}.steps__line{background:linear-gradient(90deg,var(--soft-border),var(--gold),var(--soft-border));opacity:.5}.final-cta__emblem{display:inline-flex;width:56px;height:56px;border:1.5px solid var(--gold);border-radius:12px;align-items:center;justify-content:center;margin-bottom:26px}.final-cta__emblem span{font-family:var(--font-head);font-weight:600;font-size:26px;color:var(--ivory)}.footer__lockup{display:flex;align-items:center;gap:11px;margin-bottom:18px}.footer__lockup .mk{width:38px;height:38px;border:1.5px solid var(--gold);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer__lockup .mk span{font-family:var(--font-head);font-weight:600;font-size:19px;color:var(--ivory)}.footer__lockup .wm{display:flex;flex-direction:column;gap:3px;line-height:1}.footer__lockup .wm-1{font-family:var(--font-head);font-weight:600;font-size:16px;letter-spacing:.16em;color:var(--ivory)}.footer__lockup .wm-2{font-family:var(--font-body);font-weight:600;font-size:8px;letter-spacing:.34em;color:var(--gold)}.product__title{font-size:clamp(1.9rem,3.4vw,2.7rem);letter-spacing:-.015em;margin-bottom:16px;line-height:1.1}.product__price{display:flex;align-items:baseline;gap:10px}.product__save{font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--deep-sage);padding:5px 10px;border-radius:var(--radius-pill)}.product__main-img{border:1px solid var(--soft-border)}.product__thumbs img{transition:border-color var(--t-fast),transform var(--t-fast)}.product__thumbs img:hover{border-color:var(--muted-sage);transform:translateY(-2px)}.product__assurance{margin-top:24px;padding-top:24px;border-top:1px solid var(--soft-border);display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.assure{display:flex;flex-direction:column;gap:8px}.assure svg{width:22px;height:22px;color:var(--deep-sage)}.assure b{font-family:var(--font-body);font-weight:600;font-size:.84rem;color:var(--deep-navy)}.assure small{font-size:.76rem;color:var(--muted-text);line-height:1.45}.product__details{margin-top:30px;border-top:1px solid var(--soft-border)}.product__details .faq__item:last-child{border-bottom:1px solid var(--soft-border)}.product__compat{margin-top:26px;display:flex;flex-wrap:wrap;gap:10px}.compat-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;border-radius:var(--radius-pill);background:var(--warm-white);border:1px solid var(--soft-border);font-family:var(--font-body);font-weight:600;font-size:.84rem;color:var(--secondary-navy)}.compat-badge svg{width:16px;height:16px;color:var(--deep-sage)}.collection-hero{text-align:center;max-width:720px;margin:0 auto clamp(30px,4vw,44px)}.collection-hero .eyebrow{margin-bottom:14px}.collection-hero h1{font-size:clamp(2rem,4vw,3rem)}.collection-hero p{margin-top:14px;color:var(--muted-text);font-size:1.05rem;line-height:1.7}.collection-toolbar{border-top:1px solid var(--soft-border);border-bottom:1px solid var(--soft-border);padding-block:16px}.coll-sort{display:flex;align-items:center;gap:10px}.coll-sort label{font-size:.84rem;color:var(--muted-text);font-weight:500}.coll-sort select{padding:9px 34px 9px 14px;border:1.5px solid var(--soft-border);border-radius:var(--radius);background:var(--pure-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%233C5468' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;-webkit-appearance:none;appearance:none;font-family:inherit;font-size:.88rem;color:var(--deep-navy);cursor:pointer}@media(max-width:900px){.why__grid{grid-template-columns:1fr}.why__intro{position:static}}@media(max-width:768px){.hero__grid{grid-template-columns:1fr}.hero__chip--live{display:none}.hero__chip--rating{left:12px;bottom:12px}.featured__stat{right:12px;bottom:12px}.why__grid .benefit-grid{grid-template-columns:1fr 1fr}.product__assurance{grid-template-columns:1fr;gap:18px}.assure{flex-direction:row;align-items:flex-start;gap:12px}.product__compat{margin-top:22px}}@media(max-width:480px){.why__grid .benefit-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/base.css.map */
