body.festival-2026-landing {
  background: #151515;
  color: #f4f2eb;
  font-family: Frutiger, sans-serif;
}

.festival-2026-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(13, 14, 11, 0.92) 0%, rgba(13, 14, 11, 0.78) 45%, rgba(13, 14, 11, 0.56) 100%),
    url("background.png");
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.festival-2026-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 20%, rgba(244, 194, 40, 0.28), transparent 24rem),
    radial-gradient(circle at 20% 70%, rgba(84, 177, 58, 0.16), transparent 22rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.55));
  z-index: 0;
}

.festival-2026-wrap {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.festival-2026-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
}

.festival-2026-logo {
  display: block;
  width: 118px;
  height: auto;
}

.festival-2026-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.festival-2026-nav-links a,
.festival-2026-link {
  color: #f4f2eb;
  border-bottom: 1px solid rgba(244, 242, 235, 0.48);
  text-decoration: none;
  letter-spacing: 0;
}

.festival-2026-nav-links a:hover,
.festival-2026-link:hover {
  color: #f3bf23;
  border-color: #f3bf23;
}

.festival-2026-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.6fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: end;
  min-height: calc(100vh - 96px);
  padding: 40px 0 90px;
}

.festival-2026-kicker,
.festival-2026-meta,
.festival-2026-label,
.festival-2026-eyebrow {
  color: #f3bf23;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.festival-2026-title {
  max-width: 760px;
  margin: 20px 0 22px;
  color: #fff;
  font-family: Cinzel, Frutiger, sans-serif;
  font-size: clamp(52px, 8vw, 118px);
  line-height: 0.9;
  font-weight: 400;
}

.festival-2026-claim {
  max-width: 680px;
  margin: 0;
  color: #f4f2eb;
  font-size: clamp(21px, 2.6vw, 34px);
  line-height: 1.2;
  font-weight: 300;
}

.festival-2026-hero-card,
.festival-2026-panel,
.festival-2026-event {
  border: 1px solid rgba(244, 242, 235, 0.16);
  background: rgba(8, 9, 7, 0.72);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.festival-2026-hero-card {
  padding: clamp(24px, 4vw, 42px);
}

.festival-2026-hero-card p,
.festival-2026-section p,
.festival-2026-event p,
.festival-2026-list li {
  color: rgba(244, 242, 235, 0.86);
  font-size: 17px;
  line-height: 1.58;
  font-weight: 300;
}

.festival-2026-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.festival-2026-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px 12px;
  border: 1px solid rgba(244, 242, 235, 0.64);
  background: rgba(244, 242, 235, 0.08);
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.festival-2026-button.primary {
  border-color: #f3bf23;
  background: #f3bf23;
  color: #151515;
}

.festival-2026-button:hover {
  border-color: #78b83a;
  background: #78b83a;
  color: #0d0e0b;
}

.festival-2026-section {
  padding: clamp(54px, 8vw, 104px) 0;
  border-top: 1px solid rgba(244, 242, 235, 0.12);
}

.festival-2026-section-header {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: start;
  margin-bottom: 32px;
}

.festival-2026-section h2,
.festival-2026-section h3 {
  margin: 0;
  color: #fff;
  font-family: Cinzel, Frutiger, sans-serif;
  font-weight: 400;
}

.festival-2026-section h2 {
  font-size: clamp(32px, 5vw, 66px);
  line-height: 1;
}

.festival-2026-section h3 {
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.12;
}

.festival-2026-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.festival-2026-panel {
  padding: 26px;
}

.festival-2026-panel h3,
.festival-2026-event h3 {
  margin-bottom: 14px;
}

.festival-2026-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.festival-2026-list li {
  position: relative;
  padding: 8px 0 8px 20px;
  border-top: 1px solid rgba(244, 242, 235, 0.08);
}

.festival-2026-list li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #78b83a;
}

.festival-2026-program {
  display: grid;
  gap: 18px;
}

.festival-2026-day {
  margin-top: 34px;
}

.festival-2026-day:first-child {
  margin-top: 0;
}

.festival-2026-day-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.festival-2026-day-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(244, 242, 235, 0.16);
}

.festival-2026-event {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  padding: 24px;
}

.festival-2026-time {
  color: #f3bf23;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.festival-2026-area {
  margin-top: 10px;
  color: rgba(244, 242, 235, 0.62);
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.festival-2026-event p:last-child,
.festival-2026-panel p:last-child {
  margin-bottom: 0;
}

.festival-2026-access {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 9px;
  background: rgba(120, 184, 58, 0.16);
  color: #d7f4bf;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.festival-2026-note {
  border-left: 3px solid #cf2b25;
  padding-left: 18px;
}

.festival-2026-bottom {
  padding-bottom: 110px;
}

@media screen and (max-width: 991px) {
  .festival-2026-page {
    background-attachment: scroll;
    background-position: 62% top;
  }

  .festival-2026-hero,
  .festival-2026-section-header,
  .festival-2026-grid,
  .festival-2026-grid.two {
    grid-template-columns: 1fr;
  }

  .festival-2026-hero {
    min-height: auto;
    padding-top: 70px;
  }
}

@media screen and (max-width: 640px) {
  .festival-2026-wrap {
    width: min(100% - 28px, 1180px);
  }

  .festival-2026-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .festival-2026-logo {
    width: 92px;
  }

  .festival-2026-nav-links {
    justify-content: flex-start;
    gap: 12px;
  }

  .festival-2026-title {
    font-size: clamp(44px, 16vw, 72px);
  }

  .festival-2026-event {
    grid-template-columns: 1fr;
  }

  .festival-2026-time {
    font-size: 24px;
  }

  .festival-2026-button {
    width: 100%;
  }
}
