  max-width: 1080px;
  margin-top: 38px;
  color: var(--ink);
}

.program-coming-soon {
  min-height: calc(100svh - var(--navbar-h));
  display: grid;
  place-items: center;
  padding: clamp(64px, 8vw, 110px) clamp(20px, 7vw, 96px);
  background: url("/static/images/festival/Festival_5.jpg") center / cover;
}

.program-coming-soon__inner {
  max-width: 940px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-align: center;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.program-coming-soon h1 {
  margin-bottom: 18px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 7vw, 6.2rem);
  line-height: 0.94;
}

.program-coming-soon p:not(.section-kicker) {
  max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.65;
}

.program-container h2 {
  animation: none;
  color: var(--ink);
}

.program-grid {
  gap: 18px;
}

.program-day h3,
.inimo-artist-info h3,
.stat-item h3,
.cauze-cta h2 {
  color: var(--ink);
}

.upcoming {
  color: var(--primary);
  animation: none;
}

.inimo-artists-section {
  margin-top: 0;
}

.inimo-section-header p,
.stat-item p {
  color: var(--muted);
}

.inimo-artist-card {
  opacity: 1;
}

.inimo-artist-card img {
  border-bottom: 0;
}

.despre-inimo {
  background: transparent;
  color: var(--ink);
}

.despre-inimo .section-title,
.despre-inimo .lead,
.despre-inimo h2,
.despre-inimo .despre-footer {
  color: var(--ink);
}

.despre-inimo .section-title::after,
.despre-inimo h2::before {
  background: var(--primary);
}

.despre-inimo li::before {
  color: var(--primary);
}

.despre-inimo .despre-footer {
  background: #fff;
  border-radius: 8px;
}

.cauze-section {
  --dark: var(--ink);
  --light: var(--paper);
  --primary: #e73d31;
  --secondary: #0f8d91;
  --accent: #f4c84a;
  background: transparent;
}

.cauze-section::before,
.cauze-section::after {
  display: none;
}

.cauze-list li::before {
  background-image: none;
  content: "✓";
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--secondary);
  border-radius: 50%;
  font-weight: 800;
}

.cauze-cta {
  background: #fff;
  border: 1px solid rgba(23, 33, 43, 0.12);
  border-radius: 8px;
}

.contact-container {
  max-width: 1120px;
  padding-top: 48px;
  color: var(--ink);
}

.contact-content {
  gap: 18px;
}

.contact-card,
.contact-form {
  margin: 0;
  background: #fff;
}

.contact-form input,
.contact-form textarea {
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(23, 33, 43, 0.16);
  border-radius: 8px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(244, 200, 74, 0.34);
  border-color: var(--primary);
}

.map-container {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.social-icons a {
  border-radius: 8px;
  box-shadow: none;
}


.faq-container,
.voluntariat-intro .container,
.volunteer-section .form-container,
.gallery-section {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 33, 43, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.faq-container {
  max-width: 920px;
  margin: 54px auto 86px;
  padding: clamp(24px, 5vw, 48px);
}

.faq-container h1,
.gallery-container h1,
.voluntariat-intro h1,
.volunteer-section h1 {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  line-height: 1;
}

.faq-intro,
.gallery-container p,
.voluntariat-intro,
.voluntariat-intro .lead,
.volunteer-section p {
  color: var(--muted);
}

.faq-item {
  border-bottom: 0;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.faq-question {
  min-height: 56px;
  border-radius: 8px;
  background: var(--secondary);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.08rem;
}

.faq-question:hover {
  background: var(--secondary-dark);
}

.faq-answer {
  color: var(--muted);
  background: #f4fbff;
  border: 1px solid rgba(23, 33, 43, 0.1);
}

.contact-link {
  border-radius: 999px;
  background: var(--primary);
}

.contact-link:hover {
  background: var(--primary-dark);
}

.voluntariat-intro {
  background: transparent;
  padding-top: 70px;
}

.voluntariat-intro .container {
  padding: clamp(24px, 5vw, 48px);
}

.voluntariat-intro .lead {
  color: var(--secondary-dark);
}

.voluntariat-intro h2 {
  color: var(--primary-dark);
}

.voluntariat-intro ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  top: 0.55em;
  background: var(--accent);
  border-radius: 999px;
}

.volunteer-section {
  min-height: auto;
  padding-top: 48px;
  color: var(--ink);
}

.volunteer-section .form-container {
  max-width: 720px;
}

.volunteer-section input,
.volunteer-section textarea,
.volunteer-section select {
  border: 1px solid rgba(23, 33, 43, 0.15);
  background: #f4fbff;
}

.volunteer-section button {
  border-radius: 999px;
  background: var(--primary);
}

.form-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 8px;
  background: rgba(16, 24, 32, 0.78);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(5px);
}

.gallery-container {
  color: var(--ink);
  padding-top: 70px;
}

.gallery-section {
  padding: clamp(18px, 3vw, 28px);
}

.gallery-section h2 {
  background: var(--ink);
  color: var(--paper);
  border-radius: 8px;
}

.gallery-grid {
  gap: 14px;
}

.gallery-grid img {
  aspect-ratio: 4 / 3;
  height: auto;
  max-height: none;
  border-radius: 8px;
  box-shadow: none;
  border: 4px solid #fff;
}

.gallery-grid img:hover {
  transform: translateY(-4px) scale(1.01);
}


.vendor-hero {
  position: relative;
  min-height: calc(100svh - var(--navbar-h));
  display: grid;
  align-items: end;
  padding: clamp(84px, 12vw, 138px) clamp(20px, 8vw, 112px) clamp(68px, 8vw, 98px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.vendor-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/static/images/Old/2023/26_2023.jpg") center / cover;
}

.vendor-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.72) 0%, rgba(16, 24, 32, 0.46) 34%, rgba(16, 24, 32, 0.08) 66%, transparent 100%),
    linear-gradient(180deg, transparent 74%, rgba(244, 251, 255, 0.9) 100%);
}

.vendor-hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.vendor-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(244, 200, 74, 0.96);
  color: var(--ink);
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: 0;
}

.vendor-hero h1 {
  max-width: 11ch;
