*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #F9F7F2;--color-text: #2D2D2D;--color-sage: #5E6B5E;--color-sage-dark: #4a554a;--color-sage-light: #8a9a8a;--color-muted: #8C8C8C;--color-border: #E8E4DC;--color-white: #FFFFFF;--color-cream: #F2EFE8;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif;--max-width: 1280px;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--radius: 2px;--radius-circle: 50%;--transition: .25s ease}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--color-sage);color:var(--color-white);padding:.5rem 1rem;z-index:9999}.skip-link:focus{top:1rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:500;line-height:1.2;color:var(--color-text)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}h3{font-size:clamp(1.2rem,2.5vw,1.75rem)}h4{font-size:1.2rem}p{margin-bottom:1rem}.label{font-family:var(--font-sans);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-muted)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section-padding{padding:var(--spacing-lg) 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2.25rem;font-family:var(--font-sans);font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius);transition:background-color var(--transition),color var(--transition),border-color var(--transition);cursor:pointer;white-space:nowrap}.btn-primary{background-color:var(--color-sage);color:var(--color-white);border:1.5px solid var(--color-sage)}.btn-primary:hover{background-color:var(--color-sage-dark);border-color:var(--color-sage-dark)}.btn-outline{background-color:transparent;color:var(--color-text);border:1.5px solid var(--color-text)}.btn-outline:hover{background-color:var(--color-text);color:var(--color-white)}.btn-outline-white{background-color:transparent;color:var(--color-white);border:1.5px solid rgba(255,255,255,.6)}.btn-outline-white:hover{background-color:var(--color-white);color:var(--color-text)}.btn-sage-outline{background-color:transparent;color:var(--color-sage);border:1.5px solid var(--color-sage)}.btn-sage-outline:hover{background-color:var(--color-sage);color:var(--color-white)}.site-header{position:sticky;top:0;z-index:100;background-color:var(--color-bg);border-bottom:1px solid var(--color-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:1rem}.header-logo a{font-family:var(--font-serif);font-size:1.4rem;font-weight:600;letter-spacing:.04em;color:var(--color-text)}.header-logo img{height:36px;width:auto}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{font-size:.8rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text);transition:color var(--transition)}.header-nav a:hover{color:var(--color-sage)}.header-actions{display:flex;align-items:center;gap:1.25rem}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;transition:background-color var(--transition);color:var(--color-text)}.header-icon-btn:hover{background-color:var(--color-cream)}.cart-count{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:var(--color-sage);color:var(--color-white);font-size:.65rem;font-weight:600;border-radius:50%;margin-left:-6px;margin-top:-14px}.hamburger-btn{display:none;flex-direction:column;gap:5px;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;transition:background-color var(--transition)}.hamburger-btn:hover{background-color:var(--color-cream)}.hamburger-btn span{display:block;width:22px;height:1.5px;background-color:var(--color-text);transition:transform var(--transition),opacity var(--transition)}.hamburger-btn.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger-btn.is-open span:nth-child(2){opacity:0}.hamburger-btn.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;top:68px;right:0;bottom:0;left:0;background-color:var(--color-bg);z-index:99;padding:2rem 1.5rem;overflow-y:auto;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.mobile-nav.is-open{transform:translate(0)}.mobile-nav a{display:block;font-family:var(--font-serif);font-size:1.75rem;font-weight:400;padding:.75rem 0;border-bottom:1px solid var(--color-border);color:var(--color-text);transition:color var(--transition)}.mobile-nav a:hover{color:var(--color-sage)}.hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100svh - 68px);overflow:hidden}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:var(--spacing-xl) var(--spacing-lg) var(--spacing-xl) clamp(1.5rem,6vw,5rem);gap:1.5rem}.hero-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-sage)}.hero-headline{font-size:clamp(2.2rem,5vw,4rem);font-weight:500;line-height:1.1;letter-spacing:-.01em}.hero-headline em{font-style:italic;color:var(--color-sage)}.hero-subtext{font-size:1rem;color:var(--color-muted);max-width:420px;line-height:1.7;margin:0}.hero-cta-row{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.hero-image-panel{position:relative;overflow:hidden;background-color:var(--color-cream)}.hero-image-panel img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#ede9e1,#d9d2c5,#c8bfb0);position:relative}.hero-image-placeholder:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 60% 40%,rgba(255,255,255,.3) 0%,transparent 60%)}.hero-bottle-svg{width:55%;max-width:260px;position:relative;z-index:1}.trust-row{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:2.5rem 0}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding:1rem}.trust-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--color-sage)}.trust-icon svg{width:32px;height:32px}.trust-item-title{font-family:var(--font-serif);font-size:.95rem;font-weight:500}.trust-item-desc{font-size:.78rem;color:var(--color-muted);line-height:1.5;margin:0}.collections-nav-section{padding:var(--spacing-lg) 0}.section-header{text-align:center;margin-bottom:var(--spacing-md)}.section-header .label{margin-bottom:.75rem;display:block}.section-header h2{margin-bottom:.75rem}.section-header p{color:var(--color-muted);font-size:.95rem;max-width:480px;margin:0 auto}.collections-grid{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.collection-circle-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.collection-circle-link{display:block}.collection-circle{width:160px;height:160px;border-radius:50%;overflow:hidden;background-color:var(--color-cream);border:2px solid var(--color-border);transition:border-color var(--transition),transform var(--transition),box-shadow var(--transition);display:flex;align-items:center;justify-content:center;position:relative}.collection-circle-link:hover .collection-circle{border-color:var(--color-sage);transform:translateY(-4px);box-shadow:0 12px 32px #5e6b5e26}.collection-circle img{width:100%;height:100%;object-fit:cover}.collection-circle-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.collection-label{font-family:var(--font-serif);font-size:1rem;font-weight:500;text-align:center}.collection-sublabel{font-size:.75rem;color:var(--color-muted);text-align:center;margin-top:.15rem}.featured-product-section{padding:var(--spacing-lg) 0;background-color:var(--color-cream)}.featured-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-lg);align-items:center}.featured-product-image-wrap{aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--radius);background-color:var(--color-bg);display:flex;align-items:center;justify-content:center;position:relative}.featured-product-image-wrap img{width:100%;height:100%;object-fit:cover}.product-image-placeholder{width:100%;height:100%;background:linear-gradient(150deg,#f9f7f2,#ede9e1);display:flex;align-items:center;justify-content:center}.featured-product-info{display:flex;flex-direction:column;gap:1.25rem}.product-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-sage)}.product-title{font-size:clamp(1.6rem,3vw,2.25rem);font-weight:500;line-height:1.15}.star-rating{display:flex;align-items:center;gap:.5rem}.stars{display:flex;gap:2px;color:#c9a96e}.stars svg{width:16px;height:16px}.rating-text{font-size:.8rem;color:var(--color-muted)}.product-price{font-family:var(--font-serif);font-size:1.75rem;font-weight:500}.product-price .compare-price{font-size:1rem;color:var(--color-muted);text-decoration:line-through;margin-left:.5rem;font-family:var(--font-sans);font-weight:300}.product-description{font-size:.95rem;color:var(--color-muted);line-height:1.7;margin:0}.product-ingredients{border-top:1px solid var(--color-border);padding-top:1rem}.ingredient-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.ingredient-tag{background:var(--color-bg);border:1px solid var(--color-border);padding:.3rem .75rem;font-size:.72rem;font-weight:500;letter-spacing:.05em;border-radius:20px;color:var(--color-sage)}.product-actions{display:flex;flex-direction:column;gap:.75rem}.product-actions .btn{width:100%;justify-content:center;padding:1rem;font-size:.85rem}.add-to-cart-btn{width:100%}.education-section{padding:var(--spacing-xl) 0}.education-inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-lg);align-items:start}.education-content{display:flex;flex-direction:column;gap:1.5rem}.education-content .label{display:block}.education-content h2{margin-bottom:.25rem}.education-content .intro-text{font-size:1rem;color:var(--color-muted);line-height:1.75;margin:0}.ingredient-cards{display:flex;flex-direction:column;gap:1rem}.ingredient-card{display:flex;gap:1.25rem;padding:1.5rem;background:var(--color-cream);border:1px solid var(--color-border);border-radius:var(--radius);transition:border-color var(--transition)}.ingredient-card:hover{border-color:var(--color-sage-light)}.ingredient-icon-wrap{width:48px;height:48px;min-width:48px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-sage)}.ingredient-card-content h4{font-family:var(--font-serif);font-size:1rem;font-weight:500;margin-bottom:.25rem}.ingredient-card-content p{font-size:.85rem;color:var(--color-muted);line-height:1.6;margin:0}.education-visual{position:sticky;top:90px;aspect-ratio:1 / 1;background:var(--color-cream);border:1px solid var(--color-border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;overflow:hidden}.education-visual img{width:100%;height:100%;object-fit:cover}.education-diagram{width:100%;height:100%;padding:2.5rem;display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.diagram-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;text-align:center;margin-bottom:.5rem}.barrier-layers{display:flex;flex-direction:column;gap:0}.barrier-layer{padding:.9rem 1.25rem;font-size:.78rem;font-weight:500;letter-spacing:.04em;text-align:center;border:1px solid transparent}.layer-1{background:#5e6b5e1f;border-color:#5e6b5e40;color:var(--color-sage)}.layer-2{background:#5e6b5e14;border-color:#5e6b5e2e;color:var(--color-sage)}.layer-3{background:#5e6b5e0d;border-color:#5e6b5e1f;color:var(--color-sage-light)}.layer-4{background:#5e6b5e08;border-color:#5e6b5e14;color:var(--color-muted)}.diagram-legend{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-muted)}.legend-dot{width:8px;height:8px;border-radius:50%;background:var(--color-sage);flex-shrink:0}.legend-dot.alt{background:var(--color-sage-light)}.site-footer{background-color:var(--color-text);color:var(--color-white);padding:var(--spacing-lg) 0 var(--spacing-sm)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:var(--spacing-md);border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand-name{font-family:var(--font-serif);font-size:1.4rem;font-weight:600;margin-bottom:.75rem}.footer-brand-desc{font-size:.85rem;color:#ffffff8c;line-height:1.7;max-width:240px;margin-bottom:1.5rem}.footer-socials{display:flex;gap:.75rem}.social-link{width:36px;height:36px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:border-color var(--transition),color var(--transition)}.social-link:hover{border-color:var(--color-sage-light);color:var(--color-white)}.social-link svg{width:15px;height:15px}.footer-col-title{font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#fff6;margin-bottom:1.25rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-col ul li a{font-size:.875rem;color:#ffffffa6;transition:color var(--transition)}.footer-col ul li a:hover{color:var(--color-white)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;flex-wrap:wrap;gap:.75rem}.footer-copy{font-size:.78rem;color:#ffffff59}.footer-badge{font-size:.75rem;color:#ffffff59}.footer-badge span{color:var(--color-sage-light);font-weight:500}.product-page{padding:var(--spacing-lg) 0}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-lg);align-items:start}.product-gallery{position:sticky;top:90px}.product-main-image{aspect-ratio:1 / 1;overflow:hidden;background:var(--color-cream);border-radius:var(--radius);margin-bottom:.75rem}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.product-thumb{aspect-ratio:1 / 1;overflow:hidden;background:var(--color-cream);border:2px solid transparent;border-radius:var(--radius);cursor:pointer;transition:border-color var(--transition)}.product-thumb.active,.product-thumb:hover{border-color:var(--color-sage)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-detail-info{display:flex;flex-direction:column;gap:1.5rem}.product-variants{display:flex;flex-direction:column;gap:.75rem}.variant-label{font-size:.8rem;font-weight:500}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-btn{padding:.5rem 1rem;font-size:.8rem;border:1.5px solid var(--color-border);border-radius:var(--radius);transition:border-color var(--transition),background-color var(--transition);font-family:var(--font-sans)}.variant-btn.active,.variant-btn:hover{border-color:var(--color-sage);background:var(--color-cream)}.collection-page{padding:var(--spacing-md) 0 var(--spacing-lg)}.collection-header{margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-sm);border-bottom:1px solid var(--color-border)}.collection-header h1{margin-bottom:.5rem}.collection-header p{color:var(--color-muted);font-size:.95rem;margin:0}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{display:flex;flex-direction:column;gap:1rem}.product-card-image{aspect-ratio:1 / 1;overflow:hidden;background:var(--color-cream);border-radius:var(--radius);position:relative;transition:box-shadow var(--transition)}.product-card-image:hover{box-shadow:0 8px 24px #00000014}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card-image:hover img{transform:scale(1.03)}.product-card-badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-sage);color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .6rem;border-radius:var(--radius)}.product-card-info{display:flex;flex-direction:column;gap:.25rem}.product-card-name{font-family:var(--font-serif);font-size:1rem;font-weight:500}.product-card-type{font-size:.75rem;color:var(--color-muted)}.product-card-price{font-size:.95rem;font-weight:500}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-sage{color:var(--color-sage)}.text-muted{color:var(--color-muted)}.divider{border:none;border-top:1px solid var(--color-border);margin:2rem 0}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){:root{--spacing-lg: 3rem;--spacing-xl: 4rem}.hamburger-btn{display:flex}.header-nav{display:none}.mobile-nav{display:block}.hero-split{grid-template-columns:1fr;min-height:auto}.hero-image-panel{aspect-ratio:4 / 3;order:-1}.hero-content{padding:2.5rem 1.5rem}.trust-grid{grid-template-columns:1fr;gap:0}.trust-item{flex-direction:row;text-align:left;border-bottom:1px solid var(--color-border)}.trust-item:last-child{border-bottom:none}.education-inner{grid-template-columns:1fr}.education-visual{position:static;aspect-ratio:4 / 3}.education-diagram{padding:1.5rem}.featured-product-grid,.product-page-grid{grid-template-columns:1fr}.product-gallery{position:static}.collections-grid{gap:1.5rem}.collection-circle{width:120px;height:120px}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand-desc{max-width:100%}.footer-bottom{flex-direction:column;text-align:center}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.hero-cta-row{flex-direction:column}.hero-cta-row .btn{width:100%;justify-content:center}.products-grid{grid-template-columns:1fr}.collections-grid{gap:1rem}.collection-circle{width:100px;height:100px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
