:root{--forest: #1f4a2f;--forest-soft: #2c5c3d;--sage: #7f9f7d;--beige: #f5efe1;--sand: #e8ddc8;--ink: #1f2b1f;--muted: #5f695b;--white: #ffffff;--line: #d9cfbc;--shadow: 0 18px 48px rgba(25, 45, 31, .12);--radius: 14px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Open Sans,sans-serif;color:var(--ink);background:radial-gradient(circle at 10% 8%,rgba(127,159,125,.2),transparent 28%),radial-gradient(circle at 88% 15%,rgba(232,221,200,.5),transparent 38%),var(--beige);line-height:1.6}h1,h2,h3,h4{font-family:Poppins,sans-serif;line-height:1.2;margin:0;color:#1b2e1e}h1{font-size:clamp(2rem,5vw,3.6rem)}h2{font-size:clamp(1.5rem,3vw,2.3rem)}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block;border-radius:var(--radius)}.container{width:min(1160px,calc(100% - 2.5rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:100;background:#f5efe1eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(31,74,47,.12)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.8rem}.brand-mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:var(--white);font-family:Poppins,sans-serif;font-size:1.02rem;font-weight:700;background:linear-gradient(160deg,var(--forest),var(--sage))}.brand strong{font-family:Poppins,sans-serif;display:block;font-size:1.18rem;line-height:1.1}.site-nav{display:flex;align-items:center;gap:1.1rem}.site-nav a{font-size:1.08rem;font-weight:600;color:#334233;padding:.45rem .8rem;border-radius:999px;transition:background-color .25s ease,color .25s ease,transform .25s ease}.site-nav a:hover{transform:translateY(-1px)}.site-nav a.active{color:var(--forest);font-weight:700;background:#7f9f7d2e}.site-nav a.nav-contact{background:linear-gradient(135deg,var(--forest),var(--forest-soft));color:var(--white);box-shadow:0 10px 20px #1f4a2f33}.site-nav a.nav-contact.active{color:var(--white);background:linear-gradient(135deg,#2a6a3f,var(--forest-soft))}.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:var(--white);cursor:pointer}.menu-toggle span{display:block;width:18px;height:2px;margin:4px auto;background:var(--forest)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border-radius:999px;padding:.75rem 1.3rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--forest),var(--forest-soft));color:var(--white);box-shadow:0 12px 24px #1f4a2f3d}.btn-secondary{border-color:#1f4a2f59;background:#fffc;color:var(--forest)}.hero,.page-hero{background-size:cover;background-position:center;color:var(--white)}.hero{min-height:85vh;display:grid;place-items:center;padding:2rem 0}.hero-content{text-align:left;max-width:760px;animation:fadeInUp .8s ease}.hero-content h1,.hero-content p,.page-hero h1,.page-hero p{color:var(--white)}.hero-content p{margin-top:1rem;max-width:62ch}.kicker{letter-spacing:.09em;text-transform:uppercase;font-size:.78rem;font-weight:700;color:var(--sage);margin-bottom:.8rem}.hero .kicker,.page-hero .kicker{color:#c8dcbf}.hero-actions{margin-top:1.8rem;display:flex;flex-wrap:wrap;gap:.8rem}.page-hero{min-height:48vh;display:grid;place-items:center}.page-hero-content{padding:3.5rem 0;max-width:780px}.section{padding:4.8rem 0}.section h2{margin-bottom:1rem}.muted{background:#ffffff9e;border-block:1px solid rgba(31,74,47,.1)}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;align-items:center}.align-start{align-items:start}.stat-cards,.feature-grid,.timeline,.process-flow,.product-grid{margin-top:1.25rem}.stat-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.stat-cards article,.feature-grid article,.timeline article,.process-flow article,.panel,.contact-card,.quote-form,.product-card{background:var(--white);border:1px solid rgba(31,74,47,.14);border-radius:var(--radius);box-shadow:var(--shadow)}.stat-cards article{padding:1.2rem}.stat-cards h3{color:var(--forest)}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.feature-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid article{padding:1.3rem}.timeline{display:grid;gap:.9rem}.timeline article{padding:1.1rem 1.2rem;border-left:5px solid var(--sage)}.timeline h3{color:var(--forest);margin-bottom:.35rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.product-grid.large{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid.large .product-card{display:flex;flex-direction:column}.product-grid.large .product-card img{width:100%;height:240px;aspect-ratio:16 / 10;object-fit:cover}.product-card{overflow:hidden;transition:transform .28s ease,box-shadow .28s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 40px #192d1f2e}.product-card img{border-radius:0;width:100%;height:240px;aspect-ratio:16 / 10;object-fit:cover}.product-card>div,.product-card>a,.product-card>button{margin:1rem}.text-link{color:var(--forest);font-weight:700}.panel,.contact-card{padding:1.4rem;transition:transform .25s ease,box-shadow .25s ease}.panel:hover,.contact-card:hover,.feature-grid article:hover,.timeline article:hover,.process-flow article:hover{transform:translateY(-4px);box-shadow:0 20px 34px #192d1f29}.plain-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.process-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.process-flow article{padding:1.25rem;text-align:center;position:relative}.process-flow span{width:40px;height:40px;border-radius:50%;margin:0 auto .7rem;display:grid;place-items:center;background:var(--sand);color:var(--forest);font-weight:700}.cta-strip{background:linear-gradient(130deg,#f4f0e4,#e7dfcc)}.quote-form{padding:1.2rem;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.quote-form.compact{max-width:520px}.quote-form label{display:grid;gap:.35rem;font-size:.9rem;color:#344334}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #c8bea9;border-radius:10px;padding:.68rem .8rem;font:inherit;background:#fffcf5}.quote-form .full-width,.quote-form button{grid-column:1 / -1}.map-wrap{border:1px solid rgba(31,74,47,.15);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.map-wrap iframe{width:100%;height:370px;border:0}.site-footer{background:#1b2e1f;color:#dae2d8;margin-top:3rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.1fr;gap:2rem;padding:2.5rem 0}.site-footer h3,.site-footer h4{color:#f5f2eb;margin-bottom:.7rem}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.35rem}.brochure-link{display:inline-block;margin-top:1rem;color:#c8dcbf;font-weight:700}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);text-align:center;padding:.9rem;color:#c1ccc0}.reveal{animation:fadeInUp .8s ease both}.page-transition{animation:tabSwitchIn .42s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes tabSwitchIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1080px){.site-nav{position:absolute;top:82px;right:1rem;width:min(320px,calc(100% - 2rem));background:#fffdf8;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:1rem;flex-direction:column;align-items:start;opacity:0;pointer-events:none;transform:translateY(-12px);transition:.2s ease}.site-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.menu-toggle{display:block}.feature-grid.three,.process-flow,.product-grid,.product-grid.large,.footer-grid,.two-col,.stat-cards,.feature-grid,.quote-form{grid-template-columns:1fr}.hero{min-height:72vh}.container{width:min(1160px,calc(100% - 1.4rem))}}
