.forest-mulcher-product {
  --forest-navy: #061a29;
  --forest-slate: #344f5c;
  --forest-ink-soft: #42525d;
  --forest-line-dark: rgb(255 255 255 / 18%);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.forest-mulcher-product [hidden] { display: none !important; }
.forest-mulcher-product .section { padding-block: clamp(4.75rem, 7vw, 7rem); }
.forest-mulcher-product .section-heading { margin-bottom: clamp(2.25rem, 4vw, 3.5rem); }
.forest-mulcher-product .section-heading h2 { font-size: clamp(2.05rem, 3.3vw, 3rem); }

.forest-hero {
  --internal-hero-min-height: clamp(42rem, calc(100svh - 4.5rem), 50rem);
  --internal-hero-position: center center;
}
.forest-hero::after {
  background:
    linear-gradient(90deg, rgb(2 14 23 / 96%) 0%, rgb(2 14 23 / 91%) 27%, rgb(2 14 23 / 69%) 46%, rgb(2 14 23 / 22%) 68%, rgb(2 14 23 / 4%) 86%),
    linear-gradient(0deg, rgb(2 14 23 / 32%) 0%, transparent 48%);
}
.forest-hero .internal-hero__content { align-items: stretch; }
.forest-hero__copy {
  display: flex;
  width: min(100%, 46rem);
  min-height: var(--internal-hero-min-height);
  flex-direction: column;
  align-items: flex-start;
  padding-block: clamp(4.75rem, 9vh, 6.75rem) clamp(3.5rem, 7vh, 5.25rem);
}
.forest-hero__copy .eyebrow { margin: 0; }
.forest-hero__copy h1 {
  max-width: none;
  margin: clamp(3rem, 7vh, 5rem) 0 0;
  font-size: clamp(3.8rem, 6.4vw, 6rem);
  font-weight: 800;
  line-height: .91;
  letter-spacing: -.055em;
}
.forest-hero__copy .lead {
  max-width: 40rem;
  margin: clamp(1.45rem, 3vh, 2rem) 0 0;
  color: #f5f7f7;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.5;
}
.forest-hero__copy .actions { gap: clamp(1.25rem, 3vw, 2.4rem); margin-top: auto; padding-top: clamp(2.2rem, 5vh, 3.5rem); }
.forest-hero__copy .button--text { color: #fff; }

.forest-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(21.25rem, .82fr);
  align-items: start;
  gap: clamp(4.375rem, 9vw, 9.375rem);
}
.forest-overview h2 { margin: 0; color: var(--navy); font-size: clamp(2.6rem, 4.4vw, 4rem); line-height: .98; letter-spacing: -.045em; }
.forest-overview__lead { margin: 0; color: #203744; font-size: clamp(1.2rem, 1.08rem + .5vw, 1.55rem); line-height: 1.58; }
.forest-overview .muted { margin: 2rem 0 0; color: var(--muted); }

.forest-applications { color: #f5f7f7; background: var(--forest-slate); }
.forest-applications .section-heading p { color: #d5dee1; }
.forest-application-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(2rem, 4vw, 4rem); }
.forest-application-grid article { position: relative; display: flex; min-height: 19rem; flex-direction: column; }
.forest-application-grid span { margin-bottom: auto; color: #b7c5cb; font-size: .76rem; font-weight: 760; letter-spacing: .13em; }
.forest-application-grid h3 { margin: 3rem 0 1rem; color: #fff; font-size: clamp(1.75rem, 2.4vw, 2.45rem); }
.forest-application-grid p { margin: 0; color: #d3dce0; }
.forest-application-grid em { margin-top: 2rem; color: var(--gold); font-size: .82rem; font-style: normal; font-weight: 700; }

.forest-specs .section-heading { padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.forest-common-specs { display: flex; margin-bottom: clamp(2rem, 4vw, 3rem); border-block: 1px solid var(--line); }
.forest-common-specs > div { display: flex; min-width: min(50%, 18rem); flex-direction: column; gap: .3rem; padding: 1.2rem 2rem 1.2rem 0; }
.forest-common-specs > div + div { padding-left: 2rem; border-left: 1px solid var(--line); }
.forest-common-specs span { color: var(--muted); font-size: .74rem; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.forest-common-specs strong { color: var(--navy); font-size: clamp(1.25rem, 2vw, 1.7rem); }
.forest-specs__layout { display: grid; grid-template-columns: minmax(20rem, 38fr) minmax(0, 62fr); align-items: start; gap: clamp(2rem, 4vw, 4.25rem); }
.forest-product-stage { position: relative; min-width: 0; height: clamp(30rem, 42vw, 38rem); overflow: hidden; background: #fff; outline-offset: 4px; touch-action: pan-y; cursor: pointer; }
.forest-product-stage__view { position: absolute; inset: 0; display: block; }
.forest-product-stage__view img { width: 100%; height: 100%; object-fit: cover; }
.forest-product-stage__dots { position: absolute; z-index: 3; right: 1.25rem; bottom: 1.25rem; display: flex; gap: .55rem; padding: .55rem; background: rgb(6 26 41 / 80%); }
.forest-product-dot { width: .58rem; height: .58rem; padding: 0; border: 1px solid rgb(255 255 255 / 70%); border-radius: 50%; background: transparent; cursor: pointer; }
.forest-product-dot.is-active { border-color: var(--gold); background: var(--gold); }
.forest-specs__data { min-width: 0; }
.forest-spec-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; border-top: 1px solid var(--line); background: #fff; }
.forest-spec-table { width: max(100%, 46rem); min-width: 46rem; border-collapse: collapse; table-layout: fixed; font-size: .77rem; }
.forest-spec-table th, .forest-spec-table td { height: 3.7rem; padding: .55rem .6rem; text-align: center; vertical-align: middle; white-space: nowrap; }
.forest-spec-table thead th:first-child, .forest-spec-table tbody th:first-child { position: sticky; left: 0; z-index: 2; width: 10rem; text-align: left; }
.forest-spec-table thead th:first-child { z-index: 3; background: var(--navy); }
.forest-spec-table tbody th:first-child { background: #fff; color: var(--navy); }
.forest-spec-table tbody tr:nth-child(even) th:first-child { background: #f7f8f8; }
.forest-spec-table tbody th strong, .forest-spec-table tbody th span { display: block; }
.forest-spec-table tbody th span { margin-top: .15rem; color: var(--muted); font-size: .64rem; font-weight: 500; }
.forest-specs__note { margin: 1.25rem 0 0; color: var(--forest-ink-soft); font-size: .86rem; line-height: 1.55; }

.forest-design__heading { padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.forest-photo { min-width: 0; margin: 0; overflow: hidden; background: #e4e8e9; }
.forest-photo picture { display: block; width: 100%; height: 100%; }
.forest-photo img { width: 100%; height: 100%; object-fit: cover; }
.forest-photo--portrait { aspect-ratio: 4 / 5; }
.forest-story { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-bottom: clamp(4rem, 6vw, 6rem); border-bottom: 1px solid var(--line); }
.forest-story + .forest-story { grid-template-columns: minmax(18rem, .65fr) minmax(0, 1.35fr); padding-block: clamp(4rem, 6vw, 6rem); }
.forest-story .forest-photo { aspect-ratio: 16 / 9; }
.forest-story h3, .forest-detail-pair h3 { margin: 0 0 1rem; color: var(--navy); font-size: clamp(1.55rem, 2.5vw, 2.35rem); line-height: 1.1; }
.forest-story p, .forest-detail-pair p { margin: 0; color: var(--forest-ink-soft); line-height: 1.65; }
.forest-story p + p { margin-top: 1rem; }
.forest-detail-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2.5rem, 6vw, 5.5rem); padding-top: clamp(4rem, 6vw, 6rem); }
.forest-detail-pair article { display: grid; grid-template-columns: minmax(12rem, .85fr) minmax(12rem, .7fr); align-items: end; gap: 1.8rem; }
.forest-detail-pair article h3, .forest-detail-pair article p { grid-column: 2; }
.forest-detail-pair article .forest-photo { grid-row: 1 / span 2; }

.forest-field { background: var(--forest-navy); }
.forest-field .section-heading h2 { color: #fff; }
.forest-field__heading { padding-bottom: 1.2rem; border-bottom: 1px solid var(--forest-line-dark); }
.forest-field__heading p { color: #cbd6dc; }
.forest-field__landscape { margin: 0; }
.forest-field__landscape picture { display: block; aspect-ratio: 16 / 7; overflow: hidden; background: #0d2638; }
.forest-field__landscape img { width: 100%; height: 100%; object-fit: cover; }
.forest-video__tabs { display: flex; margin-top: 2rem; border-bottom: 1px solid var(--forest-line-dark); }
.forest-video__tab { flex: 1; padding: 1.1rem 1.25rem; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #aebdc5; font: inherit; font-weight: 700; cursor: pointer; }
.forest-video__tab.is-active { border-bottom-color: var(--gold); color: #fff; }
.forest-video__stage { width: 100vw; margin-left: calc(50% - 50vw); overflow: hidden; background: #020a10; }
.forest-video__panel { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(18rem, .45fr); min-height: 40rem; }
.forest-video__visual { position: relative; min-height: 40rem; overflow: hidden; }
.forest-video__backdrop { position: absolute; inset: -2.5rem; display: block; }
.forest-video__backdrop img { width: 100%; height: 100%; object-fit: cover; filter: blur(24px) brightness(.4) saturate(.8); transform: scale(1.12); }
.forest-video-shell { position: relative; z-index: 2; width: min(100%, 26.5rem); height: 100%; margin-inline: auto; background: #02070b; }
.forest-video-poster, .forest-video-poster picture { display: block; width: 100%; height: 100%; }
.forest-video-poster img, .forest-video-shell video { width: 100%; height: 100%; object-fit: contain; background: #02070b; }
.forest-video-trigger { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 4.6rem; height: 4.6rem; padding: 0 0 0 .2rem; transform: translate(-50%, -50%); place-items: center; border: 1px solid rgb(255 255 255 / 65%); border-radius: 50%; background: rgb(6 26 41 / 78%); color: #fff; font-size: 1.3rem; cursor: pointer; }
.forest-video-shell video { position: absolute; z-index: 4; inset: 0; display: block; }
.forest-video__caption { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); background: #0b2232; }
.forest-video__caption h3 { margin: 0 0 1rem; color: #fff; font-size: clamp(1.35rem, 2vw, 1.85rem); }
.forest-video__caption p { margin: 0; color: #c7d3d9; }
.forest-video-status { min-height: 1.4em; margin-top: 1rem !important; color: #fff !important; font-size: .78rem; }

.forest-support .section-heading { padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.forest-support__rows article { display: grid; grid-template-columns: minmax(17rem, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 6vw, 6rem); padding-block: clamp(2.5rem, 5vw, 4.5rem); border-bottom: 1px solid var(--line); }
.forest-support__rows .forest-support__offset { padding-left: clamp(0rem, 5vw, 5rem); }
.forest-support h3 { margin: 0; color: var(--navy); font-size: clamp(1.55rem, 2.6vw, 2.35rem); line-height: 1.12; }
.forest-support p { margin: 0; color: var(--forest-ink-soft); line-height: 1.65; }
.forest-support p + p { margin-top: 1rem; }

.forest-explore { padding-block: clamp(4rem, 6vw, 6rem); background: #030f17; color: #fff; }
.forest-explore h2 { margin: 0 0 clamp(2rem, 4vw, 3.5rem); color: #fff; font-size: clamp(2rem, 3.4vw, 3rem); text-transform: none; }
.forest-explore__links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--forest-line-dark); }
.forest-explore__links a { display: flex; min-width: 0; min-height: 14rem; flex-direction: column; padding: 2rem 2rem 1rem 0; color: #fff; text-decoration: none; }
.forest-explore__links a + a { padding-left: clamp(2rem, 5vw, 5rem); border-left: 1px solid var(--forest-line-dark); }
.forest-explore__links span { color: #aebdc5; font-size: .76rem; font-weight: 720; letter-spacing: .11em; text-transform: uppercase; }
.forest-explore__links strong { margin-top: .8rem; font-size: clamp(1.35rem, 2.4vw, 2rem); }
.forest-explore__links em { margin-top: auto; color: var(--gold); font-style: normal; font-weight: 700; }
.forest-rfq__helper { align-self: end; margin: .1rem 0 -.35rem; color: #d2dde2; font-size: .8rem; font-weight: 700; }

@media (max-width: 79.94rem) {
  .forest-specs__layout { grid-template-columns: 1fr; }
  .forest-product-stage { height: 35rem; }
  .forest-application-grid { grid-template-columns: repeat(2, 1fr); }
  .forest-detail-pair { grid-template-columns: 1fr; }
}

@media (max-width: 70rem) {
  .forest-overview__grid { grid-template-columns: 1fr; gap: 2.25rem; }
  .forest-video__panel { grid-template-columns: 1fr; }
  .forest-video__caption { min-height: 13rem; }
}

@media (max-width: 64.03rem) {
  .forest-story, .forest-story + .forest-story, .forest-support__rows article { grid-template-columns: 1fr; }
  .forest-support__rows .forest-support__offset { padding-left: 0; }
  .forest-explore__links { grid-template-columns: 1fr; }
  .forest-explore__links a { min-height: 11rem; }
  .forest-explore__links a + a { padding-left: 0; border-top: 1px solid var(--forest-line-dark); border-left: 0; }
}

@media (max-width: 48.03rem) {
  .forest-hero { --internal-hero-min-height: clamp(41rem, calc(100svh - 4rem), 47rem); --internal-hero-position: center center; }
  .forest-hero::after { background: linear-gradient(90deg, rgb(2 14 23 / 93%) 0%, rgb(2 14 23 / 77%) 58%, rgb(2 14 23 / 27%) 100%), linear-gradient(0deg, rgb(2 14 23 / 46%) 0%, transparent 55%); }
  .forest-hero__copy { min-height: var(--internal-hero-min-height); padding-block: 4rem 3rem; }
  .forest-hero__copy h1 { margin-top: 3.2rem; font-size: clamp(3rem, 13vw, 4.6rem); }
  .forest-hero__copy .lead { font-size: 1rem; }
  .forest-application-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .forest-application-grid article { min-height: 0; }
  .forest-application-grid h3 { margin-top: 1.6rem; }
  .forest-common-specs > div { min-width: 50%; padding-right: 1rem; }
  .forest-common-specs > div + div { padding-left: 1rem; }
  .forest-product-stage { height: clamp(24rem, 112vw, 34rem); }
  .forest-story { padding-bottom: 4rem; }
  .forest-story--copy-first .forest-photo { order: -1; }
  .forest-detail-pair article { grid-template-columns: 1fr; }
  .forest-detail-pair article .forest-photo, .forest-detail-pair article h3, .forest-detail-pair article p { grid-column: auto; grid-row: auto; }
  .forest-photo--portrait { aspect-ratio: 4 / 3; }
  .forest-field__landscape picture { aspect-ratio: 4 / 3; }
  .forest-video__visual { min-height: 0; height: auto; aspect-ratio: 4 / 3; }
  .forest-video-shell { width: min(100%, 23rem); }
  .forest-video__panel { min-height: 0; }
  .forest-video__caption { min-height: 12rem; }
}

@media (prefers-reduced-motion: reduce) {
  .forest-mulcher-product *, .forest-mulcher-product *::before, .forest-mulcher-product *::after { transition: none !important; }
}
