*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:calc(16px * var(--body-scale));line-height:1.55;-webkit-font-smoothing:antialiased}body.is-locked{overflow:hidden}img,video,svg{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}p,h1,h2,h3,h4,h5,h6{margin-top:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:.98;letter-spacing:-.035em}h1{font-size:clamp(3.1rem,8vw,7.6rem)}h2{font-size:clamp(2.35rem,5vw,5.2rem)}h3{font-size:clamp(1.9rem,3vw,3.2rem)}h4{font-size:clamp(1.55rem,2vw,2.25rem)}ul,ol{padding-left:1.15rem}.no-js [data-drawer-open],.no-js [data-dialog-open]{display:none}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:9999;top:1rem;left:1rem;padding:.8rem 1rem;background:var(--color-surface);transform:translateY(-180%);transition:transform .2s}.skip-link:focus{transform:translateY(0)}.page-width{width:min(100% - 40px,var(--page-width));margin-inline:auto}.narrow-width{width:min(100% - 40px,820px);margin-inline:auto}.section{padding-block:56px}.section--flush{padding-block:0}.section-header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:28px}.section-header__text{max-width:680px}.section-header h2,.section-header h1{margin-bottom:.35rem}.section-header p{margin:0;color:var(--color-muted)}.eyebrow,.drawer__eyebrow{display:block;margin-bottom:.7rem;font-size:.68rem;font-weight:700;line-height:1.2;letter-spacing:.28em;text-transform:uppercase}.text-link{display:inline-flex;align-items:center;gap:.55rem;padding-block:.3rem;border-bottom:1px solid currentColor;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.text-link i{transition:transform .2s}.text-link:hover i{transform:translate(4px)}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.75rem 1.35rem;border:1px solid var(--color-accent);border-radius:1px;background:var(--color-accent);color:var(--color-accent-contrast);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s,transform .2s}.button:hover{transform:translateY(-1px);background:#731e2f;border-color:#731e2f}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}.button--secondary{background:transparent;color:var(--color-accent)}.button--secondary:hover{background:var(--color-accent);color:var(--color-accent-contrast)}.button--full{width:100%}.button--icon{min-width:44px;min-height:44px;padding:.55rem;border-radius:999px}.icon-button{position:relative;width:46px;height:46px;display:inline-grid;place-items:center;padding:0;border:0;background:transparent;color:inherit;font-size:1.35rem;cursor:pointer}.icon-button:focus-visible,.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.announcement{min-height:30px;display:grid;place-items:center;padding:.35rem 1rem;background:var(--color-accent);color:var(--color-accent-contrast);font-size:.7rem;letter-spacing:.06em;text-align:center}.site-header{position:sticky;z-index:90;top:0;background:color-mix(in srgb,var(--color-bg) 94%,transparent);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{min-height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.site-header__menu-button{justify-self:start}.site-header__nav{display:none;align-items:center;gap:1.65rem}.site-header__nav-link{font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.site-header__nav-link:after{content:"";display:block;width:0;height:1px;margin-top:.25rem;background:currentColor;transition:width .2s}.site-header__nav-link:hover:after,.site-header__nav-link.is-current:after{width:100%}.site-header__logo{display:block;width:var(--logo-mobile,120px);justify-self:center}.site-header__logo img{width:100%}.site-header__logo span{font-family:var(--font-heading);font-size:1.6rem;letter-spacing:.06em}.site-header__actions{display:flex;justify-content:flex-end;align-items:center}.site-header__account{display:none}.cart-count{position:absolute;top:3px;right:1px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border-radius:99px;background:var(--color-accent);color:var(--color-accent-contrast);font-size:.65rem;font-weight:700}.site-overlay{position:fixed;z-index:88;top:0;right:0;bottom:0;left:0;background:#22050e6b;-webkit-backdrop-filter:none;backdrop-filter:none}.drawer{position:fixed;z-index:110;top:0;bottom:0;width:min(90vw,430px);display:flex;flex-direction:column;background:var(--color-bg);box-shadow:0 0 60px #3006132e;visibility:hidden;transition:transform .36s cubic-bezier(.22,.61,.36,1),visibility .36s}.drawer--left{left:0;transform:translate(-104%)}.drawer--right{right:0;transform:translate(104%)}.drawer.is-open{visibility:visible;transform:translate(0)}.drawer__header{min-height:82px;display:flex;align-items:center;justify-content:space-between;padding:1rem 20px;border-bottom:1px solid var(--color-border)}.drawer__header h2{margin:0;font-size:2.1rem}.drawer__eyebrow{margin:0}.drawer-menu{padding:1.2rem 20px}.drawer-menu>a,.drawer-menu summary{min-height:56px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border);font-family:var(--font-heading);font-size:1.6rem;list-style:none;cursor:pointer}.drawer-menu summary::-webkit-details-marker{display:none}.drawer-menu__submenu{display:grid;gap:.2rem;padding:.6rem 0 1rem 1rem}.drawer-menu__submenu a{padding:.55rem 0;color:var(--color-muted)}.drawer__footer{margin-top:auto;padding:1.5rem 20px;border-top:1px solid var(--color-border)}.search-dialog{width:100%;max-width:none;height:100%;max-height:none;margin:0;padding:0;border:0;background:#fff5d0fa;color:var(--color-text)}.search-dialog::backdrop{background:#22050e66}.search-dialog__inner{position:relative;width:min(100% - 40px,850px);margin:18vh auto 0}.search-dialog__inner>.eyebrow{font-size:.74rem}.search-dialog__close{position:absolute;top:-5rem;right:0}.search-form{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid var(--color-accent)}.search-form input{min-width:0;padding:1rem .25rem;border:0;background:transparent;font-family:var(--font-heading);font-size:clamp(1.6rem,5vw,3.5rem);outline:0}.search-form .button{align-self:center}.search-dialog__links{display:flex;flex-wrap:wrap;gap:.8rem 1.4rem;margin-top:1.5rem;font-size:.82rem;text-transform:uppercase}.main-content{min-height:50vh}.price{display:flex;align-items:center;gap:.65rem;font-size:.9rem}.price__compare{color:var(--color-muted)}.product-card{position:relative;min-width:0}.product-card__media{position:relative;display:block;overflow:hidden;border-radius:var(--card-radius);background:#fffaf0;aspect-ratio:4/5}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,.61,.36,1)}.product-card:hover .product-card__image{transform:scale(1.025)}.product-card__badge{position:absolute;top:.65rem;left:.65rem;padding:.35rem .55rem;background:var(--color-accent);color:var(--color-accent-contrast);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.product-card__content{position:relative;padding:.85rem .1rem 0;padding-right:52px}.product-card__title{display:block;min-height:2.9em;margin:.35rem 0 .3rem;font-family:var(--font-heading);font-size:1.08rem;line-height:1.3}.product-card__swatches{display:flex;gap:.35rem;min-height:16px}.swatch{width:12px;height:12px;border:1px solid rgba(115,30,47,.18);border-radius:50%;background:var(--swatch,#7a263a)}.product-card__form{position:absolute;right:0;bottom:0}.product-card__add{position:absolute;right:0;bottom:0;background:transparent;color:var(--color-accent)}.product-card__add:hover{background:var(--color-accent);color:var(--color-accent-contrast)}.product-card__add-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 14px}.horizontal-products{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(88%,1fr);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.horizontal-products::-webkit-scrollbar{display:none}.horizontal-products>.product-card{display:grid;grid-template-columns:46% 54%;overflow:hidden;border:1px solid var(--color-border);background:var(--color-surface);scroll-snap-align:start}.horizontal-products .product-card__media{min-height:310px;border-radius:0;aspect-ratio:auto}.horizontal-products .product-card__content{padding:22px 18px 76px}.horizontal-products .product-card__title{font-size:1.2rem}.horizontal-products .product-card__form{right:18px;bottom:18px;left:18px}.horizontal-products .product-card__add{position:static;width:100%;border-radius:0;background:var(--color-accent);color:var(--color-accent-contrast)}.horizontal-products .product-card__add-label{position:static;width:auto;height:auto;overflow:visible;clip:auto}.pagination{display:flex;justify-content:center;gap:.45rem;margin-top:3rem}.pagination__item{min-width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--color-border)}.pagination__item.is-current{background:var(--color-accent);color:var(--color-accent-contrast)}.site-footer{margin-top:0;background:var(--color-footer);color:#fff5d0}.site-footer__newsletter{display:grid;gap:1.4rem;padding-block:44px;border-bottom:1px solid rgba(255,255,255,.22)}.site-footer__newsletter h2{margin-bottom:.55rem;font-size:clamp(2rem,4vw,4rem)}.site-footer__newsletter p{margin:0;color:#ffffffb8}.newsletter-form{display:grid;grid-template-columns:1fr auto;align-self:center}.newsletter-form input{min-width:0;height:52px;padding:0 1rem;border:1px solid rgba(255,255,255,.5);border-right:0;background:transparent;color:#fff}.newsletter-form input::placeholder{color:#ffffffa6}.newsletter-form button{padding:0 1.2rem;border:1px solid #fff;background:#fff;color:var(--color-footer);font-size:.75rem;text-transform:uppercase;cursor:pointer}.newsletter-form .form-message,.newsletter-form .errors{grid-column:1/-1;margin:.75rem 0 0}.site-footer__main{display:grid;grid-template-columns:1fr 1fr;gap:36px 20px;padding-block:50px}.site-footer__brand{grid-column:1/-1;max-width:320px}.site-footer__brand img{width:145px;filter:none}.site-footer__wordmark{font-family:var(--font-heading);font-size:2rem}.site-footer__brand p{color:#ffffffb8}.social-links{display:flex;gap:.5rem}.social-links a{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;font-size:1.1rem}.site-footer__menu h3{font-family:var(--font-body);font-size:.74rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.site-footer__menu ul{display:grid;gap:.55rem;margin:0;padding:0;list-style:none;color:#ffffffbf;font-size:.88rem}.site-footer__bottom{display:flex;flex-direction:column;gap:1rem;padding-block:18px;border-top:1px solid rgba(255,255,255,.18);font-size:.7rem;color:#ffffff9e}.site-footer__bottom div{display:flex;flex-wrap:wrap;gap:1rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:0 20px}.cart-empty{height:100%;display:grid;place-content:center;justify-items:center;text-align:center}.cart-empty i{font-size:2.6rem}.cart-line{position:relative;display:grid;grid-template-columns:92px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-line__image{overflow:hidden;border-radius:4px;background:#f0ddd6;aspect-ratio:4/5}.cart-line__image img{width:100%;height:100%;object-fit:cover}.cart-line__content{display:flex;flex-direction:column;align-items:flex-start}.cart-line__content>a{font-family:var(--font-heading);font-size:1.05rem;line-height:1.25}.cart-line__content small{color:var(--color-muted)}.cart-line__remove{position:absolute;right:0;top:1rem;padding:.4rem;border:0;background:none;cursor:pointer}.quantity-control{height:48px;display:inline-grid;grid-template-columns:44px 42px 44px;align-items:center;border:1px solid var(--color-border)}.quantity-control button{height:100%;border:0;background:transparent;cursor:pointer}.quantity-control span,.quantity-control input{text-align:center}.quantity-control input{width:42px;border:0;background:transparent;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.quantity-control--small{height:34px;grid-template-columns:34px 32px 34px;margin-top:.65rem}.cart-drawer__footer{padding:1rem 20px 20px;border-top:1px solid var(--color-border)}.cart-assurance{display:flex;align-items:center;gap:.55rem;margin:0 0 .9rem;font-size:.76rem;color:var(--color-muted)}.cart-subtotal{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1rem}.cart-drawer__footer form{margin-top:.55rem}.rte{color:var(--color-muted)}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline;text-underline-offset:3px}.rte p,.rte li{max-width:68ch}.form-field{display:grid;gap:.35rem;margin-bottom:1rem}.form-field label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.form-field input,.form-field textarea,.form-field select,.field-input{width:100%;min-height:50px;padding:.8rem 1rem;border:1px solid var(--color-border);border-radius:0;background:var(--color-surface)}.form-field textarea{min-height:130px;resize:vertical}.form-message{font-size:.85rem}.errors{color:#b00020}.errors ul{margin:.5rem 0}.empty-state{display:grid;place-items:center;min-height:45vh;text-align:center}.empty-state i{font-size:3rem}.empty-state h1{font-size:clamp(2.7rem,8vw,6rem)}.breadcrumbs{padding:1rem 0;font-size:.72rem;color:var(--color-muted)}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}.prose-page{padding-block:52px 80px}.prose-page__header{margin-bottom:2rem;text-align:center}.prose-page__header h1{font-size:clamp(3rem,8vw,6rem)}.article-card__image{overflow:hidden;aspect-ratio:4/3;background:#f0ddd6}.article-card__image img{width:100%;height:100%;object-fit:cover}.article-card h3{margin:.8rem 0 .4rem;font-size:1.6rem}.article-card time{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted)}.blog-grid,.collection-list-grid{display:grid;grid-template-columns:1fr;gap:38px}.collection-card{position:relative;overflow:hidden;min-height:420px;background:#e6ded7}.collection-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 35%,rgba(45,4,17,.58))}.collection-card__content{position:absolute;z-index:1;right:24px;bottom:24px;left:24px;color:#fff}.collection-card h2{margin:0;font-size:2.5rem}.has-reveal [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.has-reveal [data-reveal].is-visible{opacity:1;transform:none}.editorial-hero{overflow:hidden;border-bottom:1px solid var(--color-border)}.editorial-hero__content{display:grid;height:calc(100svh - 102px);min-height:570px;max-height:900px}.editorial-hero__media{position:relative;grid-area:1/1;min-height:570px;overflow:hidden;background:#5d1721}.editorial-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#390411b3,#3904111f 70%)}.editorial-hero__media img,.editorial-hero__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.editorial-hero__copy{z-index:1;grid-area:1/1;align-self:end;width:min(100% - 40px,540px);margin:0 auto;padding:64px 0 34px;color:#fff5d0}.editorial-hero__copy h1{max-width:7ch;margin-bottom:1.25rem;font-size:clamp(3.45rem,15vw,5.8rem)}.editorial-hero__statement{max-width:15ch;margin-bottom:1rem;font-family:var(--font-heading);font-size:clamp(1.55rem,6vw,2.15rem);line-height:1.12}.editorial-hero__text{display:none;max-width:43ch;color:inherit}.editorial-hero__button{width:100%;margin-top:1.25rem;background:var(--color-bg);border-color:var(--color-bg);color:var(--color-accent)}.editorial-hero__button:hover{background:#fff;color:var(--color-accent);border-color:#fff}.aura-section__header{text-align:center}.aura-section__header h2{margin-bottom:.7rem;font-size:clamp(2.4rem,7vw,4.8rem)}.aura-section__header p{margin:0;color:var(--color-muted)}.aura-pills{display:flex;gap:10px;margin:24px -20px 18px;padding:0 20px 4px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory}.aura-pills::-webkit-scrollbar{display:none}.aura-pills a{flex:0 0 auto;min-width:148px;height:62px;display:flex;align-items:center;gap:.65rem;padding:.35rem .8rem .35rem .35rem;border-radius:999px;background:color-mix(in srgb,var(--realm-color) 42%,var(--color-bg));scroll-snap-align:start;font-family:var(--font-heading);font-size:1.3rem;color:#fff}.aura-pills img{width:50px;height:50px;border-radius:50%;object-fit:cover}.aura-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.aura-card{position:relative;min-height:270px;display:flex;align-items:flex-end;overflow:hidden;background:var(--realm-color);color:#fff}.aura-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,.61,.36,1)}.aura-card:hover .aura-card__image{transform:scale(1.035)}.aura-card__wash{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#20030c0a,color-mix(in srgb,var(--realm-color) 70%,rgba(32,3,12,.7)))}.aura-card__content{position:relative;z-index:1;padding:18px}.aura-card__content>i{font-size:1.35rem}.aura-card h3{margin:.35rem 0;font-size:clamp(2rem,7vw,4rem)}.aura-card p{display:none;margin-bottom:1rem;max-width:22ch}.aura-card .text-link{font-size:.68rem}.featured-products{background:var(--color-surface);border-block:1px solid var(--color-border)}.featured-products__layout{display:grid;gap:26px}.featured-products__intro h2{margin-bottom:.75rem;font-size:clamp(2.5rem,7vw,4.8rem)}.featured-products__intro p{max-width:24ch;color:var(--color-muted)}.editorial-story__grid{display:grid;border:1px solid var(--color-border);background:var(--color-surface)}.editorial-story__image{min-height:380px;background:#f0ddd6}.cover-image{width:100%;height:100%;object-fit:cover}.editorial-story__details{display:none}.editorial-story__copy{padding:34px 24px}.editorial-story__copy h2{max-width:9ch;margin-bottom:1.35rem}.editorial-story__copy .text-link{margin-top:1rem}.ritual-strip{padding-block:28px;border-block:1px solid var(--color-border)}.ritual-strip__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.ritual-item{display:grid;justify-items:center;gap:.55rem;padding:18px 10px;text-align:center}.ritual-item:nth-child(odd){border-right:1px solid var(--color-border)}.ritual-item:nth-child(-n+2){border-bottom:1px solid var(--color-border)}.ritual-item>i{font-size:1.7rem}.ritual-item h3{margin:0;font-family:var(--font-body);font-size:.73rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.ritual-item p{display:none;margin:.25rem 0 0;color:var(--color-muted);font-size:.78rem}.product-layout{display:grid}.product-gallery{min-width:0;background:#e8e0db}.product-gallery__track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-gallery__track::-webkit-scrollbar{display:none}.product-gallery__item{height:62svh;min-height:480px;scroll-snap-align:start}.product-gallery__item img,.product-gallery__item video,.product-gallery__item model-viewer{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:8px;padding:10px 20px;overflow-x:auto;background:var(--color-bg);scrollbar-width:none}.product-gallery__thumbs button{flex:0 0 58px;width:58px;height:72px;padding:0;overflow:hidden;border:1px solid transparent;background:#f0ddd6;cursor:pointer}.product-gallery__thumbs button.is-active{border-color:var(--color-accent)}.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.product-info{background:var(--color-accent);color:var(--color-accent-contrast)}.product-info__inner{padding:38px 20px}.product-title{margin-bottom:.8rem;font-size:clamp(2.5rem,8vw,4.5rem)}.product-caption{margin:.3rem 0 1.5rem;font-size:.83rem;letter-spacing:.06em;text-transform:uppercase;color:#fff5d0bf}.product-price{display:flex;align-items:center;gap:1rem;margin-bottom:.25rem;font-family:var(--font-heading);font-size:1.7rem}.product-info small{color:#fff5d0b8}.product-info small a{text-decoration:underline}.product-options{display:grid;gap:.6rem;margin:1.5rem 0}.product-options label{font-size:.74rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.product-options select{width:100%;height:52px;padding:0 1rem;border:1px solid rgba(255,255,255,.42);background:transparent;color:inherit}.product-options select option{color:#2b0a14}.product-form{margin:1.5rem 0}.product-form__row{display:grid;grid-template-columns:132px 1fr;gap:10px}.product-info .quantity-control{border-color:#fff6}.product-info .quantity-control input{color:inherit}.product-info .button{background:var(--color-bg);border-color:var(--color-bg);color:var(--color-accent)}.dynamic-checkout{margin-top:10px}.dynamic-checkout .shopify-payment-button__button{min-height:50px!important;border-radius:0!important}.product-description{margin-top:1.8rem;color:#fff5d0d1}.product-accordion{border-top:1px solid rgba(255,255,255,.26)}.product-accordion:last-of-type{border-bottom:1px solid rgba(255,255,255,.26)}.product-accordion summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;font-family:var(--font-heading);font-size:1.25rem}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion[open] summary i{transform:rotate(45deg)}.product-accordion__content{padding:0 0 1.4rem;color:#fff5d0c7}.product-assurance{display:flex;align-items:center;gap:.65rem;margin-top:1.2rem;font-size:.8rem}.product-assurance i{font-size:1.2rem}.product-story{background:var(--color-bg)}.product-story__blocks{display:grid;gap:16px}.product-story__block{display:grid;border:1px solid var(--color-border);background:var(--color-surface)}.product-story__media{min-height:360px;background:#f0ddd6}.product-story__copy{padding:30px 24px}.product-story__copy h3{font-size:clamp(2.2rem,6vw,4.5rem)}.collection-page{padding-bottom:72px}.collection-hero{display:grid;gap:26px;padding-block:54px 34px}.collection-hero h1{margin-bottom:.7rem;font-size:clamp(3.1rem,8vw,6.7rem)}.collection-hero__image{min-height:300px;overflow:hidden;background:#f0ddd6}.collection-toolbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding-block:14px;border-block:1px solid var(--color-border);font-size:.78rem;text-transform:uppercase}.collection-toolbar>span{text-align:center}.collection-toolbar select{max-width:145px;height:44px;border:0;background:transparent}.collection-toolbar__filter{min-height:44px;padding:.5rem .75rem}.collection-layout{padding-top:32px}.collection-filters--desktop{display:none}.collection-filters--mobile{padding:0 20px 24px;overflow-y:auto}.filter-group{border-bottom:1px solid var(--color-border)}.filter-group summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;list-style:none;font-family:var(--font-heading);font-size:1.25rem;cursor:pointer}.filter-group summary::-webkit-details-marker{display:none}.filter-group[open] summary i{transform:rotate(45deg)}.filter-group__content{display:grid;gap:.55rem;padding-bottom:1.2rem}.filter-option{min-height:38px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;font-size:.85rem}.filter-option input{width:18px;height:18px;accent-color:var(--color-accent)}.filter-option small{color:var(--color-muted)}.price-filter{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.price-filter label{display:grid;gap:.25rem;font-size:.75rem}.price-filter input{width:100%;height:44px;padding:0 .7rem;border:1px solid var(--color-border);background:var(--color-surface)}.filter-form__actions{display:grid;gap:.5rem;margin-top:1.2rem}.cart-page__form{display:grid;gap:36px}.cart-page__line{display:grid;grid-template-columns:100px 1fr;gap:1rem;padding:1rem 0;border-top:1px solid var(--color-border)}.cart-page__line>strong{grid-column:2;justify-self:end}.cart-page__image{overflow:hidden;aspect-ratio:4/5;background:#f0ddd6}.cart-page__image img{width:100%;height:100%;object-fit:cover}.cart-page__content{display:flex;flex-direction:column;align-items:flex-start}.cart-page__title{font-family:var(--font-heading);font-size:1.2rem;line-height:1.25}.cart-page__content small{color:var(--color-muted)}.cart-page__quantity{width:66px;height:40px;margin:.6rem 0;padding:0 .5rem;border:1px solid var(--color-border);background:var(--color-surface)}.cart-summary{align-self:start;padding:24px;border:1px solid var(--color-border);background:var(--color-surface)}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:.7rem;font-size:1.1rem}.cart-summary p{color:var(--color-muted);font-size:.82rem}.cart-summary .button+.button{margin-top:.55rem}.search-page__header{max-width:850px;margin:0 auto 3rem;text-align:center}.search-page__header h1{font-size:clamp(2.8rem,7vw,6rem)}.search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 14px}.search-result-card{padding:24px;border:1px solid var(--color-border);background:var(--color-surface)}.search-result-card h2{font-size:1.8rem}.article-page{padding-block:56px 90px}.article-page__header{text-align:center}.article-page__header h1{font-size:clamp(3rem,8vw,6.5rem)}.article-page__header p{color:var(--color-muted)}.article-page__hero{height:min(70vh,760px);margin-block:40px}.article-page__content{font-size:1.05rem}.article-comments{margin-top:60px;padding-top:40px;border-top:1px solid var(--color-border)}.article-comments>article{padding-block:1rem;border-bottom:1px solid var(--color-border)}.contact-section{display:grid;gap:38px}.contact-section__intro h1{font-size:clamp(3rem,8vw,6rem)}.contact-form{padding:26px;border:1px solid var(--color-border);background:var(--color-surface)}.faq-item{border-top:1px solid var(--color-border)}.faq-item:last-child{border-bottom:1px solid var(--color-border)}.faq-item summary{min-height:68px;display:flex;align-items:center;justify-content:space-between;list-style:none;font-family:var(--font-heading);font-size:1.3rem;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open] summary i{transform:rotate(45deg)}.faq-item .rte{padding-bottom:1.5rem}.aura-world{background:var(--realm-bg);color:var(--realm-text)}.aura-world .rte{color:color-mix(in srgb,var(--realm-text) 82%,transparent)}.aura-world__hero{position:relative;height:min(86svh,900px)}.aura-world__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(31,2,11,.7))}.aura-world__hero-copy{position:absolute;z-index:1;right:0;bottom:8%;left:0}.aura-world__hero-copy h1{max-width:8ch;margin-bottom:.5rem}.aura-world__hero-copy p{font-family:var(--font-heading);font-size:1.5rem}.aura-world__hero-copy .button{background:var(--realm-text);border-color:var(--realm-text);color:var(--realm-bg)}.aura-world__intro,.aura-world__manifesto{padding-block:64px}.aura-world__intro .rte,.aura-world__manifesto{font-family:var(--font-heading);font-size:clamp(1.35rem,3vw,2.25rem);line-height:1.35}.aura-world__mood{height:min(75vh,780px)}.aura-world__products{padding-block:50px 82px}.aura-world__products .product-card__content{color:var(--realm-text)}.rich-text-section{text-align:center}.rich-text-section--contrast{background:var(--color-accent);color:var(--color-accent-contrast)}.rich-text-section--contrast .rte{color:#fff5d0c7}.rich-text-section__inner h2{font-size:clamp(2.6rem,7vw,5.4rem)}.rich-text-section__inner .rte p{margin-inline:auto}.image-text__grid{display:grid;border:1px solid var(--color-border);background:var(--color-surface)}.image-text__media{min-height:380px}.image-text__copy{padding:34px 24px}.image-text__copy h2{font-size:clamp(2.5rem,7vw,5rem)}.media-gallery{display:grid;gap:12px}.media-gallery__item{position:relative;min-height:420px;margin:0;background:#f0ddd6}.media-gallery__item figcaption{position:absolute;right:18px;bottom:18px;left:18px;padding:.65rem .8rem;background:#fff5d0eb;font-family:var(--font-heading)}.account-page form{max-width:560px;margin-inline:auto}.account-orders{display:grid;border-top:1px solid var(--color-border)}.account-orders>a,.account-orders>div{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.address-card{margin-bottom:1rem;padding:24px;border:1px solid var(--color-border);background:var(--color-surface)}.password-page{min-height:100vh;display:grid;place-items:center;padding:30px;background:var(--color-bg)}.password-page__inner{width:min(100%,480px);text-align:center}.password-page__inner img{width:160px;margin:0 auto 3rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(min-width:750px){.page-width{width:min(100% - 64px,var(--page-width))}.section{padding-block:var(--section-space)}.site-header__inner{min-height:80px}.site-header__account{display:grid}.site-header__logo{width:var(--logo-desktop)}.horizontal-products{grid-auto-columns:minmax(32%,1fr);gap:20px}.horizontal-products>.product-card{display:block;border:0;background:transparent}.horizontal-products .product-card__media{min-height:0;border-radius:var(--card-radius);aspect-ratio:4/5}.horizontal-products .product-card__content{padding:.85rem .1rem 0;padding-right:52px}.horizontal-products .product-card__title{font-size:1.08rem}.horizontal-products .product-card__form{right:0;bottom:0;left:auto}.horizontal-products .product-card__add{position:absolute;width:44px;border-radius:999px;background:transparent;color:var(--color-accent)}.horizontal-products .product-card__add-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 22px}.site-footer__newsletter{grid-template-columns:1fr minmax(360px,620px);align-items:center}.site-footer__main{grid-template-columns:1.5fr repeat(3,1fr)}.site-footer__brand{grid-column:auto}.site-footer__bottom{flex-direction:row;justify-content:space-between}.blog-grid,.collection-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-hero__content{grid-template-columns:minmax(330px,45%) 1fr}.editorial-hero__copy{grid-area:1/1;align-self:center;width:min(100% - 64px,600px);padding:80px 0;color:var(--color-text)}.editorial-hero__copy h1{font-size:clamp(4.6rem,7.5vw,7rem)}.editorial-hero__statement{font-size:clamp(1.8rem,2.7vw,2.5rem)}.editorial-hero__text{display:block;color:var(--color-muted)}.editorial-hero__button{width:auto;background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-contrast)}.editorial-hero__media{grid-area:1/2;min-height:720px}.editorial-hero__media:after{display:none}.aura-pills{margin-inline:0;padding-inline:0;justify-content:center}.aura-grid{gap:1px;background:var(--color-bg)}.aura-card{min-height:420px}.aura-card__content{padding:34px}.aura-card p{display:block}.featured-products__layout{grid-template-columns:minmax(180px,250px) minmax(0,1fr);align-items:center;gap:46px}.editorial-story__grid{grid-template-columns:1.15fr .8fr 1fr}.editorial-story__image{min-height:600px}.editorial-story__details{display:grid;grid-template-rows:1fr 1fr}.editorial-story__details>div{min-height:0;overflow:hidden}.editorial-story__copy{display:flex;flex-direction:column;justify-content:center;padding:50px}.ritual-strip__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ritual-item{grid-template-columns:auto 1fr;justify-items:start;text-align:left;padding:18px 24px}.ritual-item:not(:last-child){border-right:1px solid var(--color-border)}.ritual-item:nth-child(-n+2){border-bottom:0}.ritual-item p{display:block}.product-layout{grid-template-columns:minmax(0,1.35fr) minmax(380px,.85fr);align-items:start}.product-gallery__track{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;overflow:visible}.product-gallery__item{height:auto;min-height:500px;aspect-ratio:4/5}.product-gallery__thumbs{display:none}.product-info{position:sticky;top:80px;min-height:calc(100vh - 80px)}.product-info__inner{padding:clamp(50px,6vw,90px)}.product-story__block{grid-template-columns:1fr 1fr;min-height:520px}.product-story__block--text-first .product-story__media{order:2}.product-story__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,7vw,90px)}.collection-hero{grid-template-columns:1fr minmax(320px,.8fr);align-items:center}.collection-hero__image{min-height:420px}.collection-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px}.collection-filters--desktop{display:block}.collection-toolbar__filter{display:none}.cart-page__form{grid-template-columns:minmax(0,1fr) 340px}.cart-page__line{grid-template-columns:130px 1fr auto;align-items:start}.cart-page__line>strong{grid-column:auto}.search-results{grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 22px}.contact-section{grid-template-columns:1fr 1fr;align-items:start}.contact-form{padding:44px}.image-text__grid{grid-template-columns:1fr 1fr;min-height:580px}.image-text__grid--text-first .image-text__media{order:2}.image-text__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,7vw,90px)}.media-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.media-gallery__item--wide{grid-column:1/-1}.media-gallery__item--tall{min-height:720px}}@media(min-width:990px){.site-header__inner{grid-template-columns:1fr auto 1fr}.site-header__menu-button{display:none}.site-header__nav{display:flex;justify-self:start}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.horizontal-products{grid-auto-columns:minmax(22%,1fr)}.blog-grid,.collection-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.aura-card{min-height:500px}}body{background:#fff5d0;overflow-x:hidden}.ri-magnet-line:before{content:"\f0ab"}.ri-lips-line:before{content:"\edd3"}.page-width{width:min(100% - 32px,var(--page-width))}.section{padding-block:48px}.button{position:relative;overflow:hidden;min-height:52px;border-radius:999px;box-shadow:0 10px 28px #500a241f;transition:transform .35s var(--ease-fluid),box-shadow .35s var(--ease-fluid),background .25s,color .25s}.button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at var(--pointer-x,50%) var(--pointer-y,50%),rgba(255,255,255,.25),transparent 34%);opacity:0;transition:opacity .3s}.button:hover{transform:translateY(-2px);box-shadow:0 16px 34px #500a2433}.button:hover:after{opacity:1}.button--secondary{box-shadow:none}.icon-button{border-radius:999px;transition:background .25s,transform .25s var(--ease-fluid)}.icon-button:hover{background:#bf585412;transform:translateY(-1px)}.announcement{min-height:34px;display:flex;gap:.45rem;background:#731e2f;font-size:.68rem}.site-header{width:calc(100vw - 24px);margin:0 12px;background:#fff5d0f0;border:1px solid rgba(191,88,84,.1);border-top:0;border-radius:0 0 26px 26px;box-shadow:0 12px 36px #731e2f14;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.site-header__inner{position:relative;width:calc(100vw - 24px);max-width:calc(100vw - 24px);min-height:72px;display:flex;align-items:center;justify-content:center;padding-inline:8px}.site-header__logo{width:min(var(--logo-mobile),118px)}.site-header__actions{min-width:86px}.site-header__actions .icon-button{width:40px}.site-header__menu-button{position:absolute;left:8px}.site-header__actions{position:absolute;top:50%;right:8px;z-index:3;display:flex;transform:translateY(-50%)}.drawer{margin:10px;width:min(calc(100vw - 20px),430px);top:0;bottom:0;height:calc(100% - 20px);border:1px solid rgba(191,88,84,.1);border-radius:28px;background:#fff5d0;color:var(--color-text);box-shadow:0 28px 90px #3006134d;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:transform .55s var(--ease-fluid),visibility .55s}.drawer__header{margin:0 16px;padding-inline:4px}.drawer-menu{padding:12px 20px}.drawer-menu>a,.drawer-menu summary{min-height:64px;border-color:#bf585424;color:#731e2f;font-size:1.75rem;text-shadow:none}.drawer-menu a{transition:padding .25s var(--ease-fluid),color .25s}.drawer-menu a:hover{padding-left:8px;color:var(--color-accent)}.drawer__footer{color:#4f0d21b8}.search-dialog{background:#fff5d0f5;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.search-form{padding:.45rem;border:1px solid var(--color-border);border-radius:999px;background:#fff}.search-form input{padding-inline:1rem}.mobile-dock{position:fixed;z-index:85;right:12px;bottom:10px;left:12px;height:68px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:6px 8px calc(6px + env(safe-area-inset-bottom));border:1px solid rgba(191,88,84,.12);border-radius:24px;background:#fff5d0f7;box-shadow:0 18px 50px #40081a38;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:opacity .28s var(--ease-fluid),transform .28s var(--ease-fluid)}.mobile-dock a,.mobile-dock button{height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:0;border:0;border-radius:18px;background:transparent;color:var(--color-muted);font-size:.62rem;cursor:pointer}.mobile-dock i{font-size:1.25rem}.mobile-dock .is-current{background:#731e2f14;color:var(--color-accent)}body.is-locked .mobile-dock{opacity:0;pointer-events:none;transform:translateY(calc(100% + 24px))}.site-footer{padding-bottom:calc(124px + env(safe-area-inset-bottom));border-radius:32px 32px 0 0;background:#731e2f}.site-footer__newsletter{margin:16px auto 0;padding:34px 22px;border:1px solid rgba(255,255,255,.14);border-radius:26px;background:#ffffff0b}.site-footer__main{padding-bottom:36px}.newsletter-form{padding:5px;border:1px solid rgba(255,255,255,.35);border-radius:999px}.newsletter-form input{border:0!important}.newsletter-form button{border:0;border-radius:999px}.social-links a{transition:transform .3s var(--ease-fluid),background .3s}.social-links a:hover{transform:translateY(-3px);background:#ffffff1f}.editorial-hero{margin:0 12px;border:0;border-radius:0 0 34px 34px}.editorial-hero__content{height:min(760px,calc(100svh - 92px));min-height:620px}.editorial-hero__media{min-height:620px;border-radius:0 0 34px 34px}.editorial-hero__media:after{background:linear-gradient(180deg,#3d04180f,#3d041838 52%,#3d0418bd)}.editorial-hero__copy{align-self:end;width:min(100% - 32px,520px);padding:40px 0 30px;text-align:center}.editorial-hero__copy .eyebrow{font-size:.64rem}.editorial-hero__copy h1{max-width:7.5ch;margin-inline:auto;margin-bottom:.65rem;font-size:clamp(2.95rem,14vw,4.45rem);line-height:.88;text-wrap:balance}.editorial-hero__statement{max-width:24ch;margin:0 auto .65rem;font-size:1.25rem}.editorial-hero__button{width:100%;margin-top:1rem}.aura-section{padding-top:54px}.aura-section__header{max-width:620px;margin:auto}.aura-section__header h2{max-width:11ch;margin-inline:auto;font-size:clamp(2.35rem,10vw,4.8rem);text-wrap:balance}.aura-pills{display:none}.aura-grid{gap:8px;margin-top:25px;background:transparent}.aura-card{min-height:205px;border:1px solid rgba(255,255,255,.25);border-radius:22px;box-shadow:0 16px 36px #440d1e1f;isolation:isolate;transition:transform .45s var(--ease-fluid),box-shadow .45s var(--ease-fluid)}.aura-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at var(--pointer-x,50%) var(--pointer-y,50%),rgba(255,255,255,.18),transparent 38%);opacity:0;transition:opacity .3s}.aura-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lift)}.aura-card:hover:after{opacity:1}.aura-card__wash{background:linear-gradient(180deg,#20030c05 18%,#20030cb8)}.aura-card__content{z-index:2;width:100%;padding:16px}.aura-card__symbol{position:relative;width:42px;height:42px;display:grid;place-items:center;margin-bottom:8px;border:1px solid rgba(255,255,255,.48);border-radius:50%;font-size:1.25rem}.aura-card__orbit{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:1px solid rgba(255,255,255,.35);border-radius:50%;border-right-color:transparent;animation:realm-orbit 8s linear infinite}.aura-card:nth-child(2) .aura-card__symbol{animation:realm-float 4.8s ease-in-out infinite}.aura-card:nth-child(3) .aura-card__symbol i{animation:realm-bloom 4.5s ease-in-out infinite}.aura-card:nth-child(4) .aura-card__symbol{animation:realm-glow 4s ease-in-out infinite}.aura-card h3{margin:.15rem 0;font-size:2rem}.aura-card p{display:block;margin:0 0 .6rem;font-size:.72rem;line-height:1.35}@keyframes realm-orbit{to{transform:rotate(360deg)}}@keyframes realm-float{50%{transform:translateY(-5px) rotate(-5deg)}}@keyframes realm-bloom{50%{transform:scale(1.18) rotate(8deg)}}@keyframes realm-glow{50%{box-shadow:0 0 24px #ffecc4ad}}.featured-products{border:0;background:transparent}.featured-products__intro{display:grid;grid-template-columns:1fr auto;align-items:end}.featured-products__intro .eyebrow,.featured-products__intro p{grid-column:1/-1}.featured-products__intro h2{font-size:2.55rem}.featured-products__intro .text-link{align-self:center}.horizontal-products{grid-auto-columns:minmax(76%,1fr);gap:10px;margin-inline:-16px;padding:8px 16px 18px}.horizontal-products>.product-card,.product-grid>.product-card{display:block;overflow:hidden;border:1px solid rgba(191,88,84,.13);border-radius:22px;background:#fffaf0f5;box-shadow:0 14px 34px #4b0e2312;scroll-snap-align:center;transition:transform .4s var(--ease-fluid),box-shadow .4s var(--ease-fluid)}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lift)}.horizontal-products .product-card__media,.product-card__media{min-height:0;border-radius:20px 20px 0 0;aspect-ratio:1/1.08;background:#f4eee9}.horizontal-products .product-card__content,.product-card__content{padding:16px!important}.product-card__title{min-height:2.7em;margin:0 0 .5rem;font-size:1.05rem}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.product-card__swatches{min-height:0}.swatch{width:14px;height:14px}.product-card__form{position:static!important}.product-card__add{position:static!important;width:100%!important;min-height:44px;padding:.55rem .75rem;border-radius:999px!important;background:var(--color-accent)!important;color:var(--color-accent-contrast)!important;box-shadow:none;font-size:.7rem}.product-card__add.button--secondary{background:transparent!important;color:var(--color-accent)!important}.product-card__add-label{position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important}.product-card__badge{border-radius:999px}.sensory-section{padding-top:8px}.sensory-card{overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:#74102e;color:#fff5d0;box-shadow:var(--shadow-soft)}.sensory-card__intro{display:grid}.sensory-card__copy{padding:30px 24px 24px}.sensory-card__copy h2{max-width:8ch;margin-bottom:1rem;font-size:3.1rem}.sensory-card__copy p{margin:0;color:#fff5d0c2}.sensory-card__media{min-height:260px}.sensory-card__list{padding:10px 20px 24px}.sensory-row{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:16px 0;border-top:1px solid rgba(255,255,255,.18)}.sensory-row__icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;font-size:1.3rem}.sensory-row h3{margin:0 0 .15rem;font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.sensory-row p{margin:0;color:#fff5d0b8;font-size:.82rem;line-height:1.4}.editorial-story__grid{overflow:hidden;border:1px solid rgba(191,88,84,.12);border-radius:28px;box-shadow:var(--shadow-soft)}.editorial-story__image{min-height:360px}.editorial-story__copy h2{font-size:3.2rem}.ritual-strip{margin:0 16px 34px;border:1px solid var(--color-border);border-radius:24px;background:#fffaf0b8}.ritual-item>i{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:50%}.product-section{padding:16px 0 0;background:var(--color-bg)}.product-layout{gap:0}.product-gallery{padding:0 16px 14px;background:transparent}.product-gallery__track{gap:10px}.product-gallery__item{position:relative;height:54svh;min-height:430px;overflow:hidden;border-radius:28px;background:#f0e3df}.product-gallery__count,.product-gallery__zoom{position:absolute;z-index:2;top:14px;display:grid;place-items:center;border:1px solid rgba(191,88,84,.1);background:#fff5d0e6;box-shadow:0 8px 24px #420a1d1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-gallery__count{left:14px;min-width:54px;height:36px;padding:0 10px;border-radius:999px;font-size:.72rem}.product-gallery__zoom{right:14px;width:44px;height:44px;border-radius:50%;font-size:1.2rem}.product-gallery__thumbs{gap:8px;padding:10px 0 0;background:transparent}.product-gallery__thumbs button{flex-basis:72px;width:72px;height:82px;border-radius:14px;background:#f0e6df}.product-gallery__thumbs button.is-active{border:2px solid var(--color-accent)}.product-info{position:relative;margin-top:0;border-radius:34px 34px 0 0;background:#731e2f;box-shadow:0 -18px 50px #4b092024}.product-info__inner{padding:34px 20px 30px}.product-title{font-size:clamp(2.55rem,11vw,4.5rem);line-height:.94}.product-caption{font-size:.72rem;letter-spacing:.09em}.product-commerce-line{display:flex;align-items:end;justify-content:space-between;gap:14px}.product-price{font-size:1.8rem}.product-rating{display:inline-flex;align-items:center;gap:.3rem;margin-bottom:.4rem;font-size:.78rem}.product-rating>i{color:#ffd45d}.product-rating small{font-size:.68rem}.product-stock{display:flex;align-items:center;gap:.5rem;margin:1rem 0 0;color:#fff5d0c7;font-size:.78rem}.product-stock>span{width:9px;height:9px;border-radius:50%;background:#48ae58;box-shadow:0 0 0 4px #48ae5824}.product-stock.is-unavailable>span{background:#d66a6a}.product-options{margin:1.45rem 0}.product-option{display:grid;gap:.7rem}.product-option+.product-option{margin-top:1rem}.product-option label{font-size:.7rem}.product-option label strong{font-weight:500;text-transform:none}.product-option>select{border-radius:16px;background:#ffffff0f}.product-option__swatches{display:flex;gap:12px;overflow-x:auto;padding:4px 2px 8px}.product-option__swatch{flex:0 0 auto;width:52px;display:grid;justify-items:center;gap:6px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.product-option__swatch>span{width:45px;height:45px;border:2px solid rgba(255,255,255,.32);border-radius:50%;background:var(--swatch-color);box-shadow:inset 0 0 0 3px #731e2f61;transition:transform .3s var(--ease-fluid),box-shadow .3s}.product-option__swatch small{max-width:58px;overflow:hidden;font-size:.61rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.product-option__swatch.is-selected>span{transform:scale(1.08);box-shadow:0 0 0 3px #fff5d0,inset 0 0 0 3px #731e2f61}.product-form__row{grid-template-columns:1fr;gap:12px}.product-form .quantity-control{width:132px;border-radius:14px}.product-form__add{min-height:58px;background:linear-gradient(90deg,#ffd5e7,#f3a9cc)!important;border-color:#f8b9d6!important;color:#731e2f!important;font-size:.78rem;box-shadow:0 14px 34px #22000d33}.product-form__add>span:not(.product-form__add-label-clean){display:none}.dynamic-checkout .shopify-payment-button__button{min-height:56px!important;border-radius:999px!important;background:#170f13!important;color:#fff!important}.product-checkout-note{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:12px 0 0;color:#fff5d0ad;font-size:.72rem}.product-description{padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:#ffffff0b}.product-accordion{margin-top:9px;border:1px solid rgba(255,255,255,.23)!important;border-radius:16px;overflow:hidden}.product-accordion summary{min-height:52px;padding:0 16px;font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.06em}.product-accordion summary>span{display:flex;align-items:center;gap:.65rem}.product-accordion summary>span i{font-size:1.1rem}.product-accordion summary>i{transition:transform .3s var(--ease-fluid)}.product-accordion[open] summary>i{transform:rotate(90deg)}.product-accordion__content{padding:0 16px 16px}.product-assurance{display:none}.product-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:16px;overflow:hidden;border-radius:18px;background:#fff5d0;color:var(--color-text)}.product-trust-grid>div{display:grid;justify-items:center;gap:2px;padding:14px 8px;text-align:center}.product-trust-grid>div:nth-child(odd){border-right:1px solid var(--color-border)}.product-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--color-border)}.product-trust-grid i{font-size:1.25rem}.product-trust-grid strong{font-size:.62rem;text-transform:uppercase}.product-trust-grid span{font-size:.58rem;color:var(--color-muted)}.sticky-purchase{position:fixed;z-index:95;right:12px;bottom:10px;left:12px;display:grid;grid-template-columns:minmax(0,1fr) minmax(145px,.85fr);gap:10px;align-items:center;padding:9px;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:#6d0828f2;color:#fff5d0;box-shadow:0 18px 50px #2b041259;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.sticky-purchase__product{min-width:0;display:flex;align-items:center;gap:9px}.sticky-purchase__product img{width:48px;height:48px;flex:0 0 auto;border-radius:13px;object-fit:cover;background:#fff}.sticky-purchase__product div{min-width:0;display:grid}.sticky-purchase__product strong{overflow:hidden;font-family:var(--font-heading);font-size:.78rem;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.sticky-purchase__product span{font-size:.7rem}.sticky-purchase .button{min-height:48px;padding:.55rem .8rem;background:#d8bfdc;border-color:#d8bfdc;color:#731e2f;font-size:.66rem}.template-product .site-footer{padding-bottom:96px}.template-product .mobile-dock{display:none}.product-story{padding-top:34px}.product-story__blocks{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-story__block{display:block;min-width:0;overflow:hidden;border-radius:22px}.product-story__media{min-height:190px}.product-story__copy{padding:20px 16px}.product-story__copy h3{font-size:1.7rem}.product-story__copy .rte{font-size:.78rem}.collection-hero__image,.collection-card,.image-text__grid,.contact-form,.cart-summary,.search-result-card,.article-card__image{border-radius:var(--card-radius)}.collection-toolbar{margin-inline:16px;padding:8px 12px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface)}.pagination__item{border-radius:50%}.form-field input,.form-field textarea,.form-field select,.field-input,.price-filter input{border-radius:14px}@media(min-width:750px){.page-width{width:min(100% - 64px,var(--page-width))}.section{padding-block:var(--section-space)}.mobile-dock{display:none}.site-footer{padding-bottom:0}.site-header{width:auto;margin:0;border-inline:0;border-radius:0}.site-header__inner{width:min(100% - 64px,var(--page-width));max-width:var(--page-width);display:grid;grid-template-columns:1fr auto 1fr;padding-inline:0}.site-header__menu-button,.site-header__actions{position:static;transform:none}.editorial-hero{margin:0;border-radius:0}.editorial-hero__content{grid-template-columns:minmax(380px,43%) 1fr;height:min(850px,calc(100svh - 110px))}.editorial-hero__media{grid-area:1/2;min-height:700px;border-radius:0}.editorial-hero__media:after{display:none}.editorial-hero__copy{grid-area:1/1;align-self:center;width:min(100% - 64px,600px);padding:80px 0;color:var(--color-text);text-align:left}.editorial-hero__copy h1{max-width:7ch;font-size:clamp(4.8rem,7vw,7rem)}.editorial-hero__statement{max-width:15ch;margin:0 0 1rem;font-size:clamp(1.8rem,2.7vw,2.5rem)}.editorial-hero__text{display:block;color:var(--color-muted)}.editorial-hero__button{width:auto}.aura-pills{display:flex}.aura-grid{gap:12px}.aura-card{min-height:420px}.aura-card__content{padding:28px}.aura-card h3{font-size:3.6rem}.aura-card p{font-size:.9rem}.featured-products__layout{grid-template-columns:minmax(180px,250px) minmax(0,1fr)}.featured-products__intro{display:block}.horizontal-products{grid-auto-columns:minmax(30%,1fr);margin:0;padding:8px 2px 18px}.sensory-card{display:grid;grid-template-columns:1fr 1fr}.sensory-card__intro{min-height:620px}.sensory-card__media{min-height:350px}.sensory-card__list{display:flex;flex-direction:column;justify-content:center;padding:38px}.sensory-card__copy{padding:46px}.sensory-card__copy h2{font-size:4.2rem}.ritual-strip{margin-inline:32px}.product-section{padding:26px}.product-layout{grid-template-columns:minmax(0,1.25fr) minmax(390px,.75fr);gap:22px;align-items:start}.product-gallery{padding:0}.product-gallery__track{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;overflow:visible}.product-gallery__item{height:auto;min-height:500px;border-radius:22px;aspect-ratio:4/5}.product-gallery__item:first-child{grid-row:span 1}.product-info{position:sticky;top:106px;min-height:0;margin:0;border-radius:30px}.product-info__inner{padding:clamp(34px,4.2vw,64px)}.product-form__row{grid-template-columns:132px 1fr}.product-trust-grid{grid-template-columns:repeat(4,1fr)}.product-trust-grid>div{border:0!important}.product-trust-grid>div:not(:last-child){border-right:1px solid var(--color-border)!important}.sticky-purchase{display:none}.template-product .site-footer{padding-bottom:0}.product-story__blocks{grid-template-columns:1fr;gap:16px}.product-story__block{display:grid;grid-template-columns:1fr 1fr;min-height:480px}.product-story__media{min-height:440px}.product-story__copy{padding:clamp(42px,6vw,80px)}.product-story__copy h3{font-size:clamp(2.6rem,4vw,4.5rem)}}@media(min-width:990px){.horizontal-products{grid-auto-columns:minmax(22%,1fr)}.aura-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.aura-card{min-height:500px}.editorial-story__grid{border-radius:32px}}@media(prefers-reduced-motion:reduce){.aura-card__orbit,.aura-card__symbol,.aura-card__symbol i{animation:none!important}}.announcement{justify-content:center;align-items:center;text-align:center}.announcement>a{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;text-align:center}@media(max-width:749px){.site-header{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.site-header__actions{min-width:92px}body.is-locked .site-header{z-index:1001}.site-overlay{z-index:990;background:#22050e47;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.drawer{z-index:1002!important;top:8px!important;bottom:auto!important;left:8px!important;width:calc(100vw - 16px)!important;height:calc(100dvh - 16px)!important;max-height:calc(100dvh - 16px);margin:0!important;overflow-y:auto;border-radius:28px;background:#fff5d0!important;box-shadow:0 26px 80px #28041052;opacity:1!important;isolation:isolate}.drawer--left{transform:translate(calc(-100% - 16px))}.drawer--right{right:8px!important;left:auto!important;transform:translate(calc(100% + 16px))}.drawer.is-open{transform:translate(0)!important}.drawer__header{position:sticky;z-index:1;top:0;min-height:76px;margin:0;padding:0 22px;border-bottom:1px solid rgba(191,88,84,.12);border-radius:28px 28px 0 0;background:#fff5d0}.drawer__eyebrow{letter-spacing:.32em}.drawer-menu{padding:14px 22px 8px;background:#fff5d0}.drawer-menu>a,.drawer-menu summary{min-height:62px;color:#731e2f;font-size:clamp(2rem,10vw,3.35rem);line-height:1;opacity:1}.drawer-menu__submenu{padding-left:0}.drawer__footer{padding:1.25rem 22px 1.7rem;background:#fff5d0}body.is-locked .sticky-purchase{opacity:0;pointer-events:none;transform:translateY(calc(100% + 24px))}a[href*=whatsapp i],[class*=whatsapp i],[id*=whatsapp i]{bottom:92px!important}body.is-locked a[href*=whatsapp i],body.is-locked [class*=whatsapp i],body.is-locked [id*=whatsapp i]{opacity:0!important;pointer-events:none!important}.editorial-hero{margin:0 12px 20px;border-radius:0 0 30px 30px}.editorial-hero__content{height:auto;min-height:0;max-height:none}.editorial-hero__media{position:relative;display:block;min-height:0;border-radius:0 0 30px 30px;aspect-ratio:9/15}.editorial-hero__media img,.editorial-hero__media svg{object-position:center top}.editorial-hero__media:after{background:linear-gradient(180deg,#3d041800 34%,#3d041857 66%,#3d0418d1)}.editorial-hero__copy{align-self:end;width:calc(100% - 42px);margin:0 21px;padding:0 0 104px;text-align:left}.editorial-hero__copy h1{max-width:6.4ch;margin:0 0 .55rem;font-size:clamp(3rem,15vw,4.55rem);line-height:.9}.editorial-hero__statement{max-width:18ch;margin:0 0 .7rem;font-size:1.28rem;line-height:1.08}.editorial-hero__button{width:100%;margin-top:.9rem}.aura-section{padding-top:34px}.aura-section__header{max-width:330px}.aura-section__header h2{max-width:100%;font-size:clamp(2.75rem,11vw,3.35rem);line-height:.94}.aura-section__header p{font-size:.98rem}.aura-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.aura-card{min-height:0!important;aspect-ratio:3/4;border-radius:21px}.aura-card__image{object-position:center top}.aura-card__wash{background:linear-gradient(180deg,#20030c05 28%,#20030cc4)}.aura-card__content{padding:13px}.aura-card__symbol{width:38px;height:38px;margin-bottom:6px;font-size:1.05rem}.aura-card h3{font-size:clamp(1.95rem,8.2vw,2.35rem);line-height:.9}.aura-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.5rem;font-size:.7rem;line-height:1.28}.aura-card .text-link{font-size:.62rem}.featured-products__intro{display:block}.featured-products__intro h2{font-size:clamp(2.8rem,12vw,3.55rem);line-height:.96}.horizontal-products{grid-auto-columns:minmax(78%,1fr)}.horizontal-products .product-card__media,.product-card__media{aspect-ratio:3/4!important;background:#fffaf0}.product-card__image{object-fit:contain!important;object-position:center center;padding:12px}.product-card:hover .product-card__image{transform:scale(1.012)}.product-gallery__item{height:auto!important;min-height:0!important;aspect-ratio:3/4;background:#fffaf0}.product-gallery__item img,.product-gallery__item video,.product-gallery__item model-viewer{object-fit:contain!important;object-position:center center}.product-gallery__thumbs img{object-fit:contain!important;background:#fffaf0}.ritual-strip{margin:0 24px 52px}.ritual-item>i{color:#731e2f;font-size:1.22rem}.site-footer{padding-bottom:calc(158px + env(safe-area-inset-bottom))}.site-footer__newsletter{margin:22px auto 0;text-align:left}.site-footer__brand{max-width:260px;margin:0 auto;text-align:center}.site-footer__brand a{display:inline-flex;justify-content:center}.site-footer__brand img{width:126px;margin-inline:auto}.site-footer__brand p{margin:.85rem auto 1.15rem;max-width:22ch}.social-links{justify-content:center}.site-footer__main{gap:34px 18px;padding-block:44px 26px}.site-footer__bottom{padding-bottom:24px}}@media(min-width:750px){.announcement{justify-content:center}.product-card__media{aspect-ratio:3/4!important;background:#fffaf0}.product-card__image{object-fit:contain!important;object-position:center center;padding:14px}.product-gallery__item{height:auto!important;min-height:0!important;aspect-ratio:3/4;background:#fffaf0}.product-gallery__item img,.product-gallery__item video,.product-gallery__item model-viewer{object-fit:contain!important;object-position:center center}.aura-card{min-height:0!important;aspect-ratio:3/4}.aura-card__image{object-position:center top}.site-footer__brand{max-width:300px}}.product-card__swatches{display:none!important}.product-card__meta{justify-content:flex-start}.product-option__swatches{display:none!important}.product-option>select{display:block;width:100%;min-height:56px;padding:0 48px 0 16px;border:1px solid rgba(255,255,255,.26);border-radius:16px;background:#ffffff0e;color:#fff5d0;font-size:1rem}.product-option>select option{background:#fff5d0;color:#731e2f}@media(max-width:749px){.drawer-menu{padding:18px 24px 8px}.drawer-menu>a,.drawer-menu summary{min-height:58px;font-size:clamp(1.65rem,7.2vw,2.35rem);line-height:1.04;letter-spacing:-.028em}.drawer__footer{font-size:.95rem}.horizontal-products .product-card__media,.product-card__media{aspect-ratio:4/5!important;background:#fffaf0}.product-card__image{object-fit:cover!important;object-position:center center;padding:0!important}.product-card:hover .product-card__image{transform:scale(1.018)}}@media(min-width:750px){.product-card__image{object-fit:cover!important;object-position:center center;padding:0!important}}.announcement{min-height:var(--announcement-height)}.mobile-dock{height:var(--mobile-dock-height);isolation:isolate}.mobile-dock a,.mobile-dock button{height:calc(var(--mobile-dock-height) - 14px)}.mobile-dock .is-current{background:var(--mobile-dock-selected-color);color:#fff5d0;font-weight:600}.mobile-dock .is-current i,.mobile-dock .is-current span{color:#fff5d0}.horizontal-products .product-card__media,.product-card__media{aspect-ratio:var(--product-card-ratio)!important}.product-card__image{object-fit:var(--product-card-fit)!important}.product-gallery__item{aspect-ratio:var(--product-gallery-ratio)!important}.product-gallery__item img,.product-gallery__item video,.product-gallery__item model-viewer{object-fit:var(--product-gallery-fit)!important}[data-animated-details] [data-animated-details-content]{transform-origin:top}[data-animated-details] summary>i{transition:transform var(--duration-dropdown) var(--ease-fluid)}[data-animated-details].is-closing summary>i{transform:rotate(0)!important}@media(max-width:749px){.drawer-menu>a,.drawer-menu summary{min-height:var(--mobile-menu-item-height);font-size:var(--mobile-menu-text-size)}a[href*=whatsapp i],[class*=whatsapp i],[id*=whatsapp i]{bottom:calc(var(--mobile-dock-height) + 24px)!important}.template-index .site-header{border-bottom:0;border-radius:0;background:#fff5d0;box-shadow:none}.template-index .editorial-hero{margin-top:0;border:1px solid rgba(191,88,84,.1);border-top:0;border-radius:0 0 30px 30px;box-shadow:0 18px 42px #731e2f1c}.template-index .editorial-hero__media{border-radius:0 0 29px 29px}}@media(prefers-reduced-motion:reduce){[data-animated-details] summary>i{transition:none!important}}.site-footer{position:relative;overflow:hidden;padding-bottom:calc(158px + env(safe-area-inset-bottom));border-radius:34px 34px 0 0;background:#57091f;color:#fff5d0}.site-footer__shell{padding-top:18px}.site-footer__newsletter{display:grid;gap:24px;margin:0;padding:30px 22px 22px;border:1px solid rgba(255,245,208,.18);border-radius:28px;background:#68112d;box-shadow:inset 0 1px #ffffff0f,0 18px 42px #29020f29}.site-footer__newsletter-copy .eyebrow{margin-bottom:14px;color:#fac4c0}.site-footer__newsletter h2{max-width:12ch;margin-bottom:14px;font-size:clamp(2.35rem,11vw,3.15rem);line-height:.93;letter-spacing:-.045em}.site-footer__newsletter p{max-width:34ch;margin:0;color:#fff5d0b8;font-size:.92rem;line-height:1.55}.site-footer .newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0;align-self:end;margin-top:2px;padding:5px;border:1px solid rgba(255,245,208,.32);border-radius:999px;background:#3003112e}.site-footer .newsletter-form input{min-width:0;height:50px;padding:0 14px;border:0;background:transparent;color:#fff5d0;outline:0}.site-footer .newsletter-form input::placeholder{color:#fff5d094}.site-footer .newsletter-form button{min-width:126px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 17px;border:0;border-radius:999px;background:#fff5d0;color:#650f2a;font-size:.69rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:transform .3s var(--ease-fluid),background .3s}.site-footer .newsletter-form button:hover{transform:translate(2px);background:#fff}.site-footer__main{display:grid;gap:30px;padding:38px 4px 30px}.site-footer__brand{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:20px;max-width:none;padding-bottom:30px;border-bottom:1px solid rgba(255,245,208,.18);text-align:left}.site-footer__brand-lockup>a{display:inline-flex}.site-footer__brand img{width:132px;margin:0}.site-footer__brand p{max-width:24ch;margin:17px 0 0;color:#fff5d0b3;font-size:.9rem;line-height:1.5}.site-footer .social-links{justify-content:flex-end;gap:8px}.site-footer .social-links a{width:46px;height:46px;border:1px solid rgba(255,245,208,.3);background:#fff5d00a;color:#fff5d0}.site-footer__navigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.site-footer__menu{min-width:0;padding-top:17px;border-top:1px solid rgba(255,245,208,.22)}.site-footer__menu-heading{display:flex;align-items:baseline;gap:9px;margin-bottom:17px}.site-footer__menu-heading>span{color:#fac4c0;font-family:var(--font-heading);font-size:.72rem}.site-footer__menu h3{margin:0;color:#fff5d0;font-size:.7rem;letter-spacing:.17em}.site-footer__menu ul{gap:0;color:#fff5d0b8;font-size:.85rem}.site-footer__menu li{border-bottom:1px solid rgba(255,245,208,.09)}.site-footer__menu li:last-child{border-bottom:0}.site-footer__menu a{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 0;transition:color .25s,padding .25s var(--ease-fluid)}.site-footer__menu a i{flex:0 0 auto;color:#fac4c0;font-size:.86rem;opacity:.72}.site-footer__menu a:hover{padding-left:4px;color:#fff5d0}.site-footer__bottom{display:flex;flex-direction:column;gap:12px;padding:18px 4px 28px;border-top:1px solid rgba(255,245,208,.18);color:#fff5d08c;font-size:.68rem}.site-footer__bottom>div{display:none}@media(min-width:750px){.site-footer{padding-bottom:0;border-radius:0}.site-footer__shell{padding-top:52px;padding-bottom:12px}.site-footer__newsletter{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:end;gap:60px;padding:54px 56px;border-radius:36px}.site-footer__newsletter h2{font-size:clamp(3rem,5vw,5.1rem)}.site-footer__newsletter p{font-size:1rem}.site-footer__main{grid-template-columns:minmax(260px,.85fr) minmax(0,1.65fr);gap:8vw;padding:64px 4px 50px}.site-footer__brand{display:block;padding:0;border:0}.site-footer__brand img{width:154px}.site-footer .social-links{justify-content:flex-start;margin-top:26px}.site-footer__navigation{gap:52px}.site-footer__menu h3{font-size:.74rem}.site-footer__menu ul{font-size:.91rem}.site-footer__bottom{flex-direction:row;align-items:center;justify-content:space-between;padding:22px 4px 28px}.site-footer__bottom>div{display:flex;flex-wrap:wrap;gap:20px}}@media(max-width:749px){.site-footer__shell{width:min(calc(100% - 28px),var(--page-width));padding-top:18px}.site-footer__main{width:100%;grid-template-columns:minmax(0,1fr);gap:28px;padding:40px 0 30px}.site-footer__brand{grid-column:auto;width:100%;max-width:none;margin:0;padding:2px 4px 30px;text-align:left}.site-footer__brand a{justify-content:flex-start}.site-footer__brand img{width:132px;margin:0}.site-footer__brand p{max-width:24ch;margin:17px 0 0}.site-footer .social-links{justify-content:flex-end}.site-footer__navigation{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.site-footer__menu{width:100%;min-width:0;padding:18px 15px 8px;border:1px solid rgba(255,245,208,.16);border-radius:20px;background:#fff5d009}.site-footer__menu-heading{min-height:30px;gap:8px;margin-bottom:9px}.site-footer__menu h3{font-size:.66rem;line-height:1.12;letter-spacing:.14em;white-space:nowrap}.site-footer__menu ul{width:100%;font-size:.79rem}.site-footer__menu a{width:100%;min-height:43px;gap:7px;padding:8px 0}.site-footer__menu a span{min-width:0;white-space:nowrap}.site-footer__bottom{width:100%;padding:18px 4px 28px}}.aura-shop{padding-block:var(--aura-shop-space-top) var(--aura-shop-space-bottom);background:radial-gradient(circle at 12% 8%,rgba(142,34,63,.07),transparent 28rem),var(--color-bg)}.aura-shop__intro{max-width:760px;margin:0 auto 34px;text-align:center}.aura-shop__intro h1{margin-bottom:.8rem;font-size:clamp(3rem,8vw,6.5rem)}.aura-shop__intro p{max-width:38ch;margin:0 auto;color:var(--color-muted)}.aura-shop__layout{display:grid;gap:18px}.aura-shop__nav-sticky{position:sticky;z-index:62;top:var(--aura-shop-sticky-top);min-width:0}.aura-shop__nav{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-accent) 12%,transparent);border-radius:999px;background:color-mix(in srgb,var(--color-bg) 88%,transparent);box-shadow:0 12px 34px #48081d1c,inset 0 1px #ffffff9e;-webkit-backdrop-filter:blur(22px) saturate(1.2);backdrop-filter:blur(22px) saturate(1.2)}.aura-shop__nav-media{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.aura-shop__nav-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--color-bg) 72%,transparent)}.aura-shop__nav-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.035);transition:opacity .5s var(--ease-fluid),transform .7s var(--ease-fluid)}.aura-shop__nav-image.is-active{opacity:.22;transform:scale(1)}.aura-shop__nav-scroll{position:relative;z-index:1;overflow-x:auto;scrollbar-width:none}.aura-shop__nav-scroll::-webkit-scrollbar{display:none}.aura-shop__nav-list{width:max-content;min-width:100%;display:flex;gap:4px;padding:6px}.aura-shop__pill{min-height:46px;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;padding:8px 15px;border:1px solid transparent;border-radius:999px;color:var(--color-muted);font-size:.68rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap;transition:background .3s,color .3s,border-color .3s,box-shadow .3s,transform .3s var(--ease-fluid)}.aura-shop__pill:hover{color:var(--color-text);transform:translateY(-1px)}.aura-shop__pill.is-active{border-color:color-mix(in srgb,var(--aura-accent) 28%,transparent);background:color-mix(in srgb,var(--aura-accent) 16%,var(--color-surface));box-shadow:0 7px 18px color-mix(in srgb,var(--aura-accent) 14%,transparent);color:var(--aura-accent)}.aura-shop__pill-icon{width:21px;height:21px;object-fit:contain}.aura-shop__pill-symbol{width:24px;height:24px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:.82rem}.aura-shop__content{min-width:0;display:grid;gap:20px}.aura-shop__group{position:relative;min-width:0;overflow:hidden;scroll-margin-top:calc(var(--aura-shop-sticky-top) + 72px);padding:20px;border:1px solid color-mix(in srgb,var(--aura-accent) 15%,var(--color-border));border-radius:30px;background:color-mix(in srgb,var(--aura-accent) 3%,var(--color-surface));box-shadow:0 18px 48px #4b0a2212}.aura-shop__group:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 0 0,color-mix(in srgb,var(--aura-accent) 11%,transparent),transparent 36%)}.aura-shop__group>*{position:relative;z-index:1}.aura-shop__group-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid color-mix(in srgb,var(--aura-accent) 15%,var(--color-border))}.aura-shop__group-header .eyebrow{color:var(--aura-accent)}.aura-shop__group-header h2{display:flex;align-items:center;gap:3px;margin:0;font-size:clamp(2.65rem,8vw,5.3rem);color:var(--aura-accent)}.aura-shop__group-header p{max-width:42ch;margin:.65rem 0 0;color:var(--color-muted)}.aura-shop__title-accent{width:clamp(44px,7vw,72px);height:clamp(44px,7vw,72px);object-fit:contain}.aura-shop__products{display:grid;grid-template-columns:repeat(var(--aura-shop-mobile-columns),minmax(0,1fr));gap:18px 10px}.aura-shop__products .product-card{overflow:hidden;border:1px solid color-mix(in srgb,var(--aura-accent) 10%,var(--color-border));border-radius:22px;background:var(--color-surface);box-shadow:0 12px 30px #47091e0f}.aura-shop__products .product-card__media{border-radius:21px 21px 0 0}.aura-shop__products .product-card__content{padding:14px!important}.aura-shop__products .product-card__title{font-size:clamp(.92rem,3.6vw,1.18rem)}.aura-shop__empty{grid-column:1/-1;min-height:180px;display:grid;place-content:center;text-align:center;color:var(--color-muted)}.aura-tabs{overflow:hidden;background:var(--color-surface);border-block:1px solid var(--color-border)}.aura-tabs__header{display:grid;gap:20px;margin-bottom:24px}.aura-tabs__header h2{max-width:10ch;margin-bottom:.75rem}.aura-tabs__header p{max-width:36ch;margin:0;color:var(--color-muted)}.aura-tabs__controls{display:flex;gap:7px;margin:0 -20px;padding:0 20px 12px;overflow-x:auto;scrollbar-width:none}.aura-tabs__controls::-webkit-scrollbar{display:none}.aura-tabs__button{position:relative;min-height:46px;flex:0 0 auto;padding:0 20px;border:1px solid var(--color-border);border-radius:999px;background:transparent;color:var(--color-muted);font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;transition:background .3s,color .3s,border-color .3s,transform .3s var(--ease-fluid)}.aura-tabs__button:hover{transform:translateY(-1px);color:var(--color-text)}.aura-tabs__button.is-active{border-color:color-mix(in srgb,var(--aura-accent) 35%,var(--color-border));background:color-mix(in srgb,var(--aura-accent) 14%,var(--color-bg));color:var(--aura-accent)}.aura-tabs__panel{animation:aura-tab-enter .42s var(--ease-fluid)}.aura-tabs__products{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(78%,1fr);gap:12px;overflow-x:auto;padding:8px 2px 18px;scroll-snap-type:x mandatory;scrollbar-width:none}.aura-tabs__products::-webkit-scrollbar{display:none}.aura-tabs__products>.product-card{scroll-snap-align:center}.aura-tabs__collection-link{width:100%;margin-top:4px}@keyframes aura-tab-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(min-width:750px){.aura-shop__group{padding:28px}.aura-shop__products{gap:24px 16px}.aura-tabs__header{grid-template-columns:1fr auto;align-items:end}.aura-tabs__controls{margin-inline:0;padding-inline:0}.aura-tabs__products{grid-auto-flow:row;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}.aura-tabs__collection-link{width:auto}}@media(min-width:990px){.aura-shop__layout{grid-template-columns:230px minmax(0,1fr);align-items:start;gap:34px}.aura-shop__nav{border-radius:26px}.aura-shop__nav-list{width:auto;min-width:0;display:grid;padding:8px}.aura-shop__pill{width:100%;min-height:58px;justify-content:flex-start;padding:10px 15px;border-radius:18px;font-size:.72rem}.aura-shop__pill-symbol{width:28px;height:28px}.aura-shop__group{scroll-margin-top:calc(var(--aura-shop-sticky-top) + 18px);padding:34px;margin-bottom:8px}.aura-shop__products{grid-template-columns:repeat(var(--aura-shop-columns),minmax(0,1fr))}}@media(max-width:749px){.aura-shop .page-width{width:min(100% - 24px,var(--page-width))}.aura-shop__group-header{display:grid;gap:12px}.aura-shop__group-header .text-link{justify-self:start}.aura-shop__group-header h2{font-size:clamp(2.5rem,13vw,3.65rem)}.aura-shop__group-header p{font-size:.82rem;line-height:1.45}.aura-shop__products .product-card__add{min-height:42px;padding-inline:.45rem;font-size:.6rem;letter-spacing:.07em}.aura-tabs__header h2{font-size:clamp(2.8rem,13vw,3.7rem)}}@media(prefers-reduced-motion:reduce){.aura-shop__nav-image,.aura-shop__pill,.aura-tabs__panel,.aura-tabs__button{animation:none!important;transition:none!important}}.editorial-hero--image-only{margin:0;border:0;border-radius:0;box-shadow:none}.editorial-hero--image-only .editorial-hero__content{display:block;height:auto;min-height:0;max-height:none}.editorial-hero--image-only .editorial-hero__media{position:relative;display:block;grid-area:auto;min-height:0;border-radius:0;aspect-ratio:1150/2070}.editorial-hero--image-only .editorial-hero__media:after{display:none}.editorial-hero--image-only .editorial-hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.template-index .editorial-hero--image-only{margin:0;border:0;border-radius:0;box-shadow:none}.template-index .editorial-hero--image-only .editorial-hero__media{border-radius:0}.site-footer--image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#370414b8,#370414d1),var(--footer-bg-image) center/cover;opacity:.82;pointer-events:none}.site-footer__shell{position:relative;z-index:1}@media(min-width:750px){.editorial-hero--image-only .editorial-hero__media{grid-area:auto;min-height:0;aspect-ratio:16/9}.editorial-hero--image-only .editorial-hero__media img{object-position:center bottom}}
/*# sourceMappingURL=/cdn/shop/t/40/assets/base.css.map */
