*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--espresso: #1A1209;--gold: #C9A84C;--gold-light: #E2C97E;--gold-pale: #F5EDD5;--ivory: #FAF6EE;--champagne: #F0E8D5;--bronze: #5C4A1E;--text: #2E2318}html{scroll-behavior:smooth}body{font-family:Jost,sans-serif;background:var(--ivory);color:var(--text);overflow-x:hidden}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem;background:transparent;transition:background .4s,backdrop-filter .4s}.site-nav.scrolled{background:#faf6eeeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.2)}.nav-brand{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;letter-spacing:.18em;color:var(--gold);text-decoration:none;text-transform:uppercase}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ivory);text-decoration:none;font-weight:300;transition:color .2s}.site-nav.scrolled .nav-links a{color:var(--bronze)}.nav-links a:hover{color:var(--gold)}.nav-cart{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);text-decoration:none;font-weight:400;border:1px solid rgba(201,168,76,.4);padding:.4rem 1rem;transition:background .2s,color .2s}.nav-cart:hover{background:var(--gold);color:var(--espresso)}.site-nav.scrolled .nav-cart{color:var(--espresso);border-color:var(--espresso)}.hero{height:100vh;min-height:700px;background:var(--espresso);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 60%,rgba(201,168,76,.08) 0%,transparent 70%)}.hero-eyebrow{font-size:.68rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);font-weight:300;margin-bottom:1.8rem;opacity:0;animation:fadeUp .8s .3s forwards}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(5rem,14vw,13rem);font-weight:300;line-height:.9;color:var(--ivory);letter-spacing:-.01em;opacity:0;animation:fadeUp .9s .5s forwards}.hero-title span{color:var(--gold);font-style:italic}.hero-sub{margin-top:2rem;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:#faf6ee80;font-weight:200;opacity:0;animation:fadeUp .8s .8s forwards}.hero-divider{width:1px;height:60px;background:var(--gold);margin:2.5rem auto 0;opacity:0;animation:fadeUp .8s 1s forwards}.hero-cta{margin-top:2rem;display:inline-block;padding:.85rem 2.8rem;border:1px solid var(--gold);color:var(--gold);font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;text-decoration:none;font-weight:400;transition:background .3s,color .3s;opacity:0;animation:fadeUp .8s 1.1s forwards}.hero-cta:hover{background:var(--gold);color:var(--espresso)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.marquee-wrap{background:var(--gold);padding:.9rem 0;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-block;animation:marquee 28s linear infinite}.marquee-track span{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--espresso);font-weight:500;padding:0 3rem}.marquee-track span:before{content:"\2726   "}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}section{padding:7rem 2rem}.container{max-width:1200px;margin:0 auto}.section-label{font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);font-weight:400;margin-bottom:1rem}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:300;line-height:1.1;color:var(--espresso)}.section-title em{font-style:italic;color:var(--gold)}.philosophy{background:var(--champagne)}.philosophy-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.philosophy-text p{font-size:1.05rem;line-height:1.85;color:var(--bronze);font-weight:300;margin-top:1.5rem}.philosophy-pillars{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.pillar{padding:2rem;background:var(--ivory);border-top:2px solid var(--gold)}.pillar-name{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:500;margin-bottom:.5rem;color:var(--espresso)}.pillar-desc{font-size:.8rem;line-height:1.7;color:var(--bronze);font-weight:300}.products{background:var(--ivory)}.products-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem}.products-filter{display:flex;gap:1.5rem}.filter-btn{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;background:none;border:none;cursor:pointer;font-family:Jost,sans-serif;color:var(--bronze);padding:.4rem 0;border-bottom:1px solid transparent;transition:all .2s;font-weight:300}.filter-btn.active,.filter-btn:hover{color:var(--gold);border-bottom-color:var(--gold)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.product-card{background:var(--champagne);padding:2.5rem 2rem;position:relative;overflow:hidden;transition:background .3s;cursor:pointer;text-decoration:none;display:block;color:inherit}.product-card:hover{background:var(--gold-pale)}.product-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transition:transform .3s;transform-origin:left}.product-card:hover:after{transform:scaleX(1)}.product-tag{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);font-weight:400;margin-bottom:1.5rem}.product-img{width:100%;height:260px;object-fit:contain;object-position:center bottom;margin-bottom:1.5rem;display:block;transition:transform .4s}.product-card:hover .product-img{transform:scale(1.04)}.product-img-placeholder{font-size:2.5rem;margin-bottom:1.5rem;display:block}.product-name{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:400;line-height:1.2;color:var(--espresso);margin-bottom:.5rem}.product-size{font-size:.7rem;color:var(--bronze);letter-spacing:.1em;font-weight:300;margin-bottom:1rem}.product-desc{font-size:.82rem;line-height:1.7;color:var(--bronze);font-weight:300}.product-price{margin-top:1.5rem;font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--espresso);font-weight:500}.product-add{margin-top:1rem;display:inline-block;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);text-decoration:none;font-weight:400;border-bottom:1px solid var(--gold-pale);transition:border-color .2s}.product-add:hover{border-color:var(--gold)}.ritual{background:var(--espresso)}.ritual .section-title{color:var(--ivory)}.ritual .section-label{color:var(--gold-light)}.ritual-steps{margin-top:4rem;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.ritual-step{padding:3rem 2rem;border-right:1px solid rgba(201,168,76,.15);position:relative}.ritual-step:last-child{border-right:none}.step-num{font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:300;color:#c9a84c33;line-height:1;margin-bottom:1rem}.step-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;color:var(--ivory);font-weight:400;margin-bottom:.75rem}.step-products{font-size:.72rem;color:#faf6ee73;line-height:1.8;font-weight:200;letter-spacing:.05em}.step-line{width:30px;height:1px;background:var(--gold);margin-bottom:1.2rem}.ingredients{background:var(--ivory)}.ing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem}.ing-item{text-align:center;padding:2rem 1rem}.ing-symbol{font-family:Cormorant Garamond,serif;font-size:3.5rem;color:var(--gold);margin-bottom:1rem;line-height:1}.ing-name{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:500;color:var(--espresso);margin-bottom:.5rem}.ing-desc{font-size:.8rem;line-height:1.7;color:var(--bronze);font-weight:300}.promise{background:var(--gold);text-align:center;padding:6rem 2rem}.promise-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:300;color:var(--espresso);line-height:1.1}.promise-title em{font-style:italic}.promise-sub{margin-top:1rem;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:var(--espresso);font-weight:400;opacity:.65}.promise-badges{display:flex;gap:4rem;justify-content:center;margin-top:3rem;flex-wrap:wrap}.badge{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--espresso);font-weight:400;display:flex;align-items:center;gap:.6rem}.badge:before{content:"\2726";font-size:.5rem}.cta-strip{background:var(--espresso);padding:8rem 2rem;text-align:center}.cta-strip .section-title{color:var(--ivory);margin-bottom:2.5rem}.cta-strip .section-title em{color:var(--gold)}.cta-btn{display:inline-block;padding:1.1rem 3.5rem;background:var(--gold);color:var(--espresso);font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;text-decoration:none;font-weight:500;font-family:Jost,sans-serif;transition:background .3s}.cta-btn:hover{background:var(--gold-light)}.cta-or{display:block;margin:1.5rem 0;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#faf6ee4d;font-weight:200}.cta-link{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-pale);text-decoration:none;font-weight:300;border-bottom:1px solid rgba(201,168,76,.3);transition:border-color .2s}.cta-link:hover{border-color:var(--gold)}.site-footer{background:#100c05;padding:4rem 3rem 2rem;border-top:1px solid rgba(201,168,76,.15)}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{font-family:Cormorant Garamond,serif;font-size:1.8rem;color:var(--gold);letter-spacing:.1em;font-weight:600;text-transform:uppercase;margin-bottom:.5rem}.footer-tagline{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:#faf6ee4d;font-weight:200;margin-bottom:1.2rem}.footer-bio{font-size:.8rem;line-height:1.7;color:#faf6ee59;font-weight:200}.footer-col h4{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);font-weight:400;margin-bottom:1.2rem}.footer-col ul{list-style:none}.footer-col ul li{font-size:.8rem;color:#faf6ee66;font-weight:200;margin-bottom:.6rem}.footer-col ul li a{color:inherit;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:var(--gold)}.footer-bottom{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(201,168,76,.1);padding-top:1.5rem}.footer-copy{font-size:.68rem;color:#faf6ee33;font-weight:200;letter-spacing:.1em}.footer-legal{display:flex;gap:2rem}.footer-legal a{font-size:.68rem;color:#faf6ee33;text-decoration:none;font-weight:200;transition:color .2s}.footer-legal a:hover{color:var(--gold)}@media(max-width:900px){.site-nav{padding:1.2rem 1.5rem}.nav-links{display:none}.philosophy-inner{grid-template-columns:1fr;gap:3rem}.products-grid,.ritual-steps,.ing-grid,.footer-inner{grid-template-columns:1fr 1fr}.products-header{flex-direction:column;align-items:flex-start;gap:1.5rem}}@media(max-width:600px){.products-grid,.ritual-steps{grid-template-columns:1fr}.ritual-step{border-right:none;border-bottom:1px solid rgba(201,168,76,.15)}.ing-grid,.footer-inner,.philosophy-pillars{grid-template-columns:1fr}.promise-badges{gap:1.5rem;flex-direction:column;align-items:center}}@media(prefers-reduced-motion:reduce){.hero-eyebrow,.hero-title,.hero-sub,.hero-divider,.hero-cta,.marquee-track{animation:none;opacity:1}}.footer-social{display:flex;gap:1.5rem;margin-top:1.5rem}.footer-social a{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);text-decoration:none;font-weight:300;border-bottom:1px solid rgba(201,168,76,.25);padding-bottom:.2rem;transition:border-color .2s}.footer-social a:hover{border-color:var(--gold)}.footer-newsletter{max-width:1200px;margin:0 auto 2.5rem;border-top:1px solid rgba(201,168,76,.1);padding-top:2.5rem;text-align:center}.footer-newsletter__label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#faf6ee80;margin-bottom:1.2rem;font-weight:300}.footer-newsletter__form{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.footer-newsletter__input{background:transparent;border:1px solid rgba(201,168,76,.3);color:var(--ivory);padding:.7rem 1.2rem;font-family:Jost,sans-serif;font-size:.78rem;min-width:260px}.footer-newsletter__input:focus{outline:none;border-color:var(--gold)}.footer-newsletter__submit{background:var(--gold);color:var(--espresso);border:none;padding:.7rem 1.8rem;font-family:Jost,sans-serif;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:background .2s}.footer-newsletter__submit:hover{background:var(--gold-light)}.footer-newsletter__success{color:var(--gold);font-size:.85rem}.product-page{background:var(--ivory);padding:8rem 2rem 6rem}.product-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:flex-start}.product-page__main-image{background:var(--champagne);display:flex;align-items:center;justify-content:center;aspect-ratio:1;overflow:hidden}.product-page__main-image img{width:100%;height:100%;object-fit:contain}.product-page__placeholder{font-size:5rem}.product-page__thumbs{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.product-page__thumb{width:70px;height:70px;padding:0;border:1px solid transparent;background:var(--champagne);cursor:pointer;overflow:hidden}.product-page__thumb.active{border-color:var(--gold)}.product-page__thumb img{width:100%;height:100%;object-fit:contain}.product-page__title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;color:var(--espresso);line-height:1.1;margin-bottom:.5rem}.product-page__price{font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--espresso);font-weight:500;margin:1rem 0 1.5rem}.product-page__price s{color:var(--bronze);opacity:.5;margin-right:.5rem}.product-page__desc{font-size:.88rem;line-height:1.85;color:var(--bronze);font-weight:300;margin-bottom:2rem;max-width:480px}.product-page__form{margin-bottom:2rem}.product-page__option{margin-bottom:1.25rem}.product-page__option-label{display:block;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--bronze);margin-bottom:.5rem;font-weight:400}.product-page__select{width:100%;max-width:320px;padding:.75rem 1rem;background:var(--ivory);border:1px solid rgba(92,74,30,.25);color:var(--text);font-family:Jost,sans-serif;font-size:.85rem}.product-page__select:focus{outline:none;border-color:var(--gold)}.product-page__qty-row{margin-bottom:1.5rem}.product-page__qty{width:90px;padding:.75rem 1rem;background:var(--ivory);border:1px solid rgba(92,74,30,.25);color:var(--text);font-family:Jost,sans-serif;font-size:.85rem}.product-page__add{width:100%;max-width:360px}.product-page__badges{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}.product-page__note{margin-top:2rem;font-size:.78rem;color:var(--bronze);opacity:.7;font-style:italic;font-family:Cormorant Garamond,serif;font-size:1.05rem}.products--related{padding-top:0}.cart-page{background:var(--ivory);padding:8rem 2rem 6rem;min-height:60vh}.cart-table{width:100%;border-collapse:collapse;margin-top:3rem}.cart-table th{text-align:left;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--bronze);padding-bottom:1rem;border-bottom:1px solid rgba(92,74,30,.15);font-weight:400}.cart-table__row td{padding:1.5rem 0;border-bottom:1px solid rgba(92,74,30,.1);vertical-align:top}.cart-table__product{display:flex;gap:1.25rem}.cart-table__image{width:80px;height:80px;background:var(--champagne);flex-shrink:0;display:block}.cart-table__image img{width:100%;height:100%;object-fit:contain}.cart-table__title{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--espresso);text-decoration:none}.cart-table__variant{font-size:.75rem;color:var(--bronze);opacity:.7;margin-top:.2rem}.cart-table__price{font-size:.8rem;color:var(--bronze);margin-top:.4rem}.cart-table__qty{width:70px;padding:.5rem;border:1px solid rgba(92,74,30,.25);background:var(--ivory);font-family:Jost,sans-serif}.cart-table__line-total{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--espresso)}.cart-page__summary{max-width:360px;margin:3rem 0 0 auto;text-align:right}.cart-page__subtotal{display:flex;justify-content:space-between;font-size:1rem;color:var(--espresso);margin-bottom:.5rem;font-family:Cormorant Garamond,serif}.cart-page__note{font-size:.72rem;color:var(--bronze);opacity:.6;margin:.75rem 0 1.5rem}.cart-page__update,.cart-page__checkout{display:block;width:100%;margin-top:.75rem;text-align:center}.cart-page__empty{text-align:center;padding:4rem 0}.cart-page__empty p{color:var(--bronze);margin-bottom:2rem;font-size:.95rem}.account-page{background:var(--ivory);padding:8rem 2rem 6rem;min-height:55vh}.account-page__inner{max-width:480px}.account-page form{display:flex;flex-direction:column}.account-page__links{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.account-page__error{color:#a33;font-size:.8rem;margin-bottom:1rem}.account-page__success{color:var(--gold);font-size:.85rem;margin-bottom:1rem}.account-page__subtitle{font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--espresso);margin:3rem 0 1.5rem;font-weight:400}.account-page__actions{display:flex;gap:1.5rem;margin:1.5rem 0}.account-page__address{padding:1.25rem 0;border-bottom:1px solid rgba(92,74,30,.1);font-size:.85rem;color:var(--bronze)}.account-page__order-date{color:var(--bronze);opacity:.7;font-size:.85rem;margin-bottom:1rem}.account-page__recover{margin-top:0}.error-page{background:var(--ivory);min-height:70vh;display:flex;align-items:center}.error-page__inner{text-align:center;max-width:560px;margin:0 auto}.error-page__title{margin:1rem 0 1.5rem}.error-page__title em{color:var(--gold);font-style:italic}.error-page__desc{color:var(--bronze);font-size:.9rem;line-height:1.7;margin-bottom:2.5rem}.collection-empty{text-align:center;color:var(--bronze);padding:4rem 0;font-size:.95rem}.pagination{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:4rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.pagination__link{color:var(--gold);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.pagination__link:hover{border-color:var(--gold)}.pagination__current{color:var(--bronze);opacity:.6}.search-page__form{display:flex;gap:1rem;max-width:480px;margin:2.5rem 0 3rem}.search-page__input{flex:1;padding:.85rem 1.2rem;background:var(--champagne);border:1px solid rgba(92,74,30,.2);font-family:Jost,sans-serif;font-size:.85rem;color:var(--text)}.search-page__input:focus{outline:none;border-color:var(--gold)}.blog-page{background:var(--ivory);padding:8rem 2rem 6rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}.blog-card{text-decoration:none;color:inherit;display:block}.blog-card__img{width:100%;height:220px;object-fit:cover;margin-bottom:1.25rem}.blog-card__date{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.blog-card__title{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--espresso);margin-bottom:.6rem;font-weight:500}.blog-card__excerpt{font-size:.8rem;line-height:1.7;color:var(--bronze);font-weight:300}.article-page{background:var(--ivory);padding:8rem 2rem 6rem}.article-page__inner{max-width:720px;margin:0 auto}.article-page__title{margin:1rem 0 .75rem}.article-page__meta{font-size:.78rem;color:var(--bronze);opacity:.6;margin-bottom:2.5rem}.article-page__hero{width:100%;height:auto;margin-bottom:2.5rem}.article-page__body{font-size:.92rem;line-height:1.9;color:var(--text);font-weight:300}.article-page__body p{margin-bottom:1.5rem}.article-page__comments{margin-top:4rem;border-top:1px solid rgba(92,74,30,.15);padding-top:2.5rem}.article-page__comments-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;margin-bottom:1.5rem}.comment{padding:1.25rem 0;border-bottom:1px solid rgba(92,74,30,.08)}.comment__author{font-weight:500;font-size:.85rem;color:var(--espresso);margin-bottom:.4rem}.comment__content{font-size:.85rem;color:var(--bronze);line-height:1.7}.comment-form__input,.comment-form__textarea{display:block;width:100%;margin-bottom:1rem;padding:.75rem 1rem;background:var(--champagne);border:1px solid rgba(92,74,30,.2);font-family:Jost,sans-serif;font-size:.85rem;color:var(--text)}.comment-form__textarea{min-height:120px;resize:vertical}.article-page__back{display:inline-block;margin-top:2.5rem}.page-content{background:var(--ivory);padding:8rem 2rem 6rem}.page-content__inner{max-width:720px;margin:0 auto}.page-content__title{margin:1rem 0 2rem}.page-content__body{font-size:.92rem;line-height:1.9;color:var(--text);font-weight:300}.page-content__body p{margin-bottom:1.5rem}.collection-description{font-size:.9rem;line-height:1.8;color:var(--bronze);max-width:640px;margin:1.5rem 0 2rem}@media(max-width:900px){.product-page__inner{grid-template-columns:1fr;gap:2.5rem}.cart-table th:nth-child(3),.cart-table td:nth-child(3){display:none}.blog-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.blog-grid{grid-template-columns:1fr}.cart-page__summary{margin:3rem auto 0;text-align:center}.footer-newsletter__form{flex-direction:column;align-items:center}.footer-newsletter__input{width:100%;max-width:320px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
