:root {
  --body: "Sora", sans-serif;
  --display: "Bricolage Grotesque", sans-serif;
  --serif: "Fraunces", serif;
  --bg: #f4ead8;
  --bg-soft: #fbf5eb;
  --ink: #152320;
  --muted: #5c675f;
  --line: rgba(23, 35, 31, 0.12);
  --line-strong: rgba(255, 255, 255, 0.16);
  --paper: rgba(255, 250, 243, 0.94);
  --paper-soft: rgba(255, 246, 231, 0.92);
  --forest: #11352d;
  --forest-deep: #0c241f;
  --leaf: #7dbb3d;
  --leaf-deep: #4a7d28;
  --clay: #cc562a;
  --clay-deep: #8f341b;
  --gold: #f5cf5e;
  --sky: #9fd5cf;
  --shadow-xl: 0 18px 42px rgba(22, 33, 29, 0.1);
  --shadow-lg: 0 10px 26px rgba(22, 33, 29, 0.08);
  --shadow-sm: 0 6px 14px rgba(22, 33, 29, 0.06);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(245, 207, 94, 0.22), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(125, 187, 61, 0.14), transparent 24%),
    linear-gradient(180deg, #f5eedf 0%, #f3e6cf 28%, #f8f1e6 100%);
  font-family: var(--body);
  line-height: 1.6;
}

body.home-page::before,
body.donate-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.18), transparent 20%),
    radial-gradient(circle at 85% 6%, rgba(159, 213, 207, 0.14), transparent 24%);
  pointer-events: none;
  z-index: -2;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
  padding-bottom: 1.2rem;
}

.page-shell::after {
  display: none;
}

.page-shell-compact {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.page-shell-compact main {
  flex: 1;
}

.section,
.site-header,
.site-footer {
  width: min(calc(100% - 1rem), var(--max));
  margin: 0 auto;
}

.section {
  padding: 4.4rem 0;
}

.site-header {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: rgba(18, 43, 37, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease;
}

.site-header.is-scrolled,
.site-header.site-header-solid {
  background: rgba(255, 251, 245, 0.92);
  border-color: rgba(21, 35, 32, 0.08);
  box-shadow: 0 12px 30px rgba(18, 31, 28, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
}

.brand img {
  width: clamp(9.75rem, 18vw, 14rem);
  height: auto;
}

.site-header.is-scrolled .brand img,
.site-header.site-header-solid .brand img {
  filter: brightness(0.08);
}

.brand-dark img {
  filter: none !important;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-nav a {
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
  color: #fffefb;
}

.site-header.is-scrolled .site-nav a:not(.button),
.site-header.site-header-solid .site-nav a:not(.button) {
  color: var(--ink);
}

.site-nav a:not(.button):hover,
.site-nav a:not(.button):focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--gold);
}

.site-header.is-scrolled .site-nav a:not(.button):hover,
.site-header.is-scrolled .site-nav a:not(.button):focus-visible,
.site-header.site-header-solid .site-nav a:not(.button):hover,
.site-header.site-header-solid .site-nav a:not(.button):focus-visible {
  color: var(--clay-deep);
}

.nav-toggle {
  display: none;
  border: 0;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}

.eyebrow,
.card-label,
.program-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
}

.eyebrow,
.card-label {
  color: var(--clay-deep);
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.04em;
}

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

h2 {
  font-family: var(--serif);
  font-weight: 650;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.9rem, 5.2vw, 4.95rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(2rem, 3.8vw, 3.35rem);
}

h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  line-height: 0.98;
}

.hero-lead,
.story-copy p,
.program-card p,
.carousel-panel p,
.contact-list p,
.contact-form-intro h3,
.helper-text,
.panel p,
.detail-list dd,
.program-lede,
.form-note,
.info-card-body p,
.spotlight-mini-card p,
.commitment-panel > p {
  color: var(--muted);
}

.quote {
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 1.32;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.button,
.carousel-button,
.carousel-dot,
.text-link,
.program-card,
.commitment-card {
  transition:
    transform 140ms ease,
    box-shadow 140ms ease,
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
}

.button:hover,
.button:focus-visible,
.carousel-button:hover,
.carousel-button:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--clay), var(--clay-deep));
  color: #fff8f4;
  box-shadow: 0 10px 20px rgba(140, 47, 24, 0.18);
}

.button-secondary {
  background: rgba(255, 252, 246, 0.18);
  color: #fffefb;
  border-color: rgba(255, 255, 255, 0.24);
}

.site-header.is-scrolled .button-secondary,
.site-header.site-header-solid .button-secondary,
.donate-page .button-secondary {
  color: var(--ink);
  background: rgba(255, 252, 246, 0.84);
  border-color: rgba(20, 30, 28, 0.08);
}

.button-accent {
  background: linear-gradient(135deg, var(--leaf), var(--leaf-deep));
  color: #fbfff8;
}

.button-small {
  min-height: 2.85rem;
  padding-inline: 1rem;
}

.hero,
.donate-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 2.1rem;
  align-items: center;
  min-height: auto;
  margin-top: 0.8rem;
  padding: 7.4rem clamp(1.1rem, 2vw, 2rem) 2.4rem;
  border-radius: 28px;
  box-shadow: var(--shadow-xl);
}

.hero {
  grid-template-columns: minmax(0, 1.02fr) minmax(370px, 0.98fr);
  background:
    radial-gradient(circle at 18% 16%, rgba(245, 207, 94, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(14, 39, 33, 0.97), rgba(55, 80, 59, 0.88)),
    url("/assets/media/volunteer-bg.jpg") center/cover;
}

.hero::before,
.donate-hero::before {
  content: "";
  position: absolute;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 66%);
  top: -12rem;
  right: -8rem;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 42%;
  bottom: -10rem;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 187, 61, 0.18), transparent 68%);
  pointer-events: none;
}

.hero-copy,
.hero-visual,
.donate-hero-copy,
.donate-hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy,
.donate-hero-copy {
  color: #fffefb;
}

.hero-copy .eyebrow,
.donate-hero-copy .eyebrow {
  color: rgba(255, 249, 240, 0.82);
}

.hero-copy .hero-lead,
.donate-hero-copy .hero-lead {
  max-width: 32rem;
  color: rgba(255, 249, 240, 0.76);
  font-size: 1rem;
}

.hero-copy h1 {
  max-width: 9ch;
}

.hero-tags,
.hero-actions,
.social-links,
.carousel-controls,
.carousel-dots,
.spotlight-actions,
.contact-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-tags {
  margin: 1.3rem 0 1.65rem;
}

.hero-tags span,
.contact-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-tags span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.12);
  color: #fffaf4;
}

.hero-points {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 1.7rem 0 0;
  list-style: none;
  color: rgba(255, 249, 240, 0.88);
  font-weight: 600;
}

.hero-points li::before {
  content: "•";
  color: var(--gold);
  margin-right: 0.6rem;
}

.hero-visual {
  min-height: 29rem;
  display: grid;
  align-items: end;
}

.hero-badge {
  position: absolute;
  top: 0.6rem;
  left: 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fffefb;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-badge img {
  width: 0.95rem;
  height: 1.15rem;
}

.hero-photo-shell {
  position: relative;
  padding: 0.75rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow-xl);
}

.hero-photo {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  border-radius: 22px;
}

.hero-side-card,
.donate-floating-card,
.spotlight-mini-card {
  box-shadow: var(--shadow-lg);
}

.hero-side-card {
  position: absolute;
  top: 3.6rem;
  left: 0.2rem;
  width: min(44%, 13rem);
  padding: 0.75rem;
  border-radius: 26px;
  background: rgba(255, 250, 244, 0.94);
  transform: rotate(-3deg);
  z-index: 2;
}

.hero-side-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 0.75rem;
}

.hero-side-card .card-label {
  margin-bottom: 0.35rem;
}

.hero-stat {
  position: absolute;
  max-width: 13rem;
  padding: 0.85rem 1rem;
  border-radius: 22px;
  background: rgba(255, 250, 244, 0.94);
  box-shadow: var(--shadow-lg);
  z-index: 2;
}

.hero-stat strong {
  display: block;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}

.hero-stat span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.hero-stat-top {
  top: 1rem;
  right: 0.75rem;
}

.hero-stat-bottom {
  bottom: 1rem;
  left: 0.75rem;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 1.7rem;
}

.mission-layout,
.contact-layout,
.spotlight-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 1.4rem;
}

.story-card,
.program-card,
.carousel-shell,
.info-card,
.contact-form-card,
.panel,
.spotlight-layout,
.commitment-panel {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xl);
}

.story-card {
  display: grid;
  grid-template-columns: minmax(290px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  background: linear-gradient(145deg, #fff9f1, rgba(255, 244, 225, 0.92));
}

.story-photo-frame {
  min-height: 100%;
  background: #132d26;
}

.story-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy {
  padding: 1.5rem;
}

.commitment-panel {
  padding: 1.5rem;
  background: linear-gradient(155deg, rgba(16, 48, 41, 0.98), rgba(52, 82, 60, 0.94));
  color: #fffaf4;
  border-color: rgba(255, 255, 255, 0.08);
}

.commitment-panel .eyebrow {
  color: rgba(245, 207, 94, 0.92);
}

.commitment-panel h3 {
  max-width: 11ch;
  margin-bottom: 0.7rem;
}

.commitment-panel > p {
  margin: 0 0 1rem;
  color: rgba(255, 249, 240, 0.74);
}

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

.commitment-card {
  padding: 0.7rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-sm);
  transform: rotate(var(--tilt, 0deg));
}

.commitment-card:hover {
  transform: rotate(var(--tilt, 0deg)) translateY(-2px);
}

.commitment-card:nth-child(1) {
  --tilt: -2deg;
}

.commitment-card:nth-child(2) {
  --tilt: 1.5deg;
}

.commitment-card:nth-child(3) {
  --tilt: -1deg;
}

.commitment-card:nth-child(4) {
  --tilt: 2deg;
}

.commitment-card img {
  width: 100%;
  border-radius: 18px;
}

.programs {
  position: relative;
  z-index: 0;
}

.programs::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #102f29 0%, #163930 100%);
  z-index: -1;
}

.programs .section-heading {
  margin-bottom: 1.2rem;
}

.programs .eyebrow {
  color: rgba(245, 207, 94, 0.9);
}

.programs h2,
.programs .program-lede {
  color: #fffaf4;
}

.program-lede {
  max-width: 34rem;
  margin: 0 0 1.8rem;
  color: rgba(255, 249, 240, 0.76);
}

.program-grid,
.donate-grid {
  display: grid;
  gap: 1.25rem;
}

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

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

.program-card {
  position: relative;
  overflow: hidden;
  padding: 1.55rem;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(255, 247, 232, 0.94));
}

.program-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(8, 20, 17, 0.12);
}

.program-card::before {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 187, 61, 0.14), transparent 70%);
}

.program-card:nth-child(2) {
  background: linear-gradient(180deg, rgba(245, 255, 254, 0.98), rgba(232, 248, 246, 0.94));
}

.program-card:nth-child(2)::before {
  background: radial-gradient(circle, rgba(85, 188, 199, 0.14), transparent 70%);
}

.program-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(255, 238, 214, 0.94));
}

.program-card:nth-child(3)::before {
  background: radial-gradient(circle, rgba(204, 86, 42, 0.14), transparent 70%);
}

.program-media {
  width: 5.7rem;
  height: 5.7rem;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(18, 53, 45, 0.96), rgba(67, 127, 39, 0.88));
  box-shadow: var(--shadow-lg);
  margin-bottom: 1rem;
}

.program-card:nth-child(2) .program-media {
  background: linear-gradient(160deg, rgba(35, 132, 152, 0.95), rgba(91, 198, 211, 0.82));
}

.program-card:nth-child(3) .program-media {
  background: linear-gradient(160deg, rgba(208, 109, 27, 0.95), rgba(255, 143, 38, 0.86));
}

.program-media img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.program-tag {
  color: var(--leaf-deep);
  margin-bottom: 0.75rem;
}

.photos {
  position: relative;
}

.carousel-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 0.9rem;
  padding: 0.9rem;
  background: linear-gradient(145deg, rgba(17, 53, 45, 0.96), rgba(20, 32, 30, 0.96));
  color: #fffaf4;
}

.carousel-viewport {
  position: relative;
  min-height: 34rem;
  border-radius: calc(var(--radius-xl) - 6px);
  overflow: hidden;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.015);
  transition:
    opacity 280ms ease,
    transform 280ms ease;
}

.carousel-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 18, 16, 0.54) 100%);
}

.carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-panel {
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.carousel-panel .eyebrow {
  color: rgba(245, 207, 94, 0.88);
}

.carousel-panel h3 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  margin-top: 0.2rem;
}

.carousel-panel p {
  color: rgba(255, 249, 240, 0.74);
}

.carousel-dot {
  width: 0.72rem;
  height: 0.72rem;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.22);
}

.carousel-dots {
  margin-top: 1rem;
}

.carousel-dot.is-active {
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(245, 207, 94, 0.16);
}

.spotlight-layout {
  overflow: hidden;
  padding: 1.25rem;
  background: linear-gradient(135deg, rgba(255, 251, 245, 0.98), rgba(232, 244, 221, 0.86));
}

.spotlight-copy {
  padding: 1.2rem 1rem 1.2rem 0.5rem;
}

.spotlight-actions {
  margin-top: 1.5rem;
}

.spotlight-visual {
  position: relative;
  min-height: 24rem;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(160deg, #11352d, #17392f);
}

.spotlight-bg img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  opacity: 0.92;
}

.spotlight-mini-card {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: min(42%, 14rem);
  padding: 0.75rem;
  border-radius: 24px;
  background: rgba(255, 251, 245, 0.92);
  z-index: 2;
}

.spotlight-mini-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 0.7rem;
}

.spotlight-mini-card p {
  margin: 0;
  font-size: 0.92rem;
}

.spotlight-badge {
  position: absolute;
  right: 1rem;
  bottom: -0.7rem;
  width: min(34%, 12rem);
  z-index: 2;
}

.contact {
  position: relative;
}

.contact-layout {
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  align-items: start;
}

.contact-aside {
  display: grid;
  gap: 1rem;
}

.info-card,
.contact-form-card,
.panel {
  padding: 1.4rem;
  background: rgba(255, 252, 247, 0.94);
}

.info-card-highlight {
  background: linear-gradient(160deg, rgba(17, 53, 45, 0.97), rgba(28, 53, 44, 0.93));
  color: #fffaf4;
}

.info-card-highlight h3,
.info-card-highlight .text-link,
.info-card-highlight .contact-list span {
  color: #fffaf4;
}

.info-card-highlight .contact-list span {
  opacity: 0.72;
}

.info-card-highlight .text-link:hover,
.info-card-highlight .text-link:focus-visible {
  color: var(--gold);
}

.info-card-photo {
  overflow: hidden;
  padding: 0;
  background: linear-gradient(160deg, rgba(17, 53, 45, 0.96), rgba(33, 62, 47, 0.92));
  color: #fffaf4;
}

.info-card-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.info-card-body {
  padding: 1.3rem;
}

.info-card-body .eyebrow {
  color: rgba(245, 207, 94, 0.9);
}

.info-card-body p {
  color: rgba(255, 249, 240, 0.76);
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 1rem;
}

.contact-list span,
.detail-list dt {
  display: block;
  margin-bottom: 0.16rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--clay-deep);
}

.contact-list a,
.detail-list dd {
  text-decoration: none;
  font-weight: 600;
  color: inherit;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-form-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  background: linear-gradient(160deg, rgba(255, 250, 244, 0.99), rgba(248, 235, 213, 0.98));
}

.contact-form-card::before {
  content: "";
  position: absolute;
  right: -4rem;
  top: -4rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(204, 86, 42, 0.18), transparent 68%);
  pointer-events: none;
}

.contact-form-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.35rem;
}

.contact-form-intro img {
  width: 98px;
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
}

.contact-trust {
  margin-top: 0.9rem;
}

.contact-trust span {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(21, 35, 32, 0.08);
  color: var(--ink);
}

.contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
}

.contact-form label span {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--clay-deep);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(21, 35, 32, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  padding: 1rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease,
    background-color 140ms ease;
}

.contact-form input:hover,
.contact-form textarea:hover {
  border-color: rgba(21, 35, 32, 0.22);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(125, 187, 61, 0.48);
  box-shadow: 0 0 0 5px rgba(125, 187, 61, 0.18);
  background: rgba(255, 255, 255, 0.92);
}

.contact-form-message,
.g-recaptcha,
.form-note {
  grid-column: 1 / -1;
}

.form-note {
  margin: -0.1rem 0 0;
  font-size: 0.92rem;
}

.g-recaptcha {
  overflow: hidden;
}

.text-link {
  display: inline-flex;
  margin-top: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--clay-deep);
}

.donate-page {
  background:
    radial-gradient(circle at top left, rgba(204, 86, 42, 0.14), transparent 26%),
    radial-gradient(circle at 82% 10%, rgba(125, 187, 61, 0.18), transparent 24%),
    linear-gradient(180deg, #f5efe1 0%, #f7efe4 100%);
}

.donate-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  background:
    radial-gradient(circle at 18% 18%, rgba(245, 207, 94, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(17, 53, 45, 0.97), rgba(46, 73, 57, 0.88)),
    url("/assets/media/banner.jpg") center/cover;
}

.utility-hero {
  min-height: calc(100svh - 6rem);
}

.donate-hero-copy {
  max-width: 36rem;
}

.donate-hero-visual {
  position: relative;
  min-height: 27rem;
  display: grid;
  align-items: end;
}

.donate-hero-visual > img {
  width: 100%;
  min-height: 27rem;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.donate-floating-card {
  position: absolute;
  top: 1.2rem;
  right: -0.55rem;
  width: min(40%, 16rem);
  padding: 0.8rem;
  border-radius: 26px;
  background: rgba(255, 250, 244, 0.95);
  z-index: 2;
}

.donate-floating-card img {
  width: 100%;
  max-height: 11rem;
  object-fit: cover;
  object-position: top;
  border-radius: 18px;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(21, 35, 32, 0.08);
}

.donate-panel-section {
  padding-top: 2rem;
}

.panel {
  min-height: 100%;
}

.panel-soft {
  background: linear-gradient(160deg, rgba(255, 251, 245, 0.98), rgba(250, 238, 220, 0.96));
}

.panel-highlight {
  background: linear-gradient(160deg, rgba(17, 53, 45, 0.97), rgba(30, 58, 45, 0.93));
  color: #fffaf4;
}

.panel-highlight .card-label,
.panel-highlight .helper-text,
.panel-highlight p,
.panel-highlight a,
.panel-highlight .detail-list dd {
  color: rgba(255, 249, 240, 0.82);
}

.panel-highlight .button-primary {
  color: #fffaf4;
}

.detail-list {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 1rem 0 0;
}

.detail-list div {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.detail-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

address {
  font-style: normal;
  font-weight: 600;
  color: var(--ink);
}

.panel-figure {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-top: 1rem;
}

.panel-figure img {
  width: 100%;
  max-height: 13rem;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  border: 1px solid rgba(21, 35, 32, 0.08);
  box-shadow: var(--shadow-sm);
}

.donate-badge {
  width: 110px;
  border-radius: 18px;
  margin-bottom: 0.8rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0 0 2.4rem;
  color: var(--muted);
  font-weight: 600;
}

.site-footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatBadge {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes panHero {
  0% {
    transform: scale(1.02) translateY(0);
  }
  100% {
    transform: scale(1.08) translateY(-1.2%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .button,
  .carousel-button,
  .carousel-dot,
  .spotlight-badge,
  .hero-photo,
  .program-card,
  .commitment-card {
    transition: none;
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .hero,
  .donate-hero,
  .mission-layout,
  .contact-layout,
  .spotlight-layout,
  .carousel-shell {
    grid-template-columns: 1fr;
  }

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

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

  .hero {
    padding-bottom: 2.4rem;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .hero-visual,
  .donate-hero-visual {
    min-height: 26rem;
  }

  .hero-photo,
  .donate-hero-visual > img {
    min-height: 26rem;
  }

  .hero-side-card {
    left: 0.6rem;
  }

  .hero-stat-top {
    right: 0.6rem;
  }

  .hero-stat-bottom {
    left: 0.6rem;
  }

  .commitment-grid {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    overflow-x: auto;
    padding-bottom: 0.35rem;
  }

  .panel-figure {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 4rem 0;
  }

  .brand img {
    width: 7.6rem;
  }

  .site-header {
    gap: 0.65rem;
    padding-right: 4.8rem;
    padding-inline: 0.85rem;
    border-radius: 28px;
  }

  .nav-toggle {
    display: inline-flex;
    position: absolute;
    top: 0.7rem;
    right: 0.75rem;
    flex-shrink: 0;
    margin-left: 0;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    left: 0;
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 26px;
    background: rgba(255, 250, 244, 0.96);
    border: 1px solid rgba(21, 35, 32, 0.1);
    box-shadow: var(--shadow-xl);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.5rem);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a:not(.button),
  .site-header .site-nav a:not(.button),
  .site-header.is-scrolled .site-nav a:not(.button),
  .site-header.site-header-solid .site-nav a:not(.button) {
    color: var(--ink);
  }

  .site-nav.site-nav-static {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none;
  }

  .hero,
  .donate-hero {
    padding: 7.8rem 1.2rem 2rem;
    border-radius: 34px;
  }

  .hero-copy h1,
  .donate-hero-copy h1 {
    font-size: clamp(2.7rem, 11.8vw, 3.95rem);
    max-width: 7.8ch;
  }

  .hero-copy .hero-lead,
  .donate-hero-copy .hero-lead {
    font-size: 0.98rem;
  }

  .hero-side-card,
  .donate-floating-card,
  .spotlight-mini-card,
  .hero-stat-top,
  .hero-stat-bottom {
    position: static;
    width: auto;
    max-width: none;
    margin-top: 0.8rem;
    transform: none;
  }

  .hero-visual,
  .donate-hero-visual {
    display: grid;
    gap: 0.8rem;
  }

  .hero-badge {
    position: static;
    justify-self: start;
    margin-bottom: 0.35rem;
  }

  .hero-photo-shell {
    padding: 0.75rem;
  }

  .hero-photo,
  .donate-hero-visual > img,
  .carousel-viewport {
    min-height: 20rem;
  }

  .spotlight-layout {
    padding: 1rem;
  }

  .spotlight-copy {
    padding: 0.3rem;
  }

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

  .contact-form-intro {
    grid-template-columns: 1fr;
  }

  .contact-form-card,
  .panel,
  .info-card {
    padding: 1.2rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
