:root {
  --brand-deep: #063b28;
  --brand-mid: #075f3b;
  --brand-green: #0f8a45;
  --brand-green-dark: #0b7a3d;
  --brand-green-bright: #18a558;
  --brand-soft: #f2fff7;
  --brand-light: #f2fff7;
  --brand-white: #ffffff;
  --button-green: #0f8a45;
  --button-green-dark: #086a35;
  --button-green-soft: #e9fff3;

  --green-950: var(--brand-deep);
  --green-900: var(--brand-mid);
  --green-800: var(--brand-green);
  --green-700: var(--brand-green-dark);
  --green-600: #18a558;
  --green-500: var(--brand-green-bright);
  --green-100: var(--brand-soft);
  --shadow: 0 24px 70px rgba(6, 59, 40, 0.16);
  --soft-shadow: 0 14px 40px rgba(6, 59, 40, 0.12);
}

body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.hero-content,
.hero-actions,
.hero-proof,
.proof-card {
  max-width: 100%;
  min-width: 0;
}

.hero-content[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.hero-kicker {
  max-width: 100%;
  white-space: normal;
}

.hero p,
.proof-card span {
  overflow-wrap: anywhere;
}

#header {
  border-bottom-color: rgba(15, 138, 69, 0.16);
}

#header.header-scrolled,
#header.header-inner-pages {
  box-shadow: 0 12px 34px rgba(6, 59, 40, 0.12);
}

.site-header {
  width: min(1360px, calc(100% - 40px));
}

.navbar ul {
  gap: 2px;
}

.navbar a {
  padding-inline: 10px;
  font-size: 0.8rem;
}

.hero-media {
  filter: none;
  opacity: 1;
}

.hero::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.66) 45%, rgba(255, 255, 255, 0.14) 72%, rgba(255, 255, 255, 0) 100%);
}

.hero .hero-kicker {
  border-color: rgba(15, 138, 69, 0.45);
  background: rgba(255, 255, 255, 0.72);
  color: var(--brand-deep);
}

.hero h1,
.hero p {
  color: var(--brand-deep);
}

.hero .btn-white {
  border-color: var(--button-green);
  background: var(--button-green);
  color: var(--brand-white);
}

.hero .btn-white:hover,
.hero .btn-white:focus {
  border-color: var(--button-green-dark);
  background: var(--button-green-dark);
  color: var(--brand-white);
}

.hero .btn-outline.btn-white {
  border-color: var(--button-green);
  background: rgba(255, 255, 255, 0.78);
  color: var(--button-green-dark);
}

.hero .btn-outline.btn-white:hover,
.hero .btn-outline.btn-white:focus {
  background: var(--button-green);
  color: var(--brand-white);
}

.hero .proof-card {
  border-color: rgba(15, 138, 69, 0.38);
  background: rgba(255, 255, 255, 0.78);
  color: var(--brand-deep);
}

.hero .proof-card strong,
.hero .proof-card span {
  color: var(--brand-deep);
}

.media-frame {
  overflow: hidden;
  border: 2px solid var(--brand-green);
  border-radius: 8px;
  background: var(--brand-soft);
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.statement-band {
  background: var(--brand-mid);
  color: var(--brand-white);
}

.statement-band .section-eyebrow,
.statement-band .section-title h2,
.statement-band .section-title p {
  color: var(--brand-white);
}

.statement-band .section-eyebrow::before {
  background: var(--brand-white);
}

.article-feature .media-frame {
  min-height: 100%;
  box-shadow: none;
}

.impact-card img {
  filter: none;
}

.newsletter-field:focus {
  box-shadow: 0 0 0 4px rgba(15, 138, 69, 0.2);
}

/* Client requirement: primary buttons stay green across the site. */
.btn,
.nav-cta {
  border-color: var(--button-green);
  background: var(--button-green);
  background-image: linear-gradient(135deg, var(--button-green), var(--button-green-dark));
  color: var(--brand-white);
}

.btn:hover,
.btn:focus,
.nav-cta:hover,
.nav-cta:focus {
  border-color: var(--button-green-dark);
  background: var(--button-green-dark);
  color: var(--brand-white);
}

.btn-outline {
  background-image: none;
  border-color: var(--button-green);
  color: var(--button-green-dark);
}

.btn-white {
  background-image: none;
}

.btn-outline:hover,
.btn-outline:focus {
  background: var(--button-green);
  color: var(--brand-white);
}

.hero .btn-white {
  border-color: var(--button-green);
  background: var(--button-green);
  color: var(--brand-white);
}

.statement-band .btn-white {
  border-color: var(--brand-white);
  background: var(--brand-white);
  color: var(--button-green-dark);
}

.hero .btn-white:hover,
.hero .btn-white:focus {
  border-color: var(--button-green-dark);
  background: var(--button-green-dark);
  color: var(--brand-white);
}

.statement-band .btn-white:hover,
.statement-band .btn-white:focus {
  border-color: var(--button-green-soft);
  background: var(--button-green-soft);
  color: var(--button-green-dark);
}

.hero .btn-outline.btn-white {
  border-color: var(--button-green);
  background: rgba(255, 255, 255, 0.78);
  color: var(--button-green-dark);
}

.statement-band .btn-outline.btn-white {
  background: transparent;
  color: var(--brand-white);
}

.hero .btn-outline.btn-white:hover,
.hero .btn-outline.btn-white:focus {
  background: var(--button-green);
  color: var(--brand-white);
}

.statement-band .btn-outline.btn-white:hover,
.statement-band .btn-outline.btn-white:focus {
  background: var(--brand-white);
  color: var(--button-green-dark);
}

.icon-circle,
.program-card i,
.value-card i {
  background: linear-gradient(135deg, var(--button-green), var(--button-green-dark));
}

.action-card {
  border-color: rgba(15, 138, 69, 0.18);
}

.action-card:hover,
.action-card:focus {
  border-color: rgba(15, 138, 69, 0.45);
}

.action-card .icon-circle {
  background: var(--button-green);
}

.approach-grid,
.coverage-grid,
.hub-grid,
.partner-grid,
.support-grid,
.service-grid,
.transparency-grid {
  display: grid;
  gap: 16px;
}

.partner-logo-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 18px;
  align-items: stretch;
  margin: 0 0 28px;
}

.partner-logo-strip--page {
  margin-bottom: 42px;
}

.partner-logo-item {
  display: flex;
  min-height: 132px;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  border: 2px solid rgba(15, 138, 69, 0.2);
  border-radius: 8px;
  background: var(--brand-white);
  box-shadow: var(--soft-shadow);
}

.partner-logo-item--dark {
  border-color: rgba(1, 0, 54, 0.18);
  background: #060606;
}

.partner-logo-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 92px;
  object-fit: contain;
  opacity: 1;
  transition: transform 180ms ease;
}

.partner-logo-item--wide img {
  max-width: 250px;
}

.partner-logo-item--compact img {
  max-width: 157px;
  max-height: 96px;
}

.partner-logo-item:hover img {
  transform: translateY(-2px);
}

.approach-grid,
.partner-grid,
.transparency-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coverage-grid,
.support-grid,
.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hub-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.feature-card,
.region-card,
.hub-card,
.support-card,
.service-card,
.partner-card,
.transparency-card {
  border: 2px solid rgba(15, 138, 69, 0.32);
  border-radius: 8px;
  background: var(--brand-white);
  color: var(--brand-deep);
  box-shadow: var(--soft-shadow);
}

.feature-card,
.hub-card,
.support-card,
.service-card,
.partner-card,
.transparency-card {
  padding: 24px;
}

.feature-card h3,
.hub-card h3,
.support-card h3,
.service-card h3,
.partner-card h3,
.transparency-card h3 {
  margin: 0 0 8px;
  color: var(--brand-deep);
  font-size: 1.08rem;
  font-weight: 900;
}

.feature-card p,
.hub-card p,
.support-card p,
.service-card p,
.partner-card p,
.transparency-card p {
  margin: 0;
  color: var(--brand-mid);
}

.feature-card > i,
.support-card > i,
.service-card > i,
.partner-card > i,
.transparency-card > i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--button-green);
  color: var(--brand-white);
  font-size: 1.2rem;
}

.region-card {
  padding: 20px;
}

.region-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.region-cloud span,
.resource-tags span,
.resource-tags button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--button-green);
  border-radius: 999px;
  background: transparent;
  color: var(--button-green-dark);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.resource-tags button {
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.resource-tags button:hover,
.resource-tags button:focus-visible,
.resource-tags button.is-active {
  background: var(--button-green);
  color: var(--brand-white);
  transform: translateY(-1px);
}

.resource-tags button:focus-visible {
  outline: 3px solid rgba(255, 214, 112, 0.86);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(15, 138, 69, 0.16);
}

.resource-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.blog-page {
  background: linear-gradient(180deg, #ffffff 0%, #f2fff7 48%, #ffffff 100%);
}

.blog-page .blog-hero {
  min-height: 68vh;
}

.blog-page .hero-content {
  max-width: 760px;
}

.news-index-section {
  padding: 76px 0 44px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 255, 247, 0.84) 100%),
    repeating-linear-gradient(90deg, rgba(15, 138, 69, 0.08) 0 1px, transparent 1px 86px);
}

.news-index {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: end;
}

.news-index .section-title {
  margin-bottom: 0;
}

.news-topic-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.news-topic {
  position: relative;
  display: grid;
  min-height: 112px;
  align-content: center;
  gap: 8px;
  overflow: hidden;
  padding: 18px 18px 18px 22px;
  border: 1px solid rgba(15, 138, 69, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px rgba(6, 59, 40, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.news-topic::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--button-green), #ffd670);
  content: "";
}

.news-topic span,
.news-meta span {
  color: var(--button-green-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-topic strong {
  color: var(--brand-deep);
  font-size: 1rem;
  line-height: 1.25;
}

.news-topic:hover,
.news-topic:focus {
  border-color: var(--button-green);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(6, 59, 40, 0.12);
}

.news-feature-section {
  padding: 68px 0 88px;
  background: var(--brand-white);
}

.news-feature-section .container {
  display: grid;
  width: min(1240px, calc(100% - 40px));
  gap: 34px;
}

.news-feature-card {
  display: grid;
  width: 100%;
  margin: 0 auto;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(15, 138, 69, 0.22);
  border-radius: 8px;
  background: var(--brand-white);
  box-shadow: 0 24px 70px rgba(6, 59, 40, 0.12);
}

.news-feature-card--support {
  margin-top: 0;
}

.news-feature-media,
.news-card-media {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.news-feature-media {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 7;
  height: auto;
}

.news-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.news-feature-media--cervical img {
  object-position: center 58%;
}

.news-feature-media--support img {
  object-position: center;
}

.news-feature-content {
  display: grid;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  align-content: start;
  gap: 18px;
  padding: clamp(28px, 5vw, 58px);
}

.news-feature-content h2,
.news-card h3 {
  margin: 0;
  color: var(--brand-deep);
  font-weight: 950;
  line-height: 1.05;
}

.news-feature-content h2 {
  max-width: 1040px;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
}

.news-lede {
  max-width: 920px;
  color: var(--brand-deep);
  font-size: 1.08rem;
  font-weight: 850;
}

.news-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  margin-top: 4px;
}

.news-article-body {
  display: grid;
  min-width: 0;
  gap: 20px;
}

.news-article-aside {
  display: grid;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(15, 138, 69, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(242, 255, 247, 0.96), rgba(255, 255, 255, 0.9));
  box-shadow: 0 16px 38px rgba(6, 59, 40, 0.08);
}

.news-section-heading {
  margin: 6px 0 -6px;
  color: var(--brand-deep);
  font-size: 1.12rem;
  font-weight: 950;
  line-height: 1.2;
}

.news-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--brand-mid);
  font-weight: 700;
  list-style: none;
}

.news-detail-list li {
  position: relative;
  padding-left: 22px;
}

.news-detail-list li::before {
  position: absolute;
  left: 0;
  top: 0.76em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--button-green);
  content: "";
  transform: translateY(-50%);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(15, 138, 69, 0.34);
  border-radius: 999px;
  background: var(--brand-soft);
}

.news-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 780px;
}

.news-article-aside .news-stat-row {
  grid-template-columns: 1fr;
  max-width: none;
}

.news-article-aside .btn-row {
  display: grid;
}

.news-article-aside .btn {
  width: 100%;
}

.news-stat-row span {
  display: grid;
  gap: 2px;
  padding: 14px;
  border: 1px solid rgba(15, 138, 69, 0.28);
  border-radius: 8px;
  background: var(--brand-soft);
  color: var(--brand-mid);
  font-size: 0.9rem;
  font-weight: 800;
}

.news-stat-row strong {
  color: var(--brand-deep);
  font-size: 1.45rem;
  line-height: 1;
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.news-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 2px solid rgba(15, 138, 69, 0.28);
  border-radius: 8px;
  background: var(--brand-white);
  box-shadow: var(--soft-shadow);
}

.news-card-media {
  min-height: 220px;
  aspect-ratio: 16 / 10;
}

.news-card-body {
  display: grid;
  min-width: 0;
  max-width: 100%;
  gap: 12px;
  padding: 22px;
}

.news-card h3 {
  font-size: 1.22rem;
}

.news-card p,
.news-feature-content p {
  max-width: 70ch;
  margin: 0;
  color: var(--brand-mid);
  line-height: 1.8;
}

.news-subscribe-section {
  padding-top: 72px;
}

.support-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.support-list li {
  display: flex;
  gap: 10px;
  color: var(--brand-mid);
  font-weight: 700;
}

.support-list i {
  color: var(--button-green);
}

.contact-card .icon-circle {
  background: var(--button-green);
}

.contact-overview {
  background:
    linear-gradient(180deg, var(--brand-white) 0%, var(--brand-light) 100%);
}

.contact-header {
  max-width: 780px;
  margin-bottom: 28px;
}

.contact-header h2 {
  margin: 10px 0 12px;
  color: var(--brand-deep);
  font-size: clamp(2rem, 4.6vw, 4.4rem);
  font-weight: 950;
  line-height: 1.04;
}

.contact-header p {
  margin: 0;
  color: var(--brand-mid);
  font-size: 1.06rem;
  font-weight: 700;
}

.contact-grid--featured {
  align-items: stretch;
}

.contact-grid--featured .contact-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 280px;
  align-content: start;
  gap: 12px;
  overflow: hidden;
  border-color: rgba(15, 138, 69, 0.28);
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-grid--featured .contact-card::after {
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 148px;
  height: 148px;
  border: 22px solid rgba(15, 138, 69, 0.1);
  border-radius: 999px;
  content: "";
}

.contact-grid--featured .contact-card:hover,
.contact-grid--featured .contact-card:focus {
  transform: translateY(-4px);
  border-color: var(--button-green);
  box-shadow: var(--shadow);
}

.contact-grid--featured .contact-card h3 {
  margin-top: 4px;
  font-size: 1.28rem;
}

.contact-grid--featured .contact-card p,
.contact-grid--featured .contact-card strong {
  position: relative;
  z-index: 1;
}

.contact-grid--featured .contact-card strong {
  color: var(--button-green-dark);
  font-size: 0.98rem;
  overflow-wrap: anywhere;
}

.contact-card-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--brand-light);
  color: var(--button-green-dark);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.contact-card--highlight {
  background:
    linear-gradient(135deg, var(--brand-deep), var(--button-green-dark));
  color: var(--brand-white);
}

.contact-card--highlight .icon-circle {
  background: var(--brand-white);
  color: var(--button-green-dark);
}

.contact-card--highlight h3,
.contact-card--highlight p,
.contact-card--highlight strong {
  color: var(--brand-white);
}

.contact-card--highlight .contact-card-kicker {
  background: rgba(255, 255, 255, 0.16);
  color: var(--brand-white);
}

.contact-card--highlight::after {
  border-color: rgba(255, 255, 255, 0.14);
}

.contact-routing {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
  margin-top: 18px;
  padding: 28px;
  border: 2px solid rgba(15, 138, 69, 0.24);
  border-radius: 8px;
  background: var(--brand-white);
  box-shadow: var(--soft-shadow);
}

.contact-routing h3 {
  margin: 10px 0 0;
  color: var(--brand-deep);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 950;
  line-height: 1.08;
}

.contact-route-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-route-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--brand-mid);
  font-weight: 700;
}

.contact-route-list i {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--brand-light);
  color: var(--button-green-dark);
  font-size: 1rem;
}

.contact-route-list strong {
  color: var(--brand-deep);
}

.contact-form-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.72fr);
  align-items: start;
}

.contact-form-layout .form-panel {
  min-width: 0;
}

.contact-care-panel {
  position: sticky;
  top: 100px;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-content: start;
  gap: 14px;
  border-color: rgba(15, 138, 69, 0.34);
  background:
    linear-gradient(180deg, rgba(242, 255, 247, 0.9) 0%, var(--brand-white) 48%);
}

.care-panel-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--button-green);
  color: var(--brand-white);
  font-size: 1.45rem;
}

.contact-care-panel .section-eyebrow {
  margin-top: 4px;
}

.contact-care-panel h2 {
  margin: 0;
  color: var(--brand-deep);
  font-size: clamp(1.6rem, 3.2vw, 2.45rem);
  font-weight: 950;
  line-height: 1.08;
}

.contact-care-panel p {
  margin: 0;
  color: var(--brand-mid);
  font-weight: 750;
}

.contact-care-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.contact-care-actions .btn {
  width: 100%;
  justify-content: center;
}

.contact-care-list {
  gap: 12px;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 138, 69, 0.2);
}

.contact-care-list li {
  align-items: flex-start;
  color: var(--brand-mid);
  font-size: 0.95rem;
}

.contact-care-list i {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border-radius: 999px;
  background: var(--brand-light);
  color: var(--button-green-dark);
  font-size: 0.82rem;
}

.contact-care-panel .btn-outline {
  background: var(--brand-white);
}

.contact-care-panel .btn-outline:hover,
.contact-care-panel .btn-outline:focus {
  background: var(--button-green);
  color: var(--brand-white);
}

.mobile-nav-toggle {
  display: none;
  flex: 0 0 44px;
  border-color: var(--button-green);
  color: var(--button-green-dark);
}

.whatsapp-chat {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1001;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brand-white);
  border-radius: 999px;
  background: var(--button-green);
  color: var(--brand-white);
  box-shadow: 0 14px 34px rgba(6, 59, 40, 0.24);
  font-size: 1.75rem;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.whatsapp-chat:hover,
.whatsapp-chat:focus {
  transform: translateY(-3px);
  background: var(--button-green-dark);
  color: var(--brand-white);
  box-shadow: 0 18px 42px rgba(6, 59, 40, 0.28);
}

.back-to-top {
  right: 22px;
  bottom: 88px;
}

/* Keep quick-action cards below the hero; overlapping caused clipping at some viewport heights. */
.quick-actions {
  padding-top: 42px;
  padding-bottom: 10px;
}

.quick-actions-grid {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .navbar ul {
    max-height: calc(100vh - 96px);
    overflow-y: auto;
  }

  .navbar a {
    font-size: 0.9rem;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .hero h1 {
    font-size: clamp(3rem, 11vw, 5.5rem);
  }
}

@media (max-width: 720px) {
  #header {
    padding: 10px 0;
  }

  .hero,
  .blog-hero {
    max-width: 100vw;
    overflow-x: clip;
    padding: 104px 0 58px;
  }

  .site-header {
    width: 100%;
    gap: 10px;
  }

  .logo {
    min-width: 0;
    max-width: calc(100% - 58px);
    flex: 1 1 auto;
    gap: 8px;
  }

  .logo span {
    display: block;
    max-width: 160px;
    color: var(--brand-deep);
    font-size: 0.92rem;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.65rem);
    line-height: 0.96;
    max-width: 100%;
  }

  .hero p {
    max-width: 100%;
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .hero-actions,
  .btn-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-actions .btn,
  .btn-row .btn {
    width: 100%;
  }

  .proof-card {
    padding: 16px;
  }

  .action-card {
    padding: 20px;
  }

  .section-title h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .about-photo,
  .article-feature .media-frame {
    aspect-ratio: 4 / 3;
  }

  .impact-card img {
    height: 220px;
  }

  .partner-logo-strip {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
    gap: 12px;
  }

  .partner-logo-item {
    min-height: 118px;
    padding: 16px;
  }

  .partner-logo-item img {
    max-height: 82px;
  }

  .newsletter-panel {
    padding: 20px;
  }

  .approach-grid,
  .coverage-grid,
  .hub-grid,
  .partner-grid,
  .support-grid,
  .service-grid,
  .transparency-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 420px) {
  .container {
    width: min(100% - 22px, 1120px);
  }

  .logo img {
    width: 40px;
    height: 40px;
  }

  .logo span {
    max-width: 136px;
    font-size: 0.84rem;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 16vw, 3.4rem);
  }

  .hero-kicker {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    font-size: 0.72rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .btn {
    padding: 12px 16px;
    font-size: 0.95rem;
  }

  .whatsapp-chat {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    font-size: 1.55rem;
  }

  .back-to-top {
    right: 18px;
    bottom: 80px;
  }

  .resource-tags button {
    width: 100%;
  }
}

/* Multi-page structure and document-aligned interactive sections */
.nav-more {
  position: relative;
}

.nav-more-toggle {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--brand-mid);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.nav-more-toggle:hover,
.nav-more-toggle:focus,
.nav-more.is-open .nav-more-toggle {
  background: var(--brand-light);
  color: var(--brand-deep);
}

.nav-more-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1100;
  display: none !important;
  min-width: 210px;
  padding: 8px !important;
  border: 2px solid rgba(15, 138, 69, 0.22);
  border-radius: 8px;
  background: var(--brand-white);
  box-shadow: var(--soft-shadow);
}

.nav-more.is-open .nav-more-menu,
.nav-more:hover .nav-more-menu,
.nav-more:focus-within .nav-more-menu {
  display: grid !important;
}

.nav-more-menu a {
  justify-content: flex-start;
  width: 100%;
  border-radius: 8px;
}

.page-intro {
  background: var(--brand-light);
}

.page-intro-grid,
.split-stats {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: start;
}

.lead-panel,
.text-card,
.metric-card,
.resource-card,
.filter-panel,
.form-panel,
.region-detail,
.opportunity-card {
  border: 2px solid rgba(15, 138, 69, 0.26);
  border-radius: 8px;
  background: var(--brand-white);
  box-shadow: var(--soft-shadow);
}

.lead-panel,
.text-card,
.metric-card,
.resource-card,
.filter-panel,
.form-panel,
.region-detail,
.opportunity-card {
  padding: 24px;
}

.lead-panel p,
.text-card p,
.metric-card p,
.resource-card p,
.form-panel p,
.region-detail p,
.opportunity-card p {
  color: var(--brand-mid);
}

.metric-grid,
.story-grid,
.resource-grid,
.opportunity-grid,
.policy-grid,
.publication-preview-grid,
.involvement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.metric-card strong {
  display: block;
  color: var(--brand-deep);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.metric-card span,
.status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--brand-light);
  color: var(--button-green-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.status-pill--availability {
  border: 2px solid currentColor;
  background: var(--brand-white);
}

.status-pill--request {
  color: var(--button-green-dark);
}

.status-pill--coming {
  color: #7a4a00;
}

.status-pill--published {
  color: var(--button-green-dark);
}

.tag-list,
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.tag-list li,
.pill-list li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--button-green);
  border-radius: 999px;
  color: var(--button-green-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.policy-link-list li {
  min-height: 0;
  padding: 0;
  border: 0;
}

.policy-link-list a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid var(--button-green);
  border-radius: 999px;
  color: var(--button-green-dark);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.policy-link-list a:hover,
.policy-link-list a:focus {
  background: var(--button-green);
  color: var(--brand-white);
  transform: translateY(-1px);
}

.number-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 1.2rem;
  color: var(--brand-mid);
  font-weight: 700;
}

.story-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
}

.story-grid .media-frame {
  min-height: 100%;
}

.resource-controls {
  display: grid;
  grid-template-columns: minmax(180px, 1.4fr) repeat(3, minmax(150px, 1fr)) auto;
  gap: 10px;
  align-items: end;
}

.filter-field {
  display: grid;
  gap: 6px;
}

.filter-field label,
.form-field label,
.checkbox-line {
  color: var(--brand-deep);
  font-size: 0.88rem;
  font-weight: 900;
}

.filter-field input,
.filter-field select,
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 2px solid rgba(15, 138, 69, 0.45);
  border-radius: 8px;
  background: var(--brand-white);
  color: var(--brand-deep);
  font: inherit;
  font-weight: 700;
  outline: none;
}

.filter-field input:focus,
.filter-field select:focus,
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--button-green);
  box-shadow: 0 0 0 4px rgba(15, 138, 69, 0.16);
}

.resource-library {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.resource-card {
  display: grid;
  gap: 12px;
}

.impact-document-grid {
  align-items: stretch;
}

.impact-document-grid .resource-card {
  grid-template-rows: auto auto minmax(84px, 1fr) auto;
  min-height: 330px;
  padding: 28px;
  border-color: rgba(15, 138, 69, 0.34);
  box-shadow: 0 16px 36px rgba(6, 59, 40, 0.08);
}

.impact-document-grid .resource-card-meta {
  align-items: center;
  min-height: 42px;
  gap: 10px;
}

.impact-document-grid .status-pill {
  min-height: 38px;
  padding: 7px 14px;
  font-size: 0.84rem;
}

.impact-document-grid .status-pill--availability {
  border-width: 2px;
}

.impact-document-grid .resource-card h3 {
  margin-bottom: 0;
}

.impact-document-grid .resource-card p {
  margin: 0;
}

.impact-document-grid .report-actions {
  align-self: end;
  gap: 10px;
  margin-top: 8px;
}

.impact-document-grid .report-actions .btn {
  min-height: 46px;
  padding: 11px 18px;
  white-space: normal;
}

.resource-card--featured {
  border-color: rgba(15, 138, 69, 0.46);
  background:
    linear-gradient(135deg, rgba(242, 255, 247, 0.96), rgba(255, 255, 255, 0.96)),
    var(--brand-white);
}

.resource-card[hidden],
.resource-empty[hidden] {
  display: none !important;
}

.resource-card h3,
.text-card h3,
.metric-card h3,
.opportunity-card h3,
.region-detail h3 {
  margin: 0 0 8px;
  color: var(--brand-deep);
  font-size: 1.15rem;
  font-weight: 900;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--button-green-dark);
  font-weight: 950;
}

.resource-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.report-eyebrow {
  margin-top: 4px;
}

.resource-lead {
  max-width: 930px;
  font-size: 1.06rem;
  font-weight: 800;
}

.report-brief-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid rgba(15, 138, 69, 0.22);
  border-bottom: 1px solid rgba(15, 138, 69, 0.22);
}

.report-brief-grid + .report-brief-grid {
  border-top: 0;
}

.report-brief-section h4,
.report-commitment h4 {
  margin: 0 0 8px;
  color: var(--brand-deep);
  font-size: 0.98rem;
  font-weight: 950;
}

.report-brief-section p,
.report-commitment p,
.report-request p {
  margin: 0;
}

.report-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--brand-mid);
  font-weight: 750;
  list-style: none;
}

.report-check-list li {
  position: relative;
  padding-left: 22px;
}

.report-check-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--button-green);
  content: "";
}

.report-commitment,
.report-request {
  display: grid;
  gap: 10px;
  padding-top: 2px;
}

.report-request {
  padding-top: 18px;
  border-top: 1px solid rgba(15, 138, 69, 0.22);
}

#contact-form {
  scroll-margin-top: 110px;
}

.report-actions {
  gap: 10px;
  margin-top: 16px;
}

.report-actions .btn {
  justify-content: center;
}

.transparency-card .report-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.transparency-card .report-actions .btn {
  width: 100%;
  min-height: 46px;
  padding: 11px 16px;
  border-radius: 8px;
  font-size: 0.94rem;
  line-height: 1.15;
}

.transparency-card .report-actions .btn-outline {
  background: var(--brand-white);
  color: var(--button-green-dark);
}

.transparency-card .report-actions .btn-outline:hover,
.transparency-card .report-actions .btn-outline:focus {
  background: var(--button-green);
  color: var(--brand-white);
}

.transparency-card .report-actions .btn i {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-size: 1rem;
}

.report-preview-panel {
  display: grid;
  gap: 20px;
  margin-top: 24px;
  padding: 24px;
  border: 2px solid rgba(15, 138, 69, 0.26);
  border-radius: 8px;
  background: var(--brand-white);
  box-shadow: var(--soft-shadow);
  scroll-margin-top: 110px;
}

.report-preview-stack {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}

.report-preview-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
}

.report-preview-header h2 {
  margin: 8px 0 8px;
  color: var(--brand-deep);
  font-size: clamp(1.75rem, 3.8vw, 3rem);
  font-weight: 950;
  line-height: 1.06;
}

.report-preview-header p {
  margin: 0;
  color: var(--brand-mid);
  font-weight: 750;
}

.pdf-preview {
  width: 100%;
  min-height: min(78vh, 780px);
  border: 2px solid rgba(15, 138, 69, 0.24);
  border-radius: 8px;
  background: var(--brand-light);
}

.policy-document-section {
  background: var(--brand-light);
}

.policy-document-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 42px);
  border: 2px solid rgba(15, 138, 69, 0.2);
  border-radius: 8px;
  background: var(--brand-white);
  box-shadow: var(--soft-shadow);
}

.policy-document-header {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 138, 69, 0.16);
}

.policy-back-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--button-green-dark);
  font-weight: 900;
  text-decoration: none;
}

.policy-back-link:hover,
.policy-back-link:focus {
  color: var(--brand-deep);
  text-decoration: underline;
}

.policy-document-body {
  color: var(--brand-mid);
  font-size: 1rem;
  line-height: 1.78;
}

.policy-document-body h2,
.policy-document-body h3 {
  margin: 28px 0 10px;
  color: var(--brand-deep);
  line-height: 1.2;
}

.policy-document-body h2 {
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 950;
}

.policy-document-body h3 {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 900;
}

.policy-document-body p {
  margin: 0 0 14px;
}

.policy-list-line {
  margin-left: 0;
  padding-left: 14px;
  border-left: 3px solid rgba(15, 138, 69, 0.26);
  color: var(--brand-deep);
  font-weight: 750;
}

.resource-empty {
  padding: 22px;
  border: 2px dashed rgba(15, 138, 69, 0.45);
  border-radius: 8px;
  color: var(--brand-mid);
  font-weight: 800;
}

.region-explorer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 20px;
  align-items: start;
}

.region-map-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 18px;
  border: 2px solid rgba(15, 138, 69, 0.22);
  border-radius: 8px;
  background: var(--brand-white);
  box-shadow: var(--soft-shadow);
}

.region-button {
  min-height: 44px;
  padding: 8px 10px;
  border: 2px solid rgba(15, 138, 69, 0.35);
  border-radius: 8px;
  background: var(--brand-light);
  color: var(--brand-deep);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 900;
  cursor: pointer;
}

.region-button:hover,
.region-button:focus,
.region-button.is-active {
  border-color: var(--button-green);
  background: var(--button-green);
  color: var(--brand-white);
}

.region-detail dl {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
}

.region-detail dt {
  color: var(--brand-deep);
  font-weight: 950;
}

.region-detail dd {
  margin: 4px 0 0;
  color: var(--brand-mid);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.checkbox-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 10px;
}

.checkbox-line input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--button-green);
}

.form-message {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--brand-mid);
  font-weight: 800;
}

.form-message.is-error {
  color: #8a1f11;
}

.social-note {
  margin-top: 14px;
  color: var(--brand-mid);
  font-weight: 800;
}

.site-footer .social-links {
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.site-footer .social-links a {
  width: 44px;
  height: 44px;
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.site-footer .social-links a i {
  line-height: 1;
}

.site-footer .social-links a:hover,
.site-footer .social-links a:focus {
  border-color: var(--brand-white);
  background: var(--brand-white);
  color: var(--brand-deep);
}

@media (max-width: 1180px) {
  .navbar a,
  .nav-more-toggle {
    padding-inline: 9px;
    font-size: 0.78rem;
  }
}

@media (max-width: 1024px) {
  .nav-more-menu {
    position: static;
    display: none !important;
    min-width: 0;
    padding: 0 0 0 12px !important;
    border: 0;
    box-shadow: none;
  }

  .nav-more.is-open .nav-more-menu {
    display: grid !important;
  }

  .nav-more-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 14px 16px;
    font-size: 1rem;
  }

  .page-intro-grid,
  .split-stats,
  .story-grid,
  .contact-routing,
  .region-explorer {
    grid-template-columns: 1fr;
  }

  .contact-care-panel {
    position: static;
  }

  .metric-grid,
  .opportunity-grid,
  .policy-grid,
  .publication-preview-grid,
  .involvement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-topic-strip,
  .news-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-feature-card {
    grid-template-columns: 1fr;
  }

  .news-feature-media {
    min-height: 360px;
  }

  .region-map-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .metric-grid,
  .resource-grid,
  .opportunity-grid,
  .policy-grid,
  .publication-preview-grid,
  .involvement-grid,
  .resource-controls,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .news-topic-strip,
  .news-card-grid,
  .news-stat-row {
    grid-template-columns: 1fr;
  }

  .news-feature-section {
    padding-top: 42px;
  }

  .news-feature-media {
    min-height: 260px;
  }

  .news-card-media {
    min-height: 210px;
  }

  .news-feature-content,
  .news-card-body {
    padding: 20px;
  }

  .news-feature-content h2 {
    font-size: clamp(1.85rem, 12vw, 2.6rem);
  }

  .impact-document-grid .resource-card {
    min-height: 0;
  }

  .impact-document-grid .report-actions .btn {
    width: 100%;
  }

  .region-map-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }

  .lead-panel,
  .text-card,
  .metric-card,
  .resource-card,
  .filter-panel,
  .form-panel,
  .region-detail,
  .opportunity-card,
  .contact-routing {
    padding: 20px;
  }

  .contact-care-actions {
    grid-template-columns: 1fr;
  }

  .report-preview-header {
    grid-template-columns: 1fr;
  }

  .report-brief-grid {
    grid-template-columns: 1fr;
  }

  .report-request .btn {
    width: 100%;
  }

  .pdf-preview {
    min-height: 58vh;
  }
}

/* Non-human animated visuals used in place of documentary people photos. */
.hero-visual {
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(242, 255, 247, 0.96) 0%, rgba(255, 255, 255, 0.88) 44%, rgba(255, 214, 112, 0.72) 100%),
    repeating-linear-gradient(90deg, rgba(15, 138, 69, 0.11) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(0deg, rgba(15, 138, 69, 0.08) 0 1px, transparent 1px 86px);
}

.hero-visual--support,
.visual-panel--hotline {
  background:
    linear-gradient(135deg, rgba(242, 255, 247, 0.96) 0%, rgba(255, 255, 255, 0.88) 48%, rgba(111, 196, 230, 0.5) 100%),
    repeating-linear-gradient(90deg, rgba(15, 138, 69, 0.11) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(0deg, rgba(15, 138, 69, 0.08) 0 1px, transparent 1px 86px);
}

.hero-visual--health {
  background:
    linear-gradient(135deg, rgba(242, 255, 247, 0.96) 0%, rgba(255, 255, 255, 0.86) 46%, rgba(255, 214, 112, 0.5) 100%),
    repeating-linear-gradient(90deg, rgba(15, 138, 69, 0.11) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(0deg, rgba(15, 138, 69, 0.08) 0 1px, transparent 1px 86px);
}

.hero-visual--coverage {
  background:
    linear-gradient(135deg, rgba(242, 255, 247, 0.96) 0%, rgba(255, 255, 255, 0.86) 44%, rgba(239, 119, 93, 0.38) 100%),
    repeating-linear-gradient(90deg, rgba(15, 138, 69, 0.11) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(0deg, rgba(15, 138, 69, 0.08) 0 1px, transparent 1px 86px);
}

.hero-visual::before {
  position: absolute;
  inset: 8% 5% 8% auto;
  width: min(56vw, 760px);
  border: 2px solid rgba(15, 138, 69, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(242, 255, 247, 0.48)),
    linear-gradient(90deg, transparent 48%, rgba(15, 138, 69, 0.16) 48% 52%, transparent 52%);
  box-shadow: 0 30px 90px rgba(6, 59, 40, 0.14);
  content: "";
  transform: rotate(-2deg);
}

.visual-map,
.visual-panel-map {
  position: absolute;
  z-index: 1;
  display: block;
  clip-path: polygon(45% 2%, 72% 10%, 84% 25%, 76% 43%, 90% 58%, 70% 74%, 66% 95%, 43% 86%, 27% 98%, 19% 74%, 7% 60%, 22% 42%, 16% 22%);
  background: linear-gradient(150deg, rgba(15, 138, 69, 0.95), rgba(95, 207, 142, 0.88) 56%, rgba(255, 203, 82, 0.8));
  box-shadow: 0 22px 60px rgba(6, 59, 40, 0.22);
}

.visual-map {
  right: min(17vw, 240px);
  bottom: 12%;
  width: min(28vw, 390px);
  aspect-ratio: 0.72;
  animation: visual-float 8s ease-in-out infinite;
}

.visual-route,
.visual-panel-route {
  position: absolute;
  z-index: 2;
  display: block;
  border: 3px solid rgba(15, 138, 69, 0.54);
  border-right: 0;
  border-bottom: 0;
  border-radius: 60% 0 0;
}

.visual-route--one {
  right: min(10vw, 138px);
  top: 24%;
  width: min(30vw, 430px);
  height: 170px;
  transform: rotate(8deg);
}

.visual-route--two {
  right: min(28vw, 410px);
  bottom: 19%;
  width: min(22vw, 340px);
  height: 138px;
  transform: rotate(192deg);
}

.visual-marker {
  position: absolute;
  z-index: 3;
  display: block;
  width: 18px;
  height: 18px;
  border: 4px solid var(--brand-white);
  border-radius: 999px;
  background: #ef775d;
  box-shadow: 0 0 0 8px rgba(239, 119, 93, 0.18), 0 12px 24px rgba(6, 59, 40, 0.18);
  animation: visual-pulse 2.4s ease-in-out infinite;
}

.visual-marker--one {
  right: min(14vw, 210px);
  top: 29%;
}

.visual-marker--two {
  right: min(34vw, 500px);
  top: 52%;
  animation-delay: 0.5s;
}

.visual-marker--three {
  right: min(24vw, 360px);
  bottom: 22%;
  background: #2f96bd;
  box-shadow: 0 0 0 8px rgba(47, 150, 189, 0.18), 0 12px 24px rgba(6, 59, 40, 0.18);
  animation-delay: 1s;
}

.visual-card,
.visual-panel-card {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(15, 138, 69, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--button-green-dark);
  box-shadow: 0 18px 44px rgba(6, 59, 40, 0.16);
}

.visual-card {
  width: 92px;
  height: 92px;
  font-size: 2rem;
  animation: visual-drift 7s ease-in-out infinite;
}

.visual-card--heart {
  right: min(8vw, 112px);
  bottom: 27%;
}

.visual-card--shield {
  right: min(37vw, 540px);
  top: 31%;
  animation-delay: 0.8s;
}

.visual-card--phone {
  right: min(26vw, 370px);
  top: 16%;
  color: #2f96bd;
  animation-delay: 1.4s;
}

.visual-panel {
  position: relative;
  min-height: 320px;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 255, 247, 0.84)),
    repeating-linear-gradient(90deg, rgba(15, 138, 69, 0.11) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(0deg, rgba(15, 138, 69, 0.08) 0 1px, transparent 1px 54px);
}

.visual-panel--health {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(233, 255, 243, 0.82) 58%, rgba(255, 214, 112, 0.34)),
    repeating-linear-gradient(90deg, rgba(15, 138, 69, 0.11) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(0deg, rgba(15, 138, 69, 0.08) 0 1px, transparent 1px 54px);
}

.visual-panel::before {
  position: absolute;
  inset: 18px;
  z-index: 0;
  border: 2px solid rgba(15, 138, 69, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  content: "";
}

.visual-panel::after {
  position: absolute;
  right: 13%;
  bottom: 14%;
  z-index: 1;
  width: 36%;
  height: 24%;
  border: 2px solid rgba(15, 138, 69, 0.22);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(95, 207, 142, 0.3));
  content: "";
  transform: rotate(-14deg);
}

.visual-panel-map {
  left: 14%;
  top: 14%;
  width: 32%;
  aspect-ratio: 0.72;
  animation: visual-float 7s ease-in-out infinite;
}

.visual-panel-route {
  left: 28%;
  top: 34%;
  width: 48%;
  height: 34%;
  transform: rotate(17deg);
}

.visual-panel-card {
  width: 72px;
  height: 72px;
  font-size: 1.65rem;
  animation: visual-drift 6.4s ease-in-out infinite;
}

.visual-panel-card--one {
  right: 16%;
  top: 18%;
}

.visual-panel-card--two {
  left: 18%;
  bottom: 17%;
  color: #ef775d;
  animation-delay: 0.8s;
}

.visual-panel-card--three {
  right: 22%;
  bottom: 18%;
  color: #2f96bd;
  animation-delay: 1.2s;
}

@keyframes visual-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(0, -14px, 0) rotate(2deg);
  }
}

@keyframes visual-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes visual-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.16);
  }
}

@media (max-width: 1024px) {
  .hero-visual::before {
    inset: 14% -8% 10% auto;
    width: 70vw;
  }

  .visual-map {
    right: 8vw;
    width: min(36vw, 320px);
  }

  .visual-card {
    width: 74px;
    height: 74px;
    font-size: 1.65rem;
  }
}

@media (max-width: 720px) {
  .hero-visual {
    opacity: 0.58;
  }

  .hero-visual::before {
    inset: 18% -26% 8% auto;
    width: 104vw;
  }

  .visual-map {
    right: -2vw;
    bottom: 10%;
    width: 54vw;
  }

  .visual-route--one,
  .visual-route--two,
  .visual-card--shield {
    display: none;
  }

  .visual-card--heart {
    right: 12vw;
    bottom: 16%;
  }

  .visual-card--phone {
    right: 35vw;
    top: 24%;
  }

  .visual-panel {
    min-height: 260px;
  }

  .visual-panel-card {
    width: 62px;
    height: 62px;
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .visual-map,
  .visual-marker,
  .visual-card,
  .visual-panel-map,
  .visual-panel-card {
    animation: none !important;
  }
}

/* Document-led generated imagery: object-only, no people. */
.hero-visual,
.visual-panel {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-visual {
  --hero-pan-end: 58% 48%;
  --hero-pan-x: -1.2%;
  --hero-pan-y: -0.8%;
  --hero-sweep-duration: 9s;
  opacity: 1;
  transform-origin: 72% 50%;
  animation: mission-hero-pan 20s ease-in-out infinite alternate;
}

.hero-visual--home,
.hero-visual--community {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-community-hero.jpg");
  background-position: center;
}

.hero-visual--about {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-about-identity.jpg");
  background-position: center;
}

.hero-visual--work {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-work-programmes.jpg");
  background-position: center;
}

.hero-visual--impact,
.hero-visual--coverage {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-impact-coverage.jpg");
  background-position: center;
}

.hero-visual--support,
.hero-visual--hotline,
.hero-visual--community-support {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-hotline-protection.jpg");
  background-position: center;
}

.hero-visual--health {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-health-access.jpg");
  background-position: center;
}

.hero-visual--knowledge,
.hero-visual--research {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-knowledge-hub.jpg");
  background-position: center;
}

.hero-visual--partners,
.hero-visual--partnership {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-partnerships.jpg");
  background-position: center;
}

.hero-visual--news {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-news-insights.jpg");
  background-position: center;
}

.hero-visual--careers {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-careers-opportunities.jpg");
  background-position: center;
}

.hero-visual--transparency {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-transparency-accountability.jpg");
  background-position: center;
}

.hero-visual--involved {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-get-involved.jpg");
  background-position: center;
}

.hero-visual--contact {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    url("../img/generated/ols-contact-channels.jpg");
  background-position: center;
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  inset: 0;
  width: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  content: "";
  pointer-events: none;
  transform: none;
}

.hero-visual::before {
  z-index: 1;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px 18px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.16) 42%, transparent 72%);
  mix-blend-mode: soft-light;
}

.hero-visual::after {
  z-index: 2;
  background: linear-gradient(115deg, transparent 0%, transparent 38%, rgba(255, 255, 255, 0.34) 48%, transparent 58%, transparent 100%);
  transform: translateX(-72%);
  animation: mission-sweep var(--hero-sweep-duration) ease-in-out infinite;
}

.hero-visual--about {
  --hero-pan-end: 54% 48%;
  --hero-pan-x: -0.8%;
  --hero-pan-y: -0.7%;
  --hero-sweep-duration: 10s;
}

.hero-visual--work {
  --hero-pan-end: 61% 50%;
  --hero-pan-x: -1.8%;
  --hero-pan-y: 0;
  --hero-sweep-duration: 7s;
}

.hero-visual--impact {
  --hero-pan-end: 60% 47%;
  --hero-pan-x: -1.5%;
  --hero-pan-y: -1%;
  --hero-sweep-duration: 8s;
}

.hero-visual--knowledge,
.hero-visual--news {
  --hero-pan-end: 56% 50%;
  --hero-pan-x: -1%;
  --hero-pan-y: -0.4%;
  --hero-sweep-duration: 11s;
}

.hero-visual--community-support,
.hero-visual--contact {
  --hero-pan-end: 59% 52%;
  --hero-pan-x: -1.4%;
  --hero-pan-y: 0.8%;
  --hero-sweep-duration: 8.5s;
}

.hero-visual--partners,
.hero-visual--careers,
.hero-visual--involved,
.hero-visual--transparency {
  --hero-pan-end: 55% 46%;
  --hero-pan-x: -0.9%;
  --hero-pan-y: -1.2%;
  --hero-sweep-duration: 10.5s;
}

.visual-map,
.visual-route,
.visual-marker,
.visual-card,
.visual-panel-map,
.visual-panel-route,
.visual-panel-card {
  display: none !important;
}

.visual-panel {
  min-height: 320px;
  background-color: var(--brand-soft);
  box-shadow: var(--shadow);
  animation: mission-panel-pan 18s ease-in-out infinite alternate;
}

.media-frame.visual-panel,
.about-photo.visual-panel,
.article-feature .visual-panel {
  aspect-ratio: 4 / 3;
}

.visual-panel--community {
  background-image: url("../img/generated/ols-community-hero.jpg");
  background-position: center;
}

.visual-panel--about {
  background-image: url("../img/generated/ols-about-identity.jpg");
  background-position: center;
}

.visual-panel--work {
  background-image: url("../img/generated/ols-work-programmes.jpg");
  background-position: center;
}

.visual-panel--impact {
  background-image: url("../img/generated/ols-impact-coverage.jpg");
  background-position: center;
}

.visual-panel--health {
  background-image: url("../img/generated/ols-health-access.jpg");
  background-position: center;
}

.visual-panel--hotline {
  background-image: url("../img/generated/ols-hotline-protection.jpg");
  background-position: center;
}

.visual-panel--research {
  background-image: url("../img/generated/ols-research-learning.jpg");
  background-position: center;
}

.visual-panel--knowledge {
  background-image: url("../img/generated/ols-knowledge-hub.jpg");
  background-position: center;
}

.visual-panel--news {
  background-image: url("../img/generated/ols-news-insights.jpg");
  background-position: center;
}

.visual-panel--partnership {
  background-image: url("../img/generated/ols-partnerships.jpg");
  background-position: center;
}

.visual-panel::before {
  inset: 0;
  z-index: 1;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(6, 59, 40, 0.08) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 42px);
}

.visual-panel::after {
  inset: -20% auto -20% -32%;
  z-index: 2;
  width: 30%;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  content: "";
  transform: skewX(-14deg);
  animation: mission-panel-sweep 8s ease-in-out infinite;
}

.media-frame:hover.visual-panel,
.media-frame:focus-within.visual-panel {
  background-position: 56% 50%;
  background-size: cover;
}

@keyframes mission-hero-pan {
  0% {
    transform: scale(1.01) translate3d(0, 0, 0);
    background-position: 50% 50%;
  }

  100% {
    transform: scale(1.07) translate3d(var(--hero-pan-x), var(--hero-pan-y), 0);
    background-position: var(--hero-pan-end);
  }
}

@keyframes mission-panel-pan {
  0% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 54% 48%;
  }
}

@keyframes mission-sweep {
  0%,
  54% {
    transform: translateX(-72%);
  }

  100% {
    transform: translateX(72%);
  }
}

@keyframes mission-panel-sweep {
  0%,
  46% {
    transform: translateX(0) skewX(-14deg);
  }

  100% {
    transform: translateX(470%) skewX(-14deg);
  }
}

@media (max-width: 1024px) {
  .hero-visual,
  .visual-panel {
    background-size: cover;
  }
}

@media (max-width: 720px) {
  .hero-visual {
    opacity: 0.86;
    transform-origin: center;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: calc(100% - 28px);
    max-width: 1120px;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-kicker {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .hero h1,
  .hero p {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero p {
    max-width: 34ch;
  }

  .section-title,
  .section-title p,
  .news-index,
  .news-topic-strip,
  .news-topic,
  .news-feature-card,
  .news-card-grid,
  .news-card,
  .newsletter-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .section-title p,
  .news-card p,
  .news-feature-content p {
    overflow-wrap: anywhere;
  }

  .news-index-section .container,
  .news-feature-section .container,
  .news-subscribe-section .container {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    margin-right: auto;
    margin-left: auto;
  }

  .news-index-section .section-title,
  .news-index-section .section-title p {
    max-width: 34ch;
  }

  .news-index-section .section-title h2 {
    max-width: 10ch;
  }

  .news-feature-card {
    max-width: calc(100vw - 28px);
  }

  .news-feature-content h2,
  .news-card h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .news-feature-content h2 {
    font-size: clamp(1.8rem, 9.5vw, 2.25rem);
  }

  .news-feature-content p,
  .news-card p {
    max-width: 32ch;
  }

  .hero-visual::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.24));
  }

  .visual-panel {
    min-height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual,
  .hero-visual::after,
  .visual-panel,
  .visual-panel::after {
    animation: none !important;
  }
}

@media (max-width: 1024px) {
  .blog-page .news-index {
    grid-template-columns: 1fr;
  }

  .blog-page .news-feature-card {
    grid-template-columns: 1fr;
  }

  .blog-page .news-feature-media {
    min-height: 0;
    aspect-ratio: 16 / 8;
  }

  .blog-page .news-detail-list {
    grid-template-columns: 1fr;
  }

  .blog-page .news-article-layout {
    grid-template-columns: 1fr;
  }

  .blog-page .news-article-aside .news-stat-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .blog-page .blog-hero {
    min-height: 76vh;
  }

  .blog-page .news-index-section {
    padding: 52px 0 30px;
  }

  .blog-page .news-feature-section {
    padding: 42px 0 64px;
  }

  .blog-page .news-topic-strip,
  .blog-page .news-card-grid,
  .blog-page .news-stat-row {
    grid-template-columns: 1fr;
  }

  .blog-page .news-feature-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .blog-page .news-feature-content {
    gap: 14px;
    padding: 22px;
  }

  .blog-page .news-feature-content p,
  .blog-page .news-card p {
    max-width: none;
  }

  .blog-page .news-detail-list {
    grid-template-columns: 1fr;
  }

  .blog-page .news-article-layout {
    gap: 22px;
  }

  .blog-page .news-article-aside {
    padding: 18px;
  }

  .blog-page .news-article-aside .news-stat-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .blog-page .news-feature-media {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
}

/* Refined site footer */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 7vw, 84px) 0 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, #042f22 0%, #063b28 50%, #075137 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 6px;
  background: linear-gradient(90deg, var(--brand-green-bright), #dfc25f, var(--green-500));
  content: "";
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer p,
.site-footer a,
.site-footer li {
  letter-spacing: 0;
}

.footer-grid {
  grid-template-columns: minmax(260px, 1.25fr) minmax(240px, 0.95fr) minmax(280px, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.footer-brand {
  max-width: 430px;
}

.footer-brand img {
  width: 72px;
  height: 72px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  object-fit: contain;
}

.footer-brand h2 {
  margin: 18px 0 14px;
  font-size: 1.72rem;
  line-height: 1.12;
}

.footer-brand p {
  max-width: 36ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.85;
}

.footer-brand p a {
  color: var(--brand-white);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 4px;
}

.footer-brand p a:hover,
.footer-brand p a:focus {
  color: #d9f8e8;
  text-decoration-color: #d9f8e8;
}

.site-footer h3 {
  margin: 12px 0 18px;
  color: var(--brand-white);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.2;
}

.footer-links h3::after,
.footer-newsletter h3::after {
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: #dfc25f;
  content: "";
}

.footer-links ul {
  gap: 0;
}

.footer-links li {
  margin: 0;
}

.footer-links a {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: var(--brand-green-bright);
  content: "";
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--brand-white);
  transform: translateX(4px);
}

.footer-links a:hover::before,
.footer-links a:focus::before {
  border-color: #dfc25f;
  background: #dfc25f;
  transform: scale(1.35);
}

.footer-newsletter {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.footer-newsletter p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.footer-newsletter .newsletter-form {
  display: grid;
  gap: 12px;
}

.footer-newsletter .newsletter-field {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--brand-white);
  color: var(--brand-deep);
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.footer-newsletter .newsletter-field::placeholder {
  color: rgba(6, 59, 40, 0.7);
}

.footer-newsletter .newsletter-field:focus {
  border-color: #dfc25f;
  box-shadow: 0 0 0 4px rgba(223, 194, 95, 0.22);
}

.footer-newsletter .btn-white {
  width: 100%;
  min-height: 52px;
  border-color: var(--button-green);
  border-radius: 8px;
  background: var(--button-green);
  background-image: linear-gradient(135deg, var(--brand-green-bright), var(--button-green));
  color: var(--brand-white);
}

.footer-newsletter .btn-white:hover,
.footer-newsletter .btn-white:focus {
  border-color: var(--button-green-dark);
  background: var(--button-green-dark);
  color: var(--brand-white);
}

.footer-newsletter .newsletter-message {
  min-height: 22px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

.site-footer .social-links {
  gap: 10px;
  margin-top: 22px;
}

.site-footer .social-links a {
  width: 46px;
  height: 46px;
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--brand-white);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-footer .social-links a:hover,
.site-footer .social-links a:focus {
  border-color: #dfc25f;
  background: #dfc25f;
  color: var(--brand-deep);
  transform: translateY(-2px);
}

.footer-bottom {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.6;
}

.site-footer a:focus-visible,
.footer-newsletter .btn-white:focus-visible {
  outline: 3px solid rgba(223, 194, 95, 0.72);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }

  .footer-brand {
    max-width: none;
  }

  .footer-newsletter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-footer {
    padding: 48px 0 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-brand h2 {
    font-size: 1.5rem;
  }

  .footer-brand p {
    max-width: none;
    font-size: 0.95rem;
    overflow-wrap: anywhere;
  }

  .footer-links a {
    min-height: 40px;
  }

  .footer-newsletter {
    grid-column: auto;
    padding: 20px;
  }

  .site-footer .social-links a {
    width: 44px;
    height: 44px;
  }

  .footer-bottom {
    margin-top: 34px;
    font-size: 0.88rem;
  }
}
