:root{
  --green:#03b700;
  --green-2:#029600;
  --red:#fb020e;
  --ink:#232323;
  --text:#333333;
  --text-soft:#6b6b6b;
  --line:#e4e4e4;
  --mist:#f6f7f7;
  --dark:#1c1c1c;
  --dark-2:#282828;
  --body:'Inter', 'Roboto', sans-serif;
  --mono:'IBM Plex Mono', monospace;
  --max:1200px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:var(--body);color:var(--text);background:#fff;-webkit-font-smoothing:antialiased;}
img,svg{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4{margin:0;line-height:1.25;font-weight:700;color:var(--ink);}
p{margin:0;}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px;}
.eyebrow{font-family:var(--mono);font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--green);font-weight:600;margin-bottom:10px;display:block;}
.btn{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14px;padding:11px 22px;border-radius:4px;border:1px solid transparent;cursor:pointer;transition:all .15s;white-space:nowrap;}
.btn-primary{background:var(--green);color:#fff;}
.btn-primary:hover{background:var(--green-2);}
.btn-ghost{background:#fff;border-color:var(--line);color:var(--ink);}
.btn-ghost:hover{border-color:var(--green);color:var(--green);}
.btn-ghost-dark{background:transparent;border-color:rgba(255,255,255,.4);color:#fff;}
.btn-ghost-dark:hover{border-color:#fff;}
.btn-sm{padding:8px 16px;font-size:13px;}
.reveal{opacity:0;transform:translateY(14px);transition:opacity .5s ease, transform .5s ease;}
.reveal.in{opacity:1;transform:none;}

.topbar{background:#f1f1f1;border-bottom:1px solid var(--line);font-size:12.5px;}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;height:34px;color:var(--text-soft);}
.topbar a{color:var(--text-soft);}
.topbar a:hover{color:var(--green);}
.topbar .hide-mobile{display:inline;}

header.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06);}
.masthead{display:flex;align-items:center;justify-content:space-between;gap:24px;height:88px;}
.logo{display:flex;align-items:center;}
.logo img{height:56px;width:auto;}
.header-phone{display:flex;align-items:center;gap:10px;}
.header-phone .ic{width:38px;height:38px;border-radius:50%;background:var(--mist);display:flex;align-items:center;justify-content:center;flex:none;}
.header-phone .ic svg{width:18px;height:18px;stroke:var(--green);}
.header-phone span{display:block;font-size:11px;color:var(--text-soft);}
.header-phone b{display:block;font-size:16px;color:var(--ink);}
.burger{display:none;background:none;border:none;cursor:pointer;padding:6px;}
.burger span{display:block;width:22px;height:2px;background:var(--ink);margin:5px 0;}

.navbar-primary{background:var(--green);}
.nav-inner-row{display:flex;align-items:center;justify-content:space-between;height:48px;}
.nav-links{display:flex;align-items:center;gap:2px;}
.nav-links a{color:#fff;font-size:13.5px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;padding:14px 16px;display:inline-block;transition:background .15s;}
.nav-links a:hover, .nav-links a.active{background:rgba(0,0,0,.12);}
.mobile-menu{display:none;flex-direction:column;background:var(--green-2);}
.mobile-menu a{color:#fff;padding:13px 24px;border-top:1px solid rgba(255,255,255,.15);font-weight:700;text-transform:uppercase;font-size:13px;}
.mobile-menu a.active{background:rgba(0,0,0,.15);}
.mobile-menu.open{display:flex;}

.page-hero{background:var(--mist);border-bottom:1px solid var(--line);padding:36px 0;}
.page-hero .crumb{font-size:12.5px;color:var(--text-soft);margin-bottom:10px;}
.page-hero .crumb a{color:var(--text-soft);}
.page-hero .crumb a:hover{color:var(--green);}
.page-hero h1{font-size:clamp(22px,3vw,32px);}
.page-hero p.lead{font-size:14.5px;color:var(--text-soft);max-width:640px;margin-top:10px;line-height:1.6;}

.hero{background:linear-gradient(135deg,#0e5c00 0%,#03b700 100%);color:#fff;padding:56px 0;}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;}
.hero h1{font-size:clamp(28px,4vw,42px);color:#fff;margin-bottom:16px;font-weight:800;}
.hero h1 em{font-style:normal;background:rgba(255,255,255,.18);padding:2px 8px;border-radius:4px;}
.hero p.lead{font-size:15.5px;line-height:1.65;color:rgba(255,255,255,.9);max-width:480px;margin-bottom:26px;}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:26px;}
.hero-meta{display:flex;gap:26px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.25);padding-top:16px;}
.hero-meta div{font-size:12px;color:rgba(255,255,255,.85);}
.hero-meta div b{display:block;color:#fff;font-size:22px;font-weight:800;}
.hero-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 20px 50px -14px rgba(0,0,0,.4);}
.hero-card img{width:100%;border-radius:6px;margin-bottom:14px;background:var(--mist);aspect-ratio:1/1;object-fit:contain;}
.hero-card h4{font-size:15px;margin-bottom:6px;}
.hero-card .price{color:var(--red);font-size:20px;font-weight:800;}
.hero-card .tagline{font-size:11.5px;color:var(--text-soft);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;}

.trust{background:#fff;border-bottom:1px solid var(--line);}
.trust-inner{display:flex;flex-wrap:wrap;}
.trust-item{flex:1 1 220px;padding:18px 22px;border-left:1px solid var(--line);font-size:12.5px;color:var(--text-soft);display:flex;gap:10px;align-items:flex-start;}
.trust-item:first-child{border-left:none;}
.trust-item svg{width:20px;height:20px;stroke:var(--green);flex:none;margin-top:1px;}
.trust-item b{display:block;color:var(--ink);font-size:13.5px;margin-bottom:2px;}

section{padding:56px 0;}
.sec-head{max-width:640px;margin-bottom:30px;}
.sec-head h2{font-size:clamp(22px,2.6vw,28px);position:relative;padding-bottom:12px;}
.sec-head h2::after{content:"";position:absolute;left:0;bottom:0;width:46px;height:3px;background:var(--green);}
.sec-head p{color:var(--text-soft);font-size:14px;line-height:1.6;margin-top:14px;}
.sec-head.split{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;max-width:none;flex-wrap:wrap;}
.sec-head.split h2{padding-bottom:0;}
.sec-head.split h2::after{display:none;}

.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.cat-card{background:#fff;border:1px solid var(--line);border-radius:6px;padding:20px;display:flex;gap:14px;align-items:center;transition:box-shadow .15s, border-color .15s;}
.cat-card:hover{border-color:var(--green);box-shadow:0 8px 20px -10px rgba(0,0,0,.15);}
.cat-icon{width:44px;height:44px;border-radius:50%;background:var(--mist);display:flex;align-items:center;justify-content:center;flex:none;}
.cat-icon svg{width:22px;height:22px;stroke:var(--green);}
.cat-card h4{font-size:15px;margin-bottom:3px;}
.cat-card p{font-size:12.5px;color:var(--text-soft);line-height:1.45;}

.products{background:var(--mist);}
.filter-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px;}
.filter-tab{font-size:12.5px;font-weight:700;padding:8px 16px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--text-soft);cursor:pointer;transition:all .15s;}
.filter-tab:hover{border-color:var(--green);color:var(--green);}
.filter-tab.active{background:var(--green);border-color:var(--green);color:#fff;}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.product-card{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s, transform .15s;}
.product-card:hover{box-shadow:0 14px 30px -14px rgba(0,0,0,.2);transform:translateY(-2px);}
.product-thumb{aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid var(--line);padding:10px;}
.product-thumb img{width:100%;height:100%;object-fit:contain;}
.product-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px;flex:1;}
.product-cat{font-size:10.5px;color:var(--green);text-transform:uppercase;letter-spacing:.03em;font-weight:700;}
.product-body h4{font-weight:600;font-size:13.8px;color:var(--ink);line-height:1.4;}
.product-body h4 a{color:inherit;}
.product-body h4 a:hover{color:var(--green);}
.product-code{font-family:var(--mono);font-size:10.5px;color:#9a9a9a;}
.product-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid #f0f0f0;}
.product-price{font-size:16.5px;color:var(--red);font-weight:800;}
.product-link{font-size:11px;color:var(--ink);text-transform:uppercase;font-weight:700;letter-spacing:.02em;}
.product-link:hover{color:var(--green);}

.pd-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:start;}
.pd-gallery{background:#fff;border:1px solid var(--line);border-radius:6px;padding:24px;display:flex;align-items:center;justify-content:center;position:relative;aspect-ratio:1/1;}
.pd-gallery img{width:100%;height:100%;object-fit:contain;}
.pd-gallery .badge{position:absolute;top:14px;left:14px;background:var(--green);color:#fff;font-size:11px;font-weight:700;padding:5px 11px;border-radius:3px;text-transform:uppercase;}
.pd-cat{font-size:12px;color:var(--green);text-transform:uppercase;letter-spacing:.03em;font-weight:700;margin-bottom:8px;}
.pd-title{font-size:clamp(21px,2.6vw,28px);color:var(--ink);margin-bottom:10px;}
.pd-code{font-family:var(--mono);font-size:12px;color:#9a9a9a;margin-bottom:16px;}
.pd-price{font-size:30px;color:var(--red);font-weight:800;margin-bottom:20px;}
.pd-cta{display:flex;gap:10px;margin-bottom:24px;flex-wrap:wrap;}
.pd-highlights{background:var(--mist);border-radius:6px;padding:18px 20px;margin-bottom:16px;}
.pd-highlights h5{font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-soft);margin-bottom:12px;font-weight:700;}
.pd-highlights li{font-size:13.8px;color:var(--text);line-height:1.6;display:flex;gap:9px;margin-bottom:8px;}
.pd-highlights li::before{content:"✓";color:var(--green);font-weight:700;flex:none;}
.pd-ship{display:flex;gap:12px;background:#fff;border:1px solid var(--line);border-radius:6px;padding:14px 16px;align-items:flex-start;}
.pd-ship svg{width:20px;height:20px;stroke:var(--green);flex:none;margin-top:2px;}
.pd-ship li{font-size:12.8px;color:var(--text-soft);line-height:1.55;margin-bottom:4px;}

.process{background:var(--dark);color:#fff;}
.process .sec-head h2{color:#fff;}
.process .sec-head h2::after{background:var(--green);}
.process .sec-head p{color:#b8b8b8;}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(255,255,255,.12);}
.process-item{padding:26px 22px 0;border-right:1px solid rgba(255,255,255,.12);}
.process-item:last-child{border-right:none;}
.process-num{font-family:var(--mono);font-size:12px;color:var(--green);margin-bottom:14px;font-weight:700;}
.process-item h4{font-size:16px;color:#fff;margin-bottom:8px;}
.process-item p{font-size:13px;color:#b8b8b8;line-height:1.6;}

.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.why-card{background:#fff;border:1px solid var(--line);border-radius:6px;padding:22px 20px;}
.why-card .glyph{width:34px;height:34px;margin-bottom:14px;}
.why-card .glyph svg{stroke:var(--green);width:100%;height:100%;}
.why-card h4{font-size:15.5px;margin-bottom:6px;}
.why-card p{font-size:12.8px;color:var(--text-soft);line-height:1.5;}

.pillars{background:var(--mist);}
.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.pillar-card{background:#fff;border:1px solid var(--line);border-radius:6px;padding:24px;}
.pillar-num{font-family:var(--mono);font-size:12px;color:var(--green);margin-bottom:12px;font-weight:700;}
.pillar-card h4{font-size:17px;margin-bottom:8px;}
.pillar-card p{font-size:13.5px;color:var(--text-soft);line-height:1.6;}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}
.about-copy p{color:var(--text-soft);font-size:14.5px;line-height:1.75;margin-bottom:14px;}
.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:6px;overflow:hidden;}
.stat{background:#fff;padding:20px 18px;}
.stat b{display:block;font-size:26px;color:var(--green);font-weight:800;}
.stat span{font-size:11px;color:var(--text-soft);display:block;margin-top:4px;text-transform:uppercase;}

.cta-banner{background:var(--green);padding:44px 0;}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap;}
.cta-inner h3{color:#fff;font-size:clamp(19px,2.4vw,25px);max-width:560px;}
.cta-banner .btn-primary{background:var(--dark);border-color:var(--dark);}
.cta-banner .btn-primary:hover{background:#000;}

.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:44px;}
.contact-card{border:1px solid var(--line);border-radius:6px;padding:18px 20px;margin-bottom:12px;display:flex;gap:12px;align-items:flex-start;background:#fff;}
.contact-card .ic{width:36px;height:36px;border-radius:50%;background:var(--mist);display:flex;align-items:center;justify-content:center;flex:none;}
.contact-card .ic svg{width:17px;height:17px;stroke:var(--green);}
.contact-card h4{font-size:14px;margin-bottom:3px;}
.contact-card p{font-size:13px;color:var(--text-soft);line-height:1.5;}
.contact-card a.big{font-weight:700;font-size:15px;color:var(--ink);display:inline-block;margin-top:3px;}
.map-embed{border:1px solid var(--line);border-radius:6px;overflow:hidden;margin-bottom:12px;height:210px;}
.map-embed iframe{width:100%;height:100%;border:0;}

form.quote{background:#fff;border:1px solid var(--line);border-radius:6px;padding:28px 26px;}
form.quote h3{font-size:21px;margin-bottom:6px;}
form.quote > p{color:var(--text-soft);font-size:13px;margin-bottom:20px;}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;}
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;}
.field label{font-size:11.5px;font-weight:700;color:var(--text-soft);text-transform:uppercase;letter-spacing:.02em;}
.field input, .field select, .field textarea{background:#fff;border:1px solid var(--line);border-radius:4px;padding:11px 12px;color:var(--ink);font-family:var(--body);font-size:14px;outline:none;transition:border-color .15s;}
.field input:focus, .field select:focus, .field textarea:focus{border-color:var(--green);}
form.quote .btn-primary{width:100%;justify-content:center;margin-top:4px;padding:13px;}
.form-note{font-size:11px;color:var(--text-soft);margin-top:12px;text-align:center;}
.form-success{display:none;text-align:center;padding:24px 6px;}
.form-success.show{display:block;}
.form-success .glyph{width:42px;height:42px;margin:0 auto 14px;}
.form-success h4{font-size:17px;margin-bottom:8px;}
.form-success p{color:var(--text-soft);font-size:13px;}

.policy-list{border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#fff;}
.policy-item{border-bottom:1px solid var(--line);}
.policy-item:last-child{border-bottom:none;}
.policy-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;background:none;border:none;cursor:pointer;text-align:left;font-size:16px;font-weight:700;color:var(--ink);}
.policy-q .plus{font-size:18px;color:var(--green);flex:none;transition:transform .2s;font-weight:400;}
.policy-item.open .plus{transform:rotate(45deg);}
.policy-a{max-height:0;overflow:hidden;transition:max-height .25s ease;}
.policy-a .inner{padding:0 22px 20px;}
.policy-a li{font-size:13.5px;color:var(--text-soft);line-height:1.65;display:flex;gap:9px;margin-bottom:7px;}
.policy-a li::before{content:"";width:5px;height:5px;background:var(--green);margin-top:7px;flex:none;border-radius:50%;}

footer{background:var(--dark);color:#d8d8d8;padding:52px 0 22px;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1);}
.footer-logo img{height:38px;width:auto;margin-bottom:14px;}
footer p.tag{color:#a8a8a8;font-size:13px;line-height:1.65;max-width:290px;}
footer h5{font-size:14px;color:#fff;margin-bottom:14px;font-weight:700;}
footer ul li{margin-bottom:10px;font-size:13px;color:#b8b8b8;}
footer ul li a{font-size:13px;color:#b8b8b8;transition:color .15s;}
footer ul li a:hover{color:var(--green);}
.socials{display:flex;gap:8px;}
.socials a{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;transition:.15s;}
.socials a:hover{background:var(--green);border-color:var(--green);}
.socials a svg{width:14px;height:14px;stroke:#fff;}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:18px;flex-wrap:wrap;gap:10px;}
.footer-bottom p{color:#8a8a8a;font-size:11.5px;}

@media (max-width: 980px){
  .nav-links{display:none;}
  .burger{display:block;}
  .hero-grid, .about-grid, .contact-grid, .pd-grid{grid-template-columns:1fr;}
  .cat-grid, .product-grid{grid-template-columns:1fr 1fr;}
  .process-grid, .why-grid, .pillar-grid{grid-template-columns:1fr 1fr;}
  .process-item{border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:22px;}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px;}
  .topbar .hide-mobile{display:none;}
  .header-phone span{display:none;}
}
@media (max-width: 600px){
  section{padding:40px 0;}
  .cat-grid, .product-grid, .process-grid, .why-grid, .pillar-grid{grid-template-columns:1fr;}
  .process-item{border-right:none;}
  .field-row{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .cta-inner{flex-direction:column;align-items:flex-start;}
  .sec-head.split{align-items:flex-start;}
  .masthead{height:70px;}
  .logo img{height:42px;}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  .reveal{transition:none;opacity:1;transform:none;}
}
