/* Explore hub + category drill-downs */

.explore-hub .page-hero h1,
.explore-page .page-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 0.92;
  overflow-wrap: normal;
}

.explore-crumb {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.explore-crumb a {
  color: var(--gold);
}

.explore-crumb a:hover {
  color: var(--amber, #f0b466);
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 8px clamp(20px, 6vw, 84px) clamp(48px, 7vw, 88px);
}

.hub-card {
  display: grid;
  grid-template-rows: 230px 1fr;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 243, 223, 0.075), rgba(255, 243, 223, 0.025)),
    var(--panel);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease;
}

.hub-card:hover,
.hub-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  outline: none;
}

.hub-card:focus-visible {
  box-shadow: 0 0 0 2px rgba(217, 162, 59, 0.55);
}

.hub-card-media {
  overflow: hidden;
  background: #050606;
}

.hub-card-media img {
  height: 100%;
  object-fit: cover;
}

.hub-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 22px 22px;
}

.hub-card-body span {
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 950;
}

.hub-card-body h2 {
  margin: 0;
  max-width: 14ch;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  line-height: 1.04;
}

.hub-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.hub-featured {
  margin-top: auto;
  padding-top: 12px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hub-card.world-product { border-top: 6px solid var(--teal); }
.hub-card.world-ai { border-top: 6px solid #668fc9; }
.hub-card.world-story { border-top: 6px solid var(--brick); }
.hub-card.world-sound { border-top: 6px solid var(--gold); }
.hub-card.world-merch { border-top: 6px solid var(--plum); }
.hub-card.world-life { border-top: 6px solid var(--olive); }

.explore-more {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
  padding: 28px clamp(20px, 6vw, 84px) 48px;
  border-top: 1px solid var(--line);
}

.explore-more a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.explore-more a:hover,
.explore-more a[aria-current="page"] {
  color: var(--gold);
}

.explore-page .feature-list,
.explore-page .section-heading,
.explore-page .contact-panel {
  max-width: none;
}

.explore-page .section {
  padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(56px, 8vw, 96px);
}

.explore-page .feature-list {
  padding: 0 clamp(20px, 6vw, 84px) clamp(48px, 7vw, 88px);
}

.explore-page .section .feature-list {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.explore-solo {
  padding: 8px clamp(20px, 6vw, 84px) clamp(48px, 7vw, 88px);
}

@media (max-width: 980px) {
  .hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hub-grid {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hub-card {
    min-height: 0;
    grid-template-rows: 240px 1fr;
  }

  .explore-more,
  .explore-solo,
  .explore-page .feature-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.explore-page .lira-feature {
  margin: 0 clamp(20px, 6vw, 84px) clamp(48px, 7vw, 88px);
}

.explore-page .visual-band {
  grid-template-columns: 1fr;
}

.explore-page .visual-band figure {
  max-height: 560px;
}

@media (max-width: 640px) {
  .explore-page .lira-feature {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.life-featured {
  display: grid;
  grid-template-columns: minmax(420px, 1.15fr) minmax(320px, 0.85fr);
  min-height: 460px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 22%, rgba(123, 85, 120, 0.2), transparent 34%),
    radial-gradient(circle at 18% 70%, rgba(217, 162, 59, 0.08), transparent 30%),
    linear-gradient(132deg, #070909 0%, #101313 58%, #141010 100%);
}

.life-featured-media {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: #050606;
}

.life-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.hub-card.world-life .hub-card-media img {
  object-position: center 40%;
}

.life-featured-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 6vw, 72px);
}

.life-featured-copy h2 {
  max-width: 11ch;
  margin: 8px 0 20px;
  color: var(--ink);
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
  line-height: 0.94;
}

.life-featured-copy > p:not(.eyebrow) {
  max-width: 28ch;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.05rem;
}

@media (max-width: 980px) {
  .life-featured {
    grid-template-columns: 1fr;
  }

  .life-featured-media {
    min-height: 280px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .life-featured-copy {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

.explore-page .feature-media.poster {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  background: #050606;
}

.explore-page .feature-media.poster img {
  width: 100%;
  height: auto;
  max-height: min(78vh, 820px);
  object-fit: contain;
  object-position: center;
  filter: none;
}

.explore-page .poster-band {
  display: flex;
  justify-content: center;
  padding: 0 clamp(20px, 6vw, 84px) clamp(48px, 7vw, 88px);
  background: #050606;
  border-top: 1px solid var(--line);
}

.explore-page .poster-band figure {
  margin: 0;
  max-width: 520px;
  width: 100%;
}

.explore-page .poster-band img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.hub-card.world-essay {
  border-top: 6px solid #c4a574;
}

.explore-page .fiction-visuals {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
  padding: 0 clamp(20px, 6vw, 84px) clamp(48px, 7vw, 88px);
}

.site-map {
  padding: clamp(40px, 6vw, 72px) clamp(20px, 6vw, 84px);
  border-top: 1px solid var(--line);
}

.site-map .map-group {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-map .map-intro {
  max-width: 46ch;
  margin: 0 0 28px;
  color: var(--muted);
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 32px;
}

.map-col h2 {
  margin: 0 0 12px;
  max-width: 16ch;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  line-height: 1.1;
}

.map-col h2 a {
  color: inherit;
}

.map-col h2 a:hover {
  color: var(--gold);
}

.map-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.map-col li {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.35;
}

.map-col li a {
  color: var(--gold);
}

.map-note {
  color: var(--soft);
  font-size: 0.78rem;
}

.map-more {
  margin: 28px 0 0;
}


@media (max-width: 980px) {
  .map-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .map-grid {
    grid-template-columns: 1fr;
  }
}


.hub-card.world-nyx {
  border-top: 6px solid #9b7ad8;
}

.hub-card.world-kit {
  border-top: 6px solid #c4785a;
}

.nyx-stage {
  padding: 0 clamp(20px, 6vw, 84px) clamp(36px, 6vw, 64px);
  background: #05040a;
  border-top: 1px solid var(--line);
}

.nyx-stage figure {
  margin: 0 auto;
  max-width: 1100px;
}

.nyx-stage img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.nyx-note {
  max-width: 42rem;
  margin: 0 auto;
  padding: 8px clamp(20px, 6vw, 84px) clamp(48px, 7vw, 88px);
}

.nyx-note h2 {
  max-width: 16ch;
  margin: 8px 0 18px;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1.02;
}

.nyx-note p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 1.05rem;
}

.nyx-note .button {
  margin-top: 8px;
}

.nyx-pointer {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.nyx-pointer a {
  color: var(--gold);
}


.featured-video-portrait {
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1.28fr);
}

.featured-video-frame-portrait {
  aspect-ratio: 9 / 16;
  max-width: 360px;
}

.featured-video-frame-portrait video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #030404;
}

.featured-video-frame > video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #030404;
}

@media (max-width: 980px) {
  .featured-video-portrait {
    grid-template-columns: 1fr;
  }
}
