/* Inner pages + corporate extensions */
/* .header--inner visual state lives with .header.is-scrolled in style.css */

.page-inner { background: var(--paper); }
.page-inner main { min-height: 60vh; }

.inner-hero {
  padding: calc(var(--header-h) + 2.5rem) 0 2rem;
  background: linear-gradient(180deg, #eef4ef 0%, var(--paper) 100%);
}
.breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.45rem;
  font-size: 0.78rem; opacity: 0.7; margin-bottom: 1.25rem;
}
.breadcrumb a:hover { opacity: 1; text-decoration: underline; }
.inner-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500; line-height: 1.15;
  letter-spacing: var(--title-track, -0.02em);
  max-width: 18ch; margin-bottom: 1rem;
}
.inner-hero__lead {
  font-size: 1.1rem; color: var(--ink-soft);
  max-width: var(--desc-measure, 52ch); line-height: 1.65;
}
.inner-hero__meta { margin-top: 0.75rem; font-size: 0.85rem; opacity: 0.6; }
.inner-body { padding: 2.5rem 0 5rem; }

/* News listing — chapter-style hero aligned with home #news */
.news-list-hero {
  padding-top: calc(var(--header-h) + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
}
.news-list-hero__crumb {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.news-list-hero .chapter__head {
  margin-bottom: 0;
}
.news-list-hero .chapter__title {
  margin-bottom: 1rem;
}
.news-list-body {
  padding-top: 0.5rem;
  padding-bottom: clamp(4rem, 8vw, 6rem);
}
.news-list-body .news__grid {
  margin-bottom: 2rem;
}
@media (min-width: 701px) and (max-width: 900px) {
  .news-list-body .news__grid .ncard:last-child {
    grid-column: auto;
    max-width: none;
  }
}

.prose > * + * { margin-top: 1.1rem; }
.prose h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.5rem, 2.5vw, 2rem); margin-top: 2.25rem;
}
.prose a { text-decoration: underline; text-underline-offset: 0.15em; }
.prose a.btn,
.prose a.ncard,
.prose a.pcard,
.prose a.rss-link,
.prose a.eco-map__co-link,
.prose a.leader-card,
.prose a.leader-feature,
.prose a.orgchart__card,
.prose .company-stage__sibs a,
.prose .page-actions a.btn {
  text-decoration: none;
}

.about-page__media,
.page-banner,
.article-media,
.about-page__leader img {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 1.25rem 0 1.75rem;
}
.about-page__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: color-mix(in srgb, var(--green-900) 10%, var(--paper));
}
.about-page__media img,
.page-banner img,
.article-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.about-page__media img {
  position: absolute;
  inset: 0;
}
.about-page__lead {
  margin: 0 0 0.5rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.about-page__leader {
  display: grid; gap: 1.5rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
}
@media (max-width: 800px) {
  .about-page__leader { grid-template-columns: 1fr; }
}

/* About page — local IA chapters 01–04 + vertical rhythm */
.about-hero--bleed {
  position: relative;
  min-height: min(68vh, 38rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(var(--header-h) + clamp(1.25rem, 3vw, 2rem));
  padding-bottom: clamp(2.75rem, 5.5vw, 4rem);
  color: var(--cream, #f4f1ea);
  overflow: hidden;
}
.about-hero--bleed .chapter__bg { z-index: 0; }
.about-hero--bleed .about-hero__content {
  position: relative;
  z-index: 1;
  /* Flex column parent defaults to stretch — pin to .container measure */
  align-self: center;
  width: var(--layout-max);
  margin-inline: auto;
  box-sizing: border-box;
}
.about-hero--bleed .about-hero__crumb {
  margin-bottom: clamp(1.5rem, 3.5vw, 2.35rem);
  color: color-mix(in srgb, var(--cream, #f4f1ea) 78%, transparent);
}
.about-hero--bleed .about-hero__crumb a { color: inherit; }
.about-hero--bleed .about-hero__crumb a:hover { color: #fff; }
.about-hero--bleed .chapter__head {
  margin-bottom: 0;
  max-width: min(52rem, 100%);
}
.about-hero--bleed .eyebrow { margin: 0 0 0.85rem; }
.about-hero--bleed .eyebrow--light {
  color: color-mix(in srgb, var(--green-600, #1f7a46) 40%, #fff);
  letter-spacing: 0.16em;
  font-weight: 700;
}
.about-hero--bleed .chapter__title {
  color: #fff;
  text-wrap: balance;
  line-height: 1.16;
  margin: 0 0 1.15rem;
  letter-spacing: -0.02em;
}
.about-hero--bleed .chapter__title .line:first-child {
  font-size: clamp(2.35rem, 5vw, 3.75rem);
}
.about-hero--bleed .chapter__title .line-mask {
  padding-bottom: 0.22em;
  margin-bottom: 0.08em;
  overflow: visible;
}
.about-hero--bleed .chapter__title .line {
  padding-bottom: 0.06em;
}
.about-hero--bleed .chapter__desc {
  margin: 0;
  max-width: 36rem;
  color: color-mix(in srgb, var(--cream, #f4f1ea) 88%, transparent);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}

/* Kill page-subnav's default 2rem bottom margin — section pad owns the gap */
.about-subnav.page-subnav {
  margin: 0;
  width: 100%;
  border-block: 1px solid rgba(24, 53, 39, 0.1);
  background: #fff;
  backdrop-filter: none;
  transition: box-shadow 0.35s var(--ease-soft), border-color 0.35s;
}
.about-subnav.is-stuck {
  box-shadow: 0 10px 28px -18px rgba(24, 53, 39, 0.28);
}
.about-subnav .page-subnav__inner {
  flex-wrap: nowrap;
  gap: 0.25rem 1.75rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.about-subnav .page-subnav__inner::-webkit-scrollbar { display: none; }
.about-subnav .page-subnav__link {
  font-weight: 500;
  letter-spacing: 0.01em;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.about-subnav .page-subnav__link.is-active {
  font-weight: 700;
  color: var(--green-800, #155134);
  box-shadow: inset 0 -2px 0 var(--green-700, #1b7441);
}

/* Home --pad-y (~90px each side) stacks too tall on all-light About */
.about-section.chapter {
  padding-block: clamp(3.5rem, 7vh, 5.5rem);
}
.about-section.chapter + .about-section.chapter {
  padding-top: clamp(3rem, 5.5vh, 4.5rem);
}
.about-section#overview {
  padding-top: clamp(3rem, 5.5vh, 4.25rem);
}
.about-section[data-page-panel] {
  scroll-margin-top: calc(var(--header-h) + 3.75rem);
}
.about-section .chapter__desc,
.about-section .body-text,
.about-section .lead {
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  line-height: 1.7;
}
.about-section .stat__label {
  font-size: clamp(0.8125rem, 1.1vw, 0.875rem);
  line-height: 1.4;
}
.about-section .eyebrow {
  font-size: clamp(0.75rem, 1vw, 0.8125rem);
  letter-spacing: 0.12em;
}

/* Full-bleed metrics across container — kill the “right-column” feel */
.about-stats.stats {
  margin-top: 0;
  padding-top: clamp(1.5rem, 3vw, 2rem);
  gap: clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 2.5vw, 2rem);
  border-top: 1px solid rgba(24, 53, 39, 0.1);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 900px) {
  .about-stats.stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.about-capacity {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: clamp(1.75rem, 3.5vw, 2.35rem);
  border-top: 1px solid rgba(24, 53, 39, 0.1);
}
.about-capacity__label {
  margin: 0 0 1.15rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.about-capacity__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3.5vw, 2.5rem) clamp(1.25rem, 2.5vw, 2rem);
  max-width: none;
}
@media (min-width: 901px) {
  .about-capacity__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .about-capacity__item {
    grid-column: span 2;
  }
}
.about-capacity__value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.6vw, 3.1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--green-700, #1b7441);
}
.about-capacity__unit {
  display: block;
  margin-top: 0.55rem;
  font-size: clamp(0.8125rem, 1.1vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.about-capacity__note {
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ink-soft);
  max-width: 28rem;
}
@media (max-width: 640px) {
  .about-capacity__grid { grid-template-columns: 1fr; }
  .about-capacity__item { grid-column: auto; }
}

/* Ecosystem — value-chain rail + editorial eco-map (About only) */
.about-chain-wrap {
  margin: 0 0 clamp(1.35rem, 2.5vw, 1.85rem);
  padding: clamp(1.25rem, 2.5vw, 1.65rem) 0 clamp(1.35rem, 2.5vw, 1.75rem);
  border-block: 1px solid rgba(24, 53, 39, 0.12);
}
.about-chain__label {
  margin: 0 0 1.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.about-chain {
  --chain-gap: clamp(0.35rem, 1.2vw, 0.75rem);
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.85rem var(--chain-gap);
  position: relative;
}
.about-chain::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  top: 0.66rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--green-600, #1f7a46) 45%, transparent) 8%,
    color-mix(in srgb, var(--green-600, #1f7a46) 45%, transparent) 92%,
    transparent
  );
  pointer-events: none;
}
.about-chain li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  min-width: 0;
  font-size: clamp(0.78rem, 1.05vw, 0.88rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--green-900, #155134);
  letter-spacing: 0.01em;
}
.about-chain li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--green-700, #1b7441);
  border: 0;
  box-shadow: 0 0 0 5px var(--paper, #f4f1ea);
  margin-top: 0.42rem;
}
@media (max-width: 900px) {
  .about-chain {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 1.25rem;
  }
  .about-chain::before { display: none; }
}
@media (max-width: 520px) {
  .about-chain { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.about-ecosystem .eco-map--flush { margin-top: 0.35rem; }
.about-ecosystem .eco-map__tabs-wrap {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(24, 53, 39, 0.12);
}
.about-ecosystem .eco-map__tabs {
  gap: 0;
  padding-bottom: 0;
}
.about-ecosystem .eco-map__tab {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  padding: 0.85rem 0.75rem 1rem;
  margin-bottom: -1px;
  transition:
    color 0.25s var(--ease-out, ease),
    border-color 0.25s var(--ease-out, ease),
    background 0.25s var(--ease-out, ease);
}
.about-ecosystem .eco-map--ink .eco-map__tab {
  background: transparent;
  border-color: transparent;
  color: var(--ink-soft);
}
.about-ecosystem .eco-map--ink .eco-map__tab:hover {
  background: color-mix(in srgb, var(--green-600, #1f7a46) 5%, transparent);
  color: var(--ink);
}
.about-ecosystem .eco-map--ink .eco-map__tab.is-active {
  background: transparent;
  border-bottom-color: var(--green-800, #155134);
  color: var(--green-900, #155134);
}
.about-ecosystem .eco-map--ink .eco-map__tab.is-active .eco-map__tab-key {
  color: var(--green-600, #1f7a46);
  opacity: 1;
}
.about-ecosystem .eco-map__tab-key {
  font-family: var(--font-display, Georgia, serif);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  opacity: 0.45;
}
.about-ecosystem .eco-map__tab-label {
  font-size: clamp(0.78rem, 1.05vw, 0.88rem);
  font-weight: 600;
}
.about-ecosystem .eco-map__stage {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(24, 53, 39, 0.1);
  background: transparent;
  overflow: hidden;
}
.about-ecosystem .eco-map__panel.is-active {
  min-height: min(30rem, 72vh);
  max-height: min(34rem, 78vh);
}
.about-ecosystem .eco-map__media {
  min-height: 0;
}
.about-ecosystem .eco-map__panel.is-active .eco-map__media img {
  animation: aboutEcoMediaIn 0.7s var(--ease-out, ease) both;
}
@keyframes aboutEcoMediaIn {
  from { opacity: 0.65; }
  to { opacity: 1; }
}
.about-ecosystem .eco-map__companies {
  background: #fff;
  padding: clamp(1.1rem, 2.5vw, 1.65rem) clamp(1rem, 2vw, 1.35rem);
  gap: 0;
  max-height: none;
  height: 100%;
}
.about-ecosystem .eco-map__co {
  border-bottom-color: rgba(24, 53, 39, 0.08);
}
.about-ecosystem .eco-map__co-link {
  grid-template-columns: 4.75rem minmax(0, 1fr) auto;
  gap: 0.85rem 1rem;
  padding: 1.05rem 0.35rem;
  border-radius: 0;
  align-items: center;
}
.about-ecosystem .eco-map--ink .eco-map__co-link:hover {
  background: color-mix(in srgb, var(--green-600, #1f7a46) 4%, transparent);
}
.about-ecosystem .eco-map--ink .eco-map__co-link.is-selected {
  background: color-mix(in srgb, var(--green-600, #1f7a46) 10%, transparent);
}
.about-ecosystem .eco-map__co-year {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--green-700, #1b7441);
}
.about-ecosystem .eco-map__co-short {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.02rem, 1.4vw, 1.15rem);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.about-ecosystem .eco-map__co-go {
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24, 53, 39, 0.12);
  border-radius: 50%;
  font-size: 0.85rem;
  opacity: 0.55;
  padding-top: 0;
  transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.about-ecosystem .eco-map__co-link:hover .eco-map__co-go {
  opacity: 1;
  transform: translateX(2px);
  border-color: var(--green-600, #1f7a46);
  background: color-mix(in srgb, var(--green-600, #1f7a46) 8%, transparent);
  color: var(--green-700, #1b7441);
}
@media (max-width: 900px) {
  .about-ecosystem .eco-map__tab {
    flex: 0 0 auto;
    min-width: 0;
    width: min(58vw, 10.5rem);
  }
  .about-ecosystem .eco-map__panel.is-active { min-height: 0; }
  .about-ecosystem .eco-map__companies { max-height: none; }
}
@media (prefers-reduced-motion: reduce) {
  .about-ecosystem .eco-map__panel.is-active .eco-map__media img {
    animation: none;
  }
}

.about-leader__head {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}
.about-section .leader-teaser {
  margin-top: clamp(0.5rem, 1.5vw, 1rem);
}

/* About leadership teaser — gallery language, no full org embed */
.leader-teaser {
  position: relative;
  overflow: hidden;
  color: var(--cream, #f4f1ea);
  background: var(--green-900, #155134);
}
.leader-teaser__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.leader-teaser__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}
.leader-teaser__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 53, 39, 0.55) 0%, rgba(24, 53, 39, 0.88) 55%, rgba(24, 53, 39, 0.96) 100%),
    linear-gradient(90deg, rgba(24, 53, 39, 0.45) 0%, transparent 50%);
}
.leader-teaser__inner {
  position: relative;
  z-index: 1;
  padding: clamp(1.5rem, 3.5vw, 2.35rem) clamp(1.15rem, 3vw, 1.75rem);
  display: grid;
  gap: clamp(1.35rem, 3vw, 1.85rem);
}
.leader-teaser__apex {
  display: grid;
  grid-template-columns: minmax(7.5rem, 11rem) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: center;
  text-decoration: none;
  color: inherit;
  max-width: 42rem;
  transition: opacity 0.25s ease;
}
.leader-teaser__apex:hover,
.leader-teaser__apex:focus-visible {
  opacity: 0.92;
}
.leader-teaser__apex:focus-visible {
  outline: 2px solid var(--accent, #a8e0ad);
  outline-offset: 4px;
}
.leader-teaser__apex-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: color-mix(in srgb, var(--green-700, #1b7441) 70%, #000);
}
.leader-teaser__apex-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--ease-out, ease);
}
.leader-teaser__apex:hover .leader-teaser__apex-media img,
.leader-teaser__apex:focus-visible .leader-teaser__apex-media img {
  transform: scale(1.04);
}
.leader-teaser__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent, #a8e0ad);
}
.leader-teaser__name {
  margin: 0 0 0.35rem;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.leader-teaser__role {
  margin: 0 0 0.85rem;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.45;
  opacity: 0.78;
  max-width: 28rem;
}
.leader-teaser__cue {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--cream, #f4f1ea) 88%, transparent);
}
.leader-teaser__faces {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0.45rem;
}
.leader-teaser__face {
  display: block;
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: color-mix(in srgb, var(--green-800, #1e293b) 80%, #000);
  text-decoration: none;
  color: inherit;
}
.leader-teaser__face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s var(--ease-out, ease), opacity 0.25s ease;
  opacity: 0.92;
}
.leader-teaser__face:hover img,
.leader-teaser__face:focus-visible img {
  transform: scale(1.05);
  opacity: 1;
}
.leader-teaser__face:focus-visible {
  outline: 2px solid var(--accent, #a8e0ad);
  outline-offset: 2px;
}
.leader-teaser__face-name {
  position: absolute;
  inset: auto 0 0;
  padding: 1.4rem 0.35rem 0.4rem;
  font-size: 0.58rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  background: linear-gradient(transparent, rgba(24, 53, 39, 0.92));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.leader-teaser__face:hover .leader-teaser__face-name,
.leader-teaser__face:focus-visible .leader-teaser__face-name {
  opacity: 1;
  transform: translateY(0);
}
.leader-teaser__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin: 0;
  padding-top: 0.35rem;
  border-top: 1px solid color-mix(in srgb, var(--cream, #f4f1ea) 14%, transparent);
}
.leader-teaser__count {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  opacity: 0.7;
}
.leader-teaser__more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--cream, #f4f1ea);
  text-decoration: none;
}
.leader-teaser__more:hover,
.leader-teaser__more:focus-visible {
  color: var(--accent, #a8e0ad);
}
.leader-teaser__more:focus-visible {
  outline: 2px solid var(--accent, #a8e0ad);
  outline-offset: 3px;
}
@media (max-width: 900px) {
  .leader-teaser__faces {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .leader-teaser__apex {
    grid-template-columns: minmax(6.5rem, 8.5rem) minmax(0, 1fr);
  }
  .leader-teaser__faces {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .leader-teaser__apex-media img,
  .leader-teaser__face img {
    transition: none;
  }
}

/* Force chapter stack — never side-by-side num + copy */
.about-section__head.chapter__head {
  display: block;
}
.about-section__head .chapter__num,
.about-section__head .eyebrow,
.about-section__head .chapter__title,
.about-section__head .chapter__desc,
.about-section__head .page-actions {
  display: block;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  grid-column: auto;
  grid-row: auto;
}
.about-section__head .eyebrow {
  display: flex;
  width: fit-content;
}
.about-section__head .chapter__desc {
  max-width: var(--body-measure, 56ch);
}

.about-vision .about-vmv {
  display: grid;
  gap: 0;
  margin-top: clamp(0.35rem, 1vw, 0.75rem);
  border-top: 1px solid rgba(24, 53, 39, 0.12);
}
.about-vision .about-vmv__block--vision {
  padding: clamp(1.75rem, 3.5vw, 2.5rem) 0;
  border-bottom: 1px solid rgba(24, 53, 39, 0.12);
}
.about-vision .about-vmv__pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
.about-vision .about-vmv__block--mission,
.about-vision .about-vmv__block--values {
  padding: clamp(1.75rem, 3.5vw, 2.35rem) 0;
}
.about-vision .about-vmv__block--mission {
  padding-right: clamp(1.5rem, 3vw, 2.5rem);
  border-right: 1px solid rgba(24, 53, 39, 0.12);
}
.about-vision .about-vmv__block--values {
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
}
.about-vision .about-vmv__label {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.about-vision .about-vmv__title {
  margin: 0;
  max-width: 28ch;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.85rem, 3.4vw, 2.6rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--green-600);
  text-wrap: pretty;
}
.about-vision .about-vmv__body,
.about-vision .about-vmv__values {
  margin: 0;
  max-width: 28rem;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.6;
  color: var(--ink);
  text-wrap: pretty;
}
.about-vision .about-vmv__values {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
}
@media (max-width: 720px) {
  .about-vision .about-vmv__pair {
    grid-template-columns: 1fr;
  }
  .about-vision .about-vmv__block--mission {
    padding-right: 0;
    padding-bottom: clamp(1.5rem, 3vw, 2rem);
    border-right: 0;
    border-bottom: 1px solid rgba(24, 53, 39, 0.12);
  }
  .about-vision .about-vmv__block--values {
    padding-left: 0;
    padding-top: clamp(1.5rem, 3vw, 2rem);
  }
}

.about-vmv {
  display: grid;
  gap: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-top: 0.25rem;
}
.about-vmv__block { padding: 0; border: none; }
.about-vmv__block--vision {
  padding-bottom: clamp(1.35rem, 3vw, 1.85rem);
  border-bottom: 1px solid rgba(24, 53, 39, 0.12);
}
.about-vmv__pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
}
@media (max-width: 720px) {
  .about-vmv__pair { grid-template-columns: 1fr; }
}
.about-vmv__label {
  margin: 0 0 0.55rem;
  font-size: clamp(0.75rem, 1vw, 0.8125rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.about-vmv__title {
  margin: 0;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--ink);
  text-wrap: pretty;
  max-width: 36rem;
}
.about-vmv__body,
.about-vmv__values {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.65;
  color: var(--ink);
  text-wrap: pretty;
}
.about-vmv__values {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.about-close {
  padding: clamp(2.25rem, 5vw, 3.5rem) 0;
  background: #fff;
  border-top: 1px solid rgba(24, 53, 39, 0.08);
}
.about-close__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
}
.about-close__lead {
  margin: 0;
  max-width: 28rem;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.5;
  color: var(--ink);
  text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
  .about-subnav { transition: none; }
}

/* ─── Leadership page — quiet corporate authority ─── */
.leadership-page {
  --lp-bg: #e8f0ea;
  --lp-surface: #ffffff;
  --lp-ink: #155134;
  --lp-muted: #475569;
  --lp-accent: #9a7b1a;
  --lp-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --lp-header-offset: calc(var(--header-h) + 0.75rem);
  --lp-content: 72rem;
  --lp-gutter: clamp(1rem, 3vw, 2rem);
  background: var(--lp-bg);
  color: var(--lp-ink);
  padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
  text-align: left;
}
.page-inner:has(.leadership-page) {
  background: var(--lp-bg, #e8f0ea);
}
body:has(.leadership-page) .float-chat {
  bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
}
body:has(.leadership-page) .cookie-bar {
  bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
  width: min(720px, calc(100% - 5.5rem));
  left: 1rem;
  transform: none;
}

.leadership-page .leadership-hero {
  padding-top: calc(var(--header-h) + 0.75rem);
  padding-bottom: 0.5rem;
  background: transparent;
}
.leadership-page .leadership-hero__crumb {
  margin-bottom: 0;
  font-size: 0.78rem;
  color: color-mix(in srgb, var(--lp-muted) 92%, transparent);
}
.leadership-page .leadership-hero__crumb a {
  color: var(--lp-ink);
  opacity: 0.88;
  text-decoration: none;
}
.leadership-page .leadership-hero__crumb a:hover,
.leadership-page .leadership-hero__crumb a:focus-visible {
  opacity: 1;
  color: var(--lp-accent);
  outline: none;
}
.leadership-page .leadership-body {
  background: transparent;
  padding: 0;
}

.leadership-page .leader-gallery {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(3rem, 6vw, 4.5rem);
  color: var(--lp-ink);
  background: var(--lp-bg);
  overflow: hidden;
}
.leadership-page .leader-gallery__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.leadership-page .lgallery-feature__copy {
  text-align: left;
}
.leadership-page .leader-gallery__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.55;
  filter: brightness(1.08) contrast(1.02) saturate(0.85);
}
.leadership-page .leader-gallery__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(232, 238, 245, 0.55) 0%, rgba(232, 238, 245, 0.78) 42%, #e8f0ea 100%);
}
.leadership-page .leadership-hero .container {
  width: min(var(--lp-content), calc(100% - var(--lp-gutter) * 2));
  max-width: var(--lp-content);
  margin-inline: auto;
  padding-inline: 0;
}
.leadership-page .leader-gallery__inner {
  position: relative;
  z-index: 1;
  width: min(var(--lp-content), calc(100% - var(--lp-gutter) * 2));
  max-width: var(--lp-content);
  margin-inline: auto;
  padding-inline: 0;
}
.leadership-page .leader-gallery__head {
  text-align: left;
  max-width: 42rem;
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
}
.leadership-page .leader-gallery__eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lp-accent);
}
.leadership-page .leader-gallery__title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--lp-ink);
  margin: 0 0 0.85rem;
  text-wrap: balance;
}
.leadership-page .leader-gallery__meta {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.6;
  color: var(--lp-muted);
  text-wrap: pretty;
}

.leadership-page .leader-gallery__jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
  padding: 0.85rem 0;
  border-block: 1px solid color-mix(in srgb, #fff 12%, transparent);
}
.leadership-page .leader-gallery__jump a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--lp-muted);
  text-decoration: none;
}
.leadership-page .leader-gallery__jump a:hover,
.leadership-page .leader-gallery__jump a:focus-visible {
  color: var(--lp-accent);
  outline: none;
}

.leadership-page .leader-gallery__band {
  margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem);
  scroll-margin-top: var(--lp-header-offset);
}
.leadership-page .leader-gallery__band:last-child {
  margin-bottom: 0;
}
.leadership-page .leader-gallery__band-title {
  margin: 0 0 1.1rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--lp-ink) 78%, transparent);
}
.leadership-page .leader-gallery__band-title--sticky {
  /* sticky only on desktop — see media query below */
  padding: 0.35rem 0;
}
@media (min-width: 901px) {
  .leadership-page .leader-gallery__band-title--sticky {
    position: sticky;
    top: var(--header-h);
    z-index: 4;
    padding: 0.55rem 0;
    background: color-mix(in srgb, var(--lp-bg) 94%, transparent);
    backdrop-filter: blur(6px);
  }
}

/* Featured chairman — 2-col, max ~75vh */
.leadership-page .lgallery-feature {
  max-height: 75vh;
}
.leadership-page .lgallery-feature__link {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid color-mix(in srgb, var(--lp-ink) 10%, transparent);
  border-radius: 4px;
  background: color-mix(in srgb, var(--lp-surface) 92%, transparent);
  box-shadow: 0 12px 32px -24px rgba(24, 53, 39, 0.35);
  transition: border-color 300ms var(--lp-ease), transform 300ms var(--lp-ease), box-shadow 300ms var(--lp-ease);
  outline: none;
}
.leadership-page .lgallery-feature__link:hover,
.leadership-page .lgallery-feature__link:focus-visible {
  border-color: color-mix(in srgb, var(--lp-accent) 45%, transparent);
  transform: translateY(-3px);
  box-shadow: 0 16px 36px -22px rgba(24, 53, 39, 0.4);
}
.leadership-page .lgallery-feature__link:focus-visible {
  outline: 2px solid var(--lp-accent);
  outline-offset: 3px;
}
.leadership-page .lgallery-feature__media {
  aspect-ratio: 4 / 5;
  max-height: min(62vh, 28rem);
  overflow: hidden;
  border-radius: 3px;
  background: var(--lp-surface);
}
.leadership-page .lgallery-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  display: block;
  filter: none;
}
.leadership-page .lgallery-feature__group {
  margin: 0 0 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-accent);
}
.leadership-page .lgallery-feature__name {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--lp-ink);
}
.leadership-page .lgallery-feature__role {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--lp-ink) 72%, transparent);
}
.leadership-page .lgallery-feature__bio {
  margin: 0 0 1.15rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--lp-muted);
  text-wrap: pretty;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.leadership-page .lgallery-feature__cue {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lp-accent);
}

.leadership-page .leader-gallery__band-lead {
  margin: -0.35rem 0 1.15rem;
  max-width: 42rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--lp-muted);
  text-wrap: pretty;
}

/* Peer grids — same column track so office + company cards match size */
.leadership-page .leader-gallery__grid {
  display: grid;
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
}
.leadership-page .leader-gallery__grid--office,
.leadership-page .leader-gallery__grid--companies {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.leadership-page .lgallery-card {
  min-width: 0;
  color: var(--lp-ink);
  transition: transform 300ms var(--lp-ease);
}
.leadership-page .lgallery-card:hover,
.leadership-page .lgallery-card:focus-within {
  transform: translateY(-3px);
}
.leadership-page .lgallery-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border: 1px solid color-mix(in srgb, var(--lp-ink) 10%, transparent);
  border-radius: 4px;
  overflow: hidden;
  background: var(--lp-surface);
  outline: none;
  transition: border-color 300ms var(--lp-ease), box-shadow 300ms var(--lp-ease);
}
.leadership-page .lgallery-card__link:hover,
.leadership-page .lgallery-card__link:focus-visible {
  border-color: color-mix(in srgb, var(--lp-accent) 40%, transparent);
  box-shadow: 0 12px 28px -20px rgba(24, 53, 39, 0.45);
}
.leadership-page .lgallery-card__link:focus-visible {
  outline: 2px solid var(--lp-accent);
  outline-offset: 2px;
}
.leadership-page .lgallery-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--lp-surface);
}
.leadership-page .lgallery-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  display: block;
}
.leadership-page .lgallery-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  padding: 0.85rem 0.9rem 1rem;
  flex: 1;
  background: var(--lp-surface);
  text-align: left;
}
.leadership-page .lgallery-card__group {
  margin: 0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lp-accent);
}
.leadership-page .lgallery-card__name {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  font-weight: 650;
  line-height: 1.3;
  color: var(--lp-ink);
}
.leadership-page .lgallery-card__role {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--lp-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.leadership-page .lgallery-card__cue {
  margin-top: auto;
  padding-top: 0.45rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lp-accent);
}

.leadership-page .leadership-help {
  width: min(var(--lp-content), calc(100% - var(--lp-gutter) * 2));
  max-width: var(--lp-content);
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.25rem) 0 0;
  text-align: left;
}
.leadership-page .leadership-help__title {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--lp-ink);
  text-align: left;
}
.leadership-page .leadership-help__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}
.leadership-page .leadership-help__list a {
  display: block;
  padding: 0.85rem 1rem;
  border: 1px solid color-mix(in srgb, var(--lp-ink) 12%, transparent);
  border-radius: 4px;
  color: var(--lp-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  background: var(--lp-surface);
  transition: border-color 250ms ease, color 250ms ease;
}
.leadership-page .leadership-help__list a:hover,
.leadership-page .leadership-help__list a:focus-visible {
  color: var(--lp-ink);
  border-color: color-mix(in srgb, var(--lp-accent) 55%, transparent);
  outline: none;
}

.leadership-page .page-actions--leadership {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  width: min(var(--lp-content), calc(100% - var(--lp-gutter) * 2));
  max-width: var(--lp-content);
  margin-inline: auto;
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(5rem, 10vw, 7rem);
  justify-content: flex-start;
  background: transparent;
  text-align: left;
}
.leadership-page .page-actions--leadership .btn {
  min-width: 14rem;
}
.leadership-page .page-actions--leadership .btn--light {
  color: var(--lp-ink);
  border-color: color-mix(in srgb, var(--lp-ink) 40%, transparent);
  opacity: 0.92;
}
.leadership-page .page-actions--leadership .btn--light:hover,
.leadership-page .page-actions--leadership .btn--light:focus-visible {
  background: var(--lp-ink);
  color: var(--lp-bg);
  border-color: var(--lp-ink);
  opacity: 1;
}

@media (max-width: 1000px) {
  .leadership-page .leader-gallery__grid--office,
  .leadership-page .leader-gallery__grid--companies {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .leadership-page .leadership-help__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .leadership-page .lgallery-feature__link {
    grid-template-columns: 1fr;
  }
  .leadership-page .lgallery-feature__media {
    max-height: 22rem;
    aspect-ratio: 4 / 5;
  }
  .leadership-page .leader-gallery__grid--office,
  .leadership-page .leader-gallery__grid--companies {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .leadership-page .leader-gallery__head {
    text-align: left;
  }
  .leadership-page .leader-gallery__grid--office,
  .leadership-page .leader-gallery__grid--companies {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
  /* Compact profile rows on mobile */
  .leadership-page .lgallery-card__link {
    flex-direction: row;
    align-items: stretch;
  }
  .leadership-page .lgallery-card__media {
    flex: 0 0 5.5rem;
    aspect-ratio: auto;
    height: auto;
    min-height: 7.25rem;
  }
  .leadership-page .lgallery-card__info {
    padding: 0.75rem 0.85rem;
    justify-content: center;
  }
  .leadership-page .lgallery-feature {
    max-height: none;
  }
  .leadership-page .leadership-help__list {
    grid-template-columns: 1fr;
  }
  body:has(.leadership-page) .cookie-bar {
    width: calc(100% - 2rem);
    left: 1rem;
    right: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .leadership-page .lgallery-card,
  .leadership-page .lgallery-card__link,
  .leadership-page .lgallery-card__media img,
  .leadership-page .lgallery-feature__link {
    transition: none;
  }
  .leadership-page .lgallery-card:hover,
  .leadership-page .lgallery-card:focus-within,
  .leadership-page .lgallery-feature__link:hover,
  .leadership-page .lgallery-feature__link:focus-visible {
    transform: none;
  }
}

.page-panel--leadership .chapter__head--about {
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}
.page-panel--leadership .chapter__title--sm {
  font-size: calc(var(--title-sm, clamp(1.85rem, 3.8vw + 0.5rem, 4.5rem)) * 0.92);
}

.leader-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 0;
  align-items: stretch;
  margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
  border-radius: 22px;
  overflow: hidden;
  background: var(--green-900);
  color: var(--cream);
  text-decoration: none;
  box-shadow: 0 28px 60px -36px rgba(24, 53, 39, 0.55);
  transition: transform 0.35s var(--ease-out, ease), box-shadow 0.35s ease;
}
.leader-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 36px 70px -34px rgba(24, 53, 39, 0.6);
}
.leader-feature__media {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #071b12;
  overflow: hidden;
}
.leader-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 1s var(--ease-out, ease);
}
.leader-feature:hover .leader-feature__media img { transform: scale(1.04); }
.leader-feature__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(24, 53, 39, 0.55) 100%);
  pointer-events: none;
}
.leader-feature__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--accent) 22%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
  color: var(--accent);
  backdrop-filter: blur(6px);
}
.leader-feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
  padding: clamp(1.6rem, 4vw, 2.75rem);
}
.leader-feature__copy .eyebrow {
  color: var(--accent);
  opacity: 0.95;
}
.leader-feature__name {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--cream);
}
.leader-feature__quote {
  margin: 0.25rem 0 0.5rem;
  padding: 0;
  border: 0;
  position: relative;
}
.leader-feature__quote::before {
  content: "“";
  display: block;
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 0.8;
  color: var(--accent);
  opacity: 0.55;
  margin-bottom: 0.35rem;
}
.leader-feature__quote p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--cream) 82%, transparent);
  text-wrap: pretty;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.leader-feature__more {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--accent);
}
.leader-feature:hover .leader-feature__more { gap: 0.7rem; }
@media (max-width: 860px) {
  .leader-feature { grid-template-columns: 1fr; }
  .leader-feature__media { aspect-ratio: 16 / 11; max-height: 360px; }
}

.leader-roster__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(24, 53, 39, 0.1);
}
.leader-roster__count {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

/* Text-only directory until individual portraits are ready */
.leader-directory {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(24, 53, 39, 0.12);
}
.leader-directory__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem 1.25rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(24, 53, 39, 0.12);
  text-decoration: none;
  color: inherit;
  transition: color 0.25s;
}
.leader-directory__item:hover { color: var(--green-700); }
.leader-directory__no {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--green-600);
  opacity: 0.75;
  min-width: 1.75rem;
}
.leader-directory__copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}
.leader-directory__name {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 500;
  line-height: 1.25;
}
.leader-directory__role {
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
.leader-directory__more {
  opacity: 0.35;
  transition: opacity 0.25s, transform 0.3s var(--ease-out, ease);
}
.leader-directory__item:hover .leader-directory__more {
  opacity: 1;
  transform: translateX(4px);
}
.leader-directory--links .leader-directory__item {
  grid-template-columns: 1fr auto;
}
@media (max-width: 600px) {
  .leader-directory__item {
    grid-template-columns: auto 1fr;
  }
  .leader-directory__more { display: none; }
  .leader-directory--links .leader-directory__item {
    grid-template-columns: 1fr;
  }
}

/* Avoid overflow-x on tall page sections: a non-visible overflow-x forces
   overflow-y to auto and creates a nested scrollport on inner pages. */
.leader-grid {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 1.75rem) 1.25rem;
  width: 100%;
  max-width: 100%;
}
.leader-grid > li { min-width: 0; }
.leader-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.leader-grid--strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.leader-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  width: 100%;
}
.leader-card__media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  width: 100%;
  background: color-mix(in srgb, var(--green-900) 14%, var(--paper));
  box-shadow: 0 14px 36px -28px rgba(24, 53, 39, 0.45);
}
.leader-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  transition: transform 0.85s var(--ease-out, ease), filter 0.35s ease;
  filter: saturate(0.92);
}
.leader-card:hover .leader-card__media img {
  transform: scale(1.05);
  filter: saturate(1);
}
.leader-card__no {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--cream);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}
.leader-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  z-index: 0;
  background: linear-gradient(180deg, transparent, rgba(24, 53, 39, 0.55));
  pointer-events: none;
}
.leader-card__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: -0.015em;
  transition: color 0.25s ease;
}
.leader-card:hover .leader-card__name { color: var(--green-700); }
.leader-card__role {
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--ink-soft);
  text-wrap: balance;
}
.leader-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--green-700);
  opacity: 0.85;
  transition: opacity 0.2s ease, gap 0.2s ease;
}
.leader-card:hover .leader-card__more {
  opacity: 1;
  gap: 0.55rem;
}
@media (max-width: 1000px) {
  .leader-grid,
  .leader-grid--compact,
  .leader-grid--strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Phone / narrow: one person per row, centered — no cramped 2-col / horizontal strip */
@media (max-width: 720px) {
  .leader-grid,
  .leader-grid--compact,
  .leader-grid--strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
    max-width: min(100%, 320px);
    margin-inline: auto;
    overflow: visible;
  }
  .leader-grid > li,
  .leader-grid--strip li {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .leader-card {
    text-align: center;
    align-items: center;
  }
  .leader-card__media {
    width: 100%;
    max-width: 280px;
    margin-inline: auto;
  }
  .leader-card__name { font-size: 1.1rem; }
  .leader-card__role {
    font-size: 0.8rem;
    max-width: 28ch;
  }
  .leader-card__more { justify-content: center; }
}

/* Profile stage — mobile-first stack, side-by-side from 960px */
.leader-stage {
  background:
    radial-gradient(900px 420px at 100% 0%, rgba(31, 122, 70, 0.07), transparent 55%),
    var(--paper);
  padding-bottom: clamp(3.5rem, 8vw, 5.5rem);
}
.leader-stage__top {
  padding-top: calc(var(--header-h) + 1.25rem);
  margin-bottom: 1.25rem;
}
.leader-stage__crumb { margin-bottom: 0; }

/* Text-first profile (no individual portraits yet) */
.leader-profile {
  padding-top: calc(var(--header-h) + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(4rem, 8vw, 6.5rem);
}
.leader-profile__crumb { margin-bottom: clamp(1.5rem, 3vw, 2.25rem); }
.leader-profile__head { margin-bottom: clamp(1.5rem, 3vw, 2.25rem); }
.leader-profile__quote {
  margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
  padding: 0;
  border: 0;
  max-width: 54ch;
}
.leader-profile__quote p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--ink);
}
.leader-profile__more {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding-top: clamp(1.75rem, 4vw, 2.5rem);
  border-top: 1px solid rgba(24, 53, 39, 0.1);
}
.leader-profile__more .leader-roster__head {
  margin-bottom: 0.5rem;
  border-bottom: 0;
  padding-bottom: 0;
}

.leader-stage__panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: min(var(--content-max, 1240px), 100%);
  margin: 0 auto;
  width: min(100% - 1.5rem, calc(100% - (var(--pad-x, 1.15rem) * 2)));
  border-radius: 20px;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid rgba(24, 53, 39, 0.08);
  box-shadow: 0 28px 64px -36px rgba(24, 53, 39, 0.4);
}
.leader-stage__media {
  /* Standard portrait frame: 3:4 — matches upload spec 900×1200 */
  --leader-media-max-h: min(62vh, 560px);
  position: relative;
  width: min(100%, calc(var(--leader-media-max-h) * 0.75));
  aspect-ratio: 3 / 4;
  height: auto;
  margin-inline: auto;
  background: var(--green-900);
  overflow: hidden;
}
.leader-stage__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.leader-stage__veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(24, 53, 39, 0.78) 100%),
    linear-gradient(90deg, rgba(24, 53, 39, 0.15), transparent 40%);
  pointer-events: none;
}
.leader-stage__media-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: clamp(1.25rem, 3vw, 2rem);
  color: var(--cream);
}
.leader-stage__name {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: var(--cream);
  text-wrap: balance;
}
.leader-stage__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.15rem;
  padding: clamp(1.35rem, 4vw, 2.75rem);
  min-width: 0;
  background:
    linear-gradient(165deg, color-mix(in srgb, var(--cream) 80%, #fff), var(--paper));
}
.leader-stage__kicker {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green-600);
}
.leader-stage__quote {
  margin: 0;
  padding: 0;
  border: 0;
}
.leader-stage__quote p {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.05rem, 2.2vw, 1.4rem);
  line-height: 1.55;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-wrap: pretty;
  max-width: 40ch;
}
.leader-stage__more {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}
.leader-stage__more-head {
  margin-bottom: 1.25rem;
}
.leader-stage__more-head h2 {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  letter-spacing: -0.02em;
}
@media (min-width: 960px) {
  .leader-stage__panel {
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    align-items: stretch;
    border-radius: 24px;
  }
  .leader-stage__media {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    aspect-ratio: 3 / 4;
    height: auto;
    align-self: stretch;
    /* Fill the taller bio column without breaking the 3:4 source crop badly */
    min-height: 100%;
    max-height: none;
  }
  .leader-stage__body {
    padding: clamp(2rem, 4vw, 3.25rem);
  }
}
@media (max-width: 420px) {
  .leader-stage__media {
    --leader-media-max-h: min(56vh, 440px);
  }
  .leader-stage__panel {
    width: calc(100% - 1rem);
    border-radius: 16px;
  }
}

/* Keep multi-col roster clear of floating chat; single-col already centered */
@media (min-width: 721px) and (max-width: 1100px) {
  .page-panel--leadership .leader-grid,
  .leadership-body .leader-grid,
  .leader-stage__more .leader-grid {
    max-width: calc(100% - 3.5rem);
  }
}

/* ─── Leadership strip — vertical green panels (ADN vertical-people-panels) ─── */
.leader-strip {
  --ls-gap: clamp(0.35rem, 0.9vw, 0.55rem);
  --ls-cream: var(--cream, #f4f1ea);
  --ls-green: var(--green-900, #155134);
  --ls-panel-mid: #1b7441;
  --ls-ease: var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) clamp(0.85rem, 2vw, 1.5rem)
    clamp(2rem, 4vw, 3rem);
  border-radius: 18px;
  overflow: hidden;
  background: var(--ls-green);
  color: var(--ls-cream);
}
.leader-strip__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.leader-strip__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.16;
  filter: saturate(0.7) contrast(1.05);
}
.leader-strip__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 53, 39, 0.55) 0%, rgba(24, 53, 39, 0.88) 55%, rgba(24, 53, 39, 0.96) 100%),
    radial-gradient(120% 80% at 50% 0%, rgba(31, 122, 70, 0.22), transparent 55%);
}
.leader-strip__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 72rem);
  margin-inline: auto;
}
.leader-strip__head {
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
  text-align: center;
}
.leader-strip__head .eyebrow,
.leader-strip__head .eyebrow--light {
  color: color-mix(in srgb, var(--green-600, #1f7a46) 85%, white);
}
.leader-strip__title {
  margin: 0.35rem 0 0.65rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.15;
  color: var(--ls-cream);
  text-wrap: balance;
}
.leader-strip__lead {
  margin: 0 auto;
  max-width: 42rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--ls-cream) 72%, transparent);
  text-wrap: pretty;
}
.leader-strip__band {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}
.leader-strip__band + .leader-strip__row {
  margin-top: 0;
}
.leader-strip__row + .leader-strip__band {
  margin-top: 1.35rem;
}
.leader-strip__count {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: color-mix(in srgb, var(--ls-cream) 58%, transparent);
}
.leader-strip--compact {
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
  padding: clamp(1.35rem, 2.8vw, 2rem) clamp(0.7rem, 1.6vw, 1.15rem)
    clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 14px;
}
.leader-strip--compact .leader-strip__head {
  margin-bottom: clamp(1rem, 2.2vw, 1.5rem);
}
.leader-strip--compact .leader-strip__count {
  margin-top: 0.35rem;
}

.leader-strip__row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: var(--ls-gap);
  width: 100%;
}
.leader-strip__row + .leader-strip__row {
  margin-top: var(--ls-gap);
}
.leader-strip__row--t1 {
  max-width: min(14rem, 28%);
  margin-inline: auto;
}
.leader-strip__row--t2 {
  max-width: min(92%, 42rem);
  margin-inline: auto;
}
.leader-strip__row--t3 {
  max-width: 100%;
}
.leader-strip__row > li {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}
.leader-strip__row--t1 > li {
  flex: 1 1 auto;
  width: 100%;
}

.leader-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: clamp(18rem, 38vw, 26rem);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--ls-cream) 12%, transparent);
  border-radius: 2px;
  background: linear-gradient(180deg, var(--ls-panel-mid) 0%, var(--ls-green) 72%);
  outline: none;
  transition: transform 0.35s var(--ls-ease), border-color 0.3s ease, box-shadow 0.35s ease;
}
.leader-panel--apex {
  min-height: clamp(20rem, 42vw, 28.5rem);
}
.leader-strip--compact .leader-panel {
  min-height: clamp(15.5rem, 32vw, 22rem);
}
.leader-strip--compact .leader-panel--apex {
  min-height: clamp(17rem, 34vw, 24rem);
}
.leader-panel:hover,
.leader-panel:focus-visible {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--ls-cream) 28%, transparent);
  box-shadow: 0 18px 36px -28px rgba(0, 0, 0, 0.75);
}
.leader-panel:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--green-600, #1f7a46) 80%, white);
  outline-offset: 3px;
}

.leader-panel__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.leader-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
  display: block;
  transition: transform 0.85s var(--ls-ease);
}
.leader-panel:hover .leader-panel__media img,
.leader-panel:focus-visible .leader-panel__media img {
  transform: scale(1.05);
}
.leader-panel__grade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(24, 53, 39, 0.08) 0%,
    rgba(24, 53, 39, 0.2) 38%,
    rgba(24, 53, 39, 0.78) 72%,
    rgba(24, 53, 39, 0.96) 100%
  );
  pointer-events: none;
}
.leader-panel__fade {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(24, 53, 39, 0.92));
  pointer-events: none;
}

.leader-panel__meta {
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.85rem 0.7rem 1rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  align-self: flex-end;
  max-height: 72%;
}
.leader-panel__name {
  font-family: var(--font-display);
  font-weight: 650;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--ls-cream);
}
.leader-panel__role {
  font-size: clamp(0.68rem, 1.05vw, 0.82rem);
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--ls-cream) 68%, transparent);
}
.leader-panel--apex .leader-panel__name {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}
.leader-panel--apex .leader-panel__role {
  color: color-mix(in srgb, var(--green-600, #1f7a46) 55%, var(--ls-cream));
}
.leader-panel__cue {
  display: none;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--ls-cream) 75%, transparent);
}

@media (max-width: 900px) {
  .leader-strip {
    border-radius: 12px;
    padding-inline: 0.65rem;
  }
  .leader-strip__row--t1 {
    max-width: min(11rem, 46%);
  }
  .leader-strip__row--t2,
  .leader-strip__row--t3 {
    max-width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
  }
  .leader-strip__row--t2 > li,
  .leader-strip__row--t3 > li {
    flex: 0 0 min(11.5rem, 72vw);
    scroll-snap-align: start;
  }
  .leader-panel,
  .leader-panel--apex,
  .leader-strip--compact .leader-panel,
  .leader-strip--compact .leader-panel--apex {
    min-height: 17.5rem;
  }
  .leader-panel__meta {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    align-self: stretch;
    max-height: none;
    padding: 0.75rem 0.8rem 0.9rem;
    gap: 0.25rem;
  }
  .leader-panel__name {
    font-size: 1rem;
  }
  .leader-panel__role {
    font-size: 0.78rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .leader-panel__cue {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.35rem;
  }
}

@media (max-width: 720px) {
  .leader-strip__row--t1 {
    max-width: 100%;
  }
  .leader-strip__row--t2 > li,
  .leader-strip__row--t3 > li {
    flex-basis: min(14rem, 82vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .leader-panel,
  .leader-panel__media img {
    transition: none;
  }
  .leader-panel:hover,
  .leader-panel:focus-visible {
    transform: none;
  }
  .leader-panel:hover .leader-panel__media img,
  .leader-panel:focus-visible .leader-panel__media img {
    transform: none;
  }
}

/* ─── Leadership org chart — fluid scale, never wrap tiers ─── */
.orgchart {
  --org-gap-x: clamp(0.35rem, 1.4vw, 1.35rem);
  --org-gap-y: clamp(1.35rem, 4vw, 3rem);
  --org-gap-x: clamp(0.35rem, 1.4cqi, 1.35rem);
  --org-gap-y: clamp(1.35rem, 4cqi, 3rem);
  container-type: inline-size;
  container-name: orgchart;
  width: 100%;
  margin: 0 0 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(0.5rem, 2vw, 1rem);
}
.orgchart__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(24, 53, 39, 0.1);
}
.orgchart__count {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.orgchart__row {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  align-items: start;
  justify-content: center;
  column-gap: var(--org-gap-x);
  width: 100%;
}
.orgchart__row + .orgchart__row {
  margin-top: var(--org-gap-y);
}
/* 1 / 4 / 5 — one row per tier; cards shrink with container width */
.orgchart__row--t1 {
  width: min(11.5rem, 32cqi);
  max-width: 100%;
  grid-template-columns: minmax(0, 1fr);
}
.orgchart__row--t2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: min(100%, 58rem);
}
.orgchart__row--t3 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: min(100%, 72rem);
}
/* Fallback when container query units unavailable */
@supports not (width: 1cqi) {
  .orgchart__row--t1 {
    width: min(11.5rem, 32%);
  }
}
.orgchart__row > li {
  min-width: 0;
}
.orgchart__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.35rem, 1.2vw, 0.55rem);
  gap: clamp(0.35rem, 1.2cqi, 0.55rem);
  width: 100%;
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.orgchart__media {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: color-mix(in srgb, var(--green-900) 10%, var(--paper));
  box-shadow: 0 10px 28px -22px rgba(24, 53, 39, 0.5);
}
.orgchart__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  display: block;
  transition: transform 0.7s var(--ease-out, ease), filter 0.3s ease;
  filter: saturate(0.94);
}
.orgchart__card:hover .orgchart__media img,
.orgchart__card:focus-visible .orgchart__media img {
  transform: scale(1.04);
  filter: saturate(1);
}
.orgchart__name {
  display: block;
  width: 100%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(0.55rem, 2.4vw, 0.88rem);
  font-size: clamp(0.55rem, 2.4cqi, 0.88rem);
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
  transition: color 0.25s ease;
  overflow-wrap: anywhere;
}
.orgchart__card:hover .orgchart__name,
.orgchart__card:focus-visible .orgchart__name {
  color: var(--green-700);
}
.orgchart__role {
  display: block;
  width: 100%;
  font-size: clamp(0.55rem, 2.1vw, 0.78rem);
  font-size: clamp(0.55rem, 2.1cqi, 0.78rem);
  line-height: 1.35;
  color: var(--ink-soft);
  text-wrap: balance;
}
.orgchart__card--apex .orgchart__name {
  font-size: clamp(0.62rem, 2.8vw, 0.98rem);
  font-size: clamp(0.62rem, 2.8cqi, 0.98rem);
}
.orgchart__card--apex .orgchart__role {
  font-size: clamp(0.58rem, 2.3vw, 0.84rem);
  font-size: clamp(0.58rem, 2.3cqi, 0.84rem);
}
.orgchart__card:focus-visible {
  outline: 2px solid var(--green-700);
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .orgchart__media img {
    transition: none;
  }
}

.products__grid--page {
  margin-top: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1000px) {
  .products__grid--page { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .products__grid--page { grid-template-columns: none; }
}
.product-detail {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}
@media (max-width: 800px) {
  .product-detail { grid-template-columns: 1fr; }
}
.product-detail__media {
  border-radius: 14px;
  overflow: hidden;
  background: color-mix(in srgb, var(--green-900) 8%, var(--paper));
}
.product-detail__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.product-detail__panel {
  padding: 0.25rem 0 0;
  background: transparent;
  border: 0;
}
.product-detail__panel::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  margin-bottom: 1.15rem;
  background: var(--pc, var(--green-600));
  border-radius: 2px;
}
.product-detail__actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem;
}
.products-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(24, 53, 39, 0.1);
}
.products-stats > div {
  padding: 0.15rem 0;
  background: transparent;
  border: 0;
}
.products-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  color: var(--green-700);
  margin-bottom: 0.3rem;
}
.products-stats span { font-size: 0.85rem; color: var(--ink-soft); }
@media (max-width: 800px) {
  .products-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.about-vmv__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.25rem 0 1.75rem;
}
.about-vmv__card {
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(24, 53, 39, 0.08);
}

/* Contact — chapter hero + desk + map */
.contact-hero {
  padding-top: calc(var(--header-h) + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
}
.contact-hero__crumb { margin-bottom: clamp(1.5rem, 3vw, 2.25rem); }
.contact-hero .chapter__head { margin-bottom: 0; }
.contact-section {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
}
.contact-map-section .chapter__head {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.contact-desk {
  display: grid;
  gap: clamp(2.25rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  align-items: start;
}
@media (max-width: 960px) {
  .contact-desk { grid-template-columns: 1fr; }
}

.contact-desk__aside {
  display: grid;
  gap: 1.5rem;
}
.contact-desk__head { margin: 0; }
.contact-desk__title {
  margin: 0.55rem 0 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.contact-desk__channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(24, 53, 39, 0.12);
}
.contact-desk__channels li {
  display: grid;
  gap: 0.35rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(24, 53, 39, 0.12);
}
.contact-desk__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.contact-desk__channels li > a,
.contact-desk__channels li > span:not(.contact-desk__label) {
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
  text-decoration: none;
  text-wrap: pretty;
}
.contact-desk__channels a:hover { color: var(--green-600); }

.contact-desk__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.25rem;
}

.contact-desk__panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.contact-desk__panel-head {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(24, 53, 39, 0.12);
}
.contact-desk__panel-head .eyebrow { margin-bottom: 0.65rem; }
.contact-desk__panel-head h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ink);
}
.contact-desk__panel-head p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 46ch;
  text-wrap: pretty;
}

.contact-form__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}
@media (max-width: 700px) {
  .contact-form__grid { grid-template-columns: 1fr; }
}
.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(24, 53, 39, 0.14);
  border-radius: 12px;
  background: var(--white);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--green-600) 55%, transparent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--green-600) 16%, transparent);
}
.contact-form textarea { resize: vertical; min-height: 148px; }
.contact-form__message { display: grid; gap: 0.45rem; margin-bottom: 1rem; }
.contact-form__note {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink-soft);
  margin-bottom: 1.35rem;
}
.contact-form__note a {
  color: var(--green-700);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.contact-form__honeypot {
  position: absolute; left: -9999px; opacity: 0; height: 0; width: 0;
}
.contact-form__status {
  margin-top: 1rem;
  padding: 0.9rem 1.05rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent) 22%, white);
  font-size: 0.92rem;
}
.contact-form__status.is-error {
  background: color-mix(in srgb, #9c2b2b 15%, white);
}
.contact-form .btn { width: 100%; max-width: 100%; }
@media (min-width: 701px) {
  .contact-form .btn { width: auto; }
}

.contact-map {
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 21 / 10;
  background: color-mix(in srgb, var(--green-900) 8%, var(--paper));
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(0.2) contrast(1.04);
}
@media (max-width: 700px) {
  .contact-map { aspect-ratio: 16 / 12; border-radius: 14px; }
}

.career-list { display: grid; gap: 1rem; }
.career-card {
  display: flex; justify-content: space-between; gap: 1.25rem; align-items: flex-start;
  padding: 1.35rem 1.5rem; border-radius: 16px;
  border: 1px solid rgba(24, 53, 39, 0.1); background: #fff;
}
.career-card__meta { font-size: 0.85rem; opacity: 0.65; margin: 0.35rem 0 0.65rem; }
.career-empty { opacity: 0.7; line-height: 1.6; }
.article-body .i18n-rich > *:first-child { margin-top: 0; }
.article-body .i18n-rich > *:last-child { margin-bottom: 0; }
@media (max-width: 700px) {
  .career-card { flex-direction: column; }
}

.download-list { list-style: none; display: grid; gap: 0.85rem; padding: 0; }
.download-list li {
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
  padding: 1.1rem 1.25rem; border-radius: 14px;
  border: 1px solid rgba(24, 53, 39, 0.1); background: #fff;
}
.download-list__cat {
  display: block; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-600);
  margin-bottom: 0.25rem;
}
.download-list__size { display: block; font-size: 0.8rem; opacity: 0.55; margin-top: 0.25rem; }
@media (max-width: 700px) {
  .download-list li { flex-direction: column; align-items: flex-start; }
}

.stats--page {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  margin: 0 0 2.5rem;
}
@media (max-width: 700px) {
  .stats--page { grid-template-columns: 1fr; }
}
.investor-timeline {
  list-style: none; padding: 0; display: grid; gap: 0.85rem; margin: 1rem 0 2rem;
}
.investor-timeline li {
  display: grid; grid-template-columns: 5rem 1fr; gap: 1rem;
  padding: 0.75rem 0; border-bottom: 1px solid rgba(24, 53, 39, 0.08);
}
.pillars--page { margin-top: 0.5rem; }

/* ── Member company detail (eco-map visual language) ──────── */
.company-stage { max-width: 72rem; }
.company-stage__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: min(520px, 70vh);
  border-radius: 18px;
  overflow: hidden;
  background: var(--green-900);
  color: var(--cream);
}
.company-stage__media {
  position: relative;
  min-height: 280px;
  background: #071b12;
}
.company-stage__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.company-stage__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 47, 30, 0.15) 0%, rgba(12, 47, 30, 0.72) 100%),
    linear-gradient(90deg, rgba(12, 47, 30, 0.35) 0%, transparent 55%);
  pointer-events: none;
}
.company-stage__media-copy {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 1;
}
.company-stage__sector-key {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--accent);
}
.company-stage__sector-title {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.company-stage__year,
.company-stage__unit {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  opacity: 0.8;
}
.company-stage__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 1.75rem 1.85rem 2rem;
  background: color-mix(in srgb, var(--ink) 4%, var(--paper));
  color: var(--ink);
}
.company-stage__short {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.company-stage__blurb {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.company-stage__focus {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.company-stage__focus li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(24, 53, 39, 0.08);
  font-size: 0.92rem;
  line-height: 1.5;
}
.company-stage__focus-num {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--green-600);
  padding-top: 0.15rem;
}
.company-stage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.35rem;
}
.company-stage__related {
  margin-top: 1.75rem;
}
.company-stage__related h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
}
.company-stage__sibs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  border-radius: 14px;
  overflow: hidden;
  background: color-mix(in srgb, var(--ink) 3%, var(--paper));
  border: 1px solid rgba(24, 53, 39, 0.08);
}
.company-stage__sibs a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1.15rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(24, 53, 39, 0.06);
  transition: background 0.2s ease, color 0.2s ease;
}
.company-stage__sibs li:last-child a { border-bottom: 0; }
.company-stage__sibs a:hover {
  background: color-mix(in srgb, var(--green-600) 8%, transparent);
  color: var(--green-700);
}
.company-stage__sibs a span:last-child {
  opacity: 0.4;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.company-stage__sibs a:hover span:last-child {
  opacity: 1;
  transform: translateX(3px);
}

@media (max-width: 900px) {
  .company-stage__panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .company-stage__media { aspect-ratio: 16 / 10; min-height: 0; }
}

/* Inner pages: eco-map sits tighter under hero */
.page-inner .eco-map { margin-top: 0.5rem; }

/* ── Sustainability / ESG page ─────────────────────────────── */
.esg-nav__letter {
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 4px;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--green-700);
  background: color-mix(in srgb, var(--green-600) 12%, transparent);
}
.page-subnav__link.is-active .esg-nav__letter {
  color: var(--white);
  background: var(--green-600);
}

.esg-page { max-width: 72rem; }
.esg-page__intro { margin-bottom: 3rem; }
.esg-page__banner {
  position: relative;
  margin: 0 0 1.75rem;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 21 / 9;
  min-height: 220px;
  background: var(--green-900);
}
.esg-page__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.esg-page__banner-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(12, 47, 30, 0.55) 0%, rgba(12, 47, 30, 0.12) 55%, transparent 80%),
    linear-gradient(0deg, rgba(12, 47, 30, 0.35) 0%, transparent 45%);
  pointer-events: none;
}
.esg-page__banner-label {
  position: absolute;
  left: 1.25rem;
  bottom: 1.1rem;
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}
.esg-page__approach {
  margin: 0 0 1.5rem;
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.esg-page__principles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}
.esg-page__principles li {
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--green-600);
  background: color-mix(in srgb, var(--green-600) 6%, var(--paper));
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
}

.esg-page__pillars { display: grid; gap: 0; }
.esg-block {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.5rem 2.75rem;
  align-items: start;
  padding: 2.75rem 0;
  border-top: 1px solid rgba(24, 53, 39, 0.1);
}
.esg-block:first-child { border-top: 0; padding-top: 0.5rem; }
.esg-block__main { min-width: 0; }
.esg-block__head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.15rem;
}
.esg-block__letter {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--green-600);
  opacity: 0.9;
}
.esg-block__titles { padding-top: 0.35rem; }
.esg-block__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-700);
  opacity: 0.75;
}
.esg-block__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: var(--title-track, -0.02em);
  line-height: 1.15;
}
.esg-block__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink-soft);
  text-wrap: pretty;
  max-width: 40ch;
}
.esg-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.esg-block__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ink);
}
.esg-block__mark {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.45rem;
  border-radius: 1px;
  background: var(--green-600);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--green-600) 18%, transparent);
}

.esg-page__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-top: 1.5rem;
  padding: 1.75rem 1.85rem;
  border-radius: 18px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--green-600) 12%, var(--paper)) 0%, var(--paper) 55%),
    var(--paper);
  border: 1px solid rgba(24, 53, 39, 0.08);
}
.esg-page__cta-copy { max-width: 36rem; }
.esg-page__cta-copy h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 500;
}
.esg-page__cta-copy p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ink-soft);
}
.esg-page__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.esg-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
}
.esg-highlight {
  padding: 1.25rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(24, 53, 39, 0.08);
}
.esg-highlight__value {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--green-700);
  line-height: 1.15;
}
.esg-highlight--wide .esg-highlight__value { font-size: clamp(1.05rem, 1.8vw, 1.35rem); }
.esg-highlight__label {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--ink-soft);
}

.esg-section__head {
  max-width: 46rem;
  margin-bottom: 1.75rem;
}
.esg-section__head h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  font-weight: 500;
  letter-spacing: var(--title-track, -0.02em);
}
.esg-section__head p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.esg-chain {
  margin: 0.5rem 0 1rem;
  padding: 2.25rem 0 2.5rem;
  border-top: 1px solid rgba(24, 53, 39, 0.1);
}
.esg-chain__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: none;
}
.esg-chain__step {
  position: relative;
  padding: 1.25rem 1.15rem 1.35rem;
  border-top: 3px solid var(--green-600);
  background: color-mix(in srgb, var(--green-600) 5%, var(--paper));
}
.esg-chain__num {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--green-700);
  opacity: 0.8;
}
.esg-chain__step h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.25;
}
.esg-chain__step p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.esg-standards {
  margin-top: 1rem;
  padding: 2.75rem 0 2.5rem;
  border-top: 1px solid rgba(24, 53, 39, 0.1);
}
.esg-standards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.esg-standard {
  padding: 1.5rem 1.35rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(24, 53, 39, 0.09);
}
.esg-standard__code {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--green-600);
}
.esg-standard h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 600;
}
.esg-standard p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.esg-story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 0;
  margin: 1.5rem 0 2rem;
  border-radius: 18px;
  overflow: hidden;
  background: var(--green-900);
  color: rgba(255, 255, 255, 0.92);
}
.esg-story__media {
  min-height: 260px;
  background: #071b12;
}
.esg-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.92;
}
.esg-story__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
  padding: 2rem 2.1rem;
}
.esg-story__eyebrow {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent, #c8e6c9);
  opacity: 0.9;
}
.esg-story__body h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.esg-story__body > p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  max-width: 42ch;
}
.esg-story__body .btn { align-self: flex-start; margin-top: 0.35rem; }

@media (max-width: 1000px) {
  .esg-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .esg-chain__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .esg-page__principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .esg-block {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    padding: 2.25rem 0;
  }
  .esg-block__lead { max-width: none; }
  .esg-standards__grid { grid-template-columns: 1fr; }
  .esg-story { grid-template-columns: 1fr; }
  .esg-story__media { aspect-ratio: 16 / 10; min-height: 0; }
}
@media (max-width: 600px) {
  .esg-page__banner { aspect-ratio: 16 / 11; border-radius: 14px; }
  .esg-page__banner-label { left: 1rem; bottom: 0.85rem; }
  .esg-page__principles { grid-template-columns: 1fr 1fr; gap: 0.5rem; }
  .esg-page__principles li { padding: 0.7rem 0.85rem; font-size: 0.9rem; }
  .esg-highlights { grid-template-columns: 1fr 1fr; gap: 0.65rem; }
  .esg-chain__steps { grid-template-columns: 1fr; }
  .esg-story__body { padding: 1.5rem 1.25rem 1.75rem; }
  .esg-page__cta {
    padding: 1.35rem 1.25rem;
    align-items: stretch;
  }
  .esg-page__cta-actions { width: 100%; }
  .esg-page__cta-actions .btn { flex: 1 1 auto; justify-content: center; text-align: center; }
}
.page-section { margin-bottom: 2.5rem; }
.page-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.page-actions--tight { margin-top: 0; }
.page-actions + .page-banner,
.page-banner + .page-actions { margin-top: 2rem; }
.legal-updated { font-size: 0.85rem; opacity: 0.55; margin-top: 2rem; }
.article-back { margin-top: 2.5rem; }
.rss-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  margin-top: 1.75rem; font-weight: 600; color: var(--green-600);
  text-decoration: none;
}
.rss-link:hover { color: var(--green-700); text-decoration: underline; text-underline-offset: 3px; }

.page-subnav {
  position: sticky;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 40;
  width: 100%;
  margin: 0 0 2rem;
  padding-block: 0.85rem;
  background: var(--paper);
  border-bottom: 1px solid rgba(24, 53, 39, 0.1);
}
.page-subnav__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}
.page-subnav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0;
  font-size: 0.88rem;
  font-weight: 600;
  opacity: 0.55;
  border-bottom: 2px solid transparent;
  transition: opacity 0.3s var(--ease-soft), border-color 0.3s var(--ease-soft), color 0.3s var(--ease-soft), transform 0.3s var(--ease-out);
  white-space: nowrap;
}
.page-subnav__link:hover { opacity: 0.85; }
.page-subnav__link.is-active {
  opacity: 1;
  color: var(--green-700);
  border-bottom-color: var(--green-600);
}
.page-subnav__link:focus-visible {
  outline: 2px solid var(--green-600);
  outline-offset: 4px;
  border-radius: 2px;
}
.page-subnav__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
[data-page-panel] {
  scroll-margin-top: calc(var(--header-h) + 3.5rem);
}

.search-toggle {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  display: inline-flex; align-items: center; justify-content: center;
}
.site-search {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(12, 47, 30, 0.55);
  display: grid; place-items: start center;
  padding: 12vh 1rem 2rem;
}
.site-search[hidden] { display: none !important; }
.site-search__panel {
  width: min(640px, 100%);
  background: var(--paper); color: var(--ink);
  border-radius: 18px; padding: 1.35rem 1.5rem 1.5rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.site-search__label {
  display: block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 0.65rem;
}
.site-search__input {
  width: 100%; padding: 0.85rem 1rem; border-radius: 12px;
  border: 1px solid rgba(24, 53, 39, 0.15); font: inherit;
}
.site-search__results { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: 0.35rem; }
.site-search__results a {
  display: block; padding: 0.7rem 0.85rem; border-radius: 10px;
  background: rgba(24, 53, 39, 0.04);
}
.site-search__results a:hover { background: rgba(51, 163, 100, 0.12); }
.site-search__empty { margin-top: 1rem; opacity: 0.65; font-size: 0.9rem; }

.float-chat {
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.float-chat__btn {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.float-chat__btn svg {
  width: 26px;
  height: 26px;
  display: block;
}
.float-chat__btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}
.float-chat__btn--phone {
  background: #1faa59;
}
.float-chat__btn--phone::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #1faa59;
  animation: float-phone-pulse 1.8s ease-out infinite;
  z-index: -1;
}
.float-chat__btn--zalo {
  background: #0068ff;
}
.float-chat__btn--zalo svg { width: 28px; height: 28px; }
.float-chat__btn--wa {
  background: #25d366;
}
@keyframes float-phone-pulse {
  0% { transform: scale(1); opacity: 0.55; }
  70% { transform: scale(1.45); opacity: 0; }
  100% { transform: scale(1.45); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .float-chat__btn--phone::before { animation: none; }
}
.cookie-bar {
  position: fixed; left: 50%; bottom: 1.25rem; z-index: 95;
  transform: translateX(-50%);
  width: min(920px, calc(100% - 2rem));
  display: flex; gap: 1.5rem; align-items: flex-end; justify-content: space-between;
  padding: 1.35rem 1.5rem 1.25rem;
  border-radius: 18px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 16px 48px rgba(24, 53, 39, 0.18);
  border: 1px solid rgba(24, 53, 39, 0.08);
}
.cookie-bar[hidden] { display: none !important; }
.cookie-bar__content { flex: 1; min-width: 0; }
.cookie-bar__title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
}
.cookie-bar__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.cookie-bar__text a {
  color: var(--green-600);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-bar__text a:hover { color: var(--green-700); }
.cookie-bar__actions {
  display: flex;
  gap: 0.65rem;
  flex-shrink: 0;
}
.cookie-bar__btn {
  border: 0;
  border-radius: 999px;
  padding: 0.72rem 1.35rem;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, background 0.15s ease, opacity 0.15s ease;
}
.cookie-bar__btn:hover { transform: translateY(-1px); }
.cookie-bar__btn--decline {
  background: color-mix(in srgb, var(--ink) 72%, transparent);
  color: var(--white);
}
.cookie-bar__btn--accept {
  background: var(--green-600);
  color: var(--white);
}
.cookie-bar__btn--accept:hover { background: var(--green-700); }
@media (max-width: 720px) {
  .cookie-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .cookie-bar__actions {
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .float-chat {
    right: 0.65rem;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    gap: 0.45rem;
  }
  .float-chat__btn { width: 42px; height: 42px; }
  .float-chat__btn svg { width: 20px; height: 20px; }
  .float-chat__btn--zalo svg { width: 22px; height: 22px; }
  .cookie-bar__actions {
    flex-direction: column;
  }
  .cookie-bar__btn { width: 100%; text-align: center; }
}
