:root{--ink: #262019;--ink-2: #4a4239;--muted: #857b6d;--line: #e7ddd930;--line-solid: #e8e0d5;--paper: #faf6ef;--paper-2: #f3ede2;--card: #ffffff;--cream: #f6efe4;--gold: #b68a3e;--gold-2: #d8b26a;--gold-deep: #96702e;--gold-grad: linear-gradient(135deg, #caa25c 0%, #b68a3e 55%, #9c7530 100%);--sale: #c1502e;--success: #2f7d5b;--shadow-sm: 0 1px 2px rgba(38, 32, 25, .06), 0 2px 8px rgba(38, 32, 25, .05);--shadow: 0 6px 20px rgba(38, 32, 25, .08), 0 2px 6px rgba(38, 32, 25, .05);--shadow-lg: 0 24px 60px rgba(38, 32, 25, .16), 0 8px 20px rgba(38, 32, 25, .08);--shadow-gold: 0 10px 30px rgba(182, 138, 62, .28);--r-sm: 10px;--r: 16px;--r-lg: 22px;--r-xl: 30px;--container: 1280px;--gutter: clamp(18px, 4vw, 48px);--header-h: 116px;--sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--display: "Fraunces", Georgia, "Times New Roman", serif;--ease: cubic-bezier(.22, .61, .36, 1);--ease-out: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:none;border:none}input,select,textarea{font:inherit;color:inherit}ul{list-style:none;padding:0}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}h1,h2,h3,h4{font-family:var(--display);font-weight:500;line-height:1.08;letter-spacing:-.01em;color:var(--ink)}.display{font-size:clamp(2.6rem,6vw,5rem);font-weight:500}.eyebrow{font-family:var(--sans);font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep);display:none;align-items:center;gap:.55rem}.eyebrow:before{content:"";width:26px;height:1px;background:var(--gold);display:inline-block}.eyebrow.center:after{content:"";width:26px;height:1px;background:var(--gold);display:inline-block}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:clamp(48px,8vw,96px)}.section-tight{padding-block:clamp(36px,5vw,60px)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:clamp(24px,4vw,44px);flex-wrap:wrap}.section-head .titles{display:flex;flex-direction:column;gap:.7rem}.section-head h2{font-size:clamp(1.8rem,3.6vw,2.9rem)}.section-head.center{flex-direction:column;align-items:center;text-align:center}.section-head p.sub{color:var(--muted);max-width:52ch}.btn{--bg: var(--ink);--fg: #fff;display:inline-flex;align-items:center;justify-content:center;gap:.6em;padding:.95em 1.7em;border-radius:100px;font-weight:600;font-size:.92rem;letter-spacing:.01em;background:var(--bg);color:var(--fg);transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .3s;position:relative;overflow:hidden;white-space:nowrap;line-height:1}.btn svg{width:18px;height:18px}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn:active{transform:translateY(0)}.btn-gold{--bg: transparent;--fg: #fff;background:var(--gold-grad);box-shadow:var(--shadow-gold)}.btn-gold:hover{box-shadow:0 16px 40px #b68a3e66}.btn-outline{--bg: transparent;--fg: var(--ink);border:1.5px solid var(--ink)}.btn-outline:hover{background:var(--ink);color:#fff}.btn-ghost{--bg: transparent;--fg: var(--ink)}.btn-light{--bg: #fff;--fg: var(--ink);box-shadow:var(--shadow-sm)}.btn-block{display:flex;width:100%}.btn-lg{padding:1.1em 2.1em;font-size:1rem}.btn-sm{padding:.7em 1.1em;font-size:.82rem}.link-arrow{display:inline-flex;align-items:center;gap:.5em;font-weight:600;font-size:.9rem;color:var(--ink);border-bottom:1.5px solid transparent;padding-bottom:2px;transition:gap .3s,border-color .3s}.link-arrow svg{width:17px;height:17px;transition:transform .3s var(--ease)}.link-arrow:hover{border-color:var(--gold)}.link-arrow:hover svg{transform:translate(4px)}.announce{background:var(--ink);color:#f3ece0;font-size:.8rem;letter-spacing:.04em;position:relative;z-index:60}.announce-track{display:flex;align-items:center;justify-content:center;gap:1rem;height:40px;text-align:center;padding-inline:3rem}.announce-msg{position:relative}.announce-msg span{display:inline-block}.announce em{color:var(--gold-2);font-style:normal}.announce-nav{position:absolute;top:0;height:40px;display:flex;align-items:center;color:#f3ece0aa;transition:color .2s}.announce-nav:hover{color:#fff}.announce-nav.prev{left:.8rem}.announce-nav.next{right:.8rem}.announce-nav svg{width:16px;height:16px}.header{position:sticky;top:0;z-index:50;background:#faf6efd1;-webkit-backdrop-filter:saturate(140%) blur(14px);backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid var(--line-solid);transition:box-shadow .3s,background .3s}.header.scrolled{box-shadow:var(--shadow-sm);background:#faf6eff5}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:76px}.header-left{display:flex;align-items:center;gap:.3rem}.brand{display:inline-flex;align-items:center;gap:.7rem;flex:none}.brand-logo{max-height:56px;width:auto;height:auto;object-fit:contain;display:block}.brand-mark{width:40px;height:40px;border-radius:12px;background:var(--gold-grad);display:grid;place-items:center;color:#fff;box-shadow:var(--shadow-gold);flex:none}.brand-mark svg{width:22px;height:22px}.brand-text{display:flex;flex-direction:column;line-height:1}.brand-text b{font-family:var(--display);font-size:1.32rem;font-weight:600;letter-spacing:-.01em;white-space:nowrap}.brand-text small{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-top:3px}.nav{display:flex;align-items:center;gap:.55rem}.nav>li>a{display:inline-flex;align-items:center;gap:.35rem;padding:.6rem .95rem;font-size:.92rem;font-weight:500;white-space:nowrap;border-radius:100px;position:relative;transition:color .25s,background .25s}.nav>li>a:hover{color:var(--gold-deep)}.nav>li>a svg{width:15px;height:15px;opacity:.6;transition:transform .3s}.nav>li.has-mega:hover>a svg{transform:rotate(180deg)}.nav>li>a[aria-current=true]{color:var(--gold-deep)}.nav>li>a[aria-current=true]:after{content:"";position:absolute;left:50%;bottom:2px;transform:translate(-50%);width:5px;height:5px;border-radius:50%;background:var(--gold)}.header-actions{display:flex;align-items:center;gap:.3rem}.icon-btn{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:var(--ink);position:relative;transition:background .25s,color .25s}.icon-btn:hover{background:#efe6d8;color:var(--gold-deep)}.icon-btn svg{width:21px;height:21px}.icon-btn .count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--gold-grad);color:#fff;font-size:.66rem;font-weight:700;display:grid;place-items:center;font-family:var(--sans);box-shadow:0 2px 6px #b68a3e80;transform:scale(0);transition:transform .3s var(--ease)}.icon-btn .count.show{transform:scale(1)}.hamburger{display:none}.mega{position:absolute;top:100%;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line-solid);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s var(--ease);z-index:40}.nav>li.has-mega:hover .mega,.mega:hover{opacity:1;visibility:visible;transform:translateY(0)}.mega-inner{display:grid;grid-template-columns:repeat(4,1fr) 1.3fr;gap:2rem;padding:2.4rem var(--gutter);max-width:var(--container);margin-inline:auto}.mega-col h4{font-family:var(--sans);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.mega-col a{display:flex;align-items:center;gap:.6rem;padding:.5rem 0;font-size:.92rem;color:var(--ink-2);transition:color .2s,gap .2s}.mega-col a:hover{color:var(--gold-deep);gap:.85rem}.mega-col a .m-ico{width:30px;height:30px;border-radius:9px;background:var(--cream);display:grid;place-items:center;color:var(--gold-deep);flex:none}.mega-col a .m-ico svg{width:16px;height:16px}.mega-feature{background:var(--ink);border-radius:var(--r);overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:1.6rem;color:#fff;min-height:220px}.mega-feature img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5}.mega-feature .mf-body{position:relative}.mega-feature h5{font-family:var(--display);color:#fff;font-size:1.3rem;margin-bottom:.5rem}.mega-feature p{font-size:.82rem;opacity:.8;margin-bottom:1rem}.hero,.hero-slides{position:relative}.hero-slide{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(1rem,4vw,3rem);min-height:min(78vh,660px)}.hero-copy{padding-block:3rem;max-width:34rem}.hero-copy .eyebrow{margin-bottom:1.3rem}.hero-copy h1{font-size:clamp(2.5rem,5.4vw,4.4rem);margin-bottom:1.3rem}.hero-copy h1 em{font-style:italic;color:var(--gold-deep)}.hero-copy p{font-size:1.08rem;color:var(--ink-2);max-width:42ch;margin-bottom:2rem}.hero-cta{display:flex;gap:.9rem;flex-wrap:wrap}.hero-stats{display:flex;gap:2.2rem;margin-top:2.6rem}.hero-stats .stat b{font-family:var(--display);font-size:1.8rem;display:block}.hero-stats .stat span{font-size:.78rem;color:var(--muted);letter-spacing:.03em}.hero-visual{position:relative;align-self:stretch;display:grid;place-items:center}.hero-art{position:relative;width:100%;aspect-ratio:1/1;max-height:560px;border-radius:var(--r-xl);overflow:hidden;background:var(--cream);box-shadow:var(--shadow-lg)}.hero-art img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;background:#fff;border-radius:var(--r);box-shadow:var(--shadow-lg);padding:.9rem 1.1rem;display:flex;align-items:center;gap:.7rem;animation:float 5s var(--ease) infinite}.hero-badge.b1{top:8%;left:-4%}.hero-badge.b2{bottom:12%;right:-3%;animation-delay:-2.5s}.hero-badge .hb-ico{width:40px;height:40px;border-radius:11px;background:var(--cream);color:var(--gold-deep);display:grid;place-items:center;flex:none}.hero-badge b{font-size:.9rem;display:block}.hero-badge span{font-size:.72rem;color:var(--muted)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-dots{display:flex;gap:.55rem;margin-top:2.2rem;align-items:center}.hero-dots button{width:30px;height:6px;border-radius:6px;background:#26201933;cursor:pointer;transition:background .3s,width .3s}.hero-dots button:hover{background:#26201966}.hero-dots button.active{background:var(--gold-grad);width:52px;box-shadow:0 2px 8px #b68a3e66}.hero-slides{display:grid}.hero-slide{grid-area:1 / 1;opacity:0;visibility:hidden;transition:opacity .7s var(--ease);pointer-events:none}.hero-slide.active{opacity:1;visibility:visible;pointer-events:auto}.reel-track{display:grid;grid-auto-flow:column;grid-auto-columns:236px;gap:1.1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:1rem;scrollbar-width:none}.reel-track::-webkit-scrollbar{display:none}.reel-card{position:relative;aspect-ratio:9/15;border-radius:var(--r-lg);overflow:hidden;scroll-snap-align:start;background:var(--cream);box-shadow:var(--shadow-sm);transition:transform .4s var(--ease),box-shadow .4s var(--ease)}.reel-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.reel-card>img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.reel-card:hover>img{transform:scale(1.06)}.reel-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(30,25,18,.88) 4%,rgba(30,25,18,.1) 48%,transparent 70%)}.reel-play{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#ffffffeb;display:grid;place-items:center;z-index:2;box-shadow:var(--shadow);transition:transform .3s var(--ease);color:var(--ink)}.reel-card:hover .reel-play{transform:translate(-50%,-50%) scale(1.12)}.reel-play svg{width:22px;height:22px;margin-left:3px}.reel-body{position:absolute;left:0;right:0;bottom:0;padding:1rem;z-index:2;color:#fff}.reel-body b{font-size:.88rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.reel-body .rb-price{display:flex;gap:.5rem;align-items:baseline;margin-top:.35rem}.reel-body .rb-now{font-weight:700}.reel-body .rb-was{font-size:.78rem;opacity:.75;text-decoration:line-through}.reel-body .btn{margin-top:.7rem;width:100%;padding:.6em;font-size:.8rem}.usp-bar{background:var(--ink);color:#efe7db}.usp-grid{display:grid;grid-template-columns:repeat(4,1fr)}.usp{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.3rem;position:relative}.usp+.usp:before{content:"";position:absolute;left:0;top:22%;height:56%;width:1px;background:#ffffff1a}.usp .u-ico{width:46px;height:46px;border-radius:13px;background:#ffffff10;display:grid;place-items:center;color:var(--gold-2);flex:none}.usp .u-ico svg{width:24px;height:24px}.usp b{display:block;font-size:.92rem;letter-spacing:.04em}.usp span{font-size:.76rem;color:#fff8;line-height:1.4}.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.1rem}.cat-card{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:3/4;background:var(--cream);box-shadow:var(--shadow-sm);transition:transform .45s var(--ease),box-shadow .45s var(--ease);display:block}.cat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.cat-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.cat-card:hover img{transform:scale(1.07)}.cat-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(30,25,18,.78) 0%,rgba(30,25,18,.1) 45%,transparent 70%)}.cat-card .cat-body{position:absolute;left:0;right:0;bottom:0;padding:1.2rem;color:#fff;z-index:2}.cat-card .cat-body b{font-family:var(--display);font-size:1.15rem;display:block}.cat-card .cat-body .cat-go{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;opacity:.85;margin-top:.2rem;transition:gap .3s}.cat-card:hover .cat-body .cat-go{gap:.6rem}.cat-card .cat-body .cat-go svg{width:14px;height:14px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2vw,1.6rem)}.product-grid.cols-3{grid-template-columns:repeat(3,1fr)}.card{background:var(--card);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .4s var(--ease),box-shadow .4s var(--ease);position:relative;display:flex;flex-direction:column}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.card-media-wrap{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--cream)}.card-media{position:relative;display:block;width:100%;height:100%}.card-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.card:hover .card-media img{transform:scale(1.06)}.card-badges{position:absolute;top:.7rem;left:.7rem;display:flex;flex-direction:column;gap:.35rem;z-index:2}.badge{font-size:.68rem;font-weight:700;letter-spacing:.04em;padding:.32em .6em;border-radius:7px;color:#fff;background:var(--ink)}.badge.sale{background:var(--sale)}.badge.new{background:var(--success)}.card-fav{position:absolute;top:.7rem;right:.7rem;width:36px;height:36px;border-radius:50%;background:#fffffff2;box-shadow:var(--shadow-sm);display:grid;place-items:center;color:var(--ink);z-index:3;transition:color .25s,background .25s,transform .25s}.card-fav:hover{color:var(--sale);transform:scale(1.08)}.card-fav svg{width:17px;height:17px}.card-fav.active{color:var(--sale)}.card-quick{position:absolute;left:50%;bottom:.7rem;transform:translate(-50%,14px);display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border-radius:100px;background:#fffffff2;color:var(--ink);font-size:.8rem;font-weight:600;box-shadow:var(--shadow);z-index:3;opacity:0;transition:opacity .3s var(--ease),transform .3s var(--ease),background .25s,color .25s;white-space:nowrap}.card-quick svg{width:16px;height:16px}.card:hover .card-quick{opacity:1;transform:translate(-50%)}.card-quick:hover{background:var(--ink);color:#fff}.card-body{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.45rem;flex:1}.card-cat{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-deep);font-weight:600}.card-title{font-family:var(--sans);font-weight:600;font-size:.95rem;line-height:1.35;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}.card-title:hover{color:var(--gold-deep)}.rating{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--muted)}.stars{display:inline-flex;position:relative;color:#dcd2c2}.stars svg{width:14px;height:14px}.stars .fill{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:var(--gold);display:inline-flex}.card-price{display:flex;align-items:baseline;gap:.5rem;padding-top:.1rem}.card-price .now{font-weight:700;font-size:1.05rem;color:var(--ink)}.card-price .was{font-size:.85rem;color:var(--muted);text-decoration:line-through}.card-price .from{font-size:.72rem;color:var(--muted)}.card-cta{margin-top:auto;padding-top:.8rem}.card-cta .btn{width:100%;padding:.75em 1em;font-size:.84rem}.card-actions{position:absolute;left:.7rem;right:.7rem;bottom:.7rem;display:flex;gap:.5rem;z-index:3;transform:translateY(14px);opacity:0;transition:opacity .35s var(--ease),transform .35s var(--ease)}.card:hover .card-actions{transform:translateY(0);opacity:1}.card-actions .btn{flex:1;padding:.72em 1em;font-size:.82rem;box-shadow:var(--shadow)}.card-actions .card-quick-icon{flex:none;width:44px;padding:0}.carousel{position:relative}.carousel-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 3 * 1.6rem) / 4);gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:1rem;margin-bottom:-1rem;scrollbar-width:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-track>*{scroll-snap-align:start}.carousel-nav{display:flex;gap:.5rem}.carousel-btn{width:46px;height:46px;border-radius:50%;border:1.5px solid var(--line-solid);display:grid;place-items:center;color:var(--ink);background:var(--card);transition:all .25s}.carousel-btn:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.carousel-btn:disabled{opacity:.35;cursor:default}.carousel-btn:disabled:hover{background:var(--card);color:var(--ink);border-color:var(--line-solid)}.carousel-btn svg{width:20px;height:20px}.promo{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.promo-card{position:relative;border-radius:var(--r-lg);overflow:hidden;min-height:300px;display:flex;align-items:center;padding:clamp(1.6rem,4vw,3rem);color:#fff;isolation:isolate}.promo-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .8s var(--ease)}.promo-card:hover img{transform:scale(1.05)}.promo-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(120deg,#1e1912d1,#1e191240)}.promo-card.light{color:var(--ink)}.promo-card.light:after{background:linear-gradient(120deg,#ffffffe6,#fff6)}.promo-body{max-width:24rem}.promo-body .eyebrow{margin-bottom:.9rem}.promo-body h3{font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:.8rem;color:inherit}.promo-body p{opacity:.9;margin-bottom:1.4rem}.banner-wide{position:relative;border-radius:var(--r-xl);overflow:hidden;padding:clamp(2.4rem,7vw,5rem);text-align:center;color:#fff;isolation:isolate}.banner-wide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.banner-wide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(#1e1912b3,#1e1912cc)}.banner-wide h2{color:#fff;font-size:clamp(2rem,5vw,3.4rem);margin-bottom:1rem}.banner-wide p{max-width:46ch;margin:0 auto 1.8rem;opacity:.9}.testi-section{background:var(--ink);color:#f1e9dd}.testi-section .eyebrow{color:var(--gold-2)}.testi-section h2{color:#fff}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.testi{background:#ffffff08;border:1px solid #ffffff14;border-radius:var(--r-lg);padding:1.8rem;display:flex;flex-direction:column;gap:1rem;transition:transform .4s var(--ease),background .3s}.testi:hover{transform:translateY(-5px);background:#ffffff0f}.testi .q-mark{color:var(--gold-2)}.testi .q-mark svg{width:30px;height:30px}.testi p{font-size:1.02rem;line-height:1.65;color:#f1e9dd}.testi .who{display:flex;align-items:center;gap:.8rem;margin-top:auto}.testi .avatar{width:44px;height:44px;border-radius:50%;background:var(--gold-grad);display:grid;place-items:center;color:#fff;font-weight:700;font-family:var(--display);flex:none}.testi .who b{display:block;font-size:.92rem;color:#fff}.testi .who span{font-size:.76rem;color:#fff8}.testi .who .stars{color:#ffffff30;margin-top:3px}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}.post-card{background:var(--card);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .4s var(--ease),box-shadow .4s var(--ease);display:flex;flex-direction:column}.post-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.post-media{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--cream)}.post-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.post-card:hover .post-media img{transform:scale(1.06)}.post-body{padding:1.3rem 1.3rem 1.5rem;display:flex;flex-direction:column;gap:.7rem;flex:1}.post-meta{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-deep);font-weight:600;display:flex;gap:.7rem;align-items:center}.post-meta span{color:var(--muted);font-weight:500;letter-spacing:0;text-transform:none}.post-card h3{font-size:1.12rem;line-height:1.25}.post-card h3 a:hover{color:var(--gold-deep)}.post-card p{font-size:.88rem;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-body .link-arrow{margin-top:auto;padding-top:.4rem;font-size:.82rem}.newsletter{background:var(--cream);border-radius:var(--r-xl);padding:clamp(2rem,5vw,3.6rem);display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:2rem;overflow:hidden;position:relative}.newsletter h2{font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:.6rem}.newsletter p{color:var(--ink-2);max-width:42ch}.news-form{display:flex;gap:.6rem;background:#fff;padding:.5rem;border-radius:100px;box-shadow:var(--shadow)}.news-form input{flex:1;border:none;background:none;padding:.7rem 1.2rem;font-size:.95rem}.news-form input:focus{outline:none}.news-note{font-size:.76rem;color:var(--muted);margin-top:.8rem}.footer{background:var(--ink);color:#cabfb0;padding-top:clamp(3rem,6vw,5rem)}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid #ffffff14}.footer .brand-text b{color:#fff}.footer-about p{margin:1.2rem 0 1.5rem;font-size:.9rem;line-height:1.7;max-width:34ch}.footer-social{display:flex;gap:.6rem}.footer-social a{width:42px;height:42px;border-radius:50%;border:1px solid #ffffff20;display:grid;place-items:center;color:#cabfb0;transition:all .25s}.footer-social a:hover{background:var(--gold-grad);border-color:transparent;color:#fff;transform:translateY(-3px)}.footer-social a svg{width:19px;height:19px}.footer-col h4{color:#fff;font-family:var(--sans);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.2rem;font-weight:600}.footer-col a{display:block;padding:.4rem 0;font-size:.9rem;color:#cabfb0;transition:color .2s,padding-left .2s}.footer-col a:hover{color:var(--gold-2);padding-left:5px}.footer-contact li{display:flex;gap:.7rem;padding:.4rem 0;font-size:.9rem;align-items:flex-start}.footer-contact li svg{width:18px;height:18px;color:var(--gold-2);flex:none;margin-top:2px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-block:1.6rem;font-size:.82rem;color:#9c9184;gap:1rem;flex-wrap:wrap}.footer-pay{display:flex;gap:.5rem;align-items:center}.pay-chip{padding:.3rem .6rem;border-radius:6px;background:#ffffff12;font-size:.68rem;font-weight:600;letter-spacing:.04em;color:#e6dccd}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e191280;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:opacity .35s,visibility .35s;z-index:90}.scrim.open{opacity:1;visibility:visible}.drawer{position:fixed;top:0;bottom:0;right:0;width:min(440px,100vw);background:var(--paper);z-index:100;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s var(--ease-out);box-shadow:var(--shadow-lg)}.drawer.left{right:auto;left:0;transform:translate(-100%)}.drawer.open{transform:translate(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.3rem 1.4rem;border-bottom:1px solid var(--line-solid)}.drawer-head h3{font-size:1.15rem;display:flex;align-items:center;gap:.5rem}.drawer-head .count-pill{font-family:var(--sans);font-size:.72rem;background:var(--cream);color:var(--gold-deep);padding:.15rem .5rem;border-radius:20px;font-weight:600}.drawer-body{flex:1;overflow-y:auto;padding:1.2rem 1.4rem}.drawer-foot{border-top:1px solid var(--line-solid);padding:1.3rem 1.4rem;background:var(--card)}.ship-meter{background:var(--cream);border-radius:var(--r);padding:.9rem 1rem;margin-bottom:1.2rem}.ship-meter p{font-size:.82rem;margin-bottom:.55rem}.ship-meter p b{color:var(--gold-deep)}.meter-track{height:7px;border-radius:5px;background:#e5dac6;overflow:hidden}.meter-fill{height:100%;background:var(--gold-grad);border-radius:5px;width:0;transition:width .5s var(--ease)}.cart-line{display:grid;grid-template-columns:76px 1fr auto;gap:.9rem;padding:1rem 0;border-bottom:1px solid var(--line-solid)}.cart-line .cl-media{width:76px;height:76px;border-radius:12px;overflow:hidden;background:var(--cream);flex:none}.cart-line .cl-info{display:flex;flex-direction:column;gap:.3rem;min-width:0}.cart-line .cl-title{font-size:.88rem;font-weight:600;line-height:1.3}.cart-line .cl-variant{font-size:.74rem;color:var(--muted)}.cart-line .cl-price{font-size:.84rem;font-weight:600;color:var(--gold-deep)}.cart-line .cl-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.cart-line .cl-remove{color:var(--muted);transition:color .2s}.cart-line .cl-remove:hover{color:var(--sale)}.cart-line .cl-remove svg{width:17px;height:17px}.qty{display:inline-flex;align-items:center;border:1px solid var(--line-solid);border-radius:100px;overflow:hidden;background:#fff}.qty button{width:30px;height:30px;display:grid;place-items:center;color:var(--ink);transition:background .2s}.qty button:hover{background:var(--cream)}.qty button svg{width:14px;height:14px}.qty span{min-width:26px;text-align:center;font-size:.85rem;font-weight:600}.cart-empty{text-align:center;padding:3rem 1rem}.cart-empty .ce-ico{width:72px;height:72px;border-radius:50%;background:var(--cream);display:grid;place-items:center;margin:0 auto 1.2rem;color:var(--gold-deep)}.cart-empty .ce-ico svg{width:32px;height:32px}.cart-empty h4{font-size:1.2rem;margin-bottom:.5rem}.cart-empty p{color:var(--muted);margin-bottom:1.4rem}.summary-row{display:flex;justify-content:space-between;font-size:.9rem;padding:.3rem 0;color:var(--ink-2)}.summary-row.total{font-size:1.15rem;font-weight:700;color:var(--ink);font-family:var(--display);padding-top:.7rem;margin-top:.4rem;border-top:1px solid var(--line-solid)}.summary-row.total span:last-child{color:var(--gold-deep)}.cart-note{text-align:center;font-size:.76rem;color:var(--muted);margin-top:.8rem;display:flex;align-items:center;justify-content:center;gap:.4rem}.cart-note svg{width:15px;height:15px}.search-panel{position:fixed;top:0;left:0;right:0;background:var(--paper);z-index:100;transform:translateY(-100%);transition:transform .4s var(--ease-out);box-shadow:var(--shadow-lg)}.search-panel.open{transform:translateY(0)}.search-inner{max-width:720px;margin:0 auto;padding:2.4rem var(--gutter) 2.6rem}.search-box{display:flex;align-items:center;gap:1rem;border-bottom:2px solid var(--ink);padding-bottom:1rem}.search-box svg{width:26px;height:26px;color:var(--gold-deep);flex:none}.search-box input{flex:1;border:none;background:none;font-family:var(--display);font-size:clamp(1.3rem,3vw,2rem)}.search-box input:focus{outline:none}.search-box .close-search{color:var(--muted)}.search-suggest{margin-top:1.4rem}.search-suggest .s-label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.8rem}.s-chips{display:flex;flex-wrap:wrap;gap:.5rem}.s-chip{padding:.5rem 1rem;border-radius:100px;background:var(--cream);font-size:.84rem;transition:all .2s}.s-chip:hover{background:var(--ink);color:#fff}.s-results{margin-top:1.2rem;display:flex;flex-direction:column;gap:.4rem}.s-result{display:flex;align-items:center;gap:.9rem;padding:.6rem;border-radius:var(--r-sm);transition:background .2s}.s-result:hover{background:var(--cream)}.s-result img{width:52px;height:52px;border-radius:10px;background:var(--cream);flex:none}.s-result .sr-title{font-size:.9rem;font-weight:600}.s-result .sr-price{font-size:.82rem;color:var(--gold-deep);font-weight:600}.mobile-menu .drawer-body{padding:0}.m-nav a{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;font-size:1.05rem;font-family:var(--display);border-bottom:1px solid var(--line-solid)}.m-nav a svg{width:18px;height:18px;color:var(--muted)}.m-sub{padding:.3rem 1.4rem 1rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.m-sub a{padding:.6rem;font-family:var(--sans);font-size:.85rem;border:none;background:var(--cream);border-radius:10px;display:flex;align-items:center;gap:.5rem}.m-account{padding:1.2rem 1.4rem;display:flex;flex-direction:column;gap:.7rem}.modal-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e19128c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:110;opacity:0;visibility:hidden;transition:opacity .3s;display:grid;place-items:center;padding:1.2rem}.modal-scrim.open{opacity:1;visibility:visible}.modal{background:var(--paper);border-radius:var(--r-lg);max-width:860px;width:100%;max-height:90vh;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;transform:scale(.96) translateY(10px);transition:transform .35s var(--ease-out);box-shadow:var(--shadow-lg)}.modal-scrim.open .modal{transform:scale(1) translateY(0)}.modal-media{background:var(--cream);position:relative}.modal-media img{width:100%;height:100%;object-fit:cover;min-height:320px}.modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:#fffffff2;box-shadow:var(--shadow-sm);display:grid;place-items:center;z-index:3}.modal-info{padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:.8rem}.modal-info .card-cat{font-size:.72rem}.modal-info h3{font-size:1.5rem;line-height:1.2}.modal-info .m-desc{color:var(--ink-2);font-size:.92rem}.modal-info .card-price .now{font-size:1.4rem}.modal-actions{display:flex;gap:.6rem;margin-top:.5rem}.toast-wrap{position:fixed;bottom:1.4rem;left:50%;transform:translate(-50%);z-index:120;display:flex;flex-direction:column;gap:.6rem;align-items:center;pointer-events:none}.toast{background:var(--ink);color:#fff;padding:.9rem 1.3rem;border-radius:100px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.7rem;font-size:.9rem;font-weight:500;transform:translateY(20px);opacity:0;transition:all .4s var(--ease-out);pointer-events:auto}.toast.show{transform:translateY(0);opacity:1}.toast .t-ico{width:24px;height:24px;border-radius:50%;background:var(--success);display:grid;place-items:center;flex:none}.toast .t-ico svg{width:15px;height:15px;color:#fff}.toast a{color:var(--gold-2);font-weight:600;border-bottom:1px solid currentColor}.crumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--muted);padding-block:1.3rem;flex-wrap:wrap}.crumb a:hover{color:var(--gold-deep)}.crumb svg{width:14px;height:14px}.crumb .current{color:var(--ink);font-weight:500}.coll-hero{background:var(--cream);padding-block:clamp(2rem,5vw,3.5rem)}.coll-hero .eyebrow{margin-bottom:.8rem}.coll-hero h1{font-size:clamp(2.2rem,5vw,3.6rem);margin-bottom:.7rem}.coll-hero p{color:var(--ink-2);max-width:56ch}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.4rem;border-bottom:1px solid var(--line-solid);position:sticky;top:76px;background:#faf6efe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;flex-wrap:wrap}.toolbar .count{font-size:.86rem;color:var(--muted)}.toolbar .tb-right{display:flex;align-items:center;gap:.8rem}.filter-chips{display:flex;gap:.5rem;flex-wrap:wrap}.chip{padding:.5rem 1rem;border-radius:100px;border:1.5px solid var(--line-solid);font-size:.82rem;font-weight:500;transition:all .2s;background:var(--card)}.chip:hover{border-color:var(--gold);color:var(--gold-deep)}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.select-wrap{position:relative;display:inline-flex;align-items:center}.select-wrap select{-webkit-appearance:none;appearance:none;border:1.5px solid var(--line-solid);background:var(--card);border-radius:100px;padding:.6rem 2.4rem .6rem 1.1rem;font-size:.85rem;font-weight:500;cursor:pointer}.select-wrap svg{position:absolute;right:1rem;width:15px;height:15px;pointer-events:none;color:var(--muted)}.view-toggle{display:flex;gap:.2rem;border:1.5px solid var(--line-solid);border-radius:100px;padding:.2rem}.view-toggle button{width:36px;height:32px;border-radius:100px;display:grid;place-items:center;color:var(--muted)}.view-toggle button.active{background:var(--ink);color:#fff}.view-toggle svg{width:16px;height:16px}.pdp{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:start}.pdp-gallery{position:sticky;top:100px}.pdp-main{border-radius:var(--r-lg);overflow:hidden;background:var(--cream);aspect-ratio:1/1;box-shadow:var(--shadow);position:relative}.pdp-main img{width:100%;height:100%;object-fit:cover}.pdp-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin-top:.7rem}.pdp-thumb{border-radius:12px;overflow:hidden;aspect-ratio:1/1;background:var(--cream);border:2px solid transparent;cursor:pointer;transition:border-color .2s}.pdp-thumb.active{border-color:var(--gold)}.pdp-info{padding-top:.5rem}.pdp-info .card-cat{font-size:.74rem}.pdp-info h1{font-size:clamp(1.8rem,3.6vw,2.7rem);margin:.5rem 0 .8rem}.pdp-rating{display:flex;align-items:center;gap:.6rem;margin-bottom:1.2rem}.pdp-rating a{font-size:.84rem;color:var(--muted);border-bottom:1px solid transparent}.pdp-rating a:hover{color:var(--gold-deep);border-color:currentColor}.pdp-price{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1.4rem}.pdp-price .now{font-family:var(--display);font-size:2rem;font-weight:600}.pdp-price .was{font-size:1.1rem;color:var(--muted);text-decoration:line-through}.pdp-price .save{background:var(--sale);color:#fff;font-size:.74rem;font-weight:700;padding:.3em .7em;border-radius:7px}.pdp-desc{color:var(--ink-2);margin-bottom:1.6rem;line-height:1.7}.pdp-opt{margin-bottom:1.4rem}.pdp-opt .opt-label{font-size:.82rem;font-weight:600;margin-bottom:.6rem;display:block}.opt-choices{display:flex;gap:.6rem;flex-wrap:wrap}.opt-choice{padding:.6rem 1.1rem;border-radius:100px;border:1.5px solid var(--line-solid);font-size:.86rem;font-weight:500;cursor:pointer;background:var(--card);transition:all .2s}.opt-choice:hover{border-color:var(--gold)}.opt-choice.active{background:var(--ink);color:#fff;border-color:var(--ink)}.pdp-buy{display:flex;gap:.8rem;align-items:stretch;margin-bottom:1.4rem}.pdp-buy .qty{border-radius:100px}.pdp-buy .qty button{width:44px;height:100%}.pdp-buy .qty span{min-width:34px}.pdp-buy .btn{flex:1}.pdp-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;padding:1.3rem;background:var(--cream);border-radius:var(--r);margin-bottom:1.4rem}.pdp-trust li{display:flex;align-items:center;gap:.6rem;font-size:.84rem;color:var(--ink-2)}.pdp-trust svg{width:20px;height:20px;color:var(--gold-deep);flex:none}.accordion{border-top:1px solid var(--line-solid)}.acc-item{border-bottom:1px solid var(--line-solid)}.acc-head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;font-weight:600;font-size:.96rem;width:100%;text-align:left}.acc-head svg{width:20px;height:20px;transition:transform .3s;color:var(--gold-deep)}.acc-item.open .acc-head svg{transform:rotate(45deg)}.acc-body{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}.acc-body-inner{padding-bottom:1.2rem;color:var(--ink-2);font-size:.92rem;line-height:1.7}.acc-body-inner ul{display:flex;flex-direction:column;gap:.5rem}.acc-body-inner li{display:flex;gap:.6rem;align-items:flex-start}.acc-body-inner li svg{width:18px;height:18px;color:var(--success);flex:none;margin-top:2px}.page-hero{background:var(--cream);padding-block:clamp(2.6rem,6vw,4.5rem);text-align:center}.page-hero .eyebrow{margin-bottom:1rem;justify-content:center}.page-hero h1{font-size:clamp(2.4rem,5vw,3.8rem)}.page-hero p{color:var(--ink-2);max-width:56ch;margin:1rem auto 0}.prose{max-width:70ch}.prose p{margin-bottom:1.2rem;color:var(--ink-2);line-height:1.8}.prose h2{font-size:1.7rem;margin:2rem 0 1rem}.prose h3{font-size:1.3rem;margin:1.6rem 0 .8rem}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.value{background:var(--card);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-sm);transition:transform .4s var(--ease)}.value:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.value .v-ico{width:54px;height:54px;border-radius:15px;background:var(--cream);color:var(--gold-deep);display:grid;place-items:center;margin-bottom:1.2rem}.value .v-ico svg{width:27px;height:27px}.value h3{font-size:1.2rem;margin-bottom:.6rem}.value p{color:var(--muted);font-size:.92rem}.stat-band{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;text-align:center}.stat-band .s b{font-family:var(--display);font-size:clamp(2.2rem,4vw,3.2rem);color:var(--gold-deep);display:block}.stat-band .s span{font-size:.86rem;color:var(--muted);letter-spacing:.03em}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}.contact-info .ci-item{display:flex;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--line-solid)}.contact-info .ci-ico{width:48px;height:48px;border-radius:13px;background:var(--cream);color:var(--gold-deep);display:grid;place-items:center;flex:none}.contact-info .ci-ico svg{width:22px;height:22px}.contact-info b{display:block;font-size:.95rem}.contact-info span{font-size:.88rem;color:var(--muted)}.form-card{background:var(--card);border-radius:var(--r-lg);padding:clamp(1.6rem,4vw,2.6rem);box-shadow:var(--shadow)}.field{margin-bottom:1.1rem}.field label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.5rem}.field input,.field textarea,.field select{width:100%;border:1.5px solid var(--line-solid);border-radius:var(--r-sm);padding:.85rem 1rem;font-size:.95rem;background:var(--paper);transition:border-color .2s,box-shadow .2s}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #b68a3e1f}.field textarea{resize:vertical;min-height:130px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.form-success{background:#eaf5ef;border:1px solid #bfe0cf;color:var(--success);border-radius:var(--r);padding:1rem 1.2rem;margin-bottom:1.4rem;display:flex;align-items:center;gap:.7rem;font-size:.9rem;font-weight:500}.form-success svg{width:20px;height:20px;flex:none}.empty-state{text-align:center;padding:clamp(3rem,8vw,6rem) 1rem}.empty-state .es-ico{width:90px;height:90px;border-radius:50%;background:var(--cream);display:grid;place-items:center;margin:0 auto 1.5rem;color:var(--gold-deep)}.empty-state .es-ico svg{width:40px;height:40px}.empty-state h2{margin-bottom:.6rem}.empty-state p{color:var(--muted);margin-bottom:1.6rem;max-width:44ch;margin-inline:auto}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.reveal.in{opacity:1;transform:none}.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}.reveal.d4{transition-delay:.32s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.hero-badge{animation:none}*{scroll-behavior:auto!important}}@media(max-width:1080px){.hero-slide{grid-template-columns:1fr}.hero-visual{display:none}.hero-copy{max-width:none;padding-block:2.4rem;text-align:center;margin-inline:auto}.hero-copy .eyebrow,.hero-cta,.hero-stats{justify-content:center}.cat-grid,.product-grid,.blog-grid{grid-template-columns:repeat(3,1fr)}.carousel-track{grid-auto-columns:calc((100% - 2 * 1.4rem) / 3)}.mega-inner{grid-template-columns:repeat(3,1fr)}.mega-feature{display:none}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.newsletter,.pdp{grid-template-columns:1fr}.pdp-gallery{position:static}}@media(max-width:820px){:root{--header-h: 104px}.nav,.header-actions .desktop-only{display:none}.hamburger{display:grid}.header-inner{grid-template-columns:auto 1fr auto}.usp-grid{grid-template-columns:repeat(2,1fr)}.usp:nth-child(2):before{display:none}.promo{grid-template-columns:1fr}.testi-grid,.values-grid,.stat-band{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr;gap:2rem}.modal{grid-template-columns:1fr;max-height:88vh}.modal-media img{min-height:220px;max-height:260px}}@media(max-width:620px){.product-grid,.blog-grid,.cat-grid{grid-template-columns:repeat(2,1fr)}.carousel-track{grid-auto-columns:74%}.blog-grid .post-card:nth-child(n+3){display:none}.cat-grid .cat-card:nth-child(n+5){display:none}.hero-stats{gap:1.4rem}.hero-stats .stat b{font-size:1.4rem}.section-head{flex-direction:column;align-items:flex-start}.footer-top,.field-row,.testi-grid,.stat-band,.values-grid{grid-template-columns:1fr}.drawer{width:100vw}.card-actions{opacity:1;transform:none}}.skip-link{position:fixed;top:-60px;inset-inline-start:0;z-index:200;background:var(--ink);color:#fff;padding:.7rem 1.1rem;border-radius:0 0 10px;transition:top .2s}.skip-link:focus{top:0}.icon{display:inline-block;vertical-align:middle}.ph-fallback{width:100%;height:100%;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(135deg,var(--cream),#efe2cf);color:var(--gold-deep)}.ph-fallback span{font-family:var(--display);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;opacity:.5}.card-media .ph-fallback,.cat-card .ph-fallback,.post-media .ph-fallback{position:absolute;top:0;right:0;bottom:0;left:0}.brand-logo{display:block}.filter-drop{position:relative}.filter-drop>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.filter-drop>summary::-webkit-details-marker{display:none}.filter-drop[open]>summary{background:var(--ink);color:#fff;border-color:var(--ink)}.filter-panel{position:absolute;top:calc(100% + .5rem);left:0;z-index:25;background:var(--card);border:1px solid var(--line-solid);border-radius:var(--r);box-shadow:var(--shadow-lg);padding:.5rem;min-width:220px;max-height:320px;overflow-y:auto}.filter-opt{display:flex;align-items:center;gap:.6rem;padding:.5rem .6rem;border-radius:8px;font-size:.86rem;color:var(--ink-2);transition:background .15s}.filter-opt:hover{background:var(--cream)}.filter-opt em{color:var(--muted);font-style:normal;font-size:.78rem;margin-left:auto}.filter-opt .fbox{width:18px;height:18px;border:1.5px solid var(--line-solid);border-radius:5px;display:grid;place-items:center;color:#fff;flex:none}.filter-opt.active .fbox{background:var(--gold-grad);border-color:transparent}.pagination{display:flex;justify-content:center;gap:.4rem;margin-top:3rem}.page-link{min-width:42px;height:42px;padding:0 .6rem;display:inline-grid;place-items:center;border-radius:100px;border:1.5px solid var(--line-solid);font-size:.9rem;font-weight:600;background:var(--card);transition:all .2s}.page-link:hover{border-color:var(--gold);color:var(--gold-deep)}.page-link.active{background:var(--ink);color:#fff;border-color:var(--ink)}.rating-count{font-size:.78rem;color:var(--muted)}.lang-toggle{display:inline-flex;align-items:center;gap:2px;background:var(--cream);border-radius:100px;padding:3px}.lang-globe{display:grid;place-items:center;color:var(--gold-deep);padding-inline:.45rem .25rem}.lang-opt{padding:.35rem .7rem;border-radius:100px;font-size:.78rem;font-weight:600;color:var(--muted);transition:background .2s,color .2s;line-height:1;white-space:nowrap}.lang-opt:hover{color:var(--ink)}.lang-opt.active{background:var(--ink);color:#fff}.m-lang{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.8rem;margin-bottom:.4rem;border-bottom:1px solid var(--line-solid)}.m-lang-label{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:600}[dir=rtl] .icon-arrowRight,[dir=rtl] .icon-chevronRight,[dir=rtl] .icon-chevronLeft{transform:scaleX(-1)}[dir=rtl] .card-badges{left:auto;right:.8rem}[dir=rtl] .card-fav{right:auto;left:.8rem}[dir=rtl] .stars .fill{left:auto;right:0}[dir=rtl] .announce-nav.prev{left:auto;right:.8rem}[dir=rtl] .announce-nav.next{right:auto;left:.8rem}[dir=rtl] .hero-badge.b1{left:auto;right:-4%}[dir=rtl] .hero-badge.b2{right:auto;left:-3%}[dir=rtl] .filter-panel{left:auto;right:0}[dir=rtl] .toast a{border-bottom-color:currentColor}[dir=rtl] .nav>li>a[aria-current=true]:after{left:auto}[dir=rtl] .skip-link{border-radius:0 0 0 10px}[dir=rtl] .form-success svg,[dir=rtl] .cart-note svg{flex:none}[dir=rtl] .drawer{right:auto;left:0;transform:translate(-100%)}[dir=rtl] .drawer.left{left:auto;right:0;transform:translate(100%)}[dir=rtl] .drawer.open{transform:translate(0)}[dir=rtl] .search-panel{transform:translateY(-100%)}[dir=rtl] .search-panel.open{transform:translateY(0)}[dir=rtl] .card-price,[dir=rtl] .pdp-price,[dir=rtl] .rb-price,[dir=rtl] .qty,[dir=rtl] .summary-row span:last-child,[dir=rtl] .hero-stats{direction:ltr}[dir=rtl] .summary-row{flex-direction:row-reverse}[dir=rtl] .card-price,[dir=rtl] .pdp-price{justify-content:flex-start}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
