:root{
  --green:#1f8f2f;--green-dark:#0c4f18;--green-soft:#eaf6ec;--ink:#153019;--text:#53635a;--cream:#f7f8f3;--white:#fff;--line:#dfe8e0;--shadow:0 24px 60px rgba(17,61,28,.13);--radius:24px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.narrow{max-width:820px}.center{text-align:center}.site-header{position:fixed;inset:0 0 auto;z-index:20;background:rgba(5,31,10,.48);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.12)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand img{width:210px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.28))}.nav-links{display:flex;gap:28px;align-items:center}.nav-links a{color:#fff;font-weight:600;font-size:14px;letter-spacing:.02em}.nav-links a:hover{color:#9cf0a7}.menu-toggle{display:none;background:none;border:0}.hero{min-height:100svh;position:relative;display:grid;place-items:center;overflow:hidden;color:#fff}.hero-video,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}.hero-video{object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(3,24,8,.86),rgba(3,24,8,.50) 52%,rgba(3,24,8,.65));}.hero-content{position:relative;z-index:2;padding-top:100px;max-width:1040px;margin-left:max(20px,calc((100vw - 1180px)/2));margin-right:auto}.hero-logo{width:min(520px,72vw);margin-bottom:28px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.35))}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:800}.eyebrow{color:#b4f2ba}.hero h1{font-size:clamp(42px,6.2vw,82px);line-height:1.02;letter-spacing:-.045em;max-width:960px;margin:12px 0 22px}.hero-copy{max-width:720px;font-size:18px;color:#e4eee6}.hero-actions{display:flex;gap:14px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;font-weight:800;transition:.2s}.btn-primary{background:#39b54a;color:#08240d;box-shadow:0 12px 30px rgba(57,181,74,.32)}.btn-primary:hover{transform:translateY(-2px);background:#49c95a}.btn-secondary{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.45)}.btn-secondary:hover{background:#fff;color:#17381d}.scroll-cue{position:absolute;z-index:2;bottom:28px;left:50%;transform:translateX(-50%);font-size:28px;color:#fff}.section{padding:104px 0}.section-light{background:var(--cream)}.section-kicker{color:var(--green)}h2{font-size:clamp(34px,4.5vw,58px);line-height:1.07;letter-spacing:-.035em;margin:8px 0 20px}.section-lead{font-size:18px;color:var(--text)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:56px}.feature-card{background:var(--green-dark);color:#fff;padding:28px;border-radius:var(--radius);min-height:290px}.feature-card h3{margin:14px 0 8px;font-size:22px}.feature-card p{color:#dbeadd;margin:0}.feature-icon{width:52px;height:52px;border-radius:16px;background:#fff;color:var(--green);display:grid;place-items:center;font-size:27px;font-weight:800}.gallery-band{padding-top:40px;background:#fff}.gallery-grid{display:grid;grid-template-columns:2fr 1.3fr 1fr;grid-template-rows:240px 240px;gap:12px}.placeholder,.product-image,.sketch-placeholder{background:linear-gradient(135deg,#dce8d8,#9fb89c);display:grid;place-items:center;position:relative;overflow:hidden}.placeholder:after,.product-image:after,.sketch-placeholder:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent 0 32px,rgba(255,255,255,.15) 32px 64px)}.placeholder span,.product-image span,.sketch-placeholder span{position:relative;z-index:1;font-weight:800;color:#35543a;background:rgba(255,255,255,.75);padding:8px 12px;border-radius:999px}.ph-wide{grid-row:1/3}.ph-tall{grid-row:1/3}.asset-note{text-align:center;color:#6d7c70;font-size:13px;margin:14px 0 0}.promise-section{background:#fff}.promise-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center}.promise-list{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px;margin-top:30px}.promise-list h3{margin:0 0 4px;color:var(--green-dark)}.promise-list p{margin:0;color:var(--text);font-size:15px}.promise-visual{min-height:620px;border-radius:36px;background:radial-gradient(circle at 60% 25%,#a8c88e,transparent 32%),linear-gradient(150deg,#174a21,#071e0b);display:grid;place-items:center;box-shadow:var(--shadow)}.promise-badge{width:72%;aspect-ratio:1/1.05;border:3px solid #d2e5c7;clip-path:polygon(50% 0,92% 14%,90% 67%,50% 100%,10% 67%,8% 14%);background:linear-gradient(#293426,#162516);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.promise-badge .check{font-size:58px}.promise-badge strong{font-family:'Playfair Display',serif;font-size:40px}.promise-badge small{letter-spacing:.18em}.products-section{background:var(--cream)}.product-list{margin-top:70px;display:grid;gap:32px}.product-row{display:grid;grid-template-columns:1.08fr .92fr;min-height:520px;background:#fff;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.product-row.reverse .product-image{order:2}.product-row.reverse .product-copy{order:1}.product-image{min-height:520px}.product-copy{padding:64px;align-self:center}.product-no{display:inline-block;color:var(--green);font-weight:800;font-size:14px;letter-spacing:.16em}.product-copy h3{font-size:42px;line-height:1.02;margin:12px 0 18px;letter-spacing:-.03em}.product-copy p{color:var(--text);font-size:17px}.custom-section{background:#fff}.custom-card{display:grid;grid-template-columns:.9fr 1.1fr;background:var(--green-soft);border-radius:36px;overflow:hidden}.custom-card>div:first-child{padding:70px}.custom-card .btn{margin-top:14px}.sketch-placeholder{min-height:560px}.footer{background:#08270e;color:#fff;padding:76px 0 30px}.footer-grid{display:grid;grid-template-columns:1fr .8fr;gap:80px}.footer-logo{width:300px;margin-bottom:24px}.footer h2{font-size:40px}.footer p{color:#c7d9ca}.contact-card{display:grid;gap:18px;align-content:start}.contact-card a,.contact-card>div{padding:18px 20px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.05)}.contact-card span{display:block;color:#9ad5a1;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.contact-card strong{font-size:17px}.footer-bottom{margin-top:58px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;color:#a8bbaa;font-size:13px}
@media(max-width:980px){.feature-grid{grid-template-columns:1fr 1fr}.promise-grid{grid-template-columns:1fr}.promise-visual{min-height:480px}.product-row,.product-row.reverse{grid-template-columns:1fr}.product-row.reverse .product-image,.product-row.reverse .product-copy{order:initial}.product-image{min-height:420px}.custom-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:220px 220px 220px}.ph-wide{grid-row:1/3}.ph-tall{grid-row:auto}}
@media(max-width:760px){.container{width:min(100% - 28px,1180px)}.nav-wrap{height:70px}.brand img{width:160px}.menu-toggle{display:grid;gap:5px;padding:8px}.menu-toggle span{width:26px;height:2px;background:#fff}.nav-links{position:absolute;top:70px;left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;background:#0b3512;border-radius:18px;padding:16px}.nav-links.open{display:flex}.nav-links a{padding:12px}.hero-content{margin:auto;padding-top:100px}.hero-logo{width:320px}.hero h1{font-size:46px}.hero-copy{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch;max-width:320px}.section{padding:76px 0}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.promise-list{grid-template-columns:1fr}.promise-visual{min-height:380px}.promise-badge strong{font-size:28px}.gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(5,200px)}.ph-wide,.ph-tall{grid-row:auto}.product-image{min-height:320px}.product-copy{padding:34px 26px}.product-copy h3{font-size:34px}.custom-card>div:first-child{padding:40px 26px}.sketch-placeholder{min-height:330px}.footer{padding-top:56px}.footer-grid{gap:38px}.footer h2{font-size:34px}.footer-bottom{gap:16px;flex-direction:column}.hero-video{object-position:center center}}

/* V2 real product imagery */
.gallery-item{margin:0;overflow:hidden;border-radius:22px;background:#eef4ed}
.gallery-item img,.product-image img,.sketch-placeholder img,.image-visual>img{width:100%;height:100%;object-fit:cover;display:block}
.product-image:after,.sketch-placeholder:after{display:none}
.product-image{background:#eef4ed}
.image-visual{position:relative;overflow:hidden;background:#0b3512}
.image-visual>img{position:absolute;inset:0}
.image-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,24,8,.08),rgba(4,24,8,.42))}
.compact-badge{position:relative;z-index:2;width:58%;max-width:330px;aspect-ratio:1/1.05;box-shadow:0 18px 50px rgba(0,0,0,.28)}
.sketch-placeholder img{object-position:center top}
@media(max-width:760px){.gallery-item{border-radius:16px}.compact-badge{width:62%}.product-image img{object-position:center center}}

/* V5 semantic feature icons */
.feature-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

.gallery-showcase{width:100%;max-width:1180px;margin:0 auto;border-radius:22px;overflow:hidden;background:#eef4ed}
.gallery-showcase img{width:100%;height:auto;display:block;object-fit:contain}
@media(max-width:760px){.gallery-showcase{border-radius:16px}}

/* V7: custom Why Choose Us badge icons */
.feature-icon.feature-icon-image {
  width: 88px;
  height: 88px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon.feature-icon-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 700px) {
  .feature-icon.feature-icon-image { width: 78px; height: 78px; }
}

/* V8 About Us page */
.nav-links a.active{color:#b4f2ba}
.about-hero{min-height:88svh}
.about-hero-content{max-width:980px}
.about-hero h1 span{color:#72ef84}
.about-intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:start}
.about-copy{font-size:18px;color:var(--text)}
.about-copy p{margin:0 0 20px}
.mission-vision-section{background:#fff}
.mv-stack{display:grid;gap:44px}
.mv-card{display:grid;grid-template-columns:1.05fr .95fr;background:var(--cream);border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}
.mv-card.reverse .mv-image{order:2}.mv-card.reverse .mv-copy{order:1}
.mv-image{min-height:560px;background:#eef4ed}.mv-image img{width:100%;height:100%;object-fit:cover;display:block}
.mv-copy{padding:70px;align-self:center}.mv-copy h2{font-size:clamp(34px,4vw,52px)}.mv-copy p:last-child{color:var(--text);font-size:18px}
.values-section{background:linear-gradient(145deg,#0c4f18,#08270e);color:#fff}
.values-heading p{color:#c7d9ca}.values-heading .section-kicker{color:#90e79a}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:56px}
.value-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);border-radius:26px;padding:30px;text-align:center;min-height:440px;display:flex;flex-direction:column;align-items:center}
.value-card img{width:124px;height:124px;object-fit:contain;margin-bottom:18px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.22))}
.value-card h3{font-size:22px;line-height:1.18;margin:8px 0 12px}.value-card p{color:#dbeadd;margin:0;font-size:15px}
@media(max-width:980px){.about-intro-grid{grid-template-columns:1fr;gap:28px}.mv-card,.mv-card.reverse{grid-template-columns:1fr}.mv-card.reverse .mv-image,.mv-card.reverse .mv-copy{order:initial}.mv-image{min-height:440px}.values-grid{grid-template-columns:1fr 1fr}.value-card{min-height:auto}}
@media(max-width:760px){.about-hero{min-height:78svh}.about-hero h1{font-size:44px}.about-copy{font-size:16px}.mv-copy{padding:38px 26px}.mv-image{min-height:340px}.values-grid{grid-template-columns:1fr}.value-card{padding:28px 24px}.value-card img{width:112px;height:112px}}

/* V9 Products page */
.green-text{color:var(--green)}
.products-hero{min-height:88svh}.products-hero-content{max-width:980px}.products-hero h1{max-width:900px}
.products-intro{background:#fff}.products-intro-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:64px;align-items:center}.products-collage{margin:0;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:#eef4ed}.products-collage img{width:100%;height:auto;display:block}
.catalog-section{background:var(--cream)}.catalog-heading{display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:end;margin-bottom:46px}.catalog-heading p:last-child{color:var(--text);margin:0 0 12px}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.catalog-card{margin:0;aspect-ratio:4/5;border-radius:26px;overflow:hidden;background:#e8eee8;box-shadow:0 14px 36px rgba(17,61,28,.10);transition:transform .22s ease,box-shadow .22s ease}.catalog-card:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(17,61,28,.16)}.catalog-card img{width:100%;height:100%;object-fit:cover;display:block}
.products-trust-section{background:#fff}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.trust-image{margin:0;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);background:#eef4ed;min-height:520px}.trust-image img{width:100%;height:100%;object-fit:cover;display:block}.trust-copy .btn{margin-top:16px}
@media(max-width:980px){.products-intro-grid,.trust-grid{grid-template-columns:1fr;gap:36px}.catalog-heading{grid-template-columns:1fr;gap:10px}.catalog-grid{grid-template-columns:1fr 1fr}.trust-image{min-height:440px}}
@media(max-width:760px){.products-hero{min-height:78svh}.products-hero h1{font-size:44px}.catalog-grid{grid-template-columns:1fr;gap:18px}.catalog-card{aspect-ratio:4/5;border-radius:20px}.products-collage{border-radius:20px}.trust-image{min-height:350px;border-radius:22px}}

/* V11 product gallery: folder-only, de-duplicated, proportional tiles */
.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch;}
.catalog-card{margin:0;border-radius:20px;overflow:hidden;background:#f4f5f1;aspect-ratio:4/5;box-shadow:0 12px 30px rgba(16,61,29,.08);}
.catalog-card img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;}
@media (max-width:900px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}}
@media (max-width:560px){.catalog-grid{grid-template-columns:1fr;gap:14px;}.catalog-card{aspect-ratio:4/5;}}

/* Contact page */
.contact-hero { min-height: 72vh; }
.contact-hero-content { max-width: 900px; text-align: center; }
.contact-section { background: linear-gradient(180deg,#f6faf6 0%,#fff 100%); }
.contact-page-grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:64px; align-items:start; }
.contact-intro h2 { margin-top:8px; }
.contact-details-panel { margin-top:32px; display:grid; gap:12px; }
.contact-details-panel > * { display:block; padding:18px 20px; border:1px solid #dce8dc; border-radius:16px; background:#fff; color:var(--ink,#17351f); text-decoration:none; }
.contact-detail-label { display:block; margin-bottom:4px; color:#168d2d; font-size:.82rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.inquiry-form { background:#fff; padding:32px; border:1px solid #dfe9df; border-radius:24px; box-shadow:0 18px 55px rgba(16,64,27,.08); display:grid; gap:18px; }
.inquiry-form label { display:grid; gap:8px; font-weight:700; color:#164d21; }
.inquiry-form input[type="text"],.inquiry-form input[type="email"],.inquiry-form select,.inquiry-form textarea { width:100%; box-sizing:border-box; border:1px solid #cbdacb; border-radius:12px; background:#fbfdfb; padding:14px 15px; font:inherit; color:#17351f; outline:none; transition:border-color .2s,box-shadow .2s; }
.inquiry-form textarea { resize:vertical; min-height:150px; }
.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus { border-color:#18a52f; box-shadow:0 0 0 4px rgba(24,165,47,.1); }
.form-row.two-col { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.check-row { display:flex !important; grid-template-columns:none !important; align-items:flex-start; gap:10px !important; font-weight:500 !important; color:#425547 !important; }
.check-row input { margin-top:4px; accent-color:#13952b; }
.submit-btn { border:0; cursor:pointer; justify-self:start; min-width:170px; }
.form-note { margin:0; font-size:.88rem; color:#68786a; }
.form-honeypot { position:absolute !important; left:-10000px !important; opacity:0 !important; pointer-events:none !important; }
@media (max-width: 850px) { .contact-page-grid { grid-template-columns:1fr; gap:34px; } .contact-hero { min-height:62vh; } }
@media (max-width: 620px) { .inquiry-form { padding:22px 18px; border-radius:18px; } .form-row.two-col { grid-template-columns:1fr; } .submit-btn { width:100%; } }

/* V13: center Contact hero content precisely */
.contact-hero-content{
  width:min(900px,calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.contact-hero-content .hero-logo{
  margin-left:auto;
  margin-right:auto;
}
.contact-hero-content .hero-copy{
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:760px){
  .contact-hero-content{width:min(100% - 28px,900px);}
}

/* V14: center hero content on Home, About Us, and Products */
.hero-content,
.about-hero-content,
.products-hero-content{
  width:min(100% - 40px,1040px);
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.hero-content .hero-logo,
.about-hero-content .hero-logo,
.products-hero-content .hero-logo{
  margin-left:auto;
  margin-right:auto;
}
.hero-content .hero-copy,
.about-hero-content .hero-copy,
.products-hero-content .hero-copy{
  margin-left:auto;
  margin-right:auto;
}
.hero-content .hero-actions,
.products-hero-content .hero-actions{
  justify-content:center;
}
@media(max-width:760px){
  .hero-content,.about-hero-content,.products-hero-content{
    width:min(100% - 28px,1040px);
    margin-left:auto;
    margin-right:auto;
  }
  .hero-content .hero-actions,.products-hero-content .hero-actions{
    margin-left:auto;
    margin-right:auto;
  }
}

/* V16: give hero CTA buttons breathing room above the next white section */
.hero-content .hero-actions,
.products-hero-content .hero-actions{
  margin-bottom:52px;
}
@media(max-width:760px){
  .hero-content .hero-actions,
  .products-hero-content .hero-actions{
    margin-bottom:34px;
  }
}
