*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand: #3A8A4A;--brand-dark: #2C6E39;--brand-deeper: #1E5228;--brand-pale: #EAF3EB;--brand-mid: #A8D4B0;--cream: #F8F5EE;--warm-off: #F0EDE4;--ink: #1A1A14;--muted: #6B6B5A;--serif: "Cormorant Garamond", Georgia, serif;--condensed: "Barlow Condensed", "Arial Narrow", sans-serif;--sans: "Inter", system-ui, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--cream);color:var(--ink);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit}.announcement-bar{background:var(--brand);padding:.55rem 1rem;text-align:center;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#fff}.announcement-bar a{color:#fff;text-decoration:underline}.site-header{position:sticky;top:0;z-index:100;background:#f8f5eef5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid rgba(58,138,74,.15)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;max-width:1400px;margin:0 auto}.header-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-badge{width:36px;height:36px;background:var(--brand);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-badge span{font-family:var(--condensed);font-size:6.5px;font-weight:700;color:#fff;letter-spacing:.05em;text-align:center;line-height:1.2;text-transform:uppercase}.logo-wordmark{font-family:var(--condensed);font-size:1.05rem;font-weight:700;letter-spacing:.12em;color:var(--brand);text-transform:uppercase}.header-nav{display:flex;gap:2rem;list-style:none}.header-nav a{font-size:.73rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color .2s}.header-nav a:hover{color:var(--brand)}.header-actions{display:flex;align-items:center;gap:1rem}.header-icon{background:none;border:none;cursor:pointer;color:var(--muted);padding:.25rem;position:relative;transition:color .2s}.header-icon:hover{color:var(--brand)}.cart-count{position:absolute;top:-4px;right:-6px;background:var(--brand);color:#fff;border-radius:50%;width:16px;height:16px;font-size:.6rem;font-weight:600;display:flex;align-items:center;justify-content:center}.btn-shop-now{font-size:.73rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1.25rem;border:1.5px solid var(--brand);color:var(--brand);background:transparent;border-radius:3px;cursor:pointer;transition:all .2s;text-decoration:none}.btn-shop-now:hover{background:var(--brand);color:#fff}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.25rem}.mobile-nav{display:none}.btn-primary{display:inline-block;padding:.85rem 2rem;background:var(--brand);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:none;border-radius:3px;cursor:pointer;transition:background .2s;text-decoration:none}.btn-primary:hover{background:var(--brand-dark)}.btn-secondary{display:inline-block;padding:.85rem 2rem;background:transparent;color:var(--brand);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:1.5px solid var(--brand);border-radius:3px;cursor:pointer;transition:all .2s;text-decoration:none}.btn-secondary:hover{background:var(--brand);color:#fff}.btn-ghost{font-size:.8rem;font-weight:400;color:var(--brand);text-decoration:none;border-bottom:1px solid var(--brand-mid);padding-bottom:2px;background:none;border-top:none;border-left:none;border-right:none;cursor:pointer}.marquee-strip{background:var(--brand);padding:.8rem 0;overflow:hidden}.marquee-inner{display:flex;gap:4rem;white-space:nowrap;animation:marquee 22s linear infinite}.marquee-item{font-size:.67rem;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-mid);display:flex;align-items:center;gap:1rem;font-weight:500;flex-shrink:0}.marquee-dot{width:3px;height:3px;border-radius:50%;background:#ffffff59}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:92vh}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:5rem 3.5rem 5rem 2.5rem;max-width:700px}.hero-eyebrow{font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--brand);margin-bottom:1.25rem;display:flex;align-items:center;gap:.6rem}.hero-eyebrow:before{content:"";display:block;width:24px;height:1.5px;background:var(--brand)}.hero-title{font-family:var(--serif);font-size:clamp(2.8rem,4.5vw,4.2rem);font-weight:300;line-height:1.08;margin-bottom:1.5rem}.hero-title em{font-style:italic;color:var(--brand)}.hero-desc{font-size:.9rem;font-weight:300;line-height:1.85;color:var(--muted);max-width:380px;margin-bottom:2.5rem}.hero-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.hero-trust{display:flex;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:.5px solid rgba(58,138,74,.2);flex-wrap:wrap}.trust-item{font-size:.71rem;color:var(--muted);letter-spacing:.04em;display:flex;align-items:center;gap:.4rem}.trust-dot{width:5px;height:5px;border-radius:50%;background:var(--brand);flex-shrink:0}.hero-right{background:var(--brand-pale);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-image-wrap{width:100%;height:100%;position:relative}.hero-image-wrap img{width:100%;height:100%;object-fit:cover}.hero-image-placeholder{width:100%;height:100%;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.hero-logo-box{width:200px;height:200px;background:var(--brand);border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 24px 60px #3a8a4a38}.hero-logo-box span{font-family:var(--condensed);font-size:2rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;text-align:center;line-height:1.1}.hero-pill{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);background:#fff;border:1px solid var(--brand-mid);padding:.4rem 1.1rem;border-radius:30px;font-weight:500}.hero-badge{position:absolute;bottom:2rem;right:2rem;width:84px;height:84px;border-radius:50%;border:1px solid var(--brand);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;background:#fff}.hero-badge span{font-family:var(--serif);font-size:.62rem;font-style:italic;color:var(--brand);line-height:1.5}.section-wrap{padding:5.5rem 2.5rem;max-width:1400px;margin:0 auto}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}.section-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:300;line-height:1.2}.section-title em{font-style:italic;color:var(--brand)}.section-label{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--brand);margin-bottom:1rem;font-weight:500}.view-all{font-size:.73rem;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);text-decoration:none;font-weight:500}.view-all:hover{text-decoration:underline}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{text-decoration:none;color:inherit;display:block;cursor:pointer}.product-img-wrap{aspect-ratio:3/4;background:var(--brand-pale);overflow:hidden;margin-bottom:1rem;position:relative;border-radius:4px;transition:background .3s}.product-card:hover .product-img-wrap{background:var(--brand-mid)}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-img-wrap img{transform:scale(1.04)}.product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem}.product-placeholder-logo{width:70px;height:70px;background:var(--brand);border-radius:10px;display:flex;align-items:center;justify-content:center}.product-placeholder-logo span{font-family:var(--condensed);font-size:5.5px;font-weight:700;color:#fff;text-transform:uppercase;text-align:center;line-height:1.2}.product-placeholder p{font-size:.68rem;color:var(--brand);letter-spacing:.08em;text-transform:uppercase}.product-badge{position:absolute;top:.85rem;left:.85rem;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;padding:.28rem .65rem;background:var(--brand);color:#fff;border-radius:2px;font-weight:600}.product-name{font-family:var(--serif);font-size:1.1rem;font-weight:400;margin-bottom:.2rem}.product-vendor{font-size:.72rem;color:var(--muted);margin-bottom:.45rem}.product-price{font-size:.88rem;font-weight:500;color:var(--brand)}.product-price s{color:var(--muted);font-weight:400;margin-right:.4rem}.philosophy-section{background:var(--brand);padding:5.5rem 2.5rem}.philosophy-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1400px;margin:0 auto}.philosophy-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;color:#fff;line-height:1.15;margin-bottom:1.5rem}.philosophy-title em{font-style:italic;color:var(--brand-mid)}.philosophy-text{font-size:.86rem;font-weight:300;line-height:1.9;color:#ffffffb8;margin-bottom:2rem}.stat-block{display:flex;flex-direction:column;gap:2rem}.stat-divider{height:.5px;background:#ffffff1f}.stat-number{font-family:var(--serif);font-size:3.2rem;font-weight:300;color:#fff;line-height:1}.stat-label{font-size:.73rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-mid);margin-top:.3rem}.ritual-section{background:var(--warm-off);padding:5.5rem 2.5rem}.ritual-header{text-align:center;margin-bottom:3.5rem}.ritual-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:300;margin-bottom:.6rem}.ritual-sub{font-size:.83rem;color:var(--muted);font-weight:300}.ritual-steps{display:grid;grid-template-columns:repeat(4,1fr);max-width:1400px;margin:0 auto}.ritual-step{padding:2rem 1.75rem;border-right:.5px solid rgba(58,138,74,.15)}.ritual-step:last-child{border-right:none}.step-num{font-family:var(--serif);font-size:.78rem;font-style:italic;color:var(--brand);margin-bottom:.85rem}.step-title{font-family:var(--serif);font-size:1.05rem;font-weight:400;margin-bottom:.65rem}.step-desc{font-size:.78rem;font-weight:300;line-height:1.8;color:var(--muted)}.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.test-card{padding:1.75rem;border:.5px solid rgba(58,138,74,.2);border-radius:4px}.stars{display:flex;gap:3px;margin-bottom:1rem}.star{width:11px;height:11px;background:var(--brand);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.test-quote{font-family:var(--serif);font-size:.98rem;font-style:italic;font-weight:300;line-height:1.75;color:var(--ink);margin-bottom:1rem}.test-author{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.email-section{background:var(--brand-pale);padding:4.5rem 2.5rem}.email-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1400px;margin:0 auto;flex-wrap:wrap}.email-title{font-family:var(--serif);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:300;max-width:440px;line-height:1.3}.email-title em{font-style:italic;color:var(--brand)}.email-form{display:flex;gap:0}.email-input{padding:.82rem 1.1rem;border:1px solid var(--brand-mid);border-right:none;background:#fff;font-size:.83rem;font-family:var(--sans);width:220px;outline:none;border-radius:3px 0 0 3px}.email-input:focus{border-color:var(--brand)}.email-submit{padding:.82rem 1.4rem;background:var(--brand);color:#fff;font-size:.73rem;letter-spacing:.1em;text-transform:uppercase;border:none;cursor:pointer;border-radius:0 3px 3px 0;font-weight:600;transition:background .2s}.email-submit:hover{background:var(--brand-dark)}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;padding:4rem 2.5rem}.product-gallery{position:sticky;top:6rem}.product-main-img{aspect-ratio:1;background:var(--brand-pale);border-radius:6px;overflow:hidden;margin-bottom:1rem}.product-main-img img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.product-thumb{aspect-ratio:1;background:var(--brand-pale);border-radius:4px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.product-thumb.active{border-color:var(--brand)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:1rem}.product-info-vendor{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--brand);margin-bottom:.75rem;font-weight:500}.product-info-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:300;line-height:1.15;margin-bottom:.75rem}.product-info-price{font-size:1.4rem;font-weight:500;color:var(--brand);margin-bottom:1.5rem}.product-info-price s{font-size:1rem;color:var(--muted);font-weight:400;margin-right:.5rem}.product-divider{height:.5px;background:#3a8a4a26;margin:1.5rem 0}.variant-label{font-size:.73rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-weight:500}.variant-options{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1.5rem}.variant-btn{padding:.5rem 1.1rem;border:1px solid rgba(58,138,74,.3);background:#fff;font-size:.8rem;font-family:var(--sans);cursor:pointer;border-radius:3px;transition:all .2s}.variant-btn:hover,.variant-btn.active{border-color:var(--brand);background:var(--brand-pale);color:var(--brand)}.qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.qty-label{font-size:.73rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:500}.qty-selector{display:flex;align-items:center;border:1px solid rgba(58,138,74,.25);border-radius:3px;overflow:hidden}.qty-btn{width:36px;height:36px;background:none;border:none;cursor:pointer;font-size:1.1rem;color:var(--brand);display:flex;align-items:center;justify-content:center;transition:background .2s}.qty-btn:hover{background:var(--brand-pale)}.qty-input{width:44px;height:36px;border:none;border-left:1px solid rgba(58,138,74,.2);border-right:1px solid rgba(58,138,74,.2);text-align:center;font-size:.88rem;font-family:var(--sans);outline:none}.add-to-cart{width:100%;padding:1rem;background:var(--brand);color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:none;border-radius:3px;cursor:pointer;transition:background .2s;margin-bottom:.75rem}.add-to-cart:hover{background:var(--brand-dark)}.buy-now{width:100%;padding:1rem;background:var(--ink);color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:none;border-radius:3px;cursor:pointer;transition:background .2s;margin-bottom:1.5rem}.buy-now:hover{background:#333}.product-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.promise-item{text-align:center;padding:.85rem .5rem;background:var(--brand-pale);border-radius:4px}.promise-icon{font-size:1.2rem;margin-bottom:.35rem}.promise-text{font-size:.68rem;letter-spacing:.04em;color:var(--muted);line-height:1.4}.product-description{font-size:.88rem;font-weight:300;line-height:1.9;color:var(--muted);margin-top:1.5rem}.product-description h3{font-family:var(--serif);font-size:1.1rem;font-weight:400;color:var(--ink);margin-bottom:.5rem;margin-top:1.25rem}.product-description ul{padding-left:1.2rem}.product-description li{margin-bottom:.3rem}.collection-header{background:var(--brand-pale);padding:4rem 2.5rem;text-align:center}.collection-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:300}.collection-title em{font-style:italic;color:var(--brand)}.collection-desc{font-size:.88rem;color:var(--muted);font-weight:300;margin-top:.75rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.8}.collection-grid-wrap{max-width:1400px;margin:0 auto;padding:3.5rem 2.5rem}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:95vw;background:var(--cream);z-index:201;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-header{padding:1.25rem 1.5rem;border-bottom:.5px solid rgba(58,138,74,.15);display:flex;align-items:center;justify-content:space-between}.cart-header h2{font-family:var(--serif);font-size:1.2rem;font-weight:400}.cart-close{background:none;border:none;cursor:pointer;color:var(--muted);font-size:1.3rem;padding:.25rem}.cart-items{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.cart-item{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:.5px solid rgba(58,138,74,.12)}.cart-item-img{width:72px;height:72px;background:var(--brand-pale);border-radius:4px;overflow:hidden;flex-shrink:0}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1}.cart-item-name{font-family:var(--serif);font-size:.95rem;font-weight:400;margin-bottom:.25rem}.cart-item-variant{font-size:.72rem;color:var(--muted);margin-bottom:.5rem}.cart-item-price{font-size:.85rem;font-weight:500;color:var(--brand)}.cart-footer{padding:1.25rem 1.5rem;border-top:.5px solid rgba(58,138,74,.15)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-subtotal span{font-size:.82rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.cart-subtotal strong{font-family:var(--serif);font-size:1.2rem;font-weight:400}.cart-checkout{width:100%;padding:1rem;background:var(--brand);color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:none;border-radius:3px;cursor:pointer;transition:background .2s}.cart-checkout:hover{background:var(--brand-dark)}.cart-empty{text-align:center;padding:3rem 1rem}.cart-empty p{font-family:var(--serif);font-size:1.1rem;color:var(--muted);font-style:italic}.bundle-section{background:var(--warm-off);padding:5.5rem 2.5rem}.bundle-inner{max-width:1400px;margin:0 auto}.bundle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.bundle-card{background:#fff;border:.5px solid rgba(58,138,74,.2);border-radius:6px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start;cursor:pointer;transition:border-color .2s}.bundle-card:hover{border-color:var(--brand)}.bundle-card.featured{border:2px solid var(--brand);position:relative}.bundle-featured-badge{position:absolute;top:-11px;left:1.5rem;background:var(--brand);color:#fff;font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .75rem;border-radius:2px}.bundle-img{width:80px;height:80px;background:var(--brand-pale);border-radius:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.bundle-img-logo{width:50px;height:50px;background:var(--brand);border-radius:6px;display:flex;align-items:center;justify-content:center}.bundle-img-logo span{font-family:var(--condensed);font-size:5px;font-weight:700;color:#fff;text-align:center;line-height:1.2;text-transform:uppercase}.bundle-details{flex:1}.bundle-name{font-family:var(--serif);font-size:1.1rem;font-weight:400;margin-bottom:.3rem}.bundle-desc{font-size:.78rem;color:var(--muted);line-height:1.7;margin-bottom:.75rem}.bundle-pricing{display:flex;align-items:center;gap:.75rem}.bundle-price{font-size:1rem;font-weight:600;color:var(--brand)}.bundle-original{font-size:.82rem;color:var(--muted);text-decoration:line-through}.bundle-save{font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--brand-pale);color:var(--brand);padding:.2rem .55rem;border-radius:2px}.quiz-section{background:var(--brand);padding:5.5rem 2.5rem}.quiz-inner{max-width:700px;margin:0 auto;text-align:center}.quiz-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:300;color:#fff;margin-bottom:1rem}.quiz-title em{font-style:italic;color:var(--brand-mid)}.quiz-sub{font-size:.86rem;color:#ffffffb3;font-weight:300;margin-bottom:2.5rem;line-height:1.7}.quiz-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.quiz-option{background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:1.5rem 1rem;cursor:pointer;transition:all .2s;text-align:center}.quiz-option:hover{background:#ffffff26;border-color:#fff6}.quiz-option.selected{background:#fff3;border-color:#fff}.quiz-emoji{font-size:1.8rem;margin-bottom:.5rem}.quiz-opt-title{font-size:.85rem;font-weight:500;color:#fff;margin-bottom:.25rem}.quiz-opt-desc{font-size:.72rem;color:#fff9;line-height:1.5}.quiz-cta{padding:.9rem 2.5rem;background:#fff;color:var(--brand);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border:none;border-radius:3px;cursor:pointer;transition:all .2s}.quiz-cta:hover{background:var(--cream)}.insta-section{padding:5.5rem 2.5rem}.insta-inner{max-width:1400px;margin:0 auto}.insta-header{text-align:center;margin-bottom:2.5rem}.insta-handle{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);font-weight:500;margin-top:.5rem}.insta-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem}.insta-tile{aspect-ratio:1;background:var(--brand-pale);border-radius:3px;overflow:hidden;position:relative;cursor:pointer}.insta-tile img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.insta-tile:hover img{transform:scale(1.06)}.insta-tile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.insta-tile-placeholder span{font-size:1.5rem;opacity:.4}.site-footer{background:var(--ink);padding:3.5rem 2.5rem 0}.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;max-width:1400px;margin:0 auto;padding-bottom:3rem}.footer-logo-badge{width:42px;height:42px;background:var(--brand);border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.footer-logo-badge span{font-family:var(--condensed);font-size:6.5px;font-weight:700;color:#fff;text-transform:uppercase;text-align:center;line-height:1.2}.footer-brand-name{font-family:var(--condensed);font-size:.88rem;font-weight:700;color:#fff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.footer-tagline{font-size:.78rem;color:#ffffff61;font-weight:300;line-height:1.75}.footer-col-title{font-size:.63rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff61;margin-bottom:1rem;font-weight:500}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.8rem;color:#ffffff9e;text-decoration:none;font-weight:300;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:.5px solid rgba(255,255,255,.08);padding:1.1rem 2.5rem;display:flex;justify-content:space-between;align-items:center;max-width:100%}.footer-copy{font-size:.7rem;color:#ffffff47}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{font-size:.7rem;color:#ffffff47;text-decoration:none}.footer-bottom-links a:hover{color:#fff9}.breadcrumb{padding:1rem 2.5rem;font-size:.72rem;color:var(--muted);max-width:1400px;margin:0 auto}.breadcrumb a{color:var(--muted);text-decoration:none}.breadcrumb a:hover{color:var(--brand)}.breadcrumb span{margin:0 .4rem}@media(max-width:1024px){.products-grid,.collection-grid{grid-template-columns:repeat(2,1fr)}.insta-grid{grid-template-columns:repeat(4,1fr)}.bundle-grid{grid-template-columns:1fr}.product-page{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}}@media(max-width:768px){.header-nav,.btn-shop-now{display:none}.mobile-menu-btn{display:flex}.hero{grid-template-columns:1fr}.hero-right{min-height:55vw}.philosophy-inner{grid-template-columns:1fr;gap:3rem}.ritual-steps{grid-template-columns:1fr 1fr}.test-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.quiz-options{grid-template-columns:1fr}.insta-grid{grid-template-columns:repeat(3,1fr)}.products-grid,.collection-grid{grid-template-columns:1fr 1fr}.email-inner{flex-direction:column;align-items:flex-start}.bundle-card{flex-direction:column}}@media(max-width:480px){.header-inner{padding:1rem 1.25rem}.section-wrap,.philosophy-section,.ritual-section,.insta-section,.bundle-section,.quiz-section,.email-section{padding-left:1.25rem;padding-right:1.25rem}.ritual-steps{grid-template-columns:1fr}.ritual-step{border-right:none;border-bottom:.5px solid rgba(58,138,74,.15)}.ritual-step:last-child{border-bottom:none}.footer-inner,.products-grid,.collection-grid,.product-promises{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
