@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Source+Sans+3:wght@400;500;600&display=swap");

:root {
  --green-950: #063a24;
  --green-900: #07492b;
  --green-800: #0a5833;
  --green-600: #209a4b;
  --green-500: #2eae59;
  --green-100: #eaf5ed;
  --ink: #18221c;
  --muted: #667169;
  --surface: #f6f8f5;
  --line: #e4e9e5;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(8, 42, 25, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 88px 0; }
h1, h2, h3, h4 { margin: 0; font-family: "Montserrat", Arial, sans-serif; line-height: 1.18; }
p { margin: 0; }
.eyebrow { margin-bottom: 9px; color: var(--green-600); font-family: "Montserrat", Arial, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: "■"; margin-right: 7px; font-size: 7px; vertical-align: 2px; }
.eyebrow--light { color: #65cf88; }
.eyebrow--center { text-align: center; }
.section-title { margin-bottom: 38px; text-align: center; font-size: clamp(28px, 3vw, 40px); }
.section-title--light { color: #fff; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border: 1px solid var(--green-500); border-radius: 2px; background: var(--green-500); color: #fff; cursor: pointer; font-family: "Montserrat", Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #278f4c; }
.button--small { min-height: 40px; padding-inline: 20px; }
.button--outline { background: transparent; color: var(--green-700); }
.button--outline:hover { color: #fff; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-600); font-size: 13px; font-weight: 700; }
.arrow-link span { transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(4px); }

.site-header { z-index: 30; width: 100%; color: #fff; }
.site-header--overlay { position: absolute; inset: 0 0 auto; }
.site-header--solid { position: relative; background: var(--green-950); }
.topline { min-height: 30px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(3,50,30,.78); font-size: 11px; }
.topline__inner { display: flex; align-items: center; justify-content: space-between; min-height: 30px; }
.topline__left, .topline__right { display: flex; align-items: center; gap: 10px; }
.topline a { color: rgba(255,255,255,.78); }
.topline a:hover { color: #fff; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 94px; }
.brand img { width: 170px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 31px; }
.main-nav > a:not(.button) { position: relative; padding: 36px 0; font-family: "Montserrat", Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.main-nav > a:not(.button)::after { position: absolute; right: 0; bottom: 27px; left: 0; height: 2px; content: ""; background: var(--green-500); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav > a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.home-hero { position: relative; min-height: 670px; overflow: hidden; color: #fff; background: var(--green-950); }
.home-hero__slider { position: relative; min-height: 670px; }
.home-hero__slide { position: absolute; inset: 0; min-height: 670px; background-position: var(--hero-position, center); background-repeat: no-repeat; background-size: cover; opacity: 0; pointer-events: none; transition: opacity .7s ease, transform 1.2s ease; transform: scale(1.025); }
.home-hero__slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; transform: scale(1); }
.home-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,34,21,.83) 0%, rgba(2,38,23,.36) 50%, rgba(2,32,20,.58) 100%); }
.home-hero__content { position: relative; z-index: 2; display: flex; align-items: center; min-height: 670px; padding-top: 95px; }
.home-hero__copy { width: min(640px, 78%); padding-left: 76px; }
.home-hero h1 { margin: 10px 0 20px; color: #fff; font-size: clamp(48px, 7vw, 76px); font-weight: 800; letter-spacing: -.035em; text-transform: uppercase; }
.home-hero__copy > p:not(.eyebrow) { max-width: 590px; margin-bottom: 30px; color: rgba(255,255,255,.9); font-size: 19px; line-height: 1.65; }
.hero-controls { position: absolute; z-index: 4; inset: 0; min-height: 670px; pointer-events: none; }
.hero-controls button { pointer-events: auto; }
.hero-dots { position: absolute; top: 50%; left: 0; display: flex; flex-direction: column; gap: 16px; transform: translateY(-25%); }
.hero-dots button { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(2,38,23,.18); color: rgba(255,255,255,.7); cursor: pointer; font-size: 9px; }
.hero-dots .is-active { border-color: var(--green-500); background: var(--green-500); color: #fff; }
.hero-arrows { position: absolute; right: 0; bottom: 95px; display: grid; grid-template-columns: 46px 46px; gap: 10px; }
.hero-arrows button { display: grid; width: 46px; height: 46px; place-items: center; border: 0; border-radius: 50%; background: var(--green-500); color: #fff; cursor: pointer; font-size: 28px; transition: background .2s ease, transform .2s ease; }
.hero-arrows button:hover { background: #278f4c; transform: scale(1.06); }
.hero-arrows small { grid-column: 1 / -1; text-align: center; }

.intro-section { padding-bottom: 78px; }
.intro-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 0; }
.intro-grid article { min-height: 275px; padding: 10px 34px; border-right: 1px solid var(--line); }
.intro-grid article:first-child { padding-left: 0; }
.intro-grid article:last-child { border-right: 0; }
.intro-lead h2 { margin-bottom: 18px; max-width: 300px; font-size: 31px; text-transform: uppercase; }
.intro-lead > p:not(.eyebrow), .intro-item p { margin-bottom: 22px; color: var(--muted); font-size: 15px; }
.intro-item h3 { margin: 23px 0 14px; font-size: 18px; text-transform: uppercase; }
.line-icon { display: grid; width: 48px; height: 48px; place-items: center; border: 1.5px solid var(--green-500); border-radius: 50%; color: var(--green-600); }
.line-icon svg { width: 25px; height: 25px; }
.timeline-block { margin-top: 60px; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); padding-top: 22px; }
.timeline::before { position: absolute; top: 29px; right: 4%; left: 4%; height: 2px; content: ""; background: #dce5de; }
.timeline article { position: relative; padding: 0 9px; text-align: center; }
.timeline__dot { position: relative; z-index: 1; display: block; width: 14px; height: 14px; margin: 0 auto 17px; border: 4px solid #fff; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 2px var(--green-500); }
.timeline article:nth-child(even) .timeline__dot { background: var(--green-950); box-shadow: 0 0 0 2px var(--green-950); }
.timeline strong { color: var(--green-600); font-family: "Montserrat", Arial, sans-serif; }
.timeline article > div { min-height: 130px; margin-top: 9px; padding: 18px 14px; border: 1px solid var(--line); border-radius: 4px; background: #fff; box-shadow: 0 10px 30px rgba(16,58,34,.04); transition: transform .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.timeline h3 { margin-bottom: 8px; font-size: 14px; }
.timeline p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.timeline h3, .timeline p { transition: color .3s ease; }
.timeline article:nth-child(1) { --milestone: #238b4b; }
.timeline article:nth-child(2) { --milestone: #147c6d; }
.timeline article:nth-child(3) { --milestone: #9a7135; }
.timeline article:nth-child(4) { --milestone: #175c3c; }
.timeline article:nth-child(5) { --milestone: #60952f; }
.timeline article:nth-child(n) .timeline__dot { background: var(--milestone); box-shadow: 0 0 0 2px var(--milestone); }
.timeline article:hover > div { border-color: var(--milestone); background: var(--milestone); box-shadow: 0 20px 38px color-mix(in srgb, var(--milestone) 25%, transparent); transform: translateY(-9px); }
.timeline article:hover h3, .timeline article:hover p { color: #fff; }

.services-section { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { padding: 40px 25px 32px; border: 1px solid #eef1ee; background: #fff; text-align: center; box-shadow: 0 14px 35px rgba(13,58,35,.035); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card__icon { display: grid; width: 64px; height: 64px; margin: 0 auto 22px; place-items: center; border: 2px solid var(--green-500); border-radius: 22px 8px 22px 8px; color: var(--green-600); }
.service-card__icon svg { width: 34px; height: 34px; }
.service-card h3 { font-size: 17px; text-transform: uppercase; }
.service-card p { min-height: 55px; margin: 12px 0 14px; color: var(--muted); font-size: 14px; }

.products-section { background: linear-gradient(120deg, #04361f, #075633); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card { display: block; overflow: hidden; border-radius: 3px; background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.15); transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 28px 55px rgba(0,0,0,.27); }
.product-card:focus-visible { outline: 3px solid #74dc94; outline-offset: 4px; }
.product-card__media { position: relative; display: block; overflow: hidden; }
.product-card img { width: 100%; height: 205px; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.product-card__overlay { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(3,56,32,.67); color: #fff; font-family: "Montserrat", Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .08em; opacity: 0; text-transform: uppercase; transition: opacity .35s ease; }
.product-card:hover img { filter: saturate(1.08); transform: scale(1.08); }
.product-card:hover .product-card__overlay { opacity: 1; }
.product-card > div { padding: 20px 19px 22px; }
.product-card h3 { margin-bottom: 8px; font-size: 17px; }
.product-card p { min-height: 50px; margin-bottom: 15px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.mission-section { padding-block: 70px; }
.split-feature { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.brand-photo { position: relative; height: 385px; overflow: hidden; box-shadow: var(--shadow); }
.brand-photo > img:first-child { width: 100%; height: 100%; object-fit: cover; transition: filter .45s ease, transform .55s ease; }
.brand-photo:hover > img:first-child { filter: saturate(1.06); transform: scale(1.035); }
.brand-photo__logo, .testimonial-card__logo { position: absolute; z-index: 2; right: 18px; bottom: 18px; width: 142px; height: auto; padding: 7px 10px; border-radius: 3px; background: rgba(255,255,255,.9); box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.split-feature h2 { margin-bottom: 23px; font-size: clamp(32px, 4vw, 48px); }
.check-list { margin: 0 0 28px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 9px 0; padding-left: 27px; color: #465149; }
.check-list li::before { position: absolute; left: 0; content: "✓"; color: var(--green-500); font-weight: 800; }
.forest-banner { display: grid; min-height: 112px; place-items: center; background: linear-gradient(rgba(36,147,73,.88), rgba(36,147,73,.88)), url("../img/forest.jpg") center 43% / cover; color: rgba(255,255,255,.83); font-family: Georgia, serif; font-size: clamp(43px, 6vw, 77px); font-style: italic; letter-spacing: .015em; text-shadow: 0 2px 1px rgba(0,0,0,.2); }

.projects-section { background: #fff; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-card { display: block; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 35px rgba(10,50,30,.05); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.project-card:hover { border-color: #b8d8c1; box-shadow: 0 23px 48px rgba(7,69,38,.15); transform: translateY(-7px); }
.project-card:focus-visible { outline: 3px solid var(--green-500); outline-offset: 4px; }
.project-card__media { position: relative; display: block; overflow: hidden; }
.project-card img { width: 100%; height: 180px; object-fit: cover; transition: filter .4s ease, transform .45s ease; }
.project-card__overlay { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(4,70,39,.66); color: #fff; font-family: "Montserrat", Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .08em; opacity: 0; text-transform: uppercase; transition: opacity .35s ease; }
.project-card:hover img { filter: saturate(1.08); transform: scale(1.07); }
.project-card:hover .project-card__overlay { opacity: 1; }
.project-card > div { padding: 22px; }
.project-card h3 { margin-bottom: 8px; font-size: 17px; }
.project-card p { margin-bottom: 15px; color: var(--muted); font-size: 14px; }

.testimonials-section { padding-top: 45px; background: linear-gradient(#fff 0 38%, #f8faf8 38%); }
.testimonials { position: relative; max-width: 1030px; }
.testimonials__viewport { overflow: hidden; box-shadow: var(--shadow); }
.testimonials__track { display: flex; transition: transform .55s cubic-bezier(.22,.61,.36,1); }
.testimonial-card { display: grid; min-width: 100%; grid-template-columns: .86fr 1.14fr; align-items: stretch; background: #fff; }
.testimonial-card__media { position: relative; height: 360px; overflow: hidden; }
.testimonial-card__media > img:first-child { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.testimonial-card:hover .testimonial-card__media > img:first-child { transform: scale(1.025); }
.testimonial-card__logo { right: auto; bottom: 16px; left: 16px; width: 126px; }
.testimonial-card blockquote { position: relative; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 55px 62px; border: 1px solid var(--line); background: #fff; }
.quote-mark { position: absolute; top: 28px; color: #cce4d2; font-family: Georgia, serif; font-size: 76px; line-height: 1; }
.testimonial-stars { position: relative; margin: 13px 0 10px; color: #efb600; font-size: 20px; letter-spacing: .08em; }
.testimonial-card blockquote > p { position: relative; margin: 8px 0 25px; color: #505b53; font-size: 17px; }
.testimonial-card footer { display: flex; flex-direction: column; }
.testimonial-card footer strong { font-family: "Montserrat", Arial, sans-serif; }
.testimonial-card footer small { color: var(--muted); }
.testimonials__controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 25px; }
.testimonials__controls > button { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--green-500); border-radius: 50%; background: #fff; color: var(--green-700); cursor: pointer; font-size: 25px; }
.testimonials__dots { display: flex; align-items: center; gap: 9px; }
.testimonials__dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #c8d6cc; cursor: pointer; transition: width .2s ease, background .2s ease; }
.testimonials__dots button.is-active { width: 24px; border-radius: 10px; background: var(--green-500); }

.news-section { background: #f8faf8; }
.news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.news-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.news-card img { width: 100%; height: 165px; object-fit: cover; transition: transform .35s ease; }
.news-card:hover img { transform: scale(1.04); }
.news-card > div { padding: 18px; }
.news-card time { color: var(--green-600); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.news-card h3 { min-height: 62px; margin: 7px 0 18px; font-size: 15px; line-height: 1.4; }

.awards-strip { padding: 28px 0; border-top: 1px solid #ebe8d9; background: #faf8ed; }
.awards-row { display: flex; align-items: center; justify-content: center; gap: 32px; }
.awards-row > img { width: auto; max-width: 118px; height: 80px; object-fit: contain; }
.award-lmsa { display: flex; width: 140px; align-items: center; gap: 9px; color: #596159; font-size: 11px; line-height: 1.25; }
.award-lmsa img { width: 43px; }

.site-footer { padding-top: 60px; background: #043620; color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .9fr 1.1fr; gap: 55px; padding-bottom: 52px; }
.footer-about img { width: 175px; margin-bottom: 20px; }
.footer-about p { max-width: 290px; font-size: 13px; }
.site-footer h3 { margin: 9px 0 21px; color: #fff; font-size: 13px; text-transform: uppercase; }
.footer-list { margin: 0; padding: 0; list-style: none; }
.footer-list li { margin: 8px 0; font-size: 13px; }
.footer-list li::before { margin-right: 9px; content: "•"; color: var(--green-500); }
.footer-list a:hover { color: #fff; }
.map-card { display: flex; min-height: 130px; flex-direction: column; align-items: center; justify-content: center; border-radius: 3px; background: linear-gradient(135deg, #eef4f1, #cfe5db); color: var(--green-950); }
.map-card__pin { color: #e3533e; font-size: 25px; line-height: 1; }
.map-card small { color: #61726a; }
.footer-bottom { display: flex; min-height: 70px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-bottom div { display: flex; gap: 28px; }
.footer-bottom a:hover { color: #fff; }

.page-hero { position: relative; min-height: 430px; overflow: hidden; color: #fff; background-position: var(--page-hero-position, center); background-repeat: no-repeat; background-size: cover; }
.page-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,42,24,.91), rgba(3,47,28,.58), rgba(2,35,22,.7)); }
.page-hero__content { position: relative; z-index: 1; display: flex; min-height: 430px; flex-direction: column; justify-content: center; padding-block: 65px; }
.page-hero h1 { max-width: 820px; margin: 3px 0 16px; font-size: clamp(39px, 5.5vw, 65px); text-transform: uppercase; }
.page-hero__content > p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.83); font-size: 18px; }
.breadcrumbs { display: flex; gap: 10px; margin-top: 28px; color: rgba(255,255,255,.62); font-size: 12px; }
.breadcrumbs a { color: #75db96; }
.prose-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.prose-intro h2 { max-width: 440px; font-size: clamp(32px, 4vw, 48px); }
.prose-intro > div:last-child { color: var(--muted); font-size: 17px; }
.prose-intro > div:last-child p + p { margin-top: 17px; }
.history-section, .process-section, .contact-section { background: var(--surface); }
.history-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.history-grid article { min-height: 205px; padding: 25px 22px; border-top: 3px solid var(--green-500); background: #fff; box-shadow: 0 10px 30px rgba(8,45,27,.05); }
.history-grid strong { color: var(--green-600); font-family: "Montserrat", Arial, sans-serif; font-size: 25px; }
.history-grid h3 { margin: 16px 0 9px; font-size: 15px; }
.history-grid p { color: var(--muted); font-size: 13px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.stats-grid article { padding: 30px 22px; border-left: 2px solid var(--green-500); }
.stats-grid strong, .stats-grid span { display: block; }
.stats-grid strong { color: var(--green-900); font-family: "Montserrat", Arial, sans-serif; font-size: 27px; }
.stats-grid span { margin-top: 7px; color: var(--muted); font-size: 14px; }
.cta-band { padding: 62px 0; background: linear-gradient(120deg, #054027, #087040); color: #fff; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { margin-bottom: 10px; font-size: clamp(27px, 3vw, 40px); }
.cta-band p:not(.eyebrow) { color: rgba(255,255,255,.73); }
.inner-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.inner-card { overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 14px 35px rgba(6,51,29,.05); }
.inner-card img { width: 100%; height: 220px; object-fit: cover; }
.inner-card > div { padding: 25px; }
.inner-card h2 { margin-bottom: 12px; font-size: 21px; }
.inner-card p { min-height: 52px; margin-bottom: 17px; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-grid article { padding: 30px 24px; border: 1px solid var(--line); background: #fff; }
.process-grid span { color: var(--green-500); font-family: "Montserrat", Arial, sans-serif; font-size: 28px; font-weight: 800; }
.process-grid h3 { margin: 12px 0 9px; font-size: 17px; }
.process-grid p { color: var(--muted); font-size: 14px; }
.detail-intro { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.detail-intro h2 { max-width: 620px; font-size: clamp(27px, 3.5vw, 42px); line-height: 1.3; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature-list article { display: flex; min-height: 82px; align-items: center; gap: 15px; padding: 18px; border: 1px solid var(--line); }
.feature-list span { color: var(--green-500); font-family: "Montserrat", Arial, sans-serif; font-weight: 800; }
.feature-list strong { font-family: "Montserrat", Arial, sans-serif; font-size: 13px; }
.detail-section--alt { background: var(--surface); }
.detail-section__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }
.detail-section__grid > img { width: 100%; height: 390px; object-fit: cover; box-shadow: var(--shadow); }
.detail-section__grid h2 { margin-bottom: 20px; font-size: clamp(29px, 4vw, 44px); }
.detail-section__grid article > p:not(.eyebrow) { margin-bottom: 18px; color: var(--muted); font-size: 17px; }
.product-list-grid { display: grid; gap: 45px; }
.product-list-grid > article { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.product-list-grid > article:nth-child(even) img { order: 2; }
.product-list-grid img { width: 100%; height: 330px; object-fit: cover; }
.product-list-grid article > div { padding: 45px 55px; }
.product-list-grid h2, .product-detail h2 { margin-bottom: 15px; font-size: clamp(30px, 4vw, 44px); }
.product-list-grid p:not(.eyebrow), .product-detail article > p { margin-bottom: 25px; color: var(--muted); font-size: 17px; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }
.product-detail > img { width: 100%; height: 490px; object-fit: cover; box-shadow: var(--shadow); }
.product-detail h3 { margin: 27px 0 10px; font-size: 18px; }
.project-grid--inner h2 { font-size: 18px; }
.news-list { display: grid; grid-template-columns: 1fr 340px; gap: 55px; }
.news-list__featured { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.news-list .news-card h2 { min-height: 68px; font-size: 18px; line-height: 1.4; }
.news-list aside { padding-left: 35px; border-left: 1px solid var(--line); }
.news-list aside > h2 { margin-bottom: 24px; }
.news-list aside article { padding: 18px 0; border-bottom: 1px solid var(--line); }
.news-list aside time { color: var(--green-600); font-size: 11px; font-weight: 700; }
.news-list aside h3 { margin: 5px 0 8px; font-size: 14px; }
.news-list aside p { color: var(--muted); font-size: 13px; }
.article-page__body { max-width: 820px; }
.article-page__body > p, .article-page__body > ul { margin: 0 0 22px; color: #4c5850; font-size: 17px; }
.article-page__body h2 { margin: 42px 0 16px; font-size: 29px; }
.article-page__body li { margin: 9px 0; }
.article-lead { padding-left: 25px; border-left: 3px solid var(--green-500); color: var(--ink) !important; font-size: 22px !important; font-weight: 600; }
.article-callout { margin-top: 48px; padding: 35px; background: var(--surface); }
.article-callout h2 { margin-top: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-grid button { position: relative; overflow: hidden; height: 275px; padding: 0; border: 0; background: #ddd; cursor: zoom-in; }
.gallery-grid button:nth-child(1), .gallery-grid button:nth-child(5) { grid-column: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-grid button:hover img { transform: scale(1.045); }
.gallery-grid button span { position: absolute; right: 0; bottom: 0; left: 0; padding: 24px 18px 14px; background: linear-gradient(transparent, rgba(2,38,22,.86)); color: #fff; font-size: 13px; text-align: left; }
.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 60px; background: rgba(0,25,14,.94); }
.lightbox > img { max-width: min(1100px, 85vw); max-height: 82vh; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox__close, .lightbox__arrow { position: absolute; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--green-500); color: #fff; cursor: pointer; }
.lightbox__close { top: 25px; right: 25px; width: 44px; height: 44px; font-size: 27px; }
.lightbox__arrow { top: 50%; width: 48px; height: 48px; font-size: 30px; }
.lightbox__arrow--left { left: 30px; }
.lightbox__arrow--right { right: 30px; }
.form-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 75px; }
.form-layout article h2, .contact-layout h2 { margin-bottom: 20px; font-size: clamp(31px, 4vw, 46px); }
.form-layout article > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.inquiry-form { padding: 38px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.inquiry-form label { display: block; margin-bottom: 18px; color: #3b493f; font-size: 13px; font-weight: 600; }
.inquiry-form label > span { color: var(--green-500); }
.inquiry-form input:not([type="checkbox"]), .inquiry-form select, .inquiry-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #dce4de; border-radius: 2px; outline: none; background: #fff; color: var(--ink); transition: border .2s ease, box-shadow .2s ease; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(46,174,89,.1); }
.consent { display: flex !important; align-items: flex-start; gap: 9px; font-weight: 400 !important; }
.consent input { margin-top: 4px; }
.consent span { color: var(--muted) !important; }
.form-success { padding: 45px; border: 1px solid #cfe8d6; background: var(--green-100); }
.form-success strong { font-family: "Montserrat", Arial, sans-serif; font-size: 22px; }
.form-success p { margin: 12px 0 25px; color: var(--muted); }
.offer-modal { position: fixed; z-index: 200; inset: 0; display: grid; overflow-y: auto; padding: 35px 20px; place-items: center; background: rgba(1,30,17,.86); backdrop-filter: blur(5px); }
.offer-modal[hidden] { display: none; }
.offer-modal__dialog { position: relative; width: min(720px, 100%); max-height: calc(100vh - 70px); overflow-y: auto; padding: 42px; border-top: 4px solid var(--green-500); background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.offer-modal__dialog > h2 { margin: 0 50px 12px 0; font-size: clamp(29px, 4vw, 42px); }
.offer-modal__lead { margin-bottom: 28px; color: var(--muted); }
.offer-modal__close { position: absolute; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: var(--green-100); color: var(--green-900); cursor: pointer; font-size: 28px; line-height: 1; }
.offer-modal .inquiry-form { padding: 0; border: 0; box-shadow: none; }
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.contact-cards article { padding: 28px 20px; border: 1px solid var(--line); text-align: center; }
.contact-cards article { transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.contact-cards article:hover { border-color: #b9dac2; box-shadow: var(--shadow); transform: translateY(-5px); }
.contact-cards article > span { display: grid; width: 58px; height: 58px; margin: 0 auto 17px; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-800); }
.contact-cards article > span svg { width: 30px; height: 30px; }
.contact-cards h2 { margin-bottom: 5px; font-size: 16px; }
.contact-cards p { margin-bottom: 13px; color: var(--muted); font-size: 13px; }
.contact-cards a { display: block; color: var(--green-700); font-size: 13px; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.contact-list { margin: 25px 0; padding: 0; list-style: none; }
.contact-list li { display: flex; justify-content: space-between; gap: 25px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); }
.map-card--large { min-height: 175px; }
.missing-page { text-align: center; }
.missing-page h2 { margin-bottom: 25px; }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.button) { font-size: 10px; }
  .home-hero__slide { background-position: var(--hero-position-mobile, var(--hero-position, center)); }
  .page-hero { background-position: var(--page-hero-position-mobile, var(--page-hero-position, center)); }
  .intro-grid { grid-template-columns: repeat(2, 1fr); }
  .intro-grid article { border-bottom: 1px solid var(--line); }
  .intro-grid article:nth-child(2) { border-right: 0; }
  .service-grid, .product-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .history-grid { grid-template-columns: repeat(3, 1fr); }
  .inner-card-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .news-list { grid-template-columns: 1fr; }
  .news-list aside { padding-left: 0; border-left: 0; }
  .contact-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }
  .section { padding: 64px 0; }
  .topline__left { display: none; }
  .topline__inner { justify-content: center; }
  .topline__right a:first-child { display: none; }
  .nav-wrap { min-height: 78px; }
  .brand img { width: 135px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px; background: var(--green-950); box-shadow: 0 18px 40px rgba(0,0,0,.25); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 12px; }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav .button { margin-top: 16px; }
  .home-hero, .home-hero__slider, .home-hero__slide, .home-hero__content, .hero-controls { min-height: 720px; }
  .home-hero__slide { background-color: var(--green-950); background-position: center 108px; background-size: 100% auto; }
  .home-hero__shade { background: linear-gradient(180deg, rgba(2,34,21,.05) 108px, rgba(2,34,21,.24) 300px, rgba(2,34,21,.9) 470px, rgba(2,34,21,.99) 100%); }
  .home-hero__content { align-items: flex-end; padding: 0 0 115px; }
  .home-hero__copy { width: 100%; padding-left: 0; }
  .home-hero h1 { font-size: 48px; }
  .home-hero__copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-dots { display: none; }
  .hero-arrows { right: 0; bottom: 24px; grid-template-columns: 40px 40px; gap: 8px; }
  .hero-arrows button { width: 40px; height: 40px; font-size: 24px; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-grid article { min-height: 0; padding: 30px 0; border-right: 0; }
  .timeline { grid-template-columns: 1fr; gap: 18px; }
  .timeline::before { top: 0; bottom: 0; left: 7px; width: 2px; height: auto; }
  .timeline article { display: grid; grid-template-columns: 26px 60px 1fr; align-items: start; padding: 0; text-align: left; }
  .timeline__dot { margin-top: 15px; }
  .timeline article > div { margin-top: 0; }
  .service-grid, .product-grid, .project-grid, .news-grid { grid-template-columns: 1fr; }
  .product-card img, .project-card img, .news-card img { height: 220px; }
  .split-feature, .testimonial-card { grid-template-columns: 1fr; gap: 0; }
  .split-feature { gap: 36px; }
  .brand-photo, .testimonial-card__media { height: 280px; }
  .testimonial-card blockquote { min-height: 340px; padding: 48px 30px 38px; }
  .awards-row { flex-wrap: wrap; gap: 18px; }
  .awards-row > img { max-width: 88px; height: 65px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 15px; padding: 22px 0; }
  .footer-bottom div { flex-wrap: wrap; gap: 12px 22px; }
  .page-hero, .page-hero__content { min-height: 390px; }
  .prose-intro, .detail-intro, .detail-section__grid, .product-detail, .form-layout, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .history-grid, .stats-grid, .inner-card-grid, .process-grid, .news-list__featured, .contact-cards { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; }
  .product-list-grid > article { grid-template-columns: 1fr; }
  .product-list-grid > article:nth-child(even) img { order: 0; }
  .product-list-grid article > div { padding: 30px 25px; }
  .product-detail > img, .detail-section__grid > img { height: 320px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid button:nth-child(1), .gallery-grid button:nth-child(5) { grid-column: auto; }
  .lightbox { padding: 25px; }
  .lightbox__arrow { top: auto; bottom: 25px; }
  .form-grid { grid-template-columns: 1fr; }
  .inquiry-form { padding: 25px 20px; }
  .offer-modal { padding: 18px 12px; }
  .offer-modal__dialog { max-height: calc(100vh - 36px); padding: 34px 22px 24px; }
  .offer-modal .inquiry-form { padding: 0; }
}

.hp-field{position:absolute!important;left:-9999px!important}.lightbox[hidden]{display:none!important}
