:root{--bg: #FBFBF8;--panel: #F1EEE5;--panel-warm: #EAE4D5;--ink: #141413;--ink-soft: #6B6B65;--line: rgba(20, 20, 19, .1);--line-strong: rgba(20, 20, 19, .18);--accent: #4F6B33;--accent-deep: #3D5226;--accent-soft: #E9EDDF;--sale: #B85F3D;--gold: #C0A24B;--sans: "Manrope Variable", "Manrope", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--container: 1440px;--edge: clamp(1.25rem, 3vw, 2.5rem);--gap: clamp(1rem, 2vw, 1.75rem);--ease: cubic-bezier(.22, 1, .36, 1);--ease-symmetric: cubic-bezier(.65, 0, .35, 1);--z-promo: 60;--z-header: 50;--z-scroll-progress: 100;--z-cursor: 9999;--z-drawer-overlay: 200;--z-drawer: 210;--z-toast: 300}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);font-weight:400;font-size:1rem;color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased;font-kerning:normal;font-optical-sizing:auto;font-variant-numeric:lining-nums;overflow-x:hidden}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;border:none;background:none;cursor:pointer;color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:3px}input:focus-visible,textarea:focus-visible{outline-offset:1px}.skip-link{position:absolute;top:0;left:0;background:var(--ink);color:var(--bg);padding:.75rem 1rem;font-size:.875rem;font-weight:600;z-index:1000;transform:translateY(-100%);transition:transform .2s var(--ease)}.skip-link:focus{transform:translateY(0)}.container{max-width:var(--container);margin:0 auto;padding:0 var(--edge)}[data-defer]{content-visibility:auto;contain-intrinsic-size:1px 900px}.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.js .reveal.in-view{opacity:1;transform:translateY(0)}.js .reveal.delay-1{transition-delay:.1s}.js .reveal.delay-2{transition-delay:.2s}.js .reveal.delay-3{transition-delay:.3s}.promo{background:var(--ink);color:var(--bg);font-size:.8rem;font-weight:500;letter-spacing:.02em;text-align:center;padding:.65rem var(--edge);position:relative;z-index:var(--z-promo);height:36px;display:flex;align-items:center;justify-content:center}.promo-track{display:flex;width:100%;align-items:center;justify-content:center;gap:2.5rem;white-space:nowrap}.promo-item{transition:opacity .6s ease}.promo-item:before{content:"✦";margin-right:.75rem;color:var(--gold);font-size:.7rem}header.site{position:sticky;top:0;z-index:var(--z-header);background:var(--bg);border-bottom:1px solid var(--line);transition:box-shadow .4s var(--ease),border-color .4s var(--ease)}header.site.is-stuck{box-shadow:0 1px 20px #1414130a;border-bottom-color:transparent}.header-inner{max-width:var(--container);margin:0 auto;padding:1.1rem var(--edge);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.wordmark{font-size:1.5rem;font-weight:700;letter-spacing:-.04em;color:var(--ink);grid-column:2}.wordmark span{color:var(--accent)}.nav-main{display:flex;gap:2rem;align-items:center;grid-column:1}.nav-main a{font-size:.875rem;font-weight:500;letter-spacing:.005em;color:var(--ink);position:relative;padding:.4rem 0}.nav-main a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease)}.nav-main a:hover,.nav-main a.is-current{color:var(--accent)}.nav-main a:hover:after,.nav-main a.is-current:after{transform:scaleX(1)}.nav-actions{display:flex;gap:1.5rem;align-items:center;justify-content:flex-end;grid-column:3}.icon-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s ease;position:relative;color:var(--ink)}.icon-btn:before{content:"";position:absolute;inset:-4px}.icon-btn:hover{background:var(--panel)}.icon-btn svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.6;fill:none}.bag-count{position:absolute;top:0;right:0;width:18px;height:18px;background:var(--accent);color:var(--bg);font-size:.65rem;font-weight:700;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.bag-count.is-bumped{animation:bagBump .55s var(--ease)}@keyframes bagBump{0%{transform:scale(1)}35%{transform:scale(1.35)}65%{transform:scale(.95)}to{transform:scale(1)}}@media(max-width:880px){.nav-main{gap:1rem}.nav-main a:not(.shop-link){display:none}}.btn-primary{background:var(--ink);color:var(--bg);padding:.95rem 1.75rem;border-radius:999px;font-size:.875rem;font-weight:600;letter-spacing:.01em;display:inline-flex;align-items:center;gap:.6rem;transition:background .3s var(--ease),transform .3s var(--ease)}.btn-primary:hover{background:var(--accent);transform:translateY(-1px)}.btn-primary svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;transition:transform .3s var(--ease)}.btn-primary:hover svg{transform:translate(3px)}.btn-ghost{padding:.95rem 1.5rem;font-size:.875rem;font-weight:600;color:var(--ink);transition:color .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-ghost:hover{color:var(--accent)}.trust-bar{background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0}.trust-grid{max-width:var(--container);margin:0 auto;padding:0 var(--edge);display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{display:flex;align-items:center;gap:.85rem;padding:1.5rem 1.75rem;border-right:1px solid var(--line)}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:none;padding-right:0}.trust-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.trust-icon svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.6;fill:none}.trust-text strong{display:block;font-size:.875rem;font-weight:600;color:var(--ink)}.trust-text span{font-size:.75rem;color:var(--ink-soft)}@media(max-width:720px){.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item{padding:1.25rem 1rem}.trust-item:nth-child(odd){padding-left:0}.trust-item:nth-child(2n){padding-right:0}.trust-item:nth-child(2){border-right:none}.trust-item:nth-child(n+3){border-top:1px solid var(--line)}}.section{padding:clamp(4rem,8vh,6rem) 0}.section-head{max-width:var(--container);margin:0 auto;padding:0 var(--edge);display:flex;justify-content:space-between;align-items:end;gap:2rem;flex-wrap:wrap;margin-bottom:clamp(2.5rem,5vh,4rem)}.section-head h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.05;letter-spacing:-.035em;color:var(--ink);max-width:22ch}.section-head h2 .accent{color:var(--accent)}.head-link{font-size:.875rem;font-weight:600;color:var(--ink);display:inline-flex;align-items:center;gap:.5rem;padding-bottom:.25rem;border-bottom:1px solid var(--ink);transition:color .3s ease,border-color .3s ease}.head-link:hover{color:var(--accent);border-color:var(--accent)}footer.site{background:var(--bg);padding:clamp(3rem,6vh,5rem) 0 1.5rem;border-top:1px solid var(--line)}.footer-inner{max-width:var(--container);margin:0 auto;padding:0 var(--edge)}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem;padding-bottom:3rem;border-bottom:1px solid var(--line)}@media(max-width:880px){.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:540px){.footer-top{grid-template-columns:1fr}}.footer-brand .wordmark{font-size:1.75rem;margin-bottom:1rem;display:block}.footer-brand p{color:var(--ink-soft);font-size:.875rem;line-height:1.55;max-width:36ch;margin-bottom:1.5rem}.social{display:flex;gap:.75rem}.social a{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--ink);transition:background .3s ease,color .3s ease}.social a:hover{background:var(--ink);color:var(--bg)}.social svg{width:14px;height:14px;fill:currentColor}.footer-col h4{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);margin-bottom:1.25rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-col a{font-size:.875rem;color:var(--ink-soft)}.footer-col a:hover{color:var(--accent)}.footer-bottom{padding-top:2rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:var(--ink-soft)}.footer-bottom .payments{display:flex;gap:.6rem;align-items:center}.payment-chip{padding:.3rem .65rem;border:1px solid var(--line-strong);border-radius:4px;font-size:.68rem;font-weight:700;letter-spacing:.05em;color:var(--ink)}.drawer-overlay{position:fixed;inset:0;background:#14141300;backdrop-filter:blur(0px);opacity:0;visibility:hidden;transition:opacity .5s var(--ease),visibility .5s,backdrop-filter .5s;z-index:var(--z-drawer-overlay)}.drawer-overlay.is-open{opacity:1;visibility:visible;background:#14141359;backdrop-filter:blur(6px)}.drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:90vw;background:var(--bg);box-shadow:-20px 0 60px #0000002e;transform:translate(100%);transition:transform .55s var(--ease);z-index:var(--z-drawer);display:flex;flex-direction:column}.drawer.is-open{transform:translate(0)}.drawer-head{padding:1.5rem;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.drawer-head h3{font-size:1.1rem;font-weight:700;letter-spacing:-.015em;display:flex;align-items:baseline;gap:.6rem}.drawer-head h3 span{font-size:.78rem;font-weight:500;color:var(--ink-soft)}.drawer-close{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .3s ease,transform .4s var(--ease);position:relative}.drawer-close:before{content:"";position:absolute;inset:-4px}.drawer-close:hover{background:var(--panel);transform:rotate(90deg)}.drawer-close svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;fill:none}.drawer-body{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.drawer-item{display:grid;grid-template-columns:64px 1fr auto auto;gap:1rem;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--line)}.drawer-item-image{width:64px;height:64px;border-radius:6px;background:var(--panel);display:flex;align-items:center;justify-content:center;overflow:hidden}.drawer-item-image img{max-width:80%;max-height:80%;object-fit:contain}.drawer-item-info strong{display:block;font-size:.875rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.25rem}.drawer-item-info span{font-size:.75rem;color:var(--ink-soft)}.drawer-item-price{font-size:.9rem;font-weight:700}.drawer-item-remove{width:28px;height:28px;border-radius:50%;color:var(--ink-soft);display:inline-flex;align-items:center;justify-content:center;transition:background .3s,color .3s;position:relative}.drawer-item-remove:before{content:"";position:absolute;inset:-8px}.drawer-item-remove:hover{background:var(--panel);color:var(--sale)}.drawer-item-remove svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.6;fill:none}.qty-stepper{display:inline-flex;align-items:center;margin-top:.4rem;background:var(--panel);border-radius:999px;padding:2px}.qty-btn{width:24px;height:24px;border-radius:50%;background:transparent;color:var(--ink);display:inline-flex;align-items:center;justify-content:center;transition:background .2s,color .2s;cursor:pointer}.qty-btn:hover{background:var(--bg);color:var(--accent)}.qty-btn svg{width:12px;height:12px;stroke:currentColor;stroke-width:2;fill:none}.qty-val{min-width:22px;text-align:center;font-size:.82rem;font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums;padding:0 .15rem}.drawer-progress{margin-top:.5rem;padding:1rem;background:var(--accent-soft);border-radius:8px;font-size:.78rem;color:var(--accent-deep)}.drawer-progress strong{font-weight:700}.drawer-progress-bar{margin-top:.6rem;height:4px;background:#4f6b3333;border-radius:999px;overflow:hidden}.drawer-progress-bar i{display:block;height:100%;width:100%;background:var(--accent);border-radius:999px;transform:scaleX(0);transform-origin:left;transition:transform 1s var(--ease)}.drawer-foot{padding:1.5rem;border-top:1px solid var(--line);background:var(--bg)}.drawer-totals{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.drawer-totals strong{font-size:1.15rem;font-weight:700;letter-spacing:-.02em}.drawer-totals span{font-size:.78rem;color:var(--ink-soft)}.drawer-checkout{width:100%;background:var(--ink);color:var(--bg);padding:1rem;border-radius:999px;font-size:.9rem;font-weight:600;letter-spacing:.01em;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .3s var(--ease),transform .3s var(--ease)}.drawer-checkout:hover{background:var(--accent);transform:translateY(-1px)}.drawer-checkout svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}.toast{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--ink);color:var(--bg);padding:1rem 1.5rem;border-radius:12px;box-shadow:0 20px 40px #00000040;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.85rem;z-index:var(--z-toast);opacity:0;transform:translateY(20px);transition:opacity .4s var(--ease),transform .4s var(--ease);pointer-events:none}.toast.is-visible{opacity:1;transform:translateY(0)}.toast-check{width:22px;height:22px;background:var(--accent);color:var(--bg);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.bag-fly{position:fixed;width:14px;height:14px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:80;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
