:root {
  --leaf: #17643a;
  --leaf-dark: #0b3d2e;
  --leaf-soft: #eef7f1;
  --orange: #b7791f;
  --magenta: #2f6f75;
  --violet: #234d63;
  --teal: #0f6f78;
  --sky: #e9f7fb;
  --gold: #d7a948;
  --ink: #12212b;
  --muted: #5d6b74;
  --line: #dfe8e3;
  --paper: #fbfcf9;
  --white: #ffffff;
  --shadow: 0 20px 58px rgba(18, 33, 43, 0.12);
  --container: 1180px;
  --radius: 18px;
  --font-body: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-display: Georgia, "Iowan Old Style", Charter, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 158px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(23, 100, 58, 0.07), transparent 22rem),
    linear-gradient(180deg, #fcfdf9, var(--paper) 34rem),
    var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.62;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - 42px, var(--container));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.section--first {
  padding-top: 70px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--leaf);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--leaf), var(--teal), var(--gold));
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
}

h1,
h2 {
  font-family: var(--font-display);
}

h1 {
  max-width: 820px;
  font-size: clamp(2.18rem, 3.55vw, 3.72rem);
  font-weight: 700;
  letter-spacing: -0.012em;
  overflow-wrap: anywhere;
}

h2 {
  font-size: clamp(1.72rem, 2.75vw, 2.9rem);
  font-weight: 700;
  letter-spacing: -0.008em;
}

h3 {
  font-size: 1.14rem;
  font-weight: 800;
}

p {
  margin: 0;
}

p + p {
  margin-top: 16px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 23px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, var(--leaf-dark), var(--leaf));
  box-shadow: 0 12px 28px rgba(23, 100, 58, 0.2);
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(23, 100, 58, 0.28);
}

.button--ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 0 0 1px rgba(23, 37, 47, 0.12), 0 14px 34px rgba(23, 37, 47, 0.08);
}

.button--outline {
  color: var(--leaf-dark);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(23, 100, 58, 0.2), 0 10px 22px rgba(18, 33, 43, 0.05);
}

.button--donor {
  background: linear-gradient(90deg, var(--leaf), var(--teal));
}

.button--whatsapp {
  color: #fff;
  background: linear-gradient(90deg, #128c5a, #0f7a6a);
}

.button--whatsapp::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.button--small {
  min-height: 38px;
  padding: 9px 16px;
  font-size: 0.92rem;
}

.signal-bar {
  color: #fff;
  background: linear-gradient(90deg, var(--leaf-dark), #123c4a);
  font-size: 0.88rem;
}

.signal-bar__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  min-height: 38px;
  align-items: center;
}

.signal-bar a:hover {
  color: var(--gold);
}

body > [data-site-header] {
  position: sticky;
  top: 0;
  z-index: 300;
}

.site-header {
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  background:
    linear-gradient(180deg, rgba(251, 252, 249, 0.98), rgba(251, 252, 249, 0.88));
  backdrop-filter: blur(18px);
}

.nav-card {
  display: grid;
  grid-template-columns: 306px 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 132px;
  margin-top: 14px;
  padding: 12px 20px;
  border: 1px solid rgba(23, 100, 58, 0.14);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(18, 33, 43, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.brand img {
  width: 286px;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #1c2e38;
  font-size: 0.98rem;
  font-weight: 900;
}

.site-nav a {
  position: relative;
  padding: 9px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--leaf), var(--teal));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.nav-actions .button {
  min-height: 44px;
  padding: 11px 16px;
  white-space: nowrap;
}

.nav-actions .button--whatsapp::before {
  width: 17px;
  height: 17px;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--leaf-soft);
  place-items: center;
  gap: 4px;
  cursor: pointer;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: var(--leaf-dark);
}

.home-hero {
  position: relative;
  min-height: calc(100vh - 144px);
  padding: 10px 0 32px;
  overflow: hidden;
}

.simple-hero {
  padding-bottom: 34px;
}

.simple-portrait {
  min-height: auto;
}

.simple-portrait img {
  width: 100%;
  min-height: 414px;
  object-fit: cover;
  border: 8px solid #fff;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: -160px -120px auto auto;
  width: 520px;
  height: 520px;
  border-radius: 44% 56% 62% 38%;
  background: linear-gradient(135deg, rgba(23, 100, 58, 0.12), rgba(15, 111, 120, 0.09));
  filter: blur(2px);
}

.home-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.68fr);
  gap: 48px;
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.home-hero h1 {
  max-width: 730px;
  font-size: clamp(2.08rem, 2.95vw, 3.12rem);
  line-height: 1.08;
}

.hero-lead {
  max-width: 680px;
  margin-top: 15px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.02vw, 1.04rem);
  line-height: 1.58;
}

.hero-why {
  max-width: 720px;
  margin-top: 26px;
}

.hero-why .kicker {
  margin-bottom: 12px;
}

.hero-why h2 {
  max-width: 700px;
  font-size: clamp(1.42rem, 1.82vw, 1.88rem);
  line-height: 1.16;
  letter-spacing: -0.004em;
}

.hero-why p:not(.kicker) {
  max-width: 680px;
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(0.96rem, 1vw, 1.02rem);
  line-height: 1.56;
}

.therapy-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.therapy-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(23, 100, 58, 0.18);
  border-radius: 999px;
  color: var(--leaf-dark);
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(18, 33, 43, 0.04);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-portrait {
  position: relative;
  min-height: 520px;
}

.portrait-note {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(23, 100, 58, 0.16);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(18, 33, 43, 0.12);
  backdrop-filter: blur(14px);
}

.portrait-note strong,
.portrait-note span {
  display: block;
}

.portrait-note strong {
  color: var(--leaf-dark);
  font-size: 1.02rem;
}

.portrait-note span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.95rem;
}

.portrait-ring {
  position: absolute;
  inset: 0 0 70px 34px;
  overflow: hidden;
  border: 12px solid #fff;
  border-radius: 42% 58% 44% 56%;
  box-shadow: var(--shadow);
}

.portrait-ring::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(31, 122, 58, 0.18));
}

.portrait-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-logo-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(410px, 86%);
  padding: 12px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(23, 37, 47, 0.14);
}

.trust-ribbon {
  position: relative;
  z-index: 2;
  margin-top: -42px;
}

.trust-ribbon__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(31, 122, 58, 0.14);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.trust-ribbon article {
  min-height: 156px;
  padding: 28px;
  background: linear-gradient(180deg, #fff, #f8fff8);
}

.trust-ribbon article + article {
  border-left: 1px solid var(--line);
}

.trust-ribbon strong,
.trust-ribbon span {
  display: block;
}

.trust-ribbon strong {
  color: var(--leaf);
  font-family: var(--font-display);
  font-size: 2.05rem;
  line-height: 1;
}

.trust-ribbon span {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.95rem;
}

.section-heading {
  max-width: 880px;
  margin-bottom: 44px;
}

.section-heading--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 40px;
  align-items: end;
}

.section-heading--split > p,
.section-heading--center > p {
  color: var(--muted);
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading--center .kicker {
  justify-content: center;
}

.spectrum-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.spectrum-card {
  min-height: 310px;
  padding: 26px;
  border: 1px solid rgba(23, 37, 47, 0.08);
  border-radius: 34px;
  color: #fff;
  box-shadow: 0 22px 50px rgba(23, 37, 47, 0.13);
}

.spectrum-card span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-weight: 900;
}

.spectrum-card h3 {
  margin-top: 58px;
  font-size: 1.55rem;
}

.spectrum-card p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.86);
}

.spectrum-card--orange {
  background: linear-gradient(160deg, #f36b12, #d24220);
}

.spectrum-card--pink {
  background: linear-gradient(160deg, #c01878, #6535ca);
}

.spectrum-card--blue {
  background: linear-gradient(160deg, #087b8f, #2465ca);
}

.spectrum-card--green {
  background: linear-gradient(160deg, #1f7a3a, #7ab51d);
}

.donor-case {
  background: linear-gradient(180deg, transparent, var(--leaf-soft));
}

.donor-case__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.donor-case__image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: var(--shadow);
}

.donor-case__copy > p:not(.kicker) {
  color: var(--muted);
  font-size: 1.04rem;
}

.mini-ledger {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.mini-ledger div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
}

.mini-ledger strong {
  color: var(--leaf);
}

.mini-ledger span {
  color: var(--muted);
}

.story-tiles {
  background: #fff;
}

.page-tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
}

.page-tile {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(23, 37, 47, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.page-tile img {
  width: 100%;
  aspect-ratio: 1.1;
  object-fit: cover;
}

.page-tile span,
.page-tile strong {
  display: block;
  padding-inline: 22px;
}

.page-tile span {
  padding-top: 20px;
  color: var(--leaf);
  font-weight: 900;
}

.page-tile strong {
  padding-top: 6px;
  padding-bottom: 24px;
  color: var(--ink);
  line-height: 1.35;
}

.page-hero {
  padding: 84px 0 70px;
}

.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 48px;
  align-items: center;
}

.page-hero__grid > *,
.home-hero__grid > *,
.donor-case__grid > *,
.contact-grid > * {
  min-width: 0;
}

.page-hero p:not(.kicker) {
  color: var(--muted);
  font-size: 1.12rem;
}

.page-hero__image img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.page-hero__image--logo img {
  object-fit: contain;
  background: #fff;
}

.leadership-hero {
  padding: 86px 0 74px;
}

.leadership-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 0.78fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
}

.leadership-hero__copy p:not(.kicker) {
  max-width: 700px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
}

.leadership-photo-stack {
  display: grid;
  grid-template-columns: 1.08fr 0.72fr;
  grid-template-rows: repeat(2, minmax(180px, 1fr));
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(23, 100, 58, 0.13);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(238, 247, 241, 0.82));
  box-shadow: var(--shadow);
}

.leadership-photo-stack img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  box-shadow: 0 14px 28px rgba(18, 33, 43, 0.1);
}

.leadership-photo-stack__main {
  grid-row: 1 / span 2;
  min-height: 430px;
}

.section--compact {
  padding: 76px 0;
}

.intro-compact {
  padding-top: 46px;
}

.simple-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.simple-grid > p,
.answer-list {
  color: var(--muted);
  font-size: 1.05rem;
}

.answer-list {
  display: grid;
  gap: 16px;
}

.answer-list strong {
  color: var(--ink);
}

.service-summary {
  background: linear-gradient(180deg, #fff, #f8fbf8);
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 18px;
}

.service-offering-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-offering-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(18, 33, 43, 0.07);
}

.service-offering-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-offering-card div {
  padding: 22px;
}

.service-offering-card h3 {
  color: var(--leaf-dark);
}

.service-offering-card p {
  margin-top: 10px;
  color: var(--muted);
}

.service-card {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 33, 43, 0.055);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 18px;
  border-radius: 14px;
}

.service-card__head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.service-icon,
.process-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--leaf-dark);
  background: var(--leaf-soft);
  box-shadow: inset 0 0 0 1px rgba(23, 100, 58, 0.14);
}

.service-icon svg,
.process-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 100, 58, 0.22);
  box-shadow: 0 18px 40px rgba(18, 33, 43, 0.09);
}

.service-card--wide {
  grid-column: span 2;
}

.service-card h3 {
  color: var(--leaf-dark);
  font-size: 1.22rem;
}

.service-card p {
  margin-top: 12px;
  color: var(--muted);
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.process-strip article {
  padding: 28px;
  border: 1px solid rgba(23, 100, 58, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, var(--leaf-soft));
}

.process-strip span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--leaf);
  font-weight: 900;
}

.process-strip .process-icon {
  color: #fff;
  background: var(--leaf);
  box-shadow: none;
}

.process-strip h3 {
  margin-top: 22px;
  color: var(--leaf-dark);
}

.process-strip p {
  margin-top: 10px;
  color: var(--muted);
}

.process-bridge {
  max-width: 780px;
  margin: 28px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 1.05rem;
}

.final-cta {
  padding: 88px 0;
}

.final-cta__inner {
  max-width: 920px;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(11, 61, 46, 0.97), rgba(18, 60, 74, 0.94)),
    url("assets/site/abato-large-school-session.jpg") center/cover no-repeat;
  box-shadow: 0 24px 70px rgba(18, 33, 43, 0.2);
}

.final-cta__inner .kicker,
.final-cta__inner p {
  color: rgba(255, 255, 255, 0.9);
}

.final-cta__inner .kicker::before {
  background: #fff;
}

.final-cta__inner .button {
  margin-top: 26px;
  background: #fff;
  color: var(--leaf-dark);
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.final-actions .button {
  margin-top: 0;
}

.final-actions .button:not(.button--outline) {
  background: #fff;
  color: var(--leaf-dark);
}

.final-actions .button--outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.info-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(23, 37, 47, 0.08);
}

.info-card h3 {
  color: var(--leaf);
}

.info-card p,
.info-card li {
  color: var(--muted);
}

.info-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.staff-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(23, 37, 47, 0.08);
}

.staff-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center top;
}

.staff-card div {
  padding: 24px;
}

.staff-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--leaf);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.staff-card h3 {
  color: var(--leaf-dark);
}

.staff-card p {
  margin-top: 10px;
  color: var(--muted);
}

.leadership-team-section {
  background: linear-gradient(180deg, #fff, #f8fbf8);
}

.leader-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.leader-card {
  overflow: hidden;
  border: 1px solid rgba(23, 100, 58, 0.14);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(18, 33, 43, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.leader-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgba(18, 33, 43, 0.13);
}

.leader-card img {
  width: 100%;
  aspect-ratio: 4 / 3.25;
  object-fit: cover;
  object-position: center top;
}

.leader-card:nth-child(3) img,
.staff-card:nth-child(3) img,
.leadership-photo-stack img:nth-child(3) {
  object-fit: contain;
  background: linear-gradient(180deg, #f3eee8, #e7d4c7);
}

.leader-card--featured {
  border-color: rgba(23, 100, 58, 0.32);
  box-shadow: 0 26px 70px rgba(23, 100, 58, 0.14);
}

.leader-card__body {
  display: grid;
  gap: 12px;
  padding: 26px;
}

.leader-card__body span {
  color: var(--leaf);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.leader-card__body h3 {
  color: var(--leaf-dark);
  font-family: var(--font-display);
  font-size: clamp(1.42rem, 2vw, 1.82rem);
}

.leader-card__body p,
.leader-card__body li {
  color: var(--muted);
}

.leader-card__body ul {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding-left: 20px;
}

.leadership-promise {
  max-width: 960px;
  padding: 40px;
  border: 1px solid rgba(23, 100, 58, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(23, 100, 58, 0.12), transparent 14rem),
    #fff;
  box-shadow: 0 18px 46px rgba(18, 33, 43, 0.07);
}

.leadership-promise p:not(.kicker) {
  margin-top: 14px;
  color: var(--muted);
  font-size: 1.05rem;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--leaf);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.inspiration-band {
  background:
    radial-gradient(circle at 12% 0%, rgba(215, 169, 72, 0.12), transparent 18rem),
    linear-gradient(180deg, #fff, #f6faf7);
}

.inspiration-panel {
  display: grid;
  gap: 14px;
  max-width: 980px;
  padding: 38px 42px;
  border: 1px solid rgba(23, 100, 58, 0.14);
  border-left: 6px solid var(--leaf);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(18, 33, 43, 0.08);
}

.inspiration-panel h2 {
  max-width: 820px;
  font-size: clamp(1.65rem, 2.45vw, 2.6rem);
}

.inspiration-panel p:not(.kicker) {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.05rem;
}

.inspiration-panel--center {
  margin-inline: auto;
  text-align: center;
  border-left: 1px solid rgba(23, 100, 58, 0.14);
  border-top: 6px solid var(--leaf);
}

.inspiration-panel--center .kicker {
  justify-content: center;
}

.inspiration-panel--center h2,
.inspiration-panel--center p:not(.kicker) {
  margin-inline: auto;
}

.inspiration-panel + .content-grid {
  margin-top: 28px;
}

.detail-band {
  background: linear-gradient(180deg, #fff, #f4fbf6);
}

.therapy-grid,
.deep-dive-grid {
  display: grid;
  gap: 18px;
}

.therapy-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.therapy-card,
.deep-card {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 16px 38px rgba(23, 37, 47, 0.08);
}

.therapy-card {
  min-height: 330px;
  padding: 28px;
  border-radius: 28px;
}

.therapy-card span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--leaf), var(--teal));
  font-weight: 900;
}

.therapy-card h3 {
  margin-top: 34px;
  color: var(--ink);
  font-size: 1.32rem;
}

.therapy-card p,
.deep-card p,
.deep-card li {
  color: var(--muted);
}

.therapy-card p,
.deep-card p {
  margin-top: 12px;
}

.therapy-deep-dive {
  background: #fff;
}

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

.deep-card {
  padding: 30px;
  border-radius: 28px;
}

.deep-card h3 {
  color: var(--leaf);
  font-size: 1.42rem;
}

.deep-card ul,
.secure-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.wide-panel--care {
  background:
    linear-gradient(135deg, rgba(13, 79, 42, 0.94), rgba(8, 123, 143, 0.9)),
    url("assets/site/abato-school-outreach-speaking.jpg") center/cover no-repeat;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.process-steps article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.process-steps strong,
.process-steps span {
  display: block;
}

.process-steps span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.94rem;
}

.wide-panel {
  padding: 44px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(31, 122, 58, 0.92), rgba(8, 123, 143, 0.88)),
    url("assets/site/abato-group-children-banner.jpg") center/cover no-repeat;
  color: #fff;
  box-shadow: var(--shadow);
}

.wide-panel p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.88);
}

.program-list {
  display: grid;
  gap: 22px;
}

.program-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(23, 37, 47, 0.08);
}

.program-row img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 22px;
}

.program-row__copy {
  align-self: center;
  padding: 12px 10px 12px 0;
}

.program-row__copy p,
.program-row__copy li {
  color: var(--muted);
}

.program-row__copy ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.impact-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.impact-step {
  position: relative;
  min-height: 260px;
  padding: 26px;
  border-radius: 28px;
  color: #fff;
  overflow: hidden;
}

.impact-step:nth-child(1) {
  background: linear-gradient(160deg, var(--orange), #c84716);
}

.impact-step:nth-child(2) {
  background: linear-gradient(160deg, var(--magenta), var(--violet));
}

.impact-step:nth-child(3) {
  background: linear-gradient(160deg, var(--teal), #0d5988);
}

.impact-step:nth-child(4) {
  background: linear-gradient(160deg, var(--leaf), #84b51f);
}

.impact-step span {
  font-size: 3rem;
  font-family: var(--font-display);
  line-height: 1;
}

.impact-step h3 {
  margin-top: 72px;
}

.impact-step p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 44px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-list div {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #fff;
}

.contact-list dt {
  color: var(--leaf);
  font-weight: 900;
}

.contact-list dd {
  margin: 4px 0 0;
  color: var(--muted);
}

.contact-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.contact-method-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(18, 33, 43, 0.065);
}

.contact-method-card h3 {
  margin-top: 18px;
  color: var(--leaf-dark);
}

.contact-method-card p {
  margin-top: 10px;
  color: var(--muted);
}

.contact-direct-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.contact-action-button {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 0.94rem;
  white-space: nowrap;
}

.contact-action-button.button--whatsapp::before {
  display: none;
}

.button-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.button-icon--whatsapp {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z'/%3E%3C/svg%3E");
}

.button-icon--phone {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1.6 1.6 0 0 1 1.63-.39 10.4 10.4 0 0 0 3.26.52A1.7 1.7 0 0 1 22 17v3.3a1.7 1.7 0 0 1-1.7 1.7A18.3 18.3 0 0 1 2 3.7 1.7 1.7 0 0 1 3.7 2H7a1.7 1.7 0 0 1 1.7 1.7 10.4 10.4 0 0 0 .52 3.26 1.6 1.6 0 0 1-.4 1.63l-2.2 2.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1.6 1.6 0 0 1 1.63-.39 10.4 10.4 0 0 0 3.26.52A1.7 1.7 0 0 1 22 17v3.3a1.7 1.7 0 0 1-1.7 1.7A18.3 18.3 0 0 1 2 3.7 1.7 1.7 0 0 1 3.7 2H7a1.7 1.7 0 0 1 1.7 1.7 10.4 10.4 0 0 0 .52 3.26 1.6 1.6 0 0 1-.4 1.63l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.button-icon--mail {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Zm8 9.25L4.45 8.18A.75.75 0 0 0 3.6 9.42l7.98 5.36a.75.75 0 0 0 .84 0l7.98-5.36a.75.75 0 1 0-.85-1.24L12 13.25Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Zm8 9.25L4.45 8.18A.75.75 0 0 0 3.6 9.42l7.98 5.36a.75.75 0 0 0 .84 0l7.98-5.36a.75.75 0 1 0-.85-1.24L12 13.25Z'/%3E%3C/svg%3E");
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cfded4;
  border-radius: 16px;
  color: var(--ink);
  background: #fff;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(31, 122, 58, 0.16);
  border-color: var(--leaf);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-actions .button {
  flex: 1 1 180px;
}

.booking-section {
  padding-top: 88px;
}

.booking-grid {
  display: grid;
  grid-template-columns: minmax(340px, 420px) minmax(0, 1fr);
  gap: clamp(42px, 5vw, 72px);
  align-items: start;
  justify-content: center;
}

.booking-form-column {
  min-width: 0;
  max-width: 420px;
}

.booking-form-title {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
  padding: 14px 18px;
  color: #fff;
  background: linear-gradient(90deg, var(--leaf), var(--teal));
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 15px 32px rgba(23, 100, 58, 0.18);
}

.booking-form {
  gap: 13px;
  padding: 24px;
  border: 1px solid rgba(23, 100, 58, 0.16);
  border-radius: 24px;
  box-shadow: 0 20px 46px rgba(18, 33, 43, 0.08);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
}

.booking-form .button {
  width: 100%;
  min-height: 50px;
  margin-top: 4px;
}

.booking-action-panel {
  display: grid;
  gap: 26px;
  padding: clamp(34px, 4vw, 48px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 96% 4%, rgba(23, 100, 58, 0.12), transparent 16rem),
    linear-gradient(180deg, #fff, #f8fbf8);
  box-shadow: 0 22px 60px rgba(18, 33, 43, 0.05);
}

.booking-action-copy {
  max-width: 620px;
  margin-inline: auto;
}

.booking-action-copy p:not(.kicker) {
  margin-top: 12px;
  color: var(--muted);
}

.booking-action-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: min(100%, 560px);
  margin: 4px auto 0;
}

.booking-action-button {
  width: auto;
  min-height: 44px;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.94rem;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(23, 100, 58, 0.19);
}

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

.field-error {
  color: #9b1c1c;
  font-size: 0.84rem;
  font-weight: 800;
}

.contact-form input[aria-invalid="true"],
.contact-form select[aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}

.button[disabled] {
  cursor: wait;
  opacity: 0.76;
  transform: none;
}

.button-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #fff;
  border-radius: 999px;
  animation: button-spin 0.75s linear infinite;
}

@keyframes button-spin {
  to {
    transform: rotate(360deg);
  }
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.booking-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.booking-modal[hidden],
[data-booking-form-panel][hidden],
.booking-success-panel[hidden] {
  display: none !important;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 43, 47, 0.62);
  backdrop-filter: blur(5px);
}

.booking-modal__dialog {
  position: relative;
  width: min(100%, 640px);
  max-height: min(92vh, 820px);
  overflow: auto;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(31, 122, 58, 0.1), transparent 16rem),
    #fff;
  box-shadow: 0 34px 90px rgba(8, 43, 47, 0.34);
}

.booking-modal__dialog h2 {
  margin-top: 8px;
}

.booking-modal__dialog p:not(.kicker):not(.form-note):not(.booking-success-panel__mark) {
  margin-top: 10px;
  color: var(--muted);
}

.booking-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 33, 43, 0.08);
  font-size: 1.35rem;
  font-weight: 800;
  cursor: pointer;
}

.booking-modal__form {
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.booking-success-panel {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 22px 10px 8px;
  text-align: center;
}

.booking-success-panel__mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--leaf), var(--teal));
  box-shadow: 0 16px 34px rgba(31, 122, 58, 0.24);
  font-size: 2rem;
  font-weight: 900;
}

body.booking-modal-open {
  overflow: hidden;
}

.booking-help-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 4px;
}

.donate-hero {
  background:
    linear-gradient(180deg, rgba(234, 247, 236, 0.72), rgba(255, 253, 250, 0));
}

.donation-section {
  padding-top: 70px;
}

.donation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  gap: 34px;
  align-items: start;
}

.donation-form {
  display: grid;
  gap: 22px;
  padding: 34px;
  border: 1px solid rgba(31, 122, 58, 0.16);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow);
}

.form-intro p:not(.kicker) {
  color: var(--muted);
}

.donation-form fieldset {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  border: 0;
}

.donation-form legend {
  margin-bottom: 10px;
  color: var(--leaf-dark);
  font-weight: 900;
}

.donation-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}

.donation-form input,
.donation-form select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cfded4;
  border-radius: 16px;
  color: var(--ink);
  background: #fff;
}

.donation-form input:focus,
.donation-form select:focus {
  outline: 3px solid rgba(31, 122, 58, 0.16);
  border-color: var(--leaf);
}

.amount-grid,
.method-grid,
.split-fields {
  display: grid;
  gap: 12px;
}

.amount-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.amount-grid button {
  min-height: 54px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--leaf-dark);
  background: var(--leaf-soft);
  font-weight: 900;
  cursor: pointer;
}

.amount-grid button.is-active,
.amount-grid button:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--leaf), var(--teal));
}

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

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

.method-card {
  position: relative;
  min-height: 154px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 37, 47, 0.06);
  cursor: pointer;
}

.method-card:has(input:checked) {
  border-color: rgba(31, 122, 58, 0.45);
  background: linear-gradient(180deg, #fff, var(--leaf-soft));
  box-shadow: 0 16px 36px rgba(31, 122, 58, 0.13);
}

.method-card input {
  width: auto;
  margin: 0 0 12px;
}

.method-card span,
.method-card small {
  display: block;
}

.method-card span {
  color: var(--leaf-dark);
  font-size: 1.02rem;
  font-weight: 900;
}

.method-card small {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.method-panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #f8fff9;
}

.method-panel h3 {
  color: var(--leaf-dark);
}

.method-panel p {
  margin-top: 8px;
  color: var(--muted);
}

.donation-summary,
.payment-status {
  padding: 16px 18px;
  border-radius: 18px;
}

.donation-summary {
  color: var(--leaf-dark);
  background: var(--leaf-soft);
  font-weight: 800;
}

.payment-status {
  color: var(--muted);
  background: #f6faf7;
  border: 1px solid var(--line);
}

.payment-status.is-success {
  color: var(--leaf-dark);
  border-color: rgba(31, 122, 58, 0.28);
  background: var(--leaf-soft);
  font-weight: 900;
}

.payment-status.is-warning {
  color: #734000;
  border-color: rgba(246, 198, 74, 0.5);
  background: #fff8e3;
  font-weight: 800;
}

.payment-status__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 12px;
}

.payment-status__actions a {
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.donation-assurance {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 18px;
}

.donation-assurance img {
  width: 100%;
  min-height: 330px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.assurance-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(23, 37, 47, 0.08);
}

.secure-list li {
  color: var(--muted);
}

.secure-list strong {
  color: var(--ink);
}

.form-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.form-note.is-success {
  color: var(--leaf);
  font-weight: 900;
}

.form-note.is-warning,
.form-note.is-pending {
  color: #6f4d12;
  font-weight: 900;
}

.form-note.is-error {
  color: #9b1c1c;
  font-weight: 900;
}

.site-footer {
  margin-top: 60px;
  padding: 82px 0 30px;
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(180deg, #0b3d2e, #082b2f);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(160px, 0.6fr));
  gap: 36px;
}

.footer-main--simple {
  grid-template-columns: minmax(260px, 1.4fr) minmax(180px, 0.7fr) minmax(220px, 0.8fr);
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.4vw, 2.75rem);
  line-height: 0.98;
}

.footer-brand span {
  margin-top: 8px;
  color: var(--gold);
  font-weight: 900;
}

.footer-brand p {
  max-width: 380px;
  margin-top: 18px;
}

.footer-column h2 {
  margin-bottom: 16px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column p {
  display: block;
  margin-top: 10px;
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.92rem;
}

.footer-inspiration {
  margin-top: 42px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-inspiration p {
  max-width: 760px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.55vw, 2.25rem);
  line-height: 1.16;
}

.footer-bottom p {
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  display: inline-flex;
  width: 66px;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #128c5a, #0f7a6a);
  box-shadow: 0 18px 42px rgba(15, 122, 106, 0.34), inset 0 0 0 3px rgba(255, 255, 255, 0.92);
  font-weight: 900;
}

.floating-whatsapp svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.floating-whatsapp span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(15, 122, 106, 0.42);
}

@media (max-width: 1120px) {
  .nav-card {
    grid-template-columns: 296px auto auto;
    min-height: 126px;
  }

  .brand img {
    width: 276px;
  }

  .menu-button {
    display: grid;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    inset: 138px 22px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .home-hero__grid,
  .page-hero__grid,
  .leadership-hero__grid,
  .donor-case__grid,
  .booking-grid,
  .contact-grid,
  .donation-grid,
  .simple-grid {
    grid-template-columns: 1fr;
  }

  .donation-assurance {
    position: static;
  }

  .booking-form-column {
    max-width: 520px;
  }

  .booking-action-stack {
    margin-inline: auto;
  }

  .hero-portrait {
    max-width: 680px;
  }

  .spectrum-grid,
  .impact-map,
  .footer-main,
  .footer-main--simple,
  .service-offering-grid,
  .staff-grid,
  .leader-grid,
  .contact-method-grid,
  .therapy-grid,
  .therapy-grid--three,
  .process-steps,
  .method-grid,
  .process-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 78px 0;
  }

  .signal-bar {
    display: none;
  }

  .nav-card {
    grid-template-columns: 1fr auto;
    min-height: 122px;
    margin-top: 10px;
    border-radius: 26px;
  }

  .brand img {
    width: min(270px, 72vw);
  }

  .nav-actions {
    display: none;
  }

  .site-nav {
    inset: 100px 14px auto;
  }

  .home-hero {
    min-height: auto;
    padding: 62px 0 54px;
  }

  .page-hero {
    padding: 72px 0 52px;
  }

  h1 {
    font-size: clamp(1.92rem, 8.4vw, 2.68rem);
    overflow-wrap: normal;
  }

  h2 {
    font-size: clamp(1.72rem, 8vw, 2.55rem);
  }

  .home-hero h1 {
    font-size: clamp(1.9rem, 8vw, 2.58rem);
    line-height: 1.1;
  }

  .hero-why {
    margin-top: 24px;
  }

  .hero-why h2 {
    font-size: clamp(1.34rem, 5.7vw, 1.82rem);
  }

  .hero-why p:not(.kicker) {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .therapy-points {
    gap: 8px;
    margin-top: 18px;
  }

  .therapy-points span {
    min-height: 34px;
    padding: 6px 11px;
    font-size: 0.84rem;
  }

  .hero-actions .button {
    width: min(100%, 310px);
  }

  .booking-section {
    padding-top: 48px;
  }

  .booking-form-title {
    font-size: 1rem;
  }

  .booking-form {
    padding: 20px;
  }

  .booking-form__split {
    grid-template-columns: 1fr;
  }

  .booking-action-panel {
    padding: 26px;
  }

  .booking-modal {
    padding: 12px;
  }

  .booking-modal__dialog {
    max-height: 94vh;
    padding: 24px;
    border-radius: 24px;
  }

  .booking-action-button {
    justify-content: center;
    text-align: center;
  }

  .hero-portrait {
    min-height: 430px;
  }

  .simple-portrait {
    min-height: auto;
  }

  .simple-portrait img {
    min-height: 340px;
  }

  .portrait-note {
    position: static;
    margin-top: 12px;
  }

  .portrait-ring {
    inset: 0 0 80px 0;
    border-width: 8px;
  }

  .hero-logo-card {
    width: min(340px, 94%);
  }

  .trust-ribbon {
    margin-top: 0;
  }

  .trust-ribbon__grid,
  .section-heading--split,
  .booking-help-list,
  .content-grid,
  .staff-grid,
  .leader-grid,
  .simple-grid,
  .spectrum-grid,
  .service-offering-grid,
  .contact-method-grid,
  .impact-map,
  .therapy-grid,
  .therapy-grid--three,
  .deep-dive-grid,
  .process-steps,
  .process-strip,
  .method-grid,
  .amount-grid,
  .split-fields,
  .footer-main,
  .footer-main--simple {
    grid-template-columns: 1fr;
  }

  .leadership-hero {
    padding: 72px 0 52px;
  }

  .leadership-photo-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 10px;
    padding: 10px;
    border-radius: 26px;
  }

  .leadership-photo-stack__main {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 320px;
  }

  .leadership-photo-stack img {
    min-height: 220px;
    border-radius: 18px;
  }

  .leader-card img {
    aspect-ratio: 4 / 3;
  }

  .service-card--wide {
    grid-column: auto;
  }

  .trust-ribbon article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .program-row {
    grid-template-columns: 1fr;
  }

  .program-row__copy {
    padding: 6px;
  }

  .mini-ledger div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .wide-panel,
  .donation-form,
  .assurance-panel,
  .final-cta__inner,
  .inspiration-panel {
    padding: 28px;
  }

  .inspiration-panel h2 {
    font-size: clamp(1.45rem, 7vw, 2.1rem);
  }

  .method-card {
    min-height: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 60px;
    min-height: 60px;
  }

  .floating-whatsapp svg {
    width: 29px;
    height: 29px;
  }
}
