@charset "UTF-8";
:root{--cream:#f7f1e7;--paper:#fffdf8;--forest:#24372d;--forest2:#31503e;--olive:#7d805b;--terra:#b86c4d;--gold:#c5a36a;--ink:#24221f;--muted:#69675f;--line:rgba(36,55,45,.13);--shadow:0 24px 70px rgba(42,45,36,.12);--shadow-soft:0 16px 42px rgba(42,45,36,.09);--radius:28px;--serif:Georgia,"Times New Roman",serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}body::selection{background:#d9c9a5;color:var(--forest)}img{display:block;max-width:100%}button,a{font:inherit}a{color:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;top:8px;left:8px;z-index:1000;padding:10px 14px;background:var(--forest);color:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}.top-strip{background:var(--forest);color:#f7ead0;text-align:center;font-size:.82rem;letter-spacing:.02em;padding:9px 16px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(36,55,45,.07)}.header-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo img{width:230px;height:auto}.site-nav{display:flex;align-items:center;gap:28px}.site-nav a{text-decoration:none;font-weight:700;font-size:.9rem;color:var(--forest);position:relative}.site-nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:var(--terra);transform:scaleX(0);transform-origin:right;transition:.25s}.site-nav a:hover::after{transform:scaleX(1);transform-origin:left}.nav-cta{padding:11px 18px;border-radius:999px;background:var(--forest);color:#fff!important}.menu-button{display:none;border:0;background:transparent;padding:8px;color:var(--forest)}.menu-button svg{width:28px;fill:none;stroke:currentColor;stroke-width:2}
.eyebrow{display:block;color:var(--terra);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;margin-bottom:10px}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--cream) 0%,#fffaf2 100%);padding:82px 0 72px}.hero::before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:#e1d2ae;top:-270px;left:-130px;opacity:.72}.hero::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;border:1px solid rgba(125,128,91,.3);right:-90px;bottom:-90px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center;position:relative;z-index:1}.hero h1{font-family:var(--serif);font-size:clamp(3.1rem,6.2vw,5.65rem);line-height:.98;letter-spacing:-.055em;color:var(--forest);margin:0 0 26px;max-width:760px}.hero h1 em{font-weight:400;color:var(--terra)}.hero-lead{font-size:1.16rem;color:var(--muted);max-width:660px;margin:0 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.button{border:0;border-radius:999px;padding:14px 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;font-weight:900;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;color:var(--forest)}.button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--forest);color:#fff;box-shadow:0 12px 30px rgba(36,55,45,.2)}.button--primary:hover{background:var(--forest2)}.button--soft{background:#eadbb8;color:var(--forest)}.button--ghost{background:transparent;border:1px solid rgba(36,55,45,.25)}.button--wide{width:100%;padding:16px 22px}.hero-proof{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted);font-size:.86rem;font-weight:700}.hero-proof span{display:flex;align-items:center;gap:7px}.hero-proof span::before{content:"";width:7px;height:7px;background:var(--gold);border-radius:50%}.hero-visual{position:relative;min-height:620px}.hero-photo{position:absolute;right:0;top:0;width:min(470px,90%);height:590px;object-fit:cover;object-position:center 25%;border-radius:220px 220px 38px 38px;box-shadow:var(--shadow)}.hero-card{position:absolute;left:0;bottom:18px;width:260px;background:rgba(255,253,248,.95);border:1px solid rgba(36,55,45,.1);border-radius:25px;padding:21px;box-shadow:var(--shadow-soft);backdrop-filter:blur(12px)}.hero-card strong{display:block;font-family:var(--serif);font-size:1.35rem;line-height:1.15;color:var(--forest);margin:5px 0 8px}.hero-card p{font-size:.82rem;color:var(--muted);margin:0 0 13px}.hero-card a{font-size:.82rem;font-weight:900;color:var(--terra)}.floating-leaf{position:absolute;right:-15px;bottom:55px;width:120px;opacity:.24}
.trust{border-bottom:1px solid var(--line);border-top:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:25px 24px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;color:var(--forest);font-size:.92rem}.trust-item span{font-size:.78rem;color:var(--muted)}
.section{padding:104px 0}.section--cream{background:var(--cream)}.section--forest{background:var(--forest);color:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:42px}.section-heading h2{font-family:var(--serif);font-size:clamp(2.4rem,4.5vw,4.1rem);line-height:1.02;letter-spacing:-.045em;color:var(--forest);margin:0;max-width:780px}.section-heading p{max-width:430px;color:var(--muted);margin:0}.free-note{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px 22px;margin-bottom:28px;color:var(--muted)}.free-note strong{color:var(--forest)}
.anchor-offset{display:block;scroll-margin-top:115px;height:0}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.filter-button{border:1px solid var(--line);background:#fff;padding:10px 17px;border-radius:999px;color:var(--muted);font-weight:800;cursor:pointer}.filter-button.is-active,.filter-button:hover{background:var(--forest);color:#fff;border-color:var(--forest)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(36,55,45,.09);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 0 rgba(36,55,45,.04);transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-soft)}.product-card--featured{outline:2px solid rgba(197,163,106,.5);outline-offset:-2px}.product-card__media{position:relative;aspect-ratio:4/4.1;overflow:hidden;background:#efe6d7}.product-card__media img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__badge{position:absolute;left:16px;top:16px;padding:7px 10px;border-radius:999px;background:rgba(255,253,248,.94);color:var(--forest);font-size:.68rem;font-weight:900;letter-spacing:.08em}.quick-view{position:absolute;right:15px;top:15px;width:40px;height:40px;border-radius:50%;border:0;background:rgba(36,55,45,.9);color:#fff;display:grid;place-items:center;cursor:pointer}.quick-view svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8}.product-card__content{display:flex;flex:1;flex-direction:column;padding:25px}.product-card h3{font-family:var(--serif);font-size:1.72rem;line-height:1.08;color:var(--forest);margin:0 0 12px;letter-spacing:-.03em}.product-card p{font-size:.9rem;color:var(--muted);margin:0 0 15px}.product-card ul,.modal-product ul{list-style:none;padding:0;margin:0 0 22px}.product-card li,.modal-product li{font-size:.8rem;color:var(--muted);margin:7px 0;padding-left:20px;position:relative}.product-card li::before,.modal-product li::before{content:"✓";position:absolute;left:0;color:var(--olive);font-weight:900}.product-card__footer{margin-top:auto;border-top:1px solid var(--line);padding-top:19px}.price{display:flex;align-items:baseline;gap:8px;margin-bottom:14px}.price strong{font-family:var(--serif);font-size:1.6rem;color:var(--forest)}.price__old{text-decoration:line-through;color:#96938a;font-size:.8rem}.price__free{font-family:var(--sans)!important;font-size:.95rem!important;text-transform:uppercase;letter-spacing:.05em;color:var(--terra)!important}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}.about-photo-wrap{position:relative}.about-photo{height:610px;width:100%;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.about-stamp{position:absolute;right:-28px;bottom:30px;width:145px;height:145px;border-radius:50%;background:var(--gold);display:grid;place-items:center;text-align:center;color:var(--forest);font-family:var(--serif);font-weight:700;transform:rotate(-8deg);padding:20px;line-height:1.08}.about-copy h2{font-family:var(--serif);font-size:clamp(2.5rem,4.7vw,4.3rem);line-height:1;letter-spacing:-.045em;color:var(--forest);margin:0 0 24px}.about-copy p{color:var(--muted);font-size:1.02rem}.quote-card{margin-top:25px;border-left:4px solid var(--gold);padding:8px 0 8px 22px;font-family:var(--serif);font-size:1.45rem;line-height:1.3;color:var(--forest)}
.how-heading{text-align:center;max-width:760px;margin:0 auto 48px}.how-heading h2{font-family:var(--serif);font-size:clamp(2.4rem,4.5vw,4rem);line-height:1.03;margin:0 0 15px}.how-heading p{color:#cfd7cf}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step{border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:30px;background:rgba(255,255,255,.04)}.step-number{width:44px;height:44px;border-radius:50%;background:var(--gold);color:var(--forest);display:grid;place-items:center;font-family:var(--serif);font-weight:800;margin-bottom:20px}.step h3{font-family:var(--serif);font-size:1.5rem;margin:0 0 8px}.step p{color:#cbd3cc;margin:0;font-size:.9rem}
.final-cta-section{padding-top:88px;padding-bottom:88px}.final-cta{display:grid;grid-template-columns:1.08fr .92fr;min-height:440px;background:linear-gradient(135deg,#eadbb8 0%,#f3e9d7 100%);border-radius:38px;overflow:hidden;box-shadow:var(--shadow-soft)}.final-cta__copy{padding:58px 58px 54px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.final-cta__copy h2{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.65rem);line-height:1.04;letter-spacing:-.04em;color:var(--forest);margin:0 0 18px}.final-cta__copy p{color:var(--muted);margin:0 0 25px;max-width:640px}.final-cta__image{width:100%;height:100%;min-height:440px;object-fit:cover;object-position:center}
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.faq-intro h2{font-family:var(--serif);font-size:clamp(2.5rem,4.5vw,4rem);line-height:1.03;color:var(--forest);margin:0 0 18px}.faq-intro p{color:var(--muted)}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;padding:22px 36px 22px 0;font-weight:900;color:var(--forest);position:relative}summary::-webkit-details-marker{display:none}summary::after{content:"+";position:absolute;right:4px;top:16px;font-family:var(--serif);font-size:1.8rem;color:var(--terra)}details[open] summary::after{content:"−"}details p{color:var(--muted);margin:0;padding:0 36px 22px 0;font-size:.92rem}
.disclaimer{padding:28px 0;background:#eee5d8;border-top:1px solid var(--line)}.disclaimer p{margin:0;color:#615f57;font-size:.78rem;text-align:center}.site-footer{background:#17261f;color:#d8ddd8;padding:58px 0 25px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:50px}.footer-brand img{width:240px;filter:brightness(0) invert(1);opacity:.92}.footer-brand p{max-width:420px;color:#aebbb3;font-size:.88rem}.footer-col h3{font-family:var(--serif);font-size:1.25rem;color:#fff;margin:0 0 14px}.footer-col a{display:block;color:#b9c4bd;text-decoration:none;margin:7px 0;font-size:.88rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:42px;padding-top:20px;color:#91a097;font-size:.75rem;display:flex;justify-content:space-between;gap:20px}
.product-modal{width:min(910px,calc(100% - 28px));border:0;border-radius:30px;padding:0;box-shadow:0 30px 100px rgba(0,0,0,.28);background:var(--paper)}.product-modal::backdrop{background:rgba(20,28,24,.72);backdrop-filter:blur(5px)}.modal-close{position:absolute;z-index:2;right:16px;top:16px;width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.92);font-size:1.5rem;cursor:pointer}.modal-product{display:grid;grid-template-columns:.8fr 1.2fr}.modal-product>img{width:100%;height:100%;min-height:600px;object-fit:cover}.modal-product>div{padding:54px 46px}.modal-product h2{font-family:var(--serif);font-size:2.6rem;line-height:1.04;color:var(--forest);margin:0 0 16px}.modal-product p{color:var(--muted)}.modal-price{display:flex;align-items:baseline;gap:10px;margin:22px 0}.modal-price strong{font-family:var(--serif);font-size:2rem;color:var(--forest)}.modal-price span{font-size:.8rem;color:var(--muted)}.modal-product small{display:block;color:var(--muted);font-size:.7rem;margin-top:15px}.toast{position:fixed;z-index:100;left:50%;bottom:28px;transform:translate(-50%,130%);background:var(--forest);color:#fff;padding:14px 20px;border-radius:14px;box-shadow:var(--shadow);font-size:.86rem;max-width:min(540px,calc(100% - 28px));text-align:center;opacity:0;transition:.35s}.toast.is-visible{transform:translate(-50%,0);opacity:1}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(25px);transition:opacity .65s,transform .65s}.js .reveal.is-visible{opacity:1;transform:none}
@media(max-width:980px){.hero-grid,.about-grid,.faq-grid,.final-cta{grid-template-columns:1fr}.hero-grid{gap:38px}.hero-visual{min-height:570px;max-width:600px}.hero-photo{left:8%;right:auto}.product-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.section-heading{align-items:start;flex-direction:column}.about-photo{height:520px}.about-grid{gap:44px}.final-cta__image{min-height:360px;max-height:420px;object-position:center 42%}.faq-grid{gap:30px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.modal-product{grid-template-columns:.9fr 1.1fr}}
@media(max-width:760px){.container{width:min(100% - 28px,1180px)}.header-inner{height:76px}.logo img{width:195px}.menu-button{display:block}.site-nav{position:absolute;top:76px;left:14px;right:14px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:18px;display:none;flex-direction:column;align-items:stretch;gap:5px}.site-nav.is-open{display:flex}.site-nav a{padding:10px}.nav-cta{text-align:center}.hero{padding:58px 0 50px}.hero h1{font-size:clamp(3rem,14vw,4.45rem)}.hero-lead{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.hero-visual{min-height:510px}.hero-photo{width:90%;height:490px;left:10%;border-radius:160px 160px 32px 32px}.hero-card{bottom:0;width:225px;padding:17px}.floating-leaf{display:none}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:20px 14px}.section{padding:78px 0}.section-heading h2{font-size:2.75rem}.product-grid{grid-template-columns:1fr}.product-card__media{aspect-ratio:4/4.25}.filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.filter-button{white-space:nowrap}.about-photo{height:460px}.final-cta__copy{padding:38px 26px}.final-cta__copy h2{font-size:2.4rem}.final-cta__image{min-height:290px;height:290px}.about-stamp{right:10px;width:120px;height:120px;font-size:.88rem}.steps{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.modal-product{grid-template-columns:1fr}.modal-product>img{height:330px;min-height:0;object-position:top}.modal-product>div{padding:30px 24px}.modal-product h2{font-size:2.1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none;transition:none}.product-card,.product-card__media img,.button{transition:none}}
