:root{--ink:#14231b;--muted:#5d6a63;--green:#176b43;--green-dark:#0d4b2d;--cream:#f5f3ea;--line:#dce4de;--white:#fff;--red:#a82828;--shadow:0 24px 60px rgba(15,60,38,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--white);line-height:1.6}a{color:inherit}img{max-width:100%;height:auto}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800}.brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;color:#fff;background:var(--green)}.header-cta{padding:10px 20px;border-radius:999px;background:var(--green);color:#fff;text-decoration:none;font-weight:750}.hero{max-width:1180px;margin:auto;min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;padding:72px 24px}.eyebrow{display:inline-block;color:var(--green);font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.14em}.hero h1,.content-section h2,.order-section h2,.thanks h1{font-family:Georgia,serif;line-height:1.02;margin:.15em 0;font-size:clamp(3rem,7vw,6.5rem);letter-spacing:-.045em}.tagline{font-size:clamp(1.2rem,2.4vw,1.75rem);max-width:650px;color:var(--muted)}.benefits{list-style:none;padding:0;margin:28px 0}.benefits li{margin:10px 0}.benefits li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;margin-right:10px;border-radius:50%;background:#dff3e7;color:var(--green);font-weight:900}.price{display:flex;align-items:baseline;gap:16px;margin:26px 0}.price del{color:#829087;font-size:1.2rem}.price strong{font-size:2.4rem;color:var(--green-dark)}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:12px;padding:16px 24px;background:var(--green);color:#fff;text-decoration:none;font:inherit;font-weight:850;cursor:pointer;box-shadow:0 10px 28px rgba(23,107,67,.2)}.button:hover{background:var(--green-dark)}.button:disabled{opacity:.6;cursor:wait}.microcopy{font-size:.84rem;color:var(--muted)}.product-visual{background:radial-gradient(circle at 50% 45%,#fff 0,#e8f3eb 55%,#dceade 100%);border-radius:40% 60% 53% 47%;min-height:560px;display:grid;place-items:center}.product-visual img{max-height:500px;filter:drop-shadow(0 28px 20px rgba(15,50,30,.2))}.trust-strip{max-width:1180px;margin:0 auto 90px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);overflow:hidden}.trust-strip div{padding:24px 30px;display:flex;flex-direction:column}.trust-strip div+div{border-left:1px solid var(--line)}.trust-strip span{color:var(--muted);font-size:.9rem}.content-section{padding:100px max(24px,calc((100vw - 980px)/2));background:var(--cream);text-align:center}.content-section h2,.order-section h2{font-size:clamp(2.5rem,5vw,4.3rem)}.content-section>p{max-width:760px;margin:20px auto;color:var(--muted);font-size:1.1rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px;text-align:left}.steps article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.steps article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--green);color:#fff;font-weight:900}.order-section{max-width:1050px;margin:110px auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:0 24px}.order-section>div>p{color:var(--muted)}.order-form{padding:34px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.order-form>label:not(.consent){display:block;font-weight:750;margin-bottom:18px}.order-form input[type="text"],.order-form input[type="tel"]{display:block;width:100%;margin-top:7px;padding:14px 15px;border:1px solid #bdc9c1;border-radius:10px;font:inherit}.order-form input:focus{outline:3px solid rgba(23,107,67,.18);border-color:var(--green)}.consent{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:.88rem;margin:8px 0 22px}.consent input{margin-top:5px}.order-form .button{width:100%}.form-status{min-height:24px;color:var(--red);font-weight:650}.honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}footer{padding:56px max(24px,calc((100vw - 1180px)/2));background:#10291d;color:#dfe9e3}footer p{max-width:600px;color:#b7c6bd}footer nav{display:flex;gap:20px;flex-wrap:wrap}.thanks{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--cream)}.card{max-width:660px;text-align:center;padding:64px;border-radius:24px;background:#fff;box-shadow:var(--shadow)}.thanks h1{font-size:4rem}.reference{font-family:monospace;color:var(--muted)}
.legal{max-width:780px;margin:80px auto;padding:0 24px 80px}.legal h1{font-family:Georgia,serif;font-size:clamp(2.8rem,7vw,5rem);line-height:1.05;margin:.2em 0 .5em}.legal p{font-size:1.05rem;color:var(--muted)}
.catalog-body{background:#f6f8f4}.catalog-body .site-header{box-shadow:0 1px 0 rgba(20,35,27,.04)}.catalog-page{max-width:1220px;margin:auto;padding:72px 24px 120px}.catalog-intro{max-width:850px;margin-bottom:46px}.catalog-intro h1{font-family:Georgia,serif;font-size:clamp(2.75rem,5.6vw,5rem);line-height:1.03;letter-spacing:-.04em;margin:.18em 0}.catalog-intro>p{max-width:720px;font-size:1.08rem;color:var(--muted);margin:18px 0 26px}.catalog-summary{display:flex;flex-wrap:wrap;gap:10px}.catalog-summary span{display:inline-flex;align-items:center;min-height:38px;padding:7px 14px;border:1px solid #d7e4da;border-radius:999px;background:#fff;color:#486056;font-size:.88rem;font-weight:700}.catalog-summary strong{margin-right:5px;color:var(--green-dark)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #dce6de;border-radius:24px;background:#fff;box-shadow:0 12px 32px rgba(17,70,43,.08);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card:hover{transform:translateY(-5px);border-color:#bfd6c6;box-shadow:0 22px 46px rgba(17,70,43,.14)}.product-card__image{display:grid;place-items:center;min-height:286px;padding:28px;background:radial-gradient(circle at 50% 42%,#fff 0,#edf5ee 68%,#e4efe6 100%);border-bottom:1px solid #e4ebe6}.product-card__image img{width:100%;height:230px;object-fit:contain;filter:drop-shadow(0 18px 14px rgba(15,50,30,.17));transition:transform .22s ease}.product-card:hover .product-card__image img{transform:scale(1.035)}.product-card__body{display:flex;flex:1;flex-direction:column;padding:25px 25px 24px}.product-card__category{align-self:flex-start;display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#e8f4eb;color:var(--green-dark);font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.product-card h2{font-family:Georgia,serif;font-size:1.7rem;line-height:1.12;letter-spacing:-.02em;margin:14px 0 15px}.card-bullets{list-style:none;padding:0;margin:0 0 24px;color:#4e5f56}.card-bullets li{position:relative;padding-left:30px;margin:10px 0;font-size:.92rem;line-height:1.45}.card-bullets li:before{content:"✓";position:absolute;left:0;top:1px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e2f2e7;color:var(--green);font-size:.75rem;font-weight:950}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:19px;border-top:1px solid var(--line)}.product-card__price{display:flex;min-width:0;flex-direction:column}.product-card__price small{color:#718078;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.product-card__price strong{color:var(--green-dark);font-size:1.08rem;line-height:1.25}.product-card__footer .button{flex:none;gap:7px;padding:12px 16px;border-radius:11px;font-size:.88rem;box-shadow:none}.product-card__footer .button:hover{box-shadow:0 9px 20px rgba(23,107,67,.18)}.availability{max-width:130px;text-align:right;color:var(--muted);font-size:.8rem;font-weight:750}
@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.site-header{height:66px}.hero{grid-template-columns:1fr;min-height:auto;padding-top:45px;gap:35px}.hero h1{font-size:3.7rem}.product-visual{min-height:390px;grid-row:1}.product-visual img{max-height:340px}.trust-strip{grid-template-columns:1fr;margin:20px 18px 70px}.trust-strip div+div{border-left:0;border-top:1px solid var(--line)}.steps{grid-template-columns:1fr}.order-section{grid-template-columns:1fr;margin:75px auto;gap:25px}.order-form{padding:24px}.card{padding:38px 24px}}
@media(max-width:640px){.catalog-body .site-header{padding:0 14px;gap:10px}.catalog-body .brand{gap:8px;white-space:nowrap;font-size:.88rem}.catalog-body .brand span{width:34px;height:34px}.catalog-body .header-cta{padding:9px 13px;white-space:nowrap;font-size:.82rem}.catalog-page{padding:44px 16px 80px}.catalog-intro{margin-bottom:32px}.catalog-intro h1{font-size:2.7rem}.catalog-summary{gap:8px}.catalog-summary span{font-size:.78rem}.product-grid{grid-template-columns:1fr;gap:20px}.product-card__image{min-height:238px}.product-card__image img{height:205px}.product-card__body{padding:22px}.product-card__footer{align-items:flex-end}.product-card__footer .button{padding:12px 15px}}

/* Shared navigation and unified homepage */
.site-header{gap:28px}.brand{white-space:nowrap}.main-nav{display:flex;align-items:center;justify-content:center;gap:30px;margin-left:auto}.main-nav a{position:relative;color:#4e5f56;text-decoration:none;font-size:.92rem;font-weight:720}.main-nav a:hover,.main-nav a[aria-current="page"]{color:var(--green-dark)}.main-nav a[aria-current="page"]:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;border-radius:2px;background:var(--green)}.header-cta{white-space:nowrap}.catalog-body,.home-body{background:#f6f8f4}.home-body .site-header{box-shadow:0 1px 0 rgba(20,35,27,.04)}.product-card h3{font-family:Georgia,serif;font-size:1.7rem;line-height:1.12;letter-spacing:-.02em;margin:14px 0 15px}
.home-hero{max-width:1180px;min-height:680px;margin:auto;padding:74px 24px 68px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:72px}.home-hero h1{max-width:690px;font-family:Georgia,serif;font-size:clamp(3.35rem,6.2vw,6rem);line-height:.98;letter-spacing:-.05em;margin:.16em 0}.home-lead{max-width:650px;color:var(--muted);font-size:1.18rem}.home-benefits{list-style:none;padding:0;margin:28px 0 30px}.home-benefits li{position:relative;padding-left:38px;margin:13px 0;color:#405148;font-weight:650}.home-benefits li:before{content:"✓";position:absolute;left:0;top:0;display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#dff1e5;color:var(--green);font-size:.82rem;font-weight:950}.home-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.home-actions .button{gap:8px}.text-link{color:var(--green-dark);font-weight:800;text-underline-offset:4px}.home-showcase{position:relative;min-height:520px;border-radius:42px;background:radial-gradient(circle at 52% 46%,#fff 0,#e4efe6 62%,#d7e7da 100%);box-shadow:inset 0 0 0 1px rgba(23,107,67,.08)}.home-showcase__item{position:absolute;display:grid;place-items:center;background:#fff;border:1px solid #dce7df;border-radius:22px;box-shadow:0 20px 45px rgba(16,69,42,.14)}.home-showcase__item img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 16px 13px rgba(15,50,30,.15))}.home-showcase__item--main{inset:75px 115px 55px 58px;padding:25px;transform:rotate(-2deg)}.home-showcase__item--top{width:180px;height:180px;right:34px;top:34px;padding:16px;transform:rotate(4deg)}.home-showcase__item--bottom{width:165px;height:165px;right:26px;bottom:26px;padding:15px;transform:rotate(2deg)}
.home-trust{max-width:1180px;margin:0 auto 105px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr)}.home-trust div{display:flex;flex-direction:column;padding:25px 28px;background:#fff;border-block:1px solid #dce6de}.home-trust div:first-child{border-left:1px solid #dce6de;border-radius:18px 0 0 18px}.home-trust div:last-child{border-right:1px solid #dce6de;border-radius:0 18px 18px 0}.home-trust div+div{border-left:1px solid #dce6de}.home-trust strong{color:var(--green-dark);font-family:Georgia,serif;font-size:1.35rem}.home-trust span{color:var(--muted);font-size:.86rem}.home-featured{padding:105px max(24px,calc((100vw - 1180px)/2));background:#edf3ed}.section-heading{max-width:760px;margin-bottom:42px}.section-heading h2{font-family:Georgia,serif;font-size:clamp(2.6rem,5vw,4.5rem);line-height:1.03;letter-spacing:-.04em;margin:.18em 0}.section-heading p{color:var(--muted);font-size:1.05rem}.home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.section-action{text-align:center;margin-top:40px}.button--outline{background:transparent;color:var(--green-dark);border:1px solid var(--green);box-shadow:none}.button--outline:hover{color:#fff}.home-process{padding:110px max(24px,calc((100vw - 1050px)/2));background:#fff}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.process-grid article{padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff}.process-grid article>span{color:var(--green);font-size:.78rem;font-weight:900;letter-spacing:.12em}.process-grid h3{font-family:Georgia,serif;font-size:1.45rem;margin:12px 0 8px}.process-grid p{margin:0;color:var(--muted)}.home-note{max-width:1050px;margin:0 auto 110px;padding:25px 30px;display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:center;border:1px solid #d9e4dc;border-radius:18px;background:#f4f7f2}.home-note strong{color:var(--green-dark)}.home-note p{margin:0;color:var(--muted)}
@media(max-width:980px){.main-nav{display:none}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero{grid-template-columns:1fr;gap:45px}.home-showcase{min-height:480px}.home-trust{grid-template-columns:1fr}.home-trust div:first-child{border-radius:18px 18px 0 0;border-right:1px solid #dce6de}.home-trust div:last-child{border-radius:0 0 18px 18px;border-left:1px solid #dce6de}.home-trust div+div{border-top:0}.process-grid{grid-template-columns:1fr}}
@media(max-width:640px){.home-body .site-header{padding:0 14px;gap:10px}.home-body .brand{gap:8px;font-size:.88rem}.home-body .brand span{width:34px;height:34px}.home-body .header-cta{padding:9px 13px;font-size:.82rem}.home-product-grid{grid-template-columns:1fr}.home-hero{min-height:auto;padding:52px 16px 45px;gap:38px}.home-hero h1{font-size:3.1rem}.home-lead{font-size:1.05rem}.home-showcase{min-height:365px;border-radius:28px}.home-showcase__item--main{inset:55px 80px 42px 30px}.home-showcase__item--top{width:125px;height:125px;right:18px;top:20px}.home-showcase__item--bottom{width:115px;height:115px;right:16px;bottom:18px}.home-trust{margin-bottom:75px;padding:0 16px}.home-featured,.home-process{padding:75px 16px}.section-heading h2{font-size:2.65rem}.home-note{margin:0 16px 75px;grid-template-columns:1fr;gap:6px}.home-actions{align-items:flex-start;flex-direction:column}}
