:root{--background: 45 20% 96%;--foreground: 30 5% 25%;--card: 45 15% 97%;--card-foreground: 30 5% 25%;--primary: 30 5% 25%;--primary-foreground: 45 20% 96%;--secondary: 40 10% 93%;--muted: 40 8% 90%;--muted-foreground: 30 5% 50%;--accent: 30 5% 15%;--border: 40 10% 88%;--cream: 45 20% 96%;--charcoal: 30 5% 25%;--charcoal-deep: 30 5% 15%;--taupe: 30 8% 60%;--radius: 0rem;--font-heading: "Libre Baskerville", Georgia, "Songti TC", "Source Han Serif TC", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "system-ui", "PingFang TC", "Microsoft JhengHei", sans-serif;--transition-smooth: all .4s cubic-bezier(.4, 0, .2, 1);--transition-subtle: all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-body);line-height:1.6;letter-spacing:.01em;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}ul{list-style:none}.announce{position:fixed;top:0;left:0;right:0;z-index:101;height:40px;background:hsl(var(--charcoal));color:hsl(var(--cream));padding:0 20px;font-size:12px;letter-spacing:.1em;display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.4,0,.2,1)}.announce.is-hidden{transform:translateY(-100%)}.header{position:fixed;top:40px;left:0;right:0;z-index:100;height:80px;background:transparent;border-bottom:1px solid transparent;transition:transform .4s cubic-bezier(.4,0,.2,1),background-color .3s ease,border-color .3s ease,color .3s ease;color:#fff}.header.is-solid,.header.is-static-solid{background:hsl(var(--background));border-bottom-color:hsl(var(--border));color:hsl(var(--foreground))}.header.is-hidden{transform:translateY(calc(-100% - 40px))}.header-inner{max-width:1320px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:100%;gap:40px}.nav{display:flex;gap:36px;justify-content:center}.nav a{font-size:13px;letter-spacing:.08em;color:inherit;transition:opacity .2s ease;opacity:.92}.nav a:hover{opacity:1}.nav a.is-active{border-bottom:0;padding-bottom:0}.logo{display:inline-flex;align-items:center;line-height:0;color:inherit;white-space:nowrap;text-decoration:none}.logo__img{display:block;height:30px;width:auto;transition:opacity .2s ease}.logo__img--dark,.header.is-solid .logo__img--light,.header.is-static-solid .logo__img--light,.header.search-open .logo__img--light,.header.has-dropdown-open .logo__img--light,body.menu-is-open .header .logo__img--light{display:none}.header.is-solid .logo__img--dark,.header.is-static-solid .logo__img--dark,.header.search-open .logo__img--dark,.header.has-dropdown-open .logo__img--dark,body.menu-is-open .header .logo__img--dark{display:block}.header-icons{display:flex;gap:20px;justify-content:flex-end;align-items:center}.icon-btn{background:none;border:none;cursor:pointer;padding:8px;color:inherit;opacity:.92;transition:opacity .2s ease;display:inline-flex;align-items:center;justify-content:center;line-height:0;text-decoration:none}.icon-btn:hover{opacity:1}.cart-count{display:inline-flex;align-items:center;justify-content:center;background:hsl(var(--charcoal));color:hsl(var(--cream));font-size:10px;font-weight:500;min-width:18px;height:18px;margin-left:4px;padding:0 6px}.header.is-solid .cart-count,.header.is-static-solid .cart-count,.header.search-open .cart-count,.header.has-dropdown-open .cart-count,body.menu-is-open .header .cart-count{background:hsl(var(--charcoal));color:hsl(var(--cream))}body.template-index .header{color:hsl(var(--foreground))}body.template-index .header .logo__img--light{display:none}body.template-index .header .logo__img--dark{display:block}.has-static-header{padding-top:120px}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:flex-end;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#605039}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 50%,#00000073)}.hero-content{position:relative;z-index:2;width:100%;padding:0 64px 88px 128px;color:#fff}.hero-eyebrow{font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:#ffffffd9;margin-bottom:18px}.hero-sub{font-size:15px;font-weight:300;letter-spacing:.02em;color:#ffffffeb;max-width:560px;margin:0 0 18px}.hero p{font-size:15px;font-weight:400;line-height:1.7;letter-spacing:.02em;color:#ffffffeb;max-width:560px;margin:0 0 20px}.hero h1{font-family:var(--font-heading);font-size:clamp(26px,3.2vw,44px);font-weight:400;line-height:1.2;letter-spacing:-.01em;margin:0 0 8px;max-width:none;white-space:nowrap;color:#fff}.hero-ctas{display:flex;gap:16px;flex-wrap:wrap;margin-top:56px}.btn{font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.08em;padding:16px 32px;border:1px solid transparent;cursor:pointer;transition:var(--transition-smooth);display:inline-block;border-radius:var(--radius);text-align:center}.btn-primary{background:hsl(var(--charcoal));color:hsl(var(--cream))}.btn-primary:hover{background:hsl(var(--accent))}.btn-light{background:hsl(var(--cream));color:hsl(var(--charcoal))}.btn-light:hover{background:hsl(var(--charcoal));color:hsl(var(--cream))}.btn-outline-light{background:transparent;color:#fff;border-color:#ffffffb3}.btn-outline-light:hover{background:#fff;color:hsl(var(--charcoal))}.btn-ghost{background:transparent;color:hsl(var(--foreground));padding:14px 0;font-weight:500}.btn-ghost:after{content:" \2192";transition:var(--transition-subtle)}.btn-ghost:hover:after{margin-left:6px}.btn-ghost:hover{color:hsl(var(--accent))}.section{padding:96px 0}.section-narrow{padding:64px 0}.container{max-width:1320px;margin:0 auto;padding:0 32px}.section-header{text-align:center;margin-bottom:64px}.section-eyebrow{font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:16px}.section-header h2{font-family:var(--font-heading);font-size:clamp(28px,4vw,40px);font-weight:400;line-height:1.2;margin-bottom:16px}.section-header p{color:hsl(var(--muted-foreground));font-size:16px;max-width:560px;margin:0 auto}.ritual-heading{font-family:var(--font-heading);font-size:32px;font-weight:400;line-height:1.2;margin:0 0 32px;color:hsl(var(--foreground));text-align:left}.ritual-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.ritual-card{display:block;text-decoration:none;color:hsl(var(--foreground))}.ritual-card-image-wrap{aspect-ratio:1/1;overflow:hidden;background:hsl(var(--muted));margin-bottom:16px}@media(min-width:969px){.ritual-heading{margin:0 auto 32px;max-width:996px;width:100%}.ritual-grid{grid-template-columns:repeat(5,180px);gap:24px;justify-content:center;max-width:996px;margin:0 auto}.ritual-card{display:flex;flex-direction:column;align-items:center}.ritual-card-image-wrap{width:100%;margin-bottom:24px}.ritual-card-name{font-size:14px;text-align:center}}.ritual-card img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}.ritual-card:hover img{transform:scale(1.04)}.ritual-card-name{font-family:var(--font-body);font-size:15px;font-weight:400;color:hsl(var(--foreground));letter-spacing:.02em;text-align:left;padding:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px 32px}.product-carousel{position:relative}.product-carousel__viewport{overflow:hidden}.product-carousel__track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.product-carousel__page{flex:0 0 100%;min-width:0}.product-carousel__arrow{position:absolute;top:36%;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:hsl(var(--foreground));font-size:28px;line-height:1;cursor:pointer;transition:opacity .2s ease;z-index:2}.product-carousel__arrow:hover{opacity:.6}.product-carousel__arrow[disabled]{opacity:.25;cursor:default}.product-carousel__arrow--prev{left:-56px}.product-carousel__arrow--next{right:-56px}@media(max-width:1200px){.product-carousel__arrow--prev{left:-16px}.product-carousel__arrow--next{right:-16px}}.product-carousel__dots{display:flex;justify-content:center;gap:8px;margin-top:32px}.product-carousel__dot{width:40px;height:2px;background:rgb(var(--color-foreground-rgb, 26 26 26) / .2);border:none;cursor:pointer;padding:0;transition:background .2s ease}.product-carousel__dot:hover{background:rgb(var(--color-foreground-rgb, 26 26 26) / .4)}.product-carousel__dot.is-active{background:hsl(var(--foreground))}.product-card--placeholder{pointer-events:none;opacity:.5}.product-card--placeholder .product-image{background:hsl(var(--muted));aspect-ratio:1/1}.product-card{transition:var(--transition-subtle);display:flex;flex-direction:column;height:100%}.product-card__link{display:flex;flex-direction:column;flex:1;color:inherit;text-decoration:none;cursor:pointer}.product-card .product-price{margin-top:auto}.quick-add-form{margin:0}.quick-add-btn{display:block;width:100%;padding:14px 16px;margin-top:12px;font-family:var(--font-body);font-size:13px;font-weight:500;line-height:1.3;letter-spacing:.04em;color:hsl(var(--cream));background:hsl(var(--charcoal));border:1px solid hsl(var(--charcoal));border-radius:0;cursor:pointer;text-align:center;text-decoration:none;transition:opacity .18s ease;box-sizing:border-box;-webkit-appearance:none;appearance:none}.quick-add-form .quick-add-btn{margin-top:0}.quick-add-form{margin-top:12px}.quick-add-btn:hover{opacity:.88}.quick-add-btn:active{transform:translateY(1px)}.quick-add-btn--sold-out{background:transparent;color:hsl(var(--muted-foreground));border-color:hsl(var(--border));cursor:not-allowed}.quick-add-btn:disabled:hover{opacity:1}.load-more-btn{display:inline-block;background:transparent;color:hsl(var(--charcoal));border:1px solid hsl(var(--charcoal));padding:14px 56px;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.06em;border-radius:0;cursor:pointer;transition:background .18s ease,color .18s ease}.load-more-btn:active{transform:translateY(1px)}.load-more-btn:focus,.load-more-btn:focus-visible{background:transparent;color:hsl(var(--charcoal));outline:none}.product-image{aspect-ratio:1/1;overflow:hidden;margin-bottom:16px;position:relative}.product-image img{width:100%;height:100%;object-fit:contain;padding:24px;transition:opacity .3s ease}.product-image__secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}@media(hover:hover){.product-card:hover .product-image--swap .product-image__primary{opacity:0}.product-card:hover .product-image__secondary{opacity:1}}@media(max-width:968px){.product-image img{padding:4px}}.product-badge{position:absolute;top:12px;left:12px;background:hsl(var(--charcoal));color:hsl(var(--cream));font-size:10px;letter-spacing:.15em;padding:6px 10px;text-transform:uppercase}.product-brand{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:6px}.product-name{font-family:var(--font-heading);font-size:16px;font-weight:400;margin-bottom:8px;line-height:1.4}.product-meta{font-size:12px;color:hsl(var(--muted-foreground));margin-bottom:6px}.product-price{font-size:14px;color:hsl(var(--foreground))}.product-price .strike{text-decoration:line-through;color:hsl(var(--muted-foreground));margin-right:8px}.product-price .from{color:hsl(var(--muted-foreground));font-size:11px;margin-right:4px}.split{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.split-image{aspect-ratio:4/5;overflow:hidden;background:#e5e2dc}.split-image img{width:100%;height:100%;object-fit:cover}.split-content{padding:80px;display:flex;flex-direction:column;justify-content:center}.split-content .lf-eyebrow{font-size:12px;color:hsl(var(--muted-foreground));margin-bottom:16px;letter-spacing:.04em}.split-content .meta-row{padding:16px 0;border-top:1px solid hsl(var(--border))}.split-content .meta-row:last-child{border-bottom:1px solid hsl(var(--border))}.split-content .meta-row .meta-label{font-size:13px;font-weight:500;margin-bottom:4px}.split-content .meta-row .meta-value{font-size:13px;color:hsl(var(--muted-foreground))}@media(max-width:968px){.split{grid-template-columns:1fr}.split-content{padding:48px 24px}.split-content h2{font-size:26px}}.split-content h2{font-family:var(--font-heading);font-size:clamp(28px,3.5vw,40px);font-weight:400;line-height:1.2;margin-bottom:24px}.split-content p{font-size:16px;color:hsl(var(--foreground));margin-bottom:16px;max-width:480px}.split-content p:last-of-type{margin-bottom:32px}.split-content .stats{display:flex;gap:48px;margin-top:40px;padding-top:32px;border-top:1px solid hsl(var(--border))}.stat-num{font-family:var(--font-heading);font-size:36px;font-weight:400;color:hsl(var(--foreground));margin-bottom:4px}.stat-label{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.subscribe-banner{background:hsl(var(--charcoal));color:hsl(var(--cream));padding:80px 32px;text-align:center}.subscribe-banner .section-eyebrow{color:hsl(var(--cream));opacity:.6}.subscribe-banner h2{font-family:var(--font-heading);color:hsl(var(--cream));font-size:clamp(28px,4vw,40px);font-weight:400;line-height:1.2;margin:16px auto 24px;max-width:600px}.subscribe-banner p{color:#f7f3eabf;font-size:16px;max-width:540px;margin:0 auto 40px}.subscribe-perks{display:flex;gap:48px;justify-content:center;margin-top:64px;flex-wrap:wrap}.perk{text-align:center;max-width:240px}.perk-num{font-family:var(--font-heading);font-size:28px;color:hsl(var(--cream));margin-bottom:12px}.perk-title{font-size:14px;font-weight:500;margin-bottom:8px}.perk-desc{font-size:13px;color:#f7f3eab3;line-height:1.5}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.article-card{cursor:pointer;display:block}.article-image{aspect-ratio:4/3;overflow:hidden;margin-bottom:20px;background:hsl(var(--muted))}.article-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}.article-card:hover .article-image img{transform:scale(1.04)}.article-meta{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:12px}.article-title{font-family:var(--font-heading);font-size:22px;font-weight:400;line-height:1.3;margin-bottom:12px}.article-excerpt{color:hsl(var(--muted-foreground));font-size:14px;line-height:1.6}.newsletter{background:hsl(var(--secondary));padding:80px 32px;text-align:center}.newsletter .nl-eyebrow{font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:16px}.newsletter h2{font-family:var(--font-heading);font-size:clamp(24px,3vw,32px);font-weight:400;margin-bottom:16px}.newsletter p{color:hsl(var(--muted-foreground));font-size:15px;max-width:480px;margin:0 auto 32px}.newsletter-form{display:flex;gap:12px;max-width:480px;margin:0 auto}.newsletter-form input{flex:1;padding:16px 20px;border:1px solid hsl(var(--border));background:hsl(var(--background));font-family:var(--font-body);font-size:14px;color:hsl(var(--foreground));border-radius:var(--radius)}.newsletter-form input:focus{outline:none;border-color:hsl(var(--charcoal))}.newsletter-form button{padding:16px 32px;background:hsl(var(--charcoal));color:hsl(var(--cream));border:none;cursor:pointer;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.08em}.newsletter-form button:hover{background:hsl(var(--accent))}.spotlight{display:grid;grid-template-columns:1fr 1fr;min-height:720px;background:hsl(var(--card))}.spotlight--image-right{direction:rtl}.spotlight--image-right>*{direction:ltr}.spotlight__image-wrap{background:hsl(var(--muted));overflow:hidden}.spotlight__image-wrap img{width:100%;height:100%;object-fit:cover}.spotlight__content-wrap{display:flex;align-items:center;justify-content:center;padding:96px 64px}.spotlight__content-inner{width:100%;max-width:480px;text-align:center}.spotlight__eyebrow{font-size:13px;font-weight:500;letter-spacing:.02em;color:hsl(var(--foreground));margin-bottom:16px}.spotlight__heading{font-family:var(--font-heading);font-size:40px;font-weight:400;line-height:1.15;color:hsl(var(--foreground));margin:0 0 24px}.spotlight__body{font-size:15px;line-height:1.7;color:hsl(var(--foreground));margin-bottom:40px}.spotlight__body p{margin:0 0 12px}.spotlight__body p:last-child{margin-bottom:0}.spotlight__product{position:relative;display:block;text-decoration:none;color:hsl(var(--foreground));background:hsl(var(--background));padding:24px}.spotlight__product-badge{position:absolute;top:12px;left:16px;z-index:2;font-size:11px;font-weight:500;color:#a06b00;letter-spacing:.02em}.spotlight__product-bookmark{position:absolute;top:12px;right:16px;z-index:2;display:inline-flex;color:hsl(var(--muted-foreground));opacity:.7}.spotlight__product-image{aspect-ratio:1/1;background:hsl(var(--card));display:flex;align-items:center;justify-content:center;margin-bottom:16px}.spotlight__product-image img{width:100%;height:100%;object-fit:contain}.spotlight__product-name{font-family:var(--font-heading);font-size:16px;font-weight:400;text-align:center;margin-bottom:8px}.spotlight__product-price{font-size:14px;text-align:center;margin-bottom:16px}.spotlight__product-cta{display:block;padding:14px 16px;background:hsl(var(--foreground));color:hsl(var(--background));text-align:center;font-size:13px;letter-spacing:.05em;transition:opacity .2s ease}.spotlight__product:hover .spotlight__product-cta{opacity:.88}.spotlight__cta-button{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:hsl(var(--foreground));color:hsl(var(--background));text-decoration:none;font-size:13px;letter-spacing:.05em}@media(max-width:900px){.spotlight{grid-template-columns:1fr;min-height:0}.spotlight--image-right{direction:ltr}.spotlight__image-wrap{aspect-ratio:4/5}.spotlight__content-wrap{padding:56px 24px 72px}.spotlight__heading{font-size:28px}}.about-snippet{padding:96px 32px}.about-snippet__inner{max-width:720px;margin:0 auto;text-align:center}.about-snippet__eyebrow{font-size:13px;font-weight:500;letter-spacing:.02em;color:hsl(var(--foreground));margin-bottom:16px}.about-snippet__heading{font-family:var(--font-heading);font-size:40px;font-weight:400;line-height:1.15;color:hsl(var(--foreground));margin:0 0 24px}.about-snippet__body{font-size:15px;line-height:1.75;color:hsl(var(--foreground));margin-bottom:32px}.about-snippet__body p{margin:0 0 12px}.about-snippet__body p:last-child{margin-bottom:0}.about-snippet__cta{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:transparent;color:hsl(var(--foreground));border:1px solid hsl(var(--foreground));font-size:13px;letter-spacing:.05em;text-decoration:none;transition:background .2s ease,color .2s ease}.about-snippet__cta:hover{background:hsl(var(--foreground));color:hsl(var(--background))}.about-snippet__cta-arrow{display:inline-block;transition:transform .2s ease}.about-snippet__cta:hover .about-snippet__cta-arrow{transform:translate(4px)}@media(max-width:640px){.about-snippet{padding:64px 16px}.about-snippet__heading{font-size:28px}}.footer{background:hsl(var(--charcoal));color:hsl(var(--cream));padding:80px 32px 32px}.footer-inner{max-width:1320px;margin:0 auto}.footer-newsletter{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:64px}.footer-newsletter__text h3{font-family:var(--font-heading);font-size:22px;font-weight:400;color:hsl(var(--cream));margin:0 0 8px;letter-spacing:-.01em}.footer-newsletter__text p{font-size:14px;line-height:1.6;color:#f7f3eab3;margin:0;max-width:420px}.footer-newsletter__form{display:flex;gap:0}.footer-newsletter__form input[type=email]{flex:1;background:transparent;border:0;border-bottom:1px solid rgba(247,243,234,.35);padding:12px 0;color:hsl(var(--cream));font-family:inherit;font-size:14px;outline:none;border-radius:0}.footer-newsletter__form input::placeholder{color:#f7f3ea80}.footer-newsletter__form input:focus{border-bottom-color:hsl(var(--cream))}.footer-newsletter__form button{background:transparent;border:0;border-bottom:1px solid rgba(247,243,234,.35);color:hsl(var(--cream));font-family:inherit;font-size:12px;letter-spacing:.15em;text-transform:uppercase;padding:12px 0 12px 20px;cursor:pointer;transition:border-color .18s ease}.footer-newsletter__form button:hover{border-bottom-color:hsl(var(--cream))}.footer-cols{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:64px}.footer-brand .logo{color:hsl(var(--cream));margin-bottom:16px;display:inline-block}.footer-brand p{font-size:14px;color:#f7f3eab3;max-width:320px;line-height:1.7}.footer-col h4{font-family:var(--font-body);font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:hsl(var(--cream));margin-bottom:20px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:12px}.footer-col a{font-size:14px;color:#f7f3eab3;transition:var(--transition-subtle)}.footer-col a:hover{color:hsl(var(--cream));opacity:1}.footer-disclaimer{border-top:1px solid rgba(247,243,234,.15);padding:24px 0;color:#f7f3ea8c;font-size:11px;line-height:1.7;letter-spacing:.02em}.footer-disclaimer p{margin:0}.footer-disclaimer+.footer-bottom{border-top:none;padding-top:16px}.footer-bottom{border-top:1px solid rgba(247,243,234,.15);padding-top:32px;display:flex;justify-content:space-between;color:#f7f3ea99;font-size:12px}.collection-hero{position:relative;height:56vh;min-height:380px;display:flex;align-items:flex-end;overflow:hidden;margin-top:120px}.collection-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#605039}.collection-hero-bg img{width:100%;height:100%;object-fit:cover}.collection-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#0000006b,#0000002e,#0000000d)}.collection-hero-content{position:relative;z-index:2;max-width:1320px;width:100%;margin:0 auto;padding:0 64px 56px;color:#fff}.collection-hero-eyebrow{font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:#ffffffd9;margin-bottom:20px}.collection-hero h1{font-family:var(--font-heading);font-size:clamp(36px,5vw,56px);font-weight:400;line-height:1.15;margin-bottom:20px;max-width:640px;color:#fff}.collection-hero p{font-size:16px;font-weight:300;color:#ffffffe6;max-width:540px}.crumbs{max-width:1320px;margin:0 auto;padding:24px 32px 0;font-size:13px;color:hsl(var(--muted-foreground))}.crumbs a{color:inherit;transition:color .2s}.crumbs a:hover{color:hsl(var(--charcoal))}.crumbs .arrow{margin:0 8px;opacity:.5}.subcat-bar{border-bottom:1px solid hsl(var(--border))}.subcat-inner{max-width:1320px;margin:0 auto;padding:0 32px;display:flex;gap:32px}.subcat-tab{background:none;border:none;padding:20px 0;cursor:pointer;font-family:var(--font-body);font-size:14px;font-weight:500;color:hsl(var(--muted-foreground));border-bottom:1px solid transparent;margin-bottom:-1px;transition:color .2s}.subcat-tab:hover{color:hsl(var(--charcoal))}.subcat-tab.active{color:hsl(var(--charcoal));border-bottom-color:hsl(var(--charcoal))}.collection-main{max-width:1320px;margin:0 auto;padding:48px 32px 96px;display:grid;grid-template-columns:240px 1fr;gap:48px}.filter-sidebar{position:sticky;top:140px;align-self:start}.filter-eyebrow{font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid hsl(var(--border))}.filter-group{margin-bottom:24px;border-bottom:1px solid hsl(var(--border));padding-bottom:24px}.filter-group:last-of-type{border-bottom:none}.filter-group-title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:4px 0;font-size:14px;font-weight:500;margin-bottom:12px}.filter-group-title svg{width:14px;height:14px;transition:transform .3s}.filter-group.is-collapsed .filter-group-title svg{transform:rotate(-90deg)}.filter-group.is-collapsed .filter-group-options{display:none}.filter-group-options{display:flex;flex-direction:column;gap:8px}.filter-option{background:none;border:none;cursor:pointer;padding:6px 0;display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:13px;color:hsl(var(--foreground));text-align:left}.filter-check{width:14px;height:14px;border:1px solid hsl(var(--border));flex-shrink:0;background:hsl(var(--background));transition:all .2s}.filter-option.is-checked .filter-check{background:hsl(var(--charcoal));border-color:hsl(var(--charcoal))}.filter-option .count{margin-left:auto;color:hsl(var(--muted-foreground));font-size:12px}.filter-clear{background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:12px;font-weight:500;color:hsl(var(--muted-foreground));letter-spacing:.05em;padding:8px 0;text-align:left}.filter-clear:hover{color:hsl(var(--charcoal))}.results-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;font-size:13px;color:hsl(var(--muted-foreground))}.results-count{font-size:13px}.sort-btn{background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:13px;color:hsl(var(--foreground));display:flex;align-items:center;gap:6px}.sort-btn svg{width:12px;height:12px}.mobile-filter-btn{display:none}.collection-main .product-grid{grid-template-columns:repeat(3,1fr)}.mid-banner{grid-column:1 / -1;position:relative;aspect-ratio:5/2;margin:32px 0;overflow:hidden;background:#584d41}.mid-banner img{width:100%;height:100%;object-fit:cover}.mid-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.4) 0%,rgba(0,0,0,.1) 50%,transparent 100%)}.mid-banner-content{position:absolute;left:0;top:0;bottom:0;z-index:2;padding:56px;display:flex;flex-direction:column;justify-content:center;max-width:540px;color:#fff}.mid-banner-eyebrow{font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:#ffffffd9;margin-bottom:16px}.mid-banner h3{font-family:var(--font-heading);font-size:clamp(24px,3vw,32px);font-weight:400;line-height:1.2;margin-bottom:16px;color:#fff}.mid-banner p{font-size:15px;color:#ffffffe6;margin-bottom:20px}.mid-banner-link{font-size:13px;font-weight:500;letter-spacing:.08em;color:#fff;border-bottom:1px solid rgba(255,255,255,.6);padding-bottom:4px;display:inline-block}.mid-banner-link:hover{border-bottom-color:#fff}.load-more-wrap{text-align:center;margin-top:56px}.load-more-btn{background:transparent;border:1px solid hsl(var(--charcoal));cursor:pointer;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.08em;color:hsl(var(--charcoal));padding:16px 40px;transition:var(--transition-smooth)}@media(hover:hover){.load-more-btn:hover{background:hsl(var(--charcoal));color:hsl(var(--cream))}}.load-more-info{margin-top:16px;font-size:12px;color:hsl(var(--muted-foreground))}.product{max-width:1320px;margin:0 auto;padding:32px 32px 64px;display:grid;grid-template-columns:1fr 1fr;gap:64px}.gallery{position:relative}.gallery-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:16px}.gallery-main{aspect-ratio:1/1;overflow:hidden;margin-bottom:40px}.gallery-track{display:flex;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gallery-track::-webkit-scrollbar{display:none}.gallery-slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always}.gallery-slide-img{width:100%;height:100%;object-fit:contain;padding:48px;box-sizing:border-box}.gallery-strip-row{display:flex;gap:16px;align-items:center;justify-content:center}.gallery-arrow{background:none;border:0;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground));opacity:.7;transition:opacity .18s ease}.gallery-arrow:hover{opacity:1}.gallery-arrow svg{width:16px;height:16px}.gallery-strip{display:flex;gap:8px;overflow-x:visible}.gallery-thumb{width:140px;height:140px;flex-shrink:0;border:1px solid hsl(var(--border));background:transparent;cursor:pointer;transition:border-color .2s}.gallery-thumb.active{border-color:hsl(var(--charcoal))}.gallery-thumb img{width:100%;height:100%;object-fit:contain;padding:8px}.gallery-thumb .lifestyle-thumb{object-fit:cover;padding:0}.gallery-thumb--placeholder{background:hsl(var(--muted));border-color:hsl(var(--border));cursor:default;opacity:.75}.gallery-thumb--placeholder:hover{border-color:hsl(var(--border))}.info{position:sticky;top:140px;align-self:start;padding:16px 0}.info-eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:14px}.info-title{font-family:var(--font-heading);font-size:clamp(32px,3.4vw,44px);font-weight:400;line-height:1.15;margin-bottom:12px}.info-price{font-size:clamp(22px,1.8vw,26px);font-weight:500;margin-bottom:24px}.info-tagline{font-size:14px;line-height:1.6;color:hsl(var(--muted-foreground));margin-bottom:32px;max-width:440px}.size-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.size-box{background:transparent;cursor:pointer;border:1px solid hsl(var(--border));padding:12px 14px;display:flex;flex-direction:column;align-items:center;gap:3px;font-family:var(--font-body);transition:border-color .2s}.size-box.active{border:2px solid hsl(var(--charcoal));padding:11px 13px}.size-label{font-size:13px;font-weight:500;color:hsl(var(--foreground))}.size-price{font-size:11px;color:hsl(var(--muted-foreground))}.subscribe-row{background:none;border:1px solid hsl(var(--border));cursor:pointer;width:100%;padding:16px;display:flex;align-items:center;gap:12px;text-align:left;margin-bottom:24px}.subscribe-row:hover{border-color:hsl(var(--charcoal))}.sub-check{width:18px;height:18px;border:1px solid hsl(var(--border));flex-shrink:0;background:hsl(var(--background));transition:all .2s}.subscribe-row.is-checked .sub-check{background:hsl(var(--charcoal));border-color:hsl(var(--charcoal))}.sub-text{display:flex;flex-direction:column;gap:2px;font-size:13px}.sub-text strong{font-weight:500}.sub-text .meta{font-size:12px;color:hsl(var(--muted-foreground))}.atc-btn{background:hsl(var(--charcoal));color:hsl(var(--cream));border:none;cursor:pointer;width:100%;padding:16px;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.08em;display:flex;align-items:center;justify-content:center;gap:14px;transition:background .3s}.atc-btn:hover{background:hsl(var(--accent))}.atc-btn .em-dash{opacity:.6}.reassurance{margin-top:32px;display:flex;flex-direction:column;gap:12px}.reassurance .item{display:flex;gap:12px;align-items:center;font-size:12px;color:hsl(var(--muted-foreground))}.reassurance .item svg{width:16px;height:16px;flex-shrink:0}.tabs-wrap{max-width:1100px;margin:0 auto;padding:0 32px}.tab-headers{display:flex;justify-content:center;gap:56px;border-bottom:1px solid hsl(var(--border))}.tab-btn{background:transparent;border:none;padding:16px 0;font-family:var(--font-body);font-size:14px;font-weight:400;color:hsl(var(--muted-foreground));cursor:pointer;position:relative;letter-spacing:.04em;transition:color .2s ease}.tab-btn:hover{color:hsl(var(--foreground))}.tab-btn.active{color:hsl(var(--foreground));font-weight:500}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:hsl(var(--charcoal))}.tab-content{display:none;max-width:720px;margin:0 auto;padding:64px 0;text-align:center;font-size:15px;line-height:1.85;color:hsl(var(--foreground))}.tab-content.active{display:block}.tab-content p{margin-bottom:16px}.tab-content p:last-child{margin-bottom:0}.tab-content strong{font-weight:500}@media(max-width:968px){.tabs-wrap{padding:0 20px}.tab-headers{gap:24px;overflow-x:auto;scrollbar-width:none}.tab-headers::-webkit-scrollbar{display:none}.tab-content{padding:40px 0;font-size:14px}}.meta-block{max-width:1320px;margin:32px auto 0;padding:0 32px 80px;display:flex;gap:80px;justify-content:center;text-align:center}.meta-item .meta-label{font-size:12px;color:hsl(var(--muted-foreground));margin-bottom:6px;letter-spacing:.05em}.meta-item .meta-value{font-family:var(--font-body);font-size:14px;font-weight:400;color:hsl(var(--foreground))}@media(max-width:968px){.meta-block{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:0 16px 56px;margin-top:24px;text-align:center}.meta-item .meta-label{font-size:10px;margin-bottom:4px;letter-spacing:.04em}.meta-item .meta-value{font-size:12px;line-height:1.4}}.cross-sells{max-width:1320px;margin:0 auto;padding:96px 32px}.cross-sells h2{font-family:var(--font-heading);font-size:clamp(24px,3vw,32px);font-weight:400;margin-bottom:48px;text-align:center}.cross-sells-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.cs-card{display:block;cursor:pointer}.cs-img{aspect-ratio:1/1;overflow:hidden;margin-bottom:12px}.cs-img img{width:100%;height:100%;object-fit:contain;padding:24px}.cs-eyebrow{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:4px}.cs-name{font-family:var(--font-heading);font-size:14px;margin-bottom:4px}.cs-meta{font-size:13px;color:hsl(var(--foreground))}@media(max-width:968px){.header-inner{height:64px;padding:0 20px;gap:16px}.nav{display:none}.header-icons{gap:12px}.hero{align-items:center}.hero-content{padding:0 24px;margin-top:35vh}.hero h1{white-space:normal;font-size:clamp(24px,7vw,40px);max-width:100%;line-height:1.25}.hero-sub{font-size:14px;max-width:100%;margin-bottom:14px}.hero-ctas{margin-top:24px;gap:12px}.hero-ctas .btn{padding:12px 20px;font-size:12px}.hero{min-height:70vh}.ritual-grid{display:flex;grid-template-columns:none;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:12px;padding:0 24px;margin:0;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ritual-grid::-webkit-scrollbar{display:none}.ritual-card{flex:0 0 calc((100vw - 60px) / 3.4);max-width:220px;scroll-snap-align:start}.product-grid{grid-template-columns:repeat(2,1fr);gap:24px 16px}.split{grid-template-columns:1fr}.split-content{padding:56px 24px}.split-content .stats{gap:24px}.journal-grid{grid-template-columns:1fr}.footer-cols{grid-template-columns:1fr 1fr;gap:32px}.section{padding:64px 0}.container{padding:0 20px}.subscribe-perks{gap:24px;flex-direction:column;align-items:center}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.newsletter-form{flex-direction:column}.collection-hero-content{padding:0 24px 40px}.collection-main{grid-template-columns:1fr;padding:24px 20px 64px}.filter-sidebar{display:none}.filter-sidebar.is-mobile-open{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:hsl(var(--background));z-index:200;padding:32px 24px;overflow-y:auto}.mobile-filter-btn{display:flex;align-items:center;gap:8px;background:none;border:1px solid hsl(var(--border));padding:8px 16px;cursor:pointer;font-size:13px}.mobile-filter-btn svg{width:14px;height:14px}.collection-main .product-grid{grid-template-columns:repeat(2,1fr)}.mid-banner{aspect-ratio:4/5}.mid-banner-content{max-width:none;padding:32px 24px}.product{grid-template-columns:1fr;gap:24px;padding:24px 20px 64px}.info{position:static}.meta-block{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:24px 16px 56px}.cross-sells{padding:64px 20px}.cross-sells-grid{grid-template-columns:1fr 1fr}.subcat-inner{padding:0 20px;overflow-x:auto}}.visually-hidden,.skip-link{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:focus{position:fixed;top:8px;left:8px;width:auto;height:auto;clip:auto;margin:0;padding:12px 16px;background:hsl(var(--charcoal));color:hsl(var(--cream));z-index:200}html,body{max-width:100%;overflow-x:hidden}img,video,iframe,svg,object{max-width:100%;height:auto}.hero h1,.hero p,.hero-content,.collection-hero h1,.collection-hero p,.collection-hero-content,.section-header h2,.section-header p,.split-content h2,.split-content p,.info-title,.info-tagline,.product-name,.product-meta,.subscribe-banner h2,.subscribe-banner p,.newsletter h2,.newsletter p{max-width:100%;overflow-wrap:break-word;word-break:break-word}.icon-btn--menu{display:none}.icon-btn--menu .menu-icon-open,.icon-btn--menu .menu-icon-close{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;line-height:0}.icon-btn--menu .menu-icon-close,body.menu-is-open .icon-btn--menu .menu-icon-open{display:none}body.menu-is-open .icon-btn--menu .menu-icon-close{display:inline-flex}body.menu-is-open .header{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important;border-bottom-color:hsl(var(--border))!important;transform:none!important}.mobile-menu{position:fixed;top:104px;left:0;right:0;bottom:0;z-index:99;background:hsl(var(--background));display:flex;flex-direction:column;transform:translateY(-8px);opacity:0;visibility:hidden;overflow-y:auto;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .2s ease,visibility 0s linear .25s}.mobile-menu.is-open{transform:translateY(0);opacity:1;visibility:visible;transition-delay:0s}.mobile-menu__nav{display:flex;flex-direction:column;border-top:1px solid hsl(var(--border))}.mobile-menu__nav a{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;font-family:var(--font-body);font-size:16px;font-weight:500;letter-spacing:0;color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--border));min-height:48px}.mobile-menu__nav a svg{opacity:.6;flex-shrink:0}@media(min-width:969px){.mobile-menu,.icon-btn--menu{display:none}}@media(max-width:968px){.icon-btn--menu{display:inline-flex}.header{height:50px;top:40px}.header-inner{grid-template-columns:auto auto;justify-content:space-between;padding:0 16px;gap:8px;height:50px}.nav{display:none}.logo__img{height:22px}.header-icons{gap:0}.header-icons .icon-btn{padding:8px}.mobile-menu{top:90px}.has-static-header{padding-top:90px}.hero{min-height:70vh}.hero-content{padding:0 16px}.hero h1{font-size:clamp(32px,8vw,48px);max-width:100%;line-height:1.2}.hero p{font-size:15px;max-width:100%}.container,.header-inner,.crumbs,.footer-inner,.subscribe-banner,.newsletter,.footer{padding-inline:16px}.collection-hero{margin-top:90px}.collection-hero-content{padding:0 16px 32px}.collection-main{padding:24px 16px 56px;grid-template-columns:1fr;gap:24px}.product{grid-template-columns:1fr;gap:24px;padding:24px 16px 56px}.info{position:static;padding:0}.tabs-wrap{padding:0 16px 48px}.meta-block{display:grid;padding:24px 12px 48px;grid-template-columns:repeat(4,1fr);gap:6px}.cross-sells{padding:56px 16px}.cross-sells-grid{grid-template-columns:1fr 1fr;gap:16px}.ritual-grid{display:flex;grid-template-columns:none;flex-wrap:nowrap;overflow-x:auto;gap:10px;padding:0 20px;margin:0}.ritual-card{flex:0 0 27vw;max-width:150px}.product-grid{grid-template-columns:repeat(2,1fr);gap:24px 16px}.product-carousel__page .product-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px}.product-carousel__page .product-card:nth-child(n+3){display:none}.product-section .product-grid>:nth-child(n+3){display:none}.product-section .product-card,.product-carousel .product-card,.product-section .product-card .product-brand,.product-section .product-card .product-name,.product-section .product-card .product-price,.product-carousel .product-card .product-brand,.product-carousel .product-card .product-name,.product-carousel .product-card .product-price{text-align:center}.product-section .product-card .product-price,.product-carousel .product-card .product-price{justify-content:center}.product-carousel{position:relative;padding-bottom:48px}.product-carousel__arrow{position:absolute;top:auto;bottom:10px;transform:none;width:24px;height:24px;border-radius:0;border:0;background:transparent;color:hsl(var(--foreground));padding:0}.product-carousel__arrow svg{width:12px;height:12px}.product-carousel__arrow--prev{left:8px;right:auto}.product-carousel__arrow--next{left:auto;right:8px}.product-carousel__dots{position:absolute;bottom:20px;left:44px;right:44px;display:flex;justify-content:stretch;align-items:center;gap:8px;margin:0}.product-carousel__dot{flex:1;width:auto;height:1px;background:hsl(var(--foreground) / .25)}.product-carousel__dot.is-active{height:2px;background:hsl(var(--foreground))}.split{grid-template-columns:1fr}.split-content{padding:48px 16px}.split-content .stats{gap:16px;flex-wrap:wrap}.stat-num{font-size:28px}.journal-grid{grid-template-columns:1fr}.footer-cols{grid-template-columns:1fr 1fr;gap:24px}.footer-newsletter{grid-template-columns:1fr;gap:20px;padding-bottom:32px;margin-bottom:32px}.footer-newsletter__text h3{font-size:18px}.section{padding:64px 0}.subscribe-perks{gap:24px;flex-direction:column;align-items:center}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.newsletter-form{flex-direction:column;gap:8px}.newsletter-form input,.newsletter-form button{width:100%}.subcat-inner{padding:0 16px;overflow-x:auto;gap:24px}.filter-sidebar{display:none}.mid-banner{aspect-ratio:4/5}.mid-banner-content{max-width:none;padding:32px 16px}.gallery-thumb{width:56px;height:56px}}.nav__item{position:relative;display:inline-flex}.nav__item .nav__top{display:inline-flex;align-items:center;height:80px;padding:0}.dropdown{position:fixed;top:120px;left:0;right:0;background:hsl(var(--background));color:hsl(var(--foreground));border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));visibility:hidden;opacity:0;transform:translateY(-4px);transition:opacity .18s ease,transform .22s cubic-bezier(.4,0,.2,1),visibility 0s linear .22s;z-index:98;pointer-events:none}.nav__item.is-open .dropdown{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto;transition-delay:0s}.dropdown__inner{max-width:none;margin:0;padding:36px 13% 44px;display:grid;grid-template-columns:minmax(200px,240px);gap:64px;justify-content:start;align-items:start}.dropdown__inner--two-col{grid-template-columns:minmax(200px,240px) minmax(180px,220px)}.dropdown__inner--with-cards{grid-template-columns:minmax(200px,240px) auto;justify-content:space-between}.dropdown__inner--two-col.dropdown__inner--with-cards{grid-template-columns:minmax(200px,240px) minmax(180px,220px) auto}.dropdown__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.dropdown__col a{display:inline-block;font-family:var(--font-body);font-size:14px;font-weight:400;letter-spacing:.02em;color:hsl(var(--foreground));padding:2px 0;transition:opacity .18s ease}.dropdown__col a:hover{opacity:.6}.dropdown__viewall a{font-weight:400}.dropdown__col-eyebrow{font-family:var(--font-body);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--foreground) / .55);margin-bottom:16px}.dropdown__cards{display:flex;gap:28px;justify-self:end}.mega-card{display:flex;flex-direction:column;width:290px;text-decoration:none;color:inherit}.mega-card__meta{transition:opacity .2s ease}.mega-card:hover .mega-card__meta{opacity:.75}.mega-card:hover .mega-card__img-wrap,.mega-card:hover .mega-card__img-wrap img{opacity:1!important;filter:none!important;transform:none!important}.mega-card__img-wrap{position:relative;width:100%;aspect-ratio:1 / 1;background:hsl(var(--muted));overflow:hidden;margin-bottom:14px}.mega-card__img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.mega-card__badge{position:absolute;top:12px;left:12px;background:hsl(var(--charcoal));color:hsl(var(--cream));font-family:var(--font-body);font-size:10px;letter-spacing:.18em;text-transform:uppercase;padding:5px 10px}.mega-card__meta{padding:0}.mega-card__title{font-family:var(--font-body);font-size:15px;font-weight:500;line-height:1.3;color:hsl(var(--foreground));margin:0 0 4px;letter-spacing:.02em}.mega-card__subtitle{font-family:var(--font-body);font-size:12px;line-height:1.4;color:hsl(var(--foreground) / .6)}@media(max-width:1100px){.dropdown__cards{display:none}.dropdown__inner--with-cards{grid-template-columns:minmax(220px,280px)}.dropdown__inner--two-col.dropdown__inner--with-cards{grid-template-columns:minmax(220px,260px) minmax(180px,220px)}}.pdp-qa{margin-top:56px;border-top:1px solid hsl(var(--border))}.pdp-qa__item{padding:28px 0;border-bottom:1px solid hsl(var(--border))}.pdp-qa__item:last-child{border-bottom:0}.pdp-qa__q{font-family:var(--font-body);font-size:14px;font-weight:500;letter-spacing:.02em;color:hsl(var(--foreground));margin:0 0 12px}.pdp-qa__a,.pdp-qa__a p{font-family:var(--font-body);font-size:14px;font-weight:400;line-height:1.7;color:hsl(var(--foreground) / .78);margin:0}.pdp-qa__a p+p{margin-top:12px}.pdp-qa__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.pdp-qa__chip{display:inline-block;background:hsl(var(--muted));color:hsl(var(--foreground));font-family:var(--font-body);font-size:12px;letter-spacing:.04em;padding:6px 12px;border-radius:2px}.search-drawer{position:fixed;top:120px;left:0;right:0;bottom:0;z-index:150;background:#f7f6f3;color:#43403d;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .28s ease,transform .28s ease,visibility 0s linear .28s}.search-drawer.is-open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .28s ease,transform .28s ease,visibility 0s linear 0s}.search-drawer__form{width:100%;height:100%;padding:36px 13% 56px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.search-drawer__input-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;padding-bottom:24px;border-bottom:1px solid hsl(var(--border))}.search-drawer__input{font-family:var(--font-heading);font-size:clamp(28px,3.2vw,44px);font-weight:400;line-height:1.2;background:transparent;border:0;outline:0;color:#43403d;padding:8px 0;width:100%}.search-drawer__input::placeholder{color:#868079}.search-drawer__submit{width:48px;height:48px;border:0;background:transparent;cursor:pointer;color:#43403d;display:inline-flex;align-items:center;justify-content:center}.search-drawer__submit svg{width:22px;height:22px}.search-drawer__body{margin-top:36px;display:grid;grid-template-columns:1fr minmax(180px,240px);gap:64px;align-items:start}.search-drawer__suggestions{padding-left:0}.search-drawer__suggestions-title{font-family:var(--font-body);font-size:13px;font-weight:500;margin-bottom:14px;color:#43403d}.search-drawer__suggestions ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.search-drawer__suggestions a{font-size:14px;color:#868079;text-decoration:none;transition:color .18s ease}.search-drawer__suggestions a:hover{color:#43403d}.header.search-open{background:#f7f6f3!important;border-bottom-color:#e3e1dd!important;color:#43403d!important}.header.search-open .icon-btn--search svg path,.header.search-open .icon-btn--search svg circle{display:none}.header.search-open .icon-btn--search:before{content:"\d7  Close";font-family:var(--font-body);font-size:14px;letter-spacing:.02em;color:#43403d}.sr-group+.sr-group{margin-top:28px}.sr-group__title{font-family:var(--font-body);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:hsl(var(--foreground) / .55);margin:0 0 12px}.sr-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sr-list--products li a{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:16px;text-decoration:none;color:hsl(var(--foreground));padding:6px 0}.sr-list--products img,.sr-list--products .sr-thumb{width:56px;height:56px;object-fit:cover;background:hsl(var(--muted))}.sr-item__title{display:block;font-size:15px;line-height:1.3}.sr-item__price{display:block;font-size:13px;color:hsl(var(--foreground) / .6);margin-top:2px}.sr-list:not(.sr-list--products) a{font-size:14px;color:hsl(var(--foreground));text-decoration:none}.sr-list:not(.sr-list--products) a:hover{opacity:.65}.sr-empty{font-size:14px;color:hsl(var(--foreground) / .6);padding:16px 0}mark{background:hsl(var(--accent) / .18);color:inherit}@media(max-width:968px){.search-drawer{top:90px}.search-drawer__form{padding:24px 24px 32px}.search-drawer__body{grid-template-columns:1fr;gap:24px}.search-drawer__suggestions{border-left:0;padding-left:0;border-top:0;padding-top:8px}.header.search-open .header-icons>a,.header.search-open .icon-btn--menu{display:none!important}.header.search-open .icon-btn--search{margin-left:auto;padding-right:8px;padding-left:8px}.header.search-open .icon-btn--search:before{letter-spacing:0;font-size:14px}}.mobile-menu__nav--l1,.mobile-menu__nav--l2{overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0;height:100%;overscroll-behavior:contain}.mobile-menu{overflow-y:hidden}.dropdown-backdrop{position:fixed;top:120px;left:0;right:0;bottom:0;background:#0000002e;visibility:hidden;opacity:0;transition:opacity .18s ease,visibility 0s linear .18s;z-index:97}.dropdown-backdrop.is-visible{visibility:visible;opacity:1;transition-delay:0s}.header.has-dropdown-open{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important;border-bottom-color:hsl(var(--border))!important}@media(max-width:968px){.dropdown,.dropdown-backdrop{display:none!important}}.mobile-menu__slides{display:flex;width:200%;height:100%;transform:translate(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-menu__slides.is-l2{transform:translate(-50%)}.mobile-menu__nav--l1,.mobile-menu__nav--l2{width:50%;flex-shrink:0}.mobile-menu__nav--l2[hidden]{display:none!important}.mobile-menu__row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:16px;font-weight:500;letter-spacing:0;color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--border));min-height:48px;text-align:left}.mobile-menu__row svg{opacity:.6;flex-shrink:0}.mobile-menu__back{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:13px;letter-spacing:.05em;color:hsl(var(--muted-foreground));padding:14px 24px;border-bottom:1px solid hsl(var(--border));width:100%;text-align:left}.mobile-menu__back svg{flex-shrink:0}.mobile-menu__l2-title{font-family:var(--font-heading);font-size:18px;letter-spacing:.02em;padding:20px 24px 14px;color:hsl(var(--foreground))}.mobile-menu{overflow-x:hidden}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .25s ease;cursor:pointer}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(440px,95vw);background:hsl(var(--background));display:flex;flex-direction:column;transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 24px #0000000f}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid hsl(var(--border))}.cart-drawer__title{font-family:var(--font-heading);font-size:22px;color:hsl(var(--foreground))}.cart-drawer__count{font-family:var(--font-body);font-size:14px;color:hsl(var(--muted-foreground));margin-left:4px}.cart-drawer__ship{padding:16px 24px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.cart-drawer__ship-msg{font-size:12px;letter-spacing:.05em;color:hsl(var(--foreground));margin-bottom:8px}.cart-drawer__ship-msg--free{color:hsl(var(--accent));font-weight:500}.cart-drawer__ship-bar{height:2px;background:hsl(var(--border));position:relative;overflow:hidden}.cart-drawer__ship-fill{position:absolute;top:0;left:0;height:100%;background:hsl(var(--charcoal));transition:width .4s cubic-bezier(.4,0,.2,1)}.cart-drawer__items{flex:1;overflow-y:auto;padding:16px 24px}.cart-drawer__item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid hsl(var(--border))}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__img{flex-shrink:0;width:80px;height:80px;background:hsl(var(--secondary));display:block;overflow:hidden}.cart-drawer__img img{width:100%;height:100%;object-fit:contain;padding:8px}.cart-drawer__body{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.cart-drawer__name{font-family:var(--font-heading);font-size:15px;line-height:1.3}.cart-drawer__name a{color:hsl(var(--foreground))}.cart-drawer__variant{font-size:12px;color:hsl(var(--muted-foreground))}.cart-drawer__row{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.cart-drawer__qty{display:inline-flex;align-items:center;border:1px solid hsl(var(--border))}.cart-drawer__qty button{background:transparent;border:none;cursor:pointer;width:28px;height:28px;font-size:16px;line-height:1;color:hsl(var(--foreground))}.cart-drawer__qty button:hover{background:hsl(var(--secondary))}.cart-drawer__qty span{min-width:24px;text-align:center;font-size:13px}.cart-drawer__price{font-size:14px;font-weight:500;color:hsl(var(--foreground))}.cart-drawer__remove{align-self:flex-start;background:none;border:none;cursor:pointer;font-size:11px;letter-spacing:.08em;color:hsl(var(--muted-foreground));padding:0;text-decoration:underline;text-underline-offset:3px;margin-top:4px}.cart-drawer__remove:hover{color:hsl(var(--accent))}.cart-drawer__empty{text-align:center;padding:64px 24px}.cart-drawer__empty p{font-size:15px;color:hsl(var(--muted-foreground));margin-bottom:24px}.cart-drawer__foot{padding:20px 24px 24px;border-top:1px solid hsl(var(--border));background:hsl(var(--background))}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:14px;margin-bottom:16px}.cart-drawer__subtotal span:last-child{font-weight:600;font-size:16px}.cart-drawer__checkout{display:block;width:100%;text-align:center;margin-bottom:12px}.cart-drawer__view-cart{display:block;text-align:center;font-size:12px;letter-spacing:.08em;color:hsl(var(--muted-foreground));text-decoration:underline;text-underline-offset:3px;padding:8px 0}.cart-drawer__view-cart:hover{color:hsl(var(--foreground))}.cart-drawer[hidden]{display:block!important;visibility:hidden;pointer-events:none}.cart-drawer[hidden] .cart-drawer__panel{transform:translate(100%)}.cart-drawer[hidden] .cart-drawer__backdrop{opacity:0}@media(max-width:968px){.cart-drawer__head{padding:16px}.cart-drawer__ship{padding:12px 16px}.cart-drawer__items{padding:8px 16px}.cart-drawer__foot{padding:16px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
