:root{--radius: .5rem;--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 4px);--radius-2xl: calc(var(--radius) + 8px);--radius-3xl: calc(var(--radius) + 12px);--container-max: 1280px}*{box-sizing:border-box;border-color:var(--color-border)}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,color-mix(in oklab,var(--color-blush) 28%,transparent) 0,transparent 28%),radial-gradient(circle at top right,color-mix(in oklab,var(--color-gold) 18%,transparent) 0,transparent 22%),linear-gradient(180deg,color-mix(in oklab,var(--color-cream) 68%,white) 0%,var(--color-background) 45%,color-mix(in oklab,var(--color-warm) 75%,white) 100%);color:var(--color-foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0;line-height:1.05}p{margin:0}ul{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:1.5rem}.px-section{padding-inline:1.5rem}.py-section{padding-block:5rem}.py-section-sm{padding-block:1.5rem}@media(min-width:640px){.py-section{padding-block:6rem}}.section-shell{position:relative;overflow:hidden}.section-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(to right,color-mix(in oklab,var(--color-border) 35%,transparent) 1px,transparent 1px),linear-gradient(to bottom,color-mix(in oklab,var(--color-border) 35%,transparent) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,transparent,black 16%,black 84%,transparent);mask-image:linear-gradient(to bottom,transparent,black 16%,black 84%,transparent);opacity:.18}.section-shell>*{position:relative;z-index:1}.bg-warm{background-color:var(--color-warm)}.glass-card{border:1px solid rgba(255,255,255,.45);background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 24px 80px #5330261f;border-radius:var(--radius-3xl)}.eyebrow{display:inline-flex;align-items:center;border-radius:999px;border:1px solid color-mix(in oklab,var(--color-gold) 35%,transparent);background:#ffffffb3;padding:.4rem 1rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.28em;color:var(--color-gold);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:999px;font-weight:600;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;border:1px solid transparent;transition:all .25s cubic-bezier(.22,1,.36,1);padding:.85rem 1.75rem;line-height:1}.btn svg{width:1rem;height:1rem;flex-shrink:0}.btn-hero{background:var(--color-primary);color:var(--color-primary-foreground);box-shadow:0 12px 30px #28161240}.btn-hero:hover{box-shadow:0 16px 40px #28161252;transform:scale(1.02)}.btn-outline{background:#ffffffa6;border-color:color-mix(in oklab,var(--color-primary) 15%,transparent);color:var(--color-foreground)}.btn-outline:hover{background:var(--color-accent)}.btn-blush{background:var(--color-blush);color:var(--color-blush-foreground)}.btn-blush:hover{opacity:.85}.btn-ghost{background:transparent;color:var(--color-foreground)}.btn-ghost:hover{background:var(--color-accent)}.btn-sm{padding:.6rem 1.1rem;font-size:.7rem}.btn-lg{padding:.9rem 2rem;font-size:.78rem}.btn-xl{padding:1.05rem 2.5rem;font-size:.85rem}.btn-block{width:100%}.pill{display:inline-flex;align-items:center;border-radius:999px;background:var(--color-secondary);color:var(--color-muted-foreground);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;padding:.3rem .7rem}.pill-badge{background:var(--color-blush);color:var(--color-blush-foreground)}.filter-pill{border-radius:999px;padding:.55rem 1.1rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;border:1px solid color-mix(in oklab,var(--color-primary) 10%,transparent);background:#ffffffbf;color:var(--color-muted-foreground);transition:all .2s ease}.filter-pill:hover{border-color:color-mix(in oklab,var(--color-primary) 20%,transparent);color:var(--color-foreground)}.filter-pill.is-active{background:var(--color-foreground);color:var(--color-background);box-shadow:0 10px 24px #0000002e}.filter-pill.is-active-gold{background:var(--color-gold);color:var(--color-gold-foreground)}.filter-pill.is-active-primary{background:var(--color-primary);color:var(--color-primary-foreground)}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1023px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1023px){.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:639px){.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@keyframes fade-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow-pulse{0%,to{box-shadow:0 18px 60px #4e2d241f}50%{box-shadow:0 24px 80px #b5853738}}.animate-fade-up{animation:fade-up .7s cubic-bezier(.22,1,.36,1) both}.animate-float{animation:float-slow 7s ease-in-out infinite}.animate-glow{animation:glow-pulse 5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.animate-fade-up,.animate-float,.animate-glow{animation:none}}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid color-mix(in oklab,var(--color-border) 50%,transparent);background:color-mix(in oklab,var(--color-background) 75%,transparent);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.site-header__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.5rem;max-width:var(--container-max);margin-inline:auto}.site-header__logo{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.24em;color:var(--color-foreground)}.site-header__nav{display:none;align-items:center;gap:2rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em}.site-header__nav a{color:var(--color-muted-foreground);transition:color .2s ease}.site-header__nav a:hover,.site-header__nav a.is-active{color:var(--color-foreground)}.site-header__actions{display:flex;align-items:center;gap:.75rem}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--color-foreground);background:none;border:none;padding:.25rem;transition:color .2s ease}.icon-btn:hover{color:var(--color-muted-foreground)}.icon-btn svg{width:1.25rem;height:1.25rem}.cart-count-bubble{position:absolute;top:-.5rem;right:-.5rem;display:flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;border-radius:999px;background:var(--color-gold);color:var(--color-gold-foreground);font-size:10px;font-weight:700;padding:0 .25rem}.mobile-nav-toggle{display:inline-flex}.site-header__mobile-menu{display:none;border-top:1px solid var(--color-border);background:var(--color-background);padding:1rem 1.5rem 1.25rem}.site-header__mobile-menu.is-open{display:block}.site-header__mobile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.site-header__mobile-grid a{border-radius:var(--radius-2xl);border:1px solid color-mix(in oklab,var(--color-border) 70%,transparent);background:#fff9;padding:.75rem 1rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--color-muted-foreground)}@media(min-width:768px){.site-header__nav{display:flex}.site-header__shop-btn{display:inline-flex!important}.mobile-nav-toggle{display:none}.site-header__mobile-menu{display:none!important}}main{padding-top:5rem;min-height:60vh}.site-footer{background:var(--color-foreground);color:var(--color-primary-foreground);padding:4.5rem 1.5rem 2.5rem}.site-footer__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem;margin-bottom:3rem}.site-footer__brand h3{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.28em;margin-bottom:1rem}.site-footer__brand p{color:color-mix(in oklab,var(--color-primary-foreground) 60%,transparent);font-size:.875rem;line-height:1.7;max-width:32ch}.site-footer h4{font-family:var(--font-body);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.site-footer ul{display:flex;flex-direction:column;gap:.5rem}.site-footer li a,.site-footer li button{background:none;border:none;padding:0;text-align:left;font-size:.875rem;color:color-mix(in oklab,var(--color-primary-foreground) 60%,transparent);transition:color .2s ease}.site-footer li a:hover,.site-footer li button:hover{color:var(--color-primary-foreground)}.site-footer__bottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid color-mix(in oklab,var(--color-primary-foreground) 10%,transparent);padding-top:2rem;max-width:var(--container-max);margin-inline:auto}.site-footer__bottom p{font-size:.75rem;color:color-mix(in oklab,var(--color-primary-foreground) 40%,transparent)}.site-footer__social{display:flex;align-items:center;gap:1rem}.site-footer__social a{color:color-mix(in oklab,var(--color-primary-foreground) 40%,transparent);transition:color .2s ease}.site-footer__social a:hover{color:var(--color-primary-foreground)}.site-footer__social svg{width:1.25rem;height:1.25rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-footer__brand{grid-column:span 1}.site-footer__bottom{flex-direction:row}}@media(max-width:767px){.site-footer__brand{grid-column:span 2}}.hero{display:flex;align-items:center;padding-top:1.5rem}.hero__inner{display:grid;gap:2.5rem;width:100%;max-width:var(--container-max);margin-inline:auto;padding:2.5rem 1.5rem}@media(min-width:1024px){.hero__inner{grid-template-columns:1.05fr .95fr;align-items:center;min-height:calc(100vh - 5rem);padding-block:3rem}.hero{min-height:calc(100vh - 5rem);padding-top:2rem}}.hero__content{text-align:center}@media(min-width:768px){.hero__content{text-align:left}}.hero__title{font-size:2.5rem;font-weight:600;line-height:.96;letter-spacing:-.01em;margin-top:1rem;color:var(--color-foreground)}.hero__title .accent{display:block;color:var(--color-gold)}@media(min-width:640px){.hero__title{font-size:3.75rem}}@media(min-width:1024px){.hero__title{font-size:4.5rem}}.hero__description{margin-top:1rem;max-width:36rem;font-size:1rem;line-height:1.75;color:var(--color-muted-foreground)}@media(min-width:640px){.hero__description{font-size:1.125rem}}@media(min-width:768px){.hero__content .hero__description{margin-inline:0}}.hero__content .hero__description{margin-inline:auto}.hero__actions{display:flex;flex-direction:column;justify-content:center;gap:.75rem;margin-top:1.75rem}@media(min-width:640px){.hero__actions{flex-direction:row}}@media(min-width:768px){.hero__actions{justify-content:flex-start}}.hero__perks{margin-top:1.75rem;display:grid;gap:1rem;padding:1.25rem;text-align:left}@media(min-width:640px){.hero__perks{grid-template-columns:repeat(3,minmax(0,1fr))}}.hero__perk{display:flex;align-items:flex-start;gap:.75rem}.hero__perk svg{margin-top:.2rem;width:1rem;height:1rem;color:var(--color-gold);flex-shrink:0}.hero__perk strong{display:block;font-size:.875rem;font-weight:600;color:var(--color-foreground)}.hero__perk span{font-size:.875rem;color:var(--color-muted-foreground)}.hero__media{display:flex;justify-content:center}.hero__media img{width:100%;max-width:34rem;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--radius-3xl);border:1px solid rgba(255,255,255,.5);box-shadow:0 24px 60px #3a211c29}.stat-card{padding:1.25rem 1rem;text-align:center}.stat-card__value{font-family:var(--font-heading);font-size:1.85rem;font-weight:600;color:var(--color-foreground)}.stat-card__label{margin-top:.5rem;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted-foreground)}@media(min-width:640px){.stat-card{padding:1.5rem}.stat-card__value{font-size:2.25rem}.stat-card__label{font-size:.875rem;letter-spacing:.18em}}.section-heading{display:flex;flex-direction:column;gap:1.25rem;text-align:center;margin-bottom:3rem}.section-heading h2{margin-top:1rem;font-size:2.25rem;font-weight:600;color:var(--color-foreground)}@media(min-width:640px){.section-heading h2{font-size:3rem}}.section-heading p.lede{color:var(--color-muted-foreground);font-size:.95rem;line-height:1.75}.section-heading.center{align-items:center}.section-heading.center p.lede{max-width:42rem;margin-inline:auto}@media(min-width:768px){.section-heading.split{flex-direction:row;align-items:flex-end;justify-content:space-between;text-align:left}.section-heading.split p.lede{max-width:32rem}}.category-tile{position:relative;display:block;aspect-ratio:3 / 4;overflow:hidden;border-radius:var(--radius-2xl);border:1px solid rgba(255,255,255,.55);background:#ffffff73;box-shadow:0 24px 60px #5330261a;width:100%;text-align:left;padding:0}.category-tile img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;filter:saturate(1.08) contrast(1.04)}.category-tile:hover img{transform:scale(1.04)}.category-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,color-mix(in oklab,var(--color-foreground) 60%,transparent),transparent 65%)}.category-tile__caption{position:absolute;left:0;right:0;bottom:0;padding:1.1rem;color:var(--color-primary-foreground)}.category-tile__eyebrow{margin-bottom:.4rem;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;opacity:.8}.category-tile__title{font-size:1.25rem;font-weight:600}@media(min-width:640px){.category-tile__title{font-size:1.5rem}}.product-card{overflow:hidden;transition:transform .3s ease}.product-card:hover{transform:translateY(-4px)}.product-card__media{position:relative;aspect-ratio:4 / 4.8;overflow:hidden;background:#ffffffbf;border-radius:var(--radius-3xl) var(--radius-3xl) 0 0}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:.5rem;transition:transform .7s ease}.product-card:hover .product-card__media img{transform:scale(1.02)}.product-card__nav{position:absolute;inset-inline:.75rem;top:50%;display:flex;justify-content:space-between;transform:translateY(-50%)}.product-card__nav button{border-radius:999px;border:1px solid rgba(255,255,255,.6);background:#ffffffd9;padding:.5rem;color:var(--color-foreground);box-shadow:0 4px 12px #00000014}.product-card__nav svg{width:1rem;height:1rem}.product-card__badges{position:absolute;left:1rem;top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.product-card__badge-length{background:#fffc;color:var(--color-foreground)}.product-card__wishlist{position:absolute;right:1rem;top:1rem;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:#fffc;padding:.5rem;color:var(--color-muted-foreground);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-card__wishlist svg{width:1rem;height:1rem}.product-card__wishlist.is-active{color:var(--color-primary)}.product-card__wishlist.is-active svg{fill:currentColor}.product-card__body{padding:1.1rem;display:flex;flex-direction:column;gap:1rem}.product-card__title{font-size:.95rem;font-weight:500;color:var(--color-foreground)}.product-card__title:hover{color:var(--color-gold)}.product-card__desc{margin-top:.5rem;font-size:.85rem;line-height:1.6;color:var(--color-muted-foreground);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card__tags{display:flex;flex-wrap:wrap;gap:.5rem}.product-card__rating{display:flex;align-items:center;gap:.2rem}.product-card__rating svg{width:.85rem;height:.85rem;color:var(--color-gold);fill:var(--color-gold)}.product-card__rating span{margin-left:.35rem;font-size:.75rem;color:var(--color-muted-foreground)}.product-card__price-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-card__price{display:flex;align-items:center;gap:.5rem}.product-card__price strong{font-size:1.125rem;font-weight:600;color:var(--color-foreground)}.product-card__price del{font-size:.75rem;color:var(--color-muted-foreground)}.product-card__save{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--color-gold);white-space:nowrap}.feature-card{padding:1.75rem}.feature-card.center{text-align:center;padding:2rem}.feature-card__icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:999px;background:color-mix(in oklab,var(--color-blush) 50%,transparent)}.feature-card.center .feature-card__icon{width:4rem;height:4rem;margin-inline:auto}.feature-card__icon svg{width:1.5rem;height:1.5rem;color:var(--color-gold)}.feature-card.center .feature-card__icon svg{width:1.75rem;height:1.75rem}.feature-card h3{margin-top:1.25rem;font-size:1.4rem;font-weight:600;color:var(--color-foreground)}.feature-card p{margin-top:.75rem;font-size:.875rem;line-height:1.75;color:var(--color-muted-foreground)}.feature-card.center{display:flex;flex-direction:column;gap:1rem}.step-card{text-align:center;padding:2rem;display:flex;flex-direction:column;gap:1rem}.step-card__icon{position:relative;margin-inline:auto;width:5rem;height:5rem;border-radius:999px;background:color-mix(in oklab,var(--color-blush) 40%,transparent);display:flex;align-items:center;justify-content:center}.step-card__icon svg{width:2rem;height:2rem;color:var(--color-gold)}.step-card__number{position:absolute;top:-.5rem;right:-.5rem;width:1.75rem;height:1.75rem;border-radius:999px;background:var(--color-primary);color:var(--color-primary-foreground);font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}.step-card h3{font-size:1.4rem;font-weight:600;color:var(--color-foreground)}.step-card p{font-size:.875rem;line-height:1.75;color:var(--color-muted-foreground)}.transformation-card{position:relative;overflow:hidden}.transformation-card img{width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .7s ease}.transformation-card:hover img{transform:scale(1.05)}.transformation-card__labels{position:absolute;top:0;right:0;bottom:0;left:0;display:flex}.transformation-card__labels>div{flex:1;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1rem}.transformation-card__labels .before span{border-radius:999px;background:color-mix(in oklab,var(--color-foreground) 70%,transparent);padding:.4rem 1rem;font-size:.75rem;font-weight:600;color:var(--color-primary-foreground)}.transformation-card__labels .after span{border-radius:999px;background:var(--color-gold);padding:.4rem 1rem;font-size:.75rem;font-weight:600;color:var(--color-gold-foreground)}.testimonial-card{padding:2rem;display:flex;flex-direction:column;gap:1rem}.testimonial-card__stars{display:flex;align-items:center;gap:.2rem}.testimonial-card__stars svg{width:1rem;height:1rem;color:var(--color-gold);fill:var(--color-gold)}.testimonial-card__quote{font-size:.875rem;line-height:1.75;color:var(--color-muted-foreground);font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:.75rem;padding-top:.5rem}.testimonial-card__author img{width:2.5rem;height:2.5rem;border-radius:999px;object-fit:cover}.testimonial-card__author span{font-size:.875rem;font-weight:500;color:var(--color-foreground)}.journal-card{display:block;padding:1.75rem}.journal-card__eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.24em;color:var(--color-gold)}.journal-card h3,.journal-card h2{margin-top:1rem;font-size:1.5rem;font-weight:600;color:var(--color-foreground)}.journal-card p{margin-top:1rem;font-size:.875rem;line-height:1.75;color:var(--color-muted-foreground)}.journal-card__cta{margin-top:1.5rem;display:inline-flex;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--color-foreground)}.journal-card:hover .journal-card__cta{color:var(--color-gold)}.newsletter{max-width:56rem;margin-inline:auto;border-radius:var(--radius-3xl);background:var(--color-primary);padding:3.5rem 1.5rem;text-align:center;box-shadow:0 30px 100px #4a252047}@media(min-width:640px){.newsletter{padding:3.5rem 2.5rem}}.newsletter__eyebrow{display:inline-flex;margin-bottom:1rem;border-radius:999px;border:1px solid color-mix(in oklab,var(--color-primary-foreground) 15%,transparent);background:color-mix(in oklab,var(--color-primary-foreground) 8%,transparent);padding:.4rem 1rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.26em;color:color-mix(in oklab,var(--color-primary-foreground) 75%,transparent)}.newsletter h2{font-size:2.25rem;font-weight:600;color:var(--color-primary-foreground)}@media(min-width:640px){.newsletter h2{font-size:3rem}}.newsletter>p{margin:1rem auto 0;max-width:36rem;font-size:.95rem;line-height:1.75;color:color-mix(in oklab,var(--color-primary-foreground) 80%,transparent)}.newsletter form{margin:2rem auto 0;max-width:36rem;display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.newsletter form{flex-direction:row}}.newsletter input[type=email]{flex:1;border-radius:999px;border:1px solid color-mix(in oklab,var(--color-primary-foreground) 20%,transparent);background:color-mix(in oklab,var(--color-primary-foreground) 10%,transparent);padding:.85rem 1.25rem;font-size:.875rem;color:var(--color-primary-foreground)}.newsletter input[type=email]::placeholder{color:color-mix(in oklab,var(--color-primary-foreground) 50%,transparent)}.newsletter input[type=email]:focus{outline:2px solid color-mix(in oklab,var(--color-primary-foreground) 30%,transparent)}.newsletter__success{margin-top:1.5rem;font-size:1.1rem;font-weight:500;color:var(--color-primary-foreground)}.newsletter__error{margin-top:1rem;font-size:.875rem;color:var(--color-primary-foreground)}.faq-shell{max-width:56rem;margin-inline:auto;padding:.25rem 1.5rem}@media(min-width:640px){.faq-shell{padding:.25rem 2rem}}.faq-item{border-bottom:1px solid color-mix(in oklab,var(--color-border) 70%,transparent)}.faq-item:last-child{border-bottom:none}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:none;border:none;text-align:left;padding:1.25rem 0;font-size:1rem;font-weight:600;color:var(--color-foreground)}.faq-item__icon{width:1.1rem;height:1.1rem;flex-shrink:0;transition:transform .25s ease;color:var(--color-muted-foreground)}.faq-item[open] .faq-item__icon{transform:rotate(45deg)}.faq-item__content{padding:0 0 1.25rem;font-size:.875rem;line-height:1.75;color:var(--color-muted-foreground)}.page-hero{padding:2.5rem 1.5rem}@media(min-width:640px){.page-hero{padding:4rem 1.5rem}}.page-hero__card{max-width:72rem;margin-inline:auto;text-align:center;padding:3rem 1.25rem;border-radius:var(--radius-3xl)}@media(min-width:640px){.page-hero__card{padding:3.5rem 3rem}}.page-hero__card h1{margin-top:1.25rem;font-size:2.5rem;font-weight:600;line-height:.97;color:var(--color-foreground)}@media(min-width:640px){.page-hero__card h1{font-size:3.75rem}}.page-hero__card p{margin:1.25rem auto 0;max-width:48rem;font-size:.95rem;line-height:1.75;color:var(--color-muted-foreground)}@media(min-width:640px){.page-hero__card p{font-size:1.125rem;line-height:2}}.page-hero__actions{margin-top:2rem;display:flex;flex-direction:column;justify-content:center;gap:.75rem}@media(min-width:640px){.page-hero__actions{flex-direction:row}}.policy-banner{position:relative;overflow:hidden;border-bottom:1px solid color-mix(in oklab,var(--color-border) 60%,transparent);background:var(--color-warm);padding:5rem 1.5rem}.policy-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at top left,rgba(197,163,94,.16),transparent 38%),radial-gradient(circle at bottom right,rgba(94,63,39,.08),transparent 32%)}.policy-banner__inner{position:relative;max-width:56rem;margin-inline:auto}.policy-banner h1{margin-top:1rem;max-width:42rem;font-size:2.25rem;font-weight:600;color:var(--color-foreground)}@media(min-width:640px){.policy-banner h1{font-size:3rem}}.policy-banner p{margin-top:1.25rem;max-width:38rem;font-size:1rem;line-height:1.8;color:var(--color-muted-foreground)}.policy-banner__meta{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.75rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:color-mix(in oklab,var(--color-foreground) 65%,transparent)}.policy-banner__meta span,.policy-banner__meta a{border-radius:999px;border:1px solid color-mix(in oklab,var(--color-border) 70%,transparent);background:#ffffffb3;padding:.5rem 1rem}.policy-banner__meta a:hover{border-color:var(--color-gold);color:var(--color-gold)}.policy-layout{display:grid;gap:2rem;max-width:72rem;margin-inline:auto;padding:0 1.5rem 5rem}@media(min-width:1024px){.policy-layout{grid-template-columns:260px minmax(0,1fr);padding-top:5rem}}.policy-toc{padding:1.5rem;height:fit-content}.policy-toc p{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:var(--color-gold)}.policy-toc nav{margin-top:1.25rem;display:flex;flex-direction:column;gap:.75rem}.policy-toc nav a{font-size:.875rem;line-height:1.6;color:var(--color-muted-foreground)}.policy-toc nav a:hover{color:var(--color-foreground)}.policy-content{display:flex;flex-direction:column;gap:1.5rem}.policy-content article{padding:1.75rem}@media(min-width:640px){.policy-content article{padding:2.5rem}}.policy-content h2{font-size:1.75rem;font-weight:600;color:var(--color-foreground)}.policy-content .rte{margin-top:1.25rem;font-size:.95rem;line-height:1.85;color:var(--color-muted-foreground)}.policy-content .rte p{margin-bottom:1rem}.policy-content .rte a{text-decoration:underline}.shop-toolbar{padding:1.5rem;margin-bottom:2.5rem}.shop-toolbar__grid{display:grid;gap:1rem}@media(min-width:1024px){.shop-toolbar__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}.shop-toolbar input[type=search],.shop-toolbar select{height:3rem;width:100%;border-radius:999px;border:1px solid color-mix(in oklab,var(--color-primary) 10%,transparent);background:#fffc;padding:0 1.25rem;font-size:.875rem;color:var(--color-foreground);-webkit-appearance:none;appearance:none}.shop-toolbar select{background-image:none}.shop-toolbar__pills{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.75rem}.shop-toolbar__active{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.shop-toolbar__active a{border-radius:999px;border:1px solid color-mix(in oklab,var(--color-primary) 10%,transparent);background:#fffc;padding:.4rem .85rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--color-foreground)}.shop-toolbar__meta{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--color-muted-foreground)}@media(min-width:640px){.shop-toolbar__meta{flex-direction:row;align-items:center;justify-content:space-between}}.empty-state{padding:2.5rem;text-align:center;margin-top:2rem}.empty-state h3{font-size:1.75rem;font-weight:600;color:var(--color-foreground)}.empty-state p{margin-top:.75rem;font-size:.875rem;line-height:1.75;color:var(--color-muted-foreground)}.collection-card{overflow:hidden}.collection-card__head{padding:2rem}.collection-card__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.collection-card__top .count{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.24em;color:var(--color-gold)}.collection-card__top .handle{border-radius:999px;border:1px solid color-mix(in oklab,var(--color-foreground) 10%,transparent);background:#ffffffb3;padding:.3rem .75rem;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--color-muted-foreground)}.collection-card h3{margin-top:1.25rem;font-size:1.75rem;font-weight:600;color:var(--color-foreground)}.collection-card>.collection-card__head>p{margin-top:1rem;max-width:40rem;font-size:.875rem;line-height:1.75;color:var(--color-muted-foreground)}.collection-card__products{margin-top:2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.collection-card__products a{overflow:hidden;border-radius:var(--radius-2xl);border:1px solid color-mix(in oklab,var(--color-foreground) 8%,transparent);background:#ffffffbf;transition:transform .3s ease}.collection-card__products img{aspect-ratio:4/4.6;width:100%;object-fit:cover}.collection-card__products .pinfo{padding:.75rem}.collection-card__products .pinfo .texture{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--color-gold)}.collection-card__products .pinfo .name{margin-top:.5rem;font-size:.85rem;font-weight:500;line-height:1.4;color:var(--color-foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-card__products .pinfo .price{margin-top:.5rem;font-size:.85rem;color:var(--color-muted-foreground)}.collection-card__actions{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.collection-card__actions{flex-direction:row}}.product-detail{display:grid;gap:2.5rem;max-width:var(--container-max);margin-inline:auto;padding:1rem 1.5rem 3rem}@media(min-width:1024px){.product-detail{grid-template-columns:.95fr 1.05fr;padding-top:2.5rem}}.product-gallery{padding:1rem}.product-gallery__main{position:relative;overflow:hidden;border-radius:var(--radius-2xl);background:#ffffffbf}.product-gallery__main img{width:100%;aspect-ratio:4/5;object-fit:contain;padding:.75rem}.product-gallery__nav{position:absolute;inset-inline:1rem;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between}.product-gallery__nav button{border-radius:999px;border:1px solid rgba(255,255,255,.7);background:#ffffffd9;padding:.75rem;box-shadow:0 4px 12px #0000001a}.product-gallery__nav svg{width:1.25rem;height:1.25rem}.product-gallery__thumbs{margin-top:1rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.product-gallery__thumbs button{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-lg);border:1px solid color-mix(in oklab,var(--color-border) 70%,transparent);background:#ffffffb3;padding:0}.product-gallery__thumbs button.is-active{border-color:var(--color-primary);box-shadow:0 6px 16px #0000001f}.product-gallery__thumbs img{width:100%;height:100%;object-fit:contain;padding:.2rem}.product-info{display:flex;flex-direction:column;gap:2rem}.product-info__card{padding:2rem}.product-info__tags{display:flex;flex-wrap:wrap;gap:.5rem}.product-info__top{margin-top:1.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.product-info__top h1{font-size:2.25rem;font-weight:600;color:var(--color-foreground)}.product-info__top p{margin-top:.75rem;font-size:1rem;line-height:1.8;color:var(--color-muted-foreground)}.wishlist-toggle{border-radius:999px;border:1px solid var(--color-border);background:#fffc;padding:.75rem;color:var(--color-muted-foreground);flex-shrink:0}.wishlist-toggle svg{width:1.25rem;height:1.25rem}.wishlist-toggle.is-active{color:var(--color-primary)}.wishlist-toggle.is-active svg{fill:currentColor}.product-price-row{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.product-price-row .price{font-size:1.75rem;font-weight:600;color:var(--color-foreground)}.product-price-row del{font-size:.875rem;color:var(--color-muted-foreground)}.product-price-row .save{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--color-gold)}.option-group{margin-top:1.5rem}.option-group__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--color-gold)}.option-group__values{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.75rem}.option-pill{border-radius:999px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;border:1px solid color-mix(in oklab,var(--color-primary) 10%,transparent);background:#ffffffbf;color:var(--color-muted-foreground)}.option-pill.is-active{background:var(--color-primary);color:var(--color-primary-foreground);box-shadow:0 10px 24px #0000002e}.option-pill:disabled{opacity:.35;cursor:not-allowed}.product-summary-grid{margin-top:1.5rem;display:grid;gap:1rem}@media(min-width:640px){.product-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-summary-grid div{border-radius:var(--radius-xl);border:1px solid color-mix(in oklab,var(--color-border) 80%,transparent);background:#ffffffb3;padding:1rem;font-size:.875rem;font-weight:500;color:var(--color-foreground)}.product-buy-actions{margin-top:1.75rem;display:grid;gap:.75rem}@media(min-width:640px){.product-buy-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-benefits ul{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.product-benefits li{font-size:.875rem;line-height:1.75;color:var(--color-muted-foreground)}.product-source-link{margin-top:1.5rem;display:inline-flex;font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--color-muted-foreground)}.product-source-link:hover{color:var(--color-foreground)}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#140c0a73;z-index:90;opacity:0;visibility:hidden;transition:opacity .25s ease}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:91;width:100%;max-width:32rem;background:color-mix(in oklab,var(--color-background) 96%,transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(255,255,255,.4);display:flex;flex-direction:column;padding:1.5rem;transform:translate(100%);transition:transform .32s cubic-bezier(.22,1,.36,1)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.cart-drawer__header h2{font-size:1.75rem;font-weight:600;color:var(--color-foreground)}.cart-drawer__header p{margin-top:.5rem;font-size:.875rem;color:var(--color-muted-foreground)}.cart-drawer__close{border:none;background:none;color:var(--color-muted-foreground);padding:.25rem}.cart-drawer__close svg{width:1.25rem;height:1.25rem}.cart-drawer__body{margin-top:2rem;flex:1;min-height:0;display:flex;flex-direction:column}.cart-drawer__items{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding-right:.25rem}.cart-line{padding:1rem;display:flex;gap:.85rem}.cart-line img{width:4.5rem;height:5.5rem;border-radius:var(--radius-xl);object-fit:cover;flex-shrink:0}.cart-line__main{flex:1;min-width:0;display:flex;flex-direction:column}.cart-line__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.cart-line__top h3{font-size:.95rem;font-weight:500;color:var(--color-foreground)}.cart-line__top p{margin-top:.25rem;font-size:.8rem;line-height:1.4;color:var(--color-muted-foreground)}.cart-line__remove{border:none;background:none;color:var(--color-muted-foreground);padding:0}.cart-line__remove svg{width:1rem;height:1rem}.cart-line__bottom{margin-top:auto;padding-top:1rem;display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem}.qty-control{display:flex;align-items:center;border-radius:999px;border:1px solid var(--color-border);background:#ffffffb3;padding:.2rem}.qty-control button{border:none;background:none;padding:.45rem;color:var(--color-foreground);border-radius:999px}.qty-control button:hover{background:var(--color-secondary)}.qty-control svg{width:1rem;height:1rem}.qty-control span{min-width:2rem;text-align:center;font-size:.875rem;font-weight:600}.cart-line__price{font-size:1.05rem;font-weight:600;color:var(--color-foreground)}.cart-drawer__summary{margin-top:1.5rem;border-radius:var(--radius-3xl);border:1px solid var(--color-border);background:#ffffffbf;padding:1.25rem;box-shadow:0 18px 60px #41231c1a}.cart-summary-row{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;padding:.35rem 0}.cart-summary-row.total{border-top:1px solid var(--color-border);margin-top:.5rem;padding-top:.75rem;font-size:1rem;font-weight:600;color:var(--color-foreground)}.cart-summary-row span:first-child{color:var(--color-muted-foreground)}.cart-summary-row.total span{color:var(--color-foreground)}.cart-drawer__summary .btn{width:100%;margin-top:1.25rem}.cart-drawer__summary .note{margin-top:.75rem;text-align:center;font-size:.75rem;line-height:1.5;color:var(--color-muted-foreground)}.cart-empty{margin-top:2rem;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.cart-empty svg{width:2.5rem;height:2.5rem;color:var(--color-gold)}.cart-empty h3{margin-top:1rem;font-size:1.5rem;font-weight:600;color:var(--color-foreground)}.cart-empty p{margin-top:.5rem;max-width:24rem;font-size:.875rem;line-height:1.75;color:var(--color-muted-foreground)}.cart-empty .btn{margin-top:1.5rem}body.cart-drawer-open{overflow:hidden}.prose-card{max-width:56rem;margin-inline:auto;padding:2rem}@media(min-width:640px){.prose-card{padding:2.5rem}}.prose-card .rte{font-size:.95rem;line-height:1.9;color:var(--color-muted-foreground)}.prose-card .rte p{margin-bottom:1.5rem}.prose-card .rte h2,.prose-card .rte h3{color:var(--color-foreground);margin-top:2rem;margin-bottom:1rem}.prose-card .rte a{text-decoration:underline}.prose-card .rte img{border-radius:var(--radius-xl);margin:1.5rem 0}.blog-meta{margin-bottom:2rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.stat-tile{padding:1.5rem;text-align:center}.stat-tile .label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.22em;color:var(--color-gold)}.stat-tile .value{margin-top:.75rem;font-size:2.25rem;font-weight:600;color:var(--color-foreground)}.stat-tile .desc{margin-top:.5rem;font-size:.875rem;line-height:1.6;color:var(--color-muted-foreground)}.editorial-row{overflow:hidden;display:grid}@media(min-width:768px){.editorial-row{grid-template-columns:.95fr 1.05fr}}.editorial-row img{width:100%;height:100%;object-fit:cover;min-height:16rem}.editorial-row__content{display:flex;flex-direction:column;justify-content:center;padding:2rem}.editorial-row__content .eyebrow-text{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.24em;color:var(--color-gold)}.editorial-row__content h3{margin-top:1rem;font-size:1.75rem;font-weight:600;color:var(--color-foreground)}.editorial-row__content p{margin-top:1rem;font-size:.875rem;line-height:1.75;color:var(--color-muted-foreground)}.editorial-row__content .btn{margin-top:1.5rem;width:fit-content}.state-page{max-width:40rem;margin-inline:auto;padding:4rem 1.5rem 6rem;text-align:center}.state-page h1{font-size:3rem;font-weight:600;color:var(--color-foreground)}.state-page p{margin-top:1rem;font-size:1rem;line-height:1.75;color:var(--color-muted-foreground)}.state-page .btn{margin-top:2rem}.search-form{margin-top:2rem;display:flex;gap:.75rem}.search-form input{flex:1;height:3rem;border-radius:999px;border:1px solid var(--color-border);background:#fffc;padding:0 1.25rem}.text-center{text-align:center}.hidden{display:none!important}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mt-section-cta{margin-top:2.5rem;display:flex;justify-content:center}@media(max-width:767px){.md-cols-2{grid-template-columns:repeat(1,minmax(0,1fr))!important}}.product-price-row .compare{font-size:.875rem;color:var(--color-muted-foreground);text-decoration:line-through}.cart-page-layout{display:grid;gap:2rem;align-items:start}@media(min-width:768px){.cart-page-layout{grid-template-columns:1fr 360px}}.collection-card__products a{border-radius:1.35rem;overflow:hidden;border:1px solid color-mix(in oklab,var(--color-border) 80%,transparent);background:#ffffffbf;transition:transform .3s ease}.collection-card__products a:hover{transform:translateY(-4px)}.collection-card__products img{width:100%;aspect-ratio:4/4.6;object-fit:cover}.collection-card__products .pinfo{padding:.75rem 1rem 1rem}.collection-card__products .texture{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--color-gold)}.collection-card__products .name{margin-top:.35rem;font-size:.8125rem;font-weight:500;line-height:1.5;color:var(--color-foreground);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.collection-card__products .price{margin-top:.5rem;font-size:.8125rem;color:var(--color-muted-foreground)}.step-card{text-align:center}.step-card__icon{position:relative;display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:9999px;background:color-mix(in oklab,var(--color-blush) 40%,transparent);margin:0 auto}.step-card__icon .icon{width:2rem;height:2rem;color:var(--color-gold)}.step-card__number{position:absolute;top:-.5rem;right:-.5rem;width:1.75rem;height:1.75rem;border-radius:9999px;background:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--color-primary-foreground)}.scroll-mt{scroll-margin-top:7rem}.icon{width:1em;height:1em;vertical-align:middle;flex-shrink:0}.product-card__media img{width:100%;height:100%;object-fit:cover;padding:0}.product-card{height:100%;display:flex;flex-direction:column}.product-card__body{flex:1;display:flex;flex-direction:column}.product-card__price-row{margin-top:auto}.product-card__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.product-card__actions form{width:100%;margin:0}.product-card__actions .btn,.product-card__actions button{width:100%}@media(max-width:767px){.product-card__actions{grid-template-columns:1fr}}#bestsellers .product-card{height:100%;display:flex;flex-direction:column}#bestsellers .product-card__body{flex:1;display:flex;flex-direction:column}#bestsellers .product-card__title{min-height:48px;display:block}#bestsellers .product-card__desc{min-height:72px}#bestsellers .product-card__price-row{margin-top:auto}#bestsellers .product-card__actions{margin-top:20px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
