/* Flora Sentosa static HTML site */

:root {
  --fs-green: #257a36;
  --fs-green-dark: #155626;
  --fs-green-soft: #eaf4ec;
  --fs-ink: #161c22;
  --fs-muted: #60706a;
  --fs-line: #dfe8e2;
  --fs-paper: #ffffff;
  --fs-soft: #f5f8f6;
  --fs-footer: #101817;
  --fs-shadow: 0 18px 50px rgba(22, 28, 34, .10);
  --fs-radius: 8px;
  --fs-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  color: var(--fs-ink);
  background: var(--fs-paper);
  font-family: var(--fs-font);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
main,
section,
.wrap,
.wrap > *,
.latest-hero__copy,
.latest-hero__media,
.product,
.latest-product-card,
.latest-service-card,
.footer-col {
  min-width: 0;
}
h1,
h2,
h3,
p,
li,
a,
span {
  overflow-wrap: break-word;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
  user-select: none;
  touch-action: manipulation;
}
.fs-svg-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--fs-green);
  line-height: 1;
  flex: 0 0 auto;
}
.fs-svg-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.fs-svg-icon--garbage-truck svg {
  width: 100%;
  height: 100%;
  max-width: none;
}
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  border-bottom: 1px solid var(--fs-line);
  background: #f7faf8;
  font-size: 13px;
  color: #27332e;
}
.topbar .wrap,
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.topbar__group { display: flex; gap: 28px; align-items: center; min-height: 42px; }
.topbar .fs-svg-icon,
.topbar svg {
  width: 16px;
  height: 16px;
  color: currentColor;
  vertical-align: -3px;
  margin-right: 8px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(223,232,226,.75);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header { background: #fff; }
}
.site-header .wrap { min-height: 92px; }
.brand img { width: 146px; height: auto; }
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.nav a {
  position: relative;
  padding: 34px 0;
}
.nav a:hover,
.nav .current-menu-item > a { color: var(--fs-green); }
.nav a:hover::after,
.nav .current-menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  height: 3px;
  background: var(--fs-green);
}
.btn,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--fs-green);
  border-radius: 5px;
  background: var(--fs-green);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(37, 122, 54, .18);
}
.btn--ghost {
  background: #fff;
  color: var(--fs-green);
}
.btn:hover,
.wp-block-button__link:hover { background: var(--fs-green-dark); color: #fff; border-color: var(--fs-green-dark); }
.mobile-toggle { display: none; }

.hero {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  touch-action: pan-y;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.93) 35%, rgba(255,255,255,.58) 58%, rgba(255,255,255,.08) 100%),
    url("img/final/hero_truck.png") right center / auto 100% no-repeat,
    #f5f8f6;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
}
.hero .wrap {
  position: relative;
  z-index: 2;
  padding: 70px 0 120px;
}
.eyeline {
  margin: 0 0 8px;
  color: var(--fs-green);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}
.hero h1 {
  max-width: 650px;
  font-size: clamp(44px, 5.4vw, 74px);
  font-weight: 900;
}
.hero h1 span { color: var(--fs-green); }
.lead {
  max-width: 540px;
  margin: 24px 0 30px;
  color: #384740;
  font-size: 20px;
  line-height: 1.55;
}
.hero-actions { display: flex; gap: 20px; flex-wrap: wrap; }

.hero-badges {
  position: relative;
  z-index: 4;
  display: flex;
  gap: 38px;
  margin-top: -76px;
  padding: 0 0 34px;
}
.hero-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1d2b25;
  font-size: 13px;
  font-weight: 800;
}
.hero-badge img,
.hero-badge .fs-svg-icon { width: 42px; height: 42px; object-fit: contain; }
.stat-strip {
  background: #06251a url("img/final/wave_green_bg.png") center / cover no-repeat;
}
.stat-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  min-height: 118px;
  align-items: center;
}
.stat {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  border-right: 1px solid rgba(255,255,255,.28);
}
.stat:last-child { border-right: 0; }
.stat img { width: 164px; max-width: 80%; height: auto; }
.stat .fs-svg-icon {
  width: 56px;
  height: 56px;
  color: #72d546;
}
.stat__icon,
.step__icon,
.value__icon {
  display: grid;
  place-items: center;
  color: var(--fs-green);
}
.stat strong {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
}
.stat span {
  display: block;
  color: #1d2723;
  font-size: 13px;
  font-weight: 800;
}

.section { padding: 86px 0; }
.section--soft { background: linear-gradient(90deg, #f8fbf9 0%, #fff 100%); }
.section__head {
  margin: 0 auto 48px;
  text-align: center;
}
.section__label {
  margin: 0 0 8px;
  color: var(--fs-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.section h2 {
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
}
.rule {
  width: 42px;
  height: 3px;
  margin: 22px auto 0;
  background: var(--fs-green);
}

.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.step {
  position: relative;
  text-align: center;
  min-height: 310px;
  padding: 32px 22px;
  border: 1px solid var(--fs-line);
  border-radius: var(--fs-radius);
  background: #fff;
}
.step__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 22px;
  border-radius: 0;
  background: transparent;
}
.step__icon img { width: 88px; height: 88px; object-fit: contain; }
.step h3 { font-size: 18px; margin-bottom: 10px; }
.step p { margin: 0; color: var(--fs-muted); font-size: 14px; }
.step a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--fs-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 70px;
  align-items: center;
}
.split h2 { margin-bottom: 24px; }
.split p { color: #45534d; }
.split img {
  border-radius: var(--fs-radius);
  box-shadow: var(--fs-shadow);
}

.values {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--fs-line);
  border-bottom: 1px solid var(--fs-line);
}
.value {
  min-height: 148px;
  padding: 28px 22px;
  text-align: center;
  border-right: 1px solid var(--fs-line);
}
.value:last-child { border-right: 0; }
.value__icon { margin-bottom: 14px; }
.value__icon img { width: 54px; height: 54px; object-fit: contain; margin: 0 auto; }
.value strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

.products-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}
.products-head h2 { max-width: 620px; }
.home-product-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.home-product-group {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--fs-line);
  border-radius: var(--fs-radius);
  background: #fff;
}
.home-product-group--yellow {
  background: linear-gradient(180deg, #fffdf4 0%, #fff 42%);
  border-color: #efe2a5;
}
.home-product-group--green {
  background: linear-gradient(180deg, #f3fbf5 0%, #fff 42%);
  border-color: #cbe3d0;
}
.home-product-group__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(22, 28, 34, .08);
}
.home-product-group__head h3 {
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
}
.home-product-group--yellow .home-product-group__head h3 { color: #a47500; }
.home-product-group--green .home-product-group__head h3 { color: var(--fs-green-dark); }
.product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.product-grid--home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 1;
}
.product {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 14px;
  border: 1px solid var(--fs-line);
  border-radius: var(--fs-radius);
  background: #f8faf8;
  text-align: center;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(37, 122, 54, .14);
  transition: transform .2s ease, box-shadow .2s ease;
}
.product:hover {
  transform: translateY(-4px);
  box-shadow: var(--fs-shadow);
}
.product img {
  width: 100%;
  height: 132px;
  object-fit: contain;
  margin: 0 auto 14px;
}
.product strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
}
.product-grid--home .product {
  min-height: 224px;
  background: rgba(255,255,255,.74);
}

.certifications {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 24px 30px;
  border: 1px solid var(--fs-line);
  border-radius: var(--fs-radius);
  background: #fff;
}
.cert {
  display: grid;
  place-items: center;
  min-height: 90px;
  flex: 0 1 180px;
  color: #17211c;
  font-weight: 900;
  text-align: center;
  overflow: hidden;
}
.cert img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 92px;
  object-fit: contain;
}
.cert span {
  display: block;
  color: var(--fs-green);
  font-size: 32px;
  line-height: 1;
}

.cta {
  background: #0d5b24 url("img/final/cta_banner.png") center / cover no-repeat;
  color: #fff;
}
.cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 112px;
}
.cta h2 { font-size: 30px; }
.cta p { margin: 4px 0 0; color: rgba(255,255,255,.84); }
.cta .btn { background: #fff; color: var(--fs-green); border-color: #fff; }

.site-footer {
  background: var(--fs-footer);
  color: rgba(255,255,255,.82);
  font-size: 14px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.15fr .8fr 1fr 1.25fr;
  gap: 48px;
  padding: 46px 0 34px;
}
.footer-logo {
  width: 250px;
  max-width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
}
.footer-title {
  margin: 0 0 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.footer-links,
.contact-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-list li { display: grid; grid-template-columns: 20px 1fr; gap: 8px; }
.contact-list svg { color: var(--fs-green); margin-top: 3px; }
.contact-list .fs-svg-icon {
  width: 18px;
  height: 18px;
  color: #78c146;
  margin-top: 3px;
}
.contact-list img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-top: 3px;
}
.social { display: flex; gap: 10px; margin-top: 18px; }
.social a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}
.social img,
.social .fs-svg-icon { width: 20px; height: 20px; object-fit: contain; color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.65);
}
.footer-skyline {
  display: none;
}

.page-hero {
  padding: 76px 0;
  background: linear-gradient(110deg, #f2f8f4, #fff);
  border-bottom: 1px solid var(--fs-line);
}
.page-hero h1 { font-size: clamp(40px, 5vw, 66px); }
.entry-content {
  width: min(900px, calc(100% - 48px));
  margin: 70px auto;
}
.home .entry-content,
.entry-content--full,
.builder-page .entry-content {
  width: 100%;
  margin: 0;
}
.entry-content h2 { margin: 42px 0 14px; font-size: 32px; }
.entry-content h3 { margin: 28px 0 10px; font-size: 22px; }
.entry-content p,
.entry-content li { color: #44534d; }
.entry-content a { color: var(--fs-green); font-weight: 800; }
.entry-content blockquote {
  margin: 32px 0;
  padding: 24px 30px;
  border-left: 4px solid var(--fs-green);
  background: var(--fs-soft);
  color: #26322d;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 30px 0;
}
.content-card {
  padding: 24px;
  border: 1px solid var(--fs-line);
  border-radius: var(--fs-radius);
  background: #fff;
}
.page-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  margin: 0 0 52px;
}
.page-feature img,
.image-panel img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--fs-radius);
  box-shadow: var(--fs-shadow);
}
.image-panel { margin: 38px 0; }
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 30px 0;
}
.media-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border: 1px solid var(--fs-line);
  border-radius: var(--fs-radius);
}
.contact-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: start;
}
.contact-stack {
  display: grid;
  gap: 16px;
}
.contact-card {
  padding: 22px 24px;
  border: 1px solid var(--fs-line);
  border-radius: var(--fs-radius);
  background: #fff;
}
.contact-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-card p {
  margin: 0;
  color: #475650;
}
.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--fs-line);
  border-radius: var(--fs-radius);
  background: #f8fbf9;
}
.contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
  color: var(--fs-ink);
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #cfdad3;
  border-radius: 5px;
  background: #fff;
  font: inherit;
}
.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}
.product-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 30px 0;
}
.product-list-card {
  padding: 18px;
  border: 1px solid var(--fs-line);
  border-radius: var(--fs-radius);
  background: #fff;
}
.product-list-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 14px;
  background: #f8faf8;
  border-radius: 6px;
}
.product-list-card h3 { font-size: 18px; }
.product-list-card p {
  font-size: 14px;
  color: var(--fs-muted);
}
.product-detail {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) 1.15fr;
  gap: 46px;
  align-items: center;
  margin: 0 0 42px;
}
.product-detail__image {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 32px;
  border: 1px solid var(--fs-line);
  border-radius: var(--fs-radius);
  background: #f8faf8;
}
.product-detail__image img {
  max-height: 260px;
  object-fit: contain;
}
.spec-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.spec-list li {
  padding: 13px 16px;
  border-left: 3px solid var(--fs-green);
  background: var(--fs-soft);
}

/* Latest Flora Sentosa page mockup system */
.latest-page {
  width: 100%;
  margin: 0;
}
.latest-section {
  padding: 54px 0;
}
.latest-section--soft {
  background: linear-gradient(180deg, #f5faf6, #fff);
}
.latest-hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: linear-gradient(90deg, #fff 0%, #f8fbf9 100%);
}
.latest-hero .wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 48px;
  align-items: center;
  min-height: 500px;
}
.latest-hero--image-right .wrap {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 0;
  padding: 0;
}
.latest-hero--image-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 26%, rgba(255,255,255,.88) 39%, rgba(255,255,255,.42) 52%, rgba(255,255,255,0) 68%),
    linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 28%, rgba(255,255,255,0) 72%, rgba(255,255,255,.16) 100%);
  z-index: 1;
  pointer-events: none;
}
.latest-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 520px;
}
.latest-hero--image-right .latest-hero__copy {
  max-width: 500px;
  padding: 28px 0;
}
.latest-label {
  margin: 0 0 12px;
  color: var(--fs-green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.latest-hero h1,
.latest-section h2,
.latest-page h2 {
  letter-spacing: 0;
}
.latest-hero h1 {
  max-width: 610px;
  margin: 0;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.05;
}
.latest-hero--image-right .latest-hero__copy h1 {
  max-width: 500px;
  font-size: clamp(34px, 2.9vw, 48px);
}
.latest-hero h1 span {
  display: block;
  color: var(--fs-green);
}
.latest-hero p {
  max-width: 520px;
  margin-top: 18px;
  color: #18231e;
  font-size: 16px;
  line-height: 1.58;
}
.latest-hero--image-right .latest-hero__copy p {
  max-width: 450px;
}
.latest-hero .latest-label {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--fs-green);
  font-size: 13px;
  line-height: 1.2;
}
.latest-hero__media {
  align-self: stretch;
  display: grid;
  place-items: center;
  min-height: 500px;
}
.latest-hero--image-right .latest-hero__media {
  position: relative;
  z-index: 0;
  min-height: 0;
  width: calc(100% + 120px);
  margin-left: -120px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 6%, rgba(0,0,0,.65) 19%, #000 35%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 6%, rgba(0,0,0,.65) 19%, #000 35%);
}
.latest-hero__media img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}
.latest-hero--image-right .latest-hero__media img {
  max-height: 500px;
}
.latest-hero--truck .latest-hero__media img,
.latest-hero--media .latest-hero__media img,
.latest-hero--env .latest-hero__media img,
.latest-hero--products .latest-hero__media img {
  object-fit: cover;
  object-position: center right;
}
.latest-hero--contact .latest-hero__media img,
.latest-hero--about .latest-hero__media img {
  object-fit: cover;
}
.latest-mini-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  gap: 0;
  max-width: 500px;
  margin-top: 24px;
}
.latest-hero--image-right .latest-mini-icons {
  grid-template-columns: repeat(4, minmax(92px, 1fr));
  gap: 0;
  max-width: 560px;
}
.latest-mini-icons--three {
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}
.latest-hero--image-right .latest-mini-icons--three {
  grid-template-columns: repeat(3, minmax(108px, 1fr));
  max-width: 430px;
}
.latest-mini-icons .mini {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
  justify-items: center;
  min-width: 0;
  min-height: 66px;
  padding: 0 10px;
  border-right: 1px solid rgba(37, 122, 54, .14);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}
.latest-mini-icons .mini:last-child {
  border-right: 0;
}
.latest-mini-icons .mini img,
.latest-mini-icons .mini .fs-svg-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.section-split > div > .latest-mini-icons {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 680px;
  gap: 0;
  align-items: start;
}
.section-split > div > .latest-mini-icons .mini {
  grid-template-columns: 1fr;
  min-width: 0;
  padding: 0 14px;
  font-size: 13px;
  line-height: 1.16;
}
.section-split > div > .latest-mini-icons .mini .fs-svg-icon {
  width: 38px;
  height: 38px;
}
.section-center {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
.section-center h2,
.section-split h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}
.section-center p {
  margin: 14px auto 0;
  color: #25362f;
  line-height: 1.55;
}
.latest-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.latest-service-card,
.latest-product-card,
.latest-news-card,
.latest-video-card {
  border: 1px solid #dfe9e3;
  border-radius: 8px;
  background: #fff;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(37, 122, 54, .14);
  transition: transform .2s ease, box-shadow .2s ease;
}
.latest-service-card:hover,
.latest-product-card:hover,
.latest-news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(10, 38, 27, .08);
}
.latest-service-card {
  min-height: 310px;
  padding: 30px 20px;
  text-align: center;
}
.latest-service-card img,
.latest-service-card .fs-svg-icon {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin: 0 auto 18px;
}
.latest-service-card .fs-service-icon {
  display: block;
  padding: 5px;
  border-radius: 999px;
  background: #edf7ee;
}
.latest-service-card .fs-svg-icon {
  padding: 18px;
  border-radius: 999px;
  background: #edf7ee;
}
.latest-service-card .fs-svg-icon--garbage-truck {
  padding: 15px;
}
.latest-service-card h3,
.latest-product-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.12;
}
.latest-service-card p,
.latest-product-card p,
.latest-news-card p {
  color: #2e4038;
  font-size: 14px;
  line-height: 1.55;
}
.product-category-block {
  margin-top: 38px;
}
.products-category-section .product-category-block:first-child {
  margin-top: 0;
}
.product-category-block--solid {
  margin-top: 54px;
}
.product-category-heading {
  margin-bottom: 22px;
  text-align: center;
}
.product-category-heading--compact {
  margin-bottom: 28px;
}
.product-category-title {
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.1;
}
.product-category-heading h3 {
  margin: 4px 0 0;
  color: var(--fs-ink);
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.08;
}
.product-category-grid {
  display: grid;
  gap: 24px;
}
.product-category-grid--medical {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-category-grid--solid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.latest-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--fs-green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.section-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.section-split--reverse {
  grid-template-columns: 1.1fr .9fr;
}
.section-split img,
.rounded-media {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--fs-shadow);
}
.section-split img {
  min-height: 330px;
  max-height: 430px;
}
.stats-inline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}
.stats-inline .stat-lite {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
}
.stats-inline img,
.stats-inline .fs-svg-icon {
  width: 42px;
  height: 42px;
  min-height: 0;
  box-shadow: none;
}
.stat-lite strong {
  display: block;
  color: var(--fs-green);
  font-size: 26px;
  line-height: 1;
}
.stat-lite span {
  display: block;
  color: #10201a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}
.latest-values,
.latest-benefits,
.latest-ideal {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.latest-benefits {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.products-category-section + .latest-section--soft .latest-benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1120px;
  justify-content: center;
  justify-items: center;
}
.products-category-section + .latest-section--soft .latest-benefit {
  width: 100%;
}
.latest-value,
.latest-benefit,
.latest-ideal-item {
  padding: 24px 20px;
  text-align: center;
  border-right: 1px solid var(--fs-line);
}
.latest-value:last-child,
.latest-benefit:last-child,
.latest-ideal-item:last-child {
  border-right: 0;
}
.latest-value img,
.latest-benefit img,
.latest-ideal-item img,
.latest-value .fs-svg-icon,
.latest-benefit .fs-svg-icon,
.latest-ideal-item .fs-svg-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin: 0 auto 16px;
}
.latest-value h3,
.latest-benefit h3,
.latest-ideal-item h3 {
  margin: 0 0 10px;
  font-size: 17px;
}
.latest-value p,
.latest-benefit p {
  margin: 0;
  color: #2f3f38;
  font-size: 13px;
  line-height: 1.5;
}
.process-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
  position: relative;
}
.process-line::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 72px;
  border-top: 2px dashed #438e47;
}
.process-item {
  position: relative;
  text-align: center;
}
.process-num {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -8px);
  border-radius: 999px;
  background: var(--fs-green);
  color: #fff;
  font-weight: 900;
}
.process-icon {
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  margin: 24px auto 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 48, 31, .07);
}
.process-icon img,
.process-icon .fs-svg-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.process-icon .fs-service-icon {
  display: block;
  width: 86px;
  height: 86px;
}
.product-hero-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 20px;
  align-items: center;
}
.product-hero-grid .latest-mini-icons {
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  max-width: 430px;
}
.latest-hero--products .product-hero-grid .latest-mini-icons {
  grid-template-columns: repeat(4, minmax(92px, 1fr));
  max-width: 560px;
}
.product-lineup {
  display: grid;
  align-items: center;
  justify-items: end;
  min-height: 320px;
}
.product-lineup--items {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  justify-items: stretch;
  padding: 18px 0;
}
.product-lineup--items a {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.product-lineup--items a:hover,
.product-lineup--items a:focus-visible {
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-2px);
}
.product-lineup img {
  width: min(100%, 980px);
  height: auto;
  max-height: 360px;
  object-fit: contain;
  object-position: center right;
}
.product-lineup--items img {
  width: 100%;
  height: 250px;
  max-height: none;
  object-position: center;
}
.latest-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1050px;
  margin: 0 auto;
}
.latest-accessories-section {
  border-top: 1px solid var(--fs-line);
}
.latest-products-grid--accessories {
  max-width: 980px;
}
.latest-section--category .section-center h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.02;
}
.latest-product-card {
  display: grid;
  align-content: start;
  min-height: 450px;
  padding: 26px;
  text-align: center;
}
.latest-product-card img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  margin-bottom: 18px;
}
.latest-product-card .btn {
  align-self: end;
  justify-self: center;
  min-height: 38px;
  margin-top: 12px;
  padding: 0 20px;
  background: #fff;
  color: var(--fs-green);
  border: 1px solid #b9d2bf;
}
.detail-breadcrumb,
.breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  color: #4d6157;
  font-size: 13px;
}
.detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: -10px 0 24px;
  color: var(--fs-green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
}
.detail-back:hover {
  color: var(--fs-dark-green);
}
.detail-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 54px;
  align-items: start;
}
.detail-layout--capacity {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
}
.detail-gallery {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
}
.detail-gallery--featured {
  display: block;
}
.detail-thumbs {
  display: grid;
  gap: 14px;
  -webkit-overflow-scrolling: touch;
}
.detail-thumbs a,
.detail-thumb-label,
.detail-main-link,
.detail-main-img {
  border: 1px solid #d8e4dc;
  border-radius: 8px;
  background: #f8faf8;
}
.detail-thumbs a,
.detail-thumb-label {
  display: block;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.detail-thumbs a:hover,
.detail-thumbs a:focus-visible,
.detail-thumb-label:hover,
.detail-thumb-label:focus-visible,
.detail-thumb-label.is-active {
  border-color: #a6c8af;
  box-shadow: 0 10px 24px rgba(10, 45, 27, .08);
  transform: translateY(-1px);
}
.detail-thumb-label {
  appearance: none;
  cursor: pointer;
  color: var(--fs-ink);
  font: inherit;
  text-align: center;
}
.detail-thumbs img {
  width: 82px;
  height: 82px;
  padding: 10px;
  object-fit: contain;
  display: block;
}
.detail-thumbs--labelled {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #dfe9e2;
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
}
.detail-thumbs--labelled img {
  width: 100%;
  height: 76px;
}
.detail-thumbs--labelled span {
  display: block;
  margin: 0 8px 8px;
  color: #44534b;
  font-size: 12px;
  font-weight: 800;
}
.detail-main-link {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 460px;
  padding: 46px;
}
.detail-gallery--featured .detail-main-link {
  min-height: 540px;
  background: linear-gradient(145deg, #f8faf8 0%, #fff 48%, #eef5ef 100%);
}
.detail-main-link img,
.detail-main-img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}
.detail-zoom {
  position: absolute;
  z-index: 1;
}
.detail-zoom {
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--fs-ink);
  box-shadow: 0 10px 24px rgba(10, 45, 27, .12);
  font-size: 20px;
  font-weight: 900;
}
.detail-main-img {
  min-height: 460px;
  padding: 46px;
}
.capacity-picker {
  margin: 24px 0 26px;
}
.capacity-picker__label {
  margin: 0 0 10px;
  color: var(--fs-ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.capacity-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.capacity-options--types {
  margin-bottom: 14px;
}
.capacity-option {
  min-width: 92px;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #8ab995;
  border-radius: 6px;
  background: #fff;
  color: var(--fs-green);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.capacity-option:hover,
.capacity-option:focus-visible,
.capacity-option.is-active {
  border-color: var(--fs-green);
  background: var(--fs-green);
  color: #fff;
  box-shadow: 0 12px 24px rgba(10, 90, 40, .16);
  transform: translateY(-1px);
}
.capacity-option--type {
  min-width: min(100%, 170px);
  border-color: #c7d8ce;
  color: var(--fs-ink);
  background: #f9fbfa;
}
.capacity-panels {
  display: grid;
  gap: 12px;
}
.capacity-panel {
  padding: 14px;
  border: 1px solid #d8e4dc;
  border-radius: 8px;
  background: rgba(248, 250, 248, .78);
}
.capacity-panel[hidden] {
  display: none;
}
.capacity-panel__title {
  margin: 0 0 10px;
  color: var(--fs-green);
  font-size: 16px;
  font-weight: 900;
}
.capacity-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #d8e4dc;
  border-radius: 6px;
  background: #f9fbfa;
  color: #4f5f56;
  font-size: 13px;
}
.capacity-note span {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--fs-green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.capacity-note p {
  margin: 0;
}
.tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 4px;
  background: var(--fs-green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.feature-list {
  display: grid;
  gap: 18px;
  margin: 26px 0;
}
.feature-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}
.feature-row img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.feature-row strong {
  display: block;
  margin-bottom: 4px;
}
.spec-size-panel {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  padding: 34px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f7fbf8, #fff);
}
.spec-table {
  display: grid;
  gap: 0;
}
.spec-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #dbe5df;
}
.size-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.size-card {
  padding: 22px;
  border: 1px solid #d8e4dc;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-align: center;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.size-card:hover,
.size-card:focus-visible {
  border-color: #a6c8af;
  box-shadow: var(--fs-shadow);
  transform: translateY(-2px);
}
.size-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}
.size-card--text {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bag-swatch {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  border: 1px solid rgba(22, 28, 34, .12);
  border-radius: 18px;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .45);
}
.bag-swatch--yellow {
  background: #ffd91f;
}
.bag-swatch--blue {
  background: #2f86d9;
}
.bag-swatch--purple {
  background: #7d3fb2;
}
.size-card strong {
  display: block;
  color: var(--fs-green);
  font-size: 28px;
}
.size-card p {
  margin: 8px 0 0;
  color: var(--fs-muted);
  font-size: 13px;
  line-height: 1.5;
}
.size-cards--catalog {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.size-group {
  margin-top: 30px;
}
.size-group:first-of-type {
  margin-top: 0;
}
.size-group__head {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--fs-line);
}
.size-group__head .latest-label {
  margin: 0;
  color: var(--fs-green);
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.2;
  letter-spacing: 0;
}
.size-cards--accessories {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.spec-table {
  display: grid;
  gap: 0;
}
.spec-table .spec-row {
  grid-template-columns: minmax(160px, 220px) 1fr;
}
.spec-image-card--table .spec-table {
  margin-top: 18px;
}
.spec-image-card--table .spec-row {
  text-align: left;
}
.fs-spec-tables {
  display: grid;
  gap: 26px;
}
.fs-spec-card {
  padding: 24px;
  border: 1px solid var(--fs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(22, 28, 34, .06);
}
.fs-spec-card h3 {
  margin: 0 0 16px;
  color: var(--fs-green);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.2;
}
.fs-spec-card--plain {
  padding-top: 24px;
}
.fs-spec-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.fs-spec-scroll--fit {
  overflow-x: visible;
}
.fs-spec-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: var(--fs-text);
  font-size: 15px;
  line-height: 1.42;
}
.fs-spec-table th,
.fs-spec-table td {
  padding: 12px 14px;
  border: 1px solid #dbe5df;
  text-align: center;
  vertical-align: middle;
  overflow-wrap: anywhere;
}
.fs-spec-table th {
  background: #f1f7f3;
  color: var(--fs-green-dark);
  font-weight: 800;
}
.fs-spec-table th:first-child,
.fs-spec-table td:first-child {
  min-width: 220px;
  text-align: left;
  font-weight: 800;
}
.fs-spec-table--wide {
  min-width: 1580px;
}
.fs-spec-table--otto-fit {
  min-width: 0;
  table-layout: fixed;
  font-size: clamp(12px, .82vw, 14px);
  line-height: 1.35;
}
.fs-spec-table--otto-fit th,
.fs-spec-table--otto-fit td {
  padding: 10px 8px;
  overflow-wrap: anywhere;
}
.fs-spec-table--otto-fit th:first-child,
.fs-spec-table--otto-fit td:first-child {
  min-width: 0;
  width: 46%;
}
.fs-spec-table--otto-four th:first-child,
.fs-spec-table--otto-four td:first-child {
  width: 58%;
}
.fs-spec-table--sharp-compact {
  min-width: 960px;
  table-layout: fixed;
}
.fs-spec-table--category th:nth-child(2),
.fs-spec-table--category td:nth-child(2) {
  min-width: 220px;
  text-align: left;
  font-weight: 800;
}
.fs-spec-table--sharp-compact th,
.fs-spec-table--sharp-compact td {
  width: 12.5%;
  min-width: 120px;
  padding: 11px 10px;
  text-align: center;
  white-space: normal;
}
.fs-spec-table--sharp-compact th:first-child,
.fs-spec-table--sharp-compact td:first-child {
  text-align: left;
  font-weight: 800;
}
.fs-spec-table tbody tr:nth-child(even) td {
  background: #fbfdfb;
}
.fs-dimension-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 24px;
}
.fs-dimension-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--fs-line);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  box-shadow: 0 14px 35px rgba(22, 28, 34, .05);
}
.fs-dimension-card h3 {
  margin: 0;
  color: var(--fs-green);
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.2;
}
.fs-dimension-card img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(5, 20, 14, .84);
}
.image-lightbox.is-open {
  display: flex;
}
.has-lightbox {
  overflow: hidden;
}
.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}
.product-grid,
.latest-products-grid,
.latest-service-grid,
.size-cards,
.gallery-rail {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.latest-hero {
  touch-action: pan-y;
}
.hero.is-swiped,
.latest-hero.is-swiped .latest-hero__media img {
  animation: fsSwipePulse .22s ease;
}
@keyframes fsSwipePulse {
  0% { opacity: .72; }
  100% { opacity: 1; }
}
.image-lightbox__figure {
  display: grid;
  gap: 14px;
  width: auto;
  max-width: min(100%, 980px);
  margin: 0;
  text-align: center;
}
.image-lightbox__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(78vh, 760px);
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
  cursor: zoom-in;
  transform-origin: center;
  transition: transform .18s ease;
  touch-action: none;
}
.image-lightbox__caption {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.image-lightbox__close,
.image-lightbox__nav {
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--fs-green-dark);
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
}
.image-lightbox__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  font-size: 32px;
  line-height: 1;
}
.image-lightbox__nav {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  font-size: 42px;
  line-height: 1;
}
.image-lightbox__nav--prev {
  left: 24px;
}
.image-lightbox__nav--next {
  right: 24px;
}
.image-lightbox__close:hover,
.image-lightbox__close:focus-visible,
.image-lightbox__nav:hover,
.image-lightbox__nav:focus-visible {
  background: #e9f3e9;
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.product-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.product-section-head h2,
.product-section-head p {
  margin-bottom: 0;
}
.product-section-head > p:last-child {
  max-width: 380px;
  color: var(--fs-muted);
  text-align: right;
}
.latest-section--product-summary {
  padding-bottom: 16px;
}
.latest-section--product-options {
  padding-top: 0;
}
.product-summary-panel,
.product-options-panel,
.product-tech-panel {
  border: 1px solid #dfe9e2;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #f9fbfa 100%);
  box-shadow: 0 18px 46px rgba(10, 45, 27, .045);
}
.product-summary-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
  gap: 32px;
  padding: clamp(28px, 4vw, 48px);
}
.product-summary-panel__main h1 {
  margin: 0 0 10px;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.05;
}
.product-summary-panel__main > p {
  max-width: 740px;
}
.product-summary-panel__main > p strong {
  color: var(--fs-ink);
}
.product-summary-panel__actions {
  display: grid;
  align-content: center;
  gap: 18px;
  padding-left: 38px;
  border-left: 1px solid #dfe9e2;
}
.product-summary-panel__actions .btn {
  width: 100%;
  justify-content: center;
}
.product-summary-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 34px;
}
.product-summary-feature {
  display: grid;
  align-content: start;
  gap: 10px;
}
.product-summary-feature .fs-svg-icon {
  width: 52px;
  height: 52px;
}
.product-summary-feature strong {
  color: var(--fs-ink);
  font-size: 15px;
}
.product-summary-feature p {
  margin: 0;
  color: var(--fs-muted);
  font-size: 13px;
  line-height: 1.55;
}
.product-options-panel {
  padding: clamp(26px, 3vw, 36px);
}
.product-options-panel .section-center {
  margin-bottom: 22px;
}
.product-options-panel .section-center h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 36px);
}
.product-option-group {
  margin-top: 32px;
}
.product-option-group:first-of-type {
  margin-top: 0;
}
.product-option-group__title {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfe9e2;
  color: var(--fs-green);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  text-wrap: balance;
}
.product-options-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.product-options-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 901px) {
  .product-options-grid:has(.product-option-card:only-child) {
    grid-template-columns: 1fr;
  }
  .product-options-grid:has(.product-option-card:nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-options-grid:has(.product-option-card:nth-child(3):last-child) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.product-option-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 250px;
  padding: 20px 16px;
  border: 1px solid #d8e4dc;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-align: center;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.product-option-card:hover,
.product-option-card:focus-visible {
  border-color: #a6c8af;
  box-shadow: var(--fs-shadow);
  transform: translateY(-2px);
}
.product-option-card__media {
  display: grid;
  min-height: 130px;
  place-items: center;
  margin-bottom: 14px;
}
.product-option-card img {
  display: block;
  width: 100%;
  height: 126px;
  object-fit: contain;
}
.product-option-card strong {
  display: block;
  color: var(--fs-green);
  font-size: clamp(22px, 1.8vw, 31px);
  line-height: 1.15;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}
.product-option-card__size {
  display: inline-block;
  width: max-content;
  max-width: none;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(15px, 0.95vw, 21px);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: nowrap;
}
body.clinical-waste-bag-page .product-options-panel .product-option-card .product-option-card__size {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(13px, 1.05vw, 18px);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: nowrap;
}
body.clinical-waste-bag-page .product-options-panel .product-option-card strong.product-option-card__size {
  overflow: hidden;
  text-overflow: clip;
}
.product-option-card p {
  margin: 10px auto 0;
  max-width: 230px;
  color: var(--fs-muted);
  font-size: 13px;
  line-height: 1.5;
}
.product-option-card--swatch .product-option-card__media {
  min-height: 106px;
}
.product-option-card--swatch .bag-swatch {
  margin-bottom: 0;
}
.spec-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  align-items: start;
}
.spec-image-card {
  padding: 22px;
  border: 1px solid #d8e4dc;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(10, 45, 27, .05);
}
.spec-image-card h3 {
  margin: 0 0 14px;
  color: var(--fs-green);
  font-size: 18px;
}
.spec-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: #fff;
}
.news-grid,
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.video-grid {
  grid-template-columns: repeat(3, 1fr);
}
.latest-news-card,
.latest-video-card {
  overflow: hidden;
}
.latest-news-card img,
.latest-video-card img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}
.latest-news-card div,
.latest-video-card div {
  padding: 18px;
}
.gallery-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.gallery-rail img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
  background: #eef4ef;
}
.video-thumb {
  position: relative;
}
.play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
}
.play::before {
  content: "";
  width: 58px;
  height: 58px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: rgba(0,0,0,.2);
}
.contact-hero-grid {
  grid-template-columns: .85fr 1.15fr;
}
.contact-shell {
  display: grid;
  grid-template-columns: .58fr 1.42fr;
  gap: 24px;
  padding: 0;
}
.contact-info-panel,
.form-panel,
.find-panel {
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbf9, #fff);
  padding: 32px;
}
.contact-method {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #dce6e0;
}
.contact-method:last-child {
  border-bottom: 0;
}
.contact-method img,
.contact-method .fs-svg-icon {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.contact-method .fs-svg-icon {
  padding: 12px;
  border: 2px solid var(--fs-green);
  border-radius: 999px;
  color: var(--fs-green);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-grid label,
.form-panel label {
  display: block;
}
.form-grid input,
.form-grid select,
.form-panel textarea {
  width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  border: 1px solid #cddbd3;
  border-radius: 6px;
  background: #fff;
  font: inherit;
}
.form-panel textarea {
  min-height: 150px;
  margin-top: 20px;
  resize: vertical;
}
.form-bottom {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.map-panel {
  display: grid;
  grid-template-columns: .32fr .68fr;
  overflow: hidden;
  border-radius: 8px;
  background: #eef4f0;
}
.map-panel--branch {
  margin-top: 38px;
}
.contact-map-section {
  padding-bottom: clamp(56px, 7vw, 96px);
}
.map-coordinate {
  margin: 12px 0 20px;
  color: var(--fs-muted);
  font-size: 14px;
  line-height: 1.5;
}
.map-coordinate strong {
  display: block;
  margin-bottom: 2px;
  color: var(--fs-green);
}
.map-coordinate span {
  display: block;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.map-embed {
  min-height: 360px;
  overflow: hidden;
  background: #e9eee9;
}
.map-embed iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  height: 100%;
  border: 0;
}
.leaf-cta {
  background: linear-gradient(90deg, rgba(8,49,31,.96), rgba(12,90,34,.9)), url("img/final/cta_leaf_bg.png") center / cover no-repeat;
  color: #fff;
}
.leaf-cta .wrap {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.leaf-cta h2 {
  margin: 0;
  color: #fff;
}
.leaf-cta p {
  margin: 6px 0 0;
  color: rgba(255,255,255,.9);
}

@media (max-width: 1040px) {
  .nav { gap: 16px; font-size: 12px; }
  .home-product-split { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid--home,
  .home-product-group--yellow .product-grid--home { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-category-grid--solid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-category-grid--medical { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .topbar .wrap { align-items: flex-start; flex-direction: column; gap: 0; padding: 10px 0; }
  .topbar__group { min-height: auto; flex-wrap: wrap; gap: 12px 18px; }
  .site-header .wrap { min-height: 76px; }
  .mobile-toggle {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--fs-line);
    border-radius: 5px;
    background: #fff;
    color: var(--fs-green);
  }
  .nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--fs-line);
    border-radius: var(--fs-radius);
    background: #fff;
    box-shadow: var(--fs-shadow);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 10px; }
  .nav a::after { display: none; }
  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.88) 58%, rgba(255,255,255,.40) 100%),
      url("img/final/hero_truck.png") center bottom / contain no-repeat,
      #f5f8f6;
  }
  .hero .wrap { padding: 48px 0 210px; }
  .hero-badges { margin-top: 0; flex-direction: column; gap: 14px; padding-top: 22px; }
  .stat-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .stat { justify-content: center; padding: 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .stat:nth-last-child(-n+2) { border-bottom: 0; }
  .process,
  .split,
  .values,
  .certifications,
  .content-grid,
  .page-feature,
  .contact-layout,
  .media-grid,
  .product-list-grid,
  .product-detail { grid-template-columns: 1fr; }
  .process::before { display: none; }
  .value { border-right: 0; border-bottom: 1px solid var(--fs-line); }
  .value:last-child { border-bottom: 0; }
  .products-head,
  .cta .wrap,
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .latest-hero .wrap,
  .section-split,
  .section-split--reverse,
  .product-hero-grid,
  .detail-layout,
  .product-summary-panel,
  .spec-size-panel,
  .contact-shell,
  .map-panel { grid-template-columns: 1fr; }
  .product-summary-panel__actions {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid #dfe9e2;
  }
  .product-summary-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .latest-hero .wrap { gap: 18px; padding: 34px 0; }
  .latest-hero--image-right .wrap { display: grid; }
  .latest-hero--image-right .latest-hero__media {
    position: static;
    width: 100%;
    margin-left: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .latest-hero__media { min-height: 260px; }
  .latest-hero__media img { max-height: 300px; }
  .latest-hero--image-right .latest-mini-icons,
  .section-split > div > .latest-mini-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
  .latest-mini-icons .mini:nth-child(2n) {
    border-right: 0;
  }
  .latest-service-grid,
  .latest-products-grid,
  .product-options-grid,
  .product-category-grid,
  .news-grid,
  .video-grid,
  .gallery-rail,
  .latest-values,
  .latest-benefits,
  .latest-ideal,
  .process-line,
  .stats-inline { grid-template-columns: repeat(2, 1fr); }
  .product-grid--home,
  .home-product-group--yellow .product-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-grid,
  .latest-products-grid,
  .latest-service-grid,
  .size-cards,
  .product-options-grid,
  .gallery-rail {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 24px;
    padding-bottom: 12px;
  }
  .product-grid--home {
    display: grid;
    overflow: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
  }
  .product-grid > *,
  .latest-products-grid > *,
  .product-category-grid > *,
  .latest-service-grid > *,
  .size-cards > *,
  .gallery-rail > * {
    flex: 0 0 min(82vw, 340px);
    scroll-snap-align: start;
  }
  .product-option-card {
    flex: 0 0 min(78vw, 320px);
    scroll-snap-align: start;
  }
  .product-grid--home > * {
    flex: initial;
    scroll-snap-align: none;
  }
  .gallery-rail > img {
    flex-basis: min(76vw, 320px);
  }
  .process-line::before { display: none; }
  .latest-value,
  .latest-benefit,
  .latest-ideal-item { border-right: 0; border-bottom: 1px solid var(--fs-line); }
  .product-lineup { min-height: 220px; justify-items: center; }
  .product-lineup img { width: 100%; max-height: 300px; }
  .product-lineup--items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-lineup--items a { min-height: 170px; padding: 14px; }
  .product-lineup--items img { height: 150px; max-height: none; }
  .detail-gallery { grid-template-columns: 1fr; }
  .detail-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    order: 2;
  }
  .detail-thumbs--labelled {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .detail-thumbs img { width: 100%; }
  .detail-main-link,
  .detail-main-img { min-height: 300px; padding: 28px; }
  .detail-gallery--featured .detail-main-link {
    min-height: 320px;
    padding: 28px;
  }
  .product-section-head { display: block; }
  .product-section-head > p:last-child { max-width: none; margin-top: 8px; text-align: left; }
  .contact-hero-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 42px; }
  .lead { font-size: 17px; }
  .stat-strip__inner,
  .product-grid,
  .footer-main { grid-template-columns: 1fr; }
  .stat { border-bottom: 1px solid var(--fs-line); }
  .stat:last-child { border-bottom: 0; }
  .product { min-height: 210px; }
  .latest-mini-icons,
  .latest-mini-icons--three,
  .latest-service-grid,
  .latest-products-grid,
  .product-options-grid,
  .news-grid,
  .video-grid,
  .gallery-rail,
  .latest-values,
  .latest-benefits,
  .latest-ideal,
  .process-line,
  .stats-inline,
  .size-cards { grid-template-columns: 1fr; }
  .product-grid,
  .product-category-grid,
  .latest-products-grid,
  .latest-service-grid,
  .size-cards,
  .product-options-grid,
  .gallery-rail {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-product-group {
    padding: 18px;
  }
  .home-product-group__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .size-group__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .product-grid--home,
  .home-product-group--yellow .product-grid--home {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .latest-mini-icons .mini {
    border-right: 0;
    border-bottom: 1px solid rgba(37, 122, 54, .14);
    padding: 0 0 14px;
  }
  .latest-mini-icons .mini:last-child {
    border-bottom: 0;
  }
  .latest-hero h1 { font-size: 36px; }
  .latest-section { padding: 40px 0; }
  .product-summary-features {
    grid-template-columns: 1fr;
  }
  .product-summary-panel,
  .product-options-panel {
    padding: 22px;
  }
  .spec-row { grid-template-columns: 1fr; gap: 4px; }
  .spec-media-grid { grid-template-columns: 1fr; }
  .product-lineup--items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-thumbs--labelled {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .detail-gallery--featured .detail-main-link {
    min-height: 280px;
    padding: 22px;
  }
  .form-bottom { align-items: stretch; flex-direction: column; }
}


.static-page .entry-content { width: min(1040px, calc(100% - 80px)); margin: 70px auto; }
.static-page.home .entry-content { width: 100%; margin: 0; }
.topbar img { display:inline-block; width:16px; height:16px; object-fit:contain; margin-right:8px; vertical-align:-3px; }
.nav a.is-active { color: var(--fs-green); }
.nav a.is-active::after { content:""; position:absolute; left:0; right:0; bottom:25px; height:3px; background:var(--fs-green); }
.nav .btn { padding: 0 22px; }
.nav .btn.is-active,
.nav .btn.is-active:hover {
  color: #fff;
  background: var(--fs-green);
  border-color: var(--fs-green);
}
.nav .btn.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--fs-green);
  transform: translateX(-50%);
}
.page-card-list { display: grid; gap: 18px; margin: 28px 0; }
.page-note { padding: 20px 24px; border-left: 4px solid var(--fs-green); background: var(--fs-soft); }
.page-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  margin: 0 0 52px;
}
.page-feature img,
.image-panel img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--fs-shadow);
}
.image-panel {
  margin: 38px 0;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 30px 0;
}
.media-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--fs-line);
}
.contact-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: start;
}
.contact-stack {
  display: grid;
  gap: 16px;
}
.contact-card {
  padding: 22px 24px;
  border: 1px solid var(--fs-line);
  border-radius: 8px;
  background: #fff;
}
.contact-card h3 { font-size: 18px; margin-bottom: 10px; }
.contact-card p { margin: 0; color: #475650; }
.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--fs-line);
  border-radius: 8px;
  background: #f8fbf9;
}
.contact-form label { display: grid; gap: 7px; font-weight: 800; color: var(--fs-ink); }
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #cfdad3;
  border-radius: 5px;
  background: #fff;
  font: inherit;
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.product-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 30px 0;
}
.product-list-card {
  padding: 18px;
  border: 1px solid var(--fs-line);
  border-radius: 8px;
  background: #fff;
}
.product-list-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 14px;
  background: #f8faf8;
  border-radius: 6px;
}
.product-list-card h3 { font-size: 18px; }
.product-list-card p { font-size: 14px; color: var(--fs-muted); }

/* Static comparison polish: tuned to the supplied mockup proportions. */
.wrap { width: min(1240px, calc(100% - 80px)); }
.topbar { background: linear-gradient(90deg, #145d26, #2b7438); color: #fff; border: 0; }
.topbar a { color: #fff; }
.topbar .wrap { min-height: 52px; }
.topbar { font-size: 16px; font-weight: 800; }
.topbar a { font-weight: 800; }
.topbar .fs-svg-icon,
.topbar svg { width: 20px; height: 20px; }
.site-header { position: relative; background: #fff; border-bottom: 1px solid #edf1ee; backdrop-filter: none; }
.site-header .wrap { min-height: 110px; }
.brand { flex: 0 0 220px; overflow: visible; }
.brand img {
  width: 202px;
  max-height: 78px;
  object-fit: contain;
}
.nav { gap: 26px; margin-left: auto; }
.nav a { padding: 43px 0; white-space: nowrap; }
.nav a.is-active::after, .nav a:hover::after { bottom: 34px; }
.nav .btn.is-active::after { bottom: -10px; }
.nav .btn { min-height: 44px; padding: 0 24px; color: #fff; }

.hero {
  min-height: 404px;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 31%, rgba(255,255,255,.70) 49%, rgba(255,255,255,0) 68%),
    url("img/final/hero_truck.png") calc(50% + 275px) center / 720px auto no-repeat,
    #f7fbf9;
  border-bottom: 1px solid #eef3ef;
}
.hero::after { display: none; }
.hero .wrap { padding: 72px 0 62px; }
.eyeline { font-size: 14px; margin-bottom: 8px; }
.hero h1 { max-width: 430px; font-size: clamp(44px, 4.2vw, 58px); line-height: .98; }
.hero h1 span { display: block; }
.lead { max-width: 430px; margin: 22px 0 28px; font-size: 17px; line-height: 1.45; }
.hero-actions .btn { min-height: 44px; }
.hero-badges {
  margin-top: -62px;
  padding-bottom: 34px;
  max-width: 1240px;
  justify-content: flex-start;
}
.hero-badge { font-size: 13px; line-height: 1.15; min-width: 135px; }
.hero-badge img { width: 38px; height: 38px; }

.section { padding: 58px 0; }
.section__head { margin-bottom: 34px; }
.section__head p:not(.section__label) { max-width: 680px; margin: 10px auto 0; color: #33433c; font-size: 15px; line-height: 1.45; }
.section h2 { font-size: clamp(28px, 3vw, 38px); }
.process { gap: 24px; }
.step { min-height: 296px; padding: 28px 22px 24px; border-color: #e4ebe6; }
.step__icon { width: 82px; height: 82px; margin-bottom: 18px; }
.step__icon img { width: 82px; height: 82px; }
.step h3 { font-size: 17px; line-height: 1.16; }
.step p { font-size: 13px; line-height: 1.45; }

.split { grid-template-columns: .9fr 1.1fr; gap: 60px; }
.split img { width: 100%; max-height: 360px; object-fit: cover; }

.stat-strip { background: #08291e; }
.stat-strip__inner { min-height: 98px; }
.stat { gap: 20px; color: #fff; }
.stat img { width: 54px; height: 54px; object-fit: contain; }
.stat__copy strong { display:block; color:#fff; font-size:34px; line-height:1; font-weight:900; }
.stat__copy span { display:block; color:#fff; font-size:15px; line-height:1.08; font-weight:800; }

.products-head { margin-bottom: 24px; }
.product-grid { gap: 16px; }
.product { min-height: 212px; padding: 16px 12px; background:#fafbfa; }
.product img { height: 120px; }
.product strong { font-size: 13px; }
.certifications { padding: 20px 28px; gap: 16px; }
.cert { min-height: 82px; }
.cert img { max-width: 140px; max-height: 86px; object-fit: contain; }

.cta { background: #0d5b24; }
.cta .wrap {
  min-height: 96px;
  background: linear-gradient(90deg, rgba(13,91,36,.94), rgba(13,91,36,.88)), url("img/final/cta_leaf_bg.png") center / cover no-repeat;
  border-radius: 6px;
  padding: 0 48px;
}
.cta h2 { font-size: 24px; max-width: 640px; }
.cta p { font-size: 14px; }
.site-footer { background: #0c1714; }
.footer-main { padding: 42px 0 30px; }
.footer-logo { width: 240px; }
.footer-skyline { height: 70px; }

@media (max-width: 1040px) {
  .wrap { width: min(100% - 44px, 1240px); }
  .size-cards--catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { background-position: calc(50% + 230px) bottom; background-size: 610px auto; }
  .process, .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-category-grid--solid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-category-grid--medical { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .site-header .wrap { min-height: 82px; }
  .brand { flex-basis: 160px; }
  .brand img { width: 150px; max-height: 64px; }
  .hero { background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.88)), url("img/final/hero_truck.png") center bottom / contain no-repeat, #f7fbf9; }
  .hero .wrap { padding: 42px 0 230px; }
  .hero-badges { margin-top: 0; padding-top: 18px; }
  .process, .product-grid, .stat-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .cta .wrap { border-radius: 0; padding: 24px; }
  .page-feature, .contact-layout, .media-grid, .product-list-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1240px); }
  .hero h1 { font-size: 38px; }
  .process, .product-grid, .stat-strip__inner { grid-template-columns: 1fr; }
  .image-lightbox { padding: 18px; }
  .image-lightbox__nav {
    top: auto;
    bottom: 22px;
    transform: none;
  }
  .image-lightbox__nav--prev { left: 22px; }
  .image-lightbox__nav--next { right: 22px; }
}

/* Latest content update */
.home-product-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.home-product-duo .product {
  min-height: 320px;
  padding: 28px;
  justify-content: center;
}
.home-product-duo .product img {
  height: 210px;
  margin-bottom: 18px;
}
.home-product-duo .product strong {
  font-size: 22px;
}
.home-product-duo .product span {
  display: block;
  margin-top: 8px;
  color: var(--fs-muted);
  font-size: 15px;
  line-height: 1.45;
}
.stats-inline--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.latest-service-grid .latest-service-card {
  cursor: default;
}
@media (max-width: 820px) {
  .home-product-duo,
  .stats-inline--three { grid-template-columns: 1fr; }
  .topbar { font-size: 15px; }
}

/* Final mobile/tablet polish: scoped overrides only, desktop layout remains unchanged. */
@media (max-width: 820px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    overflow: visible;
  }

  .site-header .wrap {
    position: relative;
    min-height: 78px;
  }

  .mobile-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    min-width: 54px;
    padding: 0;
    border: 1px solid #d9e6dd;
    border-radius: 14px;
    background: #fff;
    color: var(--fs-green);
    box-shadow: 0 10px 24px rgba(15, 58, 31, .10);
  }

  .mobile-toggle svg {
    width: 24px;
    height: 24px;
  }

  .nav {
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    gap: 4px;
    max-height: min(68vh, 560px);
    padding: 12px;
    overflow-y: auto;
    border-radius: 18px;
    box-shadow: 0 24px 55px rgba(11, 37, 25, .16);
    -webkit-overflow-scrolling: touch;
    z-index: 80;
  }

  .nav a {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 13px 14px !important;
    border-radius: 12px;
    font-size: 14px;
    letter-spacing: .02em;
  }

  .nav a + a {
    border-top: 1px solid #edf3ef;
  }

  .nav a:hover,
  .nav .is-active,
  .nav .current-menu-item > a {
    background: #f3faf5;
    color: var(--fs-green);
  }

  .nav .btn {
    width: 100%;
    min-height: 52px;
    margin-top: 8px;
    border-top: 0;
    background: var(--fs-green);
    color: #fff;
  }

  .latest-service-grid {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(360px, 46%);
    grid-template-columns: none !important;
    gap: 16px;
    margin-inline: -22px;
    padding: 4px 22px 18px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 22px;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .latest-service-grid > * {
    width: auto;
    min-width: 0;
    scroll-snap-align: center;
  }

  .stat-strip {
    padding: 16px 0;
  }

  .stat-strip__inner,
  .stat-strip__inner--three {
    grid-template-columns: 1fr !important;
    gap: 0;
  }

  .stat {
    width: min(100%, 430px);
    grid-template-columns: 72px minmax(0, 1fr);
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    margin: 0 auto;
    padding: 18px 16px;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .stat .fs-svg-icon,
  .stat__icon {
    width: 62px;
    height: 62px;
  }

  .stat strong {
    font-size: clamp(42px, 11vw, 64px);
    line-height: .92;
  }

  .stat span {
    max-width: none;
    font-size: 18px;
    line-height: 1.08;
  }

  .product-category-block {
    padding: 28px 18px;
  }

  .product-category-block h2 {
    font-size: clamp(30px, 7vw, 44px);
    line-height: 1.08;
    text-align: center;
  }

  .product-category-grid,
  .product-category-grid--medical,
  .product-category-grid--solid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .product-category-grid > *,
  .product-category-grid--medical > *,
  .product-category-grid--solid > * {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    flex: none;
  }

  .latest-product-card {
    min-height: 0;
    padding: 24px 18px;
  }

  .latest-product-card img {
    width: 100%;
    max-width: 260px;
    height: 190px;
    object-fit: contain;
  }

  .latest-product-card h3 {
    font-size: clamp(23px, 6vw, 32px);
    line-height: 1.12;
  }

  .latest-product-card p {
    font-size: 16px;
    line-height: 1.55;
  }

  .latest-product-card .btn {
    width: 100%;
    min-height: 50px;
    white-space: normal;
  }

  .latest-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px;
  }

  .latest-benefit {
    min-width: 0;
    padding: 22px 14px;
    text-align: center;
  }

  .latest-benefit .fs-svg-icon {
    width: 58px;
    height: 58px;
  }

  .latest-benefit h3 {
    font-size: clamp(18px, 4vw, 22px);
    line-height: 1.18;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .latest-benefit p {
    font-size: 15px;
    line-height: 1.45;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .product-options-grid,
  .spec-media-grid,
  .fs-dimension-grid {
    grid-template-columns: 1fr !important;
  }

  .fs-spec-card,
  .fs-dimension-card,
  .spec-image-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .fs-spec-scroll {
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden;
    padding-bottom: 10px;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .fs-spec-scroll::after {
    content: "Swipe table left/right";
    display: block;
    margin-top: 8px;
    color: var(--fs-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .fs-spec-table {
    width: max-content;
    min-width: 640px;
  }

  .fs-spec-table th,
  .fs-spec-table td {
    padding: 14px 12px;
    font-size: 14px;
    line-height: 1.35;
  }

  .fs-spec-table th:first-child,
  .fs-spec-table td:first-child {
    min-width: 210px;
  }

  .fs-dimension-card img,
  .spec-image-card img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 560px) {
  .topbar .wrap {
    gap: 8px;
  }

  .topbar__group {
    gap: 8px;
  }

  .site-header .wrap {
    min-height: 72px;
  }

  .brand {
    flex-basis: auto;
  }

  .brand img {
    width: min(154px, 48vw);
    max-height: 58px;
  }

  .mobile-toggle {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
  }

  .nav {
    max-height: min(72vh, 520px);
    border-radius: 16px;
  }

  .latest-service-grid {
    grid-auto-columns: minmax(82vw, 1fr);
    margin-inline: -14px;
    padding-inline: 14px;
    scroll-padding-inline: 14px;
  }

  .stat {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 8px;
  }

  .stat .fs-svg-icon,
  .stat__icon {
    width: 52px;
    height: 52px;
  }

  .stat strong {
    font-size: clamp(38px, 13vw, 56px);
  }

  .stat span {
    font-size: 16px;
  }

  .product-category-block {
    padding: 24px 14px;
  }

  .latest-product-card {
    padding: 22px 14px;
  }

  .latest-product-card img {
    height: 170px;
  }

  .latest-benefits {
    grid-template-columns: 1fr !important;
  }

  .latest-benefit {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
    text-align: left;
  }

  .latest-benefit .fs-svg-icon {
    grid-row: span 2;
    margin: 0;
  }

  .latest-benefit p {
    margin-top: 6px;
  }

  .fs-spec-card {
    padding: 16px 12px;
  }

  .fs-spec-table {
    min-width: 560px;
  }

  .fs-spec-table th,
  .fs-spec-table td {
    padding: 12px 10px;
    font-size: 13px;
  }
}

/* Second mobile polish pass: icon rhythm, CTA spacing and product image centering. */
@media (max-width: 820px) {
  .topbar {
    font-size: 14px;
    line-height: 1.25;
  }

  .topbar .wrap {
    gap: 8px;
    padding-block: 9px;
  }

  .topbar__group {
    gap: 8px 14px;
  }

  .topbar a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .latest-hero__copy > .btn,
  .section-split .btn,
  .section-center + .btn {
    width: min(100%, 420px);
    min-height: 52px;
  }

  .latest-hero__copy > .btn {
    margin-top: 4px;
  }

  .latest-mini-icons,
  .latest-mini-icons--three,
  .latest-hero--image-right .latest-mini-icons,
  .latest-hero--image-right .latest-mini-icons--three,
  .section-split > div > .latest-mini-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px;
    max-width: 560px;
    margin-top: 24px;
    margin-bottom: 0;
    align-items: stretch;
  }

  .latest-mini-icons .mini,
  .section-split > div > .latest-mini-icons .mini {
    min-height: 112px;
    padding: 10px 8px;
    border-right: 0 !important;
    border-bottom: 0 !important;
    align-content: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.12;
  }

  .latest-mini-icons .mini img,
  .latest-mini-icons .mini .fs-svg-icon,
  .section-split > div > .latest-mini-icons .mini .fs-svg-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto;
  }

  .latest-mini-icons .mini span:last-child {
    display: block;
    max-width: 190px;
    margin: 0 auto;
    text-align: center;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }

  .latest-mini-icons--three .mini:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 260px);
  }

  .section-split > div > .latest-mini-icons + .btn {
    margin-top: 24px;
  }

  .latest-value,
  .latest-ideal-item {
    min-width: 0;
    padding: 20px 14px;
  }

  .latest-value .fs-svg-icon,
  .latest-ideal-item .fs-svg-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
  }

  .latest-value h3,
  .latest-ideal-item h3 {
    font-size: 16px;
    line-height: 1.2;
    text-wrap: balance;
  }

  .latest-product-card img,
  .product-option-card img,
  .product img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-position: center center;
  }

  .latest-product-card img {
    justify-self: center;
    align-self: center;
  }

  .product-option-card__media {
    display: grid;
    place-items: center;
    justify-items: center;
  }

  .product-option-card img {
    width: min(100%, 260px);
  }

  .product-summary-features {
    gap: 18px;
  }

  .product-summary-feature {
    justify-items: center;
    text-align: center;
  }

  .product-summary-feature .fs-svg-icon {
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .topbar {
    font-size: 13px;
  }

  .topbar .fs-svg-icon,
  .topbar svg {
    width: 17px;
    height: 17px;
    margin-right: 6px;
  }

  .latest-hero .wrap {
    padding-top: 34px;
  }

  .latest-hero__copy > .btn,
  .section-split .btn,
  .section-center + .btn {
    width: 100%;
    min-height: 54px;
    padding-inline: 16px;
    text-align: center;
  }

  .latest-mini-icons,
  .latest-mini-icons--three,
  .latest-hero--image-right .latest-mini-icons,
  .latest-hero--image-right .latest-mini-icons--three,
  .section-split > div > .latest-mini-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 8px;
    margin-top: 20px;
  }

  .latest-mini-icons .mini,
  .section-split > div > .latest-mini-icons .mini {
    min-height: 102px;
    padding: 8px 6px;
    font-size: 13px;
  }

  .latest-mini-icons .mini img,
  .latest-mini-icons .mini .fs-svg-icon,
  .section-split > div > .latest-mini-icons .mini .fs-svg-icon {
    width: 40px;
    height: 40px;
  }

  .latest-mini-icons--three .mini:last-child {
    width: min(100%, 230px);
  }

  .section-split > div > .latest-mini-icons + .btn {
    margin-top: 20px;
  }

  .latest-values,
  .latest-ideal {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .latest-value,
  .latest-ideal-item {
    border-right: 0;
    border-bottom: 1px solid var(--fs-line);
  }

  .latest-value:last-child,
  .latest-ideal-item:last-child {
    border-bottom: 0;
  }

  .latest-product-card img {
    max-width: min(290px, 86%);
  }

  .product-option-card__media {
    min-height: 118px;
  }

  .product-option-card img {
    width: min(100%, 230px);
  }
}
