  background: var(--cream);
}

.cause-impact div {
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}

.cause-impact strong {
  display: block;
  color: var(--primary-dark);
  font-family: var(--font-heading);
  font-size: clamp(2.3rem, 5vw, 4.3rem);
  line-height: 0.9;
}

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

.cause-message {
  padding: clamp(28px, 5vw, 54px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244, 200, 74, 0.26), rgba(15, 141, 145, 0.12)),
    #fff;
  box-shadow: var(--shadow);
}

.contact-modern__cards {
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
}

.contact-modern__form-card form {
  display: grid;
  gap: 12px;
}

.contact-modern input,
.contact-modern textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(23, 33, 43, 0.16);
  border-radius: 8px;
  background: #f4fbff;
  color: var(--ink);
  font: inherit;
}

.contact-modern textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-modern button,
.map-consent button {
  min-height: 50px;
  padding: 12px 22px;
  border: none;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 800;
  cursor: pointer;
}

#formResponse {
  min-height: 1.4em;
  color: var(--secondary-dark);
  font-weight: 800;
}

#formResponse.is-error {
  color: var(--primary-dark);
}

.map-consent,
.map-container--consent {
  max-width: 1180px;
  margin: 28px auto 0;
}

.map-consent {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}


.cc-banner,
.cc-card {
  background: var(--ink) !important;
  color: var(--paper) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  border-radius: 8px !important;
}

.cc-btn {
  border-radius: 999px !important;
}

.cc-btn-primary {
  background: var(--accent) !important;
  color: var(--ink) !important;
}

.cc-link {
  color: var(--accent) !important;
}


footer {
  background: var(--ink);
  border-top: 0;
  padding: 34px clamp(20px, 6vw, 64px);
}

footer p,
footer p:first-of-type {
  color: rgba(255, 255, 255, 0.82);
}

footer a {
  color: var(--accent);
}


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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}


@media (max-width: 1100px) {
  nav ul li a {
    padding: 8px 8px;
    font-size: 0.74rem;
  }

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

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

  nav {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(23, 33, 43, 0.12);
  }

  nav ul li a {
    color: var(--ink);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    border-radius: 0;
    padding: 15px 24px;
  }

  nav ul li a:hover {
    padding-left: 30px;
    color: var(--paper);
    background: var(--ink);
  }

  .about-section {
    text-align: left;
  }
}

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

  .logo {
    order: 1;
  }

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

  nav {
    order: 3;
    display: none;
    position: absolute;
    top: var(--navbar-h);
    left: 0;
    width: 100%;
    max-height: calc(100svh - var(--navbar-h));
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(23, 33, 43, 0.12);
  }

  nav.active {
    display: block;
  }

  nav ul {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 768px) {
  body {
    background:
      linear-gradient(180deg, rgba(244, 251, 255, 0.92), rgba(255, 255, 255, 0.98)),
      url("/static/images/background_mob.jpg") center top / cover fixed;
  }

  .hero {
    min-height: calc(100svh - var(--navbar-h));
    padding-top: 60px;
    padding-bottom: 68px;
  }

  .hero > .overlay,
  .artists > .overlay {
    background: none;
    display: none;
  }

  .hero-title {
    max-width: 8.5ch;
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .hero-subtitle {
    align-items: center;
    white-space: normal;
  }

  .hero-subtitle span {
    white-space: normal;
  }

  .about-section,
  .highlight-section,
  .about-section,
  .news-media,
  .organizers-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .organizers-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .festival-info {
    margin-left: 0;
    margin-right: 0;
  }

  .highlight-box {
    padding: 28px 22px;
  }

  

  .artist-scroll-wrapper {
    gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .scroll-btn {
    display: none;
  }

  .artist-card {
    width: 156px;
  }

  .artist-card img {
    height: 184px;
  }

  .media-item {
    width: 84vw;
    min-width: 84vw;
  }

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

  .vendor-hero {
    min-height: calc(92svh - var(--navbar-h));
    padding-top: 72px;
    padding-bottom: 64px;
  }

  .vendor-hero h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .vendor-intro,
  .vendor-section,
  .vendor-message,
  .vendor-cta {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .vendor-benefits,
  .vendor-step-grid,
  .vendor-cta {
    grid-template-columns: 1fr;
  }

  .vendor-table > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .about-hero {
    min-height: calc(84svh - var(--navbar-h));
    padding-top: 72px;
    padding-bottom: 64px;
  }

  .about-hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .about-impact,
  .about-grid-section,
  .about-team,
  .about-involve__items {
    grid-template-columns: 1fr;
  }

  .about-card--photo img {
    min-height: 300px;
  }

  .volunteer-closed-hero,
  .cause-hero,
  .contact-hero,
  .gallery-hero {
    min-height: calc(72svh - var(--navbar-h));
    padding-top: 70px;
    padding-bottom: 58px;
  }

  .volunteer-closed-hero h1,
  .cause-hero h1,
  .contact-hero h1,
  .gallery-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.8rem);
  }

  .volunteer-info__grid,
  .cause-grid,
  .cause-impact,
  .contact-modern__cards,
  .map-consent {
    grid-template-columns: 1fr;
  }

  .map-consent button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  :root {
    --navbar-h: 68px;
  }

  .logo img {
    height: 46px;
  }

  .hero {
    text-align: left;
  }

  .hero-title {
    font-size: clamp(2.75rem, 15vw, 4.1rem);
  }

  .hero-subtitle {
    padding: 9px 12px;
    gap: 4px 8px;
    font-size: 0.88rem;
    line-height: 1.2;
