
:root{
  --ink:#1e2722;
  --muted:#66726a;
  --line:#e6e3dc;
  --cream:#f7f2e9;
  --paper:#fffdf8;
  --sage:#8fa895;
  --sage-dark:#31483b;
  --gold:#c79a45;
  --soft:#eff4ef;
  --shadow:0 24px 70px rgba(42,52,44,.12);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1180px,92vw);margin:0 auto}.narrow{width:min(820px,92vw)}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(230,227,220,.8)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:22px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--sage-dark);color:#fff;font-weight:800;letter-spacing:-.04em}.brand strong{display:block;font-weight:800;letter-spacing:-.03em}.brand small{display:block;color:var(--muted);font-size:12px;margin-top:-2px}.nav{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700;color:#415047}.nav a:hover{color:var(--sage-dark)}.nav-cta{background:var(--ink);color:#fff!important;padding:11px 16px;border-radius:999px}.menu-button{display:none;border:0;background:transparent;font-size:28px}
.hero{position:relative;overflow:hidden;padding:84px 0 70px;background:linear-gradient(135deg,#fbf7ef 0%,#eef4ef 100%)}.hero-bg{position:absolute;inset:auto -20% -40% auto;width:720px;height:720px;border-radius:50%;background:rgba(143,168,149,.22);filter:blur(6px)}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--sage-dark);margin-bottom:14px}.eyebrow:before{content:"";width:28px;height:1px;background:currentColor}.hero h1,.section h2,.contact h2{font-family:'Playfair Display',serif;line-height:1.04;letter-spacing:-.045em;margin:0}.hero h1{font-size:clamp(44px,7vw,82px);max-width:820px}.hero-lead{font-size:19px;color:#4f5b53;max-width:670px;margin:24px 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-dark{background:var(--ink);color:#fff}.btn-light{background:#fff;border-color:var(--line);box-shadow:0 10px 30px rgba(42,52,44,.08)}.btn-outline{border-color:#cfd8d0;background:#fff;color:var(--sage-dark)}.btn-full{width:100%}.trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px;color:#546158;font-size:13px;font-weight:700}.trust-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px}.hero-panel{position:relative}.hero-card{border-radius:36px;overflow:hidden;box-shadow:var(--shadow);border:10px solid rgba(255,255,255,.72)}.main-photo img{height:590px;width:100%;object-fit:cover}.floating-note{position:absolute;left:-24px;bottom:44px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px 20px;box-shadow:var(--shadow)}.floating-note strong{display:block}.floating-note span{color:var(--muted);font-size:14px}
.section{padding:82px 0}.section-muted{background:var(--cream)}.section-dark{background:var(--sage-dark);color:#fff}.intro-strip{padding:28px 0;background:var(--ink);color:#fff}.strip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.strip-grid div{display:grid;gap:4px}.strip-grid span{color:#dce5dd;font-size:14px}.section-head{max-width:780px;margin-bottom:34px}.section-head h2{font-size:clamp(34px,5vw,56px);margin-bottom:12px}.section-head p{color:var(--muted);font-size:17px;margin:0}.section-head.split{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:36px}.section-head.split p{max-width:430px}.section-head.light p,.section-head.light .eyebrow{color:#dce5dd}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-grid article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 35px rgba(42,52,44,.05)}.category-grid span{display:inline-flex;color:var(--gold);font-weight:900;margin-bottom:20px}.category-grid h3{font-size:22px;margin:0 0 8px}.category-grid p{margin:0;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.kits-grid{grid-template-columns:repeat(2,1fr)}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 18px 55px rgba(42,52,44,.08);display:flex;flex-direction:column}.product-image{aspect-ratio:4/3;background:linear-gradient(135deg,#eef4ef,#faf6ee);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.04)}.product-content{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1}.card-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.badge{display:inline-flex;background:var(--gold);color:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.badge-soft{background:#edf4ef;color:var(--sage-dark)}.priority{font-size:12px;color:var(--muted);font-weight:800}.product-card h3{font-size:23px;line-height:1.15;margin:0;letter-spacing:-.03em}.kit-card h3{font-size:28px}.product-card p{margin:0;color:#59665e}.mini-benefit{font-weight:800;color:var(--sage-dark)!important}.price-row{display:flex;align-items:baseline;gap:10px;margin-top:auto}.price{font-size:30px;font-weight:900;letter-spacing:-.05em}.price-note{font-size:12px;color:var(--muted);text-transform:uppercase;font-weight:800;letter-spacing:.06em}.steps-wrap{display:grid;grid-template-columns:.7fr 1fr;gap:44px;align-items:start}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:24px}.steps span{display:grid;place-items:center;width:42px;height:42px;background:#fff;color:var(--sage-dark);font-weight:900;border-radius:50%;margin-bottom:20px}.steps h3{margin:0 0 8px}.steps p{margin:0;color:#dce5dd}.story-grid{display:grid;grid-template-columns:.8fr 1fr;gap:80px;align-items:start}.story p{font-size:18px;color:#4f5b53;margin-top:0}.quote{font-family:'Playfair Display',serif!important;font-size:30px!important;line-height:1.2;color:var(--sage-dark)!important;margin-top:26px!important}.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;margin:12px 0;padding:18px 20px}.faq summary{cursor:pointer;font-weight:900}.faq p{color:var(--muted);margin-bottom:0}.contact{padding:84px 0;background:linear-gradient(135deg,#eaf1ec,#fbf7ef)}.contact-card{text-align:center;background:#fff;border:1px solid var(--line);border-radius:36px;padding:56px 24px;box-shadow:var(--shadow)}.contact-card h2{font-size:clamp(34px,5vw,58px);max-width:780px;margin:0 auto 14px}.contact-card p{max-width:600px;margin:0 auto 24px;color:var(--muted);font-size:18px}.footer{padding:42px 0;background:var(--ink);color:#fff}.footer-grid{display:flex;justify-content:space-between;gap:24px}.footer p{color:#dce5dd;margin:8px 0 0}.footer small{color:#b8c5bd}
@media (max-width:900px){.menu-button{display:block}.nav{position:absolute;left:4vw;right:4vw;top:76px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;display:none;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}.nav.is-open{display:flex}.hero-grid,.steps-wrap,.story-grid{grid-template-columns:1fr}.main-photo img{height:380px}.floating-note{left:18px;right:18px;bottom:18px}.strip-grid,.category-grid,.product-grid,.kits-grid,.steps{grid-template-columns:1fr}.section-head.split{display:block}.footer-grid{display:block}.section{padding:58px 0}}
