:root{--bg:#faf5f7;--surface:rgba(255,255,255,0.7);--surface-heavy:rgba(255,255,255,0.85);--surface-dark:rgba(20,10,15,0.95);--ink:#301720;--muted:#7d5e69;--muted-strong:#96475d;--accent:#d12c5b;--accent-deep:#a01a40;--line:rgba(209,44,91,0.15);--line-dark:rgba(255,255,255,0.1);--shadow-lg:0 32px 64px -12px rgba(92,17,39,0.15),0 0 1px rgba(92,17,39,0.1);--shadow-md:0 16px 32px rgba(92,17,39,0.08),0 0 1px rgba(92,17,39,0.1);--shadow-sm:0 8px 16px rgba(92,17,39,0.05);--radius-xl:32px;--radius-lg:20px;--radius-md:14px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans),sans-serif;background-color:var(--bg);min-height:100vh;background:radial-gradient(120% 120% at 50% 0,rgba(253,243,246,1) 0,rgba(252,235,240,.6) 40%,rgba(255,255,255,1) 100%);background-attachment:fixed}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(45deg,rgba(209,44,91,.015) 25%,transparent 0,transparent 50%,rgba(209,44,91,.015) 0,rgba(209,44,91,.015) 75%,transparent 0,transparent);background-size:2px 2px;opacity:.8;z-index:1000}a{color:inherit;text-decoration:none;transition:.2s ease}button,input{font:inherit;outline:none}button{cursor:pointer}img{display:block;max-width:100%}.brand__name,h1,h2,h3,h4{font-family:var(--font-display),serif;letter-spacing:-.02em;margin:0}p{line-height:1.6;margin:0}.page-shell{position:relative;z-index:1;overflow:clip;padding-bottom:4rem}.page-shell:after,.page-shell:before{content:"";position:absolute;width:50vw;height:50vw;border-radius:50%;filter:blur(120px);opacity:.5;pointer-events:none;z-index:-1}.page-shell:before{top:-20%;right:-10%;background:rgba(220,140,160,.25)}.page-shell:after{bottom:10%;left:-20%;background:rgba(235,180,160,.2)}.glass-panel{background:var(--surface);backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);border:1px solid rgba(255,255,255,.5);box-shadow:var(--shadow-md);border-radius:var(--radius-xl)}.glass-panel--heavy{background:var(--surface-heavy);backdrop-filter:blur(32px) saturate(160%);-webkit-backdrop-filter:blur(32px) saturate(160%);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow-lg);border-radius:var(--radius-xl)}.glass-panel--dark{background:var(--surface-dark);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--line-dark);box-shadow:var(--shadow-lg);color:#fffafb}.glass-item{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg)}.benefit-section,.cta-banner,.hero,.product-section,.review-section,.site-footer,.site-header__frame{width:min(1200px,calc(100% - 2rem));margin:0 auto}.site-header{padding:.9rem 0 0}.site-header__frame{position:relative}.site-header__inner{min-height:5rem;padding:.75rem .9rem .75rem 1.2rem;border-radius:999px;border:1px solid rgba(255,255,255,.7);background:rgba(255,252,253,.82);box-shadow:0 20px 40px rgba(92,17,39,.08)}.brand{display:flex;align-items:center}.brand__logo-container{position:relative;width:3.5rem;height:3.5rem;overflow:hidden}.brand__logo-image{object-position:center;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.brand:hover .brand__logo-image{transform:scale(1.08)}.site-nav{display:flex;gap:2rem;font-weight:500;font-size:.95rem}.site-footer__links a,.site-nav a{color:var(--muted)}.site-footer__links a:hover,.site-nav a:hover{color:var(--accent)}.site-nav--desktop{align-items:center;gap:.5rem;padding:.35rem;background:rgba(255,255,255,.7);border:1px solid rgba(209,44,91,.08)}.site-nav--desktop a{padding:.7rem 1rem;font-size:.92rem;font-weight:600}.site-nav--desktop a:hover{background:rgba(209,44,91,.08)}.site-nav--mobile{flex-direction:column;align-items:stretch;gap:.4rem}.site-nav--mobile a{padding:.95rem 1rem;border-radius:16px;background:rgba(255,255,255,.65);color:var(--ink);font-weight:600}.site-nav--mobile a:hover{background:rgba(209,44,91,.08);color:var(--accent-deep)}.site-header__actions{display:flex;align-items:center;gap:.75rem}.site-header__note{display:inline-flex;align-items:center;min-height:2.9rem;padding:0 .95rem;border-radius:999px;background:rgba(209,44,91,.08);border:1px solid rgba(209,44,91,.12);color:var(--accent-deep);font-size:.8rem;font-weight:700;white-space:nowrap}.site-header__menu-toggle{display:none;width:2.9rem;height:2.9rem;color:var(--ink);background:rgba(255,255,255,.78);border:1px solid rgba(209,44,91,.12)}.site-header__mobile-menu{display:grid;grid-gap:1rem;gap:1rem;margin-top:.75rem;border-radius:24px;opacity:0;pointer-events:none;transform:translateY(-8px);max-height:0;overflow:hidden;transition:opacity .25s ease,transform .25s ease,max-height .3s ease,padding .3s ease}.site-header__mobile-menu--open{padding:1rem;opacity:1;pointer-events:auto;transform:translateY(0);max-height:24rem}.site-header__mobile-menu:not(.site-header__mobile-menu--open){display:none}.bag-button{min-height:2.9rem;padding-inline:1rem}.bag-button__icon-wrap{position:relative}.bag-button__count,.bag-button__icon-wrap{display:inline-flex;align-items:center;justify-content:center}.bag-button__count{position:absolute;top:-.4rem;right:-.55rem;min-width:1rem;height:1rem;padding:0 .2rem;border-radius:999px;color:white;font-size:.65rem;font-weight:700;line-height:1}@media (min-width:769px){.site-header__menu-toggle,.site-header__mobile-menu{display:none!important}}.button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border-radius:99rem;font-weight:600;border:none;padding:.9rem 1.4rem;transition:all .3s cubic-bezier(.2,.8,.2,1)}.button:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.button:active{transform:translateY(0)}.button--primary{background:linear-gradient(135deg,var(--accent),var(--accent-deep));color:white;box-shadow:0 12px 24px rgba(209,44,91,.3)}.button--primary:hover{box-shadow:0 16px 32px rgba(209,44,91,.4)}.button--soft{background:rgba(209,44,91,.08);color:var(--accent-deep);border:1px solid rgba(209,44,91,.12)}.button--soft:hover{background:rgba(209,44,91,.12)}.button--ghost{background:white;color:var(--ink);border:1px solid var(--line);box-shadow:0 4px 12px rgba(0,0,0,.03)}.button--ghost:hover{border-color:var(--accent)}.button--light{background:#fffcfd;box-shadow:0 4px 12px rgba(0,0,0,.05)}.button--icon{padding:.6rem}.button--full{width:100%;padding:1.1rem;font-size:1.05rem}.button--header{padding:.75rem 1.25rem;font-size:.9rem}.button--small{padding:.6rem 1rem;font-size:.85rem}.icon-button{border:0;background:transparent;display:flex;align-items:center;justify-content:center;padding:0;margin:0;transition:.2s;border-radius:50%;width:2rem;height:2rem}.icon-button:hover{background:rgba(255,255,255,.15)}.icon-action{display:inline-flex;align-items:center;padding:.4rem;border-radius:50%;transition:background .2s ease;cursor:pointer;border:none;background:transparent}.icon-action:hover{background:rgba(0,0,0,.05)}.icon-accent{color:var(--accent)}.hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:3.5rem;gap:3.5rem;padding:4rem 0;min-height:calc(100vh - 5rem)}.eyebrow,.hero{align-items:center}.eyebrow{display:inline-flex;gap:.5rem;padding:.4rem .8rem;border-radius:99rem;background:rgba(209,44,91,.08);border:1px solid rgba(209,44,91,.12);color:var(--accent-deep);font-size:.75rem;text-transform:uppercase;font-weight:700;letter-spacing:.08em}.eyebrow--small{background:transparent;padding:0;border:none;margin-bottom:.5rem}.eyebrow--inverse{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.9)}.hero h1{font-size:clamp(2.8rem,4.5vw,4rem);line-height:1.05;margin:1rem 0;text-wrap:balance}.hero__lede{font-size:1.08rem;max-width:38rem;margin-bottom:1rem;line-height:1.6}.hero__ingredients-list{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0 1.5rem}.hero__ingredient-item{font-size:.9rem;font-weight:600;color:var(--accent-deep);display:flex;align-items:center}.hero__ingredient-item .separator{margin-left:.6rem;color:rgba(209,44,91,.2)}.hero__story{margin-bottom:2rem}.hero__story-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:0;background:transparent;border:none;font-size:.82rem;font-weight:700;color:var(--accent-deep);cursor:pointer;text-transform:uppercase;letter-spacing:.06em;transition:color .2s ease}.hero__story-toggle:hover{color:var(--accent)}.story-chevron{transition:transform .35s cubic-bezier(.16,1,.3,1);color:inherit}.story-chevron--open{transform:rotate(180deg)}.hero__story-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.16,1,.3,1)}.hero__story-body--open{grid-template-rows:1fr}.hero__story-inner{overflow:hidden;padding-top:.75rem}.hero__story-inner p{font-size:.92rem;line-height:1.65;color:var(--muted);margin-bottom:.75rem}.hero__story-inner p:last-child{margin-bottom:0}.hero__cta-wrapper{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.hero__actions{gap:1rem;align-items:center}.hero__promo-note{font-size:.85rem;color:var(--muted);margin:0}.hero__promo-note strong{color:var(--accent-deep)}.hero-card{box-shadow:var(--shadow-lg)}.hero-card,.hero-card__image{position:relative;overflow:hidden;border-radius:var(--radius-xl)}.hero-card__image{height:clamp(28rem,60vh,40rem);background:#f5ebe0}.hero-card__image img{object-fit:cover;object-position:center center;transition:transform .9s ease}.hero-card:hover .hero-card__image img{transform:scale(1.04)}.hero-card__badge{left:1.25rem;padding:.4rem .85rem;font-size:.7rem;text-transform:uppercase;font-weight:800;letter-spacing:.12em;color:var(--accent-deep)}.hero-card__badge,.hero-card__rating-pill{position:absolute;top:1.25rem;z-index:10;border-radius:99rem;background:rgba(255,255,255,.92);box-shadow:var(--shadow-sm);border:1px solid rgba(255,255,255,.8)}.hero-card__rating-pill{right:1.25rem;display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.78rem;font-weight:700;color:var(--ink)}.hero-card__rating-pill svg{color:#f5a623}.hero-card__size-pill{position:absolute;bottom:1.25rem;right:1.25rem;z-index:10;padding:.4rem .8rem;border-radius:99rem;background:rgba(255,255,255,.92);box-shadow:var(--shadow-sm);font-size:.78rem;font-weight:700;color:var(--muted);border:1px solid rgba(255,255,255,.8)}.section-heading{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:4rem;padding:0 1rem;gap:0}.section-heading .eyebrow{margin-bottom:1.25rem}.section-heading h2{font-size:clamp(1.9rem,3.2vw,2.9rem);line-height:1.1;letter-spacing:-.025em;margin:0 0 1rem;max-width:none;white-space:normal;text-wrap:pretty}.text-accent,.text-accent .word{background:linear-gradient(135deg,var(--accent) 0,var(--accent-deep) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.section-heading p{font-size:1.05rem;color:var(--muted);max-width:36rem;line-height:1.65;margin:0 0 2rem}.section-heading__rule{width:3rem;height:3px;border-radius:99rem;background:linear-gradient(90deg,var(--accent),var(--accent-deep));opacity:.6;margin-top:.25rem}.collection-layout{padding:4rem 0}.product-grid{grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.product-card{background:transparent;padding:0;border:none}.product-card__media{aspect-ratio:4/5;border-radius:24px;background:white;margin-bottom:1rem;box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.03);transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease}.product-card__media img{object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__media{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badge{position:absolute;top:1rem;left:1rem;padding:.35rem .75rem;border-radius:99rem;background:rgba(255,255,255,.92);box-shadow:var(--shadow-sm);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-deep);border:1px solid rgba(255,255,255,.8);z-index:10}.product-card__body{padding:.25rem .5rem .5rem}.product-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.6rem}.product-card__title-area{display:flex;flex-direction:column;gap:.15rem}.product-card__category{font-size:.7rem;color:var(--accent-deep)}.product-card__name{font-family:var(--font-display),serif;font-size:1.35rem;font-weight:600;line-height:1.2}.product-card__current-price{display:block;font-size:1.15rem;color:var(--ink);font-weight:700}.product-card__compare-price{font-size:.85rem;color:var(--muted);text-decoration:line-through;display:block;margin-top:.1rem}.product-card__details-wrapper{margin-bottom:1rem}.product-card__details-toggle{display:inline-flex;align-items:center;gap:.25rem;background:transparent;border:none;padding:0;font-size:.78rem;font-weight:700;color:var(--muted);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;transition:color .2s ease}.product-card__details-toggle:hover{color:var(--accent-deep)}.product-card__details-chevron{transition:transform .3s cubic-bezier(.16,1,.3,1);color:inherit}.product-card__details-chevron--open{transform:rotate(180deg)}.product-card__description-container{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.16,1,.3,1)}.product-card__description-container--open{grid-template-rows:1fr}.product-card__description-inner{overflow:hidden}.product-card__description-text{font-size:.85rem;line-height:1.5;color:var(--muted);padding-top:.4rem;margin:0}.product-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;border-top:1px solid rgba(209,44,91,.08)}.product-card__size{font-size:.82rem;font-weight:600;color:var(--muted)}.product-card__add-btn{display:inline-flex;gap:.35rem;font-size:.8rem;padding:.5rem 1rem}.cart-backdrop{position:fixed;inset:0;z-index:120;background:rgba(48,23,32,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .35s ease}.cart-backdrop--open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(480px,100vw);z-index:130;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);border-radius:var(--radius-xl) 0 0 var(--radius-xl);overflow:hidden}.cart-drawer--open{transform:translateX(0)}.cart-drawer__header{display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.cart-drawer__header-right{gap:.75rem}.cart-drawer__close{color:rgba(255,255,255,.8);width:2.5rem;height:2.5rem}.cart-drawer__close:hover{background:rgba(255,255,255,.12);color:white}.cart-drawer__body{flex:1 1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.cart-drawer h3{font-size:1.8rem;color:white;margin-top:.5rem}.cart-panel__count{padding:.5rem 1rem;border-radius:99rem;background:rgba(255,255,255,.1);color:rgba(255,255,255,.8);font-size:.85rem;font-weight:600}.cart-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:.75rem;gap:.75rem}.cart-item{padding:1rem;display:flex;gap:1rem;align-items:center}.cart-item__thumb{position:relative;width:4.5rem;height:4.5rem;border-radius:12px;overflow:hidden;background:white;flex-shrink:0}.cart-item__thumb img{object-fit:cover}.cart-item__body{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.cart-item__row{display:flex;justify-content:space-between;align-items:center}.cart-item__title{font-weight:700;color:white;margin:0}.cart-item__meta{font-size:.85rem;color:rgba(255,255,255,.6);margin:0}.cart-item__row strong{color:white;font-size:1.1rem}.quantity-control{display:flex;align-items:center;gap:.5rem;padding:.2rem;background:rgba(0,0,0,.2);border-radius:99rem}.quantity-control span{min-width:1.5rem;text-align:center;color:white;font-weight:600;font-size:.9rem}.cart-empty{padding:2rem 1rem;text-align:center;border:1px dashed rgba(255,255,255,.2);border-radius:var(--radius-xl);color:rgba(255,255,255,.6)}.cart-empty p{font-weight:600;color:white;margin:1rem 0 .5rem;font-size:1.1rem}.promo-panel{padding:1.25rem;display:grid;grid-gap:1rem;gap:1rem}.promo-panel__header{display:flex;gap:.75rem;align-items:center;color:rgba(255,255,255,.9)}.promo-panel__header strong{display:block;font-size:1rem}.promo-panel__header span{color:rgba(255,255,255,.6);font-size:.85rem}.promo-chips{display:flex;flex-wrap:wrap;gap:.5rem}.promo-chip{text-align:left;padding:.6rem .8rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);transition:.2s;color:white}.promo-chip:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}.promo-chip strong{display:block;font-size:.9rem}.promo-chip span{font-size:.8rem;color:rgba(255,255,255,.6)}.promo-form{display:flex}.promo-form input{flex:1 1;padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.2);background:rgba(0,0,0,.2);color:white;font-size:.95rem}.promo-form input::placeholder{color:rgba(255,255,255,.4)}.promo-message{font-size:.85rem;color:#ff91ad}.cart-drawer__footer{padding:1.5rem;background:rgba(26,12,17,.96);border-top:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-shrink:0}.summary-box{display:grid;grid-gap:.75rem;gap:.75rem}.summary-row{display:flex;justify-content:space-between;color:rgba(255,255,255,.8);font-size:.95rem}.summary-row strong{color:white}.summary-total{display:flex;justify-content:space-between;margin:.5rem 0 1rem;font-size:1.25rem;font-weight:700;color:white}.summary-note{font-size:.8rem;color:rgba(255,255,255,.4);text-align:center;margin-top:.5rem;line-height:1.4}.benefit-section{padding:4rem 0}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.benefit-card{padding:2.5rem 2rem;text-align:center}.benefit-card__icon{display:inline-flex;justify-content:center;align-items:center;width:4rem;height:4rem;border-radius:50%;background:rgba(209,44,91,.08);margin-bottom:1.5rem}.benefit-card h3{font-size:1.5rem;margin-bottom:1rem}.review-section{padding:4rem 0}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;align-items:start}.review-card{padding:2rem}.review-card__stars{display:flex;gap:.25rem;margin-bottom:1.25rem}.review-card p{font-size:1.1rem;font-style:italic;margin-bottom:1.5rem}.review-card__author strong{display:block;font-size:1.1rem}.review-card__author span{font-size:.85rem;color:var(--muted)}.review-grid article:nth-child(2){transform:translateY(2rem)}.cta-banner{padding:4rem;text-align:center;margin:4rem auto;max-width:900px;display:flex;flex-direction:column;align-items:center;gap:2rem}.cta-banner h2{font-size:3rem}.cta-banner p{font-size:1.2rem;max-width:32rem}.site-footer{display:flex;justify-content:space-between;padding:3rem 0;border-top:1px solid var(--line)}.site-footer p{max-width:24rem;margin-top:.5rem;font-size:.9rem}.site-footer__links{display:flex;gap:2rem}[data-animate]{opacity:0;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}[data-animate=fade-up]{transform:translateY(50px)}[data-animate=fade-down]{transform:translateY(-32px)}[data-animate=fade-left]{transform:translateX(-50px)}[data-animate=fade-right]{transform:translateX(50px)}[data-animate=scale-up]{transform:scale(.88)}[data-animate=zoom-in]{transform:scale(.94) translateY(24px)}[data-animate].is-visible{opacity:1;transform:none}.reveal{opacity:0;transform:translateY(40px);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}.reveal.is-visible{opacity:1;transform:none}.reveal--delay{transition-delay:.18s}.word-wrap{overflow:hidden;vertical-align:bottom;line-height:1.15;padding-bottom:.05em}.word,.word-wrap{display:inline-block}.word{opacity:0;transform:translateY(105%);transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1)}.is-visible [data-text-split] .word,[data-text-split].is-visible .word{opacity:1;transform:translateY(0)}.section-heading__rule{transform-origin:left center;transform:scaleX(0);transition:transform .9s cubic-bezier(.16,1,.3,1) .5s}.section-heading.is-visible .section-heading__rule,[data-animate].is-visible .section-heading__rule{transform:scaleX(1)}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSlideRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.hero__eyebrow{animation:heroFadeUp .7s cubic-bezier(.16,1,.3,1) .1s both}.hero__lede{animation:heroFadeUp .7s cubic-bezier(.16,1,.3,1) .8s both}.hero__ingredients-list{animation:heroFadeUp .7s cubic-bezier(.16,1,.3,1) 1s both}.hero__cta-wrapper{animation:heroFadeUp .7s cubic-bezier(.16,1,.3,1) 1.15s both}.hero__visual{animation:heroSlideRight .9s cubic-bezier(.16,1,.3,1) .2s both}.hero__headline{opacity:1}.hero__headline .word{transition-delay:var(--word-delay,0s)}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(.3deg)}66%{transform:translateY(-5px) rotate(-.2deg)}}.hero-card{animation:float 7s ease-in-out infinite}@keyframes orbDrift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(40px,-25px) scale(1.06)}66%{transform:translate(-20px,18px) scale(.96)}}.page-shell:before{animation:orbDrift 20s ease-in-out infinite}.page-shell:after{animation:orbDrift 26s ease-in-out infinite reverse}@keyframes subtlePulse{0%,to{box-shadow:0 0 0 0 rgba(209,44,91,0)}60%{box-shadow:0 0 0 8px rgba(209,44,91,.07)}}.eyebrow{animation:subtlePulse 4s ease-in-out infinite}.button{will-change:transform}.button--primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 22px 44px rgba(209,44,91,.42)}.button--ghost:hover,.button--soft:hover{transform:translateY(-2px)}@keyframes ingredientIn{0%{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}.hero__ingredient-item{animation:ingredientIn .5s cubic-bezier(.16,1,.3,1) both}.hero__ingredient-item:first-child{animation-delay:.6s}.hero__ingredient-item:nth-child(2){animation-delay:.72s}.hero__ingredient-item:nth-child(3){animation-delay:.84s}[data-tilt]{will-change:transform;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s ease}[data-tilt]:hover{box-shadow:var(--shadow-lg)}@media (max-width:1200px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.benefit-grid,.hero,.review-grid{grid-template-columns:1fr}.review-grid article:nth-child(2){transform:translateY(0)}.site-header__note{display:none}}@media (max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}.cart-drawer{border-radius:0}.hero-card__image{height:20rem}.cta-banner h2,.hero h1{font-size:2.5rem}.section-heading{gap:1rem}.section-heading,.site-footer{flex-direction:column;align-items:flex-start}.site-footer{gap:2rem}.hero-floating--bottom{display:none}.site-header{padding-top:.75rem}.site-header__inner{grid-template-columns:auto auto;justify-content:space-between;padding:.7rem .75rem .7rem 1rem}.bag-button__label,.site-nav--desktop{display:none}.site-header__menu-toggle{display:inline-grid}.bag-button{width:2.9rem;min-width:2.9rem;padding:0}}@media (max-width:480px){.product-grid{grid-template-columns:1fr}.site-header__frame{width:min(100%,calc(100% - 1rem))}.site-header__inner{gap:.6rem;padding-left:.8rem}.brand__logo-container{width:3rem;height:3rem}}.toast-notification{position:fixed;bottom:2rem;right:2rem;z-index:200;display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;min-width:320px;max-width:400px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);transform:translateY(1.5rem);opacity:0;pointer-events:none;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s ease}.toast-notification--visible{transform:translateY(0);opacity:1;pointer-events:all}.toast-notification__thumb{position:relative;width:2.75rem;height:2.75rem;border-radius:8px;overflow:hidden;background:white;flex-shrink:0}.toast-notification__thumb img{width:100%;height:100%;object-fit:cover}.toast-notification__body{flex:1 1;display:flex;flex-direction:column;gap:.15rem}.toast-notification__label{font-size:.75rem;text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:var(--accent-deep)}.toast-notification__name{font-size:.92rem;font-weight:700;color:var(--ink);line-height:1.2}.toast-notification__actions{display:flex;align-items:center;gap:.5rem}.toast-notification__btn{padding:.5rem .9rem!important;font-size:.8rem!important}.toast-notification__close{color:var(--muted);width:1.75rem;height:1.75rem}.toast-notification__close:hover{background:rgba(0,0,0,.05);color:var(--ink)}@media (max-width:480px){.toast-notification{left:1rem;right:1rem;bottom:1rem;min-width:0}}.modal-backdrop{position:fixed;inset:0;z-index:140;background:rgba(48,23,32,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .35s ease forwards}.product-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(840px,calc(100vw - 2rem));max-height:min(700px,calc(100vh - 2rem));z-index:150;display:flex;flex-direction:column;overflow:hidden;animation:modalReveal .4s cubic-bezier(.16,1,.3,1) forwards}.product-modal__close{position:absolute;top:1.25rem;right:1.25rem;z-index:10;background:rgba(0,0,0,.05);color:var(--ink);width:2.25rem;height:2.25rem}.product-modal__close:hover{background:rgba(0,0,0,.1);color:var(--ink)}.product-modal__content{display:grid;grid-template-columns:1.1fr 1.2fr;flex:1 1}.product-modal__media{position:relative;background:#f5ebe0;height:100%;min-height:350px}.product-modal__badge{position:absolute;top:1.25rem;left:1.25rem;background:white;color:var(--accent-deep);padding:.4rem .8rem;border-radius:99rem;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(0,0,0,.05);z-index:5}.product-modal__details{padding:2.5rem;display:flex;flex-direction:column;background:rgba(255,255,255,.65);scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.product-modal__name{font-size:clamp(1.8rem,3vw,2.2rem);line-height:1.1;margin:.5rem 0 1rem;color:var(--ink)}.product-modal__meta{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}.product-modal__rating{display:flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;color:var(--muted)}.product-modal__size{font-size:.85rem;font-weight:700;color:var(--accent-deep);background:rgba(209,44,91,.06);padding:.2rem .6rem;border-radius:6px}.product-modal__price{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.product-modal__price-current{font-size:1.5rem;color:var(--ink);font-weight:800}.product-modal__price-compare{font-size:1.1rem;color:var(--muted);text-decoration:line-through}.product-modal__divider{height:1px;background:var(--line);margin-bottom:1.5rem}.product-modal__description{margin-bottom:2rem}.product-modal__description h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.5rem}.product-modal__description p{font-size:.95rem;line-height:1.6;color:var(--muted)}.product-modal__actions{margin-top:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalReveal{0%{opacity:0;transform:translate(-50%,-46%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width:768px){.product-modal{width:min(480px,calc(100vw - 1.5rem));max-height:calc(100vh - 3rem)}.product-modal__content{grid-template-columns:1fr;overflow-y:auto;scrollbar-width:none}.product-modal__media{height:250px;min-height:250px}.product-modal__details{padding:1.5rem;overflow-y:visible}}:root{--bg:#f3f0e7;--surface:#fffaf0;--surface-heavy:#fffdf6;--surface-dark:#090907;--ink:#0f0e0a;--muted:#6f6a5f;--muted-strong:#3f3a31;--brand-red:#d60745;--brand-red-deep:#9f0638;--brand-purple:#8d4fd6;--brand-purple-deep:#5d2fa3;--accent:var(--brand-red);--accent-deep:var(--brand-red-deep);--orange:var(--brand-purple);--cream:#fff8f4;--line:rgba(159,6,56,0.12);--shadow-lg:0 30px 70px rgba(102,31,77,0.16);--shadow-md:0 18px 44px rgba(102,31,77,0.11);--shadow-sm:0 10px 28px rgba(102,31,77,0.08)}html{background:#fff3f8}body{background:radial-gradient(circle at 12% 4%,rgba(255,255,255,.76),transparent 32rem),linear-gradient(90deg,#fff3f8,#fffaf7 12%,#fffaf7 88%,#f4ecff);color:var(--ink)}.page-shell:after,.page-shell:before,body:before{display:none}.page-shell{width:min(1180px,calc(100% - 2rem));margin:2.4rem auto;padding:0;overflow:hidden;background:var(--surface-heavy);box-shadow:0 30px 90px rgba(65,88,55,.16)}.benefit-section,.blog-preview,.cta-banner,.editorial-showcase,.gallery-band,.hero,.product-section,.review-section,.site-footer,.site-header__frame{width:100%;margin:0}.brand__name,h1,h2,h3,h4{color:var(--ink);font-family:var(--font-display),Georgia,serif;letter-spacing:-.04em}p{color:var(--muted)}.section-kicker{display:inline-flex;align-items:center;gap:.45rem;color:var(--ink);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.section-kicker--light{color:rgba(255,255,255,.82)}.eyebrow{background:transparent;border:0;color:var(--muted-strong);padding:0;animation:none}.text-accent,.text-accent .word{background:none;color:var(--accent-deep);-webkit-text-fill-color:currentColor}.button{min-height:2.45rem;padding:.68rem 1.1rem;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:.02em;text-transform:none;box-shadow:none}.button--primary{background:linear-gradient(90deg,var(--brand-red),var(--brand-purple));color:#fffdf4;box-shadow:0 14px 30px rgba(214,7,69,.2)}.button--ghost:hover,.button--primary:hover,.button--soft:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(102,31,77,.2)}.button--ghost,.button--soft{border:1px solid var(--line)}.button--ghost,.button--light,.button--soft{background:#fffaf0;color:var(--ink)}.icon-button{color:currentColor}.site-header{z-index:40;padding:0;background:var(--surface-heavy)}.site-header__inner{min-height:3.2rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1rem;gap:1rem;padding:0 1.7rem;border-radius:0;border-top:.9rem solid #0a0906;border-bottom:1px solid var(--line);background:var(--surface-heavy);box-shadow:none}.brand__logo-container{width:2.2rem;height:2.2rem}.site-nav--desktop{background:transparent;border:0;gap:1rem;padding:0}.site-nav--desktop a{color:var(--ink);font-size:.69rem;font-weight:800;letter-spacing:.06em;padding:.35rem 0}.site-nav--desktop a:hover{background:transparent;color:var(--accent-deep)}.site-header__note{min-height:auto;padding:0;background:transparent;border:0;color:var(--muted);font-size:.68rem;letter-spacing:.05em;text-transform:uppercase}.bag-button{min-height:2rem;padding:.35rem .6rem;background:transparent}.site-header__mobile-menu{margin:0;border-radius:0;background:#fffaf0;border-bottom:1px solid var(--line)}.editorial-hero{min-height:0;grid-template-columns:minmax(13rem,.7fr) 1.25fr minmax(10rem,.55fr);grid-gap:clamp(1.3rem,4vw,3.4rem);gap:clamp(1.3rem,4vw,3.4rem);padding:clamp(1.8rem,5vw,3.5rem) clamp(1.3rem,4vw,3.5rem);background:#fffaf0}.hero__portrait-card{position:relative;align-self:stretch;display:grid;place-items:center;width:100%}.hero__portrait{position:relative;width:min(100%,18rem);aspect-ratio:.78;overflow:hidden;border:.6rem solid #fff;background:var(--orange);box-shadow:var(--shadow-md)}.blog-card__image img,.cta-banner__image img,.editorial-feature__image img,.featured-collection__media img,.gallery-band__image img,.hero-mini__image img,.hero__portrait img,.hero__product-swatch img,.product-card__media img,.review-card__image img{object-fit:cover}.hero__play{position:absolute;bottom:4.8rem;left:50%;display:grid;width:2.35rem;height:2.35rem;place-items:center;border:.2rem solid #fffaf0;border-radius:999px;background:var(--orange);color:#fffaf0;transform:translateX(-50%)}.hero__natural{margin-top:.6rem;text-align:center;font-family:var(--font-display),Georgia,serif;line-height:.95}.hero__natural strong{display:block;color:var(--orange);font-size:clamp(1.25rem,3vw,2rem);font-style:italic}.hero__natural span{display:block;color:var(--ink);font-size:clamp(1.25rem,3vw,2.05rem);font-weight:700}.hero__headline{margin:.4rem 0 .85rem;font-size:clamp(2.4rem,5.2vw,4.4rem);letter-spacing:-.03em}.hero__lede{max-width:31rem;color:var(--muted-strong);font-size:.96rem;line-height:1.65}.hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.25rem}.hero__leaf-button,.hero__leaf-button:hover{color:#fff}.hero__mini-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-top:2rem;max-width:33rem}.hero-mini{display:grid;grid-template-columns:3rem 1fr;grid-gap:.85rem;gap:.85rem;align-items:center;padding:.75rem 1rem;background:rgba(255,255,255,.65);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(15,14,10,.06);border-radius:var(--radius-md);box-shadow:0 10px 25px -5px rgba(15,14,10,.04);transition:transform .3s ease,box-shadow .3s ease}.hero-mini:hover{transform:translateY(-2px);box-shadow:0 14px 30px -4px rgba(15,14,10,.08);background:rgba(255,255,255,.75)}.hero-mini__image{position:relative;aspect-ratio:1;overflow:hidden;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.hero-mini span,.hero-mini strong{display:block}.hero-mini strong{font-family:var(--font-display),Georgia,serif;font-size:1.05rem;line-height:1}.hero-mini span{color:var(--muted);font-size:.7rem}.hero-mini__stars{display:flex;gap:.08rem;margin-top:.25rem;color:#f3a51c}.hero__product-swatch{position:relative;width:100%;aspect-ratio:1.15;align-self:start;overflow:hidden;border-radius:50% 50% 42% 58%;background:#e8e2cd;box-shadow:inset 0 0 0 .8rem rgba(255,255,255,.6)}.product-section{padding:clamp(2.5rem,6vw,4.5rem) clamp(1.3rem,4vw,3.5rem);background:#fffdf7}.collection-layout{padding:0}.product-section__intro{display:grid;grid-template-columns:minmax(13rem,.65fr) 1fr;grid-gap:2rem;gap:2rem;align-items:flex-end;margin-bottom:1.4rem}.blog-preview__header h2,.product-section__intro h2,.review-section__header h2{margin:0;font-size:clamp(2.15rem,5vw,3.9rem);line-height:.92}.product-section__intro p{max-width:30rem;justify-self:end;font-size:.88rem}.product-tabs{display:flex;gap:.55rem;margin-bottom:1.7rem}.product-tab{padding:.48rem 1rem;border:1px solid var(--line);border-radius:999px;background:#fffaf0;color:var(--ink);font-size:.7rem;font-weight:800}.product-tab--active{background:linear-gradient(90deg,var(--brand-red),var(--brand-purple));color:#fffdf7;box-shadow:0 10px 24px rgba(102,31,77,.16)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch;grid-gap:clamp(1rem,2.5vw,1.45rem);gap:clamp(1rem,2.5vw,1.45rem)}.product-card{min-width:0;display:flex;height:100%;min-height:33.5rem;flex-direction:column;padding:.62rem;border:1px solid rgba(159,6,56,.08);border-radius:1.15rem;background:rgba(255,253,248,.74);box-shadow:0 12px 34px rgba(102,31,77,.06);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.product-card:hover{border-color:rgba(214,7,69,.18);box-shadow:0 22px 52px rgba(102,31,77,.11);transform:translateY(-3px)}.product-card__media{position:relative;display:block;width:100%;aspect-ratio:1;margin:0 0 .75rem;overflow:hidden;border:0;border-radius:.9rem;background:#e9e6dc;box-shadow:none}.product-card__media:hover{transform:none;box-shadow:none}.product-card__badge{top:.7rem;left:.7rem;background:#fffaf0;color:var(--ink)}.product-card__body{flex:1 1;min-height:12.4rem;padding:0 .1rem .1rem;display:flex;flex-direction:column;gap:0}.product-card__meta-row{margin-top:.5rem;margin-bottom:.15rem}.product-card__category{color:var(--muted);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-card__header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.15rem;min-height:3.05rem}.product-card__title-button{display:block;flex:1 1;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.product-card__name{font-size:clamp(1.02rem,1.8vw,1.22rem);font-weight:800;line-height:1.1;color:var(--ink);margin:0;transition:color .2s ease}.product-card__title-button:hover .product-card__name{color:var(--accent-deep)}.product-card__price{text-align:right;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end}.product-card__price strong{display:block;font-size:1.38rem;font-weight:850;letter-spacing:-.03em;color:var(--accent-deep,#a01a40);line-height:1}.product-card__price s{display:block;color:var(--muted);font-size:.72rem;text-decoration:line-through;margin-top:.15rem}.product-card__rating{display:flex;align-items:center;gap:.12rem;margin:.2rem 0 .35rem;color:#f3a51c}.product-card__rating span{margin-left:.25rem;color:var(--muted);font-size:.68rem}.product-card__size-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.45rem;gap:.45rem;margin:.45rem 0 .7rem}.product-card__size-btn{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:.35rem;gap:.35rem;min-height:2.15rem;padding:.42rem .95rem;border:1px solid transparent;border-radius:999px;background:#f6efe8;color:var(--ink);font-size:.68rem;font-weight:850;cursor:pointer;text-align:left;transition:border-color .18s ease,background .18s ease,color .18s ease}.product-card__size-btn:hover{background:#ece3db}.product-card__size-btn:focus-visible{outline:2px solid rgba(141,79,214,.45);outline-offset:2px}.product-card__size-btn--active{border-color:var(--accent);background:#ffffff;color:var(--ink)}.product-card__size-label{letter-spacing:.02em}.product-card__size-price{justify-self:end;color:var(--muted);font-size:.64rem;font-weight:800}.product-card__size-btn--active .product-card__size-price{color:var(--accent)}.product-card__add-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;margin-top:auto;padding:.68rem 1rem;border:1.5px solid var(--accent);border-radius:999px;background:#fff5f7;color:var(--accent);font-size:.72rem;font-weight:900;letter-spacing:.05em;text-transform:none;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;box-shadow:none}.product-card__add-icon{display:inline-flex;align-items:center;justify-content:center}.product-card__add-btn:hover{background:#ffe3ea;border-color:var(--accent-deep);color:var(--accent-deep)}.product-card__add-btn:focus-visible{outline:3px solid rgba(141,79,214,.34);outline-offset:3px}.product-card__add-btn:active{background:#ffd1dc}.product-section__footer{display:flex;justify-content:center;margin-top:2rem}.featured-collection{padding:clamp(2.2rem,5vw,3.5rem) clamp(1.3rem,4vw,3.5rem);background:var(--accent);color:#fffaf0}.featured-collection__inner{display:grid;grid-template-columns:.9fr 1.15fr 1fr;grid-gap:clamp(1.2rem,3vw,2rem);gap:clamp(1.2rem,3vw,2rem);align-items:flex-end}.featured-collection h2,.featured-collection h3,.featured-collection p{color:#fffaf0}.featured-collection h2{max-width:10ch;font-size:clamp(2rem,4.5vw,3.5rem);line-height:.95}.featured-collection__copy p,.featured-collection__details p{margin-top:.8rem;color:rgba(255,250,240,.8);font-size:.86rem}.featured-collection__media{position:relative;min-height:18rem;overflow:hidden}.featured-collection__details h3{font-size:clamp(1.5rem,3vw,2.25rem);line-height:.98}.featured-collection__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.7rem;gap:.7rem;margin:1.25rem 0;padding:.9rem;border:1px solid rgba(255,250,240,.35)}.featured-collection__stats span{display:grid;grid-gap:.3rem;gap:.3rem;place-items:center;color:#fffaf0;font-size:.68rem;font-weight:800;text-align:center}.editorial-showcase{grid-gap:clamp(2.5rem,6vw,4rem);gap:clamp(2.5rem,6vw,4rem);padding:clamp(3rem,7vw,5rem) clamp(1.3rem,4vw,3.5rem);background:#fffdf7}.editorial-feature{display:grid;grid-template-columns:1.05fr .85fr;grid-gap:clamp(1rem,4vw,2rem);gap:clamp(1rem,4vw,2rem);align-items:center}.editorial-feature--reversed{grid-template-columns:.85fr 1.05fr}.editorial-feature--reversed .editorial-feature__image:first-child{order:2}.editorial-feature--reversed .editorial-feature__copy{order:1}.editorial-feature__image{position:relative;min-height:clamp(18rem,38vw,28rem);overflow:hidden}.editorial-feature__copy{max-width:25rem;justify-self:center}.editorial-feature__copy h2{font-size:clamp(2rem,4vw,3.4rem);line-height:.9}.editorial-feature__copy p{margin:1rem 0 1.2rem;font-size:.88rem}.editorial-feature__image--small{display:none}.blog-preview{padding:0 clamp(1.3rem,4vw,3.5rem) clamp(3rem,6vw,4.5rem);background:#fffdf7}.blog-preview__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.3rem}.blog-preview__header h2{max-width:12ch}.blog-preview__arrows{display:flex;gap:.5rem}.blog-preview__arrows span{display:grid;width:2rem;height:2rem;place-items:center;border:1px solid var(--line);border-radius:999px}.blog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.blog-card__image{position:relative;aspect-ratio:1.25;overflow:hidden;margin-bottom:.75rem}.blog-card span{display:inline-flex;margin-bottom:.45rem;padding:.28rem .55rem;border-radius:999px;background:#ffe2ed;color:var(--brand-red-deep);font-size:.62rem;font-weight:900}.blog-card:nth-child(2n) span{background:#eee2ff;color:var(--brand-purple-deep)}.blog-card h3{min-height:3.1rem;font-size:1rem;line-height:1.06}.blog-card a{display:inline-flex;align-items:center;gap:.25rem;margin-top:.75rem;color:var(--ink);font-size:.68rem;font-weight:900;text-transform:uppercase}.gallery-band{padding:clamp(2.5rem,6vw,4rem) 0;overflow:hidden;background:var(--orange);color:#fffaf0;text-align:center}.gallery-band__copy{width:min(32rem,calc(100% - 2rem));margin:0 auto 1.7rem}.gallery-band h2{color:#fffaf0;font-size:clamp(2rem,4vw,3.25rem);line-height:.95}.gallery-band p{max-width:27rem;margin:.8rem auto 0;color:rgba(255,250,240,.82);font-size:.86rem}.gallery-band__track{display:grid;grid-template-columns:repeat(5,minmax(10rem,1fr));grid-gap:1rem;gap:1rem;width:calc(100% + 4rem);margin-left:-2rem}.gallery-band__image{position:relative;aspect-ratio:.86;overflow:hidden}.review-section{padding:clamp(3rem,7vw,5rem) clamp(1.3rem,4vw,3.5rem);background:#fffdf7}.review-section__header{margin-bottom:1.6rem}.review-editorial{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(1rem,3vw,2rem);gap:clamp(1rem,3vw,2rem)}.review-card{display:grid;grid-template-columns:.9fr 1fr;grid-gap:1.1rem;gap:1.1rem;align-items:center;padding:0;background:transparent;box-shadow:none}.review-card__image{position:relative;aspect-ratio:1;overflow:hidden;filter:grayscale(.15)}.review-card__stars{color:#f3a51c}.review-card p{margin:.7rem 0 1rem;color:var(--ink);font-family:var(--font-display),Georgia,serif;font-size:clamp(1.2rem,2.3vw,1.75rem);font-style:normal;line-height:1.05}.cta-banner{display:grid;grid-template-columns:.8fr 1fr;grid-gap:1.2rem;gap:1.2rem;align-items:stretch;max-width:none;margin:0;padding:0 clamp(1.3rem,4vw,3.5rem) 1.8rem;background:#fffdf7;text-align:left}.cta-banner__image{position:relative;min-height:13rem;overflow:hidden}.cta-banner__copy{display:grid;align-content:center;grid-gap:1rem;gap:1rem;padding:clamp(1.3rem,4vw,2.2rem);background:var(--accent);color:#fffaf0}.cta-banner__copy h2{max-width:11ch;color:#fffaf0;font-size:clamp(1.8rem,4vw,3rem);line-height:.95}.site-footer{display:grid;grid-template-columns:1fr auto auto;grid-gap:1.5rem;gap:1.5rem;align-items:center;padding:1.3rem clamp(1.3rem,4vw,3.5rem) 1.8rem;border-top:0;background:#fffdf7}.site-footer strong{font-family:var(--font-display),Georgia,serif;font-size:1.2rem}.site-footer p{max-width:22rem;margin-top:.25rem;font-size:.78rem}.site-footer__links{gap:1rem;font-size:.72rem;font-weight:800;text-transform:uppercase}.site-footer__social{display:flex;gap:.45rem}.site-footer__social a{display:grid;width:1.9rem;height:1.9rem;place-items:center;border:1px solid var(--line);border-radius:999px}.glass-panel,.glass-panel--heavy{background:var(--surface-heavy);border:1px solid var(--line);box-shadow:var(--shadow-md)}.cart-drawer.glass-panel--dark{background:rgba(9,9,7,.96)}.modal-backdrop{background:rgba(15,14,10,.42)}.product-modal{background:#fffdf7}.product-modal__media img{object-fit:cover}.toast-notification{background:#fffdf7}@media (max-width:1024px){.page-shell{width:min(100% - 1rem,56rem);margin-top:.5rem}.editorial-feature,.editorial-feature--reversed,.editorial-hero,.featured-collection__inner,.review-editorial{grid-template-columns:1fr}.hero__portrait-card{max-width:23rem;justify-self:center}.hero__product-swatch{display:none}.featured-collection__media{min-height:22rem}.editorial-feature--reversed .editorial-feature__copy,.editorial-feature--reversed .editorial-feature__image:first-child{order:0}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.page-shell{width:100%;margin:0}.site-header__inner{grid-template-columns:auto auto;padding:0 1rem}.bag-button__label,.site-header__note,.site-nav--desktop{display:none}.site-header__menu-toggle{display:inline-grid}.editorial-hero{padding-top:1.4rem}.hero__headline{font-size:clamp(2rem,8.5vw,3rem);line-height:1;max-width:none;white-space:nowrap}.cta-banner,.hero__mini-cards,.product-grid,.product-section__intro,.review-card,.site-footer{grid-template-columns:1fr}.product-section__intro p{justify-self:flex-start}.gallery-band__track{grid-template-columns:repeat(5,42vw);overflow-x:auto;width:100%;margin-left:0;padding:0 1rem .5rem;scroll-snap-type:x mandatory}.gallery-band__image{scroll-snap-align:center}.site-footer{align-items:flex-start}}@media (max-width:520px){.blog-grid,.featured-collection__stats{grid-template-columns:1fr}.product-tabs{overflow-x:auto;padding-bottom:.25rem}}body,html{background:#fffdf7}body{background:radial-gradient(circle at 8% 0,rgba(214,7,69,.12),transparent 30rem),radial-gradient(circle at 100% 18%,rgba(141,79,214,.12),transparent 28rem),#fffdf7}.page-shell{width:100%;max-width:none;margin:0;overflow:visible;background:#fffdf7;box-shadow:none}.site-header{width:100%;background:rgba(255,253,247,.92);border-bottom:1px solid rgba(15,14,10,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.site-header__frame{width:100%;max-width:none}.site-header__inner{width:min(1280px,calc(100% - 3rem));min-height:4.7rem;margin:0 auto;padding:0;border:0;background:transparent}.brand__logo-container{width:3.25rem;height:3.25rem}.site-nav--desktop{gap:clamp(1.2rem,2.4vw,2.25rem)}.site-nav--desktop a{color:#17140f;font-size:.77rem}.site-nav--desktop a:after{content:"";position:absolute;right:0;bottom:-.25rem;left:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:center;transition:transform .22s ease}.site-nav--desktop a:hover:after{transform:scaleX(1)}.site-header__actions{gap:1rem}.site-header__note{color:#625d52;font-size:.72rem}.bag-button{min-height:2.45rem;padding:.48rem .85rem;border-color:rgba(15,14,10,.12);background:#fffaf0}.site-header__mobile-menu{width:min(1280px,calc(100% - 2rem));margin:.5rem auto 0;border:1px solid rgba(15,14,10,.08);border-radius:1.25rem;box-shadow:0 18px 40px rgba(15,14,10,.08)}.blog-preview,.cta-banner,.editorial-hero,.editorial-showcase,.featured-collection,.product-section,.review-section,.site-footer{padding-right:max(1.5rem,calc((100vw - 1280px) / 2));padding-left:max(1.5rem,calc((100vw - 1280px) / 2))}.editorial-hero{min-height:calc(100vh - 4.7rem);padding-top:clamp(3.5rem,7vw,6.5rem);grid-template-columns:minmax(14rem,.55fr) minmax(26rem,1fr) minmax(12rem,.45fr)}.hero__portrait{width:min(100%,21rem);box-shadow:0 24px 60px rgba(15,14,10,.12)}.hero__headline{font-size:clamp(2.8rem,5.5vw,4.8rem);line-height:.95}.hero__lede{max-width:35rem;font-size:clamp(1rem,1.25vw,1.15rem)}.hero__product-swatch{max-width:18rem;justify-self:end}.product-section{padding-top:clamp(4rem,7vw,6rem);padding-bottom:clamp(4rem,7vw,6rem)}.product-grid{gap:clamp(1.2rem,2vw,1.8rem)}.featured-collection{padding-top:clamp(4rem,7vw,6rem);padding-bottom:clamp(4rem,7vw,6rem)}.editorial-showcase{padding-top:clamp(4.5rem,8vw,7rem);padding-bottom:clamp(4.5rem,8vw,7rem)}.blog-preview{padding-top:clamp(3.5rem,6vw,5rem)}.blog-preview,.gallery-band{padding-bottom:clamp(4rem,7vw,6rem)}.gallery-band{margin:0;padding-top:clamp(4rem,7vw,6rem)}.review-section{padding-top:clamp(4.5rem,8vw,7rem)}.cta-banner{padding-top:clamp(1rem,3vw,2rem);padding-bottom:clamp(2rem,5vw,4rem)}.site-footer{padding-top:1.5rem;padding-bottom:2rem}@media (max-width:1024px){.site-header__inner{width:min(100% - 2rem,56rem)}.blog-preview,.cta-banner,.editorial-hero,.editorial-showcase,.featured-collection,.product-section,.review-section,.site-footer{padding-right:1.5rem;padding-left:1.5rem}.editorial-hero{min-height:auto;grid-template-columns:1fr}}@media (max-width:768px){.site-header__inner{width:calc(100% - 2rem);min-height:4.25rem}.brand__logo-container{width:2.8rem;height:2.8rem}.site-header__mobile-menu{width:calc(100% - 2rem)}.blog-preview,.cta-banner,.editorial-hero,.editorial-showcase,.featured-collection,.product-section,.review-section,.site-footer{padding-right:1rem;padding-left:1rem}}.site-header{isolation:isolate;background:rgba(255,253,247,.82);border-bottom:1px solid rgba(22,20,15,.08);box-shadow:0 14px 40px rgba(32,29,21,.06);backdrop-filter:blur(22px) saturate(140%);-webkit-backdrop-filter:blur(22px) saturate(140%)}.site-header:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,#0d0c08,var(--brand-red) 34%,var(--brand-purple) 68%,#0d0c08);opacity:.78;pointer-events:none}.site-header__inner{grid-template-columns:minmax(13rem,1fr) auto minmax(13rem,1fr);min-height:5.25rem;gap:1.25rem}.brand{min-width:0;gap:0}.brand__logo-container{width:5.6rem;height:3.6rem;flex:0 0 auto;overflow:visible;border-radius:0;background:transparent;box-shadow:none}.brand__logo-image{object-fit:contain;object-position:left center}.site-nav--desktop{justify-self:center;gap:.25rem;padding:.34rem;border:1px solid rgba(20,18,12,.08);border-radius:999px;background:rgba(255,250,240,.8);box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 12px 34px rgba(22,20,15,.06)}.site-nav--desktop a{position:relative;display:inline-flex;align-items:center;min-height:2.25rem;padding:0 .95rem;border-radius:999px;color:#272318;font-size:.72rem;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase}.site-nav--desktop a:after{display:none}.site-nav--desktop a:focus-visible,.site-nav--desktop a:hover{background:linear-gradient(90deg,var(--brand-red),var(--brand-purple));color:#fffdf7;box-shadow:0 10px 24px rgba(102,31,77,.16)}.site-header__actions{justify-self:end;gap:.65rem}.site-header__shop-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.45rem;padding:0 1.5rem;border:1px solid transparent;border-radius:999px;background:linear-gradient(90deg,var(--brand-red),var(--brand-purple));color:#fffdf7;font-size:.74rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;transition:background .2s ease,opacity .2s ease;box-shadow:none}.site-header__shop-link:hover{background:linear-gradient(90deg,var(--brand-purple),var(--brand-red));box-shadow:none;transform:none}.bag-button{min-width:2.8rem;min-height:2.8rem;padding:0 1.25rem;border:1px solid var(--ink);background:#ffffff;border-radius:999px;box-shadow:none;transition:background .2s ease,border-color .2s ease}.bag-button:hover{background:#faf6f0;border-color:var(--ink);transform:none;box-shadow:none}.bag-button__label{color:var(--ink);font-weight:900}.bag-button__count{top:-.5rem;right:-.6rem;min-width:1.12rem;height:1.12rem;background:var(--accent);box-shadow:0 0 0 2px #ffffff}.site-header__menu-toggle{min-width:2.8rem;min-height:2.8rem;border:1px solid var(--ink);background:#ffffff;border-radius:999px;box-shadow:none}.site-header__mobile-menu{position:absolute;right:1rem;left:1rem;width:min(32rem,calc(100% - 2rem));margin:.65rem auto 0;padding:0;border:1px solid rgba(20,18,12,.1);border-radius:1rem;background:rgba(255,253,247,.96);box-shadow:0 28px 70px rgba(28,25,18,.16);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.site-header__mobile-menu--open{padding:.85rem}.site-header__mobile-note{display:flex;align-items:center;gap:.55rem;padding:.85rem .95rem;border-radius:.75rem;background:#fff0f6;color:var(--brand-red-deep);font-size:.75rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.site-nav--mobile{display:grid;grid-gap:.35rem;gap:.35rem}.site-nav--mobile a{display:flex;align-items:center;min-height:3.05rem;padding:0 .95rem;border-radius:.7rem;background:transparent;color:#17140f;font-size:.9rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.site-nav--mobile a:focus-visible,.site-nav--mobile a:hover{background:#f4efe3;color:#17140f}.site-header__mobile-bag{min-height:3.2rem;margin-top:.25rem}@media (max-width:1120px){.site-header__inner{grid-template-columns:auto 1fr auto}.site-nav--desktop a{padding:0 .72rem}.site-header__shop-link{display:none}}@media (max-width:860px){.site-header__inner{min-height:4.75rem}.site-nav--desktop{display:none}.site-header__menu-toggle{display:inline-grid!important}.site-header__mobile-menu{display:grid!important}.site-header__mobile-menu:not(.site-header__mobile-menu--open){display:none!important}.bag-button{width:2.8rem;padding:0}.bag-button__label{display:none}}@media (max-width:520px){.site-header__inner{width:calc(100% - 1.25rem);min-height:4.4rem}.brand__logo-container{width:4.8rem;height:3.1rem}.site-header__actions{gap:.45rem}}.editorial-hero{position:relative;display:grid;grid-template-columns:minmax(0,.85fr) minmax(22rem,1fr);grid-gap:clamp(2rem,6vw,6rem);gap:clamp(2rem,6vw,6rem);align-items:center;min-height:calc(100vh - 5.25rem);padding-top:clamp(4rem,7vw,6.5rem);padding-bottom:clamp(4rem,7vw,6.5rem);background:linear-gradient(110deg,rgba(255,253,247,.96),rgba(255,250,240,.9) 48%,rgba(238,245,232,.72)),#fffdf7}.editorial-hero:after{content:"";position:absolute;right:max(1.5rem,calc((100vw - 1280px) / 2));bottom:clamp(1rem,3vw,2.5rem);left:max(1.5rem,calc((100vw - 1280px) / 2));height:1px;background:linear-gradient(90deg,transparent,rgba(15,14,10,.12),transparent);pointer-events:none}.hero__copy{position:relative;z-index:2;max-width:42rem}.hero__eyebrow{color:var(--accent-deep)}.hero__headline{margin:.65rem 0 1rem;color:#11100c;font-size:clamp(3.4rem,7vw,7rem);line-height:.9;letter-spacing:0}.hero__lede{max-width:36rem;color:#4c473d;font-size:clamp(1.02rem,1.2vw,1.18rem);line-height:1.7}.hero__actions{margin-top:1.6rem}.hero__leaf-button{background:var(--accent);color:#fffdf7}.hero__leaf-button:hover{background:var(--accent-deep);color:#fffdf7}.hero__mini-cards{max-width:36rem;margin-top:2.3rem}.hero__product-stage{position:relative;z-index:1;display:grid;min-height:clamp(28rem,52vw,43rem)}.hero__product-stage:before{content:"";position:absolute;inset:8% 2% 3% 14%;border-radius:48% 52% 42% 58%;background:radial-gradient(circle at 62% 25%,rgba(255,255,255,.92),transparent 18rem),linear-gradient(145deg,rgba(214,7,69,.24),rgba(141,79,214,.2));transform:rotate(-4deg)}.hero__product-card{position:relative;display:block;width:min(100%,34rem);aspect-ratio:.88;overflow:hidden;border:0;border-radius:.65rem;background:#f4eee3;box-shadow:0 36px 90px rgba(34,30,20,.16)}.hero__product-card img{transition:transform .55s ease}.hero__product-card:hover img{transform:scale(1.035)}.hero__product-badge{position:absolute;right:4%;bottom:10%;display:grid;grid-gap:.12rem;gap:.12rem;min-width:9rem;padding:.9rem 1rem;border:1px solid rgba(15,14,10,.08);border-radius:.85rem;background:rgba(255,253,247,.86);box-shadow:0 20px 45px rgba(34,30,20,.14);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hero__product-badge strong{color:#11100c;font-family:var(--font-display),Georgia,serif;font-size:1.65rem;line-height:1}.hero__product-badge span{color:#625d52;font-size:.68rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.hero__portrait-card,.hero__product-swatch{display:none}@media (max-width:980px){.editorial-hero{grid-template-columns:1fr;gap:2.4rem;min-height:auto}.hero__product-stage{order:-1;min-height:auto}.hero__product-card{width:min(100%,30rem);aspect-ratio:1}.hero__copy{max-width:44rem}.hero__headline{max-width:none;white-space:nowrap}}@media (max-width:640px){.editorial-hero{padding-top:2rem;padding-bottom:3.2rem}.hero__headline{font-size:clamp(2rem,8vw,3.2rem);max-width:none;white-space:nowrap}.hero__product-card{width:100%;aspect-ratio:.95}.hero__product-badge{right:.8rem;bottom:.8rem;min-width:7.8rem;padding:.75rem .8rem}.hero__mini-cards{grid-template-columns:1fr}}.editorial-hero{grid-template-columns:minmax(20rem,.72fr) minmax(32rem,1fr);gap:clamp(2.25rem,5vw,5.25rem);min-height:calc(100svh - 5.25rem);padding-top:clamp(2.2rem,4vw,4.25rem);padding-bottom:clamp(2rem,4vw,3.5rem)}.hero__copy{align-self:center}.hero__headline{max-width:none;white-space:nowrap;margin-top:.55rem;margin-bottom:.85rem;font-size:clamp(3.2rem,5.4vw,5.7rem);line-height:.92}.hero__lede{max-width:34rem;font-size:clamp(1rem,1.05vw,1.08rem);line-height:1.62}.hero__read-more{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:.5rem;max-width:34rem;margin-top:.85rem;padding:0;border:0;background:transparent;color:var(--brand-red-deep);cursor:pointer;font-size:.76rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.hero__read-more:before{content:"";width:.42rem;height:.42rem;flex:0 0 auto;border-radius:999px;background:linear-gradient(135deg,var(--brand-red),var(--brand-purple));box-shadow:0 0 .85rem rgba(214,7,69,.42)}.hero__read-more span{position:relative;background:linear-gradient(90deg,var(--brand-red-deep),var(--brand-purple),var(--brand-red-deep));background-size:220% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:glowText 4s linear infinite}.hero__read-more span:after{content:"";position:absolute;right:0;bottom:-.18rem;left:0;height:1px;background:linear-gradient(90deg,rgba(214,7,69,0),rgba(214,7,69,.55),rgba(141,79,214,0))}.hero__read-more:focus-visible span,.hero__read-more:hover span{background-position:120%}@keyframes glowText{to{background-position:220%}}.hero__actions{margin-top:1.35rem}.hero__mini-cards{max-width:34rem;margin-top:1.45rem}.hero-mini{min-height:4.25rem;padding:.65rem .85rem}.hero__product-stage{justify-self:end;width:100%;min-height:auto;place-items:center}.hero__product-stage--mobile{display:none}.hero__product-stage:before{inset:auto 0 -6% 13%;width:82%;height:72%;border-radius:999px;transform:rotate(-6deg)}.hero__product-card{width:min(100%,48rem);max-height:min(58svh,34rem);aspect-ratio:16/10;border-radius:1.35rem}.hero__product-card img{object-fit:cover;object-position:center}.hero__product-badge{right:clamp(.85rem,2vw,1.4rem);bottom:clamp(.85rem,2vw,1.4rem)}@media (max-width:980px){.editorial-hero{grid-template-columns:1fr;gap:0;min-height:auto}.hero__copy{order:1}.hero__product-stage--desktop{display:none}.hero__product-stage--mobile{display:grid;justify-self:stretch;margin:1.1rem 0 1.2rem}.hero__product-stage--mobile .hero__product-card{width:100%;max-height:none;aspect-ratio:16/9}}@media (max-width:640px){.editorial-hero{padding-top:1rem;padding-bottom:2.4rem}.hero__copy{display:flex;flex-direction:column}.hero__eyebrow{order:1}.hero__headline{order:2;max-width:none;white-space:nowrap;font-size:clamp(2rem,8vw,3.2rem)}.hero__lede{order:3}.hero__read-more{order:4;margin-top:.7rem}.hero__product-stage--mobile{order:5;margin:1rem 0 1.1rem}.hero__actions{order:6}.hero__mini-cards{order:7}.hero__product-card{border-radius:1rem}.hero__product-badge{right:.65rem;bottom:.65rem;min-width:0;width:auto;margin-top:0;padding:.5rem .68rem;border-radius:999px;background:rgba(255,253,247,.9);box-shadow:0 10px 24px rgba(102,31,77,.12)}.hero__product-badge strong{font-family:var(--font-sans),sans-serif;font-size:.95rem;font-weight:950}.hero__product-badge span{display:none}}html{overflow-x:clip;overflow-y:auto}.page-shell,body{overflow-x:clip;overflow-y:visible}.page-shell{max-width:100%}.blog-preview,.cta-banner,.editorial-hero,.editorial-showcase,.featured-collection,.gallery-band,.product-section,.review-section,.site-footer,.site-header{max-width:100%;overflow-x:clip}.blog-preview,.cta-banner,.editorial-hero,.editorial-showcase,.featured-collection,.product-section,.review-section,.site-footer{padding-right:max(1rem,calc((100% - 1280px) / 2));padding-left:max(1rem,calc((100% - 1280px) / 2))}.editorial-hero:after{right:max(1rem,calc((100% - 1280px) / 2));left:max(1rem,calc((100% - 1280px) / 2))}.cart-backdrop{background:rgba(24,14,21,.42);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.cart-drawer,.cart-drawer.glass-panel--dark{width:min(520px,100vw);border-radius:1.5rem 0 0 1.5rem;background:linear-gradient(180deg,rgba(255,253,247,.98),rgba(255,246,250,.98)),#fffdf7;border:1px solid rgba(159,6,56,.12);box-shadow:-30px 0 80px rgba(42,19,35,.18);color:var(--ink)}.cart-drawer.cart-drawer--open,.cart-drawer.glass-panel--dark.cart-drawer--open{transform:translateX(0)!important}.cart-drawer__header{align-items:flex-start;gap:1rem;padding:1.35rem 1.35rem 1rem;border-bottom:1px solid rgba(159,6,56,.1);background:radial-gradient(circle at 10% 0,rgba(214,7,69,.1),transparent 14rem),radial-gradient(circle at 100% 0,rgba(141,79,214,.1),transparent 12rem)}.cart-drawer .eyebrow--inverse{color:var(--brand-red-deep)}.cart-drawer h3{margin:.35rem 0 0;color:#14100d;font-size:2rem;line-height:1}.cart-drawer__subtitle{margin-top:.45rem;color:#726a62;font-size:.9rem}.cart-drawer__header-right{display:flex;flex-shrink:0;align-items:center;gap:.55rem}.cart-panel__count{padding:.45rem .8rem;background:#fff0f6;color:var(--brand-red-deep);border:1px solid rgba(214,7,69,.12);font-weight:900;white-space:nowrap;border-radius:999px;font-size:.78rem}.cart-drawer__close{width:2.45rem;height:2.45rem;background:rgba(255,255,255,.72);border:1px solid rgba(159,6,56,.12);color:#2b211b}.cart-drawer__close:hover{background:linear-gradient(90deg,var(--brand-red),var(--brand-purple));color:#fffdf7;box-shadow:0 10px 22px rgba(102,31,77,.18)}.cart-drawer__body{gap:1rem;padding:1.1rem 1.35rem;scrollbar-color:rgba(214,7,69,.3) transparent}.shipping-progress{display:grid;grid-gap:.65rem;gap:.65rem;padding:.95rem 1rem;border:1px solid rgba(159,6,56,.1);border-radius:1rem;background:#fff8fb}.shipping-progress__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--brand-red-deep);font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.shipping-progress__row span{display:inline-flex;align-items:center;gap:.45rem}.shipping-progress__track{height:.45rem;overflow:hidden;border-radius:999px;background:rgba(159,6,56,.1)}.shipping-progress__track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand-red),var(--brand-purple))}.cart-list{gap:.85rem}.cart-item,.cart-item.glass-item{display:grid;grid-template-columns:5.4rem 1fr;grid-gap:.9rem;gap:.9rem;align-items:stretch;padding:.75rem;border:1px solid rgba(159,6,56,.09);border-radius:1rem;background:rgba(255,255,255,.78);box-shadow:0 12px 30px rgba(102,31,77,.07)}.cart-item__thumb{width:5.4rem;height:auto;min-height:5.4rem;border-radius:.85rem;background:#fff4f8}.cart-item__title{color:#16120e;font-family:var(--font-display),Georgia,serif;font-size:1.16rem;line-height:1.05}.cart-item__meta{color:#746b62;font-size:.78rem}.cart-item__row{gap:.75rem}.cart-item__remove{width:2rem;height:2rem;border:1px solid rgba(159,6,56,.1);background:#fff8fb;color:#8a7c74}.cart-item__remove:hover{background:#fff0f6;color:var(--brand-red-deep)}.quantity-control{gap:.35rem;padding:.24rem;border:1px solid rgba(159,6,56,.1);background:#fff8fb}.quantity-control .icon-button{width:1.8rem;height:1.8rem;color:#281e19}.quantity-control .icon-button:hover{background:var(--brand-red);color:#fffdf7}.quantity-control span{min-width:1.7rem;color:#17120f}.cart-item__line-total,.cart-item__row strong{color:var(--brand-red-deep);font-size:1rem}.promo-panel,.promo-panel.glass-item{gap:0;padding:0;border:1px solid rgba(159,6,56,.1);border-radius:.9rem;background:#fff9fb;overflow:hidden}.promo-panel__toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem;padding:.78rem .85rem;border:0;background:transparent;color:#17120f;cursor:pointer;font:inherit;font-size:.82rem;font-weight:850;text-align:left}.promo-panel__toggle span{display:inline-flex;align-items:center;gap:.4rem}.promo-panel__toggle svg{color:var(--brand-purple)}.promo-panel__toggle-status{color:var(--brand-red-deep);font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}.promo-panel__toggle-status svg{transition:transform .18s ease}.promo-panel--open .promo-panel__toggle-status svg{transform:rotate(180deg)}.promo-panel__content{display:grid;grid-gap:.55rem;gap:.55rem;padding:0 .85rem .85rem}.promo-chips{display:none}.promo-form{display:grid;grid-template-columns:1fr auto;grid-gap:.5rem;gap:.5rem}.promo-form input{min-width:0;border:1px solid rgba(159,6,56,.12);background:#fff8fb;color:#17120f}.promo-form input::placeholder{color:#9b8f87}.promo-message{color:var(--brand-red-deep);font-weight:800;margin:0;font-size:.76rem;line-height:1.35}.cart-continue{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.7rem;border:1px solid rgba(159,6,56,.1);border-radius:999px;font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.cart-continue,.cart-empty{color:var(--brand-red-deep)}.cart-empty{display:grid;justify-items:center;grid-gap:.85rem;gap:.85rem;padding:2.5rem 1.2rem;border:1px dashed rgba(159,6,56,.24);border-radius:1.25rem;background:#fff8fb}.cart-empty p{margin:0;color:#17120f;font-family:var(--font-display),Georgia,serif;font-size:1.7rem;line-height:1}.cart-empty span{max-width:22rem;color:#746b62;text-align:center}.cart-drawer__footer{padding:1rem 1.35rem 1.35rem;border-top:1px solid rgba(159,6,56,.1);background:rgba(255,253,247,.94);box-shadow:0 -18px 45px rgba(102,31,77,.08)}.summary-box{gap:.62rem}.summary-box__header,.summary-row,.summary-total{display:flex;align-items:center;justify-content:space-between}.summary-box__header{margin-bottom:.25rem;color:#17120f;font-size:.76rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.summary-box__header strong{color:var(--brand-purple-deep)}.summary-row{color:#746b62;font-size:.92rem}.summary-row strong{color:#17120f}.summary-total{margin:.2rem 0 .7rem;padding-top:.8rem;border-top:1px solid rgba(159,6,56,.12);color:#17120f;font-size:1.2rem}.summary-total strong{color:var(--brand-red-deep)}.cart-drawer__footer .button--light{background:linear-gradient(90deg,var(--brand-red),var(--brand-purple));color:#fffdf7}.summary-note{color:#8a7c74}@media (max-width:720px){.cart-drawer,.cart-drawer.glass-panel--dark{top:auto;right:0;bottom:0;left:0;width:100%;max-height:92dvh;border-radius:1.4rem 1.4rem 0 0;transform:translateY(105%)}.cart-drawer.cart-drawer--open,.cart-drawer.glass-panel--dark.cart-drawer--open{transform:translateY(0)!important}.cart-drawer__header{padding:1rem 1rem .85rem}.cart-drawer h3{font-size:1.65rem}.cart-panel__count{display:none}.cart-drawer__body{padding:.9rem 1rem}.cart-item,.cart-item.glass-item{grid-template-columns:4.7rem 1fr;padding:.65rem}.cart-item__thumb{width:4.7rem;min-height:4.7rem}.cart-item__title{font-size:1rem}.promo-form{grid-template-columns:1fr}.promo-form .button{width:100%}.cart-drawer__footer{padding:.9rem 1rem 1rem}}.product-modal,.product-modal.glass-panel{width:min(1080px,calc(100vw - 2rem));height:min(760px,calc(100dvh - 2rem));max-height:calc(100dvh - 2rem);border:1px solid rgba(159,6,56,.12);border-radius:1.6rem;background:#fffdf8;box-shadow:0 34px 90px rgba(24,14,21,.26);overflow:hidden}.product-modal__content{grid-template-columns:minmax(20rem,.95fr) minmax(0,1fr);min-height:0;height:100%}.product-modal__media{min-height:0}.product-modal__details{min-height:0;padding:clamp(1.5rem,3vw,2.7rem);background:radial-gradient(circle at 100% 0,rgba(141,79,214,.08),transparent 13rem),rgba(255,253,248,.96);overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(214,7,69,.35) transparent}.product-modal__description{display:grid;grid-gap:.8rem;gap:.8rem;margin-bottom:1rem;padding-right:.35rem}.product-modal__variants{display:grid;grid-gap:.65rem;gap:.65rem;margin:0 0 1.15rem}.product-modal__variants>span{color:var(--brand-red-deep);font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.product-modal__variant-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}.product-modal__variant{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border:1px solid transparent;border-radius:999px;background:#f6efe8;color:var(--ink);cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.product-modal__variant:hover{background:#ece3db}.product-modal__variant:focus-visible{outline:2px solid rgba(141,79,214,.45);outline-offset:2px}.product-modal__variant--active{border-color:var(--accent);background:#ffffff;color:var(--ink)}.product-modal__variant strong{font-size:.9rem}.product-modal__variant small{color:var(--muted);font-size:.82rem;font-weight:850}.product-modal__variant--active small{color:var(--accent)}.product-modal__description h4{margin-bottom:0;color:var(--brand-red-deep);letter-spacing:.16em}.product-modal__description p{max-width:35rem;color:#5f564d;font-size:.98rem;line-height:1.68}.product-modal__actions{position:-webkit-sticky;position:sticky;bottom:0;margin:1.4rem -.25rem -.25rem;padding:.9rem .25rem .25rem;background:linear-gradient(180deg,rgba(255,253,248,0),#fffdf8 38%)}.product-modal__actions .button{min-height:3rem}@media (max-width:820px){.product-modal,.product-modal.glass-panel{top:auto;right:0;bottom:0;left:0;width:100%;height:min(92dvh,46rem);max-height:92dvh;border-radius:1.45rem 1.45rem 0 0;transform:none;animation:modalSheetReveal .35s cubic-bezier(.16,1,.3,1) forwards}.product-modal__content{display:flex;flex-direction:column;overflow:hidden}.product-modal__media{flex:0 0 auto;height:clamp(12rem,34dvh,18rem);min-height:12rem}.product-modal__details{flex:1 1 auto;padding:1.2rem 1rem 1rem}.product-modal__name{font-size:clamp(2rem,10vw,2.8rem)}.product-modal__meta{flex-wrap:wrap;gap:.65rem}.product-modal__price{margin-bottom:1rem}.product-modal__description p{font-size:.95rem}.product-modal__close{top:.85rem;right:.85rem;background:rgba(255,255,255,.82);box-shadow:0 10px 24px rgba(24,14,21,.12)}}@keyframes modalSheetReveal{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}.product-tab__desktop-label{display:inline}.product-tab__mobile-label{display:none}@media (max-width:640px){.product-tab__desktop-label{display:none}.product-tab__mobile-label{display:inline}}.product-card__overlay{position:absolute;inset:0;background:rgba(8,8,5,.22);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:grid;place-items:center;opacity:0;transition:opacity .4s cubic-bezier(.16,1,.3,1);z-index:2}.product-card:hover .product-card__overlay{opacity:1}.product-card__hover-btn{padding:.55rem 1.15rem;background:linear-gradient(90deg,var(--brand-red),var(--brand-purple));color:#fffdf7;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 12px 28px rgba(102,31,77,.2);transform:translateY(12px);transition:transform .4s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card__hover-btn{transform:translateY(0)}.editorial-showcase{display:grid;grid-gap:clamp(1.2rem,2.4vw,1.8rem);gap:clamp(1.2rem,2.4vw,1.8rem);padding-top:clamp(1.6rem,3.5vw,3rem);padding-bottom:clamp(1.6rem,3.5vw,3rem);background:radial-gradient(circle at 12% 12%,rgba(214,7,69,.08),transparent 20rem),radial-gradient(circle at 88% 0,rgba(141,79,214,.1),transparent 22rem),#fffdf7;scroll-margin-top:5.5rem}.editorial-showcase__header{display:grid;max-width:43rem;grid-gap:.4rem;gap:.4rem}.editorial-showcase__header h2{max-width:none;font-size:clamp(2.15rem,4vw,4rem);line-height:.92}.editorial-showcase__header p{max-width:39rem;color:#6e6259;font-size:clamp(.94rem,1.05vw,1.02rem)}.bundle-set-grid{grid-gap:clamp(1rem,2vw,1.45rem);gap:clamp(1rem,2vw,1.45rem)}.bundle-set-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(1rem,2vw,1.45rem);gap:clamp(1rem,2vw,1.45rem);min-height:clamp(14.5rem,28vh,20rem);overflow:visible;border:0;border-radius:0;box-shadow:none}.bundle-set-card,.bundle-set-card--banana,.bundle-set-card--orange{background:transparent}.bundle-set-card:nth-child(2n) .bundle-set-card__image{order:2}.bundle-set-card:nth-child(2n) .bundle-set-card__copy{order:1}.bundle-set-card__image{position:relative;min-height:100%;overflow:hidden;border-radius:1rem;background:#f8efe6;box-shadow:0 18px 48px rgba(102,31,77,.1)}.bundle-set-card__image img{transition:transform .7s cubic-bezier(.16,1,.3,1)}.bundle-set-card:hover .bundle-set-card__image img{transform:scale(1.04)}.bundle-set-card__copy{display:flex;min-height:100%;flex-direction:column;align-items:flex-start;padding:clamp(1.1rem,2.6vw,2.6rem);border:1px solid rgba(159,6,56,.08);border-radius:1rem;background:radial-gradient(circle at 90% 12%,rgba(141,79,214,.08),transparent 13rem),rgba(255,253,247,.84)}.bundle-set-card__copy span{color:var(--brand-red-deep);font-size:.72rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.bundle-set-card__copy h3{margin-top:.45rem;max-width:10ch;font-size:clamp(2rem,3.4vw,3.45rem);line-height:.88}.bundle-set-card__copy p{margin-top:.8rem;max-width:25rem;color:#6a5d55;font-size:clamp(.88rem,1vw,.98rem);line-height:1.5}.bundle-set-card__footer{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.9rem;margin-top:1.15rem}.bundle-set-card__footer strong{color:var(--brand-red-deep);font-size:clamp(1.35rem,2.2vw,2rem);font-weight:950;letter-spacing:-.04em}.bundle-set-card__link{display:inline-flex;min-height:2.7rem;align-items:center;justify-content:center;gap:.45rem;padding:0 1rem;border-radius:999px;background:linear-gradient(90deg,var(--brand-red),var(--brand-purple));color:#fffdf7;font-size:.75rem;font-weight:900;letter-spacing:.03em;box-shadow:0 16px 32px rgba(102,31,77,.18);transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}.bundle-set-card__link:focus-visible,.bundle-set-card__link:hover{background:linear-gradient(90deg,var(--brand-purple),var(--brand-red));box-shadow:0 20px 38px rgba(102,31,77,.26);transform:translateY(-2px)}@media (max-width:1180px){.bundle-set-card{min-height:clamp(14rem,32vh,18rem)}.bundle-set-card__image{aspect-ratio:auto}.bundle-set-card__copy{padding:clamp(1rem,2vw,1.45rem)}.bundle-set-card__copy h3{font-size:clamp(1.8rem,3.3vw,2.7rem)}}@media (max-width:780px){.editorial-showcase{min-height:auto;padding-top:3rem;padding-bottom:3rem}.editorial-showcase__header h2{max-width:none}.bundle-set-card,.bundle-set-grid{grid-template-columns:1fr}.bundle-set-card{min-height:auto;border-radius:1.1rem}.bundle-set-card:nth-child(2n) .bundle-set-card__copy,.bundle-set-card:nth-child(2n) .bundle-set-card__image{order:0}.bundle-set-card__image{min-height:14rem;aspect-ratio:16/9}}@media (max-width:520px){.editorial-showcase{gap:1rem;padding-top:2.5rem;padding-bottom:2.5rem}.editorial-showcase__header p{font-size:.9rem}.bundle-set-card__copy{padding:1rem}.bundle-set-card__copy h3{font-size:clamp(1.75rem,10vw,2.3rem)}.bundle-set-card__copy p{font-size:.88rem}.bundle-set-card__footer{align-items:stretch;flex-direction:column;gap:.7rem}.bundle-set-card__link{width:100%}}.editorial-showcase{min-height:calc(100svh - 4.75rem);align-content:center;gap:clamp(1.15rem,2.4vw,1.8rem)}.bundle-set-grid,.editorial-showcase__header{width:min(100%,68rem);margin:0 auto}.bundle-set-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0;gap:0}.bundle-set-card{display:contents}.bundle-set-card__copy,.bundle-set-card__image{min-height:0;aspect-ratio:1/1}.bundle-set-card__image{border-radius:0;box-shadow:none}.bundle-set-card__image img{object-fit:cover}.bundle-set-card--orange .bundle-set-card__image{order:1!important}.bundle-set-card--orange .bundle-set-card__copy{order:2!important}.bundle-set-card--banana .bundle-set-card__copy{order:3!important}.bundle-set-card--banana .bundle-set-card__image{order:4!important}.bundle-set-card__copy{align-items:center;justify-content:center;padding:clamp(1.4rem,4vw,3.25rem);border:0;border-radius:0;background:#fffdf7;text-align:center}.bundle-set-card__copy h3{max-width:11ch;margin-right:auto;margin-left:auto}.bundle-set-card__copy p{max-width:28rem;margin-right:auto;margin-left:auto}.bundle-set-card__footer{justify-content:center;flex-direction:column;gap:.75rem}.bundle-set-card__link{width:auto;min-width:9.75rem;border:0}@media (max-width:780px){.bundle-set-grid{grid-template-columns:1fr}.bundle-set-card__copy,.bundle-set-card__image{order:0!important;aspect-ratio:auto}.bundle-set-card__image{aspect-ratio:1/1}.bundle-set-card__copy{min-height:16rem}}.checkout-fields{display:grid;grid-gap:.65rem;gap:.65rem;margin:1rem 0;padding:.9rem;border:1px solid rgba(159,6,56,.1);border-radius:.95rem;background:rgba(255,253,247,.72)}.checkout-fields__header,.checkout-fields__split{display:grid;grid-template-columns:1fr 1fr;grid-gap:.65rem;gap:.65rem}.checkout-fields__header{align-items:center}.checkout-fields__header span{color:var(--ink);font-size:.78rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.checkout-fields__header small{justify-self:end;color:var(--brand-purple-deep);font-size:.68rem;font-weight:850}.checkout-fields label{display:grid;grid-gap:.32rem;gap:.32rem;color:#6a5d55;font-size:.74rem;font-weight:800}.checkout-fields label span{color:var(--muted);font-weight:700}.checkout-fields input,.checkout-fields textarea{width:100%;border:1px solid rgba(159,6,56,.12);border-radius:.75rem;background:#fffdf7;color:var(--ink);font-size:.9rem;padding:.7rem .8rem;resize:vertical}.checkout-fields input:focus,.checkout-fields textarea:focus{border-color:rgba(141,79,214,.42);box-shadow:0 0 0 3px rgba(141,79,214,.1)}.button:disabled{cursor:not-allowed;opacity:.62;transform:none}.checkout-message{margin-top:.55rem;font-size:.78rem;font-weight:800}.checkout-message--error{color:var(--brand-red-deep)}.checkout-message--loading{color:var(--brand-purple-deep)}.checkout-status-page{min-height:100svh;display:grid;place-items:center;padding:2rem;background:radial-gradient(circle at 12% 8%,rgba(214,7,69,.1),transparent 24rem),radial-gradient(circle at 90% 12%,rgba(141,79,214,.12),transparent 26rem),#fffdf7}.checkout-status-card{display:grid;width:min(100%,34rem);grid-gap:.8rem;gap:.8rem;justify-items:center;padding:clamp(1.5rem,5vw,3rem);border:1px solid rgba(159,6,56,.12);border-radius:1.4rem;background:rgba(255,253,247,.9);text-align:center;box-shadow:0 24px 70px rgba(102,31,77,.1)}.checkout-status-card svg{color:var(--brand-red)}.checkout-status-card--failed svg{color:var(--brand-purple-deep)}.checkout-status-card h1{font-size:clamp(2.3rem,8vw,4rem);line-height:.9}.checkout-status-card p{max-width:27rem}.checkout-status-card small{color:var(--muted);overflow-wrap:anywhere}@media (max-width:520px){.checkout-fields__header,.checkout-fields__split{grid-template-columns:1fr}.checkout-fields__header small{justify-self:start}}body,html{width:100%;max-width:100%;overflow-x:hidden}body{position:relative;overscroll-behavior-x:none}.cart-drawer,.cart-drawer__body,.cart-drawer__footer,.cart-item__body,.checkout-fields,.cta-banner,.editorial-showcase,.featured-collection,.hero,.hero__actions,.hero__copy,.hero__mini-cards,.page-shell,.product-modal,.product-modal__actions,.product-modal__content,.product-modal__description,.product-modal__details,.product-modal__variant-options,.product-section,.promo-panel,.review-section,.site-footer,.site-header__frame,.site-header__inner,.summary-box{min-width:0}.cart-backdrop,.cart-drawer,.modal-backdrop,.product-modal{max-width:100vw}.product-modal__actions{margin:1.4rem 0 0;padding:.9rem 0 0}@media (max-width:820px){.product-modal,.product-modal.glass-panel{width:100vw;max-width:100vw;left:0;right:0}.product-modal__variant-options{grid-template-columns:1fr}}@media (max-width:720px){.cta-banner,.editorial-showcase,.featured-collection,.hero,.product-section,.review-section,.site-footer,.site-header__frame,.site-header__inner{width:100%;max-width:100%}.cart-drawer,.cart-drawer.glass-panel--dark{width:100vw;max-width:100vw;left:0;right:0;overflow-x:hidden}.cart-drawer__body,.product-modal__details{overscroll-behavior-x:none}.checkout-fields__header,.checkout-fields__split{grid-template-columns:1fr}.cart-item__row{flex-wrap:wrap;align-items:flex-start;row-gap:.55rem}}@media (max-width:520px){.site-header__inner{padding-inline:.75rem;gap:.55rem}.site-header__actions{gap:.45rem}.hero__headline{font-size:clamp(1.8rem,9.5vw,2.5rem)}.product-modal__content{max-width:100%}.checkout-fields label,.product-modal__description,.summary-row,.summary-total{overflow-wrap:anywhere}}.checkout-page{min-height:100svh;padding:clamp(1rem,3vw,2rem);background:radial-gradient(circle at 8% 0,rgba(214,7,69,.1),transparent 26rem),radial-gradient(circle at 100% 14%,rgba(141,79,214,.12),transparent 28rem),#fffdf7}.checkout-page__shell{width:min(1240px,100%);margin:0 auto;display:grid;grid-gap:1.4rem;gap:1.4rem}.checkout-page__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:1px solid rgba(159,6,56,.1);border-radius:1.3rem;background:rgba(255,253,247,.78);box-shadow:0 16px 40px rgba(102,31,77,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.checkout-page__brand{display:inline-flex;align-items:center;gap:.9rem;min-width:0}.checkout-page__logo-wrap{position:relative;width:3.2rem;height:3.2rem;flex:0 0 auto}.checkout-page__brand-copy{display:grid;grid-gap:.1rem;gap:.1rem}.checkout-page__brand-copy strong{color:#17120f;font-size:.98rem;letter-spacing:.02em;text-transform:uppercase}.checkout-page__brand-copy small{color:#756860;font-size:.82rem;font-weight:700}.checkout-page__header-actions{display:flex;align-items:center;gap:.8rem;color:#6c6058;font-size:.82rem;font-weight:850}.checkout-page__backlink{display:inline-flex;align-items:center;gap:.45rem;min-height:2.7rem;padding:0 1rem;border:1px solid rgba(159,6,56,.12);border-radius:999px;color:var(--brand-red-deep);background:rgba(255,240,246,.55)}.checkout-page__content{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(20rem,.82fr);grid-gap:1.35rem;gap:1.35rem;align-items:start}.checkout-form-panel,.checkout-page__empty,.checkout-page__loading,.checkout-review{background:rgba(255,253,247,.84);border:1px solid rgba(159,6,56,.1)}.checkout-form-panel{display:grid;grid-gap:1rem;gap:1rem;padding:clamp(1.2rem,3vw,2rem)}.checkout-form-panel__intro{display:grid;grid-gap:.55rem;gap:.55rem}.checkout-form-panel__intro h1,.checkout-page__empty h1,.checkout-review__header h2{font-size:clamp(2.2rem,5vw,4rem);line-height:.92}.checkout-form-panel__intro p{max-width:40rem;font-size:1rem}.checkout-page__promo{margin-top:.2rem}.checkout-form-panel__cta{display:grid;grid-gap:.55rem;gap:.55rem}.checkout-page__submit{min-height:3.3rem}.checkout-review{position:-webkit-sticky;position:sticky;top:1rem;display:grid;grid-gap:1rem;gap:1rem;padding:clamp(1.1rem,2.5vw,1.6rem)}.checkout-review__header{display:grid;grid-gap:.45rem;gap:.45rem}.checkout-review__list{max-height:min(44svh,30rem);overflow-y:auto;padding-right:.15rem}.checkout-review__summary{padding-top:.2rem;border-top:1px solid rgba(159,6,56,.1)}.checkout-page__empty,.checkout-page__loading{display:grid;grid-gap:.9rem;gap:.9rem;justify-items:center;width:min(34rem,100%);margin:12svh auto 0;padding:clamp(1.6rem,5vw,3rem);text-align:center}.checkout-page__empty p,.checkout-page__loading p{max-width:28rem}@media (max-width:980px){.checkout-page__content{grid-template-columns:1fr}.checkout-review{position:static;order:-1}.checkout-review__list{max-height:none}}@media (max-width:720px){.checkout-page{padding:.8rem}.checkout-page__header{align-items:center}.checkout-page__brand-copy strong{font-size:.9rem}}@media (max-width:520px){.checkout-page__header{padding:.85rem}.checkout-page__brand-copy small{font-size:.76rem}.checkout-form-panel,.checkout-review{padding:1rem}.checkout-form-panel__intro h1,.checkout-page__empty h1,.checkout-review__header h2{font-size:clamp(1.9rem,10vw,2.7rem)}}html{overflow-y:hidden}body,html{height:100%;overflow-x:hidden}body{width:100%;min-height:100%;overflow-y:auto!important;scrollbar-gutter:stable;overscroll-behavior-y:none}.checkout-page,.checkout-page__shell,.page-shell{overflow:visible}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:80}@media (max-width:820px){.product-modal__variant-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.product-modal__variant{min-height:auto;padding:.45rem .9rem}}@media (max-width:768px){.featured-collection h2{max-width:none;font-size:clamp(1.65rem,7.2vw,2.15rem);line-height:1}.cta-banner__copy{grid-template-columns:minmax(0,1fr) auto;align-items:end;column-gap:.8rem}.cta-banner__copy .section-kicker{grid-column:1/-1}.cta-banner__copy h2{max-width:none;font-size:clamp(1.35rem,5.6vw,1.75rem);line-height:1.02}.cta-banner__copy .button{justify-self:end;width:auto;min-width:9rem;padding-inline:1rem;white-space:nowrap}.featured-collection__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;padding:.75rem .55rem}.featured-collection__stats span{gap:.22rem;font-size:.66rem;line-height:1.2}.featured-collection__stats svg{width:1rem;height:1rem}.review-section{overflow:hidden}.review-section__header{margin-bottom:1rem;padding-inline:clamp(1.1rem,4vw,1.6rem)}.review-section__header h2{font-size:clamp(2rem,9vw,2.8rem);line-height:.95}.review-editorial{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(18rem,84vw);grid-template-columns:none;grid-gap:1rem;gap:1rem;overflow-x:auto;overscroll-behavior-x:contain;padding:0 clamp(1.1rem,4vw,1.6rem) .7rem;scroll-padding-inline:clamp(1.1rem,4vw,1.6rem);scroll-snap-type:x mandatory;scrollbar-width:none}.review-editorial::-webkit-scrollbar{display:none}.review-card{grid-template-columns:minmax(7.2rem,38%) minmax(0,1fr);gap:.85rem;align-items:center;scroll-snap-align:start}.review-card__image{min-height:7.8rem}.review-card__content{min-width:0}.review-card__stars{gap:.18rem;margin-bottom:.55rem}.review-card__stars svg{width:.78rem;height:.78rem}.review-card p{margin:.45rem 0 .65rem;font-size:clamp(1rem,4.6vw,1.25rem);line-height:1.08}.review-card__author strong{font-size:.95rem}.review-card__author span{font-size:.75rem}}@media (max-width:360px){.product-modal__variant-options{grid-template-columns:1fr}.featured-collection h2{font-size:clamp(1.45rem,7vw,1.7rem)}.cta-banner__copy{column-gap:.55rem;padding:1rem}.cta-banner__copy h2{font-size:1.18rem}.cta-banner__copy .button{min-width:7.8rem;padding-inline:.8rem}.featured-collection__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.28rem;padding:.55rem .35rem}.featured-collection__stats span{gap:.18rem;font-size:.58rem;line-height:1.12}.featured-collection__stats svg{width:.86rem;height:.86rem}.review-editorial{grid-auto-columns:86vw}.review-card{grid-template-columns:minmax(5.8rem,36%) minmax(0,1fr);gap:.62rem}.review-card__image{min-height:6.4rem}.review-card p{font-size:clamp(.86rem,4.2vw,.98rem);line-height:1.06}.review-card__author strong{font-size:.82rem}.review-card__author span{font-size:.68rem}}