/* ===== Events Hero ===== */
.events-hero {
  background: var(--color-white);
  padding: 32px 48px 40px;
}

.events-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.events-hero__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.events-hero__badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.jubilee-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: var(--color-red-dark);
  border-radius: 12px;
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

.jubilee-pill__dot {
  width: 6px;
  height: 6px;
  background: var(--color-white);
  border-radius: 50%;
  flex-shrink: 0;
}

.events-hero__fair-label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--color-nav-hover);
}

.events-hero__roster {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-red-dark);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
}

.events-hero__roster svg {
  flex-shrink: 0;
}

.events-hero__title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.events-hero__titles {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 768px;
}

.events-hero__title {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.2px;
  color: #141B2B;
}

.events-hero__title-tamil {
  font-family: 'Noto Sans Tamil', 'FreeSans', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--color-red-medium);
}

.events-hero__desc {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 24px;
  color: var(--color-nav-hover);
}

.events-hero__desc em {
  font-style: italic;
  color: #141B2B;
}

.events-hero__stats {
  display: flex;
  gap: 12px;
  padding: 16px;
  background: #F1F3FF;
  border-radius: 8px;
  flex-shrink: 0;
}

.events-hero__stat {
  display: flex;
  flex-direction: column;
  min-width: 96px;
}

.events-hero__stat-num {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  color: var(--color-red-dark);
}

.events-hero__stat-num--dark {
  color: #141B2B;
}

.events-hero__stat-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-nav-hover);
  letter-spacing: 0.4px;
}

/* ===== Spotlight Banner ===== */
.spotlight-banner {
  position: relative;
  overflow: hidden;
  padding: 32px;
  background: #293040;
  border-radius: 8px;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.spotlight-banner::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -64px;
  bottom: -64px;
  background: var(--color-red-dark);
  opacity: 0.15;
  filter: blur(32px);
  border-radius: 12px;
  pointer-events: none;
}

.spotlight-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.spotlight-banner__tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.spotlight-banner__badge {
  padding: 2px 10px;
  background: var(--color-red-dark);
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: var(--color-white);
  white-space: nowrap;
}

.spotlight-banner__meta {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #FFB4AA;
}

.spotlight-banner__title {
  font-family: var(--font-body);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #EDF0FF;
  max-width: 740px;
}

.spotlight-banner__desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-red-lighter);
  max-width: 672px;
}

.spotlight-banner__info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.spotlight-banner__info-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  color: #EDF0FF;
}

.spotlight-banner__info-item svg {
  flex-shrink: 0;
}

/* ===== Date Strip ===== */
.date-strip {
  background: #E9EDFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  padding: 12px 48px;
}

.date-strip__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.date-strip__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.date-strip__title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  color: #141B2B;
}

.date-strip__selected {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  color: var(--color-red-medium);
}

.date-strip__scroller {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.date-chip {
  flex: 0 0 auto;
  min-width: 92px;
  padding: 10px 16px;
  background: var(--color-white);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  cursor: pointer;
  border: none;
  font-family: var(--font-body);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.date-chip:hover:not(.date-chip--active) {
  background: #E5E9FF;
}

.date-chip__day {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--color-nav-hover);
}

.date-chip__date {
  font-size: 16px;
  font-weight: 900;
  color: #141B2B;
}

.date-chip__theme {
  font-size: 9px;
  font-weight: 500;
  color: var(--color-nav-hover);
  white-space: nowrap;
}

.date-chip--active {
  background: var(--color-red-dark);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.date-chip--active .date-chip__day {
  color: #FFB4AA;
}

.date-chip--active .date-chip__date {
  color: var(--color-white);
}

.date-chip--active .date-chip__theme {
  color: var(--color-white);
  font-weight: 700;
}

/* ===== Filter Toolbar ===== */
.filter-toolbar {
  background: var(--color-white);
  padding: 24px 48px 16px;
}

.filter-toolbar__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.filter-toolbar__row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.search-input-wrap {
  position: relative;
  flex: 1;
  min-width: 260px;
}

.search-input {
  width: 100%;
  padding: 12px 16px 12px 44px;
  background: #F1F3FF;
  border: none;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 14px;
  color: #141B2B;
}

.search-input::placeholder {
  color: var(--color-nav-hover);
}

.search-input:focus {
  outline: 2px solid var(--color-red-dark);
}

.search-input-wrap svg,
.search-input-wrap .bi {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #5E3F3B;
  font-size: 14px;
}

.type-select-wrap {
  position: relative;
  min-width: 220px;
}

.type-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 10px 32px 10px 16px;
  background: #F1F3FF;
  border: none;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 14px;
  color: #141B2B;
  cursor: pointer;
}

.type-select:focus {
  outline: 2px solid var(--color-red-dark);
}

.type-select-wrap svg,
.type-select-wrap .bi {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #5E3F3B;
  font-size: 13px;
}

.stage-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.stage-tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #F1F3FF;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  color: #141B2B;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}

.stage-tab:hover:not(.stage-tab--active) {
  background: #E5E9FF;
}

.stage-tab--active {
  background: var(--color-red-dark);
  color: var(--color-white);
  font-weight: 700;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

/* ===== Schedule ===== */
.schedule {
  background: var(--color-bg);
  padding: 32px 48px;
}

.schedule__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.schedule-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.schedule-group__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.schedule-group__label {
  padding: 4px 12px;
  background: var(--color-blue-tag);
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #141B2B;
  white-space: nowrap;
}

.schedule-group__divider {
  flex: 1;
  height: 2px;
  background: #E9EDFF;
}

.schedule-group__time {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  color: var(--color-nav-hover);
  white-space: nowrap;
}

.schedule-group__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.schedule-empty {
  padding: 48px 24px;
  text-align: center;
  background: var(--color-white);
  border-radius: 8px;
  color: var(--color-nav-hover);
  font-family: var(--font-body);
  font-size: 14px;
}

/* ===== Session Card ===== */
.session-card2 {
  background: var(--color-white);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border-left: 4px solid transparent;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-left-color 0.2s ease;
}

.session-card2:hover {
  border-left-color: var(--color-red-dark);
}

.session-card2__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.session-card2__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.session-card2__tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.session-pill {
  padding: 2px 10px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.session-track {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
}

.session-card2__time {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  color: var(--color-nav-hover);
  white-space: nowrap;
}

.session-card2__time svg {
  fill: var(--color-red-dark);
  flex-shrink: 0;
}

.session-card2__titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.session-card2__title {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #141B2B;
}

.session-card2__title-tamil {
  font-family: 'Noto Sans Tamil', 'FreeSans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-red-medium);
}

.session-card2__desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-nav-hover);
}

.session-card2__speaker {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
}

.speaker-avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.session-card2__speaker-info {
  display: flex;
  flex-direction: column;
}

.session-card2__speaker-name {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  color: #141B2B;
}

.session-card2__speaker-role {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--color-nav-hover);
}

.session-card2__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 24px 14px;
  background: rgba(241, 243, 255, 0.5);
  flex-wrap: wrap;
}

.session-card2__venue {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  flex-wrap: wrap;
}

.session-card2__venue svg {
  fill: var(--color-red-dark);
  flex-shrink: 0;
}

.session-card2__venue-name {
  font-weight: 700;
  color: #141B2B;
}

.session-card2__venue-note {
  color: var(--color-nav-hover);
}

.session-card2__cta {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  background: var(--color-white);
  color: #141B2B;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.session-card2__cta:hover {
  opacity: 0.8;
}

.session-card2__cta--primary {
  background: var(--color-red-dark);
  color: var(--color-white);
}

/* ===== Venue Directory ===== */
.venue-directory {
  background: var(--color-white);
  padding: 40px 48px;
}

.venue-directory__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.venue-directory__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.venue-directory__title {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  color: #141B2B;
}

.venue-directory__desc {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-nav-hover);
}

.venue-directory__link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  color: var(--color-red-dark);
  white-space: nowrap;
}

.venue-directory__link:hover {
  text-decoration: underline;
}

.venue-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.venue-card {
  background: #F1F3FF;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.venue-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.venue-card__stage {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 900;
  color: var(--color-red-dark);
}

.venue-card__seats {
  padding: 2px 8px;
  background: var(--color-white);
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  color: #141B2B;
  white-space: nowrap;
}

.venue-card__name {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: #141B2B;
}

.venue-card__desc {
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 16px;
  color: var(--color-nav-hover);
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .schedule-group__grid {
    grid-template-columns: 1fr;
  }
  .venue-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .events-hero__title {
    font-size: 36px;
    line-height: 42px;
  }
  .events-hero,
  .date-strip,
  .filter-toolbar,
  .schedule,
  .venue-directory {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 640px) {
  .events-hero {
    padding: 24px 20px 32px;
  }
  .events-hero__title {
    font-size: 28px;
    line-height: 34px;
  }
  .events-hero__title-tamil {
    font-size: 16px;
    line-height: 22px;
  }
  .events-hero__stats {
    width: 100%;
  }
  .events-hero__stat {
    flex: 1;
  }
  .date-strip,
  .filter-toolbar,
  .schedule,
  .venue-directory {
    padding-left: 20px;
    padding-right: 20px;
  }
  .venue-grid {
    grid-template-columns: 1fr;
  }
  .spotlight-banner {
    padding: 20px;
  }
  .spotlight-banner__title {
    font-size: 22px;
    line-height: 28px;
  }
  .schedule-group__header {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .schedule-group__label {
    white-space: normal;
    min-width: 0;
  }
  .schedule-group__divider {
    display: none;
  }
}
