/* ------------------------------
   Base
------------------------------ */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #070b12;
  color: #e8edf8;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.6;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.section {
  padding: 72px 0;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2 {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  line-height: 1.25;
}

.eyebrow {
  margin: 0 0 12px;
  color: #c8a85b;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

.eyebrow-dark {
  color: #7a5d1b;
}

.lead {
  max-width: 760px;
  color: #cfd7e7;
  font-size: 1.05rem;
}

.lead.narrow {
  max-width: 760px;
}

.dark-text {
  color: #182131;
}

/* ------------------------------
   Header / Navigation
------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(7, 11, 18, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.brand {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.brand span {
  color: #c8a85b;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #d7deeb;
  font-size: 0.95rem;
  transition: background 0.3s ease, color 0.3s ease;
}

.site-nav a:hover,
.site-nav a.active {
  background: rgba(200, 168, 91, 0.16);
  color: #ffffff;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1.8rem;
  cursor: pointer;
}

/* ------------------------------
   Buttons
------------------------------ */
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.left-align {
  justify-content: flex-start;
}

.btn {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d1ac59, #f2d48d);
  color: #111827;
  font-weight: 700;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.btn-dark {
  background: #111827;
  color: #ffffff;
}

.btn-outline-dark {
  background: transparent;
  border: 1px solid rgba(17, 24, 39, 0.25);
  color: #111827;
}

.text-link {
  display: inline-block;
  margin-top: 12px;
  color: #f0cb76;
  font-weight: 600;
}

/* ------------------------------
   Hero and page banners
------------------------------ */
.hero-banner {
  min-height: 88vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.92) 0%, rgba(7, 11, 18, 0.72) 56%, rgba(7, 11, 18, 0.48) 100%),
    url("../assets/images/backgrounds/home-hero.jpg") center center / cover no-repeat;
}

.hero-content {
  padding: 90px 0;
}

.hero-content h1 {
  margin: 0;
  max-width: 820px;
  font-family: 'Cinzel', serif;
  font-size: 3.6rem;
  line-height: 1.12;
}

.hero-content .lead {
  margin-top: 20px;
}

.page-banner {
  padding: 110px 0 80px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-banner h1 {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: 3rem;
  line-height: 1.15;
}

.page-banner-characters {
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.9) 0%, rgba(7, 11, 18, 0.72) 100%),
    url("../assets/images/backgrounds/characters-banner.jpg") center center / cover no-repeat;
}

.page-banner-gallery {
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.9) 0%, rgba(7, 11, 18, 0.72) 100%),
    url("../assets/images/backgrounds/gallery-banner.jpg") center center / cover no-repeat;
}

/* ------------------------------
   Layout blocks
------------------------------ */
.split-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 28px;
}

.media-panel,
.copy-panel,
.panel {
  flex: 1 1 420px;
}

.featured-image,
.poster-image,
.character-image {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.featured-image {
  min-height: 420px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.poster-image {
  max-height: 420px;
  object-fit: cover;
  margin-bottom: 18px;
}

.media-player {
  width: 100%;
  border-radius: 18px;
  background: #000000;
}

.panel {
  background: #0d1320;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.panel-copy h3 {
  margin: 18px 0 10px;
  font-family: 'Cinzel', serif;
  font-size: 1.35rem;
}

.light-cinematic {
  background: linear-gradient(135deg, #fff3cd 0%, #f9fbff 52%, #dce8fb 100%);
  color: #172032;
}

.light-title {
  margin: 0 0 14px;
  color: #111827;
  font-family: 'Cinzel', serif;
  font-size: 2.2rem;
}

.light-copy {
  color: #243146;
  font-size: 1.02rem;
}

.dark-panel {
  background: linear-gradient(180deg, #0b1018 0%, #081019 100%);
}

.final-cta {
  padding-top: 30px;
}

.cta-box {
  background: linear-gradient(135deg, #0d1420, #131d2d);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 36px;
  text-align: center;
}

/* ------------------------------
   Cards
------------------------------ */
.card-row {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.feature-card,
.character-card {
  width: calc(33.333% - 24px);
  margin: 12px;
  border-radius: 20px;
  overflow: hidden;
  background: #0f1624;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.feature-card {
  padding: 24px;
}

.feature-card h3,
.character-body h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
}

.character-image {
  height: 310px;
}

.character-body {
  padding: 20px;
}

.role-label {
  margin: 0 0 12px;
  color: #f0cb76;
  font-size: 0.9rem;
  font-weight: 600;
}

/* ------------------------------
   Lists / tags / audio
------------------------------ */
.meta-list {
  margin: 18px 0 0;
  padding-left: 18px;
}

.meta-list li {
  margin-bottom: 8px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tag {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dfe6f5;
  font-size: 0.82rem;
  font-weight: 600;
}

.light-tag {
  background: rgba(17, 24, 39, 0.08);
  color: #1c2738;
}

.audio-showcase {
  max-width: 760px;
}

.audio-card {
  padding: 24px;
  background: #0f1624;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}

.audio-card-light {
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(17, 24, 39, 0.08);
}

audio {
  width: 100%;
  margin-top: 12px;
}

/* ------------------------------
   Gallery
------------------------------ */
.gallery-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-btn {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: #0f1624;
  color: #dfe6f5;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background: #d1ac59;
  color: #111827;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.gallery-item {
  position: relative;
  width: calc(33.333% - 20px);
  margin: 10px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  background: #111827;
  text-align: left;
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(7, 11, 18, 0) 0%, rgba(7, 11, 18, 0.92) 100%);
  font-weight: 600;
}

.gallery-item.is-hidden {
  display: none;
}

/* ------------------------------
   Lightbox
------------------------------ */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  background: rgba(3, 7, 12, 0.94);
  padding: 30px;
}

.lightbox.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-inner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  background: #0c1320;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.lightbox-layout {
  display: flex;
  flex-wrap: wrap;
}

.lightbox-image {
  width: 60%;
  min-height: 360px;
  object-fit: cover;
  background: #000000;
}

.lightbox-copy {
  width: 40%;
  padding: 30px;
}

.lightbox-copy h3 {
  margin-top: 0;
  font-family: 'Cinzel', serif;
  font-size: 1.6rem;
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 1.8rem;
  cursor: pointer;
}

/* ------------------------------
   Footer
------------------------------ */
.site-footer {
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #060a10;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: #aeb8cc;
  font-size: 0.92rem;
}

/* ------------------------------
   Responsive
------------------------------ */
@media (max-width: 980px) {
  .hero-content h1,
  .page-banner h1 {
    font-size: 2.6rem;
  }

  .feature-card,
  .character-card,
  .gallery-item {
    width: calc(50% - 20px);
  }

  .lightbox-image,
  .lightbox-copy {
    width: 100%;
  }

  .lightbox-image {
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 72px;
    right: 5%;
    width: 230px;
    padding: 12px;
    background: #0d1320;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-radius: 12px;
  }

  .hero-banner {
    min-height: auto;
  }

  .hero-content {
    padding: 80px 0;
  }

  .hero-content h1,
  .page-banner h1 {
    font-size: 2.1rem;
  }

  .section {
    padding: 58px 0;
  }

  .feature-card,
  .character-card,
  .gallery-item {
    width: calc(100% - 20px);
  }

  .featured-image,
  .character-image {
    min-height: auto;
    height: auto;
  }

  .cta-box {
    padding: 26px;
  }
}
@media (max-width: 520px) {
  .hero-content h1,
  .page-banner h1 {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .section-heading h2,
  .light-title {
    font-size: 1.5rem;
  }

  .button-group {
    flex-direction: column;
  }

  .btn,
  .btn-secondary,
  .btn-dark,
  .btn-outline-dark {
    width: 100%;
    text-align: center;
  }

  .site-nav {
    width: 90%;
    right: 5%;
  }

  .gallery-caption {
    font-size: 0.9rem;
    padding: 14px;
  }

  .cta-box {
    padding: 20px;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-copy {
    padding: 20px;
  }
}
/* ==========================================
   MOBILE / TABLET POLISH PATCH
   Paste at the very bottom of style.css
========================================== */

/* Prevent horizontal scrolling on small devices */
html,
body {
  overflow-x: hidden;
}

/* Better touch targets */
.btn,
.btn-secondary,
.btn-dark,
.btn-outline-dark,
.filter-btn,
.menu-toggle,
.site-nav a,
.lightbox-close {
  min-height: 44px;
}

/* Slightly better button alignment */
.btn,
.btn-secondary,
.btn-dark,
.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Improve media consistency */
.featured-image,
.poster-image,
.character-image,
.gallery-item img,
.lightbox-image,
.media-player {
  width: 100%;
}

/* ------------------------------
   Tablet improvements
------------------------------ */
@media (max-width: 1024px) {
  .container {
    width: 92%;
  }

  .hero-content h1 {
    font-size: 3rem;
    max-width: 720px;
  }

  .page-banner h1 {
    font-size: 2.5rem;
  }

  .section {
    padding: 64px 0;
  }

  .featured-image {
    min-height: 360px;
  }

  .character-image {
    height: 280px;
  }

  .poster-image {
    max-height: 360px;
  }

  .feature-card,
  .character-card,
  .gallery-item {
    width: calc(50% - 20px);
  }

  .lightbox-inner {
    max-width: 920px;
  }

  .lightbox-image {
    min-height: 280px;
  }

  .lightbox-copy {
    padding: 24px;
  }
}

/* ------------------------------
   Main mobile layout
------------------------------ */
@media (max-width: 768px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .header-row {
    min-height: 66px;
    position: relative;
  }

  .brand {
    font-size: 1rem;
    line-height: 1.2;
    max-width: 78%;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 1.6rem;
    border-radius: 10px;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    padding: 12px;
    background: #0d1320;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .hero-banner {
    min-height: auto;
    background-position: center top;
  }

  .hero-content {
    padding: 64px 0 54px;
    text-align: center;
  }

  .hero-content h1 {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.15rem;
    line-height: 1.2;
  }

  .hero-content .lead {
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .page-banner {
    padding: 84px 0 54px;
    background-position: center center;
  }

  .page-banner h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .section {
    padding: 52px 0;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2,
  .light-title {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .split-layout {
    gap: 20px;
  }

  .media-panel,
  .copy-panel,
  .panel {
    flex: 1 1 100%;
  }

  .featured-image {
    min-height: 0;
    max-height: 520px;
    object-fit: cover;
  }

  .poster-image {
    max-height: 320px;
  }

  .character-image {
    height: auto;
    max-height: 420px;
    object-fit: cover;
  }

  .button-group {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .button-group .btn,
  .button-group .btn-secondary,
  .button-group .btn-dark,
  .button-group .btn-outline-dark {
    width: 100%;
    text-align: center;
  }

  .feature-card,
  .character-card,
  .gallery-item {
    width: calc(100% - 20px);
  }

  .feature-card,
  .character-body,
  .panel,
  .audio-card,
  .cta-box {
    padding: 20px;
  }

  .gallery-controls {
    gap: 8px;
  }

  .filter-btn {
    padding: 10px 14px;
  }

  .gallery-item img {
    height: 240px;
  }

  .gallery-caption {
    padding: 14px;
    font-size: 0.92rem;
  }

  .lightbox {
    padding: 10px;
  }

  .lightbox.is-open {
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lightbox-inner {
    width: 100%;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    border-radius: 18px;
  }

  .lightbox-layout {
    display: block;
  }

  .lightbox-image,
  .lightbox-copy {
    width: 100%;
  }

  .lightbox-image {
    min-height: 240px;
    max-height: 360px;
    object-fit: cover;
  }

  .lightbox-copy {
    padding: 20px;
  }

  .lightbox-copy h3 {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .meta-list {
    padding-left: 16px;
  }
}

/* ------------------------------
   Small phone improvements
------------------------------ */
@media (max-width: 520px) {
  .container {
    width: 94%;
  }

  .brand {
    font-size: 0.92rem;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .hero-content {
    padding: 56px 0 46px;
  }

  .hero-content h1 {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .page-banner h1 {
    font-size: 1.7rem;
  }

  .lead,
  .light-copy {
    font-size: 0.96rem;
  }

  .section-heading h2,
  .light-title,
  .panel-copy h3 {
    font-size: 1.45rem;
  }

  .section {
    padding: 46px 0;
  }

  .featured-image {
    max-height: 420px;
  }

  .panel,
  .audio-card,
  .cta-box,
  .feature-card,
  .character-body {
    padding: 18px;
  }

  .filter-btn {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }

  .gallery-item img {
    height: 220px;
  }

  .gallery-caption {
    font-size: 0.88rem;
    padding: 12px;
  }

  .tag-row {
    gap: 8px;
  }

  .tag {
    font-size: 0.76rem;
    padding: 6px 10px;
  }

  .lightbox {
    padding: 8px;
  }

  .lightbox-inner {
    max-height: calc(100vh - 16px);
  }

  .lightbox-copy {
    padding: 18px;
  }

  .lightbox-image {
    min-height: 220px;
  }
}

/* ------------------------------
   Very small phone improvements
------------------------------ */
@media (max-width: 380px) {
  .hero-content h1 {
    font-size: 1.55rem;
  }

  .page-banner h1 {
    font-size: 1.5rem;
  }

  .filter-btn {
    flex: 1 1 100%;
  }

  .gallery-item img {
    height: 200px;
  }

  .brand {
    font-size: 0.86rem;
  }
}
.audio-card + .audio-card {
  margin-top: 18px;
}
/* ==========================================
   MUSIC ARTWORK STYLES
========================================== */

.music-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.music-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: #0f1624;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.featured-track {
  background: linear-gradient(135deg, #0f1624 0%, #131d2d 100%);
}

.album-art-wrap {
  flex: 0 0 220px;
}

.album-art {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  background: #111827;
}

.album-art-small {
  width: 140px;
  height: 140px;
  border-radius: 18px;
}

.music-info {
  flex: 1 1 340px;
}

.music-info h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
}

.track-kicker {
  margin: 0 0 8px;
  color: #f0cb76;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.track-artist {
  margin: 0 0 12px;
  color: #cfd7e7;
  font-weight: 600;
}

.soundtrack-spotlight {
  margin-top: 18px;
}

.soundtrack-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.soundtrack-copy {
  flex: 1 1 260px;
}

.soundtrack-copy h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

/* Tablet */
@media (max-width: 980px) {
  .music-card {
    gap: 20px;
  }

  .album-art-wrap {
    flex-basis: 190px;
  }

  .album-art {
    width: 190px;
    height: 190px;
  }

  .album-art-small {
    width: 130px;
    height: 130px;
  }
}

/* Phone */
@media (max-width: 768px) {
  .music-card {
    padding: 20px;
    align-items: flex-start;
  }

  .album-art-wrap {
    flex: 1 1 100%;
  }

  .album-art {
    width: 100%;
    max-width: 260px;
    height: 260px;
    margin: 0 auto;
  }

  .music-info {
    flex: 1 1 100%;
  }

  .music-info h3 {
    font-size: 1.3rem;
    line-height: 1.25;
  }

  .soundtrack-layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .album-art-small {
    width: 120px;
    height: 120px;
  }
}

/* Small phones */
@media (max-width: 520px) {
  .album-art {
    max-width: 220px;
    height: 220px;
  }

  .album-art-small {
    width: 110px;
    height: 110px;
  }

  .music-card {
    padding: 18px;
  }
}
/* ==========================================
   PREMIUM BANANA WORLD THEME CARD
========================================== */

.world-theme-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff2c6 0%, #f8fbff 45%, #dce9ff 100%);
  border: 1px solid rgba(214, 176, 88, 0.35);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.22) inset;
  color: #172032;
}

.world-theme-card:before {
  content: "";
  position: absolute;
  top: -80px;
  right: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 216, 120, 0.38) 0%, rgba(255, 216, 120, 0) 72%);
  pointer-events: none;
}

.world-theme-card:after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -70px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(126, 180, 255, 0.22) 0%, rgba(126, 180, 255, 0) 72%);
  pointer-events: none;
}

.world-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
  color: #7a5d1b;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.world-theme-card .album-art {
  border: 2px solid rgba(255, 255, 255, 0.75);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.16),
    0 0 0 8px rgba(255, 255, 255, 0.2);
}

.world-theme-card .music-info,
.world-theme-card .music-info p,
.world-theme-card .music-info h3 {
  position: relative;
  z-index: 1;
}

.world-theme-card .music-info h3 {
  color: #111827;
}

.track-kicker-world {
  color: #8b6914;
}

.track-artist-world {
  color: #314159;
  font-weight: 700;
}

.world-description {
  color: #243146;
}

.world-tag {
  background: rgba(17, 24, 39, 0.08);
  color: #1a2536;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

/* Tablet */
@media (max-width: 980px) {
  .world-badge {
    top: 14px;
    right: 14px;
  }
}

/* Phone */
@media (max-width: 768px) {
  .world-theme-card {
    padding-top: 56px;
  }

  .world-badge {
    top: 14px;
    right: 14px;
    font-size: 0.68rem;
  }
}

/* Small phones */
@media (max-width: 520px) {
  .world-badge {
    position: static;
    display: inline-block;
    margin-bottom: 12px;
  }

  .world-theme-card {
    padding-top: 18px;
  }
}

/* ==========================================
   EPISODES PAGE
========================================== */

.page-banner-episodes {
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.9) 0%, rgba(7, 11, 18, 0.72) 100%),
    url("../assets/images/backgrounds/episodes-banner.jpg") center center / cover no-repeat;
}

.episode-feature-poster {
  margin-bottom: 18px;
}

.episode-code {
  margin: 0 0 8px;
  color: #f0cb76;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.episode-runtime {
  margin: 0 0 14px;
  color: #aeb8cc;
  font-weight: 600;
  font-size: 0.95rem;
}

.episode-track-note {
  margin-top: 16px;
  color: #d8e2f6;
  font-size: 0.95rem;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.chip {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #e7edf9;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  font-weight: 600;
}

.episode-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.episode-card {
  width: calc(50% - 24px);
  margin: 12px;
  background: #0f1624;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.episode-card-highlight {
  border-color: rgba(209, 172, 89, 0.34);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(209, 172, 89, 0.08) inset;
}

.episode-poster-grid {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.episode-body {
  padding: 22px;
}

.episode-body h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-size: 1.35rem;
  line-height: 1.25;
}

.era-track {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.era-step {
  flex: 1 1 220px;
  padding: 24px;
  background: linear-gradient(135deg, #0f1624 0%, #141d2d 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.era-step strong {
  display: inline-block;
  margin-bottom: 10px;
  color: #f0cb76;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
}

.era-step h3 {
  margin: 0 0 10px;
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
}

.episode-feature-copy .panel-copy h3,
.episode-feature-media .panel-copy h3 {
  margin-top: 0;
}

/* Tablet */
@media (max-width: 980px) {
  .episode-poster-grid {
    height: 250px;
  }

  .episode-body h3 {
    font-size: 1.25rem;
  }
}

/* Phone */
@media (max-width: 768px) {
  .episode-card {
    width: calc(100% - 24px);
  }

  .episode-poster-grid {
    height: 240px;
  }

  .episode-body {
    padding: 20px;
  }

  .era-step {
    flex: 1 1 100%;
    padding: 20px;
  }
}

/* Small phones */
@media (max-width: 520px) {
  .episode-poster-grid {
    height: 220px;
  }

  .episode-body {
    padding: 18px;
  }

  .episode-body h3 {
    font-size: 1.15rem;
  }
}

/* ==========================================
   GEEKZANY V CREED PAGE
========================================== */

.page-banner-creed {
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.92) 0%, rgba(7, 11, 18, 0.72) 100%),
    url("../assets/images/backgrounds/home-hero.jpg") center center / cover no-repeat;
}

.creed-intro-panel h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: 'Cinzel', serif;
  font-size: 2rem;
}

.creed-shell {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 56px;
}

.creed-mark {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 112px;
  height: 112px;
  margin-left: -56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel', serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff7dc;
  background: linear-gradient(135deg, #cfa548 0%, #f6df9a 100%);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.28),
    0 0 0 10px rgba(255, 255, 255, 0.04);
}

.creed-panel {
  position: relative;
  padding: 76px 42px 42px;
  border-radius: 28px;
  background: linear-gradient(180deg, #0d1422 0%, #10192a 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.creed-panel:before {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(126, 180, 255, 0.16) 0%, rgba(126, 180, 255, 0) 72%);
  pointer-events: none;
}

.creed-panel:after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(240, 203, 118, 0.14) 0%, rgba(240, 203, 118, 0) 72%);
  pointer-events: none;
}

.creed-line,
.creed-final,
.creed-dual {
  position: relative;
  z-index: 1;
}

.creed-line {
  margin: 0 0 26px;
  color: #dbe4f5;
  font-size: 1.08rem;
  line-height: 1.85;
  text-align: center;
}

.creed-emphasis {
  color: #ffffff;
  font-weight: 700;
}

.creed-title-line {
  color: #f0cb76;
  font-family: 'Cinzel', serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.creed-awaken {
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
}

.creed-v-line {
  color: #fff4c7;
  font-family: 'Cinzel', serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.creed-dual {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 10px 0 28px;
}

.creed-pair {
  min-width: 220px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #e7eefb;
  text-align: center;
  font-weight: 600;
}

.creed-pair span {
  display: block;
}

.creed-pair span + span {
  margin-top: 6px;
  color: #f0cb76;
}

.creed-final {
  margin: 34px 0 0;
  color: #fff6d8;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

/* Tablet */
@media (max-width: 980px) {
  .creed-panel {
    padding: 72px 32px 34px;
  }

  .creed-line {
    font-size: 1.02rem;
  }

  .creed-final {
    font-size: 1.95rem;
  }
}

/* Phone */
@media (max-width: 768px) {
  .creed-shell {
    padding-top: 48px;
  }

  .creed-mark {
    width: 92px;
    height: 92px;
    margin-left: -46px;
    font-size: 2.1rem;
  }

  .creed-panel {
    padding: 62px 20px 24px;
    border-radius: 22px;
  }

  .creed-line {
    margin-bottom: 22px;
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .creed-title-line {
    font-size: 1.25rem;
  }

  .creed-awaken {
    font-size: 1.2rem;
  }

  .creed-v-line {
    font-size: 1.8rem;
  }

  .creed-final {
    font-size: 1.6rem;
    line-height: 1.45;
  }

  .creed-pair {
    min-width: 100%;
  }
}

/* Small phones */
@media (max-width: 520px) {
  .creed-intro-panel h2 {
    font-size: 1.6rem;
  }

  .creed-line {
    font-size: 0.94rem;
  }

  .creed-final {
    font-size: 1.4rem;
  }
}
