.festival-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; padding: 160px clamp(20px,6vw,84px) 64px; background: var(--navy-dark); color: #fff; }
.festival-hero h1 { font-size: clamp(2.6rem,5vw,4.7rem); }
.festival-hero .eyebrow { color: var(--gold-light); }
.festival-hero-copy > p:not(.eyebrow) { color: #e5e7eb; max-width: 58ch; }
.festival-tamil { font-size: 1.1rem; }
.festival-hero-image, .festival-intro figure, .festival-collage, .festival-poster { margin: 0; }
.festival-hero-image img { height: auto; border-radius: 8px; }
.festival-hero-image figcaption { color: #d1d5db; font-size: .78rem; margin-top: 10px; }
.festival-dates { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 28px clamp(20px,6vw,84px); gap: 24px; background: #fff; border-bottom: 1px solid var(--line); }
.festival-dates span, .festival-dates strong { display: block; }
.festival-dates span { color: #4b5563; font-size: .85rem; }
.festival-dates strong { color: var(--navy); font-size: 1.15rem; }
.festival-shell { max-width: 1250px; margin: auto; padding: 40px clamp(20px,5vw,64px) 80px; }
.festival-notice { padding: 24px; border-left: 4px solid var(--gold); background: #fff7ed; border-radius: 4px; }
.festival-notice p { margin: 8px 0 0; }
.festival-shell a:not(.btn), .festival-hero figcaption a { text-decoration: underline; text-underline-offset: 3px; }
.festival-intro { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 64px; align-items: center; padding: 72px 0; }
.festival-intro h2, .festival-section-heading h2, .festival-visitor h2, .festival-booking h2 { font-size: clamp(2rem,3.5vw,3.2rem); }
.festival-intro img { height: auto; border-radius: 8px; }
.festival-intro figcaption, .festival-collage figcaption, .festival-poster figcaption { color: #4b5563; font-size: .8rem; margin-top: 12px; }
.festival-source { font-size: .85rem; color: var(--navy); display: inline-block; padding: 10px 0; }
.festival-section-heading { max-width: 780px; margin-bottom: 28px; }
.festival-jumps { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 24px; }
.festival-jumps a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--navy); font-weight: 700; }
.festival-routine { padding: 28px; background: var(--navy); color: #fff; border-radius: 8px; }
.festival-routine h3 { margin-top: 0; }
.festival-routine a { color: var(--gold-light); }
.festival-timeline { list-style: none; padding: 24px 0 0; margin: 0; }
.festival-timeline > li { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.festival-day-number { font-family: var(--serif); font-size: 2.4rem; color: var(--gold-text); }
.festival-date { text-transform: uppercase; letter-spacing: .065em; font-size: .8rem; font-weight: 700; color: var(--navy); margin: 4px 0 10px; }
.festival-timeline h3 { font-size: clamp(1.4rem,2.4vw,2rem); margin: 0 0 12px; }
.festival-timeline article > p { max-width: 78ch; }
.festival-collage { max-width: 780px; margin: 28px 0 8px; }
.festival-collage img { height: auto; border-radius: 8px; }
.festival-continuation { margin-top: 48px; padding: 28px; background: #fff7ed; border-radius: 8px; }
.festival-continuation h3 { font-size: 1.6rem; }
.festival-visitor { padding: 72px 0; }
.festival-visitor-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.festival-visitor-grid h3 { font-size: 1.3rem; }
.festival-booking { padding: 36px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.festival-booking .festival-status { color: var(--gold-text); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.festival-poster { max-width: 760px; margin: 32px auto; }
.festival-poster img { width: 100%; height: auto; border-radius: 6px; border: 1px solid var(--line); }
.festival-price-list { display: flex; flex-wrap: wrap; gap: 12px 32px; font-size: 1.15rem; padding: 20px 0; margin: 0; list-style: none; }
.festival-booking .hero-actions { flex-wrap: wrap; }
.festival-sources { margin-top: 56px; color: #4b5563; font-size: .9rem; }
.festival-sources h2 { font-size: 1.5rem; color: var(--navy); }
.festival-sources li { padding-bottom: 10px; }
@media (max-width: 900px) { .festival-hero { gap: 24px; } .festival-intro { grid-template-columns: minmax(0,1fr) 240px; gap: 32px; } }
@media (max-width: 760px) {
  .festival-hero { grid-template-columns: 1fr; padding-top: 160px; gap: 32px; }
  .festival-dates { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .festival-intro, .festival-visitor-grid { grid-template-columns: 1fr; }
  .festival-intro figure { max-width: 320px; margin: auto; }
  .festival-timeline > li { grid-template-columns: 40px minmax(0,1fr); gap: 12px; }
  .festival-day-number { font-size: 1.8rem; }
  .festival-notice, .festival-routine, .festival-continuation, .festival-booking { padding: 20px; }
  .festival-intro, .festival-visitor { padding: 48px 0; }
}
