/* Home page sections and full-page scrolling only. */
html { scroll-snap-type: y mandatory; }
body.fullpage-active { height: 100%; overflow: hidden; }
.page-slide { scroll-snap-align: start; scroll-snap-stop: always; }
.site-footer.page-slide { min-height: 100svh; }
.page-swiper:not(.swiper-initialized) > .swiper-wrapper { display: block; height: auto; transform: none !important; }
.page-swiper:not(.swiper-initialized) .swiper-slide { height: auto; }
.page-swiper.swiper-initialized { width: 100%; height: 100svh; overflow: clip; }
.page-swiper.swiper-initialized .page-slide { height: 100svh !important; min-height: 0; overflow: hidden; }
.page-swiper.swiper-initialized .section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 84px;
  padding-bottom: 0;
}
.page-swiper.swiper-initialized .section-heading { margin-bottom: clamp(22px, 4svh, 48px); }
.page-swiper.swiper-initialized .hero-panel { min-height: min(491px, 68svh); }
.page-swiper.swiper-initialized .about {
  display: grid;
  grid-template-rows: minmax(0, 1fr) clamp(220px, 34svh, 400px);
  gap: 0;
  justify-content: stretch;
}
.page-swiper.swiper-initialized .about > .container { display: flex; align-items: center; }
.page-swiper.swiper-initialized .about-grid {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  align-self: center;
}
.page-swiper.swiper-initialized .stats-band { width: 100%; height: auto; margin-top: 0; }
.page-swiper.swiper-initialized .product-feature { height: min(592px, calc(100svh - 175px)); min-height: 0; }
.page-swiper.swiper-initialized .solution-card { min-height: 0; height: min(592px, calc(100svh - 180px)); }
.page-swiper.swiper-initialized .advantages { padding-bottom: 0; }
.page-swiper.swiper-initialized .advantage-list { gap: clamp(8px, 1.6svh, 20px); }
.page-swiper.swiper-initialized .advantage-gallery figure { height: min(537px, 58svh); }
.page-swiper.swiper-initialized .news { padding-bottom: 0; }
.page-swiper.swiper-initialized .news-card > a { height: clamp(180px, 30svh, 288px); }
.page-swiper.swiper-initialized .news-body { padding-top: clamp(16px, 3svh, 26px); padding-bottom: clamp(16px, 3svh, 28px); }
.page-swiper.swiper-initialized .news-dots { margin-top: clamp(14px, 3svh, 46px); }
.page-swiper.swiper-initialized .contact,
.page-swiper.swiper-initialized .contact-grid { min-height: 100svh; height: 100svh; }
.page-swiper.swiper-initialized .site-footer { justify-content: flex-start; padding-top: 84px; }
.page-swiper.swiper-initialized .site-footer > .container { display: flex; flex: 1; min-height: 0; align-items: center; }
.page-swiper.swiper-initialized .footer-grid { flex: 1; align-content: center; padding-block: 24px; }
.page-swiper.swiper-initialized .copyright { width: 100%; margin-top: auto; }

.hero { position: relative; min-height: min(920px, 100vh); overflow: hidden; color: #fff; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; transition: opacity .5s ease, transform 1s ease; }
.hero-video { object-position: center; background: #101510; }
.hero-bg[hidden] { display: none; }
.hero.is-video .hero-panel, .hero.is-video .hero-shade { visibility: hidden; }
.hero-video-copy { position: absolute; z-index: 2; top: 50%; left: max(13vw, calc((100vw - 1600px) / 2 + 100px)); width: min(760px, 72vw); color: #fff; transform: translateY(-30%); text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.hero-video-copy p { display: inline-block; max-width: 100%; margin: 20px 0 0; padding: 10px 14px; background: linear-gradient(90deg, rgba(55,96,54,.95), rgba(55,96,54,.35)); font-size: clamp(10px, .72vw, 14px); line-height: 1.6; letter-spacing: .22em; }
.hero .hero-video-copy h1 { margin: 0; font-size: clamp(28px, 2.2vw, 42px); line-height: 1.65; letter-spacing: .015em; }
.hero:not(.is-video) .hero-video-copy { display: none; }
.hero-video-toggle { position: absolute; z-index: 2; right: 2.8%; bottom: 20px; padding: 8px 16px; border: 1px solid rgba(255,255,255,.6); border-radius: 24px; background: rgba(8,25,14,.6); color: #fff; font-size: 13px; }
.hero:not(.is-video) .hero-video-toggle { display: none; }
.hero-video-toggle:hover { background: rgba(8,25,14,.85); }
.hero-video-toggle:focus-visible, .hero-dot:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 25, 14, .34), transparent 68%), rgba(0,0,0,.08); }
.hero-panel { position: absolute; left: 0; top: 30%; width: min(66vw, 1267px); min-height: 491px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(55,96,54,.92), rgba(55,96,54,.6) 62%, rgba(55,96,54,0)); clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%); }
.hero-content { width: min(640px, 70%); margin-left: max(13.5vw, calc((100vw - 1600px) / 2 + 100px)); padding: 50px 0; transition: opacity .35s ease, transform .45s ease; }
.hero.is-changing .hero-bg { opacity: .22; transform: scale(1.025); }
.hero.is-changing .hero-content { opacity: 0; transform: translateX(-18px); }
.eyebrow { margin: 0 0 18px; letter-spacing: .18em; font-size: 13px; opacity: .7; }
.hero h1 { margin: 0 0 18px; font-size: clamp(36px, 2.8vw, 54px); font-weight: 700; letter-spacing: .02em; }
.hero-content > p:not(.eyebrow) { max-width: 640px; margin: 0 0 52px; font-size: 17px; line-height: 1.7; opacity: .95; }
.carousel-arrow { position: absolute; z-index: 2; top: 53%; display: grid; place-items: center; width: 76px; height: 76px; padding: 0; border: 0; border-radius: 50%; background: transparent; transform: translateY(-50%); }
.carousel-arrow img { width: 76px; height: 76px; object-fit: contain; }
.carousel-next img { transform: rotate(180deg); }
.carousel-prev { left: 2.8%; }.carousel-next { right: 2.8%; }
.hero-dots, .news-dots, .product-dots { display: flex; align-items: center; }
.hero-dots, .news-dots { gap: 20px; }
.product-dots { width: 96px; gap: 9px; }
.hero-dots { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); }
.hero-dot, .news-dot { flex: 0 0 auto; width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.6); transition: width .25s ease, border-radius .25s ease, background .25s ease; }
.hero-dot.active { width: 23px; border-radius: 5px; background: #fff; }
.product-dots button { flex: 0 0 12px; width: 12px; height: 12px; padding: 0; border: 0; border-radius: 50%; background: rgba(0,0,0,.2); transition: background .25s ease, transform .25s ease; }
.product-dots button:hover { transform: scale(1.18); }
.product-dots button:focus-visible { outline: 3px solid rgba(55,96,54,.3); outline-offset: 3px; }

.about { display: grid; grid-template-rows: minmax(0, 1fr) auto; padding-bottom: 0; }
.about-grid { --bs-gutter-x: 10%; min-height: 0; }
.about-copy { max-width: 600px; }
.about-copy > p { margin: 0 0 28px; color: #333; font-size: 16px; line-height: 1.9; }
.about-visual { position: relative; width: 100%; max-width: 535px; margin-left: auto; padding: 18px 18px 0 0; }
.about-visual .photo-back { position: absolute; right: 0; top: 0; width: calc(100% - 18px); height: calc(100% - 18px); background: #eee; }
.about-video { position: relative; z-index: 1; display: block; width: calc(100% - 18px); aspect-ratio: 1.6; object-fit: cover; background: #101510; box-shadow: var(--shadow); }
.stats-band { position: relative; height: clamp(170px, 27svh, 250px); min-height: 0; margin-top: 18px; overflow: hidden; }
.stats-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #fff 0%,
    rgba(255,255,255,.99) 10%,
    rgba(255,255,255,.94) 28%,
    rgba(255,255,255,.84) 58%,
    rgba(255,255,255,.72) 100%
  );
}
.stats-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.stats-grid { position: relative; z-index: 1; min-height: 100%; padding-bottom: clamp(36px, 6svh, 64px); }
.stats-grid > .row { min-height: 100%; }
.stat { position: relative; display: grid; place-items: center; justify-self: center; width: min(100%, 190px); max-width: 190px; text-align: center; aspect-ratio: 1; filter: drop-shadow(0 4px 12px rgba(0,0,0,.09)); }
.stat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transform: rotate(90deg); }
.stat div { position: relative; display: grid; gap: 8px; }
.stat strong { color: var(--green); font-size: clamp(28px, 2.2vw, 44px); }
.stat small { font-size: 16px; font-weight: 400; }
.stat span { font-size: 16px; }

.products { background: #fff; }
.product-feature { --bs-gutter-x: 0; min-height: 592px; background: #fff; box-shadow: var(--shadow); }
.product-copy { position: relative; padding: 48px 6.2% 112px; }
.product-index { display: block; color: #e5e5e5; font-size: 100px; line-height: 1; }
.product-copy h3 { margin: 12px 0 14px; font-size: 20px; }
.product-copy p { margin: 0 0 20px; max-width: 650px; color: #333; font-size: 16px; line-height: 1.8; }
.product-visual { display: grid; place-items: center; background: #e5e5e5; isolation: isolate; }
.product-visual img { width: min(78%, 540px); max-height: 500px; object-fit: contain; }
.product-visual img[src$="coalescing-separation.webp"] { mix-blend-mode: darken; }
.product-copy > :not(.product-dots),
.product-visual img { transition: opacity .28s ease, transform .38s cubic-bezier(.2,.7,.2,1); }
.product-feature.is-changing .product-copy > :not(.product-dots) { opacity: 0; transform: translateX(-18px); }
.product-feature.is-changing .product-visual img { opacity: 0; transform: translateX(20px) scale(.985); }
.product-dots { position: absolute; left: 6.2%; bottom: 48px; margin-top: 0; }
.product-dots button.active { background: var(--green); }

.solutions { padding-bottom: 0; }
.solution-grid { width: 100%; }
.solution-card { position: relative; isolation: isolate; min-height: clamp(480px, 33.333vw, 640px); overflow: hidden; color: #fff; }
.solution-card > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.solution-card:hover > img { transform: scale(1.035); }
.solution-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: rgba(0,0,0,.5); opacity: 0; transition: opacity .45s ease .12s; }
.solution-overlay { position: absolute; z-index: 2; inset: 0; background: rgba(55,96,54,.72); clip-path: inset(0 0 0 0); transition: clip-path .7s cubic-bezier(.65,0,.35,1); pointer-events: none; }
.solution-card::after { content: ""; position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; height: 14px; background: var(--green); transform: scaleX(0); transform-origin: left center; transition: transform .45s ease .35s; }
.solution-card:hover::before { opacity: 1; }
.solution-card:hover .solution-overlay { clip-path: inset(100% 0 0 0); }
.solution-card:hover::after { transform: scaleX(1); }
.solution-content { position: absolute; z-index: 3; inset: 0; padding: 6.2% 12.5%; display: flex; flex-direction: column; }
.solution-content h3 { margin: 0; font-size: 30px; font-weight: 400; }
.solution-content > i { width: 65px; height: 3px; margin-top: 14px; background: #fff; }
.solution-content ul { margin: auto 0 0; padding: 0; list-style: none; font-size: 16px; line-height: 2.3; }
.solution-menu.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }
.solution-menu.single-col { display: grid; grid-template-columns: 1fr; }
.solution-menu.resource-menu { display: grid; grid-template-columns: 1fr; }
.solution-content li::after { content: " ›"; margin-left: 8px; opacity: .8; }
.solution-content a { color: #fff; font-weight: 400; transition: color .2s ease, font-weight .2s ease; }
.solution-content a:hover, .solution-content a:focus-visible { color: var(--yellow); font-weight: 700; outline: none; }

.advantages { padding-bottom: 110px; }
.advantage-grid { --bs-gutter-x: 7%; }
.advantage-list { display: flex; flex-direction: column; gap: 24px; }
.advantage-item { display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-items: center; }
.advantage-icon { width: 70px; height: 70px; object-fit: contain; }
.advantage-item h3 { margin: 0 0 8px; color: var(--green); font-size: 19px; }
.advantage-item p { margin: 0; color: #848484; font-size: 14px; line-height: 1.6; }
.advantage-list .button { align-self: flex-start; margin-top: 6px; }
.advantage-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: center; }
.advantage-gallery figure { margin: 0; height: 537px; overflow: hidden; }
.advantage-gallery figure:nth-child(2) { transform: translateY(40px); }
.advantage-gallery img { width: 100%; height: 100%; object-fit: cover; }

.news { padding-bottom: 86px; background: #fff; }
.news-carousel { position: relative; }
.news-viewport { overflow: hidden; }
.news-grid { --bs-gutter-x: 30px; --bs-gutter-y: 30px; transition: opacity .24s ease, transform .24s ease; }
.news-grid.is-switching { opacity: 0; transform: translateX(var(--news-shift, 22px)); }
.news-arrow { position: absolute; z-index: 3; top: 228px; width: 66px; height: 66px; padding: 0; border: 0; border-radius: 50%; background: transparent; }
.news-arrow img { width: 66px; height: 66px; object-fit: contain; }
.news-prev { left: clamp(-92px, -5vw, -58px); }
.news-prev img { transform: rotate(180deg); }
.news-next { right: clamp(-92px, -5vw, -58px); }
.news-card { height: 100%; background: #f8f8f8; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.news-card > a { display: block; height: 288px; overflow: hidden; }
.news-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.news-card:hover img { transform: scale(1.04); }
.news-body { padding: 26px 30px 28px; }
.news-body h3 { margin: 0 0 14px; min-height: 52px; font-size: 20px; line-height: 1.3; font-weight: 500; }
.news-body h3 a { color: inherit; text-decoration: none; }
.news-body p { margin: 0 0 14px; min-height: 78px; font-size: 15px; line-height: 1.7; }
.news-body time { color: #939393; font-size: 16px; }
.news-dots { width: 83px; margin: 46px auto 0; }
.news-dot { background: rgba(0,0,0,.2); }
.news-dot.active { width: 23px; border-radius: 5px; background: var(--green); }

@media (min-width: 992px) {
  .about-grid { justify-content: center; }
  .about-visual { margin-left: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-dots button,
  .product-copy > :not(.product-dots),
  .product-visual img { transition: none; }
}

@media (max-width: 1500px) {
  .hero-content { margin-left: 11vw; }
}

@media (max-width: 1199.98px) {
  .hero-panel { width: 80%; }
  .about-grid, .advantage-grid { --bs-gutter-x: 5%; }
  .solution-content { padding-left: 9%; padding-right: 9%; }
  .news-prev { left: 8px; transform: none; }
  .news-next { right: 8px; transform: none; }
}

@media (max-width: 991.98px) {
  .product-copy { min-height: 592px; }
}

@media (max-width: 760px) {
  html { scroll-snap-type: y proximity; }
  .hero { min-height: 720px; }
  .hero-video-toggle { bottom: 52px; right: 16px; }
  .hero-video-copy { top: auto; right: 24px; bottom: 92px; left: 24px; width: auto; transform: none; }
  .hero-video-copy p { margin-top: 16px; padding: 8px 10px; font-size: 10px; letter-spacing: .08em; }
  .hero .hero-video-copy h1 { font-size: clamp(20px, 5.2vw, 31px); line-height: 1.6; }
  .hero-panel { top: auto; bottom: 0; width: 100%; min-height: 430px; clip-path: none; background: linear-gradient(0deg, rgba(45,84,46,.96), rgba(45,84,46,.78), rgba(45,84,46,0)); }
  .hero-content { width: auto; margin: auto; padding: 120px 25px 60px; }
  .hero h1 { font-size: 36px; }
  .hero-content > p:not(.eyebrow) { margin-bottom: 30px; font-size: 15px; }
  .carousel-arrow { width: 50px; height: 50px; top: 49%; }
  .carousel-arrow img { width: 50px; height: 50px; }
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }
  .about-grid { --bs-gutter-x: 1.5rem; }
  .about-copy { margin-left: 0; }
  .about-visual { max-width: none; margin-left: 0; }
  .stats-band { height: auto; min-height: auto; margin-top: 60px; padding: 34px 0; scroll-snap-align: none; }
  .stats-grid { min-height: auto; }
  .stats-grid > .row { min-height: auto; }
  .product-copy { min-height: 680px; padding: 34px 24px 92px; }
  .product-index { font-size: 72px; }
  .product-visual { min-height: 380px; }
  .product-dots { left: 24px; bottom: 34px; }
  .solutions .section-heading { padding: 0 18px; }
  .solution-card { min-height: 520px; }
  .solution-content { padding: 55px 45px; }
  .solution-menu.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .advantages { padding-bottom: 76px; }
  .advantage-grid { --bs-gutter-x: 1.5rem; }
  .advantage-item { grid-template-columns: 56px 1fr; gap: 16px; }
  .advantage-icon { width: 56px; height: 56px; }
  .advantage-item h3 { font-size: 17px; }
  .advantage-gallery { gap: 8px; }
  .advantage-gallery figure { height: 310px; }
  .news-arrow { top: 215px; width: 48px; height: 48px; }
  .news-arrow img { width: 48px; height: 48px; }
  .news-prev { left: 8px; }
  .news-next { right: 8px; }
  .news-body h3, .news-body p { min-height: auto; }
  .site-footer.page-slide { min-height: auto; }
}

@media (max-width: 460px) {
  .hero h1 { font-size: 31px; }
  .eyebrow { font-size: 10px; }
  .stat strong { font-size: 25px; }
  .stat span { font-size: 13px; }
  .solution-menu.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 12px; }
}
