*,*: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:200;margin-top:50px;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.4rem;font-weight:600;margin-bottom:1rem;color:var(--espresso)}.pillar-desc{padding:1rem 0;margin-bottom:1.5rem;font-size:1rem;line-height:1.9;color:var(--bronze);font-weight:300;white-space:pre-line}.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:2rem}.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:cover;object-position:center top;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)}.product-claims{margin-top:.5rem;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--bronze);opacity:.6;font-weight:300}.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-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;flex-wrap:wrap;gap:1rem 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{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}.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){html{scroll-behavior:auto}.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:1rem;line-height:1.85;color:var(--bronze);font-weight:300;margin-bottom:2rem;max-width:520px}.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;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-table__remove{text-align:center}.cart-table__remove a{color:var(--bronze);opacity:.5;font-size:1.3rem;text-decoration:none;transition:opacity .2s,color .2s}.cart-table__remove a:hover{opacity:1;color:var(--gold)}.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 img{max-width:100%;height:auto;display:block;margin:0 auto 1.5rem}.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}.article-page__body table{width:100%;border-collapse:collapse;margin:2rem 0}.article-page__body th,.article-page__body td{border:1px solid rgba(92,74,30,.2);padding:.75rem 1rem;text-align:left;vertical-align:top}.article-page__body th{background:var(--champagne);font-family:Cormorant Garamond,serif;font-weight:600;color:var(--espresso)}.article-page__body td{color:var(--bronze)}.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}}.brand-story p{color:#8b6635!important;font-weight:300!important}.brand-story__body{margin-bottom:40px;padding-top:.5rem;padding-bottom:2rem;margin-top:-1rem}.brand-story__body p{margin-bottom:1.5rem;line-height:1.9}.brand-story__pillars{margin-top:-3rem}h1{font-family:Cormorant Garamond,serif!important;font-weight:300!important}#shopify-section-logo-splash{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.logo-splash{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}.logo-splash__image{width:100%!important;max-width:100%!important;height:auto!important;display:block!important}section.ingredients{padding-top:4rem!important}#ingredients .ing-grid,.ing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:7rem}#ingredients .container{padding-top:3rem}#ingredients p.section-label{margin-top:-2rem;padding-top:0}#ingredients .section-title{margin-top:.5rem}#shopify-section-ingredients .ing-desc,#shopify-section-ingredients .rte,#shopify-section-ingredients .rte p,#shopify-section-ingredients .rte li{font-size:18px}#shopify-section-ingredients{margin-top:4rem!important;margin-bottom:4rem!important;padding-top:4rem!important;padding-bottom:4rem!important}.btn-primary{display:inline-block;background:var(--gold);color:var(--espresso);border:none;padding:1rem 2.2rem;font-family:Jost,sans-serif;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;transition:background .3s}.btn-primary:hover{background:var(--gold-light)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{display:inline-block;background:var(--espresso);color:var(--ivory);border:none;padding:1rem 2.2rem;font-family:Jost,sans-serif;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;transition:background .3s}.btn-secondary:hover{background:var(--bronze)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.shopify-policy__container{max-width:100%!important;width:100%!important;margin:0!important}.shopify-policy__container,.shopify-policy__title,.shopify-policy__body{background:#4a2f1c!important}.shopify-policy__title,.shopify-policy__body{padding-left:3rem!important;padding-right:3rem!important}.shopify-policy__title{padding-top:180px!important;padding-bottom:1.5rem!important}.shopify-policy__body{padding-bottom:4rem!important}.shopify-policy__title>h1{font-family:Cormorant Garamond,serif!important;font-weight:300!important;color:#faf6ee!important}.shopify-policy__body{color:#faf6eebf!important;font-family:Jost,sans-serif!important}.shopify-policy__body a{color:#c9a84c!important}.shopify-policy__title>h1{text-transform:capitalize!important}.shopify-section:has(.editorial-quote),.shopify-section:has(.video-banner-skin){padding:0!important;margin:0!important;width:100%!important;max-width:100%!important}.editorial-quote__inner{max-width:100%!important;width:100%!important;padding-left:4rem!important;padding-right:4rem!important}@media(max-width:900px){.nav-mobile-search-trigger{display:inline-flex!important;align-items:center;justify-content:center;order:3;flex-shrink:0;width:22px;height:22px;margin-left:auto;padding:0;background:none;border:none;cursor:pointer}.nav-mobile-search-trigger svg{display:block;width:20px;height:20px}.site-nav .nav-cart{order:4;flex-shrink:0;margin-left:12px!important}#ingredients .ing-grid,.ing-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:4rem}}@media(max-width:600px){#ingredients .ing-grid,.ing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-top:3rem}#shopify-section-ingredients .ing-desc{font-size:15px;line-height:1.65}.shopify-policy__title,.shopify-policy__body{padding-left:1.25rem!important;padding-right:1.25rem!important}.shopify-policy__title{padding-top:130px!important}.editorial-quote__inner{padding-left:1.25rem!important;padding-right:1.25rem!important}#shopify-section-products-landing .products-landing-banner,.products-landing .products-landing-banner,body .products-landing-banner{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:3 / 2!important;background-size:contain!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:var(--ivory);overflow:visible!important}.products-landing-banner img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important}}@media screen and (max-width:749px){html body #shopify-section-video-banner .jjl-video-banner,html body #shopify-section-video-banner-2 .jj-video-banner,html body #shopify-section-jj-luxe-video-banner .jj-video-banner-jj-luxe-video-banner,html body #shopify-section-video-banner-skin .video-banner-skin{display:block!important;position:relative!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16 / 9!important;margin-left:0!important;margin-right:0!important;left:auto!important;transform:none!important;overflow:hidden!important;background-color:#1a1209!important}html body #shopify-section-video-banner .jjl-video-banner__media,html body #shopify-section-video-banner-2 .jj-video-banner__video,html body #shopify-section-jj-luxe-video-banner .jj-video-banner__video,html body #shopify-section-video-banner-skin .video-banner-skin__video{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:contain!important;object-position:center center!important}}@media screen and (max-width:749px){html body #shopify-section-video-banner-2,html body #shopify-section-jj-luxe-video-banner{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}html body #shopify-section-video-banner-2 .jj-video-banner,html body #shopify-section-jj-luxe-video-banner .jj-video-banner-jj-luxe-video-banner{position:relative!important;display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16 / 9!important;left:auto!important;transform:none!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#100c05!important;box-sizing:border-box!important}html body #shopify-section-video-banner-2 .jj-video-banner__video,html body #shopify-section-jj-luxe-video-banner .jj-video-banner__video{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;transform:none!important;display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;margin:0!important}html body #shopify-section-video-banner-2 .jj-video-banner__overlay,html body #shopify-section-jj-luxe-video-banner .jj-video-banner__overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}html body #shopify-section-video-banner-2 .jj-video-banner__content,html body #shopify-section-jj-luxe-video-banner .jj-video-banner__content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;min-height:0!important;max-width:100%!important;padding:14px 52px 16px!important;margin:0!important;text-align:center!important;box-sizing:border-box!important}html body #shopify-section-video-banner-2 .jj-video-banner__heading,html body #shopify-section-jj-luxe-video-banner .jj-video-banner__heading{font-size:clamp(22px,6.5vw,28px)!important;line-height:1.05!important;letter-spacing:.06em!important;margin:0 0 7px!important}html body #shopify-section-jj-luxe-video-banner .jj-video-banner__eyebrow{font-size:9px!important;line-height:1.2!important;margin:0 0 4px!important}html body #shopify-section-video-banner-2 .jj-video-banner__subheading,html body #shopify-section-jj-luxe-video-banner .jj-video-banner__subheading{font-size:11px!important;line-height:1.25!important;margin:0 0 9px!important}html body #shopify-section-video-banner-2 .jj-video-banner__btn,html body #shopify-section-jj-luxe-video-banner .jj-video-banner__cta{padding:8px 18px!important;font-size:10px!important;line-height:1.25!important;letter-spacing:.13em!important}html body #shopify-section-video-banner-2 .jj-video-banner__sound-btn,html body #shopify-section-jj-luxe-video-banner .jj-video-banner__sound-toggle{width:34px!important;height:34px!important;right:9px!important;bottom:9px!important;padding:0!important}html body #shopify-section-cta-strip .cta-strip{padding:3.75rem 1.25rem!important}html body #shopify-section-cta-strip .cta-strip .section-title{font-size:clamp(35px,10vw,46px)!important;line-height:1.02!important;margin-bottom:1.75rem!important}html body #shopify-section-cta-strip .cta-strip .container>div:last-child{margin-top:1.75rem!important}html body #shopify-section-cta-strip .cta-btn{width:100%!important;max-width:330px!important;padding:1rem 1.25rem!important;box-sizing:border-box!important}html body #shopify-section-cta-strip .cta-or{margin:1rem 0!important}}@media screen and (max-width:749px){html body #shopify-section-intro-splash,html body #shopify-section-cosmetics-teaser-banner{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}html body #shopify-section-intro-splash .video-intro,html body #shopify-section-cosmetics-teaser-banner .cosmetics-teaser{position:relative!important;display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16 / 9!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#1a1209!important;border:0!important;outline:0!important;box-shadow:none!important}html body #shopify-section-intro-splash .video-intro>video,html body #shopify-section-cosmetics-teaser-banner .cosmetics-teaser__video{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;transform:none!important;display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;margin:0!important;border:0!important;outline:0!important;box-shadow:none!important}html body #shopify-section-cosmetics-teaser-banner .cosmetics-teaser__media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}html body #shopify-section-intro-splash .video-intro__overlay,html body #shopify-section-cosmetics-teaser-banner .cosmetics-teaser__content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:3!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;max-width:100%!important;padding:10px 50px 10px 16px!important;margin:0!important;text-align:center!important;box-sizing:border-box!important}html body #shopify-section-intro-splash .video-intro__heading{font-size:clamp(21px,6vw,27px)!important;line-height:1.05!important;margin:0 0 6px!important}html body #shopify-section-intro-splash .video-intro__subheading{font-size:clamp(8px,2.5vw,11px)!important;line-height:1.3!important;letter-spacing:.1em!important;margin:0!important}html body #shopify-section-cosmetics-teaser-banner .cosmetics-teaser__eyebrow{font-size:8px!important;line-height:1.2!important;margin:0 0 3px!important}html body #shopify-section-cosmetics-teaser-banner .cosmetics-teaser__heading{font-size:clamp(18px,5.5vw,22px)!important;line-height:1.05!important;margin:0 0 5px!important}html body #shopify-section-cosmetics-teaser-banner .cosmetics-teaser__subheading{max-width:330px!important;font-size:9px!important;line-height:1.25!important;margin:0 0 6px!important}html body #shopify-section-cosmetics-teaser-banner .cosmetics-teaser__button{padding:7px 14px!important;font-size:9px!important;line-height:1.2!important}html body #shopify-section-intro-splash .video-intro__sound-toggle,html body #shopify-section-cosmetics-teaser-banner #sound-toggle{width:32px!important;height:32px!important;right:8px!important;bottom:8px!important;padding:0!important}html body #shopify-section-video-banner-2,html body #shopify-section-video-banner-2 .jj-video-banner{border:0!important;outline:0!important;box-shadow:none!important;margin:0!important;padding:0!important}html body #shopify-section-video-banner-2 .jj-video-banner{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:67 / 36!important;background:transparent!important;overflow:hidden!important}html body #shopify-section-video-banner-2 .jj-video-banner__video{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;border:0!important;outline:0!important;box-shadow:none!important}html body #shopify-section-hero .hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:3rem 1.25rem!important;box-sizing:border-box!important}html body #shopify-section-hero .hero-eyebrow{font-size:10px!important;line-height:1.4!important;margin-bottom:1rem!important}}.product-card__media{height:280px;overflow:hidden;background:var(--champagne);display:flex;align-items:center;justify-content:center}.product-img{width:100%;height:280px;object-fit:contain;object-position:center center;margin-bottom:0;display:block;transition:transform .4s}.product-card__media{height:300px;overflow:hidden;background:var(--champagne);display:flex;align-items:center;justify-content:center;padding:1.5rem;box-sizing:border-box}.product-card{display:flex;flex-direction:column}.product-tag{margin-top:1.5rem;margin-bottom:.75rem;min-height:1rem}.product-card__media{height:300px;overflow:hidden;background:var(--champagne);display:flex;align-items:center;justify-content:center;padding:2.5rem;box-sizing:border-box}.product-card__media{height:300px;overflow:hidden;background:var(--champagne);display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.product-img{width:100%;height:100%;object-fit:contain;object-position:center center;display:block;transition:transform .4s;margin-bottom:0}.product-card__media{height:300px;overflow:visible;background:var(--champagne);display:flex;align-items:center;justify-content:center;padding:.5rem;box-sizing:border-box}.product-img{width:auto;max-width:100%;height:100%;max-height:280px;object-fit:contain;display:block;transition:transform .4s;margin-bottom:0}@media(max-width:600px){.products-grid{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:visible!important;gap:1rem!important;padding-bottom:1rem!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important}.products-grid .product-card,.products-grid .product-card-wrapper{min-width:75vw!important;max-width:75vw!important;flex-shrink:0!important;scroll-snap-align:start!important}.products-grid::-webkit-scrollbar{display:none}.products-grid{-ms-overflow-style:none;scrollbar-width:none}}@media(max-width:600px){.products-grid-wrapper{position:relative}.products-scroll-bar{display:block;height:1px;background:#c9a84c33;margin:1.5rem auto 0;max-width:120px;position:relative;overflow:hidden}.products-scroll-bar:after{content:"";position:absolute;left:0;top:0;height:100%;width:25%;background:var(--gold);transition:transform .2s ease}}.product-card .product-img,.product-card__image,.product-card__media,.product-card__image-wrapper{background-color:transparent!important;filter:none!important;opacity:1!important;border:0!important;outline:0!important;box-shadow:none!important}@media(max-width:600px){.products-grid .product-card-wrapper,.products-grid .product-card{min-width:72vw!important;max-width:72vw!important;flex-shrink:0!important}.products-grid .product-card{padding:1.25rem!important}.products-grid .product-card__media{height:180px!important;padding:.5rem!important}.products-grid .product-card .product-name{font-size:1.1rem!important;line-height:1.2!important}.products-grid .product-card .product-desc,.products-grid .product-card .product-claims{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
