:root{--ink:#1a1a1a;--ink-soft:#303030;--cream:#f7f3eb;--paper:#ffffff;--sage:#a4b09e;--sage-soft:#c9d0c4;--sage-deep:#788074;--rose:#e7d3cc;--line:#e4dfd5;--muted:#6b6b6b;--serif:"Cormorant Garamond", "Playfair Display", "EB Garamond", Georgia, serif;--sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--w-container:1280px;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:4.5rem;--space-7:6rem}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--sans);font-size:16px;line-height:1.55;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{opacity:.75}button,.btn{font-family:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--serif);font-weight:500;letter-spacing:-.01em;line-height:1.1;margin:0 0 .5em}h1{font-size:clamp(2.5rem,5vw,4.5rem)}h2{font-size:clamp(2rem,3.5vw,3.25rem)}h3{font-size:clamp(1.4rem,2vw,1.75rem)}h4{font-size:1rem;font-family:var(--sans);font-weight:600;letter-spacing:.08em;text-transform:uppercase}p{margin:0 0 1em}.container{max-width:var(--w-container);margin:0 auto;padding:0 1.25rem}.promo-bar{background:var(--sage);color:var(--ink);text-align:center;font-size:.85rem;letter-spacing:.02em;padding:.6rem 1rem;position:relative;z-index:51}.site-header{background:var(--paper);color:var(--ink);position:sticky;top:0;z-index:50;transition:background-color .25s ease,color .25s ease,box-shadow .25s ease;border-bottom:1px solid var(--line)}.site-header--overlay{background:0 0;color:var(--cream);border-bottom-color:transparent;position:absolute;left:0;right:0;top:40px}.site-header--overlay.is-scrolled{background:var(--paper);color:var(--ink);position:fixed;top:0;border-bottom-color:var(--line);box-shadow:0 1px rgba(0,0,0,4%)}.site-header--overlay.is-scrolled .brand,.site-header--overlay.is-scrolled .primary-nav a,.site-header--overlay.is-scrolled .header-actions{color:var(--ink)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:1.625rem;padding-bottom:1.625rem}.brand{font-family:var(--serif);font-size:1.75rem;font-weight:500;letter-spacing:-.01em;color:inherit;display:inline-flex;align-items:center;line-height:1}.brand sup{font-size:.55rem;vertical-align:super;opacity:.8;margin-left:2px}.brand-logo{height:32px;width:auto;display:block}.brand-logo--white{display:none}.brand-logo--black{display:block}.site-header--overlay:not(.is-scrolled) .brand-logo--white{display:block}.site-header--overlay:not(.is-scrolled) .brand-logo--black{display:none}.primary-nav ul{list-style:none;display:flex;gap:2.25rem;margin:0;padding:0}.primary-nav a{font-size:1rem;font-family:var(--serif);color:inherit;letter-spacing:.01em}.primary-nav a[aria-current=page]{opacity:.65}.header-actions{display:flex;align-items:center;gap:.5rem;color:inherit}.header-icon{display:inline-flex;align-items:center;justify-content:center;padding:.55rem;position:relative;background:0 0;border:0;color:inherit;cursor:pointer;min-width:44px;min-height:44px}.mobile-toggle{display:none}@media(max-width:900px){.mobile-toggle{display:inline-flex}}.cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;background:var(--sage-deep);color:var(--cream);border-radius:999px;font-size:.7rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;font-family:var(--sans)}.hero{background:var(--ink);color:var(--cream);padding:var(--space-7)0;position:relative}.hero--video{min-height:clamp(520px,78vh,820px);overflow:hidden;display:flex;align-items:center;padding:var(--space-6)0}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,20,20,.78) 0%,rgba(20,20,20,.42) 55%,rgba(20,20,20,.18) 100%),linear-gradient(180deg,rgba(20,20,20,.25) 0%,rgba(20,20,20,.55) 100%);z-index:1}.hero-content{position:relative;z-index:2;width:100%}.hero-eyebrow{display:inline-block;background:var(--rose);color:var(--ink);font-family:var(--serif);font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;padding:.35rem 1rem;clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);margin-bottom:1.5rem}.hero-title{font-size:clamp(3rem,7vw,6rem);margin-bottom:1.25rem}.hero-sub{font-size:1rem;max-width:32ch;margin-bottom:2rem;color:var(--cream)}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.6rem;border-radius:999px;border:1px solid transparent;font-family:var(--serif);font-size:1rem;letter-spacing:.01em;transition:opacity .2s ease,transform .2s ease;text-align:center}.btn-primary{background:var(--cream);color:var(--ink)}.btn-secondary{background:var(--sage);color:var(--ink)}.btn-outline{background:0 0;color:var(--cream);border-color:var(--cream)}.btn-block{width:100%}.btn:hover{opacity:1;transform:translateY(-1px)}.section{padding:var(--space-6)0}.section--cream{background:var(--cream)}.section--sage{background:var(--sage);color:var(--ink)}.section--ink{background:var(--ink);color:var(--cream)}.section-eyebrow{display:inline-block;background:var(--rose);font-family:var(--serif);font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;padding:.35rem 1rem;clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);margin-bottom:1rem}.section-title{margin-bottom:var(--space-4)}.section--ink .section-eyebrow{color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-scroller{position:relative}.product-scroller-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(min(420px,75vw),1fr);gap:1.5rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:1.25rem;padding:.25rem 1.25rem;margin:0 calc(-1 * 1.25rem);scrollbar-width:none}.product-scroller-track::-webkit-scrollbar{display:none}.product-scroller-track>*{scroll-snap-align:start}.product-scroller-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;background:var(--paper);border:1px solid var(--line);color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;z-index:3;box-shadow:0 4px 12px rgba(0,0,0,8%)}.product-scroller-arrow[data-dir=prev]{left:-10px}.product-scroller-arrow[data-dir=next]{right:-10px}.product-scroller-arrow:disabled{opacity:0;pointer-events:none}.product-card{position:relative;display:block;background:var(--cream);aspect-ratio:1/1;overflow:hidden;border-radius:2px}.product-scroller-track .product-card{width:100%}.product-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover img{transform:scale(1.04)}.product-card .product-overlay{position:absolute;inset:auto 0 0 0;padding:1.25rem 1.5rem 1.5rem;background:linear-gradient(to top,rgba(0,0,0,.65),transparent 70%);color:var(--cream)}.product-card .product-name{font-family:var(--serif);font-size:1.4rem;line-height:1.2;margin-bottom:.25rem}.product-card .product-price{font-size:.9rem;opacity:.9}.story-card{background:var(--paper);display:flex;flex-direction:column;border-radius:4px;overflow:hidden;border:1px solid var(--line);transition:transform .2s ease,box-shadow .2s ease;text-align:left;color:var(--ink)}.story-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,8%);opacity:1}.story-card-image{aspect-ratio:3/2;overflow:hidden;background:var(--cream)}.story-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.story-card:hover .story-card-image img{transform:scale(1.03)}.story-card-body{padding:1.5rem 1.75rem;display:flex;flex-direction:column;flex:1}.story-title{font-family:var(--serif);font-size:1.5rem;line-height:1.2;margin:0 0 .75rem;color:var(--ink)}.story-excerpt{font-size:.95rem;color:var(--ink-soft);line-height:1.5;margin:0 0 1.5rem}.story-cta{font-family:var(--serif);font-size:1rem;color:var(--sage-deep);margin-top:auto}.story-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.search-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.search-card{display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:4px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.search-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,8%)}.search-card-image{aspect-ratio:3/2;overflow:hidden;background:var(--cream)}.search-card-image img{width:100%;height:100%;object-fit:cover;display:block}.search-card-image--empty{background:linear-gradient(135deg,var(--cream),var(--sage-soft))}.search-card--product .search-card-image{aspect-ratio:1/1}.search-card-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;flex:1}.search-card-type{font-family:var(--sans);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-deep);margin-bottom:.5rem}.search-card-title{font-family:var(--serif);font-size:1.3rem;line-height:1.2;margin:0 0 .5rem}.search-card-title a{color:var(--ink)}.search-card-excerpt{font-size:.9rem;color:var(--ink-soft);line-height:1.5;margin:0 0 1rem}.search-card-foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem}.search-card-price{font-family:var(--serif);font-size:1.1rem}.search-card-cta{font-family:var(--serif);font-size:.95rem;color:var(--sage-deep)}.search-divider{display:flex;align-items:center;gap:1rem;margin:2.5rem 0 1.5rem}.search-divider::before,.search-divider::after{content:"";flex:1;height:1px;background:var(--line)}.search-divider span{font-family:var(--sans);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.post-hero{margin:0 auto 2rem;border-radius:4px;overflow:hidden;background:var(--cream);aspect-ratio:3/2}.post-hero img{width:100%;height:100%;object-fit:cover;display:block}.section--sage .story-card{background:var(--paper);border-color:transparent}.section--sage .product-scroller-arrow{background:var(--paper);border-color:transparent;color:var(--ink)}.care-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem 1.5rem;margin:2.5rem 0}.care-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.care-icon{width:56px;height:56px;color:var(--ink);display:inline-flex;align-items:center;justify-content:center}.care-icon svg{width:100%;height:100%}.care-label{font-size:.9rem;color:var(--ink-soft);line-height:1.4;max-width:18ch}.breadcrumbs{font-size:.85rem;color:var(--muted);padding:1.25rem 0 .25rem}.breadcrumbs a:hover{color:var(--ink);opacity:1}.breadcrumbs .sep{padding:0 .4rem}.product-layout{display:grid;grid-template-columns:minmax(0,1fr)minmax(0,480px);gap:3rem;padding:1rem 0 4rem}.product-gallery{display:grid;grid-template-columns:80px 1fr;gap:1rem;align-items:start}.product-thumbs{display:flex;flex-direction:column;gap:.5rem}.product-thumbs button{border:1px solid var(--line);padding:0;background:var(--cream);aspect-ratio:1/1;cursor:pointer;overflow:hidden}.product-thumbs button.is-active{border-color:var(--ink)}.product-thumbs img{width:100%;height:100%;object-fit:cover}.product-main-image{background:var(--cream);aspect-ratio:1/1;overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:contain}.product-meta-vendor{font-size:.85rem;color:var(--muted);margin-bottom:.5rem;letter-spacing:.04em}.product-title{margin-bottom:1rem}.product-status{font-size:.9rem;font-weight:500;color:#486b3b;margin-bottom:1.25rem;letter-spacing:.03em}.product-price-row{font-family:var(--serif);font-size:1.5rem;background:var(--cream);padding:1rem 1.25rem;border-radius:4px;margin-bottom:1.25rem}.product-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.product-description h3{font-family:var(--sans);font-size:1rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem}.product-description{font-size:.95rem;line-height:1.7}.product-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.product-feature{display:flex;flex-direction:column;gap:.5rem}.product-feature .icon{width:28px;height:28px;color:var(--sage-deep)}.product-feature .label{font-size:.9rem}.page-hero{padding:var(--space-6)0 var(--space-4);background:var(--paper);text-align:center}.page-hero h1{margin-bottom:.5rem}.page-hero p{max-width:60ch;margin:0 auto 1em}.page-body{max-width:720px;margin:0 auto;padding:var(--space-5)1.25rem;font-size:1.05rem}.page-body p{margin-bottom:1em}.page-body img{margin:1.5rem 0}.faq-group{max-width:820px;margin:0 auto var(--space-4)}.faq-group h3{font-family:var(--sans);font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.faq-item{border-top:1px solid var(--line);padding:1rem 0}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:var(--serif);font-size:1.25rem;padding:.5rem 0}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";font-size:1.5rem;line-height:1;color:var(--sage-deep)}.faq-item[open] summary::after{content:"–"}.faq-item .faq-answer{padding:.5rem 0 1rem;font-size:.98rem;line-height:1.6;color:var(--ink-soft)}.faq-item .faq-answer ul{padding-left:1.25rem}.faq-item .faq-answer li{margin-bottom:.5rem}.process{padding:var(--space-6)0;background:var(--paper);text-align:center}.process-header{max-width:880px;margin:0 auto var(--space-5)}.process-header .section-eyebrow{margin:0 auto 1.25rem}.process-header h2{font-size:clamp(1.8rem,3vw,2.8rem);margin:0 auto;max-width:18ch}.highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem 2rem;text-align:center}.highlight .icon-wrap{width:40px;height:40px;margin:0 auto 1.25rem;color:var(--sage-deep)}.highlight .icon-wrap svg{width:100%;height:100%;display:block}.highlight h3{font-family:var(--serif);font-size:1.35rem;font-weight:500;margin-bottom:.5rem}.highlight p{font-size:.95rem;color:var(--ink-soft);max-width:28ch;margin:0 auto;line-height:1.5}.quality{background:var(--sage);color:var(--ink);padding:var(--space-7)0;text-align:center}.quality-inner{max-width:780px;margin:0 auto}.quality-inner .section-eyebrow{background:var(--cream);margin:0 auto 1.5rem}.quality-inner h2{font-style:italic;font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1.25rem;font-weight:400}.quality-inner p{font-size:1.05rem;line-height:1.6;max-width:56ch;margin:0 auto 2rem}.quality-actions{display:inline-flex;gap:1rem;flex-wrap:wrap;justify-content:center}.custom-cta{text-align:center;padding:var(--space-7)0}.custom-cta-inner{max-width:640px;margin:0 auto}.custom-cta-inner .section-eyebrow{margin:0 auto 1.25rem}.custom-cta h2{font-style:italic;font-size:clamp(2rem,4vw,3rem);margin-bottom:1.25rem;font-weight:400}.custom-cta p{font-size:1.05rem;line-height:1.6;max-width:56ch;margin:0 auto 2rem}.custom-cta-actions{display:inline-flex;gap:1rem;flex-wrap:wrap;justify-content:center}.cart-page{max-width:960px;margin:0 auto;padding:var(--space-5)1.25rem var(--space-6)}.cart-page h1{margin-bottom:2rem}.cart-empty{text-align:center;padding:var(--space-5)0;color:var(--muted)}.cart-empty p{margin-bottom:1.5rem}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1.25rem;align-items:center;padding:1.25rem;border:1px solid var(--line);border-radius:4px;background:var(--paper)}.cart-item img{width:100px;height:100px;object-fit:cover;border-radius:2px;background:var(--cream)}.cart-item-title{font-family:var(--serif);font-size:1.25rem}.cart-item-meta{font-size:.85rem;color:var(--muted);margin-top:.25rem}.cart-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px}.cart-qty button{width:32px;height:32px;background:0 0;border:0;cursor:pointer;font-size:1.1rem;color:var(--ink)}.cart-qty span{min-width:24px;text-align:center}.cart-item-price{font-family:var(--serif);font-size:1.15rem}.cart-item-remove{background:0 0;border:0;color:var(--muted);cursor:pointer;padding:.35rem}.cart-item-remove:hover{color:var(--ink)}.cart-summary{padding:1.5rem;background:var(--cream);border-radius:4px;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.cart-summary-total{font-family:var(--serif);font-size:1.5rem}.cart-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%)translateY(20px);background:var(--ink);color:var(--cream);padding:.85rem 1.5rem;border-radius:999px;box-shadow:0 8px 24px rgba(0,0,0,.18);font-size:.95rem;z-index:100;opacity:0;transition:opacity .2s ease,transform .2s ease;pointer-events:none}.toast.is-visible{opacity:1;transform:translateX(-50%)translateY(0);pointer-events:auto}.form-wrap{max-width:640px;margin:0 auto;padding:var(--space-5)1.25rem}.form-wrap.form-wrap--wide{max-width:780px}.form-field{margin-bottom:1.25rem}.form-field label{display:block;font-family:var(--sans);font-size:.85rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:var(--ink);margin-bottom:.5rem}.form-field .hint{font-size:.85rem;color:var(--muted);text-transform:none;letter-spacing:0;font-weight:400;margin-top:.35rem;display:block}.form-field input[type=text],.form-field input[type=email],.form-field input[type=tel],.form-field input[type=number],.form-field input[type=date],.form-field select,.form-field textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--line);border-radius:4px;font-family:inherit;font-size:1rem;background:var(--paper);color:var(--ink);transition:border-color .15s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--sage-deep)}.form-field textarea{min-height:140px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.form-submit{display:flex;justify-content:flex-end;margin-top:2rem}.form-success{background:var(--cream);border-left:3px solid var(--sage-deep);padding:1.5rem;border-radius:4px;margin-top:1.5rem}.form-error{background:#fdecec;border-left:3px solid #c84141;padding:1rem 1.25rem;border-radius:4px;margin-top:1rem;font-size:.9rem}.hub-hero{background:var(--paper);padding:var(--space-6)0}.hub-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hub-hero-text h1{margin-bottom:1rem}.hub-hero-text p{font-size:1.1rem;color:var(--ink-soft);margin-bottom:1.5rem}.hub-hero-image{border-radius:4px;overflow:hidden;aspect-ratio:4/5}.hub-hero-image img{width:100%;height:100%;object-fit:cover}.hub-process{padding:var(--space-6)0;background:var(--paper)}.hub-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.hub-step{border-top:1px solid var(--ink);padding-top:1.25rem}.hub-step .step-num{font-family:var(--serif);font-size:1.2rem;color:var(--sage-deep);margin-bottom:.5rem}.hub-step h3{font-size:1.25rem;margin-bottom:.5rem}.hub-step p{font-size:.95rem;color:var(--ink-soft);line-height:1.5}.hub-cta{text-align:center;padding:var(--space-6)0;background:var(--sage)}.hub-cta h2{font-style:italic;max-width:16ch;margin:0 auto 1.5rem}@media(max-width:800px){.hub-hero-grid{grid-template-columns:1fr}}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:var(--space-5)0}.blog-card{display:block;background:var(--cream);border-radius:4px;padding:2rem;border:1px solid var(--line);transition:transform .2s ease}.blog-card:hover{transform:translateY(-2px);opacity:1}.blog-card h2{font-size:1.5rem;margin-bottom:.5rem}.blog-card .meta{font-size:.85rem;color:var(--muted)}.post{max-width:720px;margin:0 auto;padding:var(--space-5)1.25rem}.post header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.post .meta{font-size:.9rem;color:var(--muted);margin-top:.5rem}.post-body{font-size:1.05rem;line-height:1.75}.post-body p{margin-bottom:1em}.post-body img{margin:1.5rem 0;border-radius:4px}.site-footer{background:var(--paper);color:var(--ink);padding:var(--space-6)0 1.5rem;margin-top:var(--space-6)}.footer-inner{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:2rem}.footer-col h4{font-size:.8rem;letter-spacing:.12em;margin-bottom:1rem;color:var(--muted)}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{padding:.25rem 0;font-size:.95rem}.footer-col p{font-size:.9rem;color:var(--ink-soft)}.footer-col a{color:var(--ink)}.footer-brand .brand-logo{height:36px;margin-bottom:.5rem}.footer-tagline{font-size:.9rem;color:var(--ink-soft)}.footer-bottom{padding-top:2rem;margin-top:2rem;border-top:1px solid var(--line);font-size:.8rem;color:var(--muted)}.mobile-drawer[hidden]{display:none}.mobile-drawer{position:fixed;inset:0;z-index:100}.mobile-drawer-backdrop{position:absolute;inset:0;background:rgba(20,20,20,.35);opacity:0;animation:drawerFade .2s ease forwards}.mobile-drawer-panel{position:absolute;top:0;right:0;bottom:0;width:min(86vw,360px);background:var(--paper);color:var(--ink);padding:1.5rem 1.75rem 2rem;display:flex;flex-direction:column;transform:translateX(100%);animation:drawerSlide .25s ease forwards;box-shadow:-8px 0 24px rgba(0,0,0,8%)}@keyframes drawerFade{to{opacity:1}}@keyframes drawerSlide{to{transform:translateX(0)}}.mobile-drawer-close{align-self:flex-end;width:44px;height:44px;background:0 0;border:0;color:var(--ink);cursor:pointer;padding:0;margin-bottom:.5rem}.mobile-drawer-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.mobile-drawer-nav li{border-bottom:1px solid var(--line)}.mobile-drawer-nav a{display:block;font-family:var(--serif);font-size:1.5rem;padding:1rem 0;color:var(--ink)}.mobile-drawer-nav a[aria-current=page]{color:var(--sage-deep)}.mobile-drawer-foot{margin-top:auto;padding-top:1.5rem;display:flex;flex-direction:column;gap:.5rem}.mobile-drawer-foot a{font-size:.9rem;font-family:var(--sans);color:var(--muted);letter-spacing:.02em}body.drawer-open{overflow:hidden}@media(max-width:900px){.primary-nav{display:none}.product-layout{grid-template-columns:1fr;gap:2rem}.product-gallery{grid-template-columns:1fr}.product-thumbs{flex-direction:row;overflow-x:auto}.product-thumbs button{width:80px;flex:none}.quality-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media(max-width:700px){.cart-item{grid-template-columns:80px 1fr auto;grid-template-areas:"img title price" "img qty   remove";gap:.5rem 1rem;padding:1rem}.cart-item img{grid-area:img;width:80px;height:80px}.cart-item>div:nth-child(2){grid-area:title}.cart-qty{grid-area:qty}.cart-item-price{grid-area:price;text-align:right}.cart-item-remove{grid-area:remove;align-self:end}.cart-summary{flex-direction:column;align-items:stretch;gap:1rem}.cart-actions{justify-content:stretch}.cart-actions .btn{flex:1}}@media(max-width:560px){.product-features{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.header-actions{gap:.25rem}.brand-logo{height:26px}.container{padding:0 1.5rem}}