.innovation-main { min-width: 0; }
.innovation-hero { position: relative; min-height: min(740px, calc(100vh - 82px)); display: grid; align-items: end; background: #eff6f2; }
.innovation-hero-media, .innovation-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.innovation-hero-media img { object-fit: cover; object-position: center; }
.innovation-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 30%, rgba(255,255,255,.46) 54%, rgba(255,255,255,.08) 76%), linear-gradient(0deg, rgba(255,255,255,.48), transparent 42%); }
.innovation-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 620px) 1fr; gap: 42px; padding: 96px 0 56px; }
.innovation-hero-copy h1 { max-width: 680px; margin: 0 0 25px; color: #0b3327; font-size: clamp(48px, 5.3vw, 82px); line-height: 1.08; }
.innovation-hero-copy > p:not(.section-kicker) { max-width: 535px; margin: 0 0 34px; color: #43564f; font-size: 18px; line-height: 2; }
.innovation-text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--green); font-weight: 800; }
.innovation-text-link span { font-size: 20px; transition: transform .2s ease; }
.innovation-text-link:hover span { transform: translateY(4px); }
.innovation-hero-facts { align-self: end; justify-self: end; display: flex; align-items: center; width: min(510px, 100%); padding: 22px 0; border-top: 1px solid rgba(10,76,51,.28); border-bottom: 1px solid rgba(10,76,51,.2); color: #23443a; font-size: 14px; font-weight: 800; }
.innovation-hero-facts i { flex: 1; min-width: 16px; height: 1px; margin: 0 14px; background: rgba(11,107,67,.52); }
.innovation-anchor-bar { z-index: 30; }
.innovation-section { padding: 128px 0; scroll-margin-top: 140px; }
.innovation-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .72fr); gap: clamp(54px, 7vw, 118px); align-items: end; margin-bottom: 58px; }
.innovation-heading h2, .capability-copy h2, .product-copy h2, .innovation-history h2 { margin: 0; color: #102f26; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.18; }
.innovation-core-heading { grid-template-columns: minmax(0, 760px); margin-bottom: 46px; }
.core-foundation { display: grid; grid-template-columns: minmax(120px, .24fr) minmax(0, 1fr); gap: 42px; align-items: start; max-width: 100%; margin: 0 0 42px; padding: 20px 0 22px; border-top: 0.5px solid var(--line); border-bottom: 0.5px solid var(--line); }
.core-foundation p { margin: 0; }
.core-foundation p:first-child { color: var(--green); font-size: 14px; font-weight: 800; }
.core-foundation p:last-child { max-width: 800px; color: var(--muted); font-size: 16px; line-height: 1.95; }
.core-process { display: grid; grid-template-columns: minmax(0, 16fr) minmax(360px, 8fr); align-items: stretch; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.core-process-visual { aspect-ratio: 16 / 9; overflow: hidden; }
.core-process-visual img, .core-process-visual video { width: 100%; height: 100%; object-fit: cover; }
.process-steps { display: grid; grid-template-columns: 1fr; margin: 0; padding: 0; list-style: none; background: #f8fbfa; }
.process-steps li { display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 18px; align-content: center; min-height: 0; padding: 20px 30px; border-bottom: 0.5px solid var(--line); }
.process-steps li:last-child { border-bottom: 0; }
.process-steps span { grid-row: span 2; align-self: center; margin: 0; color: #72a98b; font-size: 13px; font-weight: 800; }
.process-steps strong { display: block; margin: 0 0 4px; font-size: 20px; line-height: 1.35; }
.process-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.innovation-history { background: #0b3428; }
.history-visual {
  position: relative;
  min-height: clamp(620px, 47vw, 690px);
  aspect-ratio: auto;
  padding: 106px 0 72px;
  color: #fff;
  overflow: hidden;
  background: #0b3428;
}
.history-background, .history-shade { position: absolute; inset: 0; pointer-events: none; }
.history-background { z-index: 0; background-position: center center; background-size: cover; background-repeat: no-repeat; opacity: 1; transform: translateX(0); will-change: opacity, transform; }
.history-background[data-history-background-incoming] { opacity: 0; }
.history-background.is-entering-next { z-index: 1; animation: history-enter-next .5s cubic-bezier(.2,.7,.2,1) both; }
.history-background.is-entering-prev { z-index: 1; animation: history-enter-prev .5s cubic-bezier(.2,.7,.2,1) both; }
.history-background.is-leaving-next { animation: history-leave-next .5s cubic-bezier(.2,.7,.2,1) both; }
.history-background.is-leaving-prev { animation: history-leave-prev .5s cubic-bezier(.2,.7,.2,1) both; }
.history-shade { z-index: 2; background: linear-gradient(90deg, rgba(5, 39, 29, .85) 0%, rgba(5, 39, 29, .63) 48%, rgba(5, 39, 29, .32) 100%); }
@keyframes history-enter-next { from { opacity: 0; transform: translateX(7%); } to { opacity: 1; transform: translateX(0); } }
@keyframes history-enter-prev { from { opacity: 0; transform: translateX(-7%); } to { opacity: 1; transform: translateX(0); } }
@keyframes history-leave-next { from { opacity: 1; transform: translateX(0); } to { opacity: .22; transform: translateX(-7%); } }
@keyframes history-leave-prev { from { opacity: 1; transform: translateX(0); } to { opacity: .22; transform: translateX(7%); } }
.history-shell {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: calc(clamp(620px, 47vw, 690px) - 178px);
  flex-direction: column;
  justify-content: flex-start;
}
.history-top { display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.history-top .section-kicker { color: rgba(255,255,255,.72); }
.history-top h2 { margin: 0; color: #fff; font-size: clamp(44px, 4.6vw, 70px); line-height: 1.16; white-space: nowrap; }
.history-line { order: 3; display: flex; gap: 0; margin: 0; padding: 0; list-style: none; overflow-x: auto; border-top: 0.5px solid rgba(255,255,255,.48); background: rgba(5,39,29,.25); scrollbar-width: none; }
.history-line::-webkit-scrollbar { display: none; }
.history-line li { position: relative; flex: 1 0 142px; min-width: 0; border-left: 0.5px solid rgba(255,255,255,.34); }
.history-line li:first-child { border-left: 0; }
.history-line button { position: relative; width: 100%; min-height: 74px; padding: 28px 24px 12px; border: 0; background: transparent; color: rgba(255,255,255,.68); text-align: left; font: inherit; cursor: pointer; }
.history-line button::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.72); transition: transform .24s ease, background-color .24s ease; }
.history-line time { display: block; color: #fff; font-size: 20px; font-weight: 800; }
.history-line button:hover, .history-line button.is-active { color: #fff; }
.history-line button.is-active::before { background: #b7f1cd; transform: scale(1.38); }
.history-stage { order: 2; display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: auto; padding: 26px 28px; background: rgba(5,39,29,.28); border-bottom: 0.5px solid rgba(255,255,255,.42); }
.history-stage-copy { display: flex; align-items: baseline; gap: 24px; color: #fff; }
.history-stage-copy p { margin: 0; color: #b7f1cd; font-size: 18px; font-weight: 800; }
.history-stage-copy strong { max-width: 480px; font-size: 18px; font-weight: 700; line-height: 1.6; }
.history-stage-copy.is-moving-next { animation: history-copy-next .34s ease both; }
.history-stage-copy.is-moving-prev { animation: history-copy-prev .34s ease both; }
.history-controls { display: grid; grid-template-columns: repeat(2, 46px); gap: 8px; flex: 0 0 auto; }
.history-controls button { display: grid; width: 46px; height: 46px; place-items: center; border: 0.5px solid rgba(255,255,255,.66); background: rgba(255,255,255,.05); color: #fff; cursor: pointer; transition: background-color .2s ease, border-color .2s ease; }
.history-controls button:hover { border-color: #fff; background: rgba(255,255,255,.16); }
.history-controls svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
@keyframes history-copy-next { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
@keyframes history-copy-prev { from { opacity: 0; transform: translateX(-12px); } to { opacity: 1; transform: translateX(0); } }
@media (prefers-reduced-motion: reduce) { .history-background.is-entering-next, .history-background.is-entering-prev, .history-background.is-leaving-next, .history-background.is-leaving-prev, .history-stage-copy.is-moving-next, .history-stage-copy.is-moving-prev { animation: none; } }
.capability-layout { display: grid; grid-template-columns: minmax(380px, .84fr) minmax(0, 1.16fr); gap: 86px; align-items: start; }
.capability-copy h2 { max-width: 520px; font-size: clamp(38px, 3.5vw, 54px); text-wrap: balance; }
.capability-copy > p:not(.section-kicker) { max-width: 430px; margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 2; }
.capability-list { border-top: 1px solid var(--line); }
.capability-list article { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.capability-list span { color: #8bb9a0; font-size: 14px; font-weight: 800; }
.capability-list h3 { margin: 0 0 8px; color: #173a2f; font-size: 23px; }
.capability-list p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.innovation-product { padding-top: 0; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .82fr); min-height: 650px; background: #f2f7f4; }
.product-media { min-height: 650px; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-copy { display: flex; flex-direction: column; justify-content: center; padding: 78px clamp(42px, 6vw, 96px); }
.product-copy > p:not(.section-kicker) { margin: 25px 0 38px; color: var(--muted); font-size: 16px; line-height: 2; }
.product-copy dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; border-top: 1px solid #cbdcd2; border-bottom: 1px solid #cbdcd2; }
.product-copy dl div { padding: 20px 14px 20px 0; border-left: 1px solid #cbdcd2; padding-left: 16px; }
.product-copy dl div:first-child { padding-left: 0; border-left: 0; }
.product-copy dt { margin-bottom: 8px; color: var(--green); font-size: 18px; font-weight: 800; }
.product-copy dd { margin: 0; color: #536860; font-size: 13px; line-height: 1.55; white-space: nowrap; }
.innovation-ip { padding: 124px 0; color: #fff; background: linear-gradient(105deg, #0c5b3c 0%, #0e7148 55%, #127b50 100%); scroll-margin-top: 120px; }
.ip-layout { display: grid; grid-template-columns: 200px minmax(0, 1fr) minmax(280px, 420px); gap: 42px; align-items: start; }
.innovation-ip .section-kicker { color: rgba(255,255,255,.72); }
.ip-layout h2 { margin: 0; font-size: clamp(34px, 3.3vw, 52px); line-height: 1.25; }
.ip-layout > p:last-child { margin: 5px 0 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.95; }
.innovation-footer { padding-top: 66px; }

@media (max-width: 980px) {
  .innovation-hero { min-height: 620px; }
  .innovation-hero-layout, .innovation-heading, .capability-layout, .product-layout, .ip-layout { grid-template-columns: 1fr; }
  .core-foundation { grid-template-columns: 1fr; gap: 12px; }
  .innovation-hero-facts { justify-self: start; }
  .innovation-heading, .capability-layout { gap: 42px; }
  .core-process { grid-template-columns: 1fr; }
  .core-process-visual { min-height: 0; }
  .history-visual { min-height: 0; padding: 84px 0 58px; }
  .history-shell { min-height: auto; }
  .history-top { align-items: start; flex-direction: column; }
  .history-top h2 { white-space: normal; }
  .history-line { margin-top: 18px; }
  .product-media { min-height: 460px; }
}

@media (max-width: 620px) {
  .innovation-hero-layout { padding: 72px 0 38px; }
  .innovation-hero-copy h1 { font-size: 46px; }
  .innovation-hero-facts { width: 100%; font-size: 12px; }
  .innovation-anchor-bar { justify-content: flex-start; overflow-x: auto; }
  .innovation-anchor-bar a { flex: 0 0 auto; font-size: 14px; }
  .innovation-section { padding: 84px 0; }
  .innovation-heading h2, .capability-copy h2, .product-copy h2, .innovation-history h2 { font-size: 38px; }
  .core-process-visual { min-height: 0; }
  .process-steps li, .process-steps li:nth-last-child(-n+2) { min-height: auto; padding: 22px 20px; border-right: 0; border-bottom: 0.5px solid var(--line); }
  .process-steps li:last-child { border-bottom: 0; }
  .process-steps span { margin: 0; }
  .history-line { margin-top: 50px; }
  .history-line li { flex-basis: 94px; }
  .history-line button { min-height: 68px; padding: 24px 14px 8px; }
  .history-line time { font-size: 16px; }
  .history-stage { align-items: center; margin-top: 22px; }
  .history-stage-copy { display: block; }
  .history-stage-copy p { margin-bottom: 6px; }
  .history-stage-copy strong { display: block; max-width: 230px; font-size: 15px; }
  .history-controls { grid-template-columns: repeat(2, 42px); }
  .history-controls button { width: 42px; height: 42px; }
  .product-layout, .product-media { min-height: auto; }
  .product-media { height: 320px; }
  .product-copy { padding: 54px 28px; }
  .product-copy dl { grid-template-columns: 1fr; }
  .product-copy dl div, .product-copy dl div:first-child { padding: 16px 0; border-left: 0; border-top: 1px solid #cbdcd2; }
  .product-copy dl div:first-child { border-top: 0; }
  .innovation-ip { padding: 78px 0; }
}
