:root{--green:#069b55;--green-dark:#07543b;--green-ink:#043d2d;--mint:#dff6ea;--cream:#f7f5ee;--gold:#d7a63c;--ink:#15251f;--muted:#63736c;--line:#dbe5df;--white:#fff;--shadow:0 20px 55px rgba(3,61,45,.12);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.eyebrow{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--green)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin:0 0 18px;color:var(--green-ink)}h1{font-size:clamp(2.8rem,6vw,5.8rem);letter-spacing:-.045em}h2{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.03em}h3{font-size:1.38rem}p{margin:0 0 18px}.lead{font-size:clamp(1.05rem,2vw,1.28rem);color:#43564e;max-width:700px}.muted{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 21px;border-radius:999px;border:1px solid transparent;font-weight:800;transition:.2s ease;cursor:pointer}.btn-primary{background:var(--green);color:white}.btn-primary:hover{background:#087f49;transform:translateY(-2px)}.btn-secondary{border-color:var(--green-dark);color:var(--green-dark);background:white}.btn-secondary:hover{background:var(--mint)}.btn-light{background:white;color:var(--green-dark)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.topbar{background:var(--green-ink);color:#d9eee4;font-size:.83rem;padding:8px 0}.topbar .container{display:flex;justify-content:space-between;gap:20px}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,229,223,.8)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--green-ink)}.brand img{width:64px;height:64px;object-fit:contain}.brand-name{font-family:Georgia,serif;font-size:1.25rem}.nav-links{display:flex;align-items:center;gap:26px;font-size:.92rem;font-weight:750}.nav-links a:hover{color:var(--green)}.menu-btn{display:none;background:none;border:0;font-size:1.5rem}.hero{position:relative;overflow:hidden;background:var(--cream)}.hero-grid{min-height:720px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;padding:78px 0}.hero-copy{position:relative;z-index:2}.hero-copy h1 em{color:var(--green);font-style:normal}.hero-media{position:relative;height:590px;border-radius:42% 42% 12% 12%/30% 30% 10% 10%;overflow:hidden;box-shadow:var(--shadow)}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-card{position:absolute;left:-40px;bottom:45px;background:white;border-radius:18px;padding:18px 22px;box-shadow:var(--shadow);max-width:250px}.hero-card strong{display:block;color:var(--green-dark);font-size:1.05rem}.hero-orbit{position:absolute;width:470px;height:470px;border:1px solid rgba(6,155,85,.22);border-radius:50%;right:-160px;top:-130px}.proof-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:white}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-item{padding:26px;border-right:1px solid var(--line)}.proof-item:last-child{border-right:0}.proof-item strong{display:block;color:var(--green-dark);font-size:1rem}.section{padding:96px 0}.section-sm{padding:64px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-head p{max-width:570px}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#b7d7c5}.card-media{height:220px;overflow:hidden;background:var(--cream)}.card-media img{width:100%;height:100%;object-fit:cover;transition:.4s}.card:hover .card-media img{transform:scale(1.035)}.card-body{padding:25px}.card-body p{color:var(--muted);font-size:.94rem}.tag{display:inline-flex;background:var(--mint);color:var(--green-dark);padding:5px 10px;border-radius:999px;font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.link-arrow{font-weight:850;color:var(--green);display:inline-flex;gap:7px;align-items:center}.formats{background:var(--green-ink);color:white}.formats h2,.formats h3{color:white}.formats .eyebrow{color:#77e1aa}.formats .lead,.formats .muted{color:#c8ddd3}.format-card{padding:28px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.05)}.format-icon{font-size:2rem;margin-bottom:18px}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.image-stack{position:relative;min-height:560px}.image-stack .main{width:78%;height:520px;object-fit:cover;border-radius:28px}.image-stack .small{position:absolute;right:0;bottom:0;width:48%;height:250px;object-fit:cover;border:10px solid white;border-radius:25px;box-shadow:var(--shadow)}.check-list{list-style:none;padding:0;margin:28px 0}.check-list li{position:relative;padding:10px 0 10px 32px;border-bottom:1px solid var(--line)}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.process{counter-reset:step}.step{position:relative;padding:28px 22px 28px 72px;border-top:1px solid var(--line)}.step:before{counter-increment:step;content:counter(step,decimal-leading-zero);position:absolute;left:0;top:20px;font-family:Georgia,serif;font-size:2.2rem;color:var(--green)}.cta{background:linear-gradient(120deg,var(--green-ink),#087049);color:white;border-radius:34px;padding:58px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta h2{color:white}.cta p{color:#d6ebe1;max-width:650px}.site-footer{background:#062f24;color:#c7ddd3;padding:70px 0 30px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.site-footer h3{color:white;font-family:inherit;font-size:1rem}.site-footer a{display:block;padding:5px 0;font-size:.9rem}.site-footer a:hover{color:white}.footer-brand img{width:110px;height:110px;object-fit:contain;background:white;border-radius:18px;margin-bottom:18px}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:50px;padding-top:24px;display:flex;justify-content:space-between;font-size:.8rem}.page-hero{background:var(--cream);padding:86px 0 70px}.page-hero h1{font-size:clamp(2.7rem,5vw,4.8rem);max-width:900px}.breadcrumbs{font-size:.82rem;color:var(--muted);margin-bottom:28px}.product-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.product-photo{height:520px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.product-photo img{width:100%;height:100%;object-fit:cover}.product-facts{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:20px;margin-top:30px;overflow:hidden}.product-facts div{padding:18px;border-right:1px solid var(--line)}.product-facts div:last-child{border-right:0}.product-facts span{display:block;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.content-with-aside{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:60px}.prose h2{font-size:2.1rem;margin-top:50px}.prose h3{margin-top:30px}.prose ul{padding-left:22px}.prose li{margin:8px 0}.aside-card{position:sticky;top:112px;border:1px solid var(--line);border-radius:22px;padding:28px;background:var(--cream)}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:35px}.filter-btn{border:1px solid var(--line);background:white;border-radius:999px;padding:9px 14px;font-weight:750;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:var(--green-ink);color:white}.catalog-grid .card{display:flex;flex-direction:column}.catalog-grid .card-body{flex:1;display:flex;flex-direction:column}.catalog-grid .link-arrow{margin-top:auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.85rem;font-weight:800}.field input,.field select,.field textarea{border:1px solid #cbd9d1;border-radius:12px;padding:13px 14px;background:white}.field textarea{min-height:130px;resize:vertical}.notice{padding:18px 20px;border-radius:14px;background:#fff8e7;border:1px solid #f1d68f;color:#6c5420;font-size:.88rem}.faq details{border-top:1px solid var(--line);padding:18px 0}.faq summary{font-weight:850;cursor:pointer}.faq details p{padding-top:12px;color:var(--muted)}.search-box{display:flex;gap:10px;margin-bottom:25px}.search-box input{flex:1;border:1px solid var(--line);border-radius:999px;padding:13px 18px}.empty{display:none;padding:30px;text-align:center;color:var(--muted)}
@media(max-width:1000px){.nav-links{position:fixed;left:20px;right:20px;top:100px;background:white;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-btn{display:block}.nav .btn{display:none}.hero-grid,.product-hero,.split,.content-with-aside{grid-template-columns:1fr}.hero-grid{padding:55px 0}.hero-media{height:500px}.hero-card{left:20px}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-item:nth-child(2){border-right:0}.proof-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.footer-grid{grid-template-columns:1fr 1fr}.content-with-aside{gap:35px}.aside-card{position:static}}
@media(max-width:680px){.container{width:min(100% - 26px,1180px)}.topbar .container{justify-content:center}.topbar span:last-child{display:none}.nav{height:72px}.brand img{width:52px;height:52px}.brand-name{font-size:1rem}.hero-grid{min-height:auto;gap:35px}.hero-media{height:390px;border-radius:28px}.hero-card{display:none}.section{padding:70px 0}.section-head{display:block}.section-head p{margin-top:10px}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.proof-grid{grid-template-columns:1fr}.proof-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.proof-item:last-child{border-bottom:0!important}.split{gap:38px}.image-stack{min-height:430px}.image-stack .main{height:390px;width:88%}.image-stack .small{height:180px}.cta{padding:34px 26px;display:block}.cta .btn{margin-top:16px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.product-photo{height:360px}.product-facts{grid-template-columns:1fr}.product-facts div{border-right:0;border-bottom:1px solid var(--line)}.product-facts div:last-child{border-bottom:0}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}
