*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#171513;background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.announcement{height:30px;background:#2b211e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;letter-spacing:1.4px}.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #eee}.nav-wrap{min-height:64px;display:flex;align-items:center;justify-content:space-between}.brand{font:500 24px Georgia,serif;letter-spacing:-1px}.nav-links{display:flex;gap:28px;font-size:12px;color:#555}.nav-cta{background:#171513;color:#fff;border-radius:24px;padding:11px 18px;font-size:11px}.hero{background:#df8747;color:#fff}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:560px}.hero-copy{padding:65px 40px 65px 0}.eyebrow{font-size:10px;letter-spacing:2px;color:#766d65}.hero .eyebrow{color:#fff;opacity:.85}.hero h1{font:500 clamp(42px,6vw,74px)/.96 Georgia,serif;letter-spacing:-2px;margin:14px 0 20px}.hero p{font-size:15px;line-height:1.65;max-width:590px}.hero-product{display:flex;justify-content:center;align-items:center;position:relative;min-height:560px;padding:24px 0}.hero-slider{overflow:hidden}.hero-slides{position:relative;width:min(100%,560px);aspect-ratio:1/1;border-radius:22px;overflow:hidden;background:#f7f1eb;box-shadow:0 20px 60px rgba(0,0,0,.12)}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease}.hero-slide.is-active{opacity:1;visibility:visible}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.88);color:#171513;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.14)}.hero-prev{left:18px}.hero-next{right:18px}.hero-dots{position:absolute;z-index:4;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:7px;padding:7px 10px;border-radius:20px;background:rgba(255,255,255,.82)}.hero-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#aaa;cursor:pointer}.hero-dot.is-active{background:#171513;transform:scale(1.2)}.hero-actions{display:flex;gap:12px;margin:28px 0 20px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:26px;padding:14px 22px;font-size:12px;cursor:pointer}.btn-dark{background:#171513;color:#fff}.btn-light{background:#fff;color:#171513}.trust-row{display:flex;gap:18px;flex-wrap:wrap;font-size:11px;opacity:.9}.feature-banner{padding:28px 0;background:#f7f1eb}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:center}.feature-grid strong{display:block;font:500 26px Georgia,serif;margin-bottom:5px}.feature-grid span{font-size:11px;color:#6b625b}.fineprint{text-align:center;font-size:9px;color:#8b8178;margin:16px 20px 0}.section{padding:80px 0}.soft{background:#faf7f3}.section-heading{text-align:center;max-width:720px;margin:0 auto 38px}.section-heading h2{font:500 40px/1.05 Georgia,serif;letter-spacing:-1px;margin:10px 0 12px}.section-heading p{font-size:13px;line-height:1.6;color:#6b625b}.image-grid{display:grid;gap:22px}.image-grid.two{grid-template-columns:repeat(2,1fr)}figure{margin:0}figure img{width:100%;border-radius:14px}figcaption{font:500 24px Georgia,serif;margin-top:12px}.video-section{background:#f8f5f1}.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.video-grid video{width:100%;border-radius:14px;background:#111;box-shadow:0 12px 35px rgba(0,0,0,.08)}.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.how-grid img{border-radius:14px}.how-copy h2{font:500 52px Georgia,serif;letter-spacing:-1px;margin:10px 0 20px}.how-copy ol{padding-left:22px;font-size:15px;line-height:2}.how-copy p{font-size:12px;color:#6b625b;line-height:1.6}.wide-image{width:100%;border-radius:16px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{border:1px solid #e7e0da;border-radius:14px;padding:28px;background:#fff}.stars{letter-spacing:4px;margin-bottom:12px}.review-card p{font:20px/1.45 Georgia,serif}.review-card small{font-size:10px;color:#777}.shop-box{background:#df8747;color:#fff;border-radius:18px;padding:45px;display:flex;justify-content:space-between;align-items:center;gap:30px}.shop-box h2{font:500 38px Georgia,serif;margin:10px 0}.shop-box p{font-size:12px;opacity:.9}.footer{padding:40px 0;border-top:1px solid #eee}.footer-inner{display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#6b625b}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-page h1{font:500 48px Georgia,serif}.price{font-size:18px;margin:15px 0}.product-page select{display:block;width:100%;padding:13px;margin:20px 0;border:1px solid #ddd}.rte{font-size:14px;line-height:1.7;color:#555;margin:20px 0}@media(max-width:800px){.nav-links{display:none}.hero-grid,.how-grid,.product-page{grid-template-columns:1fr}.hero-copy{padding:55px 0 20px}.hero-product{padding:0 20px 35px}.feature-grid,.review-grid{grid-template-columns:1fr 1fr}.image-grid.two,.video-grid{grid-template-columns:1fr}.section{padding:55px 0}.shop-box{flex-direction:column;align-items:flex-start}.how-copy h2{font-size:42px}}@media(max-width:520px){.feature-grid,.review-grid{grid-template-columns:1fr}.container{width:min(100% - 28px,1180px)}.hero h1{font-size:44px}.section-heading h2{font-size:34px}}.benefits-section{background:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit-card{border:1px solid #e7e0da;border-radius:16px;padding:26px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.035)}.benefit-card span{font-size:10px;letter-spacing:2px;color:#9a8d82}.benefit-card h3{font:500 25px Georgia,serif;margin:12px 0 8px}.benefit-card p{font-size:12px;line-height:1.65;color:#6b625b;margin:0}.review-card small{line-height:1.5;display:block}.review-card p{margin-bottom:14px}
@media(max-width:800px){.benefit-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.benefit-grid{grid-template-columns:1fr}}
