  }

  .hero-subtitle span + span::before {
    margin-right: 8px;
  }

  .cta-button {
    width: 100%;
    max-width: 330px;
  }

  .about-text h2,
  .highlight-title,
  .artists h2,
  .news-media h2,
  .organizers-section h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .artists {
    min-height: auto;
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .artist-teaser {
    width: calc(100vw - 32px);
    margin-bottom: 30px;
  }

  .artist-subtitle {
    font-size: 0.98rem;
  }

  .artist-teaser__chips {
    gap: 8px;
  }

  .artist-teaser__chips span {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 0.9rem;
  }

  .festival-info {
    padding: 18px;
  }

  .festival-info p {
    display: block;
  }

  

  .organizers-img {
    padding: 12px;
  }
}


.typewriter-word {
  display: inline-block;
  white-space: nowrap;
}

.typewriter-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.18em) rotate(-1deg);
  animation: typewriter-letter 0.42s ease forwards;
}

.typewriter-ready::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.78em;
  margin-left: 0.08em;
  border-radius: 999px;
  background: var(--accent);
  animation: typewriter-caret 0.75s steps(1) infinite;
  vertical-align: -0.05em;
}

.typewriter-ready.typewriter-done::after {
  animation: none;
  opacity: 0;
}

@keyframes typewriter-letter {
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}

@keyframes typewriter-caret {
  50% {
    opacity: 0;
  }
}

.counter-pop {
  animation: counter-pop 0.55s ease both;
}

@keyframes counter-pop {
  0% {
    transform: translateY(10px) scale(0.92);
    filter: saturate(0.6);
  }
  70% {
    transform: translateY(-2px) scale(1.04);
  }
  100% {
    transform: translateY(0) scale(1);
    filter: saturate(1);
  }
}

.home-impact-strip,
.faq-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 4vw, 34px) clamp(20px, 6vw, 88px);
  background: var(--paper);
}

.home-impact-strip {
  margin-top: calc(-1 * var(--navbar-h));
  z-index: 4;
}

.home-stat,
.faq-stats > div {
  min-width: 0;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(23, 33, 43, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244, 200, 74, 0.28), rgba(15, 141, 145, 0.12)),
    #fff;
  box-shadow: var(--shadow);
}

.home-stat strong,
.faq-stats strong,
.about-impact__stats strong,
.cause-impact strong {
  display: block;
  color: var(--primary-dark);
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  font-weight: 800;
  line-height: 0.9;
  overflow-wrap: anywhere;
}

.home-stat span,
.faq-stats span {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.2;
}

.faq-hero {
  min-height: calc(54svh - var(--navbar-h));
  display: grid;
  align-items: end;
  padding: clamp(76px, 10vw, 120px) clamp(20px, 8vw, 112px) clamp(48px, 7vw, 78px);
  background: url("/static/images/Old/2023/35_2023.jpg") center / cover;
  color: #fff;
}

.faq-hero__content {
  max-width: 920px;
}

.faq-hero h1 {
  max-width: 11ch;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(3.2rem, 8vw, 6.6rem);
  font-weight: 800;
  line-height: 0.92;
}

.faq-hero p:not(.section-kicker) {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.7vw, 1.24rem);
  font-weight: 800;
  line-height: 1.55;
}

.faq-container {
  max-width: 1020px;
  margin-top: 0;
}

.faq-heading {
  margin-bottom: 26px;
  text-align: center;
}

.faq-heading h2 {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 0.95;
}

.faq-question {
  gap: 14px;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(23, 33, 43, 0.14);
  box-shadow: 0 10px 28px rgba(23, 33, 43, 0.08);
}

.faq-question:hover {
  color: #fff;
  background: var(--ink);
}

.toggle-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
}

.faq-answer {
  padding: 18px 20px;
  line-height: 1.65;
}

@media (max-width: 960px) {
  header {
    padding: 0 16px;
  }

  .logo {
    order: 1;
  }

  .hamburger {
    order: 2;
    display: grid !important;
    place-items: center;
    margin-left: auto;
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    z-index: 1002;
  }

  nav {
    order: 3;
    max-height: calc(100svh - var(--navbar-h));
    overflow-y: auto;
  }

  nav ul li a {
    font-size: 1rem;
    line-height: 1.15;
  }
}

@media (max-width: 768px) {
  .home-impact-strip,
  .faq-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-impact-strip .home-stat:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 460px);
    text-align: center;
  }

  .home-impact-strip {
    margin-top: 0;
  }

  .home-stat,
  .faq-stats > div {
    padding: 18px 14px;
  }

  .home-stat strong,
  .faq-stats strong,
  .about-impact__stats strong,
  .cause-impact strong {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }

  .faq-hero {
    min-height: calc(58svh - var(--navbar-h));
    padding-top: 70px;
    padding-bottom: 44px;
  }

  .faq-hero h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .faq-container {
    width: min(100% - 28px, 1020px);
    margin-bottom: 58px;
    padding: 24px 14px;
  }

  .faq-question {
    padding: 14px;
    font-size: 1rem;
  }

  .coming-ticker {
    width: calc(100vw - 72px);
    border-radius: 8px;
  }

  .coming-ticker__track {
    gap: 18px;
    padding: 10px 24px;
  }

  .coming-ticker__track span {
    font-size: 0.95rem;
  }
}

@media (max-width: 520px) {
  header {
    justify-content: space-between;
  }

  .logo img {
    height: 42px;
    max-width: 178px;
  }

  .hamburger {
    width: 42px;
    height: 42px;
  }

  .hero-title {
    max-width: 9ch;
    overflow-wrap: normal;
  }

  .hero-content {
    width: 100%;
  }

  .home-impact-strip,
  .faq-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-impact-strip .home-stat:nth-child(3) {
    grid-column: 1 / -1;
  }

  .home-stat strong,
  .faq-stats strong {
    font-size: clamp(1.9rem, 11vw, 3rem);
  }

  .organizers-section h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
    overflow-wrap: anywhere;
  }

  .organizers-img {
    width: min(100%, calc(100vw - 56px));
  }

  .organizers-section .coming-ticker {
    width: calc(100vw - 72px);
  }
}


.volunteer-closed-hero::before,
.volunteer-closed-hero::after,
.cause-hero::before,
.cause-hero::after,
.gallery-hero::before,
.gallery-hero::after,
.contact-hero::before,
.contact-hero::after {
  background: none !important;
  display: none !important;
}

.volunteer-closed-hero__media,
.cause-hero__media,
