/* ===== Source: main-overrides-home-foundation.css ===== */
/* Extracted from main-overrides-home-layout.css: homepage foundational layout rules */

/* Homepage border corners: keep containers square */
.featured-banner,
.featured-banner-visual,
.home-section,
.home-section .section,
.home-section-today,
.home-section-gallery,
.home-section-talents,
.insight-card,
.stage6-callout {
  border-radius: 0 !important;
}


/* Homepage shape + spacing fine-tuning */
.featured-banner,
.featured-banner-visual,
.home-section,
.home-section-today,
.home-section-gallery,
.home-section-talents,
.insight-card,
.stage6-callout {
  border-radius: 8px !important;
}

.home-dual-grid {
  margin-bottom: 28px !important;
}

.home-section-gallery,
.home-section-talents {
  margin-top: 0 !important;
}

.section-header-rich {
  align-items: flex-start;
}

.section-header-rich > div {
  display: grid;
  gap: 8px;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #8b76d9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.section-eyebrow::before {
  content: '\2726';
  color: #f0a8df;
  font-size: 12px;
  line-height: 1;
}

.section-header-rich h2 {
  margin: 0;
}

.section-header-rich > a,
.section-header-rich > .section-link {
  display: inline-flex;
  align-items: flex-start;
  align-self: flex-start;
  margin-top: 0;
  line-height: 1;
}


/* Homepage spacing system: single source of truth */
.home-rhythm-layout {
  display: grid !important;
  align-content: start;
}

.home-rhythm-layout > *,
.home-rhythm-layout > .section,
.home-rhythm-layout > .featured-banner,
.home-rhythm-layout > .home-dual-grid,
.home-rhythm-layout > .home-section,
.home-dual-grid > .section,
.home-dual-grid > .home-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.home-section-today .section-header,
.home-section-gallery .section-header {
  margin-bottom: 12px !important;
}


/* Featured banner carousel */
.featured-carousel {
  position: relative;
}

.featured-banner-viewport {
  overflow: hidden;
}

.featured-banner-track {
  display: flex;
  width: 100%;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.featured-banner-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.featured-banner-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 32px 26px;
}

.featured-banner-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.featured-banner-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #b7d9d4;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.featured-banner-dot.is-active {
  width: 28px;
  background: #0f9488;
}

.featured-banner-toolbar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.featured-banner-counter {
  color: #5f6b85;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.featured-banner-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.featured-banner-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #cfe9e3;
  border-radius: 999px;
  background: #ffffff;
  color: #0f766e;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.featured-banner-arrow:hover {
  background: #edf8f6;
  border-color: #9fd7cf;
  transform: translateY(-1px);
}

@media (max-width: 820px) {
  .featured-banner-controls {
    padding: 0 24px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .featured-banner-toolbar {
    width: 100%;
    justify-content: space-between;
  }
}


/* Featured spotlight layout */
.featured-spotlight {
  display: grid;
  align-items: stretch;
}

.featured-main-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid #cfe9e3;
  border-radius: 8px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.featured-main-overlay {
  position: absolute;
  inset: 0;
}

.featured-main-content {
  position: absolute;
  color: #ffffff;
}

.featured-main-topline {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
  text-transform: uppercase;
}

.featured-main-content h1 {
  margin: 18px 0 12px;
  font-size: 44px;
  line-height: 1.08;
  color: #ffffff;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.featured-main-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.65;
}

.featured-main-actions {
  margin-top: 22px;
}

.featured-main-actions .btn {
  pointer-events: none;
}

.featured-rail-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  padding: 8px;
  border-radius: 8px;
}

@media (max-width: 1180px) {
  .featured-spotlight {
    grid-template-columns: minmax(0, 1fr) 240px;
  }

  .featured-main-stage {
    min-height: 460px;
  }

  .featured-main-content {
    max-width: 72%;
    padding: 26px;
  }

  .featured-main-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 900px) {
  .featured-spotlight {
    grid-template-columns: 1fr;
  }

  .featured-main-stage {
    min-height: 400px;
  }

  .featured-main-content {
    max-width: none;
  }

}

@media (max-width: 640px) {
  .featured-spotlight {
    padding: 16px;
    gap: 14px;
  }

  .featured-main-stage {
    min-height: 320px;
  }

  .featured-main-content {
    padding: 18px;
  }

  .featured-main-content h1 {
    font-size: 28px;
  }

}


/* ===== Source: main-overrides-home-layout-passes.css ===== */
/* Extracted from main-overrides-home-layout.css: homepage layout final state */

/* Final homepage shell sizing after the layout passes settled. */
.container.home-refined.home-rhythm-layout {
  width: min(1460px, calc(100vw - 96px)) !important;
  padding-top: 36px;
}

@media (min-width: 1680px) {
  .container.home-refined.home-rhythm-layout {
    width: min(1520px, calc(100vw - 112px)) !important;
  }
}

@media (max-width: 1320px) {
  .container.home-refined.home-rhythm-layout {
    width: min(1400px, calc(100vw - 72px)) !important;
  }
}

@media (max-width: 820px) {
  .container.home-refined.home-rhythm-layout {
    width: min(100%, calc(100vw - 24px)) !important;
    padding-top: 28px;
  }
}

.page-home {
  background: #f5f6fa;
}

.home-hero-zone {
  position: relative;
  padding: 88px 0 40px;
  margin-bottom: 12px;
  background: #dff2ec;
  overflow: hidden;
  isolation: isolate;
}

.home-hero-zone::before,
.home-hero-zone::after {
  display: none;
}





.container.home-hero-shell {
  position: relative;
  z-index: 1;
  width: min(1460px, calc(100vw - 96px)) !important;
  max-width: none !important;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 0;
}

@media (min-width: 1680px) {
  .container.home-hero-shell {
    width: min(1520px, calc(100vw - 112px)) !important;
  }
}

@media (max-width: 1320px) {
  .container.home-hero-shell {
    width: min(1400px, calc(100vw - 72px)) !important;
  }
}

@media (max-width: 820px) {
  .page-home {
    background: #f5f6fa;
  }

  .home-hero-zone {
    padding: 56px 0 28px;
    margin-bottom: 10px;
  }

  .container.home-hero-shell {
    width: min(100%, calc(100vw - 24px)) !important;
  }
}
/* Final showcase layout. */
.home-showcase-grid > .home-section {
  min-width: 0;
  margin: 0 !important;
}

.home-showcase-grid .home-section-gallery,
.home-showcase-grid .home-section-talents-panel {
  height: 100%;
}


.home-showcase-grid {
  display: grid;
  order: 2;
  grid-template-columns: minmax(0, 1.78fr) 300px;
  align-items: stretch;
}

.home-showcase-grid .home-section-gallery .section-header h2 {
  font-size: 30px;
}

.home-showcase-grid .home-section-talents-panel .section-header h2 {
  font-size: 24px;
}

.home-showcase-grid .home-section-gallery .card-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#todayEvents .card-cover,
#hotEvents .card-cover,
#latestEvents .card-cover,
.home-event-card .card-cover {
  aspect-ratio: 1 / 1;
}

.home-showcase-grid .home-section-talents-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fbfefd;
  border-color: #cfe7e0;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.home-showcase-grid .home-section-talents-panel #hotTalents {
  display: grid;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  min-width: 0;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(var(--hot-talent-count, 1), minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  align-content: stretch;
  gap: 6px !important;
  box-sizing: border-box;
}

.home-showcase-grid .home-section-talents-panel .section-eyebrow {
  font-size: 11px;
  letter-spacing: 0.07em;
}

.home-showcase-grid .home-section-talents-panel > .section-header a {
  color: #2f6f67;
}

.home-showcase-grid .home-section-talents-panel #hotTalents .talent-card {
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
  min-height: 0;
  border-color: #d7ebe5;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.home-showcase-grid .home-section-talents-panel #hotTalents .talent-card.is-clickable-card:hover {
  transform: translateY(-1px);
  border-color: #c7e2dc !important;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.06);
}

.home-showcase-grid .home-section-talents-panel #hotTalents .talent-avatar-cover {
  width: 64px;
  height: 64px;
  border-radius: 15px;
  border: none;
  align-self: center;
}

.home-showcase-grid .home-section-talents-panel #hotTalents .talent-card-body {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  gap: 2px;
}

.home-showcase-grid .home-section-talents-panel #hotTalents .card-title {
  font-size: 15px;
  line-height: 1.15;
}

.home-showcase-grid .home-section-talents-panel #hotTalents .talent-card-body p {
  font-size: 12px;
  line-height: 1.25;
}

.home-showcase-grid .home-section-talents-panel #hotTalents .detail-link {
  margin-top: 1px;
  color: #70817d;
}

.home-archive-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

#todayEvents,
#hotEvents,
#latestEvents {
  align-items: start;
}

#todayEvents .card,
#latestEvents .card {
  min-height: 0;
  height: auto;
  align-self: start;
}

/* Final homepage card density from the last layout pass. */
.home-event-card {
  min-width: 0;
  color: var(--text);
  padding: 12px;
  box-sizing: border-box;
}

.home-showcase-grid .card.is-clickable-card,
.home-showcase-grid .talent-card.is-clickable-card,
#todayEvents .card.is-clickable-card,
#latestEvents .card.is-clickable-card,
#hotTalents .talent-card.is-clickable-card {
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.home-showcase-grid .card.is-clickable-card:hover,
.home-showcase-grid .talent-card.is-clickable-card:hover,
#todayEvents .card.is-clickable-card:hover,
#latestEvents .card.is-clickable-card:hover,
#hotTalents .talent-card.is-clickable-card:hover {
  transform: translateY(-3px);
  border-color: #9fd7cf !important;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.10);
}

.home-showcase-grid .card.is-clickable-card:focus-visible,
.home-showcase-grid .talent-card.is-clickable-card:focus-visible,
#todayEvents .card.is-clickable-card:focus-visible,
#latestEvents .card.is-clickable-card:focus-visible,
#hotTalents .talent-card.is-clickable-card:focus-visible {
  outline: 2px solid #7dd3c8;
  outline-offset: 3px;
}

.page-home .event-status-pill,
.page-home .featured-mosaic-meta .event-status-pill,
.page-home .home-upcoming-item .event-status-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px 0 27px;
  margin: 0 !important;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.01em;
  box-sizing: border-box;
}

.page-home .event-status-pill::before,
.page-home .featured-mosaic-meta .event-status-pill::before,
.page-home .home-upcoming-item .event-status-pill::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  transform: translateY(-50%);
}

.page-home .event-status-pill.is-upcoming {
  background: var(--surface-accent-strong, #dff3ef);
  color: var(--text-accent, var(--primary));
}

.page-home .event-status-pill.is-upcoming::before {
  left: 9px;
  width: 14px;
  height: 14px;
  background: center / 14px 14px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='5.25' stroke='%230f8b8d' stroke-width='1.5'/%3E%3Cpath d='M7 7V3.55' stroke='%230f8b8d' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7 7L8.45 8.45' stroke='%230f8b8d' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.page-home .event-status-pill.is-neutral {
  background: #fff4db;
  color: #a16207;
  padding: 0 12px;
}

.page-home .event-status-pill.is-neutral::before {
  content: none;
}

.home-event-card-head .event-status-pill.is-neutral {
  padding: 0 16px;
}

#hotEvents .home-event-card-head .event-status-pill.is-neutral,
#todayEvents .home-event-card-head .event-status-pill.is-neutral,
#latestEvents .home-event-card-head .event-status-pill.is-neutral {
  padding-left: 9px;
  padding-right: 9px;
}

.page-home .event-status-pill.is-live {
  background: #fee2e2;
  color: #dc2626;
}

.page-home .event-status-pill.is-live::before {
  background: currentColor;
  box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.32);
  animation: home-status-live-pulse 1.5s ease-out infinite;
}

.page-home .event-status-pill.is-ended {
  background: #e5e7eb;
  color: #4b5563;
}

.page-home .event-status-pill.is-ended::before {
  width: 8px;
  height: 2px;
  background: currentColor;
}

@keyframes home-status-live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.34);
  }

  70% {
    box-shadow: 0 0 0 6px rgba(220, 38, 38, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
  }
}

.home-event-card-head .event-status-pill,
.home-event-card-head .group-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  height: 38px;
  padding: 0 20px;
  margin: 0 !important;
  line-height: 1;
  box-sizing: border-box;
  white-space: nowrap;
}

.home-event-card-head .event-status-pill {
  padding: 0 16px 0 36px;
}

.home-event-card-head .event-status-pill::before {
  left: 14px;
}

.home-event-card-head .group-badge {
  border: 1px solid #bddfd8;
  background: #f4fbf9 !important;
  color: #2f6f67 !important;
  font-weight: 600;
}

.home-event-card .card-title {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
  color: var(--text) !important;
}

.home-event-card .card-meta {
  display: grid;
  gap: 4px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-secondary);
}

.home-event-card .card-cover {
  position: relative;
  margin: 0;
  border-radius: 12px;
  border-bottom: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #edf5f3 0%, #dfecea 100%);
}

.home-event-card-cover-badges {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  max-width: calc(100% - 20px);
}

.home-event-card-cover-badges .event-status-pill,
.home-event-card-cover-badges .group-badge {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.home-event-card-cover-badges .event-status-pill {
  border: 1px solid transparent;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

.home-event-card-cover-badges .group-badge {
  border-color: rgba(139, 193, 182, 0.96) !important;
  background: rgba(247, 253, 251, 0.86) !important;
  color: #2f6f67 !important;
}

.home-event-card .card-cover img,
#todayEvents .card-cover img,
#latestEvents .card-cover img,
#hotEvents .card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-event-card-body {
  padding: 12px 12px 14px;
  flex: 0 0 auto;
}

.home-event-card-body {
  gap: 0;
}

.home-event-card-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 0;
}

.home-event-card-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  order: 3;
}
.home-event-card .card-title {
  order: 1;
}

.home-event-card .card-meta {
  order: 2;
}

.home-event-card .card-tags {
  order: 4;
}

.home-event-card-badge {
  display: flex;
  min-width: 0;
}

#todayEvents .home-event-card-copy {
  gap: 8px;
  margin-left: 0;
}

#hotEvents .home-event-card-head {
  gap: 6px;
}

#hotEvents .home-event-card-head .event-status-pill,
#hotEvents .home-event-card-head .group-badge {
  min-height: 22px;
  height: 22px;
  padding: 0 8px;
}

#hotEvents .home-event-card-head .event-status-pill {
  padding-left: 22px;
}

#hotEvents .home-event-card-head .event-status-pill::before {
  left: 7px;
}

#todayEvents .home-event-card-head {
  gap: 6px;
}

#todayEvents .home-event-card-head .event-status-pill,
#todayEvents .home-event-card-head .group-badge {
  min-height: 24px;
  height: 24px;
  padding: 0 9px;
}

#todayEvents .home-event-card-head .event-status-pill {
  padding-left: 24px;
}

#todayEvents .home-event-card-head .event-status-pill::before {
  left: 8px;
}

#latestEvents .home-event-card-copy {
  gap: 7px;
  margin-left: 0;
}

#latestEvents .home-event-card-head {
  gap: 6px;
}

#latestEvents .home-event-card-head .event-status-pill,
#latestEvents .home-event-card-head .group-badge {
  min-height: 22px;
  height: 22px;
  padding: 0 8px;
}

#latestEvents .home-event-card-head .event-status-pill {
  padding-left: 22px;
}

#latestEvents .home-event-card-head .event-status-pill::before {
  left: 7px;
}

#hotEvents .home-event-card-head .event-status-pill,
#hotEvents .home-event-card-head .group-badge,
#todayEvents .home-event-card-head .event-status-pill,
#todayEvents .home-event-card-head .group-badge,
#latestEvents .home-event-card-head .event-status-pill,
#latestEvents .home-event-card-head .group-badge {
  margin: 0 !important;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
  white-space: nowrap;
}

#hotEvents .home-event-card-head .event-status-pill.is-upcoming::before,
#todayEvents .home-event-card-head .event-status-pill.is-upcoming::before,
#latestEvents .home-event-card-head .event-status-pill.is-upcoming::before {
  width: 12px;
  height: 12px;
}

#todayEvents .card-tags,
#latestEvents .card-tags {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 10px;
}

#todayEvents .card-tags > :last-child,
#latestEvents .card-tags > :last-child {
  justify-self: end;
}

#todayEvents .card-body {
  padding: 10px 0 0;
  gap: 5px;
}

#latestEvents .card-body {
  padding: 10px 0 0;
  gap: 4px;
}

#todayEvents .card-title {
  font-size: 17px;
  line-height: 1.3;
}

#latestEvents .card-title {
  font-size: 16px;
  line-height: 1.3;
}

#todayEvents .card-meta {
  gap: 3px;
  font-size: 13px;
  line-height: 1.48;
  order: 2;
}

#latestEvents .card-meta {
  gap: 2px;
  font-size: 13px;
  line-height: 1.45;
  order: 2;
}

/* Final section ordering from the homepage hierarchy reset. */
.home-section-today {
  order: 3;
}

.home-section-latest {
  order: 4;
}

.home-section-upcoming {
  order: 5;
}

.home-section-today,
.home-section-upcoming,
.home-section-latest {
  margin: 0 !important;
}

.home-section-today .card-list-rhythm {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.home-section-today .card-list-rhythm .card:first-child {
  grid-row: auto;
  min-height: 0;
}

.home-section-today .card-list-rhythm .card:first-child .card-cover,
.home-section-today .card-list-rhythm .card:not(:first-child) .card-cover {
  aspect-ratio: 16 / 10;
}

.home-section-today .card-list-rhythm .card:first-child .card-title,
.home-section-today .card-list-rhythm .card-title {
  font-size: 17px;
}


.home-section-today .section-header h2,
.home-section-latest .section-header h2 {
  font-size: 26px;
}


@media (max-width: 1320px) {
  .home-showcase-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .home-showcase-grid .home-section-gallery .card-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-section-today .card-list-rhythm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 1080px) {
  .home-showcase-grid {
    grid-template-columns: 1fr;
  }

  .home-showcase-grid .home-section-gallery .card-list,
  .home-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-section-today .card-list-rhythm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-showcase-grid .home-section-talents-panel #hotTalents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: minmax(0, 1fr);
    height: auto;
    align-content: stretch;
  }
}

@media (max-width: 820px) {
  .home-showcase-grid .home-section-gallery .card-list,
  .home-showcase-grid .home-section-talents-panel #hotTalents,
  .home-archive-grid,
  .home-section-today .card-list-rhythm {
    grid-template-columns: 1fr;
  }

  .home-showcase-grid .home-section-talents-panel #hotTalents {
    grid-template-rows: none;
    grid-auto-rows: auto;
    height: auto;
  }
}

/* ===== Source: main-overrides-home-banner.css ===== */
/* Extracted from main-overrides-home.css: homepage featured banner final state */

/* Supporting spacing adjustments that shipped with the final banner pass. */
.home-rhythm-layout {
  gap: 18px !important;
}

.home-showcase-grid {
  gap: 16px !important;
}

.home-section,
.home-section-latest,
.home-section-today {
  margin-top: 0 !important;
}

.home-showcase-grid .home-section-gallery .card-list,
.home-archive-grid,
.home-section-today .card-list-rhythm,
.home-showcase-grid .home-section-talents-panel #hotTalents {
  gap: 12px !important;
}

/* Final featured banner state after the refinement / rollback chain settled. */
.page-home .featured-banner,
.featured-banner {
  --featured-square-size: clamp(320px, 34vw, 660px);
  --featured-side-width: clamp(118px, 11.2vw, 208px);
  display: flex;
  justify-content: center;
  margin: 0;
}

.page-home .featured-showcase,
.featured-showcase {
  position: relative;
  width: max-content;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.page-home .featured-layout-stage,
.featured-layout-stage {
  position: relative;
  height: var(--featured-square-size);
  min-height: 0;
}

.page-home .featured-layout-panel,
.featured-layout-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.page-home .featured-layout-panel.is-active,
.featured-layout-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.page-home .featured-mosaic-grid,
.featured-mosaic-grid {
  display: grid;
  justify-content: center;
  align-items: stretch;
  grid-template-columns: var(--featured-side-width) var(--featured-square-size) var(--featured-square-size) var(--featured-side-width);
  gap: 16px;
  height: var(--featured-square-size);
  min-height: 0;
}

.page-home .featured-mosaic-card,
.featured-mosaic-card {
  position: relative;
  display: block;
  min-width: 0;
  height: var(--featured-square-size);
  overflow: hidden;
  border: 2px solid #b8d9d0;
  border-radius: 8px;
  background: #0f1720;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(184, 217, 208, 0.28), 0 12px 24px rgba(12, 33, 43, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  isolation: isolate;
}

.page-home .featured-mosaic-card--preview,
.featured-mosaic-card--preview {
  width: 100%;
  padding: 0;
  appearance: none;
  cursor: zoom-in;
  text-align: left;
  font: inherit;
}

.page-home .featured-mosaic-card.is-empty,
.featured-mosaic-card.is-empty {
  cursor: default;
  background:
    linear-gradient(180deg, rgba(228, 240, 236, 0.9) 0%, rgba(214, 229, 224, 0.96) 100%);
  color: #4d6661;
}

.page-home .featured-mosaic-card:hover,
.page-home .featured-mosaic-card:focus-visible,
.featured-mosaic-card:hover,
.featured-mosaic-card:focus-visible {
  transform: translateY(-3px);
  border-color: #2db5aa;
  box-shadow: 0 18px 32px rgba(25, 85, 78, 0.18);
}

.page-home .featured-mosaic-card--preview:focus-visible,
.featured-mosaic-card--preview:focus-visible {
  outline: none;
}

.page-home .featured-mosaic-card.is-empty:hover,
.page-home .featured-mosaic-card.is-empty:focus-visible,
.featured-mosaic-card.is-empty:hover,
.featured-mosaic-card.is-empty:focus-visible {
  transform: none;
  border-color: rgba(204, 234, 227, 0.96);
  box-shadow: 0 12px 24px rgba(12, 33, 43, 0.08);
}

.page-home .featured-mosaic-card--left,
.featured-mosaic-card--left {
  grid-column: 1;
}

.page-home .featured-mosaic-card--center-left,
.featured-mosaic-card--center-left {
  grid-column: 2;
}

.page-home .featured-mosaic-card--center-right,
.featured-mosaic-card--center-right {
  grid-column: 3;
}

.page-home .featured-mosaic-card--right,
.featured-mosaic-card--right {
  grid-column: 4;
}

.page-home .featured-mosaic-visual,
.featured-mosaic-visual {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(180deg, #15202a 0%, #0c1118 100%);
  overflow: hidden;
}

.page-home .featured-mosaic-visual--portrait,
.featured-mosaic-visual--portrait {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.page-home .featured-mosaic-visual--portrait::-webkit-scrollbar,
.featured-mosaic-visual--portrait::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.page-home .featured-mosaic-image,
.featured-mosaic-image {
  display: block;
  width: 100%;
}

.page-home .featured-mosaic-image--square,
.featured-mosaic-image--square {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.page-home .featured-mosaic-image--portrait,
.featured-mosaic-image--portrait {
  height: auto;
  min-height: 100%;
}

.page-home .featured-mosaic-image--duplicate,
.featured-mosaic-image--duplicate {
  display: none;
}

.page-home .featured-mosaic-visual--portrait.is-overflowing .featured-mosaic-image--duplicate,
.featured-mosaic-visual--portrait.is-overflowing .featured-mosaic-image--duplicate {
  display: block;
}

.page-home .featured-mosaic-empty-copy,
.featured-mosaic-empty-copy {
  position: absolute;
  inset: auto 16px 16px 16px;
  display: grid;
  gap: 6px;
  z-index: 1;
}

.page-home .featured-mosaic-empty-copy strong,
.featured-mosaic-empty-copy strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}

.page-home .featured-mosaic-empty-copy span,
.featured-mosaic-empty-copy span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #5f7772;
}

.page-home .featured-mosaic-card:hover .featured-mosaic-image--square,
.page-home .featured-mosaic-card:focus-visible .featured-mosaic-image--square,
.featured-mosaic-card:hover .featured-mosaic-image--square,
.featured-mosaic-card:focus-visible .featured-mosaic-image--square {
  transform: scale(1.035);
  filter: saturate(1.06);
}

.page-home .featured-mosaic-overlay,
.featured-mosaic-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(9, 16, 24, 0.1) 0%, rgba(9, 16, 24, 0.12) 40%, rgba(9, 16, 24, 0.78) 100%);
  pointer-events: none;
}

.page-home .featured-banner .featured-mosaic-overlay,
.featured-banner .featured-mosaic-overlay {
  display: none;
}

.page-home .featured-mosaic-copy,
.featured-mosaic-copy {
  position: absolute;
  inset: auto 14px 14px 14px;
  z-index: 2;
  display: grid;
  gap: 5px;
}

.page-home .featured-banner .featured-mosaic-copy,
.featured-banner .featured-mosaic-copy {
  display: none;
}

.page-home .featured-mosaic-meta,
.featured-mosaic-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.page-home .featured-mosaic-meta .event-status-pill,
.featured-mosaic-meta .event-status-pill,
.page-home .featured-mosaic-meta .group-badge,
.featured-mosaic-meta .group-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  margin: 0;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.page-home .featured-mosaic-meta .event-status-pill,
.featured-mosaic-meta .event-status-pill {
  padding: 0 10px 0 28px;
}

.page-home .featured-mosaic-meta .event-status-pill::before,
.featured-mosaic-meta .event-status-pill::before {
  left: 9px;
}

.page-home .featured-mosaic-meta .event-status-pill.is-upcoming::before,
.featured-mosaic-meta .event-status-pill.is-upcoming::before {
  width: 12px;
  height: 12px;
}

.page-home .featured-mosaic-title,
.featured-mosaic-title {
  display: block;
  overflow: hidden;
  font-weight: 800;
  line-height: 1.08;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.32);
  overflow-wrap: anywhere;
}

.page-home .featured-mosaic-title.has-prefix,
.featured-mosaic-title.has-prefix {
  width: calc(100% + var(--featured-prefix-shift, 0px));
  transform: translateX(calc(var(--featured-prefix-shift, 0px) * -1));
  transform-origin: left center;
}

.page-home .featured-mosaic-card--square .featured-mosaic-title.has-prefix,
.featured-mosaic-card--square .featured-mosaic-title.has-prefix {
  --featured-prefix-shift: 18px;
}

.page-home .featured-mosaic-card--portrait .featured-mosaic-title.has-prefix,
.featured-mosaic-card--portrait .featured-mosaic-title.has-prefix {
  --featured-prefix-shift: 12px;
}

.page-home .featured-mosaic-card--square .featured-mosaic-title,
.featured-mosaic-card--square .featured-mosaic-title {
  font-size: clamp(20px, 1.96vw, 33px);
}

.page-home .featured-mosaic-card--portrait .featured-mosaic-title,
.featured-mosaic-card--portrait .featured-mosaic-title {
  font-size: clamp(13px, 0.96vw, 17px);
  font-weight: 700;
}

.page-home .featured-mosaic-line,
.featured-mosaic-line {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 1.4;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
}

.page-home .featured-card-pager,
.featured-card-pager {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  pointer-events: auto;
}

.page-home .featured-showcase-dots,
.featured-showcase-dots {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
  pointer-events: auto;
}

.page-home .featured-showcase-dot,
.featured-showcase-dot {
  position: relative;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  box-shadow: none;
  opacity: 1;
  transition: transform 0.2s ease;
}

.page-home .featured-showcase-dot::before,
.featured-showcase-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
  opacity: 0.72;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .featured-showcase-dot.is-active,
.featured-showcase-dot.is-active {
  background: transparent;
}

.page-home .featured-showcase-dot.is-active::before,
.featured-showcase-dot.is-active::before {
  background: #ffffff;
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
}

.page-home .featured-image-viewer,
.featured-image-viewer {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  background: rgba(5, 10, 16, 0.78);
}

.page-home .featured-image-viewer[hidden],
.featured-image-viewer[hidden] {
  display: none;
}

.page-home .featured-image-viewer-backdrop,
.featured-image-viewer-backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: zoom-out;
}

.page-home .featured-image-viewer-dialog,
.featured-image-viewer-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-home .featured-image-viewer-frame,
.featured-image-viewer-frame {
  width: 100%;
  height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 14px;
  cursor: grab;
  overscroll-behavior: contain;
  touch-action: none;
}

.page-home .featured-image-viewer-frame.is-dragging,
.featured-image-viewer-frame.is-dragging {
  cursor: grabbing;
}

.page-home .featured-image-viewer-image,
.featured-image-viewer-image {
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  margin: 0 auto;
  object-fit: unset;
  border-radius: 10px;
  user-select: none;
  -webkit-user-drag: none;
}

.page-home .featured-image-viewer-close,
.featured-image-viewer-close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: grid;
  place-items: center;
  margin: 0;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(12, 18, 26, 0.82);
  color: #f8fffd;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

body.featured-preview-open {
  overflow: hidden;
}

.page-home .featured-showcase-dot:hover,
.page-home .featured-showcase-dot:focus-visible,
.featured-showcase-dot:hover,
.featured-showcase-dot:focus-visible {
  transform: none;
}

.page-home .featured-showcase-dot:hover::before,
.page-home .featured-showcase-dot:focus-visible::before,
.featured-showcase-dot:hover::before,
.featured-showcase-dot:focus-visible::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.08);
}

.page-home .featured-showcase-counter,
.featured-showcase-counter {
  display: none;
}

@media (max-width: 1320px) {
  .page-home .featured-banner,
  .featured-banner {
    --featured-square-size: clamp(286px, 34vw, 580px);
    --featured-side-width: clamp(108px, 10vw, 188px);
  }
}

@media (max-width: 980px) {
  .page-home .featured-banner,
  .featured-banner {
    display: block;
  }

  .page-home .featured-showcase,
  .featured-showcase {
    width: auto;
  }

  .page-home .featured-layout-stage,
  .featured-layout-stage {
    height: auto;
    min-height: 0;
  }

  .page-home .featured-layout-panel,
  .featured-layout-panel {
    position: relative;
    inset: auto;
    display: none;
    transform: none;
  }

  .page-home .featured-layout-panel.is-active,
  .featured-layout-panel.is-active {
    display: block;
  }

  .page-home .featured-mosaic-grid,
  .featured-mosaic-grid {
    justify-content: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    min-height: 0;
  }

  .page-home .featured-mosaic-card--center-left,
  .featured-mosaic-card--center-left,
  .page-home .featured-mosaic-card--center-right,
  .featured-mosaic-card--center-right {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .page-home .featured-mosaic-card--center-left,
  .featured-mosaic-card--center-left {
    grid-column: 1;
    grid-row: 1;
  }

  .page-home .featured-mosaic-card--center-right,
  .featured-mosaic-card--center-right {
    grid-column: 2;
    grid-row: 1;
  }

  .page-home .featured-mosaic-card--left,
  .featured-mosaic-card--left {
    grid-column: 1;
    grid-row: 2;
    height: clamp(240px, 48vw, 360px);
  }

  .page-home .featured-mosaic-card--right,
  .featured-mosaic-card--right {
    grid-column: 2;
    grid-row: 2;
    height: clamp(240px, 48vw, 360px);
  }

}

@media (max-width: 820px) {
  .home-rhythm-layout {
    gap: 14px !important;
  }

  .page-home .featured-showcase,
  .featured-showcase {
    padding: 0;
  }

  .page-home .featured-mosaic-grid,
  .featured-mosaic-grid {
    gap: 12px;
  }

  .page-home .featured-mosaic-copy,
  .featured-mosaic-copy {
    inset: auto 12px 12px 12px;
  }

  .page-home .featured-mosaic-card--square .featured-mosaic-title,
  .featured-mosaic-card--square .featured-mosaic-title {
    font-size: clamp(20px, 5vw, 30px);
  }
}

@media (max-width: 620px) {
  .page-home .featured-mosaic-grid,
  .featured-mosaic-grid {
    grid-template-columns: 1fr;
  }

  .page-home .featured-mosaic-card--center-left,
  .featured-mosaic-card--center-left,
  .page-home .featured-mosaic-card--center-right,
  .featured-mosaic-card--center-right,
  .page-home .featured-mosaic-card--left,
  .featured-mosaic-card--left,
  .page-home .featured-mosaic-card--right,
  .featured-mosaic-card--right {
    grid-column: 1;
  }

  .page-home .featured-mosaic-card--center-left,
  .featured-mosaic-card--center-left {
    grid-row: 1;
  }

  .page-home .featured-mosaic-card--left,
  .featured-mosaic-card--left {
    grid-row: 2;
  }

  .page-home .featured-mosaic-card--center-right,
  .featured-mosaic-card--center-right {
    grid-row: 3;
  }

  .page-home .featured-mosaic-card--right,
  .featured-mosaic-card--right {
    grid-row: 4;
  }

  .page-home .featured-mosaic-card--left,
  .featured-mosaic-card--left,
  .page-home .featured-mosaic-card--right,
  .featured-mosaic-card--right {
    height: clamp(260px, 86vw, 440px);
  }

}

/* ===== Source: main-overrides-home-upcoming.css ===== */
/* Extracted from main-overrides-home.css: homepage upcoming timeline and hot talent final state */

/* Final homepage upcoming timeline state after the fix chain settled. */
.page-home .home-upcoming-grid,
.home-upcoming-grid {
  display: block !important;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 12px !important;
}

.page-home .home-section-upcoming .section-header h2,
.home-section-upcoming .section-header h2 {
  font-size: 26px;
}

.page-home .home-upcoming-timeline,
.home-upcoming-timeline {
  position: relative;
  display: grid;
  width: 100%;
  gap: 14px;
}

.page-home .home-upcoming-timeline::before,
.home-upcoming-timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 4px;
  width: 2px;
  background: linear-gradient(180deg, rgba(32, 178, 166, 0.28) 0%, rgba(32, 178, 166, 0.08) 100%);
}

.page-home .home-upcoming-item,
.home-upcoming-item {
  position: relative;
  display: grid !important;
  grid-template-columns: 12px minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100%;
  align-items: start;
}

.page-home .home-upcoming-item.is-clickable-card,
.home-upcoming-item.is-clickable-card {
  cursor: pointer;
}

.page-home .home-upcoming-item.is-clickable-card .timeline-item-body,
.home-upcoming-item.is-clickable-card .timeline-item-body {
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.page-home .home-upcoming-item.is-clickable-card:hover .timeline-item-body,
.home-upcoming-item.is-clickable-card:hover .timeline-item-body {
  transform: translateY(-3px);
  border-color: #b6ddd5;
  box-shadow: 0 20px 40px rgba(96, 107, 151, 0.14);
}

.page-home .home-upcoming-item.is-clickable-card:hover .timeline-item-dot,
.home-upcoming-item.is-clickable-card:hover .timeline-item-dot {
  box-shadow: 0 0 0 8px rgba(32, 178, 166, 0.18);
}

.page-home .home-upcoming-item.is-clickable-card:focus-visible .timeline-item-body,
.home-upcoming-item.is-clickable-card:focus-visible .timeline-item-body {
  outline: 2px solid #7dd3c8;
  outline-offset: 3px;
}

.page-home .home-upcoming-item .timeline-item-dot,
.home-upcoming-item .timeline-item-dot {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin-top: 16px;
  background: #20b2a6;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(32, 178, 166, 0.12);
}

.page-home .home-upcoming-item .timeline-item-body,
.home-upcoming-item .timeline-item-body {
  width: 100%;
  min-width: 0;
  justify-self: stretch;
  box-sizing: border-box;
  padding: 16px 18px;
  border: 1px solid #d7ebe5;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcfb 100%);
}

.page-home .home-upcoming-item-shell,
.home-upcoming-item-shell {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: clamp(132px, 18vw, 188px) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.page-home .home-upcoming-thumb,
.home-upcoming-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #dcece8;
  background: #edf8f6;
}

.page-home .home-upcoming-thumb img,
.home-upcoming-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.page-home .home-upcoming-copy,
.home-upcoming-copy,
.page-home .home-upcoming-copy > *,
.home-upcoming-copy > * {
  min-width: 0;
}

.page-home .home-upcoming-copy,
.home-upcoming-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  min-height: 100%;
  gap: 10px;
}

.page-home .home-upcoming-item .timeline-item-head,
.home-upcoming-item .timeline-item-head {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
  align-items: center;
}

.page-home .home-upcoming-copy .timeline-item-head,
.home-upcoming-copy .timeline-item-head {
  margin-bottom: 4px;
}

.page-home .home-upcoming-item .timeline-item-time,
.home-upcoming-item .timeline-item-time,
.page-home .home-upcoming-item .event-status-pill,
.home-upcoming-item .event-status-pill,
.page-home .home-upcoming-item .group-badge,
.home-upcoming-item .group-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 32px;
  min-height: 32px;
  padding: 0 14px;
  margin: 0 !important;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
}

.page-home .home-upcoming-item .event-status-pill:not(.is-neutral),
.home-upcoming-item .event-status-pill:not(.is-neutral) {
  padding: 0 14px 0 31px;
}

.page-home .home-upcoming-item .event-status-pill:not(.is-neutral)::before,
.home-upcoming-item .event-status-pill:not(.is-neutral)::before {
  left: 11px;
}

.page-home .home-upcoming-item .timeline-item-time,
.home-upcoming-item .timeline-item-time {
  border: 1px solid #a9d6ce;
  border-radius: 999px;
  background: #f2fbf8;
  color: #225b54;
  font-weight: 700;
}

.page-home .home-upcoming-item .event-status-pill,
.home-upcoming-item .event-status-pill,
.page-home .home-upcoming-item .group-badge,
.home-upcoming-item .group-badge {
  margin-bottom: 0 !important;
}

.page-home .home-upcoming-item .group-badge,
.home-upcoming-item .group-badge {
  border: 1px solid #b9ddd6;
  border-radius: 999px;
  background: #f4fbf9 !important;
  color: #2f6f67 !important;
  font-weight: 700;
}

.page-home .home-upcoming-item .timeline-item-body h3,
.home-upcoming-item .timeline-item-body h3 {
  margin: 0;
  color: var(--text) !important;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  word-break: normal;
  overflow-wrap: break-word;
}

.page-home .home-upcoming-item .timeline-item-desc,
.home-upcoming-item .timeline-item-desc {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
  word-break: normal;
  overflow-wrap: break-word;
}

.page-home .home-upcoming-copy .timeline-item-desc,
.home-upcoming-copy .timeline-item-desc {
  margin-top: 2px;
}

.page-home .home-upcoming-item .timeline-item-actions,
.home-upcoming-item .timeline-item-actions {
  margin-top: 12px;
}

.page-home .home-upcoming-copy .timeline-item-actions,
.home-upcoming-copy .timeline-item-actions {
  margin-top: auto;
  padding-top: 14px;
}

.page-home .home-upcoming-item .detail-link,
.home-upcoming-item .detail-link {
  color: #138f84;
  font-size: 13px;
  word-break: normal;
  overflow-wrap: break-word;
}

/* Final hot-talents card spacing from the same homepage pass. */
.home-showcase-grid .home-section-talents-panel #hotTalents .talent-card {
  padding: 10px 12px;
  gap: 10px;
}

.home-showcase-grid .home-section-talents-panel #hotTalents .talent-avatar-cover {
  margin: 0;
}

.home-showcase-grid .home-section-talents-panel #hotTalents .talent-card-body {
  padding: 2px 0;
}

@media (max-width: 1080px) {
  .page-home .home-upcoming-item-shell,
  .home-upcoming-item-shell {
    grid-template-columns: 150px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .page-home .home-upcoming-timeline::before,
  .home-upcoming-timeline::before {
    left: 3px;
  }

  .page-home .home-upcoming-item,
  .home-upcoming-item {
    grid-template-columns: 10px minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .page-home .home-upcoming-item .timeline-item-dot,
  .home-upcoming-item .timeline-item-dot {
    width: 8px;
    height: 8px;
    margin-top: 14px;
    box-shadow: 0 0 0 4px rgba(32, 178, 166, 0.12);
  }

  .page-home .home-upcoming-item-shell,
  .home-upcoming-item-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .page-home .home-upcoming-thumb,
  .home-upcoming-thumb {
    max-width: 220px;
  }

  .page-home .home-upcoming-item .timeline-item-body,
  .home-upcoming-item .timeline-item-body {
    padding: 14px 14px 16px;
  }

  .home-showcase-grid .home-section-talents-panel #hotTalents .talent-card {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 0;
    padding: 12px 14px;
    gap: 8px;
  }

  .home-showcase-grid .home-section-talents-panel #hotTalents .talent-avatar-cover {
    width: 58px;
    height: 58px;
    border-radius: 13px;
  }

  .home-showcase-grid .home-section-talents-panel #hotTalents .talent-card-body {
    padding: 2px 0;
  }

  .home-showcase-grid .home-section-talents-panel #hotTalents .card-title {
    font-size: 14px;
  }

  .home-showcase-grid .home-section-talents-panel #hotTalents .talent-card-body p {
    font-size: 11px;
  }
}
/* Homepage featured banner skeleton */
.page-home .featured-showcase-skeleton {
  pointer-events: none;
}

.page-home .featured-showcase-skeleton .featured-layout-panel {
  opacity: 1;
  pointer-events: none;
  transform: none;
}

.page-home .featured-showcase-skeleton .featured-mosaic-card-skeleton {
  cursor: default;
}

.page-home .featured-showcase-skeleton .featured-mosaic-card-skeleton:hover {
  transform: none;
  box-shadow: 0 12px 24px rgba(12, 33, 43, 0.08);
}

.page-home .featured-showcase-skeleton .featured-mosaic-image-skeleton {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #cfdfda 0%, #deece8 52%, #cfe2dd 100%);
}

.page-home .featured-showcase-skeleton .featured-mosaic-image-skeleton::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.22) 48%, transparent 100%);
  transform: translateX(-100%);
  animation: home-featured-loading-shimmer 1.8s ease-in-out infinite;
}

.page-home .featured-showcase-skeleton .featured-showcase-dot {
  cursor: default;
}

.page-home .featured-showcase-skeleton .featured-showcase-counter {
  min-width: 68px;
  min-height: 14px;
  border-radius: 999px;
  background: rgba(84, 115, 109, 0.16);
}

@keyframes home-featured-loading-shimmer {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .featured-showcase-skeleton .featured-mosaic-image-skeleton::before {
    animation: none;
  }
}

