  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 0.98;
  margin-bottom: 16px;
}

.about-impact p,
.about-card p,
.about-card li,
.about-team > p,
.about-involve__items span,
.about-closing p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.13rem);
  line-height: 1.72;
}

.about-impact__stats {
  display: grid;
  gap: 14px;
}

.about-impact__stats div {
  padding: 24px;
  border: 1px solid rgba(23, 33, 43, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.about-impact__stats strong {
  display: block;
  color: var(--primary-dark);
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.9;
}

.about-impact__stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.about-grid-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: #fff;
}

.about-card {
  min-height: 100%;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(23, 33, 43, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.about-card--accent {
  background:
    linear-gradient(135deg, rgba(244, 200, 74, 0.28), rgba(231, 61, 49, 0.1)),
    #fff;
}

.about-card ul {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 0;
}

.about-card li {
  position: relative;
  padding-left: 22px;
  list-style: none;
}

.about-card li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
}

.about-card--photo {
  padding: 0;
  overflow: hidden;
}

.about-card--photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.about-team {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  background: #f4fbff;
}

.about-team > p {
  padding: clamp(22px, 3vw, 34px);
  border-left: 8px solid var(--secondary);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.about-involve {
  background: #fff;
}

.about-involve__header {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}

.about-involve__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.about-involve__items a {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(23, 33, 43, 0.1);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}

.about-involve__items a:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow);
}

.about-involve__items strong {
  color: var(--primary-dark);
  font-family: var(--font-heading);
  font-size: 1.55rem;
  line-height: 1;
}

.about-closing {
  text-align: center;
  background: url("/static/images/festival/Festival_6.jpg") center / cover;
}

.about-closing h2 {
  color: #fff;
}

.about-closing p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}


.volunteer-closed-hero,
.cause-hero,
.contact-hero,
.gallery-hero {
  position: relative;
  min-height: calc(74svh - var(--navbar-h));
  display: grid;
  align-items: end;
  padding: clamp(72px, 10vw, 124px) clamp(20px, 8vw, 112px) clamp(58px, 7vw, 90px);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.volunteer-closed-hero__media,
.cause-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.volunteer-closed-hero__media {
  background: url("/static/images/Old/2023/5_2023.jpg") center / cover;
}

.cause-hero__media {
  background: url("/static/images/Old/2023/25_2023.jpg") center / cover;
}

.gallery-hero {
  min-height: calc(66svh - var(--navbar-h));
  width: 100%;
  background: url("/static/images/festival/Festival_5.jpg") center / cover;
}

.contact-hero {
  min-height: calc(58svh - var(--navbar-h));
  background: url("/static/images/Old/2023/35_2023.jpg") center / cover;
}

.volunteer-closed-hero::after,
.cause-hero::after,
.gallery-hero::after,
.contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  height: 100px;
  background: none;
}

.volunteer-closed-hero__content,
.cause-hero__content,
.contact-hero__content,
.gallery-hero > div {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.volunteer-closed-hero h1,
.cause-hero h1,
.contact-hero h1,
.gallery-hero h1 {
  max-width: 12ch;
  margin: 18px 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 8vw, 6.7rem);
  line-height: 0.92;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.42);
}

.volunteer-closed-hero p:not(.section-kicker),
.cause-hero p:not(.section-kicker),
.contact-hero p:not(.section-kicker),
.gallery-hero p:not(.section-kicker) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  line-height: 1.55;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.volunteer-info,
.volunteer-closed-card,
.cause-impact,
.cause-section,
.cause-message,
.contact-modern,
.gallery-coming {
  padding: clamp(64px, 8vw, 104px) clamp(20px, 7vw, 96px);
}

.volunteer-info,
.cause-section,
.contact-modern,
.gallery-coming {
  background: var(--cream);
}

.volunteer-info__intro,
.cause-section__heading,
.gallery-coming {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}

.volunteer-info h2,
.volunteer-closed-card h2,
.cause-section h2,
.cause-message h2,
.gallery-coming h2,
.contact-modern h2,
.map-consent h2 {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.98;
  margin-bottom: 14px;
}

.volunteer-info p,
.volunteer-closed-card p,
.cause-section p,
.cause-message p,
.gallery-coming p,
.contact-modern p,
.map-consent p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.13rem);
  line-height: 1.72;
}

.volunteer-info__grid,
.cause-grid,
.contact-modern__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.volunteer-info__grid article,
.cause-grid article,
.contact-modern__cards article,
.map-consent,
.gallery-coming,
.volunteer-closed-card {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(23, 33, 43, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.volunteer-info h3,
.cause-grid h3 {
  color: var(--primary-dark);
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1.05;
  margin-bottom: 10px;
}

.volunteer-closed-card,
.cause-message {
  max-width: 980px;
  margin: clamp(42px, 6vw, 76px) auto;
  text-align: center;
}

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