:root {
  --forest: #173f2c;
  --forest-deep: #0b271c;
  --leaf: #57a941;
  --leaf-bright: #84c85a;
  --ink: #17231d;
  --steel: #5f6d68;
  --muted: #59625c;
  --sand: #d8cdb7;
  --warm: #f5f3eb;
  --paper: #fbfaf6;
  --line: rgba(23, 63, 44, .18);
  --blue: #417c92;
  --radius: .85rem;
  --container: 1240px;
  --section: clamp(5rem, 9vw, 9rem);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm); font-family: var(--body); font-size: 1rem; line-height: 1.7; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, summary { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .98; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(3.5rem, 8vw, 7.5rem); }
h2 { font-size: clamp(2.6rem, 5.4vw, 5.5rem); }
h3 { font-size: clamp(1.55rem, 2.6vw, 2.4rem); }
em { color: var(--leaf); font-style: normal; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.narrow { max-width: 900px; }
.section { padding-block: var(--section); position: relative; }
.lead { font-size: clamp(1.06rem, 1.7vw, 1.35rem); line-height: 1.7; color: #425047; max-width: 760px; }
.micro-label, .section-label p { font-size: .72rem; line-height: 1.3; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }
.section-label { display: flex; gap: .75rem; align-items: center; margin-bottom: 2.3rem; color: var(--forest); }
.section-label span { min-width: max-content; border-right: 1px solid currentColor; padding-right: .75rem; font-size: .68rem; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.section-label p { margin: 0; }
.skip-link { position: fixed; top: .5rem; left: .5rem; transform: translateY(-150%); z-index: 1000; min-height: 44px; padding: .7rem 1rem; background: white; color: var(--forest); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--leaf-bright); outline-offset: 4px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .8rem 1.25rem; background: var(--forest); color: white; text-decoration: none; border: 1px solid var(--forest); border-radius: .2rem; font-weight: 700; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: var(--leaf); border-color: var(--leaf); transform: translateY(-2px); }
.light-button { background: white; color: var(--forest); border-color: white; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: .8rem; padding-block: .45rem; border-bottom: 1px solid currentColor; text-decoration: none; font-weight: 700; }
.text-link::after { content: "→"; font-size: 1.15rem; line-height: 1; transition: transform .2s; }
.text-link:hover::after { transform: translateX(.28rem); }
.text-link.light { color: white; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 60; color: var(--ink); background: rgba(251,250,246,.98); border-bottom: 1px solid var(--line); transition: box-shadow .2s, background .2s; }
.site-header.is-scrolled { background: rgba(251,250,246,.96); box-shadow: 0 10px 30px rgba(11,39,28,.09); backdrop-filter: blur(12px); }
.nav-shell { width: min(calc(100% - 2rem), 1380px); margin: auto; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; transition: min-height .2s; }
.is-scrolled .nav-shell { min-height: 72px; }
.brand { width: 205px; min-height: 44px; display: flex; align-items: center; }
.desktop-nav { display: flex; align-items: center; gap: clamp(.7rem, 1.5vw, 1.7rem); }
.desktop-nav > a, .nav-disclosure > summary { font-size: .78rem; letter-spacing: .03em; text-decoration: none; font-weight: 700; list-style: none; cursor: pointer; padding-block: 1.8rem; }
.desktop-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: .4rem; }
.nav-disclosure { position: relative; }
.nav-disclosure summary::-webkit-details-marker { display: none; }
.nav-disclosure summary span { margin-left: .3rem; }
.nav-disclosure[open] summary span { display: inline-block; transform: rotate(45deg); }
.nav-panel { position: absolute; top: calc(100% - .4rem); left: 50%; transform: translateX(-50%); width: 310px; padding: .7rem; background: var(--paper); color: var(--ink); box-shadow: 0 18px 60px rgba(10,30,20,.18); border: 1px solid var(--line); }
.nav-panel a { display: flex; gap: 1rem; padding: .8rem; text-decoration: none; border-bottom: 1px solid var(--line); }
.nav-panel a:last-child { border: 0; }
.nav-panel a span { color: var(--leaf); font-size: .7rem; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; min-width: 48px; min-height: 48px; cursor: pointer; }
.menu-toggle i, .menu-toggle i::after { display: block; content: ""; width: 24px; height: 1px; background: currentColor; margin-left: .7rem; }
.menu-toggle i::after { transform: translateY(7px); margin: 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 120; background: var(--forest-deep); color: white; padding: clamp(1.25rem,5vw,2rem); visibility: hidden; opacity: 0; transform: translateY(-1rem); transition: opacity .25s, transform .25s, visibility .25s; overflow-y: auto; overscroll-behavior: contain; }
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu-top { width: min(100%, 760px); margin-inline: auto; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 1rem; }
.menu-close { color: white; background: transparent; border: 0; min-height: 48px; cursor: pointer; }
.menu-close span { font-size: 1.5rem; margin-left: .4rem; }
.mobile-links { width: min(100%, 760px); margin-inline: auto; display: flex; flex-direction: column; padding-block: 1.5rem; }
.mobile-links > a, .mobile-links summary { display: block; padding: .75rem 0; font-family: var(--display); font-size: 2.2rem; line-height: 1.1; text-decoration: none; list-style: none; }
.mobile-links .nav-panel { position: static; transform: none; width: 100%; background: transparent; color: white; box-shadow: none; border-color: rgba(255,255,255,.2); padding: .5rem 0 1rem; }
.mobile-links .nav-panel a { padding: .7rem 0; }
.mobile-contact { width: min(100%, 760px); margin-inline: auto; border-top: 1px solid rgba(255,255,255,.2); padding-top: 1.2rem; display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; }
.mobile-contact a { min-height: 44px; display: inline-flex; align-items: center; }

/* Hero */
.hero { min-height: calc(100svh - 84px); position: relative; color: white; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(5,25,17,.86) 0%, rgba(5,25,17,.55) 43%, rgba(5,25,17,.12) 75%), linear-gradient(0deg, rgba(5,25,17,.7), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-block: 10rem 8rem; }
.hero-content h1 { max-width: 900px; margin-bottom: 1.8rem; }
.hero-copy { max-width: 700px; font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: rgba(255,255,255,.86); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2rem; margin-top: 2rem; }
.hero-sequence { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; display: flex; align-items: center; gap: .65rem; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-sequence i { width: 28px; height: 1px; background: rgba(255,255,255,.5); }
.inner-hero { padding: clamp(6rem, 11vw, 10rem) 0 clamp(4.5rem, 8vw, 8rem); background: var(--paper); border-bottom: 1px solid var(--line); }
.inner-hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 5vw, 5.5rem); align-items: center; }
.inner-hero h1 { font-size: clamp(3.5rem, 7.5vw, 7rem); margin-bottom: 2rem; }
.inner-hero-image { position: relative; }
.inner-hero-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.inner-hero-image span, .image-note { display: block; margin-top: .6rem; font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }
.concern-hero .container { width: min(calc(100% - 2rem), 1380px); }
.concern-hero-copy { padding-block: 1rem; }
.concern-hero .lead { max-width: 610px; }
.text-hero { background: var(--forest-deep); color: white; }
.text-hero .lead { color: rgba(255,255,255,.75); }
.text-hero .section-label { color: var(--leaf-bright); }

/* Editorial compositions */
.editorial-grid { display: grid; grid-template-columns: minmax(200px,.38fr) 1fr; gap: clamp(2rem, 7vw, 8rem); }
.intro-section { background: var(--paper); }
.intro-section em { color: #367b2e; }
.logo-rail { margin-top: 4rem; display: grid; grid-template-columns: repeat(6,1fr); border-block: 1px solid var(--line); }
.logo-rail a { min-width: 0; padding: 1rem .55rem; text-align: center; text-decoration: none; border-right: 1px solid var(--line); }
.logo-rail a:last-child { border: 0; }
.logo-rail img { width: 100%; max-width: 110px; margin: auto; mix-blend-mode: multiply; }
.logo-rail span { display: block; font-size: .62rem; line-height: 1.3; font-weight: 700; }
.section-head.split { display: grid; grid-template-columns: 1.4fr .6fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.section-head h2 { margin: 0; }
.journey-section { background: var(--forest); color: white; overflow: hidden; }
.journey-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 54px 54px; }
.journey-section .container { position: relative; }
.journey-section .section-label { color: var(--leaf-bright); }
.journey-section .section-head p, .journey p { color: rgba(255,255,255,.68); }
.journey { display: grid; grid-template-columns: repeat(6,1fr); position: relative; }
.journey::before { content: ""; position: absolute; top: 1.25rem; left: 1rem; right: 1rem; height: 1px; background: rgba(255,255,255,.35); }
.journey article { padding-right: 1.2rem; position: relative; }
.journey article > span { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--leaf-bright); font-size: .7rem; font-weight: 700; position: relative; z-index: 2; }
.journey h3 { margin: 2rem 0 1rem; }
.journey p { font-size: .86rem; }
.feature-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.feature-grid.reverse > :first-child { order: 2; }
.feature-grid.reverse > :last-child { order: 1; }
.feature-copy h2 { margin-bottom: 2rem; }
.inline-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 1.5rem; margin: 2rem 0; }
.inline-list li { border-top: 1px solid var(--line); padding-top: .6rem; font-size: .84rem; }
.image-stack img, .feature-grid > img, .feature-grid > div > img:not(.battery-cutout) { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.foundation-mark { margin-top: 2.5rem; display: flex; gap: 1rem; align-items: center; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.foundation-mark img { width: 120px; mix-blend-mode: multiply; }
.energy-section { background: var(--forest-deep); color: white; }
.energy-section .lead { color: rgba(255,255,255,.7); }
.energy-section .section-label { color: var(--leaf-bright); }
.energy-visual { position: relative; }
.battery-cutout { position: absolute; right: 0; bottom: -3rem; width: min(38%,260px); filter: drop-shadow(0 24px 22px rgba(0,0,0,.35)); }
.service-steps { padding: 0; margin: 2.5rem 0; list-style: none; }
.service-steps li { display: flex; align-items: center; gap: 1.2rem; padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.service-steps span { color: var(--leaf-bright); font-size: .7rem; }
.agriculture-section { background: #e7eadf; }
.mobility-section { background: var(--paper); }
.flow-line { display: flex; align-items: center; flex-wrap: wrap; gap: .6rem; margin: 2rem 0; text-transform: uppercase; font-size: .66rem; letter-spacing: .1em; font-weight: 700; }
.flow-line i { width: 24px; height: 1px; background: var(--leaf); }
.closing-loop { background: var(--sand); }
.dual-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(23,63,44,.3); }
.dual-feature > a { background: var(--warm); padding: clamp(1.2rem,3vw,2rem); text-decoration: none; }
.dual-feature img { aspect-ratio: 16/10; object-fit: cover; margin-bottom: 1.4rem; }
.dual-feature > a > span { color: var(--forest); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.dual-feature h2 { font-size: clamp(2.2rem,3.8vw,4rem); margin: .8rem 0 1rem; }
.approach { background: var(--paper); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.value-lines article { display: grid; grid-template-columns: 90px 1fr; padding: 1.4rem 0; border-top: 1px solid var(--line); }
.value-lines span { color: #367b2e; font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.value-lines p { margin: 0; }
.glance { background: var(--forest); color: white; }
.glance .section-label { color: var(--leaf-bright); }
.glance-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.2); }
.glance-grid article { padding: 2rem; border-right: 1px solid rgba(255,255,255,.2); }
.glance-grid article:last-child { border: 0; }
.glance-grid strong { display: block; font-family: var(--display); font-size: 4rem; color: var(--leaf-bright); line-height: 1; }
.glance-grid span { display: block; margin-top: 1rem; font-size: .8rem; }
.news-section { background: var(--paper); }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.news-card img { aspect-ratio: 16/9; object-fit: cover; margin-bottom: 1.3rem; }
.news-card .micro-label { color: #367b2e; }
.news-card h3 { margin: .7rem 0; }
.contact-cta { background: var(--leaf); color: var(--forest-deep); }
.contact-cta-grid { display: grid; grid-template-columns: .4fr 1fr; gap: 4rem; }
.contact-cta .section-label { color: var(--forest-deep); }
.contact-cta h2 { max-width: 900px; }
.contact-cta p { max-width: 720px; }
.contact-cta .text-link.light { color: var(--forest-deep); }

/* Concern and content pages */
.role-section { background: var(--paper); }
.role-visual-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem,7vw,7rem); align-items: center; }
.role-section h2 { font-size: clamp(2.6rem,5vw,5rem); max-width: 780px; }
.role-media { margin: 0; }
.role-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.supporting-copy { max-width: 760px; margin-top: 1.7rem; color: var(--muted); font-size: 1.03rem; }
.application-section { background: var(--paper); }
.application-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem,2vw,1.5rem); }
.application-grid article { min-width: 0; background: var(--warm); border: 1px solid var(--line); }
.application-media { overflow: hidden; background: #dfe4dc; }
.application-media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .45s ease; }
.application-card:hover .application-media img { transform: scale(1.025); }
.application-body { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; min-height: 190px; padding: clamp(1.25rem,2.5vw,2rem); }
.application-body > span { color: #367b2e; font-size: .68rem; font-weight: 800; }
.application-grid h3 { margin-bottom: .7rem; font-size: clamp(1.8rem,3vw,2.65rem); }
.application-grid p { margin: 0; color: var(--muted); }
.capabilities { background: #e7eadf; }
#capabilities { scroll-margin-top: 92px; }
.capability-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.capability-list li { min-height: 92px; padding: 1.2rem 1rem 1.2rem 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.service-journey { background: var(--forest); color: white; }
.service-journey .section-label { color: var(--leaf-bright); }
.service-journey .section-head { margin-bottom: 3rem; }
.service-journey .section-head p { color: rgba(255,255,255,.68); }
.service-journey ol { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(5,1fr); }
.service-journey li { border-top: 1px solid rgba(255,255,255,.25); padding: 1.3rem 1.2rem 0 0; }
.service-journey span { color: var(--leaf-bright); font-size: .7rem; }
.service-journey p { font-family: var(--display); font-size: 1.5rem; line-height: 1.05; }
.evidence-gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; }
.gallery-grid figure { margin: 0; }
.gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery-grid figure:first-child img { aspect-ratio: 4/3.35; }
.gallery-grid figcaption, .greenhouse-pair figcaption { display: flex; gap: .7rem; padding-top: .75rem; border-top: 1px solid var(--line); margin-top: .7rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.gallery-grid figcaption span { color: #367b2e; }
.field-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: clamp(3rem,6vw,6rem); }
.field-gallery figure { margin: 0; min-width: 0; }
.field-gallery figure:first-child, .field-gallery figure:last-child { grid-column: span 2; }
.field-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.field-gallery figure:first-child img, .field-gallery figure:last-child img { aspect-ratio: 16/9; }
.field-gallery figcaption { padding-top: .7rem; margin-top: .65rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
.foundation-band { margin-top: 2rem; padding: 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid var(--line); }
.foundation-band p { margin: 0; }
.foundation-band img { width: 180px; mix-blend-mode: multiply; }
.concern-proof { background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem,7vw,7rem); align-items: center; }
.product-stage { min-height: 620px; position: relative; display: grid; place-items: center; padding: clamp(2rem,6vw,5rem); background: #e3e5df; overflow: hidden; }
.product-stage::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 54px 54px; opacity: .45; }
.product-stage img { position: relative; width: min(78%,520px); max-height: 520px; object-fit: contain; mix-blend-mode: multiply; }
.product-stage > span { position: absolute; left: 1rem; bottom: 1rem; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.audience-list { list-style: none; padding: 0; margin: 2.5rem 0 0; }
.audience-list li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid var(--line); }
.audience-list li > span { color: #367b2e; font-size: .68rem; font-weight: 800; }
.audience-list strong { font-family: var(--display); font-size: 1.65rem; }
.audience-list p { margin: .3rem 0 0; color: var(--muted); }
.greenhouse-proof { background: #e7eadf; }
.greenhouse-pair { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1rem; align-items: end; }
.greenhouse-pair figure { margin: 0; }
.greenhouse-pair img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.greenhouse-pair figure:last-child img { aspect-ratio: 4/5; }
.distribution { background: var(--paper); }
.map-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.map-grid article { border-top: 3px solid var(--forest); padding-top: 1rem; }
.map-grid img { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: white; }
.visual-story { background: var(--forest-deep); color: white; }
.visual-story .section-head p { color: rgba(255,255,255,.68); }
.visual-story .micro-label { color: var(--leaf-bright); }
.visual-mosaic { display: grid; grid-template-columns: 1.35fr .85fr; grid-template-rows: repeat(2,minmax(230px,320px)); gap: .8rem; }
.visual-mosaic figure { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; }
.visual-mosaic figure:first-child { grid-row: 1 / 3; }
.visual-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.visual-mosaic figure:hover img { transform: scale(1.025); }
.visual-mosaic figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .45rem .7rem; background: rgba(11,39,28,.88); color: white; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.standard-visuals { background: var(--forest-deep); color: white; }
.standard-visuals .micro-label { color: var(--leaf-bright); }
.standard-visuals .section-head p { color: rgba(255,255,255,.68); }
.standard-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.standard-gallery figure { min-width: 0; margin: 0; }
.standard-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.standard-gallery figcaption { padding-top: .7rem; margin-top: .65rem; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.8); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.related { background: var(--sand); }
.related-links { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(23,63,44,.3); }
.related-links a { display: flex; justify-content: space-between; align-items: center; min-height: 76px; padding-right: 1rem; border-bottom: 1px solid rgba(23,63,44,.3); text-decoration: none; font-weight: 700; }
.related-links i { font-style: normal; font-size: 1.2rem; transition: transform .2s; }
.related-links a:hover i { transform: translateX(.25rem); }
.definition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 3rem; }
.definition-grid article { border-top: 3px solid var(--forest); padding-top: 1rem; }
.definition-grid strong { font-family: var(--display); font-size: 3rem; color: #367b2e; }
.journey.large { grid-template-columns: repeat(3,1fr); gap: 3rem 1rem; }
.journey.large::before { display: none; }
.journey.large article { border-top: 1px solid rgba(255,255,255,.3); padding-top: 1rem; }
.journey.large h2 { font-size: 3rem; margin: 1.5rem 0 1rem; }
.sustainability-lines article { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.sustainability-lines span { color: var(--leaf); font-weight: 700; }
.sustainability-lines h2 { font-size: clamp(2rem,3.5vw,3.5rem); margin: 0; }
.contact-page { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-item { display: block; padding: 1.3rem 0; border-top: 1px solid var(--line); text-decoration: none; }
.contact-item span { display: block; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.contact-item strong { font-family: var(--display); font-size: clamp(1.6rem,3vw,2.6rem); }
.office-card { padding: clamp(1.5rem,4vw,3rem); background: var(--forest); color: white; }
.office-card h2 { font-size: clamp(2.4rem,4vw,4.2rem); margin-bottom: 1.5rem; }
.office-card address { font-family: var(--display); font-size: clamp(1.8rem,3vw,3rem); line-height: 1.12; font-style: normal; margin: 1.5rem 0 2rem; }
.office-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.office-card .button { background: white; border-color: white; color: var(--forest); }
.office-card .button:hover { background: var(--leaf-bright); border-color: var(--leaf-bright); }
.office-card .text-link { color: white; }
.location-section { background: #e7eadf; padding-top: clamp(3rem,6vw,6rem); }
.map-frame { overflow: hidden; border: 1px solid var(--line); background: #dbe2d7; box-shadow: 0 24px 70px rgba(11,39,28,.12); }
.map-frame iframe { display: block; width: 100%; height: clamp(420px,52vw,640px); border: 0; }
.legal-copy h2 { font-size: 2.2rem; margin-top: 3rem; }

/* Footer */
.site-footer { background: var(--forest-deep); color: white; padding-top: 5rem; }
.footer-lead { display: flex; justify-content: space-between; gap: 2rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-logo { display: inline-flex; align-items: center; width: 250px; padding: 1rem 1.2rem; background: var(--paper); }
.footer-lead img { width: 100%; }
.footer-lead p { color: rgba(255,255,255,.65); }
.footer-statement { font-family: var(--display); font-size: clamp(2rem,4vw,4rem); line-height: 1; color: var(--leaf-bright) !important; text-align: right; }
.footer-grid { display: grid; grid-template-columns: .8fr 1fr 1.2fr; gap: 4rem; padding-block: 4rem; }
.footer-title { font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; color: var(--leaf-bright); font-weight: 700; }
.footer-grid ul { list-style: none; padding: 0; }
.footer-grid a { color: rgba(255,255,255,.75); text-underline-offset: .25rem; }
.footer-grid address { color: rgba(255,255,255,.75); font-style: normal; }
.footer-base { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55); font-size: .72rem; }
.footer-base p { margin: 0; }
.footer-base a { margin-left: 1.2rem; }

[data-reveal] { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; align-items: center; }
  .editorial-grid, .feature-grid, .inner-hero-grid, .contact-cta-grid, .role-visual-grid { grid-template-columns: 1fr; }
  .editorial-grid { gap: 1rem; }
  .feature-grid.reverse > :first-child, .feature-grid.reverse > :last-child { order: initial; }
  .logo-rail { grid-template-columns: repeat(3,1fr); }
  .logo-rail a:nth-child(3) { border-right: 0; }
  .journey { grid-template-columns: repeat(3,1fr); gap: 2rem 0; }
  .journey::before { display: none; }
  .service-journey ol { grid-template-columns: repeat(3,1fr); gap: 2rem 1rem; }
  .glance-grid { grid-template-columns: 1fr 1fr; }
  .glance-grid article:nth-child(2) { border-right: 0; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .capability-list, .related-links { grid-template-columns: 1fr 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .product-stage { min-height: 520px; }
  .field-gallery { grid-template-columns: 1fr 1fr; }
  .field-gallery figure:first-child, .field-gallery figure:last-child { grid-column: span 1; }
  .standard-gallery { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --section: 4.5rem; }
  body { font-size: .96rem; }
  .container { width: min(calc(100% - 1.25rem), var(--container)); }
  .nav-shell { width: calc(100% - 1.25rem); min-height: 70px; }
  .is-scrolled .nav-shell { min-height: 64px; }
  .brand { width: 170px; }
  .hero { min-height: 760px; }
  .hero-media img { object-position: 61% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,25,17,.9) 0%, rgba(5,25,17,.65) 58%, rgba(5,25,17,.15)); }
  .hero-content { padding: 8rem 0 8.5rem; align-self: flex-end; }
  .hero-content h1 { font-size: clamp(3.45rem,17vw,5.3rem); }
  .hero-sequence { left: .65rem; right: .65rem; bottom: 1.5rem; gap: .28rem; justify-content: space-between; }
  .hero-sequence i { width: 9px; }
  .hero-actions, .cta-actions { align-items: flex-start; flex-direction: column; }
  .inner-hero { padding-block: 4.25rem; }
  .concern-hero { padding-top: 3.5rem; }
  .concern-hero .container { width: calc(100% - 1.25rem); }
  .concern-hero .inner-hero-image { width: calc(100% + 1.25rem); margin: 1rem -.625rem 0; }
  .concern-hero .inner-hero-image img { aspect-ratio: 4/3; }
  .concern-hero .inner-hero-image span { padding-inline: .625rem; }
  .logo-rail { grid-template-columns: repeat(2,1fr); }
  .logo-rail a:nth-child(odd) { border-right: 1px solid var(--line); }
  .logo-rail a:nth-child(even) { border-right: 0; }
  .section-head.split, .approach-grid, .dual-feature, .news-grid, .contact-grid, .map-grid, .definition-grid, .application-grid, .greenhouse-pair { grid-template-columns: 1fr; gap: 2rem; }
  .journey, .journey.large { grid-template-columns: 1fr; gap: 0; padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.3); }
  .journey article { padding: 0 0 2rem 1.5rem; }
  .journey article > span { margin-left: -2.8rem; }
  .journey h3, .journey.large h2 { margin-top: -2.2rem; margin-left: 1rem; }
  .inline-list { grid-template-columns: 1fr; }
  .battery-cutout { right: 0; bottom: -1.5rem; }
  .approach-grid { gap: 2rem; }
  .glance-grid { grid-template-columns: 1fr; }
  .glance-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .glance-grid article:last-child { border: 0; }
  .capability-list, .related-links, .service-journey ol { grid-template-columns: 1fr; }
  .application-grid { gap: 1rem; }
  .application-body { min-height: 0; grid-template-columns: 34px 1fr; padding: 1.25rem; }
  .application-media img { aspect-ratio: 4/3; }
  .service-journey ol { gap: 1rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure:first-child img { aspect-ratio: 4/3; }
  .field-gallery { grid-template-columns: 1fr; }
  .field-gallery img, .field-gallery figure:first-child img, .field-gallery figure:last-child img { aspect-ratio: 4/3; }
  .visual-mosaic { grid-template-columns: 1fr; grid-template-rows: none; }
  .visual-mosaic figure:first-child { grid-row: auto; }
  .visual-mosaic figure { min-height: 280px; }
  .standard-gallery { grid-template-columns: 1fr; }
  .product-stage { min-height: 440px; padding: 2.5rem 1.5rem; }
  .product-stage img { width: min(85%,380px); }
  .greenhouse-pair figure:last-child img { aspect-ratio: 16/10; }
  .foundation-band { align-items: flex-start; flex-direction: column; }
  .map-frame iframe { height: 420px; }
  .sustainability-lines article { grid-template-columns: 40px 1fr; gap: 1rem; }
  .sustainability-lines p { grid-column: 2; }
  .footer-lead, .footer-base { align-items: flex-start; flex-direction: column; }
  .footer-statement { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-base { padding-block: 1.5rem; }
  .footer-grid a, .footer-base a { display: inline-flex; align-items: center; min-height: 44px; }
  .footer-base a { margin: 0 1rem 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
