@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;1,400&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fafaf8;--white:#fff;--surface:#f3f0eb;--border:#e8e3dc;--black:#1a1a18;--dark:#2d2d2a;--muted:#8a8680;--sage:#6b7c6e;--sage-2:#8fa892;--cream:#f7f3ee;--serif:"Playfair Display", Georgia, serif;--sans:"Inter", -apple-system, sans-serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--dark);font-family:var(--sans);-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{width:100%}button{font-family:var(--sans);cursor:pointer;background:0 0;border:none}a{color:inherit;cursor:pointer;text-decoration:none}img{display:block}.fade-in{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(22px)}.fade-in.visible{opacity:1;transform:translateY(0)}.site{min-height:100vh}.nav{z-index:100;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:20px 48px;transition:background .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-color:var(--border);background:#fafaf8f0}.nav-logo{font-family:var(--serif);color:var(--sage);cursor:pointer;font-size:1.6rem;font-style:italic;font-weight:500}.nav-right{align-items:center;gap:28px;display:flex}.nav-link{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);cursor:pointer;font-size:.8rem;font-weight:500;transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--black)}.nav-cart{color:var(--dark);cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;display:flex;position:relative}.cart-badge{background:var(--sage);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-6px}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--dark);width:22px;height:1.5px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.mobile-menu{background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;gap:16px;padding:20px 24px;display:none;position:absolute;top:100%;left:0;right:0}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--dark);cursor:pointer;font-size:.85rem;font-weight:500}.btn-sage{background:var(--sage);color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border-radius:2px;padding:14px 32px;font-size:.78rem;font-weight:600;transition:background .2s,transform .15s}.btn-sage:hover{background:#5a6b5d;transform:translateY(-1px)}.btn-sage.btn-add.added{background:#3a6b3d}.btn-outline{color:var(--dark);border:1px solid var(--border);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:2px;padding:14px 32px;font-size:.78rem;font-weight:500;transition:border-color .2s,color .2s}.btn-outline:hover{border-color:var(--sage);color:var(--sage)}.btn-white{background:var(--white);color:var(--dark);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border-radius:2px;padding:16px 40px;font-size:.82rem;font-weight:600;transition:background .2s}.btn-white:hover{background:#f0ece7}.btn-full{width:100%;font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;padding:14px;font-size:.8rem;font-weight:600}.stars{color:#c9a84c;letter-spacing:2px;font-size:.85rem}.hero{align-items:center;gap:80px;max-width:1200px;min-height:100svh;margin:0 auto;padding:100px 48px 60px;display:flex}.hero-left{flex:1}.hero-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--sage);margin-bottom:24px;font-size:.68rem;font-weight:600;display:block}.hero-h1{font-family:var(--serif);letter-spacing:-.01em;color:var(--black);margin-bottom:20px;font-size:clamp(40px,5vw,68px);font-weight:400;line-height:1.1}.hero-h1 em{color:var(--sage);font-style:italic}.hero-desc{color:var(--muted);max-width:460px;margin-bottom:36px;font-size:.92rem;line-height:1.8}.hero-btns{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.hero-trust{align-items:center;gap:10px;display:flex}.hero-trust .stars{font-size:.75rem}.hero-trust-text{color:var(--muted);font-size:.78rem}.hero-right{flex:1;max-width:460px}.hero-img-wrap{position:relative}.hero-img{object-fit:cover;aspect-ratio:4/5;border-radius:4px;width:100%}.hero-pill{background:var(--white);border:1px solid var(--border);border-radius:100px;align-items:center;gap:12px;padding:12px 20px;display:flex;position:absolute;bottom:28px;left:-24px;box-shadow:0 8px 32px #00000014}.hero-pill-icon{font-size:1.4rem}.hero-pill-title{color:var(--black);font-size:.8rem;font-weight:600}.hero-pill-sub{color:var(--muted);font-size:.7rem}.benefits-bar{background:var(--black);padding:18px 48px}.benefits-inner{flex-wrap:wrap;justify-content:center;gap:48px;max-width:1120px;margin:0 auto;display:flex}.benefit-item{letter-spacing:.06em;text-transform:uppercase;color:#fffc;align-items:center;gap:8px;font-size:.74rem;font-weight:500;display:flex}.benefit-item svg{color:var(--sage-2)}.section{padding:100px 48px}.section.page-section,.about-section.page-section{padding-top:160px}.bg-cream{background:var(--cream)}.container{max-width:1120px;margin:0 auto}.section-header{margin-bottom:56px}.section-header.center{text-align:center}.section-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--sage);margin-bottom:12px;font-size:.65rem;font-weight:600;display:inline-block}.section-h2{font-family:var(--serif);color:var(--black);margin-bottom:12px;font-size:clamp(30px,4vw,52px);font-weight:400;line-height:1.1}.section-h2 em{color:var(--sage);font-style:italic}.featured-section{background:var(--surface);padding:80px 48px}.featured-layout{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1120px;margin:0 auto;display:grid}.featured-img-col,.featured-img-wrap{position:relative}.featured-img-wrap img{object-fit:cover;aspect-ratio:3/4;border-radius:4px;width:100%}.featured-badge{background:var(--black);color:#fff;letter-spacing:.12em;text-transform:uppercase;border-radius:2px;padding:7px 14px;font-size:.65rem;font-weight:700;position:absolute;top:20px;left:20px}.featured-info{flex-direction:column;gap:16px;display:flex}.featured-meta{align-items:center;gap:10px;display:flex}.featured-review-count{color:var(--muted);font-size:.78rem}.featured-desc{color:var(--muted);font-size:.88rem;line-height:1.8}.featured-bullets{flex-direction:column;gap:8px;list-style:none;display:flex}.featured-bullets li{color:var(--dark);align-items:center;gap:10px;font-size:.83rem;display:flex}.featured-bullets li:before{content:"✓";color:var(--sage);font-weight:700}.featured-price-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.featured-price{font-family:var(--serif);color:var(--black);font-size:1.8rem;font-weight:500}.featured-qty{border:1px solid var(--border);border-radius:2px;align-items:center;display:flex}.featured-qty button{width:36px;height:40px;color:var(--dark);cursor:pointer;background:0 0;border:none;font-size:1rem}.featured-qty span{text-align:center;width:36px;color:var(--black);font-size:.88rem;font-weight:600}.benefits-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.benefit-card{text-align:center}.benefit-icon{margin-bottom:16px;font-size:2rem;display:block}.benefit-card h3{color:var(--black);margin-bottom:10px;font-size:.95rem;font-weight:700}.benefit-card p{color:var(--muted);font-size:.8rem;line-height:1.75}.products-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.product-img-wrap{border-radius:4px;margin-bottom:14px;position:relative;overflow:hidden}.product-img-wrap img{aspect-ratio:3/4;object-fit:cover;width:100%;transition:transform .4s}.product-card:hover .product-img-wrap img{transform:scale(1.04)}.product-tag{background:var(--black);color:#fff;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;padding:5px 10px;font-size:.62rem;font-weight:700;position:absolute;top:12px;left:12px}.product-quick-add{background:var(--black);color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-size:.72rem;font-weight:600;font-family:var(--sans);border:none;padding:12px;transition:bottom .3s;position:absolute;bottom:-40px;left:0;right:0}.product-card:hover .product-quick-add{bottom:0}.product-name{color:var(--black);margin-bottom:4px;font-size:.9rem;font-weight:600}.product-sub{color:var(--muted);margin-bottom:8px;font-size:.75rem}.product-price{color:var(--sage);font-size:.9rem;font-weight:600}.routine-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.routine-num{font-family:var(--serif);color:var(--sage);opacity:.3;margin-bottom:12px;font-size:3.5rem;font-weight:400;line-height:1;display:block}.routine-step h3{color:var(--black);margin-bottom:10px;font-size:1.05rem;font-weight:700}.routine-step p{color:var(--muted);font-size:.82rem;line-height:1.75}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.review-card{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:28px}.review-text{color:var(--dark);margin:12px 0 20px;font-size:.86rem;line-height:1.75}.review-author{flex-direction:column;gap:2px;display:flex}.review-name{color:var(--black);font-size:.8rem;font-weight:700}.review-product{color:var(--muted);font-size:.72rem}.about-section{background:var(--cream);padding:100px 48px}.about-layout{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1120px;margin:0 auto;display:grid}.about-img-col img{object-fit:cover;aspect-ratio:3/4;border-radius:4px;width:100%}.about-text{flex-direction:column;gap:18px;display:flex}.about-text p{color:var(--muted);font-size:.88rem;line-height:1.85}.cta-section{background:var(--sage);text-align:center;padding:100px 48px}.cta-section h2{font-family:var(--serif);color:#fff;margin-bottom:14px;font-size:clamp(32px,4vw,56px);font-weight:400}.cta-section h2 em{font-style:italic}.cta-section p{color:#fffc;margin-bottom:36px;font-size:.9rem}.footer{background:var(--black);color:var(--bg);padding:60px 48px 28px}.footer-inner{max-width:1120px;margin:0 auto}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:48px;margin-bottom:48px;display:flex}.footer-brand{flex-direction:column;gap:10px;display:flex}.footer-logo{font-family:var(--serif);color:var(--sage-2);font-size:1.5rem;font-style:italic}.footer-brand p{color:#fafaf866;font-size:.78rem}.footer-cols{gap:56px;display:flex}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col-title{letter-spacing:.14em;text-transform:uppercase;color:#fafaf880;margin-bottom:4px;font-size:.65rem;font-weight:700}.footer-col a{color:#fafaf899;cursor:pointer;font-size:.78rem;transition:color .2s}.footer-col a:hover{color:#fafaf8e6}.footer-bottom{color:#fafaf859;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:28px;font-size:.72rem;display:flex}.footer-credit a{color:var(--sage-2)}@media (width<=960px){.nav{padding:16px 20px}.nav-right .nav-link{display:none}.hamburger{display:flex}.hero{text-align:center;flex-direction:column;gap:40px;max-width:100%;padding:100px 20px 48px}.hero-right{max-width:100%}.hero-pill{left:16px}.hero-btns{justify-content:center}.featured-section{padding:60px 20px}.featured-layout{grid-template-columns:1fr;gap:40px}.section{padding:72px 20px}.benefits-grid,.products-grid,.routine-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}.about-section{padding:72px 20px}.about-layout{grid-template-columns:1fr;gap:40px}.cta-section{padding:72px 20px}.footer{padding:48px 20px 24px}.footer-top{flex-direction:column}.footer-cols{flex-wrap:wrap;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start}.benefits-bar{padding:16px 20px}.benefits-inner{gap:20px}}@media (width<=480px){.benefits-grid,.products-grid,.routine-grid{grid-template-columns:1fr}}
