:root{--cream:#fdf9f4;--cream-dark:#f4ece0;--cream-mid:#f0e4d0;--brown:#1e1610;--brown-mid:#5a4434;--brown-light:#9a7c60;--amber:#c8763a;--amber-dark:#a85e28;--amber-light:#f5dfc0;--border:#e8ddd0;--white:#fff;--radius:10px;--radius-lg:18px;--shadow:0 4px 24px #1e161014;--shadow-md:0 8px 40px #1e16101f;--max-w:1200px;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"DM Sans", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--cream);color:var(--brown);line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 2rem}.img-placeholder{background:var(--cream-dark);border-radius:var(--radius);width:100%;height:100%;color:var(--brown-light);font-family:var(--font-sans);letter-spacing:.05em;justify-content:center;align-items:center;font-size:.8rem;display:flex}.section-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--amber);background:var(--amber-light);border-radius:99px;margin-bottom:1rem;padding:.3em .9em;font-size:.75rem;font-weight:600;display:inline-block}.section-tag.light{color:var(--white);background:#ffffff26}.btn{font-family:var(--font-sans);border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.4em;padding:.75em 1.75em;font-size:.9rem;font-weight:600;transition:all .22s;display:inline-flex}.btn-amber{background:var(--amber);color:var(--white);border-color:var(--amber)}.btn-amber:hover{background:var(--amber-dark);border-color:var(--amber-dark)}.btn-ghost-brown{color:var(--amber);border-color:var(--amber);background:0 0;padding:.55em 1.2em;font-size:.8rem}.btn-ghost-brown:hover{background:var(--amber);color:var(--white)}.btn-white-outline{color:var(--white);background:0 0;border-color:#fff9;font-size:.85rem}.btn-white-outline:hover{border-color:var(--white);background:#ffffff26}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.announcement-bar{background:var(--brown);color:var(--cream-dark);text-align:center;letter-spacing:.02em;padding:.55rem 1rem;font-size:.82rem}.announcement-bar a{color:var(--amber-light);font-weight:600;text-decoration:underline}.nav{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:1000;background:#fdf9f4d1;justify-content:space-between;align-items:center;width:calc(100% - 4rem);max-width:1160px;padding:.85rem 1.8rem;transition:box-shadow .3s;display:flex;position:fixed;top:2rem;left:50%;transform:translate(-50%)}.nav.scrolled{box-shadow:var(--shadow-md)}.nav-logo{font-family:var(--font-serif);color:var(--brown);font-size:1.35rem;font-weight:700}.logo-dot{color:var(--amber)}.nav-links{gap:2.5rem;display:flex}.nav-links a{color:var(--brown-mid);font-size:.88rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--amber)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--brown);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{background:var(--cream);z-index:999;border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);flex-direction:column;gap:1.5rem;padding:5.5rem 2rem 2rem;transition:transform .4s;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-110%)}.mobile-menu.open{transform:translateY(0)}.mobile-menu a{font-family:var(--font-serif);color:var(--brown);font-size:1.4rem;font-weight:600}.hero{flex-direction:column;justify-content:center;height:100vh;min-height:620px;display:flex;position:relative}.hero-img{border-radius:0;position:absolute;inset:0;overflow:hidden}.hero-bg{border-radius:0;height:100%;background:linear-gradient(135deg,#f5dfc0 0%,#e8c090 40%,#d4a878 100%)!important}.hero-overlay{background:linear-gradient(90deg,#1e1610a6 0%,#1e161033 60%,#1e16100d 100%);position:absolute;inset:0}.hero-content{z-index:1;max-width:var(--max-w);width:100%;margin:0 auto;padding:100px 2rem 0;position:relative}.hero-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--amber-light);margin-bottom:1rem;font-size:.78rem;font-weight:600;display:inline-block}.hero-title{font-family:var(--font-serif);color:var(--white);margin-bottom:1.25rem;font-size:clamp(3rem,7vw,5.5rem);font-weight:700;line-height:1.06}.hero-title em{color:var(--amber-light);font-style:italic}.hero-sub{color:#ffffffc7;max-width:460px;margin-bottom:2rem;font-size:1rem;line-height:1.7}.hero-quote-bar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#1e1610b8;align-items:center;gap:1.25rem;padding:1.1rem 2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.hero-quote-bar blockquote{font-family:var(--font-serif);color:var(--amber-light);border:none;margin:0;font-size:1rem;font-style:italic}.quote-stars{color:#f5c842;letter-spacing:2px;flex-shrink:0;font-size:.9rem}.credibility{background:var(--white);border-bottom:1px solid var(--border);padding:1.75rem 0}.cred-inner{flex-wrap:wrap;align-items:center;gap:2.5rem;display:flex}.cred-rating{align-items:center;gap:.9rem;display:flex}.cred-photo{flex-shrink:0;background:var(--amber-light)!important;border-radius:50%!important;width:48px!important;height:48px!important}.cred-stars{color:#f5c842;letter-spacing:2px;margin-bottom:.2rem;font-size:.85rem;line-height:1;display:block}.cred-count{color:var(--brown-light);font-size:.78rem;font-weight:500}.cred-divider{background:var(--border);flex-shrink:0;width:1px;height:36px}.cred-cats{flex-wrap:wrap;gap:2rem;display:flex}.cred-cat{flex-direction:column;align-items:center;gap:.15rem;display:flex}.cat-num{font-family:var(--font-serif);color:var(--brown);font-size:1.3rem;font-weight:700;line-height:1}.cat-label{color:var(--brown-light);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:500}.products{background:var(--cream);padding:6rem 0}.products-header{text-align:center;max-width:600px;margin:0 auto 2.5rem}.products-title{font-family:var(--font-serif);margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.2}.products-title em{color:var(--amber);font-style:italic}.products-sub{color:var(--brown-mid);font-size:.95rem}.filter-tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.tab-btn{font-family:var(--font-sans);border:2px solid var(--border);background:var(--white);color:var(--brown-mid);cursor:pointer;border-radius:99px;padding:.6em 1.4em;font-size:.85rem;font-weight:600;transition:all .22s}.tab-btn:hover,.tab-btn.active{background:var(--amber);border-color:var(--amber);color:var(--white)}.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.product-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);transition:transform .3s,box-shadow .3s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-card.hidden{display:none}.pc-img-wrap{height:220px;overflow:hidden}.pc-img{border-radius:0;height:100%;transition:transform .4s}.product-card:hover .pc-img{transform:scale(1.04)}.pc-body{padding:1.2rem 1.3rem 1.4rem}.pc-name{font-family:var(--font-serif);color:var(--brown);margin-bottom:.35rem;font-size:1.05rem;font-weight:600}.pc-stars{color:#f5c842;margin-bottom:.5rem;font-size:.78rem}.pc-reviews{color:var(--brown-light);font-size:.75rem}.pc-desc{color:var(--brown-mid);margin-bottom:1rem;font-size:.82rem;line-height:1.5}.about{background:var(--cream-dark);padding:6rem 0}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-photo{height:560px;border-radius:var(--radius-lg)!important}.about-content .section-tag{margin-bottom:1rem}.about-title{font-family:var(--font-serif);margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.2}.about-title em{color:var(--amber);font-style:italic}.about-body{color:var(--brown-mid);margin-bottom:.85rem;font-size:.95rem;line-height:1.7}.about-icons{flex-direction:column;gap:1.1rem;margin:1.75rem 0 2rem;display:flex}.about-icon-item{align-items:flex-start;gap:1rem;display:flex}.about-icon{background:var(--amber-light);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.about-icon-item h5{color:var(--brown);margin-bottom:.15rem;font-size:.9rem;font-weight:600}.about-icon-item p{color:var(--brown-light);font-size:.8rem}.marquee-strip{background:var(--brown);padding:1rem 0;overflow:hidden}.marquee-track{white-space:nowrap;gap:2rem;width:max-content;animation:28s linear infinite marquee-scroll;display:flex}.marquee-track span{font-family:var(--font-serif);letter-spacing:.15em;color:var(--amber-light);text-transform:uppercase;flex-shrink:0;font-size:.85rem;font-weight:600}.marquee-track .dot{color:var(--amber);letter-spacing:0}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.promos{background:var(--cream);padding:6rem 0}.promo-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.promo-card{border-radius:var(--radius-lg);min-height:340px;display:flex;position:relative;overflow:hidden}.promo-img{position:absolute;inset:0}.promo-img .img-placeholder{border-radius:0;height:100%}.promo-content{z-index:1;background:linear-gradient(#0000 0%,#0000001a 40%,#000000b8 100%);flex-direction:column;justify-content:flex-end;width:100%;padding:2.2rem 2rem;display:flex;position:relative}.promo-tag{letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;margin-bottom:.4rem;font-size:.7rem;font-weight:700;display:block}.promo-content h3{font-family:var(--font-serif);color:var(--white);margin-bottom:.5rem;font-size:1.5rem;font-weight:700;line-height:1.2}.promo-content p{color:#ffffffad;margin-bottom:1.2rem;font-size:.82rem}.benefits{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 0}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.benefit-item{text-align:center;padding:2.5rem 1.5rem}.benefit-icon{margin-bottom:1rem;font-size:2.4rem}.benefit-item h4{font-family:var(--font-serif);color:var(--brown);margin-bottom:.65rem;font-size:1.15rem;font-weight:600}.benefit-item p{color:var(--brown-mid);font-size:.88rem;line-height:1.6}.featured{background:var(--cream-dark);padding:6rem 0}.featured-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.featured-title{font-family:var(--font-serif);color:var(--brown);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;line-height:1.2}.featured-title em{color:var(--amber);font-style:italic}.carousel-arrows{gap:.6rem;display:flex}.arrow-btn{border:2px solid var(--border);background:var(--white);width:44px;height:44px;color:var(--brown);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:all .22s;display:flex}.arrow-btn:hover{background:var(--amber);border-color:var(--amber);color:var(--white)}.carousel-viewport{border-radius:var(--radius-lg);overflow:hidden}.carousel-track{gap:1.25rem;transition:transform .45s;display:flex}.fc-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);flex:0 0 calc(25% - 1rem);transition:transform .3s,box-shadow .3s;overflow:hidden}.fc-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.fc-img{border-radius:0;height:200px}.fc-card h4{font-family:var(--font-serif);color:var(--brown);padding:.9rem 1rem .25rem;font-size:.95rem;font-weight:600}.fc-card .pc-stars{padding:0 1rem 1rem;font-size:.75rem}.testimonials{background:var(--cream);padding:6rem 0}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.2}.testimonials-title em{color:var(--amber);font-style:italic}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testi-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);padding:2rem 1.75rem;transition:box-shadow .3s}.testi-card:hover{box-shadow:var(--shadow-md)}.testi-stars{color:#f5c842;letter-spacing:2px;margin-bottom:1rem;font-size:.85rem}.testi-quote{font-family:var(--font-serif);color:var(--brown);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.65}.testi-author{align-items:center;gap:.85rem;display:flex}.testi-avatar{flex-shrink:0;background:var(--cream-mid)!important;border-radius:50%!important;width:44px!important;height:44px!important}.testi-name{color:var(--brown);font-size:.88rem;font-weight:600}.testi-role{color:var(--brown-light);font-size:.75rem}.partners{background:var(--cream-dark);border-top:1px solid var(--border);padding:4.5rem 0}.partners-header{text-align:center;margin-bottom:2.5rem}.partners-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--brown-light);font-size:.8rem;font-weight:600}.partners-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem;display:grid}.partner-logo{height:72px}.logo-ph{height:100%;border-radius:var(--radius)!important;border:1px solid var(--border)!important}.newsletter{background:var(--brown);padding:6rem 0;position:relative;overflow:hidden}.newsletter:before{content:"";pointer-events:none;background:radial-gradient(at 30%,#c8763a2e 0%,#0000 70%);position:absolute;inset:0}.newsletter-inner{text-align:center;max-width:600px;margin:0 auto;position:relative}.newsletter-title{font-family:var(--font-serif);color:var(--white);margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:700;line-height:1.15}.newsletter-title em{color:var(--amber-light);font-style:italic}.newsletter-sub{color:#ffffffa6;margin-bottom:2rem;font-size:.95rem;line-height:1.65}.nl-form{gap:.75rem;max-width:480px;margin:0 auto 1rem;display:flex}.nl-form input{border-radius:var(--radius);color:var(--white);font-family:var(--font-sans);background:#ffffff1a;border:1px solid #fff3;outline:none;flex:1;padding:.8em 1.2em;font-size:.9rem;transition:border-color .2s}.nl-form input::placeholder{color:#ffffff73}.nl-form input:focus{border-color:var(--amber-light)}.nl-thanks{color:var(--amber-light);margin-bottom:.75rem;font-size:.9rem;font-weight:500;display:none}.nl-privacy{color:#ffffff59;font-size:.75rem}.nl-privacy a{color:#ffffff8c;text-decoration:underline}.footer{background:#140e09;padding:4rem 0 2rem}.footer-top{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3.5rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.footer-brand .nav-logo{color:var(--cream);font-size:1.4rem}.footer-tagline{color:#ffffff73;margin:.85rem 0 1.25rem;font-size:.85rem;line-height:1.6}.social-links{gap:.75rem;display:flex}.social-links a{color:#ffffffa6;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;transition:background .2s,color .2s;display:flex}.social-links a:hover{background:var(--amber);color:var(--white)}.footer-col h5{letter-spacing:.1em;text-transform:uppercase;color:#ffffffd9;margin-bottom:1.2rem;font-size:.8rem;font-weight:700}.footer-col a{color:#ffffff73;margin-bottom:.6rem;font-size:.83rem;transition:color .2s;display:block}.footer-col a:hover{color:var(--amber-light)}.footer-contact p{color:#ffffff73;margin-bottom:.6rem;font-size:.83rem;line-height:1.5}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom span{color:#ffffff47;font-size:.78rem}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#ffffff47;font-size:.78rem;transition:color .2s}.footer-legal a:hover{color:var(--amber-light)}@media (width<=1024px){.nav-links{display:none}.hamburger{display:flex}.product-grid{grid-template-columns:repeat(2,1fr)}.about-inner{grid-template-columns:1fr;gap:3rem}.about-photo{height:380px}.promo-grid{grid-template-columns:1fr}.benefits-grid,.testimonials-grid{grid-template-columns:1fr 1fr}.partners-grid{grid-template-columns:repeat(3,1fr)}.fc-card{flex:0 0 calc(33.333% - 1rem)}.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=768px){.cred-inner{flex-direction:column;align-items:flex-start}.cred-divider{display:none}.product-grid{grid-template-columns:1fr 1fr}.benefits-grid,.testimonials-grid{grid-template-columns:1fr}.partners-grid{grid-template-columns:repeat(3,1fr)}.nl-form{flex-direction:column}.fc-card{flex:0 0 calc(50% - .75rem)}.footer-top{grid-template-columns:1fr;gap:2rem}.about-inner{grid-template-columns:1fr}}@media (width<=560px){.product-grid{grid-template-columns:1fr}.promo-card{min-height:280px}.partners-grid{grid-template-columns:repeat(2,1fr)}.fc-card{flex:0 0 calc(80% - .75rem)}.hero-title{font-size:2.6rem}.filter-tabs{gap:.4rem}.section{padding:4rem 0}.hero{padding-top:5rem;padding-bottom:3rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{text-align:center}.cred-inner{gap:1.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:.75rem}.nl-form input{font-size:.9rem}.carousel-controls{gap:.5rem}}
