:root{--bg: #faf7f2;--bg-alt: #f3eee6;--card-bg: #ffffff;--text-primary: #121212;--text-secondary: #4b4b4b;--border: #e6dfd6;--accent: #c8b79e;--accent-green: #2d5c3e;--accent-green-light: #4a7c59;--accent-green-muted: #d4e5da;--btn-primary-bg: #121212;--btn-primary-hover: #1f1f1f;--btn-primary-text: #ffffff;--font-heading: "Fraunces", Georgia, serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--section-alt-bg: #f3eee6;--radius: 4px;--radius-lg: 8px;--container-max: 1280px;--container-px: clamp(1.25rem, 5vw, 4rem);--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent}@media(hover:none){.product-card:hover{box-shadow:none;transform:none}.product-card:hover .product-card__image{transform:none}.collection-card:hover{box-shadow:none;transform:none}.collection-card:hover .collection-card__image,.blog-card:hover .blog-card__image{transform:none}}body{background-color:var(--bg);color:var(--text-primary);font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto;content-visibility:auto}img[loading=lazy]{background:var(--section-alt-bg)}a{color:var(--text-primary);text-decoration:none;transition:opacity var(--transition)}a:hover{text-decoration:underline}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:1rem;color:var(--text-primary)}:focus-visible{outline:2px solid var(--accent-green);outline-offset:2px}button:focus:not(:focus-visible),a:focus:not(:focus-visible),input:focus:not(:focus-visible),select:focus:not(:focus-visible),textarea:focus:not(:focus-visible){outline:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:1rem;z-index:999;background:var(--btn-primary-bg);color:var(--btn-primary-text);padding:.5rem 1rem;border-radius:var(--radius)}.skip-link:focus{top:1rem}.container{max-width:var(--container-max);margin:0 auto;padding-left:var(--container-px);padding-right:var(--container-px)}.section{padding:clamp(3rem,8vw,7rem) 0}.section--alt{background-color:var(--bg-alt)}.breadcrumbs{padding:.5rem 0 1.75rem}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:0;font-size:.85rem;color:var(--text-secondary);list-style:none}.breadcrumbs__item{display:flex;align-items:center}.breadcrumbs__item+.breadcrumbs__item:before{content:"\203a";margin:0 .6rem;color:var(--accent-green);font-size:1rem}.breadcrumbs__item a{color:var(--text-secondary);text-decoration:none;transition:color var(--transition)}.breadcrumbs__item a:hover{color:var(--text-primary);text-decoration:underline}.breadcrumbs__item--current{color:var(--text-primary);font-weight:500}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);line-height:1.2}.section-heading{font-family:var(--font-heading);font-size:clamp(1.85rem,4vw,2.75rem);font-weight:700;margin-bottom:.5rem;letter-spacing:-.015em}.eyebrow{display:inline-block;font-family:var(--font-body);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);margin-bottom:.75rem}.rte p{margin-bottom:1rem}.rte p:last-child{margin-bottom:0}.rte a{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;border-radius:var(--radius);font-family:var(--font-body);font-size:.9rem;font-weight:600;letter-spacing:.04em;text-decoration:none;white-space:nowrap;transition:background-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);cursor:pointer}.btn:active{transform:scale(.97)}.btn--primary{background-color:var(--btn-primary-bg);color:var(--btn-primary-text);border:1.5px solid var(--btn-primary-bg)}.btn--primary:hover{background-color:var(--accent-green);border-color:var(--accent-green);text-decoration:none;opacity:1}.btn--secondary{background-color:transparent;color:var(--text-primary);border:1.5px solid var(--text-primary)}.btn--secondary:hover{background-color:var(--text-primary);color:#fff;text-decoration:none;opacity:1}.btn--secondary-light{border-color:#fffc;color:#fff}.btn--secondary-light:hover{background-color:#fff;color:var(--text-primary);border-color:#fff}.btn--full{width:100%}.btn:disabled,.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed;pointer-events:none}.badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .6rem;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:2px}.badge--sold-out{background:var(--text-primary);color:#fff}.placeholder-image{width:100%;aspect-ratio:1;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);overflow:hidden}.placeholder-image--circle{border-radius:50%}.placeholder-svg{width:100%;height:100%;fill:var(--border)}.about-block__placeholder,.why-two-col__placeholder,.home-hero__placeholder{width:100%;background:var(--bg-alt);border-radius:var(--radius-lg);overflow:hidden;display:flex;align-items:center;justify-content:center}.about-block__placeholder{height:clamp(360px,55vw,580px)}.why-two-col__placeholder{height:100%;min-height:400px;border-radius:var(--radius-lg)}.home-hero__placeholder{width:100%;height:100%;min-height:500px}.about-image-row__placeholder{width:100%;aspect-ratio:1;background:var(--bg-alt);border-radius:var(--radius-lg);overflow:hidden;display:flex;align-items:center;justify-content:center}.section-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.section-heading--center{text-align:center;width:100%;margin-bottom:1rem}.section-link{font-size:.9rem;font-weight:500;color:var(--text-secondary);white-space:nowrap;transition:color .2s ease,gap .2s ease;display:inline-flex;align-items:center;gap:.25rem}.section-link:hover{color:var(--accent-green);text-decoration:none;gap:.5rem}.announcement-bar{background:var(--accent-green);color:#fff;text-align:center;padding:.65rem var(--container-px);overflow:hidden}.announcement-bar__text{font-size:.8125rem;font-weight:500;letter-spacing:.03em}.site-header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);transition:box-shadow .3s ease,border-color .3s ease}.site-header.is-scrolled{box-shadow:0 1px 16px #1212120f;border-color:transparent}.site-header__inner{display:flex;align-items:center;gap:2.5rem;height:68px}.site-header__logo{flex-shrink:0;display:flex;align-items:center}.site-header__logo-img{display:block;height:auto;width:auto;max-height:48px;object-fit:contain}.site-header__wordmark{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;letter-spacing:-.01em;color:var(--text-primary);white-space:nowrap}.site-nav{flex:1;display:flex;justify-content:center}.site-nav__list{display:flex;align-items:center;gap:.15rem}.site-nav__link{position:relative;padding:.5rem .85rem;font-size:.84rem;font-weight:500;letter-spacing:.025em;color:var(--text-secondary);border-radius:var(--radius);transition:color var(--transition);white-space:nowrap}.site-nav__link:after{content:"";position:absolute;bottom:2px;left:50%;transform:translate(-50%) scaleX(0);width:calc(100% - 1.7rem);height:1.5px;background:var(--accent-green);transition:transform .25s cubic-bezier(.4,0,.2,1)}.site-nav__link:hover,.site-nav__link.is-active{color:var(--text-primary);text-decoration:none}.site-nav__link:hover:after,.site-nav__link.is-active:after{transform:translate(-50%) scaleX(1)}.site-header__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.site-header__icon-btn{position:relative;display:flex;align-items:center;justify-content:center;color:var(--text-primary);width:40px;height:40px;border-radius:50%;transition:background var(--transition),color var(--transition);-webkit-tap-highlight-color:transparent;cursor:pointer}.site-header__icon-btn:hover{background:var(--section-alt-bg)}.site-header__icon-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:0;right:-2px;background:var(--text-primary);color:#fff;font-size:.6rem;font-weight:700;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg)}.search-overlay{position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:0 8px 24px #12121214;padding:1.25rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1);z-index:99}.search-overlay.is-open{opacity:1;visibility:visible;transform:translateY(0)}.search-overlay__inner{max-width:640px;margin:0 auto}.search-overlay__form{display:flex;align-items:center;gap:.75rem;background:var(--section-alt-bg);border:1.5px solid var(--border);border-radius:calc(var(--radius) * 3);padding:.75rem 1.25rem;transition:border-color var(--transition)}.search-overlay__form:focus-within{border-color:var(--text-primary)}.search-overlay__icon{flex-shrink:0;color:var(--text-secondary)}.search-overlay__input{flex:1;border:none;background:transparent;font-size:1rem;font-family:var(--font-body);color:var(--text-primary);outline:none}.search-overlay__input::placeholder{color:var(--text-secondary);opacity:.7}.search-overlay__close{flex-shrink:0;font-size:1.5rem;line-height:1;color:var(--text-secondary);cursor:pointer;padding:0 .25rem;transition:color var(--transition)}.search-overlay__close:hover{color:var(--text-primary)}.site-header__menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;-webkit-tap-highlight-color:transparent;cursor:pointer}.hamburger,.hamburger:before,.hamburger:after{display:block;width:20px;height:1.5px;background:var(--text-primary);transition:transform var(--transition)}.hamburger{position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0}.hamburger:before{top:-6px}.hamburger:after{top:6px}.mobile-nav{display:none;position:fixed;inset:0 auto 0 0;width:min(340px,85vw);background:var(--bg);z-index:200;padding:4.5rem 1.75rem 2rem;transform:translate(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1);overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:8px 0 32px #00000014}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__close{position:absolute;top:.75rem;right:.75rem;font-size:1.75rem;color:var(--text-primary);line-height:1;width:44px;height:44px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.mobile-nav__search{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.65rem 1rem;background:var(--section-alt-bg);border:1.5px solid var(--border);border-radius:calc(var(--radius) * 2)}.mobile-nav__search input{flex:1;border:none;background:transparent;font-size:.95rem;font-family:var(--font-body);color:var(--text-primary);outline:none}.mobile-nav__search input::placeholder{color:var(--text-secondary);opacity:.6}.mobile-nav__search button{flex-shrink:0;color:var(--text-secondary);display:flex;align-items:center}.mobile-nav__search button svg{width:18px;height:18px}.mobile-nav__list li{border-bottom:1px solid var(--border)}.mobile-nav__list a{display:block;padding:1.1rem 0;font-weight:500;font-size:1.05rem;color:var(--text-primary);-webkit-tap-highlight-color:transparent;transition:color var(--transition)}.mobile-nav__list a:hover{color:var(--accent-green)}.mobile-nav__list a:active{color:var(--text-secondary)}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:199;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-nav-overlay.is-open{opacity:1;visibility:visible}.home-hero{position:relative;min-height:clamp(520px,80vh,800px);display:flex;align-items:center;overflow:hidden}.home-hero__media,.home-hero__slideshow{position:absolute;top:0;right:0;bottom:0;left:0}.home-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1.2s ease}.home-hero__slide.is-active{opacity:1}.home-hero__image{width:100%;height:100%;object-fit:cover;object-position:center;animation:heroParallax 12s ease-in-out infinite alternate}@keyframes heroParallax{0%{transform:scale(1)}to{transform:scale(1.06)}}.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#12121299,#12121240 55%,#12121214),linear-gradient(to top,rgba(18,18,18,.3) 0%,transparent 40%)}.home-hero__content{position:relative;z-index:2;max-width:620px;padding-top:3rem;padding-bottom:3rem}.home-hero__heading{font-family:var(--font-heading);font-size:clamp(2.25rem,5.5vw,4rem);font-weight:700;color:#fff;margin-bottom:1.25rem;line-height:1.08;letter-spacing:-.02em;text-shadow:0 2px 16px rgba(0,0,0,.3)}.home-hero__heading-line2{display:block}.home-hero__sub{font-size:clamp(1rem,1.5vw,1.15rem);color:#ffffffe6;margin-bottom:2.5rem;max-width:480px;line-height:1.7;text-shadow:0 1px 8px rgba(0,0,0,.2)}.home-hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.home-bullets{padding:2.5rem 0;background:var(--accent-green);color:#fff}.home-bullets__list{display:flex;justify-content:center;gap:clamp(2rem,5vw,4rem);flex-wrap:wrap}.home-bullets__item{display:flex;align-items:center;gap:.65rem;font-size:.9rem;font-weight:500;color:#fffffff2;letter-spacing:.02em}.home-bullets__icon{color:#fffffff2;flex-shrink:0;display:flex}.home-bullets__icon svg{width:20px;height:20px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.75rem}.product-grid--compact{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1.25rem}.product-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;will-change:transform}.product-card:hover{box-shadow:0 8px 32px #12121214;transform:translateY(-2px)}.product-card__image-wrap{position:relative;overflow:hidden;aspect-ratio:1;background:var(--bg-alt)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image:not(.product-card__image--hover){opacity:0}.product-card:hover .product-card__image--hover{opacity:1}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card__info{padding:1.1rem 1.15rem 1.35rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.product-card__title{font-size:.95rem;font-weight:600;line-height:1.35}.product-card__title a{color:var(--text-primary);transition:color .2s ease}.product-card__title a:hover{text-decoration:none;color:var(--accent-green)}.product-card__desc{font-size:.8rem;color:var(--text-secondary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;flex-direction:column;gap:.65rem;margin-top:auto;padding-top:.25rem}.product-card__price{font-weight:600;font-size:1rem}.product-card__compare-price{font-size:.8rem;color:var(--text-secondary);margin-left:.35rem;font-weight:400}.product-card__actions,.product-card__atc-form{width:100%}.product-card__atc{width:100%;padding:.7rem 1rem;font-size:.8rem;text-align:center;border-radius:calc(var(--radius) * 2)}.featured-collection.section--alt{background-color:var(--accent-green-muted)}.featured-collection .section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2rem}.featured-collection .section-heading{position:relative;padding-bottom:.5rem}.featured-collection .section-heading:after{content:"";position:absolute;bottom:0;left:0;width:3rem;height:3px;background:var(--accent-green);border-radius:2px}.related-products{border-top:1px solid var(--border)}.related-products .section-header{margin-bottom:2.5rem}.category-grid{display:flex;justify-content:center;gap:clamp(2rem,5vw,4rem);flex-wrap:wrap}.category-card{flex:0 1 260px;max-width:300px}.category-card__link{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.category-card__link:hover{text-decoration:none;opacity:1}.category-card__image-wrap{width:clamp(140px,22vw,220px);height:clamp(140px,22vw,220px);border-radius:50%;overflow:hidden;border:2px solid var(--border);transition:box-shadow var(--transition)}.category-card__link:hover .category-card__image-wrap{box-shadow:0 12px 32px #1212121a}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.category-card__link:hover .category-card__image{transform:scale(1.08)}.category-card__label{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;position:relative}.category-card__label:after{content:"";position:absolute;bottom:-3px;left:50%;width:0;height:1.5px;background:var(--accent-green);transition:width .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1)}.category-card__link:hover .category-card__label:after{width:100%;left:0}.why-two-col__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,6rem);align-items:center}.why-two-col__copy{display:flex;flex-direction:column;gap:1.5rem}.why-two-col__body{color:var(--text-secondary);line-height:1.85;font-size:1rem}.why-two-col__image{width:100%;height:clamp(360px,55vw,580px);object-fit:cover;border-radius:calc(var(--radius-lg) * 2);transition:transform .6s cubic-bezier(.16,1,.3,1);box-shadow:0 12px 40px #12121214}.why-two-col__image:hover{transform:scale(1.02)}.email-signup{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.email-signup__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.email-signup__sub{color:var(--text-secondary);font-size:1.05rem;line-height:1.65}.email-signup__fields{display:flex;gap:0}.email-signup__input{flex:1;padding:.85rem 1rem;border:1.5px solid var(--border);border-right:none;border-radius:var(--radius) 0 0 var(--radius);background:var(--card-bg);outline:none;transition:border-color var(--transition);font-size:.9rem}.email-signup__input:focus{border-color:var(--text-primary)}.email-signup__fields .btn{border-radius:0 var(--radius) var(--radius) 0;padding-left:1.5rem;padding-right:1.5rem}.email-signup__disclaimer{font-size:.75rem;color:var(--text-secondary);margin-top:.75rem}.email-signup__success{color:var(--accent-green);font-weight:500;padding:1rem;background:#d8f3dc;border-radius:var(--radius)}.page-hero{padding:clamp(3rem,7vw,5rem) 0;text-align:center}.page-hero__inner{max-width:680px;margin:0 auto}.page-hero__heading{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;margin-bottom:.75rem}.page-hero__sub{color:var(--text-secondary);font-size:1.1rem}.faq-section__inner{max-width:760px;margin:0 auto}.faq-accordion{border-top:1px solid var(--border)}.faq-accordion__item{border-bottom:1px solid var(--border)}.faq-accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 0;text-align:left;font-family:var(--font-heading);font-size:1.05rem;font-weight:500;color:var(--text-primary);background:none;border:none;cursor:pointer;transition:color var(--transition)}.faq-accordion__trigger:hover{color:var(--text-secondary)}.faq-accordion__icon{flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1);color:var(--text-secondary)}.faq-accordion__trigger[aria-expanded=true] .faq-accordion__icon{transform:rotate(180deg)}.faq-accordion__panel{padding-bottom:1.75rem}.faq-accordion__panel[hidden]{display:none}.faq-accordion__body{color:var(--text-secondary);line-height:1.8;font-size:.95rem}.faq-accordion__body p+p{margin-top:1rem}.faq-cta{border-top:1px solid var(--border)}.faq-cta__inner{text-align:center;max-width:560px;margin:0 auto;padding:4rem 0}.faq-cta__heading{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:650;margin-bottom:.75rem}.faq-cta__sub{color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.collection-header{text-align:center;margin-bottom:2.5rem;padding:2.5rem 0 2rem;border-bottom:3px solid var(--accent-green)}.collection-header__title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:.75rem;letter-spacing:-.01em}.collection-header__desc{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.7}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;gap:1rem;flex-wrap:wrap;padding-bottom:1rem;border-bottom:1px solid var(--border)}.collection-toolbar__count{font-size:.85rem;color:var(--text-secondary);font-weight:500}.collection-toolbar__sort select{padding:.55rem 1rem;border:1.5px solid var(--border);border-radius:calc(var(--radius) * 2);background:var(--card-bg);font-size:.85rem;color:var(--text-primary);cursor:pointer;outline:none;transition:border-color var(--transition)}.collection-toolbar__sort select:hover{border-color:var(--text-secondary)}.collection-toolbar__sort select:focus{border-color:var(--accent-green)}.collection-empty{text-align:center;color:var(--text-secondary);padding:4rem 0}.pagination{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-top:3.5rem;padding-top:2rem;border-top:1px solid var(--border)}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border:1.5px solid var(--border);border-radius:calc(var(--radius) * 3);font-size:.85rem;font-weight:500;color:var(--text-secondary);transition:all .2s cubic-bezier(.4,0,.2,1)}.pagination a:hover,.pagination .current{background:var(--text-primary);border-color:var(--text-primary);color:#fff;text-decoration:none}.product-single__inner{padding-top:.5rem;padding-bottom:5rem}.product-single__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(2.5rem,6vw,5rem);align-items:start}.product-gallery{position:sticky;top:80px}.product-gallery__carousel{position:relative;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:calc(var(--radius) * 2);background:var(--section-alt-bg)}.product-gallery__carousel::-webkit-scrollbar{display:none}.product-gallery__slide,.product-gallery__single{flex:0 0 100%;scroll-snap-align:start;cursor:zoom-in;border:none;padding:0;background:none}.product-gallery__img{width:100%;aspect-ratio:1;object-fit:cover;display:block;border-radius:calc(var(--radius) * 2)}.product-gallery__nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:.75rem}.product-gallery__arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1.5px solid var(--border);background:var(--card-bg);color:var(--text-primary);cursor:pointer;transition:border-color var(--transition),background var(--transition)}.product-gallery__arrow:hover{border-color:var(--text-primary);background:var(--section-alt-bg)}.product-gallery__dots{display:flex;gap:.4rem;align-items:center}.product-gallery__dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--border);cursor:pointer;transition:background var(--transition),transform var(--transition);padding:0}.product-gallery__dot.is-active{background:var(--text-primary);transform:scale(1.25)}.product-gallery__thumbs{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.product-gallery__thumb{border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;width:64px;height:64px;padding:0;cursor:pointer;transition:border-color var(--transition),opacity var(--transition);background:none}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:var(--text-primary)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-single__info{display:flex;flex-direction:column;gap:1.5rem}.product-single__title{font-family:var(--font-heading);font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.01em}.product-single__price-row{display:flex;align-items:baseline;gap:.75rem}.product-single__price{font-size:1.5rem;font-weight:700}.product-single__compare{font-size:1rem;color:var(--text-secondary)}.product-single__badge-sale{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9b2335;background:#fde8ea;padding:.2rem .5rem;border-radius:var(--radius)}.product-single__sold-out{font-size:.85rem;font-weight:600;color:#9b2335}.product-single__short-desc{color:var(--text-secondary);line-height:1.75;font-size:.95rem;max-width:480px}.variant-selector{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.5rem}.variant-selector__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.variant-selector__options{display:flex;flex-wrap:wrap;gap:.6rem}.variant-selector__pill{display:inline-block;padding:.6rem 1.4rem;font-size:.85rem;font-weight:500;border:1.5px solid var(--border);border-radius:calc(var(--radius) * 3);cursor:pointer;transition:border-color .25s cubic-bezier(.4,0,.2,1),background .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1);color:var(--text-primary)}.variant-selector__pill:hover{border-color:var(--text-primary)}.variant-selector__option input:checked+.variant-selector__pill{background:var(--text-primary);border-color:var(--text-primary);color:#fff}.product-single__actions{display:flex;gap:.75rem;align-items:stretch}.product-single__atc{flex:1}.qty-selector{display:inline-flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--card-bg)}.qty-selector__btn{width:44px;height:44px;font-size:1.15rem;line-height:1;color:var(--text-primary);background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.qty-selector__btn:hover{background:var(--section-alt-bg)}.qty-selector__btn:active{background:var(--border)}.qty-selector__input{width:48px;height:44px;text-align:center;border:none;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);background:transparent;font-weight:600;font-size:.95rem;font-family:var(--font-body);color:var(--text-primary);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.qty-selector__input::-webkit-outer-spin-button,.qty-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.qty-selector--small{border-radius:var(--radius)}.qty-selector--small .qty-selector__btn{width:32px;height:34px;font-size:1rem}.qty-selector--small .qty-selector__input{width:40px;height:34px;font-size:.85rem}.product-benefits{display:flex;flex-direction:column;gap:.7rem;padding:1.35rem 1.6rem;background:var(--section-alt-bg);border-radius:calc(var(--radius-lg) * 1.5);border:1px solid var(--border)}.product-benefits li{font-size:.875rem;color:var(--text-secondary);padding-left:1.6rem;position:relative;line-height:1.55}.product-benefits li:before{content:"\2713";position:absolute;left:0;color:var(--accent-green);font-weight:700;font-size:.9rem}.product-accordions{border-top:1px solid var(--border);margin-top:1rem}.accordion__item{border-bottom:1px solid var(--border)}.accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 0;font-size:.9rem;font-weight:600;color:var(--text-primary);background:none;text-align:left;cursor:pointer;transition:color var(--transition)}.accordion__trigger:hover{color:var(--text-secondary)}.accordion__icon{flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1);color:var(--text-secondary)}.accordion__trigger[aria-expanded=true] .accordion__icon{transform:rotate(180deg)}.accordion__panel{padding-bottom:1.25rem}.accordion__panel[hidden]{display:none}.accordion__body{color:var(--text-secondary);line-height:1.7;font-size:.9rem}.accordion__body p+p{margin-top:.75rem}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1)}.lightbox.is-open{opacity:1;visibility:visible}.lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;cursor:pointer}.lightbox__content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;z-index:1}.lightbox__img-wrap{display:flex;align-items:center;justify-content:center}.lightbox__img{max-width:80vw;max-height:85vh;object-fit:contain;border-radius:var(--radius);-webkit-user-select:none;user-select:none;transition:opacity .2s ease}.lightbox__close{position:absolute;top:-2.5rem;right:-.5rem;font-size:2rem;color:#fff;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;z-index:2}.lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#ffffff26;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background var(--transition);z-index:2}.lightbox__arrow:hover{background:#ffffff4d}.lightbox__arrow--prev{left:-3.5rem}.lightbox__arrow--next{right:-3.5rem}.lightbox__counter{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);color:#fff9;font-size:.8rem;font-weight:500}.cart-main__inner{max-width:900px}.cart-main__title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:2rem}.shipping-bar{background:var(--bg-alt);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;margin-bottom:2rem;border:1px solid var(--border)}.shipping-bar__msg{font-size:.875rem;margin-bottom:.5rem;font-weight:500}.shipping-bar__msg--success{color:var(--accent-green);font-weight:600;margin-bottom:0}.shipping-bar__track{height:4px;background:var(--border);border-radius:2px;overflow:hidden}.shipping-bar__fill{height:100%;background:var(--text-primary);border-radius:2px;transition:width .4s ease}.cart-form{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:1.25rem;align-items:start;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.cart-item__image{width:80px;height:80px;object-fit:cover;border-radius:var(--radius);background:var(--bg-alt)}.cart-item__details{display:flex;flex-direction:column;gap:.4rem}.cart-item__title{font-weight:500;font-size:.95rem;color:var(--text-primary)}.cart-item__variant{font-size:.8rem;color:var(--text-secondary)}.cart-item__price{font-weight:600}.cart-item__qty{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.cart-item__remove{font-size:.8rem;color:var(--text-secondary);text-decoration:underline;cursor:pointer;background:none;border:none;font-family:inherit;padding:0;transition:color .2s ease}.cart-item__remove:hover{color:var(--text-primary)}.cart-form__update{margin-top:1rem;max-width:200px;margin-left:auto;font-size:.8rem}.cart-totals{position:sticky;top:80px;display:flex;flex-direction:column;gap:1rem;background:var(--bg-alt);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border)}.cart-totals__row{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:500}.cart-totals__row strong{font-size:1.2rem}.cart-totals__note{font-size:.8rem;color:var(--text-secondary);padding-bottom:.5rem;border-bottom:1px solid var(--border)}.cart-totals__continue{text-align:center;font-size:.875rem}.cart-empty{text-align:center;padding:5rem 0;display:flex;flex-direction:column;align-items:center;gap:1.25rem;max-width:400px;margin:0 auto}.cart-empty p{font-size:1.1rem;color:var(--text-secondary)}.cart-addons{margin-top:4rem}.cart-addons__heading{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.contact-hero{background:var(--section-alt-bg);padding:clamp(3rem,8vw,5rem) 0;text-align:center;border-bottom:1px solid var(--border)}.contact-hero__heading{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:.75rem}.contact-hero__sub{color:var(--text-secondary);line-height:1.65;max-width:520px;margin:0 auto;font-size:1.05rem}.contact-section__inner{display:grid;grid-template-columns:1.4fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start;max-width:960px;padding-top:clamp(2.5rem,6vw,4rem);padding-bottom:clamp(3rem,8vw,5rem)}.contact-section__form-card{background:var(--card-bg);border:1px solid var(--border);border-radius:calc(var(--radius) * 2);padding:clamp(1.75rem,4vw,2.5rem)}.contact-section__sidebar{display:flex;flex-direction:column;gap:1.25rem;padding-top:.5rem}.contact-sidebar-card{padding:1.5rem;border:1px solid var(--border);border-radius:calc(var(--radius) * 2);background:var(--card-bg)}.contact-sidebar-card svg{margin-bottom:.75rem}.contact-sidebar-card h3{font-family:var(--font-body);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:.35rem}.contact-sidebar-card p,.contact-sidebar-card a{font-size:.95rem;color:var(--text-primary);line-height:1.5}.contact-sidebar-card a{text-decoration:underline;text-underline-offset:2px}.contact-sidebar-card a:hover{color:var(--accent)}.form-field__optional{font-weight:400;color:var(--text-secondary);font-size:.8rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field label{font-size:.8rem;font-weight:600;color:var(--text-primary);letter-spacing:.01em}.form-field input,.form-field textarea,.form-field select{padding:.8rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--bg);outline:none;transition:border-color var(--transition),box-shadow var(--transition);width:100%;font-family:var(--font-body);font-size:.925rem;color:var(--text-primary)}.form-field textarea{resize:vertical}.form-field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234B4B4B' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--text-primary);box-shadow:0 0 0 3px #1212120f}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--text-secondary);opacity:.6}.contact-form .btn{margin-top:.5rem}.contact-form__success{display:flex;align-items:center;gap:.75rem;color:var(--accent-green);padding:1rem 1.25rem;background:#d8f3dc;border-radius:var(--radius);font-weight:500;font-size:.925rem}.contact-form__error{color:#9b2335;padding:1rem 1.25rem;background:#fde8ea;border-radius:var(--radius);font-size:.875rem}.about-page{padding:clamp(3rem,8vw,6rem) 0}.about-block{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,7vw,7rem);align-items:center;margin-bottom:clamp(4rem,10vw,8rem)}.about-block:last-child{margin-bottom:0}.about-block--reverse{direction:rtl}.about-block--reverse>*{direction:ltr}.about-block--centered{grid-template-columns:1fr;text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.about-block--alt{background:var(--bg-alt);padding:clamp(3rem,7vw,5rem);border-radius:var(--radius-lg)}.about-block__heading{font-family:var(--font-heading);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;margin-bottom:1.25rem}.about-block__body{color:var(--text-secondary);line-height:1.8}.about-block__body p+p{margin-top:1.25rem}.about-block__image{width:100%;height:clamp(360px,55vw,580px);object-fit:cover;border-radius:var(--radius-lg)}.about-divider{width:48px;height:2px;background:var(--accent);margin:2rem auto}.about-identity-label{font-weight:600;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:.75rem}.about-badges{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin:0 0 2rem;padding:0;list-style:none}.about-badge{font-size:.85rem;font-weight:500;color:var(--text-primary);background:var(--bg-alt);padding:.5rem 1.25rem;border-radius:100px;border:1px solid var(--border)}.about-closing{font-family:var(--font-heading);font-style:italic;font-size:1.2rem;color:var(--text-secondary);margin:0 0 2rem}.about-image-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.about-image-row__img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-lg)}.policies-hub__inner{max-width:640px;margin:0 auto}.policies-hub__heading{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;margin-bottom:.75rem}.policies-hub__sub{color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.65}.policies-hub__list{display:flex;flex-direction:column;gap:0}.policies-hub__link{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-weight:500;font-size:1.05rem;border-bottom:1px solid var(--border);color:var(--text-primary);transition:padding-left var(--transition),color var(--transition)}.policies-hub__link:after{content:"\2192";color:var(--text-secondary);transition:transform var(--transition)}.policies-hub__link:hover{padding-left:.5rem;text-decoration:none}.policies-hub__link:hover:after{transform:translate(4px)}.policy-page__inner{max-width:760px;margin:0 auto}.policy-page__header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.policy-page__title{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3rem);font-weight:700}.policy-page__content{color:var(--text-secondary);line-height:1.85}.policy-page__content h2{color:var(--text-primary);margin-top:2.5rem;margin-bottom:.75rem;font-size:clamp(1.25rem,2.5vw,1.75rem)}.policy-page__content h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.5rem}.policy-page__content p{margin-bottom:1.25rem}.policy-page__content p:last-child{margin-bottom:0}.policy-page__content ul,.policy-page__content ol{padding-left:1.5rem;margin-bottom:1.25rem;list-style:revert}.policy-page__content li{margin-bottom:.4rem}.policy-page__content a{text-decoration:underline}.policy-page__content strong{color:var(--text-primary);font-weight:600}.brand-strip{position:relative;overflow:hidden;padding:clamp(5rem,12vw,9rem) 0;text-align:center;color:#fff}.brand-strip__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.brand-strip__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8;z-index:1}.brand-strip__bg-img{width:100%;height:100%;object-fit:cover;object-position:center top}.brand-strip__inner{position:relative;z-index:2;max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.brand-strip__eyebrow{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#ffffffb3;text-shadow:0 1px 8px rgba(0,0,0,.5)}.brand-strip__heading{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.9),0 0 40px rgba(0,0,0,.5)}.brand-strip__sub{font-size:1.05rem;line-height:1.6;color:#ffffffeb;max-width:480px;text-shadow:0 1px 10px rgba(0,0,0,.8),0 0 30px rgba(0,0,0,.4)}.brand-strip__cta{margin-top:.75rem;background:#fff;color:var(--text-primary);border-color:#fff}.brand-strip__cta:hover{background:#ffffffe6}.site-footer{background:var(--text-primary);color:#fff;padding:clamp(3.5rem,8vw,6rem) 0 0;margin-top:auto}.site-footer__inner{display:grid;grid-template-columns:1fr 2fr 1fr;gap:3.5rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.site-footer__wordmark{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:#fff;letter-spacing:-.01em}.site-footer__tagline{font-size:.8rem;color:#ffffff80;margin-top:.5rem}.site-footer__contact{font-size:.85rem;color:#fff9;margin-top:1rem}.site-footer__contact a{color:#fffc;text-decoration:underline}.site-footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.site-footer__heading{font-family:var(--font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;margin-bottom:1rem;font-weight:500}.site-footer__col li{margin-bottom:.5rem}.site-footer__col a{font-size:.875rem;color:#ffffffb3;transition:color var(--transition)}.site-footer__col a:hover{color:#fff;text-decoration:none}.site-footer__social{text-align:center}.social-icons{display:flex;justify-content:center;gap:1.25rem}.social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;transition:color var(--transition),border-color var(--transition),background var(--transition)}.social-icons a:hover{color:#fff;border-color:#ffffff80;background:#ffffff14}.social-icons svg{width:18px;height:18px}.site-footer__bottom{padding:1.5rem 0;background:#00000026}.site-footer__bottom p{font-size:.775rem;color:#fff6;text-align:center;letter-spacing:.02em}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}@media(max-width:1024px){.site-footer__inner{grid-template-columns:1fr 1fr}.product-main__inner{grid-template-columns:1fr}.product-single__grid{grid-template-columns:1fr;gap:2rem}.product-gallery{position:relative;top:auto}.product-gallery__thumbs{display:none}.product-gallery__nav{margin-top:.5rem}.product-single__actions{flex-direction:column;gap:.5rem}.product-single__actions .qty-selector{align-self:flex-start}.lightbox__arrow--prev{left:.5rem}.lightbox__arrow--next{right:.5rem}.lightbox__img{max-width:95vw}.cart-form{grid-template-columns:1fr}.cart-totals{position:relative;top:auto}}@media(max-width:768px){.site-nav{display:none}.site-header__menu-toggle{display:flex}.mobile-nav{display:block}.site-header__inner{gap:.5rem;height:56px}.site-header__logo{flex:1}.site-header__logo-img{max-height:36px;max-width:140px!important}.home-hero{min-height:clamp(400px,70vh,600px)}.home-hero__heading{font-size:clamp(1.75rem,7vw,2.5rem)}.home-hero__ctas{flex-direction:column;align-items:stretch}.home-hero__ctas .btn{text-align:center}.home-bullets__list{gap:1.25rem;flex-direction:column;align-items:center}.home-bullets__item{font-size:.85rem}.category-grid{gap:1.5rem}.category-card{flex:0 1 200px}.category-card__image-wrap{width:clamp(100px,25vw,160px);height:clamp(100px,25vw,160px)}.why-two-col__inner,.email-signup__inner{grid-template-columns:1fr}.about-block{grid-template-columns:1fr;gap:2rem}.about-block--reverse{direction:ltr}.about-block--alt{padding:clamp(2rem,5vw,3rem)}.about-badges{gap:.5rem}.about-badge{font-size:.8rem;padding:.4rem 1rem}.about-image-row{grid-template-columns:1fr 1fr}.about-image-row__img:last-child{display:none}.contact-section__inner{grid-template-columns:1fr}.contact-section__sidebar{flex-direction:row;flex-wrap:wrap}.contact-sidebar-card{flex:1 1 calc(50% - .625rem);min-width:180px}.form-row{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr;gap:2rem}.site-footer__links{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card__atc{padding:.55rem .75rem;font-size:.75rem}.btn{padding:.85rem 1.75rem}.btn--full{padding:1rem}.faq-accordion__trigger{padding:1.25rem 0;font-size:1rem}.account-grid{grid-template-columns:1fr}.account-details{margin-top:0}.order-summary-grid{grid-template-columns:1fr;gap:2rem}.form-row,.blog-grid,.collections-grid{grid-template-columns:1fr}.collection-toolbar{flex-direction:column;gap:.75rem;align-items:flex-start}.page-hero{padding:clamp(2rem,5vw,3rem) 0}.page-hero__heading{font-size:clamp(1.75rem,6vw,2.25rem)}}@media(max-width:480px){:root{--container-px: 1rem}.category-card{flex:1 1 100%;max-width:100%}.category-card__link{flex-direction:row;text-align:left;gap:1rem}.category-card__image-wrap{width:80px;height:80px;flex-shrink:0}.email-signup__fields{flex-direction:column}.email-signup__input{border-right:1.5px solid var(--border);border-radius:var(--radius)}.email-signup__fields .btn{border-radius:var(--radius)}.product-grid,.about-image-row,.site-footer__links{grid-template-columns:1fr}.search-field{flex-direction:column}.search-field__input{border-right:1.5px solid var(--border);border-radius:var(--radius)}.search-field__btn{border-radius:var(--radius)}.address-list{grid-template-columns:1fr}.home-hero__content{padding:0 .5rem}.section{padding:clamp(2.5rem,6vw,4rem) 0}}.page-404{text-align:center}.page-404__inner{max-width:560px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.page-404__heading{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3rem);font-weight:700}.page-404__sub{color:var(--text-secondary);font-size:1.05rem}.page-404__search{width:100%;max-width:400px}.search-field{display:flex;gap:0}.search-field__input{flex:1;padding:.75rem 1rem;border:1.5px solid var(--border);border-right:none;border-radius:var(--radius) 0 0 var(--radius);background:var(--card-bg);font-size:.9rem;outline:none;transition:border-color var(--transition)}.search-field__input:focus{border-color:var(--text-primary)}.search-field__btn{border-radius:0 var(--radius) var(--radius) 0;white-space:nowrap}.search-page__header{text-align:center;margin-bottom:2.5rem}.search-page__heading{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:1.5rem}.search-page__form{max-width:500px;margin:0 auto}.search-page__count{font-size:.875rem;color:var(--text-secondary);margin-bottom:2rem}.search-page__empty{text-align:center;padding:3rem 0;display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:var(--text-secondary)}.search-result-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.search-result-card__title{font-size:1rem;font-weight:500}.search-result-card__title a{color:var(--text-primary)}.search-result-card__excerpt{font-size:.875rem;color:var(--text-secondary);line-height:1.5}.search-result-card__link{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.main-page__inner{max-width:760px;margin:0 auto}.main-page__title{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;margin-bottom:2rem}.main-page__content p{margin-bottom:1rem}.main-page__content h2{margin-top:2rem;margin-bottom:.75rem}.main-page__content h3{margin-top:1.5rem;margin-bottom:.5rem}.main-page__content ul,.main-page__content ol{padding-left:1.5rem;margin-bottom:1rem;list-style:revert}.main-page__content a{text-decoration:underline}.blog-page__header{text-align:center;margin-bottom:3rem}.blog-page__heading{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3rem);font-weight:700}.blog-page__empty{text-align:center;color:var(--text-secondary);padding:3rem 0}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.blog-card{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);background:var(--card-bg)}.blog-card__link{display:block;color:var(--text-primary);text-decoration:none}.blog-card__link:hover{text-decoration:none;opacity:1}.blog-card__image-wrap{overflow:hidden;aspect-ratio:3/2}.blog-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card__image{transform:scale(1.03)}.blog-card__info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.blog-card__date{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.blog-card__title{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;line-height:1.3}.blog-card__excerpt{font-size:.875rem;color:var(--text-secondary);line-height:1.5}.blog-card__read-more{font-size:.8rem;font-weight:500;color:var(--text-secondary)}.article-page__inner{max-width:760px;margin:0 auto}.article-page__back{display:inline-block;font-size:.875rem;color:var(--text-secondary);margin-bottom:1.5rem}.article-page__back:hover{color:var(--text-primary)}.article-page__title{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;margin-bottom:.75rem;line-height:1.15}.article-page__meta{display:flex;gap:.75rem;font-size:.875rem;color:var(--text-secondary);margin-bottom:2rem}.article-page__hero-image{margin-bottom:2.5rem;border-radius:var(--radius-lg);overflow:hidden}.article-page__hero-image img{width:100%;height:auto;display:block}.article-page__content{color:var(--text-secondary);line-height:1.8}.article-page__content p{margin-bottom:1.25rem}.article-page__content h2{color:var(--text-primary);margin-top:2rem;margin-bottom:.75rem}.article-page__content h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.5rem}.article-page__content ul,.article-page__content ol{padding-left:1.5rem;margin-bottom:1rem;list-style:revert}.article-page__content a{text-decoration:underline}.article-page__content blockquote{border-left:3px solid var(--accent);padding-left:1.25rem;margin:1.5rem 0;font-style:italic;color:var(--text-secondary)}.article-page__content img{border-radius:var(--radius-lg);margin:1.5rem 0}.article-page__tags{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.875rem;color:var(--text-secondary)}.article-page__tags-label{font-weight:500;margin-right:.5rem}.article-page__tags a{text-decoration:underline}.article-page__comments{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.article-page__comments-heading{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.comment-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.comment{padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.comment__author{font-weight:500}.comment__date{font-size:.8rem;color:var(--text-secondary)}.comment__body{margin-top:.5rem;color:var(--text-secondary);line-height:1.6}.comment-form{margin-top:2rem}.comment-form__heading{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.comment-form__success{color:var(--accent-green);padding:1rem;background:#d8f3dc;border-radius:var(--radius);font-weight:500;margin-bottom:1rem}.comment-form__error{color:#9b2335;padding:1rem;background:#fde8ea;border-radius:var(--radius);font-size:.875rem;margin-bottom:1rem}.list-collections__header{text-align:center;margin-bottom:3rem}.list-collections__heading{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3rem);font-weight:700}.collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.collection-card{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);background:var(--card-bg);transition:box-shadow var(--transition),transform var(--transition)}.collection-card:hover{box-shadow:0 8px 32px #12121214;transform:translateY(-2px)}.collection-card__link{display:block;color:var(--text-primary);text-decoration:none}.collection-card__link:hover{text-decoration:none;opacity:1}.collection-card__image-wrap{overflow:hidden;aspect-ratio:3/2;background:var(--bg-alt)}.collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-card:hover .collection-card__image{transform:scale(1.03)}.collection-card__info{padding:1rem 1.25rem}.collection-card__title{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.collection-card__count{font-size:.8rem;color:var(--text-secondary)}.customer-page__inner{max-width:460px;margin:0 auto}.customer-page__inner--wide{max-width:900px}.customer-page__title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:2rem}.customer-page__subtitle{font-family:var(--font-heading);font-size:1.35rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.customer-page__sub{color:var(--text-secondary);margin-bottom:1rem}.customer-page__back{display:inline-block;font-size:.875rem;color:var(--text-secondary);margin-bottom:1.5rem}.customer-page__back:hover{color:var(--text-primary)}.customer-page__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.customer-page__header .customer-page__title{margin-bottom:0}.customer-form{display:flex;flex-direction:column;gap:1.25rem}.customer-form__sub{color:var(--text-secondary);margin-bottom:.5rem}.customer-form__link{font-size:.875rem;color:var(--text-secondary);text-align:center}.customer-form__link a{text-decoration:underline}.customer-form__success{color:var(--accent-green);padding:1rem;background:#d8f3dc;border-radius:var(--radius);font-weight:500}.customer-form__error{color:#9b2335;padding:1rem;background:#fde8ea;border-radius:var(--radius);font-size:.875rem}.customer-recover{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field--checkbox{flex-direction:row;align-items:center;gap:.5rem}.form-field--checkbox input{width:auto}.form-field select{padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--card-bg);outline:none;transition:border-color var(--transition);width:100%;cursor:pointer}.form-field select:focus{border-color:var(--text-primary)}.account-grid{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:start}.account-section__heading{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;margin-bottom:1.25rem}.account-section__subheading{font-family:var(--font-body);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;margin-top:1rem}.account-empty{color:var(--text-secondary);margin-bottom:1rem}.account-table{width:100%;border-collapse:collapse;font-size:.875rem}.account-table th{text-align:left;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);padding:.75rem 0;border-bottom:2px solid var(--border)}.account-table td{padding:.85rem 0;border-bottom:1px solid var(--border)}.account-table td a{text-decoration:underline}.account-details{background:var(--bg-alt);padding:1.5rem;border-radius:var(--radius-lg)}.account-details p{font-size:.9rem;color:var(--text-secondary);margin-bottom:.25rem}.account-address{margin-top:1rem}.order-cancelled{padding:1rem;background:#fde8ea;border-radius:var(--radius);color:#9b2335;font-size:.875rem;margin-bottom:2rem}.order-fulfillment{display:block;font-size:.75rem;color:var(--text-secondary);margin-top:.25rem}.order-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.order-totals{display:flex;flex-direction:column;gap:.5rem}.order-totals__row{display:flex;justify-content:space-between;font-size:.9rem}.order-totals__row--total{font-weight:600;padding-top:.75rem;border-top:2px solid var(--border);margin-top:.25rem}.order-addresses{display:flex;flex-direction:column;gap:1rem}.order-address p{font-size:.875rem;color:var(--text-secondary);line-height:1.5}.address-form-wrap{margin:2rem 0}.address-form__actions{display:flex;gap:1rem}.address-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.address-card{background:var(--bg-alt);padding:1.25rem;border-radius:var(--radius-lg);font-size:.9rem;color:var(--text-secondary);line-height:1.5}.address-card__default{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-top:.5rem}.address-card__actions{display:flex;gap:.5rem;margin-top:1rem}.address-card__actions .btn{padding:.4rem .75rem;font-size:.8rem}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
