/* 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.rss-link,
.prose a.eco-map__co-link,
.prose a.leader-card,
.prose a.leader-feature,
.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; }
}

/* ─── Leadership (list + profiles) — synced with home chapter 09 ─── */
.leadership-hero {
  padding-top: calc(var(--header-h) + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
}
.leadership-hero__crumb { margin-bottom: clamp(1.5rem, 3vw, 2.25rem); }
.leadership-hero .chapter__head { margin-bottom: 0; }
.leadership-body {
  padding-top: 0.5rem;
  padding-bottom: clamp(4rem, 8vw, 6.5rem);
}
.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(12, 43, 28, 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(12, 43, 28, 0.6);
}
.leader-feature__media {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #0a2418;
  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(8, 28, 18, 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(16, 35, 26, 0.1);
}
.leader-roster__count {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

/* 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(12, 43, 28, 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(8, 28, 18, 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(29, 106, 62, 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; }
.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(16, 35, 26, 0.08);
  box-shadow: 0 28px 64px -36px rgba(12, 43, 28, 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(8, 28, 18, 0.78) 100%),
    linear-gradient(90deg, rgba(8, 28, 18, 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);
  }
}

.products__grid--page { margin-top: 0.5rem; }
.product-detail__panel {
  border: 1px solid rgba(16, 35, 26, 0.1);
  border-radius: 18px; padding: 1.75rem;
  border-top: 4px solid var(--pc, var(--green-600));
  background: #fff;
}
.product-detail__actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem;
}

/* Contact — chapter hero + two-column desk */
.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-body {
  padding-top: 0.25rem;
  padding-bottom: clamp(4rem, 8vw, 6.5rem);
}

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

.contact-desk__aside {
  display: grid;
  gap: 1.35rem;
}
.contact-desk__kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-600);
}
.contact-desk__channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(16, 35, 26, 0.1);
}
.contact-desk__channels li {
  display: grid;
  gap: 0.35rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(16, 35, 26, 0.1);
}
.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.55rem;
}
.contact-desk__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(12, 43, 28, 0.18);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--green-900);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.contact-desk__chip:hover {
  background: var(--green-900);
  border-color: var(--green-900);
  color: var(--cream);
}

.contact-desk__map {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  border: 1px solid rgba(16, 35, 26, 0.1);
  background: color-mix(in srgb, var(--green-900) 8%, var(--paper));
}
.contact-desk__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(0.25) contrast(1.05);
}

.contact-desk__panel {
  background:
    linear-gradient(165deg, color-mix(in srgb, var(--cream) 70%, #fff) 0%, var(--paper) 100%);
  border: 1px solid rgba(16, 35, 26, 0.08);
  border-radius: 20px;
  padding: clamp(1.5rem, 3.5vw, 2.35rem);
  box-shadow: 0 18px 48px -28px rgba(12, 43, 28, 0.28);
}
.contact-desk__panel-head {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(16, 35, 26, 0.08);
}
.contact-desk__panel-head h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-weight: 400;
  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(16, 35, 26, 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; }
}

.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(16, 35, 26, 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(16, 35, 26, 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(16, 35, 26, 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: #0b2418;
}
.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(8, 31, 20, 0.15) 0%, rgba(8, 31, 20, 0.72) 100%),
    linear-gradient(90deg, rgba(8, 31, 20, 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(16, 35, 26, 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(16, 35, 26, 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(16, 35, 26, 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(8, 31, 20, 0.55) 0%, rgba(8, 31, 20, 0.12) 55%, transparent 80%),
    linear-gradient(0deg, rgba(8, 31, 20, 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(16, 35, 26, 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(16, 35, 26, 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(16, 35, 26, 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(16, 35, 26, 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(16, 35, 26, 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(16, 35, 26, 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: #0b2418;
}
.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);
  z-index: 20;
  margin: -0.5rem 0 2rem;
  padding-block: 0.85rem;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(16, 35, 26, 0.08);
}
.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.25s, border-color 0.25s, color 0.25s;
}
.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__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.about-page .page-panel + .page-panel {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(16, 35, 26, 0.08);
}
[data-page-panel] {
  scroll-margin-top: calc(var(--header-h) + 3.5rem);
}

.search-toggle {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid color-mix(in srgb, currentColor 35%, transparent);
  display: inline-flex; align-items: center; justify-content: center;
}
.site-search {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8, 31, 20, 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(16, 35, 26, 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(16, 35, 26, 0.04);
}
.site-search__results a:hover { background: rgba(45, 139, 87, 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(12, 43, 28, 0.18);
  border: 1px solid rgba(16, 35, 26, 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; }
}
