/* Festival page additions only. Shared brand and component styling remains in
   css/slp-critical.css, css/slp-deferred.css, and pickles.css. */

.festival-page main section[id] {
  scroll-margin-top: 110px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  border-radius: 8px;
  background: #ffffff;
  color: #4a0072;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(25, 9, 36, 0.2);
  transform: translateY(-180%);
  transition: transform 0.16s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.hero--festival {
  --hero-tint: rgba(74, 0, 114, 0.82);
}

/* Festival pages use the locality photo-hero pattern — never CSS-background
   the Rakhi promo poster (that image is for the dedicated #rakhi band only). */
.festival-page.locality-hub-page .hero.hero--city {
  background-image: none !important;
  background-color: #4a0072;
}

.festival-page .locality-rakhi-band {
  position: relative;
  z-index: 1;
}

.deadline-table-wrap {
  overflow-x: auto;
  border-radius: var(--r-lg, 20px);
  box-shadow: var(--shadow-md, 0 10px 40px rgba(0, 0, 0, 0.06));
  background: #ffffff;
}

.deadline-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
}

.deadline-table th,
.deadline-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(74, 0, 114, 0.1);
  font-size: 15px;
}

.deadline-table th {
  background: rgba(74, 0, 114, 0.06);
  color: var(--primary, #4a0072);
  font-weight: 700;
}

.deadline-table tr:last-child td {
  border-bottom: none;
}

.deadline-table td:nth-child(2) {
  font-weight: 700;
  color: var(--primary, #4a0072);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .skip-link {
    transition: none;
  }
}
