:root{--plum: #5C4157;--plum-deep: #3E2A3A;--plum-mid: #8C6B80;--plum-light: #C4A8BA;--plum-pale: #EDE3E9;--cream: #F5F3F0;--warm-grey: #D9D4CC;--stone: #D9D4CC;--stone-light: #F0EDEA;--dark: #1A1418;--mid: #5A5250;--light-txt: #A09890}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;font-weight:300;background:var(--cream);color:var(--dark);overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}.tag{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--plum-mid);font-weight:400}.h-display{font-family:Cormorant Garamond,serif;font-weight:600;line-height:1;color:var(--plum)}.h-serif{font-family:Cormorant Garamond,serif;font-weight:600;line-height:1.1;color:var(--plum)}.body-copy{font-size:.92rem;line-height:1.85;color:var(--mid);font-weight:300;letter-spacing:.01em}.btn{display:inline-block;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;padding:1rem 2.4rem;cursor:pointer;border:none;transition:all .25s ease;text-align:center}.btn-dark{background:var(--dark);color:var(--cream)}.btn-dark:hover{background:var(--plum-deep)}.btn-outline{background:transparent;color:var(--dark);border:1px solid var(--dark)}.btn-outline:hover{background:var(--dark);color:var(--cream)}.btn-plum{background:var(--plum);color:var(--plum-pale)}.btn-plum:hover{background:var(--plum-deep)}.btn-outline-pale{background:transparent;color:var(--plum-pale);border:1px solid rgba(242,232,236,.45)}.btn-outline-pale:hover{background:#f2e8ec1f}.btn-full{display:block;width:100%}.btn[disabled]{opacity:.5;cursor:not-allowed}.announcement{background:var(--plum-deep);padding:.65rem 1rem;text-align:center}.announcement p{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--plum-light);font-weight:400}.site-nav{position:sticky;top:0;z-index:200;background:var(--cream);border-bottom:1px solid var(--stone);padding:0 4rem;height:72px;display:flex;align-items:center;justify-content:space-between}.nav-logo-link{display:flex;align-items:center;text-decoration:none}.nav-logo{font-family:Cormorant Garamond,serif;font-weight:600;font-size:2rem;letter-spacing:.15em;color:var(--plum);text-transform:uppercase}.nav-logo-img{display:block;height:auto;max-height:80px;width:auto;object-fit:contain}.nav-menu{display:flex;gap:2.4rem;list-style:none}.nav-menu a{font-family:Cormorant Garamond,serif;font-size:1rem;letter-spacing:.12em;color:var(--mid);font-weight:500;transition:color .2s}.nav-menu a:hover{color:var(--plum)}.nav-actions{display:flex;gap:1.2rem;align-items:center}.nav-icon{cursor:pointer;color:var(--mid);transition:color .2s;width:22px;height:22px}.nav-icon:hover{color:var(--plum)}.nav-cart{position:relative;display:flex;align-items:center}.cart-badge{position:absolute;top:-5px;right:-6px;background:var(--plum);color:#fff;font-size:.5rem;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--mid)}.mobile-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--cream);z-index:1000;transition:right .3s ease;border-left:1px solid var(--stone)}.mobile-menu.open{right:0}.mobile-menu-inner{padding:2rem}.mobile-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--mid);margin-bottom:2rem;display:block}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:1.2rem}.mobile-menu a{font-size:1.4rem;letter-spacing:.08em;color:var(--dark);font-family:Cormorant Garamond,serif;font-weight:600}.mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999}.mobile-overlay.open{display:block}.marquee-bar{background:var(--plum);padding:.75rem 0;overflow:hidden}.marquee-track{display:flex;width:max-content;animation:slide 40s linear infinite;align-items:center}.marquee-item{font-family:Cormorant Garamond,serif;font-size:.95rem;font-style:italic;letter-spacing:.18em;color:var(--plum-light);white-space:nowrap;padding:0 3.5rem;font-weight:400}.marquee-sep{color:var(--plum-mid);font-size:.4rem;line-height:1;flex-shrink:0}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero{width:100%}.hero-image-full{width:100%;height:100vh;overflow:hidden}.hero-image-full img{width:100%;height:100%;object-fit:contain;object-position:center center;display:block;background:var(--cream)}.hero-placeholder{width:100%;height:100%;background:var(--stone-light);display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.hero-placeholder p{font-size:.85rem;color:var(--warm-grey);line-height:1.6}.hero-content{background:var(--cream);padding:3rem 0}.hero-content-inner{max-width:680px;margin:0 auto;padding:0 3rem;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-tag-row{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.hero-tag-line{width:36px;height:1px;background:var(--plum-light)}.hero-headline{font-size:clamp(3.5rem,6vw,5.5rem);margin-bottom:1.5rem;letter-spacing:-.01em;color:var(--dark)}.hero-headline em{font-style:italic;color:var(--plum);font-weight:600}.hero-tagline{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.2rem;color:var(--plum-mid);margin-bottom:1.5rem;font-weight:400}.hero-copy{max-width:480px;margin-bottom:2.5rem;text-align:center}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3.5rem;justify-content:center}.hero-trust{width:100%;padding-top:2.5rem;border-top:1px solid var(--stone);display:flex;justify-content:center}.hero-trust-line{display:flex;align-items:center;gap:1.5rem}.trust-divider{width:40px;height:1px;background:var(--plum-light);display:block}.trust-phrase{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.1rem;color:var(--plum-mid);letter-spacing:.06em;font-weight:400}.ingredient-strip{background:var(--dark);padding:2.5rem 5rem;display:flex;align-items:center;overflow-x:auto}.ingredient-strip::-webkit-scrollbar{display:none}.strip-label{font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--warm-grey);white-space:nowrap;margin-right:3rem;flex-shrink:0}.strip-items{display:flex;gap:0;flex:1}.strip-item{flex:1;padding:0 2rem;border-left:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.2rem;min-width:110px}.strip-name{font-family:Cormorant Garamond,serif;font-size:.95rem;font-weight:700;color:var(--cream);font-style:italic}.strip-benefit{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--warm-grey)}.product-section{padding:4rem 5rem 8rem;background:var(--cream)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:4rem}.section-head-text{max-width:480px}.section-h{font-size:clamp(2rem,3.5vw,3rem);margin-top:.8rem}.section-h em{font-style:italic;color:var(--plum)}.products-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{background:#fff;position:relative;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--stone)}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #4a26381a}.product-card-link{display:block}.product-img-wrap{height:340px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-img-wrap.tone-1,.product-img-wrap.tone-2,.product-img-wrap.tone-3{background:var(--stone-light)}.product-img-wrap img{width:85%;height:85%;object-fit:contain;transition:transform .5s ease}.product-card:hover .product-img-wrap img{transform:scale(1.04)}.product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-img-placeholder span{font-family:Cormorant Garamond,serif;font-size:5rem;font-weight:600;color:var(--plum-light);opacity:.4}.product-badge{position:absolute;top:1.2rem;left:1.2rem;background:var(--plum);color:var(--plum-pale);font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;padding:.38rem .8rem;font-weight:500;z-index:3}.product-info{padding:1.6rem;border-top:1px solid var(--stone)}.product-name-main{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;color:var(--plum);margin-bottom:.3rem}.product-desc-short{font-size:.78rem;color:var(--light-txt);letter-spacing:.06em;margin-bottom:1.2rem}.product-bottom{display:flex;justify-content:space-between;align-items:center}.price{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600;color:var(--plum)}.price span{font-size:.7rem;font-family:DM Sans,sans-serif;color:var(--light-txt);font-weight:300;margin-left:.3rem}.atc-btn{font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--dark);border:1px solid var(--dark);background:transparent;padding:.55rem 1.1rem;cursor:pointer;transition:all .2s}.atc-btn:hover{background:var(--dark);color:var(--cream)}.no-products-notice{color:var(--mid);font-size:.85rem;padding:2rem;border:1px dashed var(--stone)}.why-section{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.why-left{background:var(--plum);padding:7rem 5rem 0;display:flex;flex-direction:column;justify-content:center;min-height:100%}.why-left .tag{color:var(--plum-light);margin-bottom:1.2rem}.why-h{font-size:3rem;color:#fff;margin-bottom:1.5rem}.why-h em{color:var(--plum-light);font-style:italic}.why-body{color:var(--plum-light);max-width:400px;margin-bottom:2.5rem;font-size:.9rem;line-height:1.85}.why-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:360px}.why-stat{padding:1.2rem;border:1px solid rgba(255,255,255,.12)}.why-stat-num{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:.3rem}.why-stat-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--plum-light)}.why-right{background:var(--stone-light);padding:7rem 5rem 0;display:flex;flex-direction:column;justify-content:center;gap:0}.benefit-item{display:flex;gap:1.5rem;align-items:flex-start;padding:2rem 0;border-bottom:1px solid var(--stone)}.benefit-item:first-child{padding-top:0}.benefit-item:last-child{border-bottom:none;padding-bottom:0}.benefit-num{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:600;color:var(--plum-light);line-height:1;flex-shrink:0;width:36px}.benefit-title{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:700;color:var(--dark);margin-bottom:.4rem}.benefit-text{font-size:.85rem;color:var(--mid);line-height:1.75}.product-ingredients-section{padding:6rem 5rem;background:var(--cream);border-top:1px solid var(--stone)}.product-ingredients-section .ingredients-inner{display:grid;grid-template-columns:1fr 2fr;gap:6rem;align-items:start}.product-ingredients-section .ingredients-sticky{position:sticky;top:100px}.ingredients-section{padding:8rem 5rem;background:var(--cream)}.ingredients-inner{display:grid;grid-template-columns:1fr 2fr;gap:6rem;align-items:start}.ingredients-sticky{position:sticky;top:100px}.ing-h{font-size:2.8rem;margin:.8rem 0 1.5rem}.ing-h em{color:var(--plum);font-style:italic}.ing-body{margin-bottom:1rem}.ing-product-note{font-family:Cormorant Garamond,serif;font-style:italic;font-size:.9rem;color:var(--plum-mid);letter-spacing:.08em;margin-bottom:1.8rem;padding:.5rem 0;border-top:1px solid var(--stone);border-bottom:1px solid var(--stone)}.ingredients-table{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--stone);border:1px solid var(--stone)}.ing-cell{background:var(--cream);padding:1.8rem 2rem;transition:background .2s}.ing-cell:hover{background:var(--plum-pale)}.ing-cell-name{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;color:var(--plum);margin-bottom:.3rem}.ing-cell-sci{font-size:.72rem;font-style:italic;color:var(--plum-mid);margin-bottom:.5rem}.ing-cell-desc{font-size:.78rem;color:var(--mid);line-height:1.6}.testimonials-section{padding:8rem 5rem;background:var(--stone-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem}.testimonial{background:#fff;padding:2.2rem;border:1px solid var(--stone)}.t-quote-mark{font-family:Cormorant Garamond,serif;font-size:4rem;color:var(--plum-light);line-height:1;margin-bottom:.5rem;font-weight:600}.t-stars{color:var(--plum);font-size:.75rem;letter-spacing:.1em;margin-bottom:1rem}.t-text{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1rem;line-height:1.65;color:var(--dark);margin-bottom:1.5rem}.t-author{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--light-txt)}.t-verified{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--plum-mid);margin-top:.2rem}.story-section{display:grid;grid-template-columns:1fr 1fr}.story-img{background:var(--plum-pale);min-height:560px;overflow:hidden;display:flex;align-items:center;justify-content:center}.story-img img{width:100%;height:100%;object-fit:cover}.story-img-placeholder{padding:3rem;text-align:center;color:var(--plum-mid);font-size:.85rem;line-height:1.6}.story-content{background:var(--dark);padding:7rem 5rem;display:flex;flex-direction:column;justify-content:center}.story-content .tag{color:var(--plum-mid);margin-bottom:1.2rem}.story-h{font-size:2.8rem;color:#fff;margin-bottom:1.5rem}.story-h em{color:var(--plum-light);font-style:italic}.story-body{color:#faf8f5a6;max-width:400px;margin-bottom:1.5rem;line-height:1.85;font-size:.9rem}.nz-badge{display:inline-flex;align-items:center;gap:.8rem;border:1px solid rgba(255,255,255,.12);padding:.8rem 1.2rem;margin-top:1.8rem;align-self:flex-start}.nz-flag{font-size:1.1rem}.nz-badge-text{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#faf8f580}.email-section{background:var(--plum-pale);padding:7rem 5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.email-h{font-size:2.8rem;max-width:520px;margin:.8rem auto 1rem}.email-h em{color:var(--plum);font-style:italic}.email-body{max-width:380px;margin:0 auto 2.5rem}.email-form{display:flex;max-width:440px;width:100%}.email-input{flex:1;border:1px solid var(--plum-light);border-right:none;padding:1rem 1.2rem;background:#fff;font-family:DM Sans,sans-serif;font-size:.85rem;color:var(--dark);outline:none}.email-input::placeholder{color:var(--plum-light)}.email-input:focus{border-color:var(--plum)}.form-success{color:var(--plum);font-size:.85rem;margin-top:1rem}.form-error{color:#c0392b;font-size:.85rem;margin-top:1rem}footer{background:var(--dark);padding:2rem 5rem 2.5rem}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:2rem;align-items:start}.footer-logo-link{display:inline-flex;align-items:center;margin-bottom:0}.footer-logo-img{max-height:120px;width:auto;filter:brightness(0) invert(.75)}.footer-logo-text{font-family:Cormorant Garamond,serif;font-weight:600;font-size:2rem;letter-spacing:.08em;color:var(--plum-light);text-transform:uppercase}.footer-brand .nav-logo{color:var(--plum-light);font-size:2rem;display:block;margin-bottom:1rem}.footer-brand p{font-size:.83rem;color:#faf8f566;line-height:1.7;max-width:230px;margin-bottom:1.8rem}.footer-socials{display:flex;gap:.8rem}.social-btn{width:auto;height:auto;border:none;background:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#faf8f599;text-decoration:none}.social-btn:hover{color:#fff}.footer-col h4{font-size:.63rem;letter-spacing:.28em;text-transform:uppercase;color:#faf8f58c;margin-bottom:1.5rem;font-weight:400;padding-top:2rem;margin-top:0}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-col li{font-size:.83rem;color:#faf8f559;cursor:pointer;transition:color .2s;font-weight:300}.footer-col li:hover{color:var(--plum-light)}.footer-col a{color:#faf8f559;transition:color .2s}.footer-col a:hover{color:var(--plum-light)}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.68rem;color:#faf8f533;letter-spacing:.08em}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.68rem;color:#faf8f533;transition:color .2s}.footer-legal a:hover{color:var(--plum-light)}.product-badges{display:flex;gap:0;padding:1.8rem 0;border-top:1px solid var(--stone);border-bottom:1px solid var(--stone);margin-bottom:1.8rem;justify-content:space-between}.product-badge-item{display:flex;flex-direction:column;align-items:center;gap:.6rem;flex:1;padding:0 .3rem}.product-badge-item svg{color:var(--plum);stroke:var(--plum)}.product-badge-item span{font-size:.56rem;letter-spacing:.12em;text-transform:uppercase;color:var(--mid);text-align:center;line-height:1.4;font-weight:400}.accordions{margin-top:1rem;border-top:1px solid var(--stone)}.accordion{border-bottom:1px solid var(--stone)}.accordion-btn{width:100%;display:flex;align-items:center;gap:.8rem;padding:1.1rem 0;background:none;border:none;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:400;color:var(--dark);letter-spacing:.04em;text-align:left}.accordion-btn:hover{color:var(--plum)}.accordion-icon{color:var(--plum);flex-shrink:0;display:flex}.accordion-chevron{margin-left:auto;font-size:1.2rem;font-weight:300;color:var(--plum-mid);line-height:1}.accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-body.open{max-height:1000px}.accordion-body p{font-size:.85rem;line-height:1.8;color:var(--mid);padding-bottom:1.2rem}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:5rem;padding:5rem;max-width:1400px;margin:0 auto}.product-main-img{margin-bottom:1rem;background:var(--stone-light)}.product-main-img img{width:100%;object-fit:contain}.product-thumbs{display:flex;gap:.8rem}.product-thumb{width:80px;height:80px;object-fit:cover;cursor:pointer;border:1px solid var(--stone);transition:border-color .2s}.product-thumb:hover{border-color:var(--plum)}.product-title{font-size:2.8rem;margin:.8rem 0 1rem;color:var(--plum)}.product-page-price{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;color:var(--plum);margin-bottom:1.5rem}.product-page-price span{font-family:DM Sans,sans-serif;font-size:.85rem;color:var(--light-txt);font-weight:300;margin-left:.3rem}.product-page-desc{font-size:.9rem;color:var(--mid);line-height:1.8;margin-bottom:2rem}.variant-selector{margin-bottom:1.5rem}.variant-selector label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--mid);display:block;margin-bottom:.5rem}.variant-selector select{width:100%;padding:.8rem 1rem;border:1px solid var(--stone);background:#fff;font-family:DM Sans,sans-serif;font-size:.85rem;color:var(--dark);outline:none;cursor:pointer}.variant-selector select:focus{border-color:var(--plum)}.product-page-actions{margin-bottom:1.5rem}.product-trust-row{display:flex;gap:1.5rem;padding-top:1.5rem;border-top:1px solid var(--stone);flex-wrap:wrap}.product-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mid)}.collection-page{padding:5rem}.collection-header{text-align:center;margin-bottom:4rem}.collection-title{font-size:3rem;margin:.8rem auto 1rem}.collection-desc{max-width:500px;margin:0 auto}.cart-page{padding:5rem}.cart-header{margin-bottom:3rem}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:4rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:0}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:start;padding:1.5rem 0;border-bottom:1px solid var(--stone)}.cart-item-img img{width:100px;height:100px;object-fit:cover;background:var(--stone-light)}.cart-item-title{font-family:Cormorant Garamond,serif;font-weight:700;font-size:1rem;margin-bottom:.3rem}.cart-item-variant{font-size:.78rem;color:var(--light-txt);margin-bottom:.3rem}.cart-item-price{font-size:.85rem;color:var(--mid);margin-bottom:.8rem}.cart-qty{display:flex;align-items:center;gap:.8rem}.qty-btn{width:28px;height:28px;border:1px solid var(--stone);display:flex;align-items:center;justify-content:center;color:var(--dark);font-size:1rem;transition:all .2s}.qty-btn:hover{background:var(--dark);color:var(--cream);border-color:var(--dark)}.qty-num{font-size:.9rem;min-width:20px;text-align:center}.remove-btn{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--light-txt);transition:color .2s;margin-left:.5rem}.remove-btn:hover{color:var(--plum)}button.qty-btn,button.remove-btn{background:none;border:1px solid var(--stone);cursor:pointer;font-family:DM Sans,sans-serif;color:var(--dark);appearance:none;-webkit-appearance:none}button.remove-btn{border:none;color:var(--light-txt)}.cart-item-total{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:700;color:var(--plum)}.cart-summary-inner{background:var(--stone-light);padding:2rem;position:sticky;top:100px}.cart-summary-row{display:flex;justify-content:space-between;font-size:.88rem;color:var(--mid);margin-bottom:.8rem}.cart-summary-divider{height:1px;background:var(--stone);margin:1.5rem 0}.cart-empty{text-align:center;padding:5rem 0}.contact-form{display:flex;flex-direction:column;gap:1.2rem;max-width:600px}.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.contact-field{display:flex;flex-direction:column;gap:.4rem}.contact-field label{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--mid)}.contact-field input,.contact-field textarea{border:1px solid var(--stone);padding:.85rem 1rem;background:#fff;font-family:DM Sans,sans-serif;font-size:.85rem;color:var(--dark);outline:none;transition:border-color .2s;width:100%}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--plum)}.contact-field textarea{resize:vertical}@media(max-width:600px){.contact-row{grid-template-columns:1fr}}.page-content{padding:6rem 5rem;max-width:860px;margin:0 auto}.page-title{font-size:3rem;margin:.8rem 0 2.5rem}.page-body{font-size:.95rem;line-height:1.85;color:var(--mid)}.page-body h2{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:700;color:var(--dark);margin:2rem 0 .8rem}.page-body p{margin-bottom:1.2rem}.page-body ul,.page-body ol{padding-left:1.5rem;margin-bottom:1.2rem}.page-body li{margin-bottom:.5rem}.rte a{color:var(--plum)}.h-serif em,.h-display em{font-style:italic;color:var(--plum-mid)}@media(max-width:1100px){.site-nav{padding:0 2rem}.hero-image-full{height:85vh}.hero-content{padding:5rem 0}.ingredient-strip{padding:2rem 3rem}.product-section,.testimonials-section,.ingredients-section{padding:6rem 3rem}.why-section{grid-template-columns:1fr}.why-left,.why-right{padding:5rem 3rem}.story-section{grid-template-columns:1fr}.story-img{min-height:50vw}.story-content{padding:5rem 3rem}.ingredients-inner{grid-template-columns:1fr;gap:3rem}.ingredients-sticky{position:static}.product-page{grid-template-columns:1fr;padding:3rem;gap:2rem}.cart-layout{grid-template-columns:1fr}.footer-top{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:2rem;align-items:start}footer{padding:4rem 3rem 2rem}.collection-page,.cart-page{padding:3rem}}@media(max-width:768px){.site-nav{padding:0 1.5rem}.nav-menu{display:none}.mobile-menu-btn{display:block}.hero-image-full{height:100svh}.hero-content{padding:4rem 0}.hero-content-inner{padding:0 1.5rem}.hero-trust{gap:1.5rem}.products-row,.testimonials-grid,.ingredients-table{grid-template-columns:1fr}.product-section,.testimonials-section,.ingredients-section,.why-left,.why-right,.story-content,.email-section{padding:4rem 1.5rem}.section-head{flex-direction:column;gap:1.2rem;align-items:flex-start}.footer-top{grid-template-columns:1fr;gap:2rem}footer{padding:3rem 1.5rem 2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.product-trust-row{gap:1rem}.cart-item{grid-template-columns:80px 1fr}.cart-item-total{grid-column:2}.collection-page,.cart-page{padding:2rem 1.5rem}.page-content{padding:3rem 1.5rem}.ingredient-strip{padding:2rem 1.5rem;flex-direction:column;align-items:flex-start;gap:1.5rem}.strip-items{flex-direction:column;gap:1rem}.strip-item{border-left:none;border-top:1px solid rgba(255,255,255,.08);padding:1rem 0 0}}.policy-page h2,.rte h2{font-family:Cormorant Garamond,serif!important;font-weight:600!important;color:#5c4157!important;font-size:1.6rem!important;margin:2rem 0 .8rem!important}.policy-page p,.rte p{font-family:DM Sans,sans-serif!important;font-size:.95rem!important;line-height:1.85!important;color:#5a5250!important}.policy h1,.template-policy h1{font-family:Cormorant Garamond,serif!important;font-weight:600!important;color:var(--plum)!important;text-align:left!important;font-size:3rem!important;padding:0 5rem!important}body.template-policy main>h1:first-child{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
