:root {
  color-scheme: dark;
  --bg: #030303;
  --bg-soft: #090807;
  --panel: rgba(11, 9, 7, 0.9);
  --panel-strong: rgba(5, 4, 3, 0.96);
  --text: #f8efdd;
  --text-soft: #dbc8a1;
  --gold: #ba8228;
  --gold-bright: #f4cf78;
  --gold-pale: #fff0c7;
  --footer-bg: #050403;
  --footer-gold-base: rgba(101, 73, 24, 0.22);
  --footer-gold-deep: rgba(20, 14, 8, 0.14);
  --footer-gold-glow: rgba(244, 207, 120, 0.08);
  --line: rgba(244, 207, 120, 0.16);
  --line-strong: rgba(244, 207, 120, 0.34);
  --scrollbar-track: rgba(11, 9, 7, 0.98);
  --scrollbar-track-edge: rgba(244, 207, 120, 0.1);
  --scrollbar-thumb: linear-gradient(180deg, rgba(244, 207, 120, 0.96), rgba(186, 130, 40, 0.92));
  --scrollbar-thumb-hover: linear-gradient(180deg, rgba(255, 226, 160, 0.98), rgba(214, 156, 51, 0.96));
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.56);
  --shadow-strong: 0 48px 132px rgba(0, 0, 0, 0.72);
  --radius: 30px;
  --max-width: 1560px;
  --header-width: 1860px;
}

html[data-site-theme="light"] {
  color-scheme: light;
}

.site-theme-toggle {
  display: none !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 207, 120, 0.8) rgba(22, 17, 12, 0.96);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top, rgba(244, 207, 120, 0.12), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(186, 130, 40, 0.1), transparent 18%),
    linear-gradient(135deg, #060504 0%, #020202 44%, #0a0806 100%);
}

body[data-site-theme="light"] {
  --bg: #f5eadc;
  --bg-soft: #fff8ee;
  --panel: rgba(255, 250, 242, 0.88);
  --panel-strong: rgba(255, 253, 248, 0.96);
  --text: #24170f;
  --text-soft: #745f4f;
  --gold: #b56f20;
  --gold-bright: #c97822;
  --gold-pale: #6f4216;
  --footer-bg: #24170f;
  --footer-gold-base: rgba(181, 111, 32, 0.16);
  --footer-gold-deep: rgba(255, 248, 237, 0.42);
  --footer-gold-glow: rgba(181, 111, 32, 0.1);
  --line: rgba(145, 96, 49, 0.18);
  --line-strong: rgba(145, 96, 49, 0.34);
  --scrollbar-track: rgba(250, 241, 230, 0.98);
  --scrollbar-track-edge: rgba(145, 96, 49, 0.12);
  --scrollbar-thumb: linear-gradient(180deg, rgba(201, 120, 34, 0.94), rgba(145, 96, 49, 0.9));
  --scrollbar-thumb-hover: linear-gradient(180deg, rgba(225, 146, 58, 0.98), rgba(166, 102, 35, 0.96));
  --shadow: 0 28px 80px rgba(96, 64, 36, 0.18);
  --shadow-strong: 0 40px 110px rgba(96, 64, 36, 0.24);
  --contest-bg: #f3e2cf;
  --contest-ink: #24170f;
  --contest-muted: rgba(36, 23, 15, 0.68);
  --contest-line: rgba(145, 96, 49, 0.22);
  --contest-secondary: #b56f20;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(201, 120, 34, 0.16), transparent 25rem),
    radial-gradient(circle at 84% 18%, rgba(126, 68, 28, 0.12), transparent 22rem),
    linear-gradient(135deg, #fffaf1 0%, #f1e1cf 48%, #ead3ba 100%);
}

body[data-site-theme="light"] .ambient-left,
body[data-site-theme="light"] .ambient-right {
  opacity: 0.2;
  filter: blur(72px) saturate(0.84);
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 15px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    var(--scrollbar-track);
  border-left: 1px solid var(--scrollbar-track-edge);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border: 3px solid rgba(16, 12, 9, 0.94);
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 240, 199, 0.16),
    0 0 18px rgba(186, 130, 40, 0.2);
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
}

html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
  background: var(--scrollbar-track);
}

/* Public promotions */
body.promotions-page {
  background:
    radial-gradient(circle at 15% 9%, rgba(244, 207, 120, 0.16), transparent 26%),
    radial-gradient(circle at 82% 20%, rgba(124, 24, 24, 0.34), transparent 24%),
    linear-gradient(135deg, #050403 0%, #090705 42%, #130907 100%);
}

.promotions-hero,
.promotions-detail-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.56fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  align-items: center;
  min-height: min(760px, 88vh);
  padding-top: clamp(7rem, 12vw, 11rem);
  overflow: hidden;
}

.promotions-hero::before,
.promotions-detail-hero::before {
  content: "";
  position: absolute;
  inset: 7rem 1rem 2rem;
  z-index: -2;
  border-radius: clamp(2rem, 5vw, 4rem);
  background:
    linear-gradient(rgba(3, 3, 3, 0.56), rgba(3, 3, 3, 0.88)),
    url("/images/blog/post4/share.webp") center / cover;
  box-shadow: var(--shadow-strong);
}

.promotions-hero::after,
.promotions-detail-hero::after {
  content: "";
  position: absolute;
  inset: auto 8% 2.5rem 8%;
  z-index: -1;
  height: 42%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(244, 207, 120, 0.26), transparent 70%);
  filter: blur(54px);
  opacity: 0.76;
}

.promotions-hero-copy,
.promotion-detail-card,
.promotions-hero-card,
.promotion-info-panel {
  border: 1px solid rgba(244, 207, 120, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(8, 6, 4, 0.74);
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px);
}

.promotions-hero-copy,
.promotion-detail-card {
  max-width: 820px;
  padding: clamp(1.45rem, 4vw, 3.4rem);
  border-radius: clamp(1.6rem, 4vw, 3rem);
}

.promotions-hero h1,
.promotion-detail-card h1 {
  max-width: 850px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.3rem, 9vw, 7.8rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
  color: var(--text);
}

.promotions-hero-copy > p:not(.section-kicker),
.promotion-detail-summary {
  max-width: 720px;
  margin: clamp(1.2rem, 2vw, 1.8rem) 0 0;
  color: rgba(248, 239, 221, 0.82);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.75;
}

.promotions-hero-actions,
.promotion-detail-actions,
.promotion-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.promotions-hero-card {
  justify-self: stretch;
  min-height: 320px;
  padding: clamp(1.2rem, 4vw, 2.4rem);
  border-radius: 2rem;
  display: grid;
  align-content: end;
  background:
    radial-gradient(circle at 20% 18%, rgba(244, 207, 120, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(44, 20, 13, 0.78), rgba(4, 3, 3, 0.72));
}

.promotions-hero-card span,
.promotions-hero-card small,
.promotion-card-topline,
.promotion-detail-meta {
  color: rgba(248, 239, 221, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.promotions-hero-card strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(5rem, 10vw, 8.8rem);
  line-height: 0.8;
  color: var(--gold-bright);
}

.promotions-grid-section {
  padding-top: clamp(2rem, 5vw, 4rem);
}

.promotions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

.promotion-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(7, 6, 5, 0.86);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.34);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.promotion-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 207, 120, 0.38);
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.46);
}

.promotion-card-media {
  position: relative;
  display: block;
  min-height: 245px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}

.promotion-card-media img,
.promotion-detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotion-card-media img {
  aspect-ratio: 16 / 11;
  transition: transform 420ms ease;
}

.promotion-card:hover .promotion-card-media img {
  transform: scale(1.045);
}

.promotion-badge,
.promotion-floating-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  color: #160c06;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #fff1bd, #f4a846);
  box-shadow: 0 14px 34px rgba(244, 168, 70, 0.28);
}

.promotion-badge.is-featured {
  left: auto;
  right: 1rem;
  color: var(--text);
  background: rgba(104, 25, 18, 0.88);
}

.promotion-card-body {
  padding: clamp(1.1rem, 2.4vw, 1.55rem);
}

.promotion-card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: space-between;
}

.promotion-card h2 {
  margin: 0.85rem 0 0.55rem;
  color: var(--text);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 900;
  line-height: 1.08;
}

.promotion-card p,
.promotion-info-panel p,
.promotion-muted {
  color: rgba(248, 239, 221, 0.72);
  line-height: 1.65;
}

.promotion-price-row,
.promotion-detail-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin-top: 1rem;
}

.promotion-price-row strong,
.promotion-detail-price-row strong {
  color: var(--gold-bright);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 950;
}

.promotion-price-row span,
.promotion-detail-price-row span {
  color: rgba(248, 239, 221, 0.48);
  font-weight: 800;
  text-decoration: line-through;
}

.promotions-empty-state {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid rgba(244, 207, 120, 0.17);
  border-radius: 2rem;
  text-align: center;
  background: rgba(8, 6, 4, 0.78);
  box-shadow: var(--shadow);
}

.promotions-empty-state h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.promotion-back-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin-bottom: 1.4rem;
  color: var(--gold-bright);
  font-weight: 900;
  text-decoration: none;
}

.promotion-detail-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: center;
  grid-column: 1 / -1;
}

.promotion-detail-media {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(244, 207, 120, 0.2);
  border-radius: clamp(1.7rem, 4vw, 3rem);
  box-shadow: var(--shadow-strong);
}

.promotion-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.1rem;
}

.promotion-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.promotion-detail-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.promotion-info-panel {
  padding: clamp(1.1rem, 3vw, 2rem);
  border-radius: 1.6rem;
}

.promotion-info-panel-wide {
  grid-column: 1 / -1;
}

.promotion-info-panel h2 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.promotion-detail-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.promotion-detail-list li {
  position: relative;
  padding-left: 1.4rem;
  color: rgba(248, 239, 221, 0.78);
}

.promotion-detail-list li::before {
  content: "";
  position: absolute;
  top: 0.64rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--gold-bright);
  box-shadow: 0 0 18px rgba(244, 207, 120, 0.42);
}

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

  .promotions-hero,
  .promotions-detail-hero,
  .promotion-detail-shell {
    grid-template-columns: 1fr;
  }

  .promotions-hero-card {
    min-height: 220px;
  }
}

@media (max-width: 760px) {
  .promotions-hero,
  .promotions-detail-hero {
    min-height: auto;
    padding-top: 6.5rem;
  }

  .promotions-hero::before,
  .promotions-detail-hero::before {
    inset: 5.4rem 0.65rem 1rem;
    border-radius: 1.45rem;
  }

  .promotions-grid,
  .promotion-detail-content-grid {
    grid-template-columns: 1fr;
  }

  .promotion-detail-media {
    min-height: 360px;
  }

  .promotion-card-actions .button,
  .promotions-hero-actions .button,
  .promotion-detail-actions .button {
    width: 100%;
    justify-content: center;
  }
}

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
  height: 16px;
  background-color: rgba(30, 23, 16, 0.96);
  border-left: 1px solid var(--scrollbar-track-edge);
}

body.is-booking-modal-open,
body.is-player-modal-open,
body.is-event-modal-open,
body.is-contest-promo-modal-open,
body.is-jobs-apply-modal-open {
  overflow: hidden;
}

body.is-booking-modal-open .global-player {
  opacity: 0.16;
  pointer-events: none;
}

body.is-event-modal-open .global-player {
  opacity: 0.16;
  pointer-events: none;
}

body.is-contest-promo-modal-open .global-player {
  opacity: 0.16;
  pointer-events: none;
}

body.is-jobs-apply-modal-open .global-player {
  opacity: 0.16;
  pointer-events: none;
}

body.is-player-modal-open .global-player {
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
}

body.is-preloading {
  overflow: hidden;
}

.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 50% 30%, rgba(244, 207, 120, 0.16), transparent 24rem),
    radial-gradient(circle at 70% 72%, rgba(54, 134, 255, 0.1), transparent 22rem),
    linear-gradient(135deg, #080604 0%, #020202 58%, #0b0704 100%);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 520ms ease,
    visibility 520ms ease;
}

.site-preloader::before,
.site-preloader::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.site-preloader::before {
  inset: 0;
  opacity: 0.24;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 5px),
    radial-gradient(circle at center, rgba(244, 207, 120, 0.08), transparent 34%);
}

.site-preloader::after {
  width: min(78vw, 42rem);
  height: min(78vw, 42rem);
  border-radius: 999px;
  border: 1px solid rgba(244, 207, 120, 0.12);
  background:
    radial-gradient(circle, rgba(244, 207, 120, 0.12), transparent 58%),
    repeating-radial-gradient(circle, rgba(255, 240, 199, 0.08) 0 1px, transparent 1px 12px);
  animation: preloaderRings 8s linear infinite;
}

.site-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-preloader-shell {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.25rem;
  width: min(100%, 40rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: translateY(0.55rem);
}

.site-preloader-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(26rem, 64vw, 44rem);
  aspect-ratio: 1;
  border-radius: 999px;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(244, 207, 120, 0.24), rgba(244, 207, 120, 0.08) 36%, transparent 66%);
  transform: translate(-50%, -53%);
  animation: preloaderSweep 2.6s ease-in-out infinite;
  filter: blur(10px);
  opacity: 0.75;
}

.site-preloader-gif {
  position: relative;
  z-index: 1;
  width: clamp(17rem, 40vw, 26rem);
  height: clamp(17rem, 40vw, 26rem);
  object-fit: contain;
  mix-blend-mode: screen;
  transform: scale(1.02);
  transform-origin: center;
  animation: preloaderLogoPulse 2.6s ease-in-out infinite;
  filter:
    drop-shadow(0 22px 40px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 30px rgba(244, 207, 120, 0.34));
}

.site-preloader-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.3rem;
  text-align: center;
  text-transform: uppercase;
}

.site-preloader-copy p {
  margin: 0;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: clamp(2.5rem, 8vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  color: var(--gold-pale);
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.55),
    0 0 24px rgba(244, 207, 120, 0.28);
}

.site-preloader-copy span {
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.18;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
  background-size: 84px 84px;
  -webkit-mask-image: radial-gradient(circle at center, black 34%, transparent 82%);
  mask-image: radial-gradient(circle at center, black 34%, transparent 82%);
}

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

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

button,
input,
textarea {
  font: inherit;
}

.recaptcha-shell {
  display: grid;
  gap: 0.6rem;
  align-items: start;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(255, 255, 255, 0.02);
}

.recaptcha-widget {
  display: none;
  min-height: 0;
}

.recaptcha-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.82rem;
  line-height: 1.55;
}

.recaptcha-note a {
  color: var(--gold-pale);
  text-decoration: underline;
  text-decoration-color: rgba(244, 207, 120, 0.38);
}

.recaptcha-note[data-state="error"] {
  color: #ffb4a6;
}

.recaptcha-note[data-state="success"] {
  color: var(--gold-pale);
}

.recaptcha-note[data-state="pending"] {
  color: var(--gold-bright);
}

/* The visible branding notice above satisfies the reCAPTCHA v3 disclosure requirement. */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.shared-audio-element {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  position: relative;
  overflow-x: clip;
}

body.has-global-player .site-shell {
  padding-bottom: 6rem;
}

body.has-cookie-banner .site-shell {
  padding-bottom: 9.5rem;
}

.global-player {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

body[data-music-player-position="bottom_left"] .global-player {
  left: 1rem;
  right: auto;
}

body[data-music-player-position="bottom_center"] .global-player {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

body[data-music-player-position="bottom_left"] .global-player-drawer {
  left: calc(100% + 0.8rem);
  right: auto;
  transform: translateX(-18px) scale(0.96);
  transform-origin: left bottom;
}

body[data-music-player-position="bottom_left"] .global-player.is-open .global-player-drawer {
  transform: translateX(0) scale(1);
}

.global-player-shell {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  pointer-events: auto;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 68;
  width: min(460px, calc(100vw - 6.5rem));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: end;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(10, 8, 6, 0.94);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
}

.cookie-banner-copy {
  display: grid;
  gap: 0.35rem;
}

.cookie-banner-kicker {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.cookie-banner-copy strong {
  font-size: 0.92rem;
  line-height: 1.38;
  color: var(--text);
}

.cookie-banner-copy p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--text-soft);
  line-height: 1.52;
}

.cookie-banner-copy a {
  color: var(--gold-pale);
  text-decoration: underline;
  text-decoration-color: rgba(244, 207, 120, 0.36);
}

.cookie-banner-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: stretch;
  min-width: 132px;
}

.cookie-banner-actions .button {
  min-height: 40px;
  padding: 0.72rem 0.9rem;
  font-size: 0.74rem;
  justify-content: center;
}

.global-player-row {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.global-events-button,
.global-booking-button,
.global-player-trigger,
.global-player-mini-button,
.global-player-mini-collapse,
.global-player-mini-expand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 999px;
  backdrop-filter: blur(18px) saturate(115%);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.36);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
  appearance: none;
}

.global-events-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    linear-gradient(135deg, rgba(186, 130, 40, 0.14), transparent 46%, rgba(186, 130, 40, 0.05)),
    rgba(8, 7, 5, 0.94);
  color: var(--text);
  text-decoration: none;
}

.global-events-button i {
  color: var(--gold-bright);
  font-size: 0.95rem;
}

.global-booking-button {
  position: relative;
  width: 62px;
  min-height: 62px;
  min-width: 62px;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    linear-gradient(135deg, var(--gold-bright), var(--gold) 68%, #efbd58);
  color: #140d06;
  font-size: 0.72rem;
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.34),
    0 14px 28px rgba(186, 130, 40, 0.24);
}

.global-booking-button::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(20, 13, 6, 0.14);
  border-radius: 999px;
  pointer-events: none;
}

.global-booking-button i {
  font-size: 1rem;
}

.global-booking-button .sr-only {
  position: absolute;
}

.global-player-trigger {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    linear-gradient(135deg, rgba(186, 130, 40, 0.14), transparent 46%, rgba(186, 130, 40, 0.04)),
    rgba(8, 7, 5, 0.94);
  color: var(--text);
  cursor: pointer;
}

.global-player-trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  color: var(--music-player-primary, var(--gold-bright));
}

.global-player-trigger-icon i {
  font-size: 1rem;
}

.global-player-trigger-status {
  position: absolute;
  right: 0.8rem;
  bottom: 0.82rem;
  display: inline-flex;
  align-items: flex-end;
  gap: 0.14rem;
  height: 14px;
}

.global-player-trigger-status span {
  width: 3px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--music-player-primary, var(--gold-bright)), var(--gold));
  opacity: 0.58;
  transform-origin: bottom;
}

.global-player-trigger.is-playing .global-player-trigger-status span {
  opacity: 1;
  animation: equalize 1.6s ease-in-out infinite;
}

.global-player-trigger.is-playing .global-player-trigger-status span:nth-child(2) {
  animation-delay: 0.14s;
}

.global-player-trigger.is-playing .global-player-trigger-status span:nth-child(3) {
  animation-delay: 0.28s;
}

.global-player-drawer {
  position: absolute;
  right: calc(100% + 0.8rem);
  bottom: 0;
  width: min(590px, calc(100vw - 8rem));
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px) scale(0.96);
  transform-origin: right bottom;
  transition: opacity 220ms ease, transform 220ms ease;
}

.global-player.is-open .global-player-drawer {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.global-player-drawer-panel {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 1rem 0.95rem;
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    linear-gradient(135deg, rgba(186, 130, 40, 0.12), transparent 48%, rgba(186, 130, 40, 0.03)),
    rgba(8, 7, 5, 0.96);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.42);
}

.global-player-drawer-art {
  min-height: 190px;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.08), rgba(7, 6, 5, 0.72)),
    url("images/portadas-musicales/web/bendiciones.webp") center/cover no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 34px rgba(0, 0, 0, 0.24);
}

.global-player-drawer-content {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
}

.global-player-drawer-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: start;
}

.global-player-drawer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.global-player-drawer-copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.global-player-drawer-kicker {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--music-player-primary, var(--gold-bright));
}

.global-player-drawer-copy strong {
  display: block;
  min-width: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.global-player-drawer-copy > span:last-child {
  min-width: 0;
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--text-soft);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.global-player-mini-collapse,
.global-player-mini-expand {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

.global-player-mini-progress-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.global-player-mini-time {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--music-player-primary, var(--gold-bright));
}

.global-player-mini-progress {
  width: 100%;
  height: 5px;
  margin: 0;
  accent-color: var(--music-player-primary, var(--gold-bright));
  cursor: pointer;
}

.global-player-mini-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.global-player-mini-preview-feedback {
  margin-top: -0.15rem;
  text-align: center;
}

.global-player-mini-button {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

.global-player-mini-button i,
.global-player-mini-collapse i,
.global-player-mini-expand i {
  font-size: 0.92rem;
  transition: transform 180ms ease, color 180ms ease, opacity 180ms ease;
}

.global-player-mini-button-primary i {
  font-size: 1rem;
}

.global-player-mini-button-primary {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  color: #140d06;
  border-color: transparent;
  background: linear-gradient(135deg, var(--music-player-primary, var(--gold-bright)), var(--gold));
  box-shadow: 0 18px 34px rgba(186, 130, 40, 0.24);
}

body[data-music-player-theme="light"] .global-player-trigger,
body[data-music-player-theme="light"] .global-player-mini-button,
body[data-music-player-theme="light"] .global-player-mini-collapse,
body[data-music-player-theme="light"] .global-player-mini-expand {
  background: rgba(255, 250, 242, 0.96);
  color: #22170f;
  border-color: rgba(120, 82, 42, 0.14);
  box-shadow: 0 18px 42px rgba(68, 43, 22, 0.18);
}

body[data-music-player-theme="light"] .global-player-drawer-panel {
  background:
    radial-gradient(circle at top right, rgba(208, 138, 45, 0.16), transparent 34%),
    rgba(255, 250, 242, 0.98);
  color: #22170f;
  border-color: rgba(120, 82, 42, 0.14);
  box-shadow: 0 24px 56px rgba(68, 43, 22, 0.2);
}

body[data-music-player-theme="light"] .global-player-drawer-copy > span:last-child {
  color: rgba(64, 42, 26, 0.72);
}

.global-player-trigger.is-playing {
  border-color: rgba(244, 207, 120, 0.32);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(244, 207, 120, 0.08),
    0 0 28px rgba(244, 207, 120, 0.12);
}

.global-booking-button:hover,
.global-booking-button:focus-visible,
.global-events-button:hover,
.global-events-button:focus-visible,
.global-player-trigger:hover,
.global-player-trigger:focus-visible,
.global-player-mini-button:hover,
.global-player-mini-button:focus-visible,
.global-player-mini-collapse:hover,
.global-player-mini-collapse:focus-visible,
.global-player-mini-expand:hover,
.global-player-mini-expand:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(244, 207, 120, 0.3);
  outline: none;
}

.global-events-button:hover,
.global-events-button:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    linear-gradient(135deg, rgba(186, 130, 40, 0.2), transparent 46%, rgba(186, 130, 40, 0.06)),
    rgba(8, 7, 5, 0.97);
  color: var(--gold-pale);
}

.global-player-trigger:hover,
.global-player-trigger:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    linear-gradient(135deg, rgba(186, 130, 40, 0.12), transparent 46%, rgba(186, 130, 40, 0.04)),
    rgba(8, 7, 5, 0.97);
}

.global-player-mini-button:hover,
.global-player-mini-button:focus-visible,
.global-player-mini-collapse:hover,
.global-player-mini-collapse:focus-visible,
.global-player-mini-expand:hover,
.global-player-mini-expand:focus-visible {
  background: rgba(244, 207, 120, 0.08);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(244, 207, 120, 0.08),
    0 0 18px rgba(244, 207, 120, 0.1);
}

.global-player-mini-button:hover i,
.global-player-mini-button:focus-visible i,
.global-player-mini-collapse:hover i,
.global-player-mini-collapse:focus-visible i,
.global-player-mini-expand:hover i,
.global-player-mini-expand:focus-visible i {
  transform: scale(1.06);
  color: var(--gold-pale);
}

.player-modal-icon-button,
.player-modal-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.player-modal-icon-button {
  cursor: pointer;
}

.player-modal-icon-button i {
  transition: transform 180ms ease, color 180ms ease;
}

.player-modal-icon-button:hover,
.player-modal-icon-button:focus-visible,
.player-modal-chip:hover,
.player-modal-chip:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(244, 207, 120, 0.38);
  background: rgba(244, 207, 120, 0.08);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(244, 207, 120, 0.08),
    0 0 18px rgba(244, 207, 120, 0.1);
  outline: none;
}

.player-modal-icon-button:hover i,
.player-modal-icon-button:focus-visible i {
  transform: scale(1.06);
  color: var(--gold-pale);
}

.player-modal-icon-button-primary {
  color: #140d06;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 18px 34px rgba(186, 130, 40, 0.24);
}

.player-modal-icon-button-primary:hover,
.player-modal-icon-button-primary:focus-visible {
  border-color: transparent;
  background: linear-gradient(135deg, #f7d887, #c98f2b 62%, #f0bf5d);
  color: #140d06;
  box-shadow:
    0 20px 40px rgba(186, 130, 40, 0.3),
    0 0 0 1px rgba(244, 207, 120, 0.12),
    0 0 24px rgba(244, 207, 120, 0.14);
}

.player-modal-icon-button-primary:hover i,
.player-modal-icon-button-primary:focus-visible i {
  color: #140d06;
}

.button-primary,
.header-cta,
.player-modal-icon-button-primary {
  position: relative;
  overflow: hidden;
}

.button-primary::after,
.header-cta::after,
.player-modal-icon-button-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.45), transparent 65%);
  opacity: 0.2;
  transform: translateX(-120%);
  animation: goldShimmer 7s linear infinite;
  pointer-events: none;
}

.player-modal[hidden] {
  display: none;
}

.player-modal {
  position: fixed;
  inset: 0;
  z-index: 92;
  padding: 0.75rem;
}

.player-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 3, 2, 0.8);
  backdrop-filter: blur(14px) saturate(120%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.player-modal-dialog {
  position: relative;
  width: min(1520px, calc(100vw - 2rem));
  max-height: calc(100dvh - 2rem);
  margin: 0 auto;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 207, 120, 0.38) rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 38px;
  background:
    radial-gradient(circle at top left, rgba(244, 207, 120, 0.15), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(8, 7, 5, 0.97);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity 220ms ease, transform 220ms ease;
}

.player-modal.is-open .player-modal-backdrop {
  opacity: 1;
}

.player-modal.is-open .player-modal-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.player-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  min-height: 52px;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(10, 8, 6, 0.84);
  color: var(--text);
  font-size: 1rem;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.player-modal-close:hover,
.player-modal-close:focus-visible {
  border-color: rgba(244, 207, 120, 0.38);
  background: rgba(244, 207, 120, 0.08);
  outline: none;
}

.player-modal-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  min-height: min(760px, calc(100dvh - 2.5rem));
}

.player-modal-art {
  min-height: 100%;
  border-right: 1px solid rgba(244, 207, 120, 0.1);
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.08), rgba(7, 6, 5, 0.7)),
    url("images/portadas-musicales/web/bendiciones.webp") center/cover no-repeat;
}

.player-modal-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.65rem 1.8rem 1.7rem;
  overflow: visible;
}

.player-modal-track-title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  max-width: 9ch;
  font-size: clamp(2.7rem, 5.2vw, 5rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
}

.player-modal-caption {
  margin: 0;
  max-width: 34rem;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.player-modal-progress-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
}

.player-modal-time {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--gold-bright);
}

.player-modal-progress {
  width: 100%;
  height: 5px;
  margin: 0;
  accent-color: var(--gold-bright);
  cursor: pointer;
}

.player-modal-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.player-modal-primary-controls,
.player-modal-secondary-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}

.player-modal-icon-button {
  width: 62px;
  min-width: 62px;
  min-height: 62px;
  padding: 0;
  border-radius: 50%;
  font-size: 1.05rem;
}

.player-modal-icon-button-primary {
  width: 76px;
  min-width: 76px;
  min-height: 76px;
  font-size: 1.15rem;
}

.player-modal-chip {
  gap: 0.65rem;
  min-height: 52px;
  padding-inline: 1.05rem 1.15rem;
  font-size: 0.76rem;
  white-space: nowrap;
}

.player-modal-chip i,
.player-modal-icon-button i,
.player-modal-close i {
  line-height: 1;
}

.player-modal-playlist {
  max-height: min(360px, 42vh);
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 207, 120, 0.34) rgba(255, 255, 255, 0.03);
  padding: 0.95rem 0.85rem 0.95rem 0.95rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(13, 10, 8, 0.88);
  box-shadow: none;
}

.player-modal-playlist.audio-playlist {
  gap: 0.8rem;
}

.player-modal-playlist .audio-track-card {
  gap: 0.72rem;
  padding: 0.95rem 1rem;
  border-radius: 22px;
}

.player-modal-playlist .audio-track-kicker {
  font-size: 0.64rem;
  letter-spacing: 0.15em;
}

.player-modal-playlist .audio-track-title {
  font-size: 1.25rem;
  line-height: 1.05;
}

.player-modal-playlist .audio-track-meta {
  font-size: 0.92rem;
  line-height: 1.35;
}

.player-modal-secondary-controls {
  width: 100%;
}

.player-modal-dialog::-webkit-scrollbar,
.player-modal-playlist::-webkit-scrollbar {
  width: 10px;
}

.player-modal-dialog::-webkit-scrollbar-track,
.player-modal-playlist::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
}

.player-modal-dialog::-webkit-scrollbar-thumb,
.player-modal-playlist::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(244, 207, 120, 0.74), rgba(186, 130, 40, 0.92));
  border-radius: 999px;
  border: 2px solid rgba(10, 8, 6, 0.5);
}

.player-modal-dialog::-webkit-scrollbar-thumb:hover,
.player-modal-playlist::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(255, 240, 199, 0.88), rgba(244, 207, 120, 0.98));
}

.player-modal-playlist::before {
  display: none;
}

.booking-modal[hidden] {
  display: none;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 95;
  padding: 1rem;
}

.booking-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 3, 2, 0.74);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.booking-modal-dialog {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 2rem);
  margin: 0 auto;
  overflow: auto;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(8, 7, 5, 0.96);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity 180ms ease, transform 180ms ease;
}

.booking-modal.is-open .booking-modal-backdrop {
  opacity: 1;
}

.booking-modal.is-open .booking-modal-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.booking-modal-head {
  display: grid;
  gap: 0.7rem;
  padding: 1.45rem 1.6rem 0.35rem;
}

.booking-modal-head h2 {
  margin: 0;
  max-width: 12ch;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  line-height: 0.92;
  letter-spacing: 0.05em;
}

.booking-modal-head p:last-child {
  max-width: 34rem;
  margin: 0;
  color: var(--text-soft);
  font-size: 0.96rem;
  line-height: 1.72;
}

.booking-modal-form {
  padding: 0 1.6rem 1.6rem;
}

.booking-modal-close {
  position: sticky;
  top: 0.9rem;
  float: right;
  z-index: 2;
  margin: 0.9rem 0.9rem 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(10, 8, 6, 0.84);
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.booking-modal-close:hover,
.booking-modal-close:focus-visible {
  border-color: rgba(244, 207, 120, 0.38);
  background: rgba(244, 207, 120, 0.08);
  outline: none;
}

.contest-promo-modal[hidden] {
  display: none;
}

.contest-promo-modal {
  position: fixed;
  inset: 0;
  z-index: 98;
  display: grid;
  place-items: center;
  padding: clamp(0.8rem, 3vw, 1.5rem);
}

.contest-promo-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(244, 207, 120, 0.18), transparent 28rem),
    rgba(4, 3, 2, 0.78);
  backdrop-filter: blur(12px);
  opacity: 0;
  transition: opacity 220ms ease;
}

.contest-promo-dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1.1fr);
  width: min(940px, 100%);
  max-height: min(88vh, 760px);
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.24);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(25, 18, 12, 0.98), rgba(4, 3, 2, 0.96));
  box-shadow: 0 42px 140px rgba(0, 0, 0, 0.62);
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition: opacity 220ms ease, transform 220ms ease;
}

.contest-promo-modal.is-open .contest-promo-backdrop {
  opacity: 1;
}

.contest-promo-modal.is-open .contest-promo-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.contest-promo-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 3;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 0.92rem;
  border: 1px solid rgba(244, 207, 120, 0.24);
  border-radius: 999px;
  background: rgba(8, 7, 5, 0.76);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.contest-promo-close:hover,
.contest-promo-close:focus-visible {
  border-color: rgba(244, 207, 120, 0.42);
  background: rgba(244, 207, 120, 0.1);
  outline: none;
}

.contest-promo-media {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.06), rgba(7, 6, 5, 0.82)),
    url("images/share/pages/inicio-og.jpg");
  background-position: center;
  background-size: cover;
  text-decoration: none;
}

.contest-promo-copy {
  display: grid;
  gap: 1rem;
  align-content: center;
  padding: clamp(1.35rem, 3.8vw, 2.5rem);
}

.contest-promo-copy h2 {
  max-width: 12ch;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: 0.88;
  letter-spacing: 0.04em;
}

.contest-promo-copy p {
  margin: 0;
  color: rgba(248, 239, 221, 0.78);
  line-height: 1.72;
}

.contest-promo-prize {
  display: grid;
  gap: 0.25rem;
  padding: 0.92rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.contest-promo-prize span,
.contest-promo-deadline {
  color: var(--gold-bright);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contest-promo-prize strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1;
}

.contest-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.contest-promo-actions .button {
  min-height: 52px;
}

@media (max-width: 760px) {
  .contest-promo-modal {
    align-items: end;
    padding: 0.75rem;
  }

  .contest-promo-dialog {
    grid-template-columns: 1fr;
    width: 100%;
    max-height: 88vh;
    overflow: auto;
    border-radius: 28px;
  }

  .contest-promo-media {
    min-height: 220px;
  }

  .contest-promo-copy {
    padding: 1.2rem;
  }

  .contest-promo-copy h2 {
    max-width: 10ch;
    font-size: clamp(2.65rem, 14vw, 4.2rem);
  }

  .contest-promo-actions,
  .contest-promo-actions .button {
    width: 100%;
  }

  .contest-promo-actions .button {
    justify-content: center;
  }
}

.jobs-apply-modal[hidden] {
  display: none;
}

.jobs-apply-modal {
  position: fixed;
  inset: 0;
  z-index: 96;
  padding: 1rem;
}

.jobs-apply-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 3, 2, 0.76);
  backdrop-filter: blur(12px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.jobs-apply-modal-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 2rem);
  margin: 0 auto;
  overflow: auto;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(8, 7, 5, 0.97);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity 180ms ease, transform 180ms ease;
}

.jobs-apply-modal.is-open .jobs-apply-modal-backdrop {
  opacity: 1;
}

.jobs-apply-modal.is-open .jobs-apply-modal-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.jobs-apply-modal-close {
  position: sticky;
  top: 0.9rem;
  float: right;
  z-index: 2;
  margin: 0.9rem 0.9rem 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(10, 8, 6, 0.84);
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.jobs-apply-modal-close:hover,
.jobs-apply-modal-close:focus-visible {
  border-color: rgba(244, 207, 120, 0.38);
  background: rgba(244, 207, 120, 0.08);
  outline: none;
}

.jobs-apply-modal-head {
  display: grid;
  gap: 0.7rem;
  padding: 1.45rem 1.6rem 0.35rem;
}

.jobs-apply-modal-head h2 {
  margin: 0;
  max-width: 15ch;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 0.92;
  letter-spacing: 0.05em;
}

.jobs-apply-modal-head p:last-child {
  max-width: 36rem;
  margin: 0;
  color: var(--text-soft);
  font-size: 0.96rem;
  line-height: 1.72;
}

.jobs-apply-modal-form-wrap {
  padding: 0 1.6rem 1.6rem;
}

.ambient {
  position: fixed;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.12;
  z-index: -1;
  pointer-events: none;
}

.ambient-left {
  top: 14%;
  left: -10rem;
  background: radial-gradient(circle, var(--gold-bright), transparent 65%);
}

.ambient-right {
  right: -12rem;
  bottom: 8%;
  background: radial-gradient(circle, rgba(255, 177, 45, 0.9), transparent 65%);
}

.section {
  padding: 0 2rem 5.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-shell {
  position: relative;
  width: min(var(--header-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at top center, rgba(244, 207, 120, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent),
    rgba(4, 4, 4, 0.84);
  backdrop-filter: blur(16px) saturate(98%);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: background-color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nav-shell::after {
  display: none;
}

.site-header.is-scrolled .nav-shell {
  border-color: var(--line-strong);
  background:
    radial-gradient(circle at top center, rgba(244, 207, 120, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.014), transparent),
    rgba(3, 3, 3, 0.94);
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.brand img {
  display: block;
  max-width: 100%;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.35));
}

.header-center-stack {
  display: grid;
  place-items: center;
  gap: 0;
}

.brand-center {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 0;
  width: clamp(106px, 7vw, 126px);
  color: inherit;
  text-decoration: none;
}

.brand-center-record {
  --header-record-rotation: 0deg;
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(244, 207, 120, 0.14);
  background:
    radial-gradient(circle at 50% 48%, rgba(29, 23, 17, 0.94) 0%, rgba(11, 9, 7, 0.98) 62%, rgba(5, 4, 3, 1) 100%),
    linear-gradient(145deg, rgba(18, 15, 11, 0.98), rgba(9, 7, 5, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 28px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  z-index: 2;
  transform: translateZ(0) rotate(var(--header-record-rotation));
  will-change: transform;
}

.brand-center-record::before,
.brand-center-record::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.brand-center-record::before {
  inset: 7px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(5, 4, 3, 0.96) 0 9%, rgba(177, 125, 33, 0.24) 9.5%, rgba(5, 4, 3, 0.98) 13%, transparent 13.5%),
    repeating-radial-gradient(circle at center, rgba(255, 236, 188, 0.08) 0 1px, rgba(0, 0, 0, 0) 1px 8px),
    radial-gradient(circle at 50% 18%, rgba(244, 207, 120, 0.14), transparent 34%);
  border: 1px solid rgba(244, 207, 120, 0.1);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    inset 0 -18px 30px rgba(0, 0, 0, 0.22);
}

.brand-center-record::after {
  inset: auto 15% -18% 15%;
  height: 30%;
  background: radial-gradient(circle, rgba(244, 207, 120, 0.26), transparent 72%);
  filter: blur(14px);
}

.brand-center-record img {
  position: relative;
  z-index: 2;
  width: 68%;
  filter:
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 12px rgba(244, 207, 120, 0.08));
}

.brand-center-copy,
.brand-center-arrow {
  display: none;
}

.brand-center:hover .brand-center-record,
.brand-center:focus-visible .brand-center-record {
  border-color: rgba(244, 207, 120, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(244, 207, 120, 0.08);
}

.brand-center.is-open .brand-center-record {
  border-color: rgba(244, 207, 120, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(244, 207, 120, 0.14);
}

.eyebrow,
.section-kicker,
.panel-kicker,
.preview-label,
.post-label,
.track-type {
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.header-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  padding: 0.82rem 1rem 0.84rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent),
    rgba(13, 10, 8, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 26px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: badgeFloat 4.8s ease-in-out infinite;
}

.header-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 10%, rgba(255, 255, 255, 0.12) 50%, transparent 90%);
  transform: translateX(-130%);
  animation: badgeSheen 6s linear infinite;
}

.header-badge-dot {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 0 0 rgba(244, 207, 120, 0.55);
  animation: badgePulse 1.8s ease-out infinite;
  flex-shrink: 0;
}

.header-badge-label,
.hero-live-pill {
  position: relative;
  z-index: 1;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-pale);
}

.header-badge strong,
.hero-hash-pill {
  position: relative;
  z-index: 1;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.14em;
  background: linear-gradient(90deg, var(--gold-pale), var(--gold-bright), var(--gold-pale));
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: goldShimmer 5s linear infinite;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  min-height: 56px;
  padding: 0.28rem 0.38rem;
  border: 1px solid rgba(244, 207, 120, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    rgba(255, 255, 255, 0.025);
}

.site-nav-desktop {
  width: 100%;
  min-width: 0;
}

.site-nav-left {
  justify-content: flex-end;
  padding-right: 0.7rem;
}

.site-nav-right {
  justify-content: flex-start;
  padding-left: 0.7rem;
}

.site-theme-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.52rem;
  min-height: 42px;
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent),
    rgba(13, 10, 8, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 28px rgba(0, 0, 0, 0.2);
  color: var(--gold-bright);
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.site-theme-toggle:hover,
.site-theme-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(244, 207, 120, 0.28);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(0, 0, 0, 0.26),
    0 0 22px rgba(244, 207, 120, 0.08);
}

.site-theme-toggle-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(244, 207, 120, 0.12);
  overflow: hidden;
}

.site-theme-toggle-icon i {
  grid-area: 1 / 1;
  font-size: 0.78rem;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-theme-toggle-icon .fa-moon {
  opacity: 0;
  transform: translateY(0.7rem) rotate(-20deg);
}

body[data-site-theme="light"] .site-theme-toggle-icon .fa-sun {
  opacity: 0;
  transform: translateY(-0.7rem) rotate(20deg);
}

body[data-site-theme="light"] .site-theme-toggle-icon .fa-moon {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

.site-nav-mobile {
  display: none;
}

.mobile-header-utilities {
  display: none;
  position: relative;
}

.mobile-header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(11, 9, 7, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 14px 28px rgba(0, 0, 0, 0.24);
  color: var(--gold-bright);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    filter 180ms ease;
  cursor: pointer;
}

.mobile-header-action i {
  font-size: 0.92rem;
}

.mobile-header-action:hover,
.mobile-header-action:focus-visible,
.mobile-header-action.is-active {
  transform: translateY(-1px);
  border-color: rgba(244, 207, 120, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 32px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(244, 207, 120, 0.08);
  color: var(--text);
}

.mobile-header-action-primary {
  color: #140d06;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold) 62%, #efbd58);
  border-color: rgba(244, 207, 120, 0.28);
  box-shadow: 0 16px 30px rgba(186, 130, 40, 0.26);
}

.mobile-header-action-primary:hover,
.mobile-header-action-primary:focus-visible,
.mobile-header-action-primary.is-active {
  filter: brightness(1.03);
  color: #140d06;
}

.site-nav-mobile-utilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.45rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(244, 207, 120, 0.08);
}

.site-nav-mobile-utility {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  min-height: 84px;
  padding: 0.85rem 0.65rem 0.8rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(14, 11, 8, 0.78);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
  color: var(--text);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
  appearance: none;
  cursor: pointer;
}

.site-nav-mobile-utility i {
  font-size: 1rem;
  color: var(--gold-bright);
}

.site-nav-mobile-utility span {
  text-wrap: balance;
}

.site-nav-mobile-utility:hover,
.site-nav-mobile-utility:focus-visible,
.site-nav-mobile-utility.is-active {
  border-color: rgba(244, 207, 120, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent),
    rgba(17, 13, 10, 0.9);
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.26),
    0 0 22px rgba(244, 207, 120, 0.08);
  transform: translateY(-1px);
}

.site-nav-mobile-utility-primary {
  color: #140d06;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold) 62%, #efbd58);
  border-color: rgba(244, 207, 120, 0.32);
  box-shadow: 0 18px 34px rgba(186, 130, 40, 0.28);
}

.site-nav-mobile-utility-primary i {
  color: currentColor;
}

.site-nav-mobile-utility-primary:hover,
.site-nav-mobile-utility-primary:focus-visible,
.site-nav-mobile-utility-primary.is-active {
  filter: brightness(1.03);
}

.site-nav a:not(.header-cta):not(.site-nav-mobile-utility),
.footer-nav a {
  position: relative;
  padding: 0.78rem 0.95rem 0.86rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-soft);
  white-space: nowrap;
  transition: transform 180ms ease, color 180ms ease, background-color 180ms ease;
}

.site-nav a:not(.header-cta):not(.site-nav-mobile-utility)::after,
.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0.5rem;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:not(.header-cta):not(.site-nav-mobile-utility):hover,
.site-nav a:not(.header-cta):not(.site-nav-mobile-utility):focus-visible,
.site-nav a:not(.header-cta):not(.site-nav-mobile-utility).is-active,
.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-nav a.is-active {
  color: var(--text);
  background: rgba(244, 207, 120, 0.06);
  transform: translateY(-1px);
}

.site-nav a:not(.header-cta):not(.site-nav-mobile-utility):hover::after,
.site-nav a:not(.header-cta):not(.site-nav-mobile-utility):focus-visible::after,
.site-nav a:not(.header-cta):not(.site-nav-mobile-utility).is-active::after,
.footer-nav a:hover::after,
.footer-nav a:focus-visible::after,
.footer-nav a.is-active::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.header-cta {
  padding: 0.9rem 1.15rem;
  color: #140d06;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold) 62%, #efbd58);
  box-shadow: 0 18px 34px rgba(186, 130, 40, 0.28);
  white-space: nowrap;
  flex-shrink: 0;
}

.header-cta-desktop {
  padding: 0.72rem 1.05rem;
  font-size: 0.72rem;
  box-shadow: 0 14px 28px rgba(186, 130, 40, 0.22);
}

.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

body[data-site-theme="light"] .nav-shell {
  border-color: rgba(145, 96, 49, 0.18);
  background:
    radial-gradient(circle at top center, rgba(201, 120, 34, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 250, 242, 0.62)),
    rgba(255, 248, 238, 0.84);
  box-shadow:
    0 22px 60px rgba(96, 64, 36, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

body[data-site-theme="light"] .site-header.is-scrolled .nav-shell {
  border-color: rgba(145, 96, 49, 0.26);
  background:
    radial-gradient(circle at top center, rgba(201, 120, 34, 0.1), transparent 28%),
    rgba(255, 250, 242, 0.94);
  box-shadow:
    0 24px 64px rgba(96, 64, 36, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body[data-site-theme="light"] .site-nav,
body[data-site-theme="light"] .site-nav-mobile,
body[data-site-theme="light"] .site-theme-toggle,
body[data-site-theme="light"] .site-nav-mobile-close {
  border-color: rgba(145, 96, 49, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 248, 237, 0.42)),
    rgba(255, 250, 242, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 14px 34px rgba(96, 64, 36, 0.12);
}

body[data-site-theme="light"] .site-nav-mobile {
  background:
    radial-gradient(circle at top center, rgba(201, 120, 34, 0.12), transparent 34%),
    rgba(255, 250, 242, 0.97);
}

body[data-site-theme="light"] .site-nav-mobile-kicker {
  color: rgba(36, 23, 15, 0.48);
}

body[data-site-theme="light"] .brand-center-record {
  border-color: rgba(145, 96, 49, 0.18);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 247, 234, 0.96) 0%, rgba(232, 203, 170, 0.92) 62%, rgba(188, 137, 80, 0.78) 100%),
    linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(238, 212, 181, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 30px rgba(96, 64, 36, 0.16);
}

body[data-site-theme="light"] .brand-center-record::before {
  background:
    radial-gradient(circle at center, rgba(255, 250, 240, 0.92) 0 9%, rgba(181, 111, 32, 0.26) 9.5%, rgba(255, 247, 234, 0.95) 13%, transparent 13.5%),
    repeating-radial-gradient(circle at center, rgba(88, 52, 18, 0.08) 0 1px, rgba(0, 0, 0, 0) 1px 8px),
    radial-gradient(circle at 50% 18%, rgba(201, 120, 34, 0.12), transparent 34%);
}

body[data-site-theme="light"] .site-nav a:not(.header-cta):not(.site-nav-mobile-utility),
body[data-site-theme="light"] .footer-nav a {
  color: rgba(36, 23, 15, 0.68);
}

body[data-site-theme="light"] .site-nav a:not(.header-cta):not(.site-nav-mobile-utility):hover,
body[data-site-theme="light"] .site-nav a:not(.header-cta):not(.site-nav-mobile-utility):focus-visible,
body[data-site-theme="light"] .site-nav a:not(.header-cta):not(.site-nav-mobile-utility).is-active,
body[data-site-theme="light"] .footer-nav a:hover,
body[data-site-theme="light"] .footer-nav a:focus-visible,
body[data-site-theme="light"] .footer-nav a.is-active {
  color: var(--text);
  background: rgba(201, 120, 34, 0.08);
}

.page-hero {
  padding-top: 0;
}

.page-hero-home {
  position: relative;
  overflow: hidden;
}

.page-hero-home::before {
  content: none;
}

.page-hero-grid,
.section-head,
.preview-grid,
.content-grid-two,
.card-grid,
.step-grid,
.info-grid,
.article-grid,
.gallery-mosaic,
.contact-grid,
.contact-shell,
.site-footer {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.audio-player-shell {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  gap: 1.2rem;
}

.audio-player-stage {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 1.2rem;
}

.page-hero-grid,
.content-grid-two,
.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 1.6rem;
  align-items: center;
}

.page-hero-home .page-hero-grid {
  position: relative;
  z-index: 2;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: clamp(620px, 82vh, 860px);
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: 1rem;
  justify-items: stretch;
  align-items: stretch;
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1.4rem, 3vw, 2.2rem);
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.16) 0%, rgba(7, 6, 5, 0.28) 42%, rgba(7, 6, 5, 0.86) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.76) 0%, rgba(7, 6, 5, 0.46) 34%, rgba(7, 6, 5, 0.08) 62%, rgba(7, 6, 5, 0.28) 100%),
    url("images/musicos/musicos1.webp") center 34% / cover no-repeat;
  box-shadow: var(--shadow-strong);
  text-align: left;
}

.page-hero-home .page-hero-grid::after {
  content: "";
  position: absolute;
  inset: 1rem 1.4rem;
  border: 1px solid rgba(244, 207, 120, 0.08);
  border-radius: 30px;
  pointer-events: none;
}

.page-hero-home .hero-minimal-stage {
  position: relative;
  isolation: isolate;
  min-height: clamp(640px, 88vh, 920px);
  padding: clamp(1.1rem, 2vw, 1.5rem) clamp(1.4rem, 3vw, 2.2rem);
  background: linear-gradient(145deg, rgba(13, 10, 8, 0.92), rgba(8, 7, 5, 0.76));
}

.page-hero-home .hero-minimal-stage::after {
  inset: 1rem 1.4rem;
  border-radius: 32px;
  z-index: 1;
}

.hero-minimal-backdrop {
  position: absolute;
  inset: -6% -3% -3%;
  z-index: 0;
  pointer-events: none;
  background:
    url("images/eventos/47.webp") center 36% / cover no-repeat;
  filter: saturate(108%) contrast(1.02);
  transform: translate3d(0, var(--parallax-shift, 0px), 0) scale(1.08);
  transform-origin: center;
  will-change: transform;
}

.hero-minimal-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.08) 0%, rgba(7, 6, 5, 0.2) 26%, rgba(7, 6, 5, 0.58) 60%, rgba(7, 6, 5, 0.9) 100%),
    linear-gradient(108deg, rgba(7, 6, 5, 0.62) 0%, rgba(7, 6, 5, 0.28) 38%, rgba(7, 6, 5, 0.1) 62%, rgba(7, 6, 5, 0.28) 100%),
    radial-gradient(circle at 73% 22%, rgba(244, 207, 120, 0.18), transparent 22%);
}

.hero-kinetic-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.hero-kinetic-layer::before,
.hero-kinetic-layer::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(30px);
  opacity: 0.42;
}

.hero-kinetic-layer::before {
  top: 12%;
  right: 10%;
  width: min(28vw, 24rem);
  height: min(28vw, 24rem);
  background: radial-gradient(circle, rgba(244, 207, 120, 0.3) 0%, rgba(244, 207, 120, 0.08) 34%, transparent 72%);
  animation: heroGlowDrift 12s ease-in-out infinite alternate;
}

.hero-kinetic-layer::after {
  left: -4%;
  bottom: 12%;
  width: min(34vw, 30rem);
  height: min(18vw, 14rem);
  background: radial-gradient(circle, rgba(118, 181, 255, 0.18) 0%, rgba(118, 181, 255, 0.06) 36%, transparent 78%);
  animation: heroGlowDrift 14s ease-in-out infinite alternate-reverse;
}

.hero-particle-field {
  position: absolute;
  inset: 0;
}

.hero-particle {
  position: absolute;
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 246, 219, 0.95) 0%, rgba(244, 207, 120, 0.86) 44%, rgba(244, 207, 120, 0.08) 76%, transparent 100%);
  box-shadow:
    0 0 18px rgba(244, 207, 120, 0.3),
    0 0 32px rgba(244, 207, 120, 0.14);
  opacity: 0;
  animation: heroParticleFloat 12s linear infinite;
}

.hero-particle-1 { top: 16%; left: 18%; animation-delay: -1.2s; }
.hero-particle-2 { top: 28%; left: 68%; width: 0.54rem; height: 0.54rem; animation-delay: -5.8s; animation-duration: 15s; }
.hero-particle-3 { top: 46%; left: 12%; animation-delay: -3.4s; animation-duration: 13.5s; }
.hero-particle-4 { top: 54%; left: 58%; width: 0.3rem; height: 0.3rem; animation-delay: -8.1s; }
.hero-particle-5 { top: 22%; left: 82%; width: 0.28rem; height: 0.28rem; animation-delay: -10.4s; animation-duration: 11.5s; }
.hero-particle-6 { top: 72%; left: 24%; width: 0.48rem; height: 0.48rem; animation-delay: -6.4s; animation-duration: 16s; }
.hero-particle-7 { top: 76%; left: 74%; width: 0.24rem; height: 0.24rem; animation-delay: -9.6s; animation-duration: 10.8s; }
.hero-particle-8 { top: 38%; left: 88%; width: 0.34rem; height: 0.34rem; animation-delay: -2.7s; animation-duration: 14.8s; }

.hero-kinetic-track {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  white-space: nowrap;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.45rem, 3.8vw, 3.8rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(250, 244, 231, 0.14);
  -webkit-text-stroke: 1px rgba(244, 207, 120, 0.24);
  text-shadow:
    0 0 14px rgba(244, 207, 120, 0.1),
    0 10px 24px rgba(0, 0, 0, 0.16);
  opacity: 0.98;
}

.hero-kinetic-track span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
}

.hero-kinetic-track span::after {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgba(244, 207, 120, 0.5);
  box-shadow: 0 0 14px rgba(244, 207, 120, 0.22);
  flex-shrink: 0;
}

.hero-kinetic-track-top {
  top: 12%;
  left: -8%;
  animation: heroKineticDriftTop 28s linear infinite;
}

.hero-kinetic-track-bottom {
  bottom: 17%;
  left: -20%;
  animation: heroKineticDriftBottom 34s linear infinite;
}

.page-hero-home .hero-foreground-minimal {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  gap: 1.45rem;
  padding: clamp(1rem, 3vw, 2rem) clamp(0.4rem, 2vw, 1.2rem) clamp(1.1rem, 3vw, 2.2rem);
}

.page-hero-home .hero-copy-home-minimal {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-content: start;
  width: min(100%, 32rem);
  max-width: 32rem;
  gap: 0.8rem;
  padding: 1rem 1.04rem 1.08rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent),
    linear-gradient(135deg, rgba(16, 13, 10, 0.74), rgba(8, 7, 5, 0.4));
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px) saturate(108%);
}

.page-hero-home .hero-copy-home-minimal::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(118deg, rgba(244, 207, 120, 0.1), rgba(255, 245, 220, 0.7), rgba(244, 207, 120, 0.14), rgba(255, 245, 220, 0.6), rgba(244, 207, 120, 0.08));
  background-size: 220% 220%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.82;
  animation: heroBorderSweep 7s linear infinite;
}

.page-hero-home .hero-copy-home-minimal::after {
  content: "";
  position: absolute;
  right: -16%;
  bottom: -18%;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 207, 120, 0.2) 0%, rgba(244, 207, 120, 0.05) 38%, transparent 74%);
  filter: blur(10px);
  opacity: 0.7;
  z-index: -1;
  animation: heroCopyGlow 8s ease-in-out infinite;
}

.page-hero-home .hero-copy-home-minimal > * {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  filter: blur(10px);
}

.page-hero-home .hero-foreground-minimal.is-visible .hero-copy-home-minimal > * {
  animation: heroHomeItemIn 760ms cubic-bezier(0.18, 0.9, 0.2, 1) forwards;
}

.page-hero-home .hero-foreground-minimal.is-visible .hero-copy-home-minimal > :nth-child(1) {
  animation-delay: 80ms;
}

.page-hero-home .hero-foreground-minimal.is-visible .hero-copy-home-minimal > :nth-child(2) {
  animation-delay: 170ms;
}

.page-hero-home .hero-foreground-minimal.is-visible .hero-copy-home-minimal > :nth-child(3) {
  animation-delay: 260ms;
}

.page-hero-home .hero-foreground-minimal.is-visible .hero-copy-home-minimal > :nth-child(4) {
  animation-delay: 350ms;
}

.page-hero-home .hero-copy-home-minimal .section-kicker {
  margin-bottom: 0.2rem;
}

.page-hero-home .hero-copy-home-minimal .page-title {
  display: grid;
  gap: 0;
  margin-top: 0;
  max-width: 9.1ch;
  font-size: clamp(3.1rem, 6vw, 5.9rem);
  line-height: 0.89;
  text-wrap: balance;
  text-shadow:
    0 18px 38px rgba(0, 0, 0, 0.48),
    0 0 1px rgba(255, 255, 255, 0.08);
}

.page-hero-home .hero-copy-home-minimal .page-title .hero-title-line {
  display: block;
  width: fit-content;
  color: var(--ivory);
  animation: heroTitleFloat 7.5s ease-in-out infinite;
}

.page-hero-home .hero-copy-home-minimal .page-title .hero-title-line-accent {
  position: relative;
  color: var(--gold-pale);
  animation-delay: -2.1s;
}

.page-hero-home .hero-copy-home-minimal .page-title .hero-title-line-accent::after {
  content: "";
  position: absolute;
  inset: 0 -8%;
  background: linear-gradient(112deg, transparent 18%, rgba(255, 245, 220, 0.18) 46%, transparent 68%);
  opacity: 0;
  mix-blend-mode: screen;
  transform: translateX(-26%);
  animation: heroAccentSweep 6s ease-in-out infinite;
  pointer-events: none;
}

.page-hero-home .hero-copy-home-minimal .lead {
  max-width: 27rem;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.58;
  color: rgba(247, 240, 230, 0.94);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}

.page-hero-home .hero-minimal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem 0.88rem;
  align-items: center;
  max-width: 32rem;
  padding-top: 0;
}

.page-hero-home .hero-minimal-meta span {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.58rem 0.74rem;
  border: 1px solid rgba(244, 207, 120, 0.1);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    rgba(10, 8, 6, 0.28);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(247, 240, 230, 0.88);
  text-wrap: balance;
  animation: heroMetaBob 6.4s ease-in-out infinite;
}

.page-hero-home .hero-minimal-meta span:nth-child(2) {
  animation-delay: -1.6s;
}

.page-hero-home .hero-minimal-meta span:nth-child(3) {
  animation-delay: -3.1s;
}

.page-hero-home .hero-minimal-meta.is-visible span {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  filter: blur(8px);
  animation:
    heroHomeMetaIn 700ms cubic-bezier(0.18, 0.9, 0.2, 1) forwards,
    heroMetaBob 6.4s ease-in-out infinite 900ms;
}

.page-hero-home .hero-minimal-meta.is-visible span:nth-child(1) {
  animation-delay: 520ms, 1.1s;
}

.page-hero-home .hero-minimal-meta.is-visible span:nth-child(2) {
  animation-delay: 610ms, 1.2s;
}

.page-hero-home .hero-minimal-meta.is-visible span:nth-child(3) {
  animation-delay: 700ms, 1.3s;
}

.page-hero-home .hero-minimal-meta span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, transparent 0%, rgba(255, 245, 220, 0.08) 46%, transparent 66%);
  transform: translateX(-120%);
  animation: heroMetaSheen 7s linear infinite;
  pointer-events: none;
}

.page-hero-home .hero-minimal-meta span::before {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 12px rgba(244, 207, 120, 0.32);
}

@keyframes heroKineticDriftTop {
  0% {
    transform: translate3d(0, 0, 0) rotate(-7deg);
  }
  100% {
    transform: translate3d(-14%, 0, 0) rotate(-7deg);
  }
}

@keyframes heroKineticDriftBottom {
  0% {
    transform: translate3d(0, 0, 0) rotate(6deg);
  }
  100% {
    transform: translate3d(13%, 0, 0) rotate(6deg);
  }
}

@keyframes heroGlowDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(0.96);
  }
  100% {
    transform: translate3d(2.4rem, -1.2rem, 0) scale(1.08);
  }
}

@keyframes heroParticleFloat {
  0% {
    opacity: 0;
    transform: translate3d(0, 1.2rem, 0) scale(0.6);
  }
  18% {
    opacity: 0.82;
  }
  72% {
    opacity: 0.68;
  }
  100% {
    opacity: 0;
    transform: translate3d(1.1rem, -2.6rem, 0) scale(1.18);
  }
}

@keyframes heroCopyGlow {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.46;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.78;
  }
}

@keyframes heroTitleFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes heroAccentSweep {
  0%,
  12% {
    opacity: 0;
    transform: translateX(-34%);
  }
  28%,
  62% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(32%);
  }
}

@keyframes heroBorderSweep {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 180% 50%;
  }
}

@keyframes heroHomeItemIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes heroHomeMetaIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes heroMetaBob {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes heroMetaSheen {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

.page-hero-about .page-hero-grid {
  position: relative;
  z-index: 2;
  width: 100vw;
  max-width: none;
  min-height: clamp(620px, 82vh, 860px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  padding: clamp(2rem, 5vw, 4.2rem) clamp(1.4rem, 5vw, 4.4rem);
  overflow: hidden;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid rgba(244, 207, 120, 0.14);
  border-bottom: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(7, 6, 5, 0.82) 0%, rgba(7, 6, 5, 0.58) 34%, rgba(7, 6, 5, 0.16) 62%, rgba(7, 6, 5, 0.46) 100%),
    linear-gradient(180deg, rgba(7, 6, 5, 0.16) 0%, rgba(7, 6, 5, 0.24) 40%, rgba(7, 6, 5, 0.82) 100%),
    url("images/eventos/40.webp") center 54% / cover no-repeat;
  box-shadow: var(--shadow-strong);
}

.page-hero-about .page-hero-grid::after {
  content: "";
  position: absolute;
  inset: 1.2rem 1.4rem;
  border: 1px solid rgba(244, 207, 120, 0.08);
  border-radius: 34px;
  pointer-events: none;
}

.page-hero-about .page-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 46rem;
  padding: 0;
}

.page-hero-about .page-title {
  max-width: 10ch;
  font-size: clamp(3.4rem, 6vw, 6.2rem);
  line-height: 0.94;
  text-wrap: balance;
}

.page-hero-about .lead {
  max-width: 40rem;
  color: rgba(247, 240, 230, 0.86);
  line-height: 1.78;
}

.hero-copy-mobile {
  display: none;
}

body[data-page="contactanos"] .page-hero-grid {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  padding: clamp(1.6rem, 3.8vw, 2.8rem);
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 36px;
  background:
    linear-gradient(90deg, rgba(7, 6, 5, 0.9) 0%, rgba(7, 6, 5, 0.78) 30%, rgba(7, 6, 5, 0.48) 58%, rgba(7, 6, 5, 0.76) 100%),
    linear-gradient(180deg, rgba(7, 6, 5, 0.12) 0%, rgba(7, 6, 5, 0.36) 44%, rgba(7, 6, 5, 0.84) 100%),
    radial-gradient(circle at 84% 18%, rgba(244, 207, 120, 0.16), transparent 24%),
    url("images/eventos/45.webp") center 34% / cover no-repeat;
  box-shadow: var(--shadow-strong);
}

body[data-page="contactanos"] .page-hero-grid::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(244, 207, 120, 0.08);
  border-radius: 30px;
  pointer-events: none;
}

body[data-page="contactanos"] .page-hero-copy {
  position: relative;
  z-index: 1;
}

body[data-page="contactanos"] .page-hero-copy {
  max-width: 48rem;
}

body[data-page="contactanos"] .page-title {
  text-shadow: 0 18px 36px rgba(0, 0, 0, 0.48);
}

body[data-page="contactanos"] .lead {
  max-width: 40rem;
  color: rgba(247, 240, 230, 0.9);
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
}

.section-kicker {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  color: var(--gold-bright);
}

.kicker-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.kicker-with-icon i {
  font-size: 0.92em;
  color: var(--gold-bright);
  filter: drop-shadow(0 4px 10px rgba(186, 130, 40, 0.24));
}

.section-head .section-kicker.kicker-with-icon,
.section-members .section-head .section-kicker.kicker-with-icon {
  justify-content: center;
}

.page-title,
.section-head h2,
.floating-card h2,
.content-card h3,
.info-card h3,
.step-card h3,
.article-card h3,
.video-card h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.95;
  letter-spacing: 0.04em;
}

.page-title {
  font-size: clamp(3rem, 6.3vw, 5.45rem);
  max-width: none;
}

.page-hero-copy {
  max-width: 40rem;
  padding: 1rem 0 1.4rem;
}

.page-hero-copy-centered {
  display: grid;
  justify-items: center;
}

.lead,
.section-head p:not(.section-kicker),
.mini-card span,
.content-card p:not(.panel-kicker),
.media-card p:not(.panel-kicker),
.content-card li,
.info-card p,
.step-card p,
.article-card p,
.video-card p,
.form-note,
.site-footer p {
  color: var(--text-soft);
}

.lead {
  max-width: 48rem;
  margin-top: 1.2rem;
  font-size: 1rem;
  line-height: 1.78;
}

.hero-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 1rem;
}

.hero-live-pill,
.hero-hash-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 0.95rem 0.76rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(12, 9, 7, 0.74);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

.hero-live-pill {
  color: var(--gold-pale);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent),
    rgba(12, 9, 7, 0.76);
}

.hero-hash-pill {
  animation: badgeFloat 4s ease-in-out infinite;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 2rem;
}

.page-hero-home .hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  align-self: stretch;
  gap: 0.78rem;
  margin-top: 0.88rem;
}

.page-hero-home .hero-actions .button {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  justify-content: center;
}

.hero-foreground {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.4rem;
  min-height: 0;
  padding: clamp(0.4rem, 1.3vw, 0.9rem) clamp(0.5rem, 3vw, 2.4rem) clamp(1rem, 3vw, 2.1rem);
}

.hero-main-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(1.1rem, 2.2vw, 2.4rem);
  align-items: center;
}

.button {
  padding: 1rem 1.35rem;
  border: 1px solid transparent;
}

.button-primary {
  color: #140d06;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.3),
    0 16px 32px rgba(186, 130, 40, 0.22);
}

.button-secondary {
  border-color: var(--line-strong);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    linear-gradient(135deg, rgba(244, 207, 120, 0.08), transparent 58%),
    rgba(4, 4, 4, 0.94);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 30px rgba(0, 0, 0, 0.28);
}

.button-full {
  width: 100%;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.mini-card,
.content-card,
.info-card,
.step-card,
.article-card,
.contact-form,
.gallery-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 38%),
    linear-gradient(145deg, rgba(10, 8, 6, 0.96), rgba(4, 4, 4, 0.96));
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body[data-site-theme="light"] .mini-card,
body[data-site-theme="light"] .content-card,
body[data-site-theme="light"] .info-card,
body[data-site-theme="light"] .step-card,
body[data-site-theme="light"] .article-card,
body[data-site-theme="light"] .contact-form,
body[data-site-theme="light"] .gallery-item,
body[data-site-theme="light"] .section-head,
body[data-site-theme="light"] .contact-shell,
body[data-site-theme="light"] .preview-grid,
body[data-site-theme="light"] .audio-player-shell,
body[data-site-theme="light"] .event-modal-dialog,
body[data-site-theme="light"] .booking-modal-dialog,
body[data-site-theme="light"] .contest-promo-dialog,
body[data-site-theme="light"] .global-player-drawer-panel {
  border-color: rgba(145, 96, 49, 0.18);
  background:
    radial-gradient(circle at top right, rgba(201, 120, 34, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 248, 237, 0.48)),
    rgba(255, 250, 242, 0.82);
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

body[data-site-theme="light"] .hero-tag-marquee,
body[data-site-theme="light"] .platform-link-chip,
body[data-site-theme="light"] .event-share-link,
body[data-site-theme="light"] .event-status-badge,
body[data-site-theme="light"] .blog-chip,
body[data-site-theme="light"] .track-card,
body[data-site-theme="light"] .contact-info-card,
body[data-site-theme="light"] .choice-group,
body[data-site-theme="light"] .scope-panel {
  border-color: rgba(145, 96, 49, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 248, 237, 0.38)),
    rgba(255, 250, 242, 0.7);
  color: var(--text);
  box-shadow: 0 16px 34px rgba(96, 64, 36, 0.12);
}

body[data-site-theme="light"] .hero-tag-track,
body[data-site-theme="light"] .content-card p:not(.panel-kicker),
body[data-site-theme="light"] .content-card li,
body[data-site-theme="light"] .section-head p:not(.section-kicker),
body[data-site-theme="light"] .lead {
  color: rgba(36, 23, 15, 0.72);
}

body[data-site-theme="light"] input,
body[data-site-theme="light"] select,
body[data-site-theme="light"] textarea {
  color: var(--text);
  border-color: rgba(145, 96, 49, 0.2);
  background: rgba(255, 255, 255, 0.72);
}

body[data-site-theme="light"] input::placeholder,
body[data-site-theme="light"] textarea::placeholder {
  color: rgba(36, 23, 15, 0.42);
}

body[data-site-theme="light"] .site-footer {
  color: #fff4df;
  background:
    radial-gradient(circle at top center, rgba(201, 120, 34, 0.2), transparent 34rem),
    linear-gradient(180deg, #3a2416, #1f130d);
}

.mini-card {
  padding: 1rem 1.05rem;
}

.mini-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
}

.page-hero-visual {
  position: relative;
  min-height: 100%;
}

.hero-tag-marquee {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(244, 207, 120, 0.06), transparent 18%, transparent 82%, rgba(244, 207, 120, 0.06)),
    rgba(12, 9, 7, 0.7);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 1;
}

.hero-tag-track {
  display: flex;
  gap: 1.9rem;
  width: max-content;
  padding: 0.75rem 1.2rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(0.94rem, 1.7vw, 1.3rem);
  letter-spacing: 0.16em;
  color: rgba(248, 239, 221, 0.84);
  animation: marquee 28s linear infinite;
}

.hero-tag-track span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.hero-tag-track span::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 12px rgba(244, 207, 120, 0.35);
}

.hero-tag-marquee-bottom .hero-tag-track {
  animation-direction: reverse;
  animation-duration: 32s;
}

.hero-band-stage {
  width: min(1180px, 100%);
  display: grid;
  gap: 1rem;
}

.hero-band-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: 40px;
  background: #090705;
  box-shadow: var(--shadow-strong);
}

.hero-band-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.05) 0%, rgba(7, 6, 5, 0.2) 40%, rgba(7, 6, 5, 0.78) 100%);
  pointer-events: none;
}

.hero-band-photo img {
  display: block;
  width: 100%;
  height: clamp(360px, 46vw, 650px);
  object-fit: cover;
  object-position: center 42%;
}

.hero-band-overlay {
  position: absolute;
  left: 1.45rem;
  right: auto;
  bottom: 1.45rem;
  z-index: 1;
  max-width: 32rem;
  padding: 1.1rem 1.2rem 1.2rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 28px;
  background: rgba(11, 8, 6, 0.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  text-align: left;
}

.hero-band-overlay h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.95rem, 3vw, 3rem);
  line-height: 0.96;
  letter-spacing: 0.05em;
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.hero-photo-showcase {
  position: relative;
  align-self: stretch;
  min-height: clamp(460px, 54vw, 720px);
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 38px;
  overflow: hidden;
  background: #090705;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 22px 48px rgba(0, 0, 0, 0.24);
}

.hero-photo-showcase::before {
  content: "";
  position: absolute;
  inset: 1.1rem 1.1rem auto;
  height: 36%;
  border: 1px solid rgba(244, 207, 120, 0.08);
  border-radius: 24px;
  pointer-events: none;
  z-index: 1;
}

.hero-photo-showcase img {
  width: 100%;
  height: 100%;
  min-height: clamp(460px, 54vw, 720px);
  object-fit: cover;
  object-position: center 34%;
}

.hero-photo-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.02) 0%, rgba(7, 6, 5, 0.08) 48%, rgba(7, 6, 5, 0.34) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.02), rgba(7, 6, 5, 0.12));
  pointer-events: none;
}

.hero-photo-overlay {
  position: absolute;
  left: 1.35rem;
  right: auto;
  bottom: 1.35rem;
  z-index: 2;
  display: grid;
  gap: 0.4rem;
  max-width: 24rem;
  padding: 0.95rem 1rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 22px;
  background: rgba(10, 8, 6, 0.48);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
}

.hero-photo-overlay strong {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.08;
  color: var(--text);
}

.home-release-grid,
.home-route-grid,
.home-showcase-grid,
.home-booking-panel {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.home-release-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 1.4rem;
  align-items: stretch;
}

.home-release-cover,
.route-card,
.home-showcase-feature,
.home-showcase-card,
.home-booking-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel);
  box-shadow: var(--shadow-strong);
}

.about-bio-shell,
.about-signature-grid {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.about-bio-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 1.2rem;
  align-items: stretch;
}

.about-bio-main,
.about-bio-sidebar,
.about-signature-lead,
.signature-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(13, 10, 8, 0.9);
  box-shadow: var(--shadow-strong);
}

.about-bio-main,
.about-signature-lead {
  display: grid;
  gap: 0.95rem;
  padding: clamp(1.5rem, 2.9vw, 2.25rem);
}

.about-bio-main h2,
.about-bio-sidebar h3,
.about-signature-lead h2 {
  margin: 0;
}

.about-bio-main h2,
.about-signature-lead h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
  line-height: 0.92;
  letter-spacing: 0.04em;
}

.about-bio-main p:not(.section-kicker),
.about-signature-lead p:not(.section-kicker) {
  margin: 0;
  color: rgba(247, 240, 230, 0.84);
  line-height: 1.8;
}

.about-bio-main strong,
.about-signature-lead strong,
.timeline-content strong {
  color: var(--gold-pale);
}

.about-bio-sidebar {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: 1.3rem;
}

.about-bio-sidebar-head {
  display: grid;
  gap: 0.45rem;
}

.about-bio-sidebar-head p,
.about-bio-sidebar-head h3 {
  margin: 0;
}

.about-bio-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.about-bio-stat {
  display: grid;
  gap: 0.45rem;
  min-height: 0;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(8, 7, 5, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.about-bio-stat-value {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #170f07;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-bio-stat strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.55rem;
  line-height: 0.96;
  letter-spacing: 0.04em;
}

.about-bio-stat p {
  margin: 0;
  color: rgba(247, 240, 230, 0.74);
  font-size: 0.9rem;
  line-height: 1.62;
}

.member-roster-intro {
  width: min(var(--max-width), 100%);
  margin: 0 auto 1.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: 1.2rem;
  align-items: end;
  padding: clamp(1.4rem, 2.6vw, 2rem);
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel);
  box-shadow: var(--shadow);
}

.section-members .section-head {
  display: grid;
  justify-items: center;
  max-width: 64rem;
  margin-inline: auto;
  text-align: center;
}

.section-members .section-head p:not(.section-kicker) {
  max-width: 46rem;
  margin-inline: auto;
}

.section-members .member-roster-intro {
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  max-width: 88rem;
  text-align: center;
}

.member-roster-copy {
  display: grid;
  gap: 0.65rem;
  max-width: 44rem;
}

.section-members .member-roster-copy {
  justify-items: center;
  width: 100%;
  max-width: 48rem;
}

.member-roster-copy h3 {
  margin: 0 auto;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  line-height: 0.92;
  letter-spacing: 0.04em;
}

.member-roster-copy p:last-child {
  max-width: 42rem;
  margin: 0 auto;
  color: rgba(247, 240, 230, 0.82);
  line-height: 1.72;
}

.member-roster-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

.section-members .member-roster-badges {
  justify-content: center;
  max-width: 44rem;
  margin-inline: auto;
}

.member-roster-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.82rem 1rem 0.88rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--gold-pale);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.member-roster-badges span::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 12px rgba(244, 207, 120, 0.32);
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
}

.member-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent),
    var(--panel);
  box-shadow: var(--shadow);
  transform: translateY(0);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.member-card::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(244, 207, 120, 0.08);
  border-radius: 24px;
  pointer-events: none;
  z-index: 1;
}

.member-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  background: linear-gradient(180deg, rgba(8, 7, 6, 0), rgba(8, 7, 6, 0.94));
  pointer-events: none;
}

.member-card:hover {
  transform: translateY(-10px);
  border-color: rgba(244, 207, 120, 0.26);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
}

.member-card-media {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.member-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 26%;
  transform: scale(1);
  filter: saturate(102%);
  transition: transform 360ms ease, filter 360ms ease;
}

.member-card:hover .member-card-media img {
  transform: scale(1.05);
  filter: saturate(112%);
}

.member-card-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.65rem;
  min-height: 100%;
  background:
    radial-gradient(circle at 50% 24%, rgba(244, 207, 120, 0.26), transparent 25%),
    radial-gradient(circle at 20% 82%, rgba(126, 28, 32, 0.34), transparent 32%),
    linear-gradient(145deg, rgba(31, 20, 12, 0.96), rgba(5, 4, 3, 0.98));
  color: var(--gold-pale);
  text-align: center;
}

.member-card-placeholder span {
  display: grid;
  place-items: center;
  width: clamp(5.6rem, 10vw, 7.4rem);
  height: clamp(5.6rem, 10vw, 7.4rem);
  border: 1px solid rgba(244, 207, 120, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36), inset 0 0 28px rgba(244, 207, 120, 0.12);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.1rem, 7vw, 4.8rem);
  line-height: 1;
}

.member-card-placeholder small {
  color: rgba(247, 240, 230, 0.72);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.member-card-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  gap: 0.32rem;
  padding: 1.2rem 1.2rem 1.24rem;
}

.member-card-copy .panel-kicker {
  color: var(--gold-bright);
}

.member-card-copy h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  line-height: 0.94;
  letter-spacing: 0.04em;
  color: var(--text);
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}

.member-card-realname {
  display: block;
  color: rgba(247, 240, 230, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-card-copy p:not(.panel-kicker) {
  margin: 0;
  color: rgba(247, 240, 230, 0.84);
  font-size: 0.98rem;
  line-height: 1.52;
}

.member-card-bio {
  display: -webkit-box;
  overflow: hidden;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(247, 240, 230, 0.72) !important;
  font-size: 0.86rem !important;
}

.member-card-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.22rem;
}

.member-card-socials a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.44rem 0.62rem 0.48rem;
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--gold-pale);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.member-card-socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 207, 120, 0.36);
  background: rgba(244, 207, 120, 0.12);
}

.member-card-flip {
  perspective: 1400px;
  transform-style: preserve-3d;
  cursor: pointer;
}

.member-card-flip::before {
  z-index: 5;
  transition: border-color 320ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.18, 1);
}

.member-card-flip::after {
  display: none;
}

.member-card-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition:
    transform 760ms cubic-bezier(0.2, 0.75, 0.18, 1),
    filter 360ms ease;
  will-change: transform;
}

.member-card-front {
  transform: rotateY(0deg);
}

.member-card-front::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 58%;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0), rgba(8, 7, 6, 0.96)),
    radial-gradient(circle at 20% 84%, rgba(244, 207, 120, 0.18), transparent 34%);
  pointer-events: none;
}

.member-card-back {
  display: grid;
  align-content: space-between;
  gap: 1.2rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(244, 207, 120, 0.24);
  background:
    radial-gradient(circle at 22% 18%, rgba(244, 207, 120, 0.18), transparent 28%),
    radial-gradient(circle at 78% 78%, rgba(160, 82, 26, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(18, 14, 8, 0.98), rgba(4, 3, 2, 0.96));
  color: var(--text);
  transform: rotateY(180deg);
}

.member-card-back::before,
.member-card-back::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.member-card-back::before {
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 5px),
    linear-gradient(115deg, transparent 0 35%, rgba(255, 229, 154, 0.1) 48%, transparent 62%);
  mix-blend-mode: screen;
  animation: memberCardBackShine 5.8s ease-in-out infinite;
}

.member-card-back::after {
  right: 1rem;
  top: 1rem;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 0.55rem rgba(244, 207, 120, 0.035),
    0 0 0 1.1rem rgba(244, 207, 120, 0.025);
}

.member-card-back-index,
.member-card-back-copy,
.member-card-back-footer {
  position: relative;
  z-index: 1;
}

.member-card-back-index {
  width: fit-content;
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(244, 207, 120, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.36);
  color: var(--gold-pale);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.member-card-back-copy {
  align-self: center;
}

.member-card-back-copy h3 {
  margin: 0.22rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  color: #fff8e8;
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  line-height: 0.9;
  letter-spacing: 0.045em;
}

.member-card-quote {
  margin: 1rem 0 0;
  color: rgba(255, 245, 218, 0.86);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 700;
  line-height: 1.45;
}

.member-card-back-footer {
  display: grid;
  gap: 0.28rem;
  padding-top: 0.88rem;
  border-top: 1px solid rgba(244, 207, 120, 0.16);
}

.member-card-back-footer span,
.member-card-back-footer small {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.member-card-back-footer span {
  color: var(--gold-bright);
  font-size: 0.82rem;
  font-weight: 900;
}

.member-card-back-footer small {
  color: rgba(247, 240, 230, 0.64);
  font-size: 0.68rem;
  font-weight: 800;
}

.member-card-flip.is-flipped .member-card-front {
  transform: rotateY(-180deg);
}

.member-card-flip.is-flipped .member-card-back {
  transform: rotateY(0deg);
}

.member-card-flip:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

.member-card-flip:focus-visible::before,
.member-card-flip.is-flipped::before {
  border-color: rgba(244, 207, 120, 0.32);
}

@media (hover: hover) and (pointer: fine) {
  .member-card-flip:hover .member-card-front {
    transform: rotateY(-180deg);
  }

  .member-card-flip:hover .member-card-back {
    transform: rotateY(0deg);
  }
}

@keyframes memberCardBackShine {
  0%,
  100% {
    opacity: 0.46;
    background-position: 0 0, -120% 0;
  }
  50% {
    opacity: 0.88;
    background-position: 0 0, 120% 0;
  }
}

.section-timeline {
  position: relative;
}

.timeline-stage {
  position: relative;
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.timeline-head {
  max-width: 54rem;
  margin-bottom: 2.4rem;
}

.timeline-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.35rem;
}

.timeline-summary span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 207, 120, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--gold-pale);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.band-timeline {
  position: relative;
  display: grid;
  gap: 1.6rem;
  padding: 0.8rem 0 0.2rem;
}

.band-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(244, 207, 120, 0), rgba(244, 207, 120, 0.24) 12%, rgba(244, 207, 120, 0.24) 88%, rgba(244, 207, 120, 0));
  box-shadow: 0 0 18px rgba(244, 207, 120, 0.08);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
  gap: 1.15rem;
  align-items: start;
  grid-template-areas: "content marker postcard";
}

.timeline-marker {
  position: relative;
  z-index: 2;
  grid-area: marker;
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  padding-top: 1.1rem;
}

.timeline-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.55rem 0.8rem 0.5rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(12, 9, 7, 0.84);
  color: var(--gold-pale);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.timeline-dot {
  width: 18px;
  height: 18px;
  border: 4px solid rgba(11, 8, 6, 0.96);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow:
    0 0 0 1px rgba(244, 207, 120, 0.18),
    0 0 22px rgba(244, 207, 120, 0.22);
}

.timeline-content {
  grid-area: content;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.8rem;
  padding: 1.45rem 1.5rem 1.55rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(13, 10, 8, 0.86);
  box-shadow: var(--shadow);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    background-color 240ms ease;
}

.timeline-content::before {
  content: attr(data-year);
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.5rem, 7vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: 0.06em;
  color: rgba(244, 207, 120, 0.07);
  pointer-events: none;
}

.timeline-item:nth-child(even) {
  grid-template-areas: "postcard marker content";
}

.timeline-postcard {
  position: relative;
  grid-area: postcard;
  align-self: start;
  width: 100%;
  max-width: 320px;
  margin: 0;
  padding: 0.8rem 0.8rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(15, 12, 9, 0.92);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.timeline-postcard::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  border: 1px solid rgba(244, 207, 120, 0.08);
  border-radius: 22px;
  pointer-events: none;
}

.timeline-postcard::after {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 50%;
  width: 76px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 240, 199, 0.2), rgba(255, 240, 199, 0.06));
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
  transform: translateX(-50%) rotate(-2deg);
  opacity: 0.78;
}

.timeline-postcard img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  object-position: center 28%;
  border-radius: 20px;
  transform: scale(1.01);
  transition: transform 320ms ease, filter 320ms ease;
  filter: saturate(102%);
}

.timeline-postcard figcaption {
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
  padding: 0 0.25rem;
  color: rgba(247, 240, 230, 0.78);
  font-size: 0.82rem;
  line-height: 1.58;
}

.timeline-item:nth-child(odd) .timeline-postcard {
  justify-self: start;
  transform: rotate(3deg);
}

.timeline-item:nth-child(even) .timeline-postcard {
  justify-self: end;
  transform: rotate(-3deg);
}

.timeline-content h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 22ch;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.9rem, 2.6vw, 2.75rem);
  line-height: 0.96;
  letter-spacing: 0.04em;
}

.timeline-content p:not(.panel-kicker) {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(247, 240, 230, 0.82);
  line-height: 1.78;
}

.timeline-content:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 207, 120, 0.24);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.28);
}

.timeline-item:hover .timeline-postcard {
  border-color: rgba(244, 207, 120, 0.26);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.34);
}

.timeline-item:hover .timeline-postcard img {
  transform: scale(1.04);
  filter: saturate(112%);
}

.timeline-item:nth-child(odd):hover .timeline-postcard,
.timeline-item:nth-child(even):hover .timeline-postcard {
  transform: rotate(0deg) translateY(-6px);
}

.timeline-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.timeline-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 0.9rem 0.76rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--gold-pale);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-release-cover {
  min-height: 470px;
  background: #090705;
}

.home-release-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-release-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 6, 5, 0.04), rgba(7, 6, 5, 0.76));
}

.home-release-cover-copy {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
  max-width: 24rem;
}

.home-release-cover-copy h2,
.home-release-copy h2,
.home-booking-copy h2,
.home-showcase-feature h3,
.home-showcase-card h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.96;
  letter-spacing: 0.05em;
}

.home-release-cover-copy h2 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
}

.home-release-cover-copy p:last-child {
  margin: 0.8rem 0 0;
  color: rgba(247, 240, 230, 0.82);
  line-height: 1.72;
}

.home-release-copy {
  padding: clamp(1.5rem, 3vw, 2.2rem) clamp(1.6rem, 3.3vw, 2.6rem);
}

.home-release-copy h2 {
  font-size: clamp(2.45rem, 4.2vw, 3.9rem);
  max-width: none;
}

.home-release-copy > p:not(.section-kicker) {
  max-width: 40rem;
  color: var(--text-soft);
  line-height: 1.82;
}

.home-release-copy strong {
  color: var(--text);
  font-weight: 800;
}

.home-release-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.home-release-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 0.95rem 0.78rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-pale);
}

.spotify-inline-panel,
.spotify-panel {
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(11, 8, 6, 0.72);
}

.spotify-inline-panel {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
}

.spotify-inline-panel h3,
.spotify-panel-copy h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.96;
  letter-spacing: 0.05em;
}

.spotify-inline-panel h3 {
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
}

.spotify-inline-actions,
.spotify-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.spotify-panel {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.4rem;
  align-items: center;
  padding: 1.55rem;
  box-shadow: var(--shadow-strong);
}

.spotify-panel-copy h2 {
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  max-width: none;
}

.spotify-panel-copy p:last-child {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: var(--text-soft);
  line-height: 1.82;
}

.spotify-follow-banner {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.4rem;
  align-items: center;
  padding: 1.65rem;
  border: 1px solid rgba(63, 219, 118, 0.2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 50%, rgba(29, 185, 84, 0.28), transparent 20%),
    radial-gradient(circle at 88% 16%, rgba(63, 219, 118, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(10, 34, 18, 0.96), rgba(7, 12, 8, 0.98) 58%, rgba(14, 24, 16, 0.98));
  box-shadow:
    0 38px 110px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.spotify-follow-mark {
  display: grid;
  place-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #4df08e, #1db954 58%, #169c47);
  color: #031108;
  font-size: 2.2rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 24px 40px rgba(29, 185, 84, 0.24);
}

.spotify-follow-copy {
  display: grid;
  gap: 0.6rem;
}

.spotify-follow-copy p.section-kicker {
  color: #7ff7ab;
}

.spotify-follow-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
}

.spotify-follow-copy p:last-child {
  max-width: 42rem;
  margin: 0;
  color: rgba(235, 247, 238, 0.82);
  line-height: 1.74;
}

.spotify-follow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  justify-content: flex-end;
}

.platform-link-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  margin-top: 1.15rem;
}

.platform-link-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.78rem 1rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 207, 120, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(16, 12, 9, 0.88);
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.platform-link-chip i {
  color: var(--gold-bright);
  font-size: 1rem;
}

.platform-link-chip:hover,
.platform-link-chip:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(244, 207, 120, 0.26);
  color: var(--gold-pale);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  outline: none;
}

.home-streaming-finale {
  padding-top: 0;
}

.home-streaming-shell {
  position: relative;
  width: min(1080px, calc(100% - 2rem));
  min-height: 340px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 30px;
  background: #050403;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-streaming-shell::before,
.home-streaming-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-streaming-shell::before {
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 38%, rgba(5, 4, 3, 0.1), rgba(5, 4, 3, 0.62) 56%, rgba(5, 4, 3, 0.86) 100%),
    linear-gradient(180deg, rgba(5, 4, 3, 0.16), rgba(5, 4, 3, 0.7)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px);
  mix-blend-mode: normal;
}

.home-streaming-shell::after {
  right: -10rem;
  bottom: -10rem;
  z-index: 0;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(244, 207, 120, 0.16), transparent 68%);
  filter: blur(4px);
}

.home-streaming-photo {
  position: absolute;
  inset: -10% 0;
  min-height: 0;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.04), rgba(5, 4, 3, 0.32)),
    url("images/eventos/47.webp") center 42% / cover no-repeat;
  transform: translate3d(0, var(--parallax-shift, 0px), 0) scale(1.08);
  will-change: transform;
}

.home-streaming-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(244, 207, 120, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(5, 4, 3, 0.14) 0%, rgba(5, 4, 3, 0.58) 58%, rgba(5, 4, 3, 0.88) 100%);
}

.home-streaming-photo::after {
  content: none;
}

.home-streaming-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 48rem);
  padding: clamp(1.35rem, 3vw, 2.25rem);
  text-align: center;
}

.home-streaming-content h2 {
  max-width: 12ch;
  margin: 0;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: clamp(2.25rem, 4.3vw, 4rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff7e9;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.54);
}

.home-streaming-content > p:not(.section-kicker) {
  max-width: 31rem;
  margin: 0.75rem auto 0;
  color: rgba(255, 245, 225, 0.82);
  font-size: 0.98rem;
  line-height: 1.65;
}

.home-streaming-platforms.platform-link-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  width: min(100%, 42rem);
  margin-top: 1.05rem;
}

.home-streaming-platforms .platform-link-chip {
  min-height: 44px;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.58rem 0.86rem;
  border-radius: 999px;
  border-color: rgba(244, 207, 120, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 48%),
    rgba(8, 6, 5, 0.72);
  letter-spacing: 0.07em;
  backdrop-filter: blur(10px);
}

.home-streaming-platforms .platform-link-chip i {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(135deg, var(--gold-bright), var(--gold) 68%, #efbd58);
  color: #140d06;
  font-size: 0.84rem;
}

.home-streaming-platforms .platform-link-chip:hover,
.home-streaming-platforms .platform-link-chip:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(244, 207, 120, 0.38);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.26),
    0 12px 28px rgba(186, 130, 40, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-streaming-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 1.1rem;
}

.button-spotify {
  color: #05150b;
  background: linear-gradient(135deg, #3be477, #1db954);
  box-shadow: 0 18px 36px rgba(29, 185, 84, 0.2);
}

.button-whatsapp {
  gap: 0.65rem;
  color: #04110a;
  background: linear-gradient(135deg, #6de19a, #25d366 58%, #17a34a);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 36px rgba(37, 211, 102, 0.2);
}

.button-whatsapp i {
  font-size: 1rem;
}

.spotify-feedback {
  margin: 0;
  color: var(--gold-pale);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-contests-section {
  position: relative;
}

.home-contests-head,
.home-news-head {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: end;
}

.home-contests-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.home-contest-card {
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 14% 0%, rgba(244, 207, 120, 0.12), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(9, 7, 5, 0.72);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.home-contest-media {
  display: block;
  min-height: 230px;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.04), rgba(5, 4, 3, 0.82)),
    var(--home-contest-image);
  background-position: center;
  background-size: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.home-contest-card:hover .home-contest-media,
.home-contest-card:focus-within .home-contest-media {
  transform: scale(1.025);
  filter: saturate(1.08);
}

.home-contest-copy {
  display: grid;
  gap: 0.65rem;
  padding: 1.1rem;
}

.home-contest-status {
  width: fit-content;
  padding: 0.4rem 0.68rem;
  border: 1px solid rgba(244, 207, 120, 0.22);
  border-radius: 999px;
  background: rgba(244, 207, 120, 0.1);
  color: var(--gold-pale);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-contest-copy h3,
.home-contest-empty h3 {
  margin: 0;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 0.92;
  letter-spacing: 0.03em;
  color: var(--text);
}

.home-contest-copy p:not(.panel-kicker),
.home-contest-empty p:not(.panel-kicker) {
  margin: 0;
  color: rgba(247, 240, 230, 0.78);
  line-height: 1.62;
}

.home-contest-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.25rem;
}

.home-contest-empty {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.75rem;
  padding: 1.35rem;
}

.route-grid-expanded {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.route-card {
  display: grid;
  gap: 0.7rem;
  padding: 1.35rem 1.3rem 1.4rem;
  min-height: 220px;
  align-content: start;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.route-city {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.85rem, 2.3vw, 2.35rem);
  line-height: 0.95;
  letter-spacing: 0.06em;
  color: var(--text);
}

.route-card .panel-kicker {
  margin: 0;
}

.route-card p {
  margin: 0;
  color: rgba(247, 240, 230, 0.8);
  line-height: 1.72;
}

.route-card:hover,
.route-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(244, 207, 120, 0.24);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.28);
}

.about-signature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 1.2rem;
  align-items: stretch;
}

.about-signature-lead {
  display: grid;
  gap: 1rem;
}

.signature-badges {
  justify-content: flex-start;
  margin-top: 0.2rem;
}

.signature-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.signature-card {
  display: grid;
  gap: 0.72rem;
  padding: 1.35rem 1.3rem 1.4rem;
  min-height: 0;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.signature-card .card-index {
  margin: 0;
  color: var(--gold-bright);
}

.signature-card h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 0.94;
  letter-spacing: 0.04em;
}

.signature-card p:last-child {
  margin: 0;
  color: rgba(247, 240, 230, 0.8);
  line-height: 1.72;
}

.signature-card:hover,
.signature-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(244, 207, 120, 0.24);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.home-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1.2rem;
}

.home-events-head {
  width: min(var(--max-width), 100%);
  margin: 0 auto 2rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.2rem;
}

.home-events-head .section-head {
  margin-bottom: 0;
  max-width: 58rem;
}

.home-events-head-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem;
}

.home-events-grid {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.home-events-spotlight {
  width: min(var(--max-width), 100%);
  margin: 0 auto 1.3rem;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  gap: 1rem 1.3rem;
  align-items: center;
  padding: 1.45rem 1.5rem;
  background:
    linear-gradient(135deg, rgba(186, 130, 40, 0.18), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(15, 11, 8, 0.96);
}

.home-events-spotlight-copy {
  display: grid;
  gap: 0.45rem;
}

.home-events-spotlight-copy h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.home-events-spotlight-copy p:last-child {
  margin: 0;
  max-width: 56rem;
}

.home-events-spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}

.event-highlight-card {
  padding: 0;
  overflow: hidden;
  min-height: 100%;
  display: grid;
  grid-template-rows: minmax(240px, 252px) auto;
}

.event-highlight-media {
  position: relative;
  overflow: hidden;
  background: rgba(10, 8, 6, 0.82);
}

.event-highlight-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 4, 4, 0.14), rgba(4, 4, 4, 0.88)),
    linear-gradient(145deg, rgba(244, 207, 120, 0.06), transparent 62%);
  pointer-events: none;
}

.event-highlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 220ms ease;
}

.event-highlight-card:hover .event-highlight-media img {
  transform: scale(1.06);
}

.event-highlight-copy {
  display: grid;
  gap: 0.95rem;
  padding: 1.3rem 1.25rem 1.35rem;
  position: relative;
}

.event-highlight-schedule {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: stretch;
  margin-top: -3.1rem;
  margin-bottom: 0.15rem;
  position: relative;
  z-index: 1;
}

.event-highlight-schedule-primary,
.event-highlight-schedule-time {
  display: grid;
  align-items: center;
  gap: 0.2rem 0.8rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(244, 207, 120, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(17, 13, 10, 0.96);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.event-highlight-schedule-primary {
  grid-template-columns: auto 1fr;
}

.event-highlight-schedule-day,
.event-highlight-schedule-icon {
  display: grid;
  place-items: center;
  width: 68px;
  min-width: 68px;
  aspect-ratio: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(244, 207, 120, 0.22), rgba(186, 130, 40, 0.14));
  color: var(--gold-pale);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.event-highlight-schedule-day {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  line-height: 0.85;
  letter-spacing: 0.04em;
}

.event-highlight-schedule-icon {
  font-size: 1.55rem;
}

.event-highlight-schedule-copy,
.event-highlight-schedule-time {
  align-content: center;
}

.event-highlight-schedule-label {
  color: var(--gold-bright);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-highlight-schedule-copy strong,
.event-highlight-schedule-time strong {
  display: block;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.1;
}

.event-highlight-schedule-time {
  min-width: 158px;
  justify-items: start;
}

.event-highlight-schedule-time strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  color: var(--gold-pale);
}

.event-highlight-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.event-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 207, 120, 0.16);
  background: rgba(244, 207, 120, 0.08);
  color: var(--gold-pale);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.event-highlight-card h3 {
  font-size: clamp(1.75rem, 2.8vw, 2.5rem);
}

.event-highlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.event-highlight-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 207, 120, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
}

.event-highlight-meta i {
  color: var(--gold-bright);
}

.event-highlight-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.event-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.82rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 207, 120, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(16, 12, 9, 0.92);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.event-card-cta:hover,
.event-card-cta:focus-visible {
  transform: translateY(-2px);
  color: var(--gold-pale);
  border-color: rgba(244, 207, 120, 0.28);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  outline: none;
}

.event-share-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.event-share-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(244, 207, 120, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(16, 12, 9, 0.92);
  color: var(--text-soft);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.event-share-link:hover,
.event-share-link:focus-visible {
  transform: translateY(-2px);
  outline: none;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.event-share-link.is-whatsapp:hover,
.event-share-link.is-whatsapp:focus-visible {
  color: #7ee7a8;
  border-color: rgba(37, 211, 102, 0.34);
}

.event-share-link.is-facebook:hover,
.event-share-link.is-facebook:focus-visible {
  color: #8dbbff;
  border-color: rgba(66, 103, 178, 0.34);
}

.event-share-link.is-x:hover,
.event-share-link.is-x:focus-visible,
.event-share-link-button:hover,
.event-share-link-button:focus-visible {
  color: var(--text);
  border-color: rgba(244, 207, 120, 0.28);
}

.event-share-link-button {
  appearance: none;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.event-share-feedback {
  min-height: 1.2rem;
  margin: 0;
  color: var(--gold-pale);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-empty-state {
  padding: 1.55rem;
}

.events-page-section .home-events-head {
  margin-bottom: 1.7rem;
  align-items: flex-start;
  justify-content: flex-start;
}

.events-page-section .home-events-head .section-head {
  width: 100%;
  max-width: none;
}

.events-page-section .home-events-head .section-kicker.kicker-with-icon {
  justify-content: flex-start;
}

.events-page-section .home-events-head .section-head p:not(.section-kicker) {
  max-width: 56rem;
}

.events-page-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.button.is-disabled {
  opacity: 0.72;
  cursor: default;
  pointer-events: none;
}

.event-modal[hidden] {
  display: none;
}

.event-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.event-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(244, 207, 120, 0.1), transparent 28%),
    rgba(5, 4, 3, 0.76);
  backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.event-modal-dialog {
  position: relative;
  width: min(940px, calc(100% - 2rem));
  max-height: calc(100vh - 2rem);
  margin: 1rem auto;
  overflow: auto;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(12, 9, 7, 0.98);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.event-modal.is-open .event-modal-backdrop {
  opacity: 1;
}

.event-modal.is-open .event-modal-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.event-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 16px;
  background: rgba(12, 9, 7, 0.88);
  color: var(--text);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.event-modal-close:hover,
.event-modal-close:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(244, 207, 120, 0.28);
  color: var(--gold-pale);
  outline: none;
}

.event-modal-layout {
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  min-height: auto;
  align-items: start;
}

.event-modal-media {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  min-height: auto;
  max-height: 440px;
  overflow: hidden;
  background: rgba(10, 8, 6, 0.86);
  align-self: start;
}

.event-modal-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.08), rgba(7, 6, 5, 0.72)),
    linear-gradient(145deg, rgba(244, 207, 120, 0.08), transparent 62%);
  pointer-events: none;
}

.event-modal-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.event-modal-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1rem 1rem 1.2rem;
}

.event-modal-headline {
  display: grid;
  gap: 0.45rem;
  padding-right: 4.95rem;
}

.event-modal-headline h2,
#event-modal-title {
  margin: 0;
  max-width: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.6rem, 2.1vw, 2.45rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
}

.event-modal-summary {
  margin: 0;
  color: rgba(247, 240, 230, 0.86);
  line-height: 1.45;
  font-size: 0.92rem;
}

.event-modal-story p {
  margin: 0;
  color: rgba(247, 240, 230, 0.84);
  line-height: 1.6;
  font-size: 0.95rem;
}

.event-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.event-modal .event-highlight-topline {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  padding-right: 4.5rem;
  align-items: center;
}

.event-modal .event-status-badge {
  padding: 0.4rem 0.72rem;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.event-modal-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.62rem 0.82rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.event-modal-meta i {
  color: var(--gold-bright);
}

.event-modal-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.event-modal-detail-card {
  display: grid;
  gap: 0.32rem;
  padding: 0.82rem 0.88rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.event-modal-detail-label {
  color: var(--gold-bright);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-modal-detail-value {
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.45;
}

.event-modal-highlights {
  display: grid;
  gap: 0.7rem;
  padding: 0.95rem 1rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(244, 207, 120, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
}

.event-modal-highlights .panel-kicker {
  margin: 0;
}

.event-modal-highlights-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-modal-highlights-list li {
  position: relative;
  margin: 0;
  padding-left: 1.05rem;
  color: rgba(247, 240, 230, 0.88);
  font-size: 0.9rem;
  line-height: 1.58;
}

.event-modal-highlights-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 0 10px rgba(244, 207, 120, 0.2);
}

.event-modal-ticket-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(244, 207, 120, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.event-modal-ticket-block.is-info {
  justify-content: flex-start;
}

.event-modal-ticket-copy {
  display: grid;
  gap: 0.35rem;
}

.event-modal-ticket-copy .panel-kicker {
  margin: 0;
}

.event-modal-ticket-note {
  margin: 0;
  color: rgba(247, 240, 230, 0.86);
  font-size: 0.92rem;
  line-height: 1.5;
}

.event-modal-ticket-button {
  gap: 0.55rem;
  padding: 0.95rem 1.15rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.event-modal-ticket-button i {
  font-size: 0.94rem;
}

.event-modal-share-block {
  display: grid;
  gap: 0.8rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 207, 120, 0.1);
}

.event-modal-share-toolbar {
  gap: 0.65rem;
}

.home-news-head {
  width: min(var(--max-width), 100%);
  margin: 0 auto 2rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.2rem;
}

.home-news-head .section-head {
  margin-bottom: 0;
  max-width: 54rem;
}

.home-showcase-feature {
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  padding: 1.4rem;
  color: var(--text);
  text-decoration: none;
}

.home-showcase-image {
  position: absolute;
  inset: 0;
}

.home-showcase-live {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.14), rgba(7, 6, 5, 0.86)),
    url("images/eventos/18.webp") center 48%/cover no-repeat;
}

.home-showcase-feature::after,
.home-showcase-card::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(244, 207, 120, 0.08);
  border-radius: 26px;
  pointer-events: none;
}

.home-showcase-copy {
  position: relative;
  z-index: 1;
  max-width: 30rem;
}

.home-showcase-feature h3,
.home-showcase-card h3 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.home-showcase-copy p:last-child,
.home-showcase-card p:last-child {
  color: rgba(247, 240, 230, 0.82);
  line-height: 1.72;
}

.home-showcase-stack {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.home-showcase-card {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.35rem;
  color: var(--text);
  text-decoration: none;
}

.home-showcase-gallery {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.14), rgba(7, 6, 5, 0.88)),
    url("images/eventos/10.webp") center 26%/cover no-repeat;
}

.home-showcase-story {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.18), rgba(7, 6, 5, 0.9)),
    url("images/eventos/5.webp") center/cover no-repeat;
}

.home-showcase-band {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.14), rgba(7, 6, 5, 0.88)),
    url("images/eventos/3.webp") center 28%/cover no-repeat;
}

.home-booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.4rem;
  align-items: center;
  min-height: 380px;
  padding: clamp(1.5rem, 4vw, 3.35rem);
  isolation: isolate;
  background: #050403;
}

.home-booking-final-section {
  padding-top: 0;
}

.home-booking-final-section .home-booking-panel {
  width: min(var(--header-width), calc(100% - 2rem));
  min-height: 430px;
  border-radius: 42px;
}

.home-booking-panel::before,
.home-booking-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-booking-panel::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.94) 0%, rgba(5, 4, 3, 0.82) 34%, rgba(5, 4, 3, 0.48) 58%, rgba(5, 4, 3, 0.86) 100%),
    linear-gradient(180deg, rgba(5, 4, 3, 0.12), rgba(5, 4, 3, 0.72)),
    url("images/musicos/musicos14.webp") center 42% / cover no-repeat;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.01);
}

.home-booking-panel::after {
  z-index: 1;
  border: 1px solid rgba(244, 207, 120, 0.22);
  border-radius: inherit;
  background:
    radial-gradient(circle at 72% 10%, rgba(244, 207, 120, 0.2), transparent 22%),
    radial-gradient(circle at 40% 82%, rgba(54, 134, 255, 0.1), transparent 24%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-booking-copy,
.home-booking-actions {
  position: relative;
  z-index: 2;
}

.home-booking-copy h2 {
  max-width: 13ch;
  font-size: clamp(3rem, 5.8vw, 6.6rem);
  line-height: 0.86;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.62);
}

.home-booking-copy p:last-child {
  display: inline-flex;
  width: fit-content;
  margin: 1.25rem 0 0;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.48);
  color: var(--gold-pale);
  font-size: 1.02rem;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
}

.home-booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
  align-self: end;
  max-width: 28rem;
}

.home-booking-actions .button {
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 14px 30px rgba(186, 130, 40, 0.14);
}

.hero-parallax,
.hero-wordmark {
  position: absolute;
  pointer-events: none;
  --parallax-shift: 0px;
}

.hero-parallax {
  z-index: 0;
  border-radius: 50%;
  transform: translate3d(0, var(--parallax-shift), 0);
  will-change: transform;
}

.hero-parallax-left {
  top: 8%;
  left: -4rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(244, 207, 120, 0.22), transparent 66%);
  filter: blur(16px);
}

.hero-parallax-right {
  right: -7rem;
  top: 16%;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  background:
    radial-gradient(circle at center, rgba(244, 207, 120, 0.08), transparent 62%),
    linear-gradient(135deg, rgba(244, 207, 120, 0.04), transparent 60%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.hero-wordmark {
  top: 2rem;
  left: 50%;
  z-index: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.6rem, 14vw, 10.5rem);
  letter-spacing: 0.14em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 207, 120, 0.18);
  opacity: 0.18;
  transform: translate3d(-50%, var(--parallax-shift), 0);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  will-change: transform;
}

.hero-stage,
.media-panel,
.audio-player-cover,
.audio-player-panel,
.audio-playlist {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: 36px;
  box-shadow: var(--shadow-strong);
}

.hero-stage {
  padding: clamp(1.6rem, 4vw, 2.3rem);
  background:
    radial-gradient(circle at top, rgba(244, 207, 120, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(21, 17, 13, 0.98), rgba(8, 7, 6, 0.95));
  transform-style: preserve-3d;
}

.hero-stage-photo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 620px;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.08) 0%, rgba(7, 6, 5, 0.22) 36%, rgba(7, 6, 5, 0.84) 100%),
    linear-gradient(145deg, rgba(14, 12, 10, 0.06), rgba(10, 8, 6, 0.22)),
    url("images/musicos/musicos10.webp") center center / cover no-repeat;
}

.hero-stage::before,
.media-panel::before,
.audio-player-cover::before,
.audio-player-panel::before,
.audio-playlist::before,
.video-card::before,
.preview-card::before,
.media-card::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(244, 207, 120, 0.08);
  border-radius: 28px;
  pointer-events: none;
}

.hero-stage-glow {
  position: absolute;
  inset: auto 8% -12% 8%;
  height: 34%;
  background: radial-gradient(circle, rgba(244, 207, 120, 0.24), transparent 70%);
  filter: blur(20px);
}

.hero-stage img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.52));
}

.hero-stage-copy,
.hero-stage-badge,
.equalizer,
.waveform {
  position: relative;
  z-index: 1;
}

.hero-stage-copy {
  max-width: 21rem;
}

.hero-stage-copy h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 0.94;
  letter-spacing: 0.05em;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.42);
}

.page-hero-home .hero-stage {
  padding: 0;
}

.page-hero-home .hero-stage::before {
  inset: 1.1rem;
}

.page-hero-home .hero-stage-copy {
  max-width: 29rem;
  margin: 0 1.45rem 1.45rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: 26px;
  background: rgba(11, 8, 6, 0.74);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.page-hero-home .hero-stage-copy h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.9rem);
}

.page-hero-home .hero-stage-copy p:not(.panel-kicker) {
  margin: 0.8rem 0 0;
  color: rgba(247, 240, 230, 0.82);
  line-height: 1.72;
}

.hero-stage-badge {
  width: clamp(190px, 26vw, 280px);
  padding: 1rem 1.15rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(10, 8, 6, 0.68);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.hero-stage-badge img {
  width: 100%;
}

.equalizer,
.waveform {
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
}

.equalizer {
  justify-content: center;
  height: 84px;
  margin-top: 1.2rem;
}

.equalizer span,
.waveform span {
  width: 12px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  box-shadow: 0 0 20px rgba(186, 130, 40, 0.22);
  transform-origin: bottom;
  animation: equalize 1.8s ease-in-out infinite;
}

.equalizer span:nth-child(1) { height: 24px; animation-delay: 0s; }
.equalizer span:nth-child(2) { height: 56px; animation-delay: 0.12s; }
.equalizer span:nth-child(3) { height: 38px; animation-delay: 0.24s; }
.equalizer span:nth-child(4) { height: 72px; animation-delay: 0.36s; }
.equalizer span:nth-child(5) { height: 48px; animation-delay: 0.48s; }
.equalizer span:nth-child(6) { height: 82px; animation-delay: 0.6s; }
.equalizer span:nth-child(7) { height: 34px; animation-delay: 0.72s; }
.equalizer span:nth-child(8) { height: 62px; animation-delay: 0.84s; }

.floating-card {
  position: absolute;
  right: -1.1rem;
  bottom: 1.6rem;
  width: min(290px, 64%);
  padding: 1.2rem 1.3rem;
  border-radius: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent),
    rgba(10, 8, 6, 0.95);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
}

.floating-card p:last-child {
  line-height: 1.76;
}

.floating-card-media {
  overflow: hidden;
}

.floating-card-image {
  height: 142px;
  margin: -1.2rem -1.3rem 1rem;
  border-radius: 24px 24px 20px 20px;
}

.audio-player-cover {
  min-height: 430px;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.1), rgba(7, 6, 5, 0.88)),
    url("images/portadas-musicales/web/bendiciones.webp") center/cover no-repeat;
}

.audio-player-panel,
.audio-playlist {
  padding: 1.45rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel);
}

.audio-player-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.audio-player-title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: 0.05em;
}

.audio-player-copy {
  margin: 1rem 0 0;
  max-width: 34rem;
  color: var(--text-soft);
  line-height: 1.8;
}

.audio-progress-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: center;
  margin-top: 1.5rem;
}

.audio-time {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold-bright);
}

.audio-progress {
  width: 100%;
  height: 6px;
  margin: 0;
  accent-color: var(--gold-bright);
  cursor: pointer;
}

.audio-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.4rem;
  align-items: center;
}

.audio-control-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.audio-control-button i {
  font-size: 1.1rem;
  line-height: 1;
}

.audio-control-button:hover,
.audio-control-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(244, 207, 120, 0.4);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(244, 207, 120, 0.08);
  color: var(--gold-pale);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(244, 207, 120, 0.08),
    0 0 22px rgba(244, 207, 120, 0.1);
  outline: none;
}

.audio-play-button {
  position: relative;
  overflow: hidden;
  width: 4.65rem;
  height: 4.65rem;
  border-color: rgba(244, 207, 120, 0.14);
  color: #140d06;
  background: linear-gradient(145deg, #f7d887 0%, var(--gold-bright) 32%, var(--gold) 68%, #b6761f 100%);
  box-shadow:
    0 18px 36px rgba(186, 130, 40, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -10px 18px rgba(140, 84, 18, 0.18);
}

.audio-play-button i {
  font-size: 1.22rem;
  position: relative;
  z-index: 1;
  transform: translateX(1px);
  transition: transform 180ms ease, color 180ms ease;
}

.audio-play-button::before,
.audio-play-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.audio-play-button::before {
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.42), transparent 38%),
    radial-gradient(circle at 72% 78%, rgba(140, 84, 18, 0.18), transparent 44%);
  opacity: 0.85;
}

.audio-play-button::after {
  inset: -16%;
  background: radial-gradient(circle, rgba(244, 207, 120, 0.26), transparent 62%);
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 180ms ease, transform 180ms ease;
}

.audio-play-button:hover,
.audio-play-button:focus-visible {
  transform: translateY(-3px) scale(1.03);
  border-color: rgba(255, 240, 199, 0.22);
  background: linear-gradient(145deg, #ffe6a8 0%, #f6d787 30%, var(--gold-bright) 58%, #cb8a2a 100%);
  color: #140d06;
  box-shadow:
    0 24px 46px rgba(186, 130, 40, 0.34),
    0 0 0 1px rgba(244, 207, 120, 0.14),
    0 0 30px rgba(244, 207, 120, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    inset 0 -12px 20px rgba(140, 84, 18, 0.16);
}

.audio-play-button:hover i,
.audio-play-button:focus-visible i {
  color: #120b05;
  transform: translateX(2px) scale(1.08);
}

.audio-play-button:hover::after,
.audio-play-button:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.audio-play-button:active {
  transform: translateY(-1px) scale(0.99);
}

.audio-playlist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  max-height: min(420px, 52vh);
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 207, 120, 0.34) rgba(255, 255, 255, 0.03);
}

.audio-track-card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(244, 207, 120, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.audio-track {
  display: grid;
  gap: 0.3rem;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: none;
}

.audio-track-card:hover,
.audio-track-card:focus-within,
.audio-track-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(244, 207, 120, 0.35);
  background: rgba(244, 207, 120, 0.08);
}

.audio-track:focus-visible {
  outline: none;
}

.audio-playlist::-webkit-scrollbar {
  width: 10px;
}

.audio-playlist::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
}

.audio-playlist::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(244, 207, 120, 0.74), rgba(186, 130, 40, 0.92));
  border-radius: 999px;
  border: 2px solid rgba(10, 8, 6, 0.5);
}

.audio-playlist::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(255, 240, 199, 0.92), rgba(244, 207, 120, 0.96));
}

.audio-track-kicker {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.audio-track-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 700;
}

.audio-track-meta {
  color: var(--text-soft);
  line-height: 1.5;
}

.audio-track-actions {
  display: flex;
  justify-content: flex-start;
}

.track-platform-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.track-platform-links-current {
  margin-top: 0.9rem;
  justify-content: center;
  align-self: center;
}

.track-platform-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0 0.95rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.track-platform-link i {
  line-height: 1;
}

.track-platform-link:hover,
.track-platform-link:focus-visible,
.track-platform-link.is-copied {
  transform: translateY(-2px);
  border-color: rgba(244, 207, 120, 0.34);
  background: rgba(244, 207, 120, 0.1);
  color: var(--gold-pale);
  outline: none;
}

.track-platform-link.is-share {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.track-platform-links.is-compact {
  gap: 0.45rem;
}

.track-platform-link.is-compact {
  min-width: 38px;
  min-height: 38px;
  padding: 0;
  border-radius: 14px;
}

.track-share-feedback {
  min-height: 1.2rem;
  margin: 0.3rem 0 0;
  color: var(--gold-bright);
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: center;
}

.track-preview-feedback {
  min-height: 0;
  margin: 0.35rem 0 0;
  color: rgba(247, 240, 230, 0.94);
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
}

.track-preview-feedback-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.82rem 0.95rem;
  border: 1px solid rgba(31, 167, 88, 0.28);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    linear-gradient(135deg, rgba(31, 167, 88, 0.22), rgba(10, 8, 6, 0.9) 44%, rgba(8, 7, 5, 0.96));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.track-preview-feedback-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(18, 117, 62, 0.38);
  color: #7ef0a8;
  font-size: 1rem;
}

.track-preview-feedback-copy {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.track-preview-feedback-copy strong {
  margin: 0;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.track-preview-feedback-copy span {
  color: rgba(247, 240, 230, 0.92);
  font-size: 0.92rem;
  line-height: 1.35;
}

.track-preview-feedback-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0 0.95rem;
  border: 1px solid rgba(31, 167, 88, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, #1db954, #15803d);
  color: #f7f0e6;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(11, 63, 34, 0.28);
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease,
    border-color 180ms ease;
}

.track-preview-feedback-button:hover,
.track-preview-feedback-button:focus-visible {
  color: #fffaf0;
  transform: translateY(-2px);
  border-color: rgba(126, 240, 168, 0.42);
  box-shadow: 0 20px 32px rgba(11, 63, 34, 0.34);
  filter: saturate(1.08);
  outline: none;
}

.global-player-mini-preview-feedback .track-preview-feedback-card {
  padding: 0.72rem 0.78rem;
  gap: 0.65rem;
}

.global-player-mini-preview-feedback .track-preview-feedback-copy strong {
  font-size: 0.72rem;
}

.global-player-mini-preview-feedback .track-preview-feedback-copy span {
  font-size: 0.82rem;
}

.global-player-mini-preview-feedback .track-preview-feedback-button {
  min-height: 40px;
  padding-inline: 0.8rem;
  font-size: 0.7rem;
}

@media (max-width: 640px) {
  .track-preview-feedback-card {
    grid-template-columns: auto 1fr;
    padding: 0.78rem 0.8rem;
  }

  .track-preview-feedback-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

.ticker {
  margin: 0 0 5.5rem;
  overflow: hidden;
  padding: 0.95rem 0;
  border-block: 1px solid rgba(244, 207, 120, 0.12);
  background:
    linear-gradient(90deg, rgba(244, 207, 120, 0.05), transparent 18%, transparent 82%, rgba(244, 207, 120, 0.05));
}

.ticker-track {
  display: flex;
  gap: 2.4rem;
  width: max-content;
  padding-left: 2.4rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: 0.18em;
  color: rgba(248, 239, 221, 0.72);
  animation: marquee 28s linear infinite;
}

.section-head {
  margin-bottom: 2rem;
}

.section-head h2 {
  font-size: clamp(2.55rem, 4.8vw, 4.35rem);
  max-width: none;
}

.section-head p:not(.section-kicker) {
  max-width: 48rem;
  margin-top: 1rem;
}

.section-title-soft {
  margin-bottom: 1.5rem;
}

.section-title-soft h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.85rem);
  font-weight: 600;
  line-height: 1;
  color: var(--text);
}

.preview-grid,
.card-grid,
.step-grid,
.info-grid,
.article-grid,
.contact-grid {
  display: grid;
  gap: 1.2rem;
}

.preview-grid,
.card-grid-three,
.info-grid,
.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.preview-card,
.video-card,
.media-card {
  position: relative;
  min-height: 290px;
  display: flex;
  align-items: flex-end;
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.preview-card h3,
.media-card h3,
.video-card h3 {
  position: relative;
  z-index: 1;
  max-width: none;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.media-card-copy,
.video-copy {
  position: relative;
  z-index: 1;
}

.preview-label,
.video-copy .panel-kicker,
.media-card-copy .panel-kicker {
  position: relative;
  z-index: 1;
  color: var(--gold-bright);
}

.preview-card::after,
.video-card::after,
.media-card::after,
.media-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 5, 4, 0.08), rgba(6, 5, 4, 0.88));
}

.content-card,
.info-card,
.step-card,
.article-card,
.contact-form {
  padding: 1.5rem;
}

.content-card h3,
.info-card h3,
.step-card h3,
.article-card h3 {
  font-size: clamp(1.55rem, 2.3vw, 2rem);
  margin-bottom: 0.6rem;
}

.panel-kicker,
.post-label,
.track-type {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  color: var(--gold-bright);
}

.feature-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.7;
}

.feature-list li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  flex-shrink: 0;
}

.cta-banner,
.quote-banner {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel-strong);
  box-shadow: var(--shadow-strong);
}

.cta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.quote-banner h2,
.cta-banner h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.03;
  margin: 0;
}

.media-panel {
  min-height: 420px;
  background-color: var(--panel);
}

.panel-tall {
  min-height: 430px;
}

.media-logo {
  background:
    radial-gradient(circle at top, rgba(244, 207, 120, 0.16), transparent 32%),
    url("images/logo.webp") center/74% no-repeat,
    linear-gradient(145deg, rgba(21, 17, 13, 0.98), rgba(8, 7, 6, 0.95));
}

.media-concierto {
  background: url("images/eventos/6.webp") center/cover;
}

.media-cabalgata {
  background: url("images/eventos/4.webp") center/cover;
}

.media-evento {
  background: url("images/eventos/17.webp") center 40%/cover;
}

.media-stage {
  background: url("images/eventos/16.webp") center 40%/cover;
}

.media-musicos {
  background: url("images/musicos/musicos1.webp") center/cover;
}

.media-musicos-alt {
  background: url("images/eventos/13.webp") center/cover;
}

.media-video-main {
  background: url("images/musicos/musicos10.webp") center/cover;
}

.media-video-session {
  background: url("images/musicos/musicos6.webp") center/cover;
}

.media-video-backstage {
  background: url("images/musicos/musicos13.webp") center/cover;
}

.media-blog-one {
  background: url("images/eventos/1.webp") center/cover;
}

.media-blog-two {
  background: url("images/eventos/7.webp") center/cover;
}

.media-blog-three {
  background: url("images/eventos/4.webp") center 26%/cover;
}

.media-caminito {
  background: url("images/portadas-musicales/web/caminito.webp") center/cover;
}

.info-card {
  min-height: 220px;
}

.card-index,
.step-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #140d06;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card h3 {
  font-size: 1.55rem;
}

.waveform {
  height: 90px;
  margin-top: 1.4rem;
}

.waveform-short span:nth-child(1) { height: 24px; animation-delay: 0s; }
.waveform-short span:nth-child(2) { height: 44px; animation-delay: 0.1s; }
.waveform-short span:nth-child(3) { height: 68px; animation-delay: 0.2s; }
.waveform-short span:nth-child(4) { height: 34px; animation-delay: 0.3s; }
.waveform-short span:nth-child(5) { height: 76px; animation-delay: 0.4s; }
.waveform-short span:nth-child(6) { height: 52px; animation-delay: 0.5s; }

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.video-card {
  min-height: 320px;
  align-items: stretch;
  justify-content: space-between;
}

.video-copy {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.play-badge {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(244, 207, 120, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 207, 120, 0.22), rgba(7, 6, 5, 0.06));
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.3);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}

.video-stream-head {
  width: min(var(--max-width), 100%);
  margin: 0 auto 1.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.35rem;
  padding: 1.45rem 1.55rem 1.55rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 83, 83, 0.18), transparent 18%),
    radial-gradient(circle at 12% 18%, rgba(244, 207, 120, 0.14), transparent 24%),
    linear-gradient(124deg, rgba(255, 255, 255, 0.04), transparent 30%, rgba(255, 255, 255, 0.02) 52%, transparent 68%),
    linear-gradient(160deg, rgba(14, 11, 8, 0.96), rgba(8, 7, 6, 0.92));
  border: 1px solid rgba(244, 207, 120, 0.14);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.video-stream-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 18%),
    repeating-linear-gradient(90deg, transparent 0 11%, rgba(255, 255, 255, 0.03) 11% 11.25%, transparent 11.25% 22%);
  opacity: 0.36;
  pointer-events: none;
}

.video-stream-head::after {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  right: -4.8rem;
  bottom: -8rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(244, 207, 120, 0.12) 0 28%, transparent 29% 46%, rgba(255, 255, 255, 0.08) 46% 47%, transparent 47% 100%);
  opacity: 0.9;
  pointer-events: none;
}

.video-stream-head-copy,
.video-stream-side {
  position: relative;
  z-index: 1;
}

.video-stream-head-copy {
  display: grid;
  gap: 0.78rem;
}

.video-stream-head-copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 4.6vw, 3.9rem);
  line-height: 0.94;
  margin: 0;
}

.video-stream-head-copy p:last-child {
  margin: 0;
  max-width: 42rem;
  color: rgba(247, 240, 230, 0.9);
}

.video-stream-head-copy strong {
  color: var(--gold-bright);
}

.video-stream-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.25rem;
}

.video-stream-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.76rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 207, 120, 0.18);
  background: rgba(10, 8, 6, 0.46);
  color: rgba(247, 240, 230, 0.92);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-stream-side {
  min-width: 280px;
  display: grid;
  gap: 0.7rem;
  justify-items: start;
  padding: 1rem 1rem 1.05rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(8, 7, 5, 0.58);
  border: 1px solid rgba(244, 207, 120, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.video-stream-side p {
  margin: 0;
  color: rgba(247, 240, 230, 0.82);
  line-height: 1.6;
}

.video-stream-stat {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.42rem 0.74rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #170f07;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(186, 130, 40, 0.18);
}

.video-youtube-grid {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 1.25rem;
  counter-reset: video-card-index;
}

.video-youtube-card {
  position: relative;
  display: grid;
  padding: 0;
  overflow: hidden;
  grid-column: span 4;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    var(--panel-strong);
  border: 1px solid rgba(244, 207, 120, 0.14);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  counter-increment: video-card-index;
}

.video-youtube-card:hover,
.video-youtube-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(244, 207, 120, 0.3);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.28);
}

.video-youtube-card::before {
  content: counter(video-card-index, decimal-leading-zero);
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: rgba(10, 8, 6, 0.88);
  border: 1px solid rgba(244, 207, 120, 0.18);
  color: rgba(247, 240, 230, 0.88);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.video-youtube-card.is-featured {
  grid-column: span 8;
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr);
  border-radius: 32px;
}

.video-youtube-card.is-featured::before {
  top: 1.2rem;
  left: 1.2rem;
}

.video-youtube-card.is-featured .video-youtube-thumb {
  min-height: 100%;
  min-height: 440px;
}

.video-youtube-card.is-featured .video-play-button {
  width: 78px;
  height: 78px;
  left: 1.35rem;
  bottom: 1.35rem;
}

.video-youtube-card.is-featured .video-play-button i {
  font-size: 1.1rem;
}

.video-youtube-card.is-featured .video-youtube-copy {
  padding: 1.45rem 1.45rem 1.5rem;
  align-content: end;
  gap: 0.8rem;
}

.video-youtube-card.is-featured .video-youtube-copy h3 {
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 0.92;
}

.video-youtube-card.is-featured .video-youtube-title {
  font-size: 0.82rem;
}

.video-youtube-card:not(.is-featured):nth-child(3n + 3) {
  margin-top: 1rem;
}

.video-youtube-thumb {
  position: relative;
  display: block;
  min-height: 214px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(6, 5, 4, 0.14), rgba(6, 5, 4, 0.72)),
    var(--panel-strong);
}

.video-youtube-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.05) 0%, rgba(7, 6, 5, 0.26) 56%, rgba(7, 6, 5, 0.82) 100%);
  pointer-events: none;
}

.video-youtube-thumb img {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  object-fit: cover;
  transition: transform 280ms ease;
}

.video-youtube-card:hover .video-youtube-thumb img,
.video-youtube-card:focus-within .video-youtube-thumb img {
  transform: scale(1.04);
}

.video-platform-pill {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.46rem 0.72rem;
  border-radius: 999px;
  background: rgba(10, 8, 6, 0.86);
  border: 1px solid rgba(244, 207, 120, 0.22);
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-platform-pill i {
  color: #ff4e45;
}

.video-play-button {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(10, 8, 6, 0.9);
  border: 1px solid rgba(244, 207, 120, 0.24);
  color: var(--gold-bright);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.video-play-button i {
  font-size: 1rem;
  transform: translateX(2px);
}

.video-youtube-card:hover .video-play-button,
.video-youtube-card:focus-within .video-play-button {
  transform: scale(1.05);
  background: var(--gold-bright);
  color: #170f07;
}

.video-youtube-copy {
  display: grid;
  gap: 0.68rem;
  padding: 1.15rem 1.15rem 1.25rem;
  align-content: start;
}

.video-youtube-copy h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.video-youtube-copy > p:last-of-type {
  margin: 0;
}

.video-youtube-title {
  margin: -0.08rem 0 0;
  color: rgba(244, 207, 120, 0.86);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.video-youtube-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: auto;
  color: var(--gold-bright);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-youtube-link i {
  font-size: 0.78rem;
}

.article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-news-section .article-grid {
  gap: clamp(1.25rem, 2vw, 1.85rem);
}

.article-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.article-card-media {
  position: relative;
  overflow: hidden;
}

.article-card-media[data-home-blog-card] {
  min-height: clamp(430px, 29vw, 540px);
  justify-content: flex-end;
  gap: 0.78rem;
  padding: clamp(1.25rem, 1.8vw, 1.7rem);
  isolation: isolate;
  background-color: #090705;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

.article-card-media > * {
  position: relative;
  z-index: 2;
}

.article-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.08) 0%, rgba(7, 6, 5, 0.22) 38%, rgba(7, 6, 5, 0.9) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.72) 0%, rgba(7, 6, 5, 0.28) 58%, rgba(7, 6, 5, 0.1) 100%);
}

.article-card-media[data-home-blog-card]::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: calc(var(--radius) - 1px);
  background:
    radial-gradient(circle at 18% 18%, rgba(244, 207, 120, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 40%);
  opacity: 0.74;
  pointer-events: none;
  transition: opacity 220ms ease, border-color 220ms ease;
}

.article-card-media[data-home-blog-card]:hover,
.article-card-media[data-home-blog-card]:focus,
.article-card-media[data-home-blog-card]:focus-within {
  transform: translateY(-6px);
  border-color: rgba(244, 207, 120, 0.38);
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.64),
    0 16px 46px rgba(186, 130, 40, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  filter: saturate(1.06) brightness(1.04);
}

.article-card-media[data-home-blog-card]:hover::after,
.article-card-media[data-home-blog-card]:focus::after,
.article-card-media[data-home-blog-card]:focus-within::after {
  opacity: 1;
  border-color: rgba(244, 207, 120, 0.34);
}

.article-card-media[data-home-blog-card]:focus-visible {
  outline: 2px solid rgba(244, 207, 120, 0.72);
  outline-offset: 5px;
}

.article-card-media[data-home-blog-card] .post-label {
  position: absolute;
  top: clamp(1rem, 1.4vw, 1.25rem);
  left: clamp(1rem, 1.4vw, 1.25rem);
  display: inline-flex;
  width: auto;
  margin: 0;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(244, 207, 120, 0.22);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.52);
  color: var(--gold-pale);
  backdrop-filter: blur(10px);
}

.article-card-media[data-home-blog-card] h3 {
  max-width: 35rem;
  margin: auto 0 0;
  font-size: clamp(1.95rem, 2.15vw, 2.55rem);
  line-height: 0.98;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.74);
}

.article-card-media[data-home-blog-card] p:not(.post-label) {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 245, 225, 0.84);
  font-size: 1.04rem;
  line-height: 1.52;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.68);
}

.article-card a {
  margin-top: auto;
  align-self: flex-start;
  padding-bottom: 0.15rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-bright);
  border-bottom: 1px solid rgba(244, 207, 120, 0.32);
}

.article-card-media[data-home-blog-card] a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.2rem;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(20, 13, 6, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 36%),
    linear-gradient(135deg, var(--gold-bright), var(--gold) 68%, #efbd58);
  color: #140d06;
  box-shadow: 0 12px 26px rgba(186, 130, 40, 0.22);
  border-bottom: 1px solid rgba(20, 13, 6, 0.16);
}

.article-card-media[data-home-blog-card] a::after {
  content: "\2192";
  font-size: 1rem;
  line-height: 1;
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .article-card-media[data-home-blog-card] {
    min-height: 390px;
    padding: 1.05rem;
  }

  .article-card-media[data-home-blog-card] h3 {
    font-size: clamp(1.6rem, 8vw, 2rem);
  }

  .article-card-media[data-home-blog-card] p:not(.post-label) {
    font-size: 0.96rem;
  }

  .article-card-media[data-home-blog-card] a {
    padding: 0.66rem 0.86rem;
  }
}

.home-blog-empty-card {
  grid-column: 1 / -1;
}

.section-blog-archive-intro,
.section-blog-year,
.section-blog-post-detail {
  padding-top: 0;
}

.section-blog-post-detail {
  padding-top: clamp(1rem, 2.2vw, 1.55rem);
}

.blog-archive-overview,
.blog-year-group,
.blog-post-shell,
.blog-post-nav {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.blog-archive-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 1.2rem;
  align-items: stretch;
}

.blog-archive-overview-copy,
.blog-archive-stat,
.blog-post-nav-link {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel);
  box-shadow: var(--shadow);
}

.blog-archive-overview-copy {
  display: grid;
  gap: 0.95rem;
  padding: clamp(1.45rem, 2vw, 2rem);
}

.blog-archive-overview-copy h2,
.blog-year-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--text);
}

.blog-archive-overview-copy p:not(.panel-kicker),
.blog-year-head p:not(.section-kicker),
.blog-entry-copy p,
.blog-post-body p,
.blog-post-archive-note p:not(.panel-kicker) {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.blog-archive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.4rem;
}

.blog-archive-overview-stats {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.blog-archive-stat {
  display: grid;
  gap: 0.35rem;
  padding: 1.25rem 1.2rem 1.35rem;
}

.blog-archive-stat span {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  letter-spacing: 0.05em;
  color: var(--gold-bright);
}

.blog-archive-stat strong {
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: var(--text);
}

.blog-archive-stat p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.blog-year-group {
  display: grid;
  gap: 1.15rem;
  scroll-margin-top: 7rem;
}

.section-blog-archive-rail,
.section-blog-archive-highlights {
  padding-top: 0;
}

.blog-archive-rail,
.blog-archive-featured-grid {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.blog-archive-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.blog-archive-year-pill,
.blog-archive-featured-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel);
  box-shadow: var(--shadow);
}

.blog-archive-year-pill {
  display: grid;
  gap: 0.28rem;
  padding: 1.05rem 1.1rem 1.2rem;
  color: var(--text);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.blog-archive-year-pill span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: var(--gold-bright);
}

.blog-archive-year-pill strong,
.blog-archive-featured-card h3 {
  color: var(--text);
}

.blog-archive-year-pill strong {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.blog-archive-year-pill small {
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.55;
}

.blog-archive-year-pill:hover,
.blog-archive-year-pill:focus-visible {
  border-color: rgba(244, 207, 120, 0.28);
  transform: translateY(-2px);
}

.blog-archive-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.blog-archive-featured-card {
  display: grid;
  gap: 0.8rem;
  padding: 1.3rem 1.2rem 1.35rem;
}

.blog-archive-featured-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  line-height: 1;
}

.blog-archive-featured-card p:not(.panel-kicker) {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.blog-archive-featured-card .blog-entry-link {
  margin-top: auto;
}

.blog-year-head {
  max-width: 42rem;
  display: grid;
  gap: 0.5rem;
}

.blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.blog-entry-card {
  display: grid;
  grid-template-rows: minmax(220px, 240px) 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel);
  box-shadow: var(--shadow);
}

.blog-entry-media {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 220px;
  background: rgba(255, 255, 255, 0.03);
}

.blog-entry-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 5, 4, 0.08), rgba(6, 5, 4, 0.16)),
    linear-gradient(180deg, transparent 52%, rgba(6, 5, 4, 0.45) 100%);
  pointer-events: none;
}

.blog-entry-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.blog-entry-card:hover .blog-entry-media img,
.blog-entry-card:focus-within .blog-entry-media img {
  transform: scale(1.04);
}

.blog-entry-copy {
  display: grid;
  gap: 0.75rem;
  padding: 1.2rem 1.2rem 1.35rem;
}

.blog-entry-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.blog-entry-date,
.blog-entry-badge,
.blog-post-nav-label,
.blog-post-meta-inline span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-entry-date,
.blog-post-meta-inline span {
  color: rgba(246, 239, 228, 0.84);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-entry-badge,
.blog-post-nav-label {
  color: #180f06;
  background: linear-gradient(135deg, rgba(246, 209, 124, 0.98), rgba(217, 161, 58, 0.98));
  box-shadow: 0 14px 30px rgba(186, 130, 40, 0.22);
}

.blog-entry-copy h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 0.98;
}

.blog-entry-copy h3 a {
  color: var(--text);
}

.blog-entry-copy h3 a:hover,
.blog-entry-copy h3 a:focus-visible {
  color: var(--gold-bright);
}

.blog-entry-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  color: var(--gold-bright);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-archive-footer-panel {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  gap: 0.8rem;
}

body[data-page="blog"][data-blog-view="post"] {
  --internal-hero-copy-max: 34rem;
  --internal-hero-lead-max: 27rem;
  --internal-hero-title-max: 11.4ch;
}

body[data-page="blog"][data-blog-view="post"] .page-hero .page-hero-grid {
  min-height: clamp(340px, 38vw, 430px);
  padding: clamp(1.05rem, 2.4vw, 1.55rem) clamp(1.1rem, 3.2vw, 2.15rem);
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.16) 0%, rgba(7, 6, 5, 0.22) 34%, rgba(7, 6, 5, 0.74) 100%),
    linear-gradient(98deg, rgba(7, 6, 5, 0.82) 0%, rgba(7, 6, 5, 0.5) 31%, rgba(7, 6, 5, 0.12) 60%, rgba(7, 6, 5, 0.28) 100%),
    radial-gradient(circle at 18% 18%, rgba(244, 207, 120, 0.12), transparent 22%),
    var(--internal-hero-image) var(--internal-hero-position) / cover no-repeat;
}

body[data-page="blog"][data-blog-view="post"] .page-hero .page-hero-grid::before {
  inset: -10%;
  opacity: 0.54;
  filter: blur(24px);
}

body[data-page="blog"][data-blog-view="post"] .page-hero .page-hero-grid::after {
  inset: 0.8rem 1rem;
  border-radius: 24px;
  border-color: rgba(244, 207, 120, 0.06);
}

body[data-page="blog"][data-blog-view="post"] .page-hero .page-hero-copy {
  gap: 0.82rem;
  max-width: min(100%, 32.5rem);
  padding: 1.12rem 1.2rem 1.22rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    linear-gradient(135deg, rgba(16, 13, 10, 0.8), rgba(9, 7, 5, 0.58));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
}

body[data-page="blog"][data-blog-view="post"] .page-hero .page-hero-copy::before {
  top: 0.8rem;
  bottom: 0.8rem;
  width: 2px;
}

body[data-page="blog"][data-blog-view="post"] .page-hero .page-hero-copy::after {
  content: none;
}

body[data-page="blog"][data-blog-view="post"] .page-hero .page-title {
  font-size: clamp(2.15rem, 3.6vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.012em;
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

body[data-page="blog"][data-blog-view="post"] .page-hero .lead {
  max-width: 25rem;
  font-size: 0.95rem;
  line-height: 1.64;
  color: rgba(247, 240, 230, 0.84);
}

body[data-page="blog"][data-blog-view="post"] .page-hero .section-kicker {
  margin-bottom: 0.08rem;
}

body[data-page="blog"][data-blog-view="post"] .blog-breadcrumb-link {
  font-size: 0.72rem;
}

body[data-page="blog"][data-blog-view="post"] .blog-post-meta-inline {
  gap: 0.55rem;
  margin-top: 0.05rem;
}

.blog-breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(246, 239, 228, 0.84);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-breadcrumb-link:hover,
.blog-breadcrumb-link:focus-visible {
  color: var(--gold-bright);
}

.blog-breadcrumb-link-inline {
  padding: 0.72rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(11, 9, 7, 0.9);
  box-shadow: var(--shadow);
}

.blog-post-return-row {
  width: min(var(--max-width), 100%);
  margin: 0 auto 0.95rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.blog-post-meta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.blog-post-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 1.2rem;
  align-items: start;
}

.blog-post-main.content-card {
  padding: 0;
}

.blog-post-entry-header {
  display: grid;
  gap: 0.85rem;
  padding: 1.35rem 1.5rem 1.15rem;
}

.blog-post-entry-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.blog-post-entry-header .section-kicker {
  margin: 0;
}

.blog-post-entry-title {
  margin: 0;
  font-size: clamp(2.15rem, 3.7vw, 3.65rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
  text-wrap: balance;
  color: var(--text);
}

.blog-post-entry-lead {
  max-width: 42rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(246, 239, 228, 0.84);
}

.blog-post-archive-note {
  margin: 1.25rem 1.25rem 0;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: calc(var(--radius) - 0.45rem);
  background: rgba(244, 207, 120, 0.06);
}

.blog-post-figure,
.blog-post-inline-media {
  margin: 0;
}

.blog-post-figure {
  border-top: 1px solid rgba(244, 207, 120, 0.1);
}

.blog-post-figure img,
.blog-post-inline-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.blog-post-figure img {
  max-height: 540px;
}

.blog-post-inline-media {
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: calc(var(--radius) - 0.45rem);
}

.blog-post-inline-media img {
  max-height: 480px;
}

.blog-post-subhead {
  margin: 0;
  padding: 1.5rem 1.5rem 0.1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0.01em;
  color: var(--text);
}

.blog-post-body {
  display: grid;
  gap: 1.15rem;
  padding: 1.35rem 1.5rem 1.7rem;
}

.blog-post-body > * {
  margin: 0;
}

.blog-post-body p {
  font-size: 1.02rem;
  line-height: 1.82;
  color: rgba(246, 239, 228, 0.88);
}

.blog-post-body p.is-opening {
  font-size: clamp(1.08rem, 1.2vw, 1.18rem);
  color: var(--text);
}

.blog-post-opening-sentence {
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.blog-post-body strong {
  color: var(--gold-pale);
  font-weight: 800;
}

.blog-post-section-heading {
  position: relative;
  padding-top: 0.2rem;
  padding-left: 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
}

.blog-post-section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36rem;
  bottom: 0.22rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-bright), rgba(244, 207, 120, 0.16));
}

.blog-post-quote {
  position: relative;
  display: grid;
  gap: 0.7rem;
  margin: 0.15rem 0;
  padding: 1.25rem 1.2rem 1.15rem 1.45rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-left: 3px solid rgba(244, 207, 120, 0.52);
  border-radius: calc(var(--radius) - 0.45rem);
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(18, 13, 10, 0.9);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

.blog-post-quote::before {
  content: "“";
  position: absolute;
  left: 0.95rem;
  top: 0.55rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  line-height: 1;
  color: rgba(244, 207, 120, 0.22);
}

.blog-post-quote p {
  position: relative;
  z-index: 1;
  padding-left: 0.8rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.14;
  color: var(--text);
}

.blog-post-quote cite {
  padding-left: 0.82rem;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-pale);
}

.blog-post-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding-left: 1.3rem;
}

.blog-post-list li {
  padding-left: 0.2rem;
  color: rgba(246, 239, 228, 0.88);
  line-height: 1.78;
}

.blog-post-list li::marker {
  color: var(--gold-bright);
}

.blog-post-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-block: 1.35rem;
}

.blog-post-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.035);
}

.blog-post-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.blog-post-embed {
  display: grid;
  gap: 0.45rem;
  margin-block: 1.3rem;
  padding: 1rem 1.1rem;
  border: 1px dashed rgba(244, 207, 120, 0.32);
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at top left, rgba(244, 207, 120, 0.12), transparent 18rem),
    rgba(255, 255, 255, 0.04);
}

.blog-post-embed span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-post-embed a {
  color: var(--text);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.blog-post-divider {
  width: min(280px, 70%);
  margin: 2rem auto;
  border: 0;
  border-top: 1px solid rgba(244, 207, 120, 0.34);
}

.blog-post-sidebar {
  display: grid;
}

.blog-post-info-card {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 6.4rem;
}

.blog-post-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.blog-post-info-list li {
  color: var(--text-soft);
  line-height: 1.55;
}

.section-blog-comments {
  padding-top: 0;
}

.blog-comments-shell {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.blog-comments-card {
  display: grid;
  gap: 1.35rem;
  padding: clamp(1.35rem, 2vw, 1.8rem);
}

.blog-comments-header,
.blog-comments-layout {
  display: grid;
  gap: 1.1rem;
}

.blog-comments-header {
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  align-items: start;
}

.blog-comments-head-copy {
  display: grid;
  gap: 0.7rem;
}

.blog-comments-head-copy h2,
.blog-comments-list-head h3,
.blog-comment-item h3 {
  margin: 0;
  color: var(--text);
}

.blog-comments-list-head h3 {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
}

.blog-comment-item h3 {
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.blog-comments-head-copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 600;
  line-height: 0.98;
}

.blog-comments-head-copy p:not(.section-kicker),
.blog-comments-summary p,
.blog-comments-list-head p:not(.panel-kicker),
.blog-comment-submit-note,
.blog-comment-item p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.68;
}

.blog-comments-summary {
  display: grid;
  gap: 0.55rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: calc(var(--radius) - 0.38rem);
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.12), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(16, 12, 9, 0.92);
}

.blog-comments-summary strong,
.blog-comments-count {
  font-weight: 800;
  color: var(--gold-pale);
}

.blog-comments-rating-overview {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: center;
}

.blog-comments-average {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.35rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  color: var(--text);
}

.blog-comments-rating-copy {
  display: grid;
  gap: 0.3rem;
}

.blog-rating-stars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.18rem;
}

.blog-rating-star {
  color: rgba(244, 207, 120, 0.2);
  font-size: 1rem;
  line-height: 1;
}

.blog-rating-star.is-filled {
  color: var(--gold-bright);
}

.blog-rating-star.is-average {
  font-size: 1.05rem;
}

.blog-rating-star.is-comment {
  font-size: 0.98rem;
}

.blog-comments-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
}

.blog-comment-form,
.blog-comments-list-panel {
  display: grid;
  gap: 1rem;
}

.blog-comment-form {
  padding: 1.05rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: calc(var(--radius) - 0.35rem);
  background: rgba(11, 8, 6, 0.78);
}

.blog-comment-field {
  display: grid;
  gap: 0.55rem;
}

.blog-comment-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-pale);
}

.blog-comment-input {
  width: 100%;
  padding: 0.86rem 0.95rem;
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.blog-comment-input::placeholder {
  color: rgba(246, 239, 228, 0.4);
}

.blog-comment-input:focus {
  outline: none;
  border-color: rgba(244, 207, 120, 0.42);
  box-shadow: 0 0 0 3px rgba(244, 207, 120, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.blog-comment-textarea {
  min-height: 168px;
  resize: vertical;
}

.blog-comment-stars-input {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.14rem;
}

.blog-comment-star-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.blog-comment-star-label {
  cursor: pointer;
  color: rgba(244, 207, 120, 0.24);
  font-size: 1.9rem;
  line-height: 1;
  transition: transform 180ms ease, color 180ms ease;
}

.blog-comment-star-label:hover,
.blog-comment-star-label:hover ~ .blog-comment-star-label,
.blog-comment-star-radio:checked + .blog-comment-star-label,
.blog-comment-star-radio:checked + .blog-comment-star-label ~ .blog-comment-star-label {
  color: var(--gold-bright);
}

.blog-comment-star-label:hover {
  transform: translateY(-1px);
}

.blog-comment-star-radio:focus-visible + .blog-comment-star-label {
  outline: 2px solid rgba(244, 207, 120, 0.46);
  outline-offset: 4px;
  border-radius: 8px;
}

.blog-comment-field-hint,
.blog-comments-count,
.blog-comment-response {
  font-size: 0.86rem;
}

.blog-comment-field-hint {
  margin: 0;
  color: rgba(246, 239, 228, 0.54);
}

.blog-comment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  align-items: center;
}

.blog-comment-submit-note {
  font-size: 0.88rem;
}

.blog-comment-response {
  min-height: 1.2em;
  margin: 0;
  font-weight: 700;
}

.blog-comment-response[data-state="pending"] {
  color: rgba(246, 239, 228, 0.74);
}

.blog-comment-response[data-state="success"] {
  color: #b7f3a6;
}

.blog-comment-response[data-state="error"] {
  color: #ff8b7b;
}

.blog-comments-list-panel {
  align-content: start;
}

.blog-comments-list-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: end;
  justify-content: space-between;
}

.blog-comments-list {
  display: grid;
  gap: 0.9rem;
}

.blog-comment-item {
  display: grid;
  gap: 0.7rem;
  padding: 1rem 1.02rem;
  border: 1px solid rgba(244, 207, 120, 0.1);
  border-radius: calc(var(--radius) - 0.4rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(14, 10, 8, 0.88);
}

.blog-comment-item.is-empty {
  background: rgba(14, 10, 8, 0.62);
}

.blog-comment-item-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  justify-content: space-between;
}

.blog-comment-item-side {
  display: grid;
  gap: 0.45rem;
  justify-items: end;
}

.blog-comment-item-meta {
  display: grid;
  gap: 0.18rem;
}

.blog-comment-item-meta time {
  font-size: 0.8rem;
  color: rgba(246, 239, 228, 0.52);
}

.blog-comment-item p {
  font-size: 0.96rem;
}

.blog-comments-admin-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: calc(var(--radius) - 0.35rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(20, 14, 10, 0.92);
}

.blog-comments-admin-banner p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.blog-comments-admin-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-bright);
  background: rgba(244, 207, 120, 0.06);
}

.blog-comment-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.32rem 0.58rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.blog-comment-status.is-visible {
  color: #b7f3a6;
  background: rgba(183, 243, 166, 0.08);
  border-color: rgba(183, 243, 166, 0.18);
}

.blog-comment-status.is-hidden {
  color: #ffb36b;
  background: rgba(255, 179, 107, 0.08);
  border-color: rgba(255, 179, 107, 0.18);
}

.blog-comment-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.blog-comment-admin-button {
  appearance: none;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 999px;
  padding: 0.56rem 0.9rem;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.blog-comment-admin-button:hover,
.blog-comment-admin-button:focus-visible {
  border-color: rgba(244, 207, 120, 0.34);
  color: var(--gold-bright);
  background: rgba(244, 207, 120, 0.06);
  outline: none;
}

.blog-comment-admin-button:disabled {
  opacity: 0.58;
  cursor: wait;
}

.blog-comment-admin-button.is-delete:hover,
.blog-comment-admin-button.is-delete:focus-visible {
  border-color: rgba(255, 139, 123, 0.34);
  color: #ff8b7b;
  background: rgba(255, 139, 123, 0.08);
}

.blog-floating-share {
  position: fixed;
  right: clamp(1rem, 2.2vw, 1.6rem);
  bottom: clamp(1rem, 2.2vw, 1.6rem);
  z-index: 70;
  width: fit-content;
  max-width: calc(100vw - 2rem);
}

body.has-global-player[data-page="blog"][data-blog-view="post"] .blog-floating-share {
  right: calc(clamp(1rem, 2.2vw, 1.6rem) + 5.35rem);
}

.blog-floating-share summary {
  list-style: none;
}

.blog-floating-share summary::-webkit-details-marker {
  display: none;
}

.blog-floating-share-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(10, 8, 6, 0.94);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.blog-floating-share-trigger i {
  color: var(--gold-bright);
  font-size: 0.95rem;
}

.blog-floating-share-trigger:hover,
.blog-floating-share-trigger:focus-visible,
.blog-floating-share[open] .blog-floating-share-trigger {
  border-color: rgba(244, 207, 120, 0.34);
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.38);
  outline: none;
}

.blog-floating-share-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.8rem);
  width: min(20rem, calc(100vw - 2rem));
  display: grid;
  gap: 0.7rem;
  padding: 1rem 1rem 0.95rem;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(10, 8, 6, 0.97);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.42);
}

.blog-floating-share-label,
.blog-floating-share-copy {
  margin: 0;
}

.blog-floating-share-label {
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-floating-share-copy {
  color: var(--text-soft);
  line-height: 1.55;
}

.blog-floating-share-panel .event-share-toolbar {
  margin-top: 0.1rem;
}

.blog-floating-share-panel .event-share-feedback {
  margin: 0;
}

.blog-post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 1.45rem;
  align-items: stretch;
}

.blog-post-nav.is-single {
  grid-template-columns: minmax(0, 1fr);
  max-width: min(100%, 38rem);
}

.blog-post-nav-link {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.55rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: calc(var(--radius) - 0.15rem);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(10, 8, 6, 0.94);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.blog-post-nav-link:not(.is-newer):not(.is-older)::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(244, 207, 120, 0.98), rgba(217, 161, 58, 0.88));
}

.blog-post-nav-link.is-newer,
.blog-post-nav-link.is-older {
  grid-template-rows: minmax(0, 188px) auto;
  gap: 0;
  padding: 0;
}

.blog-post-nav-media {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  border-bottom: 1px solid rgba(244, 207, 120, 0.12);
  background: rgba(18, 14, 10, 0.88);
}

.blog-post-nav-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.blog-post-nav-link.is-newer .blog-post-nav-media::after {
  background:
    linear-gradient(180deg, rgba(8, 6, 4, 0.14) 0%, rgba(8, 6, 4, 0.44) 52%, rgba(8, 6, 4, 0.92) 100%),
    radial-gradient(circle at 18% 18%, rgba(244, 207, 120, 0.28), transparent 28%);
}

.blog-post-nav-link.is-older .blog-post-nav-media::after {
  background:
    linear-gradient(180deg, rgba(8, 6, 4, 0.14) 0%, rgba(8, 6, 4, 0.44) 52%, rgba(8, 6, 4, 0.92) 100%),
    radial-gradient(circle at 82% 18%, rgba(255, 124, 54, 0.24), transparent 26%);
}

.blog-post-nav-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  filter: saturate(0.96) contrast(1.04);
  transition: transform 260ms ease, filter 260ms ease;
}

.blog-post-nav-link .blog-post-nav-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}

.blog-post-nav-link:not(.is-newer):not(.is-older) .blog-post-nav-label {
  position: static;
  width: fit-content;
}

.blog-post-nav-link.is-older .blog-post-nav-label {
  left: auto;
  right: 1rem;
}

.blog-post-nav-body {
  display: grid;
  gap: 0.72rem;
  padding: 1.12rem 1.15rem 1.2rem;
  align-content: start;
}

.blog-post-nav-link.is-older .blog-post-nav-body {
  justify-items: end;
  text-align: right;
}

.blog-post-nav-kicker {
  color: rgba(246, 239, 228, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-post-nav-link strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0.01em;
  color: var(--text);
}

.blog-post-nav-link:not(.is-newer):not(.is-older) strong {
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  line-height: 1.02;
}

.blog-post-nav-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.46rem 0.78rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(247, 240, 230, 0.82);
  font-size: 0.84rem;
  line-height: 1.4;
}

.blog-post-nav-link:not(.is-newer):not(.is-older) span:last-child {
  color: rgba(247, 240, 230, 0.78);
  font-size: 0.92rem;
}

.blog-post-nav-link:hover,
.blog-post-nav-link:focus-visible {
  border-color: rgba(244, 207, 120, 0.26);
  box-shadow:
    0 26px 52px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
}

.blog-post-nav-link:hover .blog-post-nav-media img,
.blog-post-nav-link:focus-visible .blog-post-nav-media img {
  transform: scale(1.05);
  filter: saturate(1.02) contrast(1.06);
}

.section-blog-home-feature,
.section-blog-home-feed,
.section-blog-related {
  padding-top: 0;
}

.section-blog-home-feed {
  display: grid;
  gap: 1.35rem;
}

body[data-page="blog"][data-blog-view="archive"] .page-hero .page-hero-grid {
  min-height: clamp(580px, 76vh, 760px);
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  padding: clamp(1rem, 2.1vw, 1.45rem);
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.92) 0%, rgba(7, 6, 5, 0.98) 100%),
    radial-gradient(circle at 8% 14%, rgba(244, 207, 120, 0.12), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(151, 26, 34, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, transparent 36%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 42px);
}

body[data-page="blog"][data-blog-view="archive"] .page-hero .page-hero-grid::after {
  inset: 0.9rem;
  border-radius: 30px;
  border: 1px solid rgba(244, 207, 120, 0.08);
}

.blog-hero-signal-row {
  margin: 0;
}

.blog-hero-signal-row .hero-live-pill,
.blog-hero-signal-row .hero-hash-pill {
  padding: 0.58rem 0.88rem 0.62rem;
  box-shadow: none;
}

.blog-hero-signal-row .hero-hash-pill {
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(246, 239, 228, 0.84);
  background-image: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  animation: none;
}

.blog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
  align-items: center;
}

.blog-hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr) minmax(260px, 0.78fr);
  gap: 1rem;
  align-items: stretch;
}

.blog-hero-shell > * {
  min-width: 0;
}

.blog-hero-masthead,
.blog-hero-feature-card,
.blog-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(155deg, rgba(11, 9, 7, 0.96), rgba(6, 5, 4, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 34%);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.blog-hero-masthead {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: clamp(1.15rem, 2vw, 1.55rem);
}

.blog-hero-masthead::before,
.blog-hero-masthead::after,
.blog-hero-feature-card::before,
.blog-hero-feature-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.blog-hero-masthead::before {
  content: none;
}

.blog-hero-masthead::after {
  left: 1.15rem;
  right: 1.15rem;
  bottom: auto;
  top: 4.2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 207, 120, 0.32), rgba(244, 207, 120, 0.02));
}

.blog-hero-masthead > * {
  position: relative;
  z-index: 1;
}

.blog-hero-masthead-kicker {
  margin: 0;
  color: var(--gold-bright);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-hero-masthead-title {
  margin: 0;
  max-width: 10.4ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.9rem, 4vw, 4.45rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: var(--text);
  text-shadow: none;
  text-wrap: balance;
}

.blog-hero-masthead-lead {
  margin: 0;
  max-width: 30rem;
  color: rgba(247, 240, 230, 0.82);
  font-size: 0.96rem;
  line-height: 1.66;
  text-wrap: pretty;
}

.blog-hero-masthead-pulse {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
}

.blog-hero-pulse-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.12rem 0.78rem;
  align-items: center;
  padding: 0.8rem 0.9rem 0.86rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(255, 255, 255, 0.02);
}

.blog-hero-pulse-item span {
  grid-column: 2;
  align-self: end;
  color: rgba(247, 240, 230, 0.64);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-hero-pulse-item strong {
  grid-row: 1 / span 2;
  color: var(--text);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.7rem, 2.2vw, 2.1rem);
  line-height: 0.9;
  letter-spacing: 0.06em;
}

.blog-hero-pulse-item p {
  grid-column: 2;
  align-self: start;
  margin: 0;
  color: rgba(247, 240, 230, 0.76);
  font-size: 0.74rem;
  line-height: 1.35;
}

.blog-hero-feature-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: auto;
  padding: 0;
  background:
    linear-gradient(160deg, rgba(11, 9, 7, 0.5), rgba(7, 6, 5, 0.94));
}

.blog-hero-feature-card::before {
  content: none;
}

.blog-hero-feature-card::after {
  content: none;
}

.blog-hero-feature-card-empty::before {
  content: none;
}

.blog-hero-feature-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(5, 5, 5, 0.92);
}

.blog-hero-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.02), rgba(7, 6, 5, 0.14)),
    linear-gradient(180deg, transparent 48%, rgba(7, 6, 5, 0.74) 100%);
  pointer-events: none;
}

.blog-hero-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.blog-hero-feature-card:hover .blog-hero-feature-media img,
.blog-hero-feature-card:focus-within .blog-hero-feature-media img {
  transform: scale(1.03);
}

.blog-hero-feature-media-placeholder {
  display: grid;
  place-items: center;
  padding: 1.4rem;
  background:
    radial-gradient(circle at 20% 18%, rgba(244, 207, 120, 0.18), transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(151, 26, 34, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(12, 10, 8, 0.98), rgba(7, 6, 5, 0.94));
}

.blog-hero-feature-media-copy {
  display: grid;
  gap: 0.45rem;
  max-width: 24rem;
  text-align: center;
}

.blog-hero-feature-media-copy span {
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-hero-feature-media-copy strong {
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 0.94;
}

.blog-hero-feature-media-copy p {
  margin: 0;
  color: rgba(247, 240, 230, 0.76);
  line-height: 1.62;
}

.blog-hero-feature-content {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(220px, 0.84fr);
  gap: 1rem 1.2rem;
  padding: 1.2rem 1.25rem 1.25rem;
  align-items: start;
}

.blog-hero-feature-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  grid-column: 1 / -1;
}

.blog-hero-feature-label,
.blog-hero-card-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(246, 239, 228, 0.86);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-hero-card-date {
  color: var(--gold-pale);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-hero-feature-copy {
  display: grid;
  gap: 0.8rem;
  align-content: start;
  min-width: 0;
}

.blog-hero-feature-kicker,
.blog-hero-empty-card span {
  margin: 0;
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-hero-feature-title {
  margin: 0;
  max-width: 16ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.15rem, 2.7vw, 3.05rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.01em;
  color: var(--text);
  text-shadow: none;
  text-wrap: balance;
}

.blog-hero-feature-title a {
  color: inherit;
}

.blog-hero-feature-lead {
  margin: 0;
  max-width: 38rem;
  color: rgba(247, 240, 230, 0.82);
  font-size: 0.95rem;
  line-height: 1.66;
  text-wrap: pretty;
}

.blog-hero-feature-tags,
.blog-hero-meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
}

.blog-hero-feature-tags span,
.blog-hero-feature-tags a,
.blog-hero-meta-pills span {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(246, 239, 228, 0.84);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-hero-feature-tags a,
.blog-archive-stage-feature-tags a,
.blog-stream-entry-tags a {
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.blog-hero-feature-tags a:hover,
.blog-hero-feature-tags a:focus-visible,
.blog-archive-stage-feature-tags a:hover,
.blog-archive-stage-feature-tags a:focus-visible,
.blog-stream-entry-tags a:hover,
.blog-stream-entry-tags a:focus-visible {
  border-color: rgba(236, 188, 96, 0.42);
  background: rgba(236, 188, 96, 0.13);
  color: #fff4d2;
  transform: translateY(-1px);
}

.blog-hero-feature-footer {
  display: grid;
  gap: 0.8rem;
  align-content: start;
  padding-left: 1.1rem;
  border-left: 1px solid rgba(244, 207, 120, 0.12);
}

.blog-hero-card-actions {
  display: grid;
  gap: 0.75rem;
}

.blog-hero-feature-tail {
  display: grid;
  gap: 0.25rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(244, 207, 120, 0.12);
}

.blog-hero-feature-tail span {
  color: rgba(247, 240, 230, 0.74);
  font-size: 0.74rem;
  line-height: 1.42;
}

.blog-hero-feature-tail strong {
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.blog-hero-sidebar {
  display: grid;
  gap: 1rem;
  align-content: stretch;
}

.blog-hero-card {
  display: grid;
  gap: 0.85rem;
  padding: 1.05rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 36%),
    linear-gradient(145deg, rgba(10, 8, 6, 0.94), rgba(4, 4, 4, 0.94));
}

.blog-hero-card-summary {
  align-content: start;
}

.blog-hero-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.blog-hero-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.62rem 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.blog-hero-card-link:hover,
.blog-hero-card-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(244, 207, 120, 0.24);
  background: rgba(244, 207, 120, 0.08);
}

.blog-hero-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2.2vw, 2.3rem);
  font-weight: 600;
  line-height: 1;
  color: var(--text);
  text-wrap: balance;
}

.blog-hero-card p:not(.panel-kicker) {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.68;
}

.blog-hero-brief-list {
  display: grid;
  gap: 0.62rem;
}

.blog-hero-brief-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding: 0.8rem 0.85rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(255, 255, 255, 0.02);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.blog-hero-brief-item:hover,
.blog-hero-brief-item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(244, 207, 120, 0.24);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.2);
}

.blog-hero-brief-item.is-static:hover,
.blog-hero-brief-item.is-static:focus-visible {
  transform: none;
}

.blog-hero-brief-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  color: var(--gold-bright);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.blog-hero-brief-body {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.blog-hero-brief-body strong {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.34;
  text-wrap: balance;
}

.blog-hero-brief-link,
.blog-story-date {
  color: var(--gold-pale);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-hero-brief-link {
  color: var(--gold-bright);
}

.blog-hero-empty-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 100%;
}

.blog-hero-empty-card {
  position: relative;
  display: grid;
  gap: 0.42rem;
  padding: 0.9rem 0.95rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(255, 255, 255, 0.03);
}

.blog-hero-empty-card strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.46;
  text-wrap: pretty;
}

.blog-home-feature-shell,
.blog-home-feed-head,
.blog-related-shell {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.blog-home-feature-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.68fr);
  gap: 1.2rem;
  align-items: start;
}

.blog-home-feature-main {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 0.35rem);
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 38%),
    linear-gradient(145deg, rgba(10, 8, 6, 0.96), rgba(4, 4, 4, 0.96));
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.blog-home-feature-media {
  position: relative;
  display: block;
  min-height: 410px;
  overflow: hidden;
  background: rgba(4, 4, 4, 0.92);
}

.blog-home-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 4, 4, 0.12), rgba(4, 4, 4, 0.22)),
    linear-gradient(180deg, transparent 52%, rgba(4, 4, 4, 0.82) 100%);
  pointer-events: none;
}

.blog-home-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.blog-home-feature-main:hover .blog-home-feature-media img,
.blog-home-feature-main:focus-within .blog-home-feature-media img {
  transform: scale(1.04);
}

.blog-home-feature-copy,
.blog-side-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 40%),
    linear-gradient(145deg, rgba(10, 8, 6, 0.96), rgba(4, 4, 4, 0.96));
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.blog-home-feature-copy {
  display: grid;
  gap: 0.9rem;
  padding: clamp(1.35rem, 2vw, 1.8rem);
  border: 0;
  border-top: 1px solid rgba(244, 207, 120, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.blog-home-feature-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.blog-home-feature-copy h2,
.blog-home-feed-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 3.55rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0.01em;
  color: var(--text);
}

.blog-home-feature-copy h2 a {
  color: inherit;
}

.blog-home-feature-copy p,
.blog-home-feed-copy p:not(.section-kicker),
.blog-side-card p:not(.panel-kicker) {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.blog-home-meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.blog-home-meta-pills span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(246, 239, 228, 0.84);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-home-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.blog-home-share-block {
  display: grid;
  gap: 0.55rem;
}

.blog-home-feature-rail,
.blog-post-aside-stack {
  display: grid;
  gap: 1rem;
}

.blog-side-card {
  display: grid;
  gap: 0.85rem;
  padding: 1.2rem;
}

.blog-side-card h3 {
  margin: 0;
}

.blog-share-note-hint {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(246, 239, 228, 0.66);
}

.blog-story-list {
  display: grid;
  gap: 0.85rem;
}

.blog-story-item {
  display: grid;
  gap: 0.32rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(244, 207, 120, 0.12);
}

.blog-story-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.blog-story-date {
  color: var(--gold-pale);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-story-link {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
}

.blog-story-link:hover,
.blog-story-link:focus-visible {
  color: var(--gold-bright);
}

.blog-home-year-rail {
  display: grid;
  gap: 0.8rem;
}

.blog-home-feed-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
  gap: 1.2rem;
  align-items: end;
}

.blog-home-feed-copy {
  display: grid;
  gap: 0.55rem;
  max-width: 46rem;
}

.blog-home-feed-grid,
.blog-related-grid {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  align-items: stretch;
}

.blog-entry-card.is-archive-rescued {
  border-color: rgba(244, 207, 120, 0.18);
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.1), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(12, 9, 7, 0.94);
}

.section-blog-home-ad {
  padding-top: 0;
}

.blog-home-ad-shell,
.blog-related-ad-shell {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.blog-feed-ad-cell {
  display: grid;
  grid-column: 1 / -1;
}

.blog-feed-ad-cell,
.blog-post-ad-wrap {
  min-width: 0;
}

.blog-ad-slot {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: calc(var(--radius) - 0.15rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(12, 9, 7, 0.88);
  box-shadow: var(--shadow);
}

.blog-ad-slot.is-banner,
.blog-ad-slot.is-related {
  min-height: 140px;
}

.blog-ad-slot.is-feed,
.blog-ad-slot.is-inline {
  min-height: 260px;
}

.blog-ad-slot.is-sidebar {
  min-height: 320px;
}

.blog-ad-slot ins.adsbygoogle {
  width: 100%;
}

.blog-ad-slot-card {
  display: grid;
  place-items: center;
  gap: 0.7rem;
  min-height: inherit;
  padding: 1.3rem;
  text-align: center;
}

.blog-ad-slot-card h3 {
  margin: 0;
}

.blog-ad-slot-card p:last-child {
  max-width: 34rem;
}

.blog-post-body .blog-ad-slot {
  margin: 0.35rem 0 0.55rem;
}

.blog-share-card .event-share-toolbar {
  margin-top: 0.2rem;
}

.blog-related-shell {
  display: grid;
  gap: 1.2rem;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.gallery-item {
  margin: 0;
  display: block;
}

.gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 0;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.03);
}

.band-wall {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.85fr;
  gap: 1.2rem;
}

.band-shot,
.still-card,
.contact-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel);
  box-shadow: var(--shadow);
}

.band-shot img,
.still-card img,
.contact-photo img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.band-shot figcaption,
.still-card figcaption {
  padding: 0.95rem 1rem 1.15rem;
  color: var(--text-soft);
  line-height: 1.6;
}

.band-shot-large {
  grid-row: span 2;
}

.still-grid {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.still-card figcaption {
  font-size: 0.98rem;
}

.contact-visual-stack {
  display: grid;
  gap: 1rem;
}

.contact-overview,
.form-header {
  display: grid;
  gap: 0.85rem;
}

.contact-overview h2,
.form-header h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.85rem, 2.7vw, 2.45rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0.01em;
  color: var(--text);
}

.contact-overview p:not(.panel-kicker),
.form-header p:not(.panel-kicker) {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.contact-summary-row span {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.contact-summary-row a {
  width: fit-content;
  font-weight: 700;
  color: var(--gold-bright);
  border-bottom: 1px solid rgba(244, 207, 120, 0.22);
}

.contact-summary-row p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.contact-shell-refined {
  align-items: start;
}

body[data-page="contactanos"] .contact-shell-refined {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.contact-social-panel {
  align-content: start;
}

.contact-aside {
  display: grid;
  gap: 1rem;
}

.contact-aside-panel {
  display: grid;
  gap: 1.4rem;
  padding: 1.7rem;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel);
  box-shadow: var(--shadow);
}

.contact-overview-compact {
  padding-bottom: 0.2rem;
}

.contact-overview-compact p:last-child {
  max-width: 28rem;
}

.contact-info-grid {
  display: grid;
  gap: 1rem;
}

.contact-info-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.95rem;
  align-items: start;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    linear-gradient(135deg, rgba(186, 130, 40, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(17, 13, 10, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 32px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

a.contact-info-card:hover,
a.contact-info-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(244, 207, 120, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 42px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(244, 207, 120, 0.06);
  outline: none;
}

.contact-info-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #140d06;
  font-size: 1.12rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 28px rgba(186, 130, 40, 0.18);
}

.contact-info-copy {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.contact-info-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.contact-info-value {
  color: var(--text);
  font-size: 1.16rem;
  line-height: 1.2;
}

.contact-info-note {
  color: var(--text-soft);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.contact-summary,
.contact-guidance,
.contact-direct-links {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(244, 207, 120, 0.12);
}

.contact-summary {
  display: grid;
  gap: 1rem;
}

.contact-summary-row {
  display: grid;
  gap: 0.3rem;
}

.contact-summary-row strong,
.contact-guidance h3 {
  font-size: 1.2rem;
  color: var(--text);
}

.contact-guidance h3 {
  margin: 0 0 0.8rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  line-height: 1.05;
}

.feature-list-compact {
  gap: 0.85rem;
  margin-top: 0;
}

.feature-list-compact li {
  color: var(--text-soft);
}

.contact-direct-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.contact-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-social-link {
  display: grid;
  gap: 0.55rem;
  min-height: 164px;
  padding: 1.15rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    linear-gradient(135deg, rgba(186, 130, 40, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(17, 13, 10, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 32px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.contact-social-link:hover,
.contact-social-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(244, 207, 120, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 42px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(244, 207, 120, 0.06);
  outline: none;
}

.contact-social-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #140d06;
  font-size: 1.2rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 28px rgba(186, 130, 40, 0.18);
}

.contact-social-link strong {
  font-size: 1.12rem;
  color: var(--text);
}

.contact-social-link span:last-child {
  color: var(--text-soft);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .contact-social-grid {
    grid-template-columns: 1fr;
  }

  .contact-social-link {
    min-height: auto;
  }
}

.contact-photo-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-photo img {
  min-height: 260px;
}

.gallery-item-wide {
  grid-column: span 2;
}

.gallery-item-wide img {
  aspect-ratio: 16 / 10;
}

.gallery-item-tall {
  grid-row: span 2;
}

.gallery-item-tall img {
  aspect-ratio: 4 / 7;
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-shell {
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-header {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 0.15rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(244, 207, 120, 0.12);
}

.contact-form label {
  display: grid;
  gap: 0.5rem;
  font-size: 0.94rem;
}

.choice-group {
  display: grid;
  gap: 0.8rem;
  padding: 1rem 1.05rem 1.05rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(255, 255, 255, 0.025);
}

.booking-scope-chooser {
  gap: 0.95rem;
}

.choice-group p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.choice-group-note {
  margin: 0;
  max-width: 42rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(219, 200, 161, 0.82);
}

.choice-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.choice-option {
  position: relative;
  display: block;
  cursor: pointer;
}

.choice-option input[type="radio"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.choice-option-ui {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.85rem;
  min-height: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    rgba(12, 10, 8, 0.76);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.choice-option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 14px;
  background: rgba(244, 207, 120, 0.08);
  color: var(--gold-bright);
  font-size: 0.95rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.choice-option-copy {
  display: grid;
  gap: 0.2rem;
}

.choice-option-copy strong {
  font-size: 1rem;
  line-height: 1.1;
  color: var(--text);
}

.choice-option-copy span {
  color: var(--text-soft);
  font-size: 0.82rem;
  line-height: 1.45;
}

.choice-option:hover .choice-option-ui,
.choice-option:focus-within .choice-option-ui {
  transform: translateY(-2px);
  border-color: rgba(244, 207, 120, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(14, 11, 8, 0.88);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
}

.choice-option:has(input:checked) .choice-option-ui {
  border-color: rgba(244, 207, 120, 0.38);
  background:
    linear-gradient(145deg, rgba(244, 207, 120, 0.12), transparent 60%),
    rgba(18, 14, 10, 0.92);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(244, 207, 120, 0.08);
}

.choice-option:has(input:checked) .choice-option-icon {
  border-color: rgba(244, 207, 120, 0.34);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #140d06;
}

.choice-option:has(input:checked) .choice-option-copy strong {
  color: var(--gold-pale);
}

.booking-fields[hidden],
.scope-panel[hidden] {
  display: none;
}

.booking-fields {
  display: grid;
  gap: 1rem;
}

.booking-fields.is-active {
  animation: bookingFieldsIn 220ms ease;
}

.location-other-field[hidden] {
  display: none;
}

.location-other-field {
  max-width: min(32rem, 100%);
}

.form-row-scope-detail {
  grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.scope-panel {
  padding: 1rem 1.05rem 1.05rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(255, 255, 255, 0.025);
}

.scope-panel label {
  display: grid;
  gap: 0.5rem;
}

.form-row-event {
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 1fr);
  align-items: start;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 18px;
  padding: 1rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.custom-select-shell {
  position: relative;
  display: grid;
}

.contact-form .select-native {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.001;
  pointer-events: none;
}

.custom-select {
  position: relative;
  display: grid;
}

.custom-select-trigger {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  min-height: 58px;
  padding: 0.95rem 1rem 0.95rem 1.05rem;
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    linear-gradient(135deg, rgba(186, 130, 40, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(18, 14, 10, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 24px rgba(0, 0, 0, 0.16);
  color: var(--text);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.custom-select:hover .custom-select-trigger,
.custom-select.is-open .custom-select-trigger,
.custom-select.is-invalid .custom-select-trigger,
.custom-select-trigger:focus-visible {
  border-color: rgba(244, 207, 120, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(0, 0, 0, 0.22),
    0 0 0 4px rgba(244, 207, 120, 0.08);
  transform: translateY(-1px);
  outline: none;
}

.custom-select.is-invalid .custom-select-trigger {
  border-color: rgba(255, 139, 107, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(0, 0, 0, 0.18),
    0 0 0 4px rgba(255, 139, 107, 0.12);
}

.custom-select.is-disabled .custom-select-trigger {
  opacity: 0.56;
  cursor: not-allowed;
  transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.custom-select-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-weight: 700;
  color: var(--text);
}

.custom-select:not(.has-value) .custom-select-value {
  color: rgba(219, 200, 161, 0.76);
}

.custom-select-caret {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 12px;
  background: rgba(244, 207, 120, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.custom-select-caret::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--gold-bright);
  border-bottom: 2px solid var(--gold-bright);
  transform: translateY(-1px) rotate(45deg);
  transition: transform 180ms ease;
}

.custom-select.is-open .custom-select-caret::before {
  transform: translateY(2px) rotate(-135deg);
}

.custom-select-dropdown {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  gap: 0.7rem;
  max-height: 320px;
  padding: 0.8rem;
  overflow: auto;
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(12, 9, 7, 0.98);
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(244, 207, 120, 0.06);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.985);
  transform-origin: top center;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.custom-select.is-open .custom-select-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.custom-select-dropdown::-webkit-scrollbar {
  width: 10px;
}

.custom-select-dropdown::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.custom-select-dropdown::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(244, 207, 120, 0.68), rgba(186, 130, 40, 0.92));
  border-radius: 999px;
  border: 2px solid rgba(12, 9, 7, 0.96);
}

.custom-select-group {
  display: grid;
  gap: 0.35rem;
}

.custom-select-group-label {
  margin: 0;
  padding: 0.2rem 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.custom-select-option {
  display: grid;
  gap: 0.15rem;
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.custom-select-option:hover,
.custom-select-option:focus-visible {
  border-color: rgba(244, 207, 120, 0.22);
  background:
    linear-gradient(135deg, rgba(244, 207, 120, 0.12), transparent 70%),
    rgba(255, 255, 255, 0.03);
  color: var(--gold-pale);
  transform: translateX(2px);
  outline: none;
}

.custom-select-option.is-selected {
  border-color: rgba(244, 207, 120, 0.26);
  background:
    linear-gradient(135deg, rgba(244, 207, 120, 0.16), transparent 68%),
    rgba(31, 24, 17, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 20px rgba(0, 0, 0, 0.14);
}

.custom-select-option:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.custom-select-option.is-placeholder {
  color: rgba(219, 200, 161, 0.74);
}

.custom-select-option-meta {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 207, 120, 0.72);
}

.custom-select-option-label {
  font-weight: 700;
  line-height: 1.3;
}

.contact-form select {
  appearance: none;
  color-scheme: dark;
  min-height: 58px;
  padding-right: 4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(244, 207, 120, 0.04);
  background-color: rgba(255, 255, 255, 0.03);
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    radial-gradient(circle at calc(100% - 28px) 50%, rgba(244, 207, 120, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(186, 130, 40, 0.08), rgba(255, 255, 255, 0.025)),
    linear-gradient(45deg, transparent 50%, var(--gold-bright) 50%),
    linear-gradient(135deg, var(--gold-bright) 50%, transparent 50%),
    linear-gradient(180deg, rgba(244, 207, 120, 0.14), rgba(244, 207, 120, 0.02));
  background-position:
    0 0,
    0 0,
    0 0,
    calc(100% - 24px) calc(50% - 4px),
    calc(100% - 18px) calc(50% - 4px),
    calc(100% - 46px) 50%;
  background-size: 100% 100%, 100% 100%, 100% 100%, 7px 7px, 7px 7px, 1px 58%;
  background-repeat: no-repeat;
  outline: none;
}

.contact-form select:hover {
  border-color: rgba(244, 207, 120, 0.24);
  background-color: rgba(255, 255, 255, 0.045);
}

.contact-form select option {
  padding: 0.8rem 1rem;
  color: var(--text);
  background-color: #17120d;
  font-weight: 600;
}

.contact-form select optgroup {
  color: var(--gold-bright);
  font-weight: 800;
  background-color: #110d08;
}

.contact-form select option:checked,
.contact-form select option:hover,
.contact-form select option:focus {
  color: var(--gold-pale);
  background: linear-gradient(135deg, rgba(244, 207, 120, 0.18), rgba(30, 22, 15, 0.96));
}

.contact-form input:disabled,
.contact-form select:disabled,
.contact-form textarea:disabled {
  opacity: 0.56;
  cursor: not-allowed;
}

.input-with-icon {
  position: relative;
  display: grid;
  align-items: center;
}

.input-with-icon input {
  padding-left: 2.6rem;
}

.input-with-icon input[type="date"],
.input-with-icon input[type="time"] {
  color-scheme: dark;
  padding-right: 2.8rem;
}

.contact-form input[type="date"]::-webkit-datetime-edit,
.contact-form input[type="time"]::-webkit-datetime-edit {
  color: var(--text);
}

.contact-form input[type="date"]::-webkit-datetime-edit-fields-wrapper,
.contact-form input[type="time"]::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.contact-form input[type="date"]::-webkit-datetime-edit-year-field,
.contact-form input[type="date"]::-webkit-datetime-edit-month-field,
.contact-form input[type="date"]::-webkit-datetime-edit-day-field,
.contact-form input[type="time"]::-webkit-datetime-edit-hour-field,
.contact-form input[type="time"]::-webkit-datetime-edit-minute-field,
.contact-form input[type="time"]::-webkit-datetime-edit-ampm-field {
  border-radius: 10px;
  padding: 0.15rem 0.35rem;
  transition: background-color 180ms ease, color 180ms ease;
}

.contact-form input[type="date"]::-webkit-datetime-edit-year-field:focus,
.contact-form input[type="date"]::-webkit-datetime-edit-month-field:focus,
.contact-form input[type="date"]::-webkit-datetime-edit-day-field:focus,
.contact-form input[type="time"]::-webkit-datetime-edit-hour-field:focus,
.contact-form input[type="time"]::-webkit-datetime-edit-minute-field:focus,
.contact-form input[type="time"]::-webkit-datetime-edit-ampm-field:focus {
  background: rgba(244, 207, 120, 0.14);
  color: var(--gold-pale);
}

.contact-form input[type="date"]::-webkit-datetime-edit-text,
.contact-form input[type="time"]::-webkit-datetime-edit-text {
  color: rgba(244, 207, 120, 0.72);
}

.input-icon {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-bright);
  font-size: 0.95rem;
  pointer-events: none;
}

.contact-form input[type="date"]::-webkit-calendar-picker-indicator,
.contact-form input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0.92;
  cursor: pointer;
  filter: invert(84%) sepia(23%) saturate(679%) hue-rotate(349deg) brightness(103%) contrast(95%);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(219, 200, 161, 0.72);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--line-strong);
  box-shadow: 0 0 0 4px rgba(244, 207, 120, 0.08);
  background: rgba(255, 255, 255, 0.045);
}

.form-note,
.form-response {
  margin: 0;
  font-size: 0.92rem;
}

.form-response {
  min-height: 1.4rem;
  color: var(--gold-bright);
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  gap: clamp(1.5rem, 2vw, 2.15rem);
  width: 100%;
  max-width: none;
  margin: 0;
  justify-items: center;
  text-align: center;
  padding: 1.55rem clamp(1.5rem, 4vw, 3rem) 2.85rem;
  border-top: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 34px 34px 0 0;
  background:
    radial-gradient(circle at top center, var(--footer-gold-glow), transparent 32%),
    linear-gradient(140deg, var(--footer-gold-base) 0%, var(--footer-gold-deep) 24%, rgba(6, 5, 4, 0.1) 54%, rgba(58, 42, 15, 0.18) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 72%),
    var(--footer-bg);
  box-shadow:
    0 -24px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: -10% -6% auto;
  height: 72%;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(186, 130, 40, 0.16), transparent 24%),
    radial-gradient(circle at 78% 12%, rgba(244, 207, 120, 0.08), transparent 18%),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.03) 48%, transparent 100%);
  opacity: 0.7;
  filter: blur(40px);
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015), transparent 12%, transparent 88%, rgba(255, 255, 255, 0.015));
  pointer-events: none;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-signature {
  display: grid;
  justify-items: center;
  gap: 0;
}

.footer-emblem {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 28px;
  border: 1px solid rgba(244, 207, 120, 0.16);
  background:
    radial-gradient(circle at 30% 20%, rgba(244, 207, 120, 0.12), transparent 40%),
    linear-gradient(145deg, rgba(18, 15, 11, 0.98), rgba(9, 7, 5, 0.96));
  color: var(--gold-bright);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 36px rgba(0, 0, 0, 0.22);
}

.footer-emblem::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(244, 207, 120, 0.1);
  border-radius: 22px;
  pointer-events: none;
}

.footer-emblem-mark {
  width: 50%;
  height: 50%;
  overflow: visible;
}

.footer-emblem-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.24));
}

.footer-emblem-mark path:first-child {
  stroke-width: 30;
}

.footer-emblem-mark path:last-child {
  stroke-width: 36;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: min(100%, 68rem);
  gap: 0.55rem 0.9rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(244, 207, 120, 0.08);
  max-width: 68rem;
}

.footer-nav a {
  padding: 0.72rem 0.9rem 0.82rem;
}

.footer-copy {
  margin: 0;
  text-align: center;
  white-space: normal;
  width: min(100%, 42rem);
  font-size: 0.9rem;
  line-height: 1.65;
}

.footer-meta {
  display: grid;
  width: min(100%, 64rem);
  justify-items: center;
  gap: 1.45rem;
}

.footer-action-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 34rem);
  gap: 1.1rem;
  align-items: center;
  justify-items: center;
}

.footer-action-group {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.footer-social-group {
  justify-items: center;
  text-align: center;
}

.footer-follow-message {
  margin: 0;
  color: var(--gold-pale);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 1.35rem;
}

.footer-bottom-bar {
  display: grid;
  width: min(100%, 60rem);
  justify-items: center;
  gap: 0.9rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(244, 207, 120, 0.12);
}

.footer-legal-link {
  color: var(--text-soft);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, opacity 180ms ease;
}

.footer-legal-link:hover,
.footer-legal-link:focus-visible {
  color: var(--gold-pale);
  opacity: 1;
  outline: none;
}

.footer-social-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(244, 207, 120, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(16, 12, 9, 0.9);
  color: var(--text-soft);
  transition:
    transform 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  transform: translateY(-2px);
  color: var(--text);
  border-color: rgba(244, 207, 120, 0.28);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  outline: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes equalize {
  0%, 100% {
    transform: scaleY(0.48);
    opacity: 0.76;
  }
  50% {
    transform: scaleY(1.06);
    opacity: 1;
  }
}

@keyframes bookingFieldsIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes badgePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(244, 207, 120, 0.48);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(244, 207, 120, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 207, 120, 0);
  }
}

@keyframes badgeFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes badgeSheen {
  from {
    transform: translateX(-130%);
  }
  to {
    transform: translateX(130%);
  }
}

@keyframes goldShimmer {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 220% 50%;
  }
}

@keyframes preloaderRings {
  from {
    transform: rotate(0deg) scale(0.98);
  }

  to {
    transform: rotate(360deg) scale(0.98);
  }
}

@keyframes preloaderSweep {
  0%, 100% {
    opacity: 0.18;
    transform: translateX(-22%);
  }

  50% {
    opacity: 0.46;
    transform: translateX(22%);
  }
}

@keyframes preloaderLogoPulse {
  0%, 100% {
    transform: scale(0.98);
    filter:
      drop-shadow(0 18px 34px rgba(0, 0, 0, 0.5))
      drop-shadow(0 0 24px rgba(244, 207, 120, 0.28));
  }

  50% {
    transform: scale(1.04);
    filter:
      drop-shadow(0 24px 42px rgba(0, 0, 0, 0.58))
      drop-shadow(0 0 34px rgba(244, 207, 120, 0.42));
  }
}

@keyframes navSweep {
  0%, 78% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1180px) {
  .about-bio-shell,
  .about-signature-grid {
    grid-template-columns: 1fr;
  }

  .route-grid-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-item {
    grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  }

  .timeline-postcard {
    max-width: 280px;
  }

  .member-roster-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .member-roster-badges {
    justify-content: flex-start;
  }

  .member-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nav-shell {
    gap: 0.8rem;
    padding-inline: 0.9rem;
  }

  .site-nav {
    padding-inline: 0.35rem;
  }

  .site-nav a:not(.header-cta):not(.site-nav-mobile-utility) {
    padding-inline: 0.76rem;
    font-size: 0.69rem;
  }

  .brand-center {
    width: clamp(108px, 9vw, 132px);
  }

  .header-center-stack {
    gap: 0.5rem;
  }

  .header-cta-desktop {
    padding-inline: 0.92rem;
    font-size: 0.68rem;
  }
}

@media (max-width: 980px) {
  .about-bio-stats,
  .signature-cards,
  .route-grid-expanded {
    grid-template-columns: 1fr;
  }

  .timeline-head {
    margin-bottom: 2rem;
  }

  .band-timeline {
    gap: 1.35rem;
    padding-top: 0.2rem;
  }

  .band-timeline::before {
    display: none;
  }

  .timeline-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.9rem;
    grid-template-areas:
      "marker"
      "content"
      "postcard";
  }

  .timeline-marker {
    grid-area: marker;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: center;
    justify-items: start;
    gap: 0.7rem;
    padding: 0 0.15rem;
  }

  .timeline-year {
    writing-mode: initial;
    transform: none;
    min-height: 34px;
    min-width: 0;
    padding: 0.58rem 0.85rem 0.54rem;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
  }

  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    grid-area: content;
  }

  .timeline-item:nth-child(odd) .timeline-postcard,
  .timeline-item:nth-child(even) .timeline-postcard {
    grid-area: postcard;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    transform: rotate(0deg);
  }

  .timeline-postcard img {
    aspect-ratio: 16 / 10;
    object-position: center 32%;
  }

  .timeline-content h3 {
    max-width: none;
  }

  body.has-global-player .site-shell {
    padding-bottom: 6.4rem;
  }

  .global-player {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .global-player-shell {
    gap: 0.65rem;
  }

  .global-events-button,
  .global-booking-button,
  .global-player-trigger {
    min-height: 58px;
  }

  .global-events-button {
    display: inline-flex;
    width: 58px;
    min-width: 58px;
  }

  .global-booking-button {
    width: 58px;
    min-width: 58px;
  }

  .global-player-trigger {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
  }

  .global-player-drawer {
    width: min(510px, calc(100vw - 7rem));
  }

  .global-player-drawer-panel {
    gap: 0.8rem;
    padding: 0.9rem 0.95rem;
  }

  .global-player-drawer-art {
    min-height: 168px;
  }

  .global-player-drawer-copy strong {
    font-size: 0.92rem;
  }

  .global-player-drawer-copy > span:last-child {
    font-size: 0.72rem;
  }

  .player-modal-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .player-modal-art {
    min-height: 320px;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 207, 120, 0.1);
  }

  .player-modal-copy {
    padding: 1.75rem;
  }

  .player-modal-track-title {
    font-size: clamp(2.8rem, 8vw, 5rem);
  }

  .player-modal-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .player-modal-playlist {
    max-height: min(360px, 36vh);
  }

  .page-hero-grid,
  .audio-player-stage,
  .content-grid-two,
  .contact-shell,
  .video-grid,
  .video-stream-head,
  .preview-grid,
  .card-grid-three,
  .info-grid,
  .article-grid,
  .contact-grid,
  .home-release-grid,
  .home-showcase-grid,
  .home-booking-panel,
  .spotify-panel,
  .spotify-follow-banner {
    grid-template-columns: 1fr;
  }

  .step-grid,
  .card-grid-two,
  .hero-mini-grid,
  .audio-playlist,
  .contact-direct-links,
  .form-row,
  .gallery-mosaic,
  .band-wall,
  .still-grid,
  .contact-photo-stack,
  .home-route-grid,
  .home-contests-grid {
    grid-template-columns: 1fr 1fr;
  }

  .form-row-event,
  .form-row-scope-detail {
    grid-template-columns: 1fr;
  }

  .member-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-news-head,
  .home-contests-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-events-spotlight {
    grid-template-columns: 1fr;
  }

  .home-events-spotlight-actions {
    justify-content: flex-start;
  }

  .member-card {
    aspect-ratio: 4 / 5;
  }

  .gallery-item-wide,
  .gallery-item-tall,
  .band-shot-large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .hero-wordmark {
    top: 0.8rem;
    font-size: clamp(3.8rem, 15vw, 7rem);
  }

  .hero-stage-photo {
    min-height: 520px;
    background-position: center 22%;
  }

  .page-hero-home .page-hero-grid {
    min-height: 700px;
    background-position: center 36%;
    padding: 0.9rem 1rem;
  }

  .page-hero-about .page-hero-grid {
    min-height: 680px;
    background-position: center 48%;
    padding: 2rem 1.2rem;
  }

  .hero-main-layout {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .hero-foreground {
    padding: 0 0.25rem 0.4rem;
  }

  .hero-photo-showcase {
    min-height: 520px;
  }

  .hero-photo-showcase img {
    min-height: 520px;
    object-position: center 24%;
  }

  .hero-tag-track {
    gap: 1.3rem;
    padding: 0.8rem 1rem;
    font-size: clamp(1rem, 2.8vw, 1.25rem);
  }

  .hero-band-photo img {
    height: clamp(340px, 58vw, 520px);
  }

  .hero-band-overlay {
    max-width: 26rem;
  }

  .home-release-cover {
    min-height: 420px;
  }

  .home-showcase-feature {
    min-height: 460px;
  }

  .home-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-showcase-stack {
    grid-template-rows: none;
  }

  .home-booking-actions {
    justify-content: flex-start;
  }

  .home-booking-panel {
    min-height: 520px;
    align-content: end;
  }

  .home-booking-panel::before {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.12) 0%, rgba(5, 4, 3, 0.55) 42%, rgba(5, 4, 3, 0.94) 100%),
      url("images/musicos/musicos14.webp") center 36% / cover no-repeat;
  }

  .home-booking-copy h2 {
    max-width: 11ch;
  }

  .home-streaming-shell {
    width: min(100%, 920px);
    min-height: 330px;
  }

  .home-streaming-photo {
    background-position: center 42%;
  }

  .home-streaming-shell::before {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.04), rgba(5, 4, 3, 0.58) 48%, rgba(5, 4, 3, 0.92) 100%),
      repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px);
  }

  .spotify-panel-actions,
  .spotify-follow-actions {
    justify-content: flex-start;
  }

  .page-hero-home::before {
    inset: 0 0.7rem 1.5rem;
  }

  .audio-player-cover {
    min-height: 360px;
  }

  .site-footer {
    padding: 1.15rem 1rem 2.15rem;
  }

  .footer-nav,
  .footer-copy {
    justify-content: center;
    text-align: center;
  }

  .footer-nav {
    gap: 0.45rem 0.65rem;
    padding-bottom: 0.95rem;
  }

  .footer-meta {
    justify-items: center;
    gap: 1.2rem;
  }

  .footer-action-row {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 1.15rem;
  }

  .footer-social-group {
    justify-items: center;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-bottom-bar {
    width: 100%;
    gap: 0.8rem;
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .spotify-follow-banner {
    padding: 1.35rem;
  }
}

@media (max-width: 980px) {
  .home-events-head,
  .home-news-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-events-grid {
    grid-template-columns: 1fr;
  }

  .events-page-grid {
    grid-template-columns: 1fr;
  }

  .event-highlight-card {
    grid-template-rows: minmax(220px, 240px) auto;
  }

  .event-highlight-schedule {
    margin-top: -2.6rem;
  }

  .event-highlight-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .event-card-cta {
    width: 100%;
    justify-content: center;
  }

  .event-share-toolbar {
    justify-content: flex-start;
  }

  .event-modal-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .event-modal-media {
    aspect-ratio: 16 / 10;
    min-height: 220px;
    max-height: 280px;
  }

  .event-modal-headline {
    padding-right: 4.1rem;
  }

  .event-modal-details-grid {
    grid-template-columns: 1fr;
  }

  .event-modal-ticket-block {
    flex-direction: column;
    align-items: stretch;
  }

  .event-modal-ticket-button {
    width: 100%;
  }

  .nav-shell {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    align-items: center;
    padding: 0.85rem 1rem;
  }

  .nav-shell::before {
    content: none;
  }

  .site-nav-desktop {
    display: none;
  }

  .header-center-stack {
    position: relative;
    display: grid;
    place-items: center;
    width: min(100%, 332px);
    min-height: 118px;
    margin: 0 auto;
    padding-inline: 2.75rem;
    isolation: isolate;
  }

  .header-center-stack::before,
  .header-center-stack::after {
    content: "";
    position: absolute;
    top: 50%;
    width: clamp(3rem, 17vw, 5.2rem);
    height: 1.2rem;
    transform: translateY(-50%);
    filter:
      drop-shadow(0 0 1px rgba(244, 207, 120, 0.12))
      drop-shadow(0 0 10px rgba(0, 0, 0, 0.24));
    pointer-events: none;
    opacity: 1;
  }

  .header-center-stack::before {
    left: 0;
    background:
      radial-gradient(circle at 12% 50%, rgba(244, 207, 120, 0.76) 0 2px, transparent 3px),
      linear-gradient(90deg, rgba(6, 5, 4, 0.96), rgba(6, 5, 4, 0.08)) 0 14% / 100% 2px no-repeat,
      linear-gradient(90deg, rgba(7, 6, 5, 0.94), rgba(7, 6, 5, 0.08)) 0 50% / 82% 2px no-repeat,
      linear-gradient(90deg, rgba(8, 7, 5, 0.92), rgba(8, 7, 5, 0.08)) 0 86% / 64% 2px no-repeat,
      linear-gradient(90deg, rgba(244, 207, 120, 0.12), transparent) 0 8% / 100% 1px no-repeat,
      linear-gradient(90deg, rgba(244, 207, 120, 0.08), transparent) 0 44% / 82% 1px no-repeat,
      linear-gradient(90deg, rgba(244, 207, 120, 0.06), transparent) 0 80% / 64% 1px no-repeat;
  }

  .header-center-stack::after {
    right: 0;
    background:
      radial-gradient(circle at 88% 50%, rgba(244, 207, 120, 0.76) 0 2px, transparent 3px),
      linear-gradient(90deg, rgba(6, 5, 4, 0.08), rgba(6, 5, 4, 0.96)) 100% 14% / 100% 2px no-repeat,
      linear-gradient(90deg, rgba(7, 6, 5, 0.08), rgba(7, 6, 5, 0.94)) 100% 50% / 82% 2px no-repeat,
      linear-gradient(90deg, rgba(8, 7, 5, 0.08), rgba(8, 7, 5, 0.92)) 100% 86% / 64% 2px no-repeat,
      linear-gradient(90deg, transparent, rgba(244, 207, 120, 0.12)) 100% 8% / 100% 1px no-repeat,
      linear-gradient(90deg, transparent, rgba(244, 207, 120, 0.08)) 100% 44% / 82% 1px no-repeat,
      linear-gradient(90deg, transparent, rgba(244, 207, 120, 0.06)) 100% 80% / 64% 1px no-repeat;
  }

  .brand-center {
    width: 142px;
    min-height: auto;
    padding: 0;
    justify-content: center;
    gap: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    cursor: pointer;
    transition: transform 180ms ease;
  }

  .brand-center-record {
    width: 128px;
    flex-basis: 128px;
    padding: 0.34rem;
  }

  .brand-center-record img {
    width: 74%;
  }

  .brand-center-copy {
    display: none;
  }

  .brand-center-arrow {
    display: none;
  }

  .brand-center:hover,
  .brand-center:focus-visible {
    transform: translateY(-1px);
  }

  .header-cta-desktop {
    display: none;
  }

  .site-nav-mobile {
    position: absolute;
    top: calc(100% + 0.65rem);
    left: 0;
    right: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.58rem;
    padding: 0.78rem;
    border: 1px solid rgba(244, 207, 120, 0.15);
    border-radius: 24px;
    background:
      radial-gradient(circle at top center, rgba(244, 207, 120, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
      rgba(8, 7, 5, 0.96);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .site-nav-mobile.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.15rem;
    padding: 0.04rem 0.05rem 0.55rem;
    border-bottom: 1px solid rgba(244, 207, 120, 0.08);
  }

.site-nav-mobile-title {
  display: grid;
  gap: 0.2rem;
}

.site-nav-mobile-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

  .site-nav-mobile-kicker {
    margin: 0;
    color: rgba(246, 239, 228, 0.48);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  .site-nav-mobile-caption {
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .site-nav-mobile-close {
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(244, 207, 120, 0.2);
    border-radius: 50%;
    background:
      radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.08), transparent 55%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent),
      rgba(15, 11, 9, 0.94);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 14px 28px rgba(0, 0, 0, 0.22);
    color: var(--gold-bright);
    transition:
      transform 180ms ease,
      border-color 180ms ease,
      background-color 180ms ease,
      box-shadow 180ms ease,
      color 180ms ease;
    cursor: pointer;
    appearance: none;
    font-size: 0;
    line-height: 0;
  }

  .site-nav-mobile-close i {
    color: currentColor;
    font-size: 0.96rem;
    transition: transform 180ms ease, color 180ms ease;
  }

  .site-nav-mobile-close:hover,
  .site-nav-mobile-close:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(244, 207, 120, 0.28);
    background:
      radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.11), transparent 58%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent),
      rgba(21, 16, 12, 0.96);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 18px 34px rgba(0, 0, 0, 0.24),
      0 0 18px rgba(244, 207, 120, 0.08);
    outline: none;
  }

  .site-nav-mobile-close:hover i,
  .site-nav-mobile-close:focus-visible i {
    transform: scale(1.08) rotate(90deg);
    color: var(--gold-pale);
  }

  .site-nav-mobile a:not(.header-cta):not(.site-nav-mobile-utility) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 54px;
    padding: 0.92rem 1.05rem 0.95rem 2rem;
    border: 1px solid rgba(244, 207, 120, 0.1);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
      rgba(14, 11, 8, 0.8);
    white-space: normal;
    text-align: left;
    line-height: 1.15;
    text-wrap: balance;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .site-nav-mobile a:not(.header-cta):not(.site-nav-mobile-utility)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.95rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: var(--gold-bright);
    box-shadow: 0 0 10px rgba(244, 207, 120, 0.18);
    transform: translateY(-50%);
  }

  .site-nav-mobile a:not(.header-cta):not(.site-nav-mobile-utility)::after {
    display: none;
  }

  .site-nav-mobile a:not(.header-cta):not(.site-nav-mobile-utility):first-child {
    grid-column: auto;
  }

  .site-nav-mobile .header-cta {
    width: 100%;
    margin-top: 0.18rem;
  }

  body.has-global-player .site-shell {
    padding-bottom: 6.4rem;
  }

  .global-player {
    display: block;
  }

  .brand-center.is-open {
    background: none;
    box-shadow: none;
    transform: translateY(-1px);
  }

  .brand-center.is-open .brand-center-record {
    border-color: rgba(244, 207, 120, 0.28);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 18px 34px rgba(0, 0, 0, 0.34),
      0 0 32px rgba(244, 207, 120, 0.2);
  }
}

@media (max-width: 760px) {
  body.has-global-player .site-shell {
    padding-bottom: calc(6rem + env(safe-area-inset-bottom));
  }

  .home-contests-grid {
    grid-template-columns: 1fr;
  }

  .home-events-spotlight {
    padding: 1.2rem 1rem;
  }

  .home-events-spotlight-actions {
    width: 100%;
  }

  .header-center-stack {
    width: min(100%, 304px);
    min-height: 112px;
    padding-inline: 2.35rem;
  }

  .site-nav-mobile-head {
    padding-bottom: 0.42rem;
  }

  .site-nav-mobile-close {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .brand-center {
    width: 132px;
  }

  .brand-center-record {
    width: 118px;
    flex-basis: 118px;
  }

  .header-center-stack::before,
  .header-center-stack::after {
    width: clamp(2.45rem, 15vw, 4.25rem);
    height: 1.06rem;
  }

  .site-nav-mobile {
    width: 100%;
    padding: 0.72rem;
    border-radius: 22px;
  }

  .player-modal {
    padding: 0;
  }

  .event-modal-dialog {
    width: min(100% - 1rem, 1120px);
    max-height: calc(100vh - 1rem);
    margin: 0.5rem auto;
    border-radius: 28px;
  }

  .event-modal-copy {
    padding: 1.25rem 1rem 1.1rem;
  }

  .event-modal-headline h2,
  #event-modal-title {
    max-width: none;
    font-size: clamp(1.2rem, 6vw, 1.8rem);
    line-height: 0.94;
  }

  .player-modal-dialog {
    width: 100vw;
    max-height: 100dvh;
    min-height: 100dvh;
    border-radius: 0;
  }

  .player-modal-copy {
    padding: 1.3rem 1.15rem calc(1.05rem + env(safe-area-inset-bottom));
  }

  .player-modal-track-title {
    font-size: clamp(2.35rem, 10vw, 4.2rem);
  }

  .player-modal-progress-shell {
    grid-template-columns: 1fr;
  }

  .player-modal-toolbar,
  .player-modal-primary-controls,
  .player-modal-secondary-controls {
    gap: 0.65rem;
  }

  .global-player {
    left: 50%;
    right: auto;
    bottom: max(0.7rem, env(safe-area-inset-bottom));
    transform: translateX(-50%);
  }

  .global-player-shell {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
  }

  .global-player-row {
    position: static;
    justify-content: center;
  }

  .global-events-button,
  .global-booking-button,
  .global-player-trigger {
    min-height: 54px;
  }

  .global-events-button {
    width: 54px;
    min-width: 54px;
  }

  .global-booking-button {
    width: 54px;
    min-width: 54px;
    padding-inline: 0;
    font-size: 0.64rem;
  }

  .global-player-trigger {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
  }

  .global-player-drawer {
    left: 50%;
    right: auto;
    bottom: calc(100% + 0.7rem);
    width: min(calc(100vw - 1.6rem), 348px);
    transform: translate(-50%, 14px) scale(0.96);
    transform-origin: center bottom;
  }

  .global-player.is-open .global-player-drawer {
    transform: translate(-50%, 0) scale(1);
  }

  body[data-page="contactanos"] .global-booking-button {
    display: none;
  }

  .global-player-drawer-head {
    gap: 0.65rem;
  }

  .global-player-drawer-panel {
    grid-template-columns: 1fr;
    padding: 0.88rem 0.9rem 0.9rem;
    border-radius: 24px;
  }

  .global-player-drawer-art {
    display: none;
  }

  .global-player-drawer-copy strong {
    font-size: 0.86rem;
  }

  .global-player-drawer-copy > span:last-child {
    font-size: 0.69rem;
  }

  .booking-modal {
    padding: 0.7rem;
  }

  .booking-modal-head,
  .booking-modal-form {
    padding-inline: 1rem;
  }

  .booking-modal-head h2 {
    max-width: 12ch;
    font-size: clamp(1.9rem, 8vw, 2.9rem);
  }

  .section {
    padding: 0 1rem 4.4rem;
  }

  .site-header {
    padding: 0.8rem 0.8rem 0;
  }

  .nav-shell {
    gap: 0.45rem;
    padding: 0.75rem 0.8rem;
  }

  .nav-shell::before {
    content: none;
  }

  .header-center-stack {
    width: min(100%, 286px);
    min-height: 104px;
    padding-inline: 2rem;
  }

  .brand-center {
    width: 122px;
  }

  .brand-center-record {
    width: 108px;
    flex-basis: 108px;
  }

  .brand-center-record img {
    width: 70%;
  }

  .header-center-stack::before,
  .header-center-stack::after {
    width: 2rem;
    height: 0.96rem;
  }

  .site-nav-mobile {
    width: 100%;
    gap: 0.5rem;
    padding: 0.68rem;
  }

  .page-title,
  .section-head h2 {
    max-width: 100%;
    font-size: clamp(2.6rem, 11.5vw, 4.4rem);
  }

  .home-release-copy h2,
  .home-booking-copy h2 {
    max-width: 100%;
    font-size: clamp(2.4rem, 8vw, 3.8rem);
  }

  .page-hero-home .page-hero-grid {
    min-height: 640px;
  }

  .page-hero-about .page-hero-grid {
    min-height: 620px;
    background-position: center 50%;
  }

  .hero-photo-overlay {
    left: 1rem;
    right: auto;
    bottom: 1rem;
    max-width: 20rem;
    padding: 0.9rem 0.95rem;
  }

  .hero-photo-overlay strong {
    font-size: 1.45rem;
  }

  .home-showcase-feature h3,
  .home-showcase-card h3 {
    font-size: clamp(1.85rem, 6vw, 2.5rem);
  }

  .hero-tag-marquee {
    border-radius: 28px;
  }

  .hero-band-overlay {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: none;
    padding: 1rem 1rem 1.05rem;
  }

  .hero-band-overlay h2 {
    font-size: clamp(1.7rem, 6vw, 2.5rem);
  }

  .ticker {
    margin-bottom: 4.5rem;
  }

  .hero-parallax-right {
    width: 16rem;
    height: 16rem;
    right: -5rem;
    top: 6%;
  }

  .hero-wordmark {
    font-size: clamp(3.5rem, 18vw, 5.5rem);
    top: 3rem;
    letter-spacing: 0.1em;
  }

  .page-hero-home .hero-minimal-stage {
    min-height: 748px;
    padding: 0.95rem;
    background: linear-gradient(145deg, rgba(13, 10, 8, 0.88), rgba(8, 7, 5, 0.7));
  }

  .page-hero-home .hero-minimal-stage::after {
    inset: 0.95rem;
    border-radius: 28px;
  }

  .page-hero-home .hero-minimal-backdrop {
    inset: -7% -4% -3%;
    background: url("images/eventos/47.webp") center 31% / cover no-repeat;
  }

  .hero-kinetic-track {
    font-size: clamp(1.2rem, 3.9vw, 2.4rem);
    letter-spacing: 0.18em;
  }

  .hero-kinetic-track-top {
    top: 14%;
    left: -18%;
  }

  .hero-kinetic-track-bottom {
    bottom: 18%;
    left: -28%;
  }

  .hero-particle-2,
  .hero-particle-5,
  .hero-particle-8 {
    display: none;
  }

  .page-hero-home .hero-minimal-backdrop::after {
    background:
      linear-gradient(180deg, rgba(7, 6, 5, 0.06) 0%, rgba(7, 6, 5, 0.18) 22%, rgba(7, 6, 5, 0.48) 58%, rgba(7, 6, 5, 0.86) 100%),
      linear-gradient(108deg, rgba(7, 6, 5, 0.5) 0%, rgba(7, 6, 5, 0.18) 38%, rgba(7, 6, 5, 0.06) 64%, rgba(7, 6, 5, 0.24) 100%),
      radial-gradient(circle at 74% 20%, rgba(244, 207, 120, 0.16), transparent 22%);
  }

  .page-hero-home .hero-foreground-minimal {
    justify-content: flex-end;
    gap: 1rem;
    padding: 1rem 0.15rem 1.1rem;
  }

  .page-hero-home .hero-copy-home-minimal {
    width: min(100%, 26rem);
    max-width: min(100%, 26rem);
    justify-items: start;
    text-align: left;
    gap: 0.7rem;
    padding: 0.88rem 0.94rem 0.98rem;
    border: 1px solid rgba(244, 207, 120, 0.14);
    border-radius: 26px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
      linear-gradient(135deg, rgba(16, 13, 10, 0.72), rgba(8, 7, 5, 0.32));
    box-shadow:
      0 22px 42px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px) saturate(106%);
  }

  .page-hero-home .hero-copy-home-minimal .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    width: fit-content;
    margin-bottom: 0;
    padding: 0.42rem 0.72rem;
    border: 1px solid rgba(244, 207, 120, 0.1);
    border-radius: 999px;
    background: rgba(8, 7, 5, 0.18);
  }

  .page-hero-home .hero-copy-home-minimal .page-title {
    max-width: 8.8ch;
    font-size: clamp(2.65rem, 7.8vw, 4.1rem);
    line-height: 0.9;
  }

  .page-hero-home .hero-copy-home-minimal .lead {
    max-width: 22rem;
    margin-inline: 0;
    font-size: 0.95rem;
    line-height: 1.52;
  }

  .page-hero-home .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0.72rem;
  }

  .page-hero-home .hero-actions .button {
    min-height: 54px;
    min-width: 0;
  }

  .page-hero-home .hero-minimal-meta {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 0.42rem;
    width: min(100%, 22rem);
    padding-top: 0.1rem;
  }

  .page-hero-home .hero-minimal-meta span {
    align-items: center;
    min-height: auto;
    padding: 0.68rem 0.82rem 0.7rem 0.92rem;
    border: 1px solid rgba(244, 207, 120, 0.06);
    border-left: 2px solid rgba(244, 207, 120, 0.3);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
      linear-gradient(90deg, rgba(10, 8, 6, 0.22), rgba(10, 8, 6, 0.08));
    line-height: 1.36;
    letter-spacing: 0.1em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }
}

@media (max-width: 640px) {
  .about-bio-main,
  .about-signature-lead,
  .signature-card {
    padding: 1.2rem 1.05rem 1.25rem;
    border-radius: 28px;
  }

  .about-bio-sidebar {
    padding: 1.05rem;
    border-radius: 28px;
  }

  .about-bio-main h2,
  .about-signature-lead h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .about-bio-stat {
    padding: 0.95rem;
    border-radius: 22px;
  }

  .band-timeline {
    gap: 0.95rem;
  }

  .timeline-item {
    gap: 0.78rem;
    padding: 0.92rem;
    border: 1px solid rgba(244, 207, 120, 0.14);
    border-radius: 24px;
    background:
      radial-gradient(circle at top right, rgba(244, 207, 120, 0.1), transparent 34%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent),
      rgba(13, 10, 8, 0.88);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
  }

  .timeline-marker {
    gap: 0.58rem;
    padding: 0;
  }

  .timeline-year {
    min-height: 32px;
    padding: 0.55rem 0.8rem 0.5rem;
  }

  .timeline-content {
    gap: 0.68rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .timeline-content::before {
    top: 0;
    right: 0;
    font-size: clamp(2.3rem, 11vw, 3.2rem);
  }

  .timeline-content h3 {
    font-size: clamp(1.4rem, 6.8vw, 1.92rem);
  }

  .timeline-content:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
  }

  .timeline-postcard {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .timeline-postcard::before {
    display: none;
  }

  .timeline-postcard::after {
    display: none;
  }

  .timeline-postcard img {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }

  .timeline-postcard figcaption {
    margin-top: 0.62rem;
    padding: 0 0.05rem;
    font-size: 0.72rem;
    line-height: 1.48;
  }

  .timeline-item:hover .timeline-postcard {
    border-color: transparent;
    box-shadow: none;
  }

  .timeline-item:hover .timeline-postcard img,
  .timeline-item:nth-child(odd):hover .timeline-postcard,
  .timeline-item:nth-child(even):hover .timeline-postcard {
    transform: none;
    filter: saturate(104%);
  }

  .timeline-tags {
    gap: 0.46rem;
  }

  .timeline-tags span {
    padding: 0.56rem 0.68rem 0.6rem;
    font-size: 0.54rem;
    letter-spacing: 0.1em;
  }

  .choice-group {
    padding: 0.95rem;
    border-radius: 22px;
  }

  .choice-group-note {
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .choice-options {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .choice-option-ui {
    padding: 0.9rem 0.92rem;
  }

  .choice-option-icon {
    width: 40px;
    height: 40px;
  }

  .choice-option-copy strong {
    font-size: 0.95rem;
  }

  .choice-option-copy span {
    font-size: 0.78rem;
  }

  .member-roster-intro {
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 26px;
  }

  .member-roster-copy h3 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .member-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .member-card {
    aspect-ratio: 4 / 5;
    border-radius: 24px;
  }

  .member-card::before {
    inset: 0.85rem;
    border-radius: 20px;
  }

  .member-card-copy {
    padding: 0.95rem 0.95rem 1rem;
  }

  .member-card-copy h3 {
    font-size: clamp(1.6rem, 7vw, 2.15rem);
  }

  body.has-global-player .site-shell {
    padding-bottom: calc(5.8rem + env(safe-area-inset-bottom));
  }

  .global-player {
    left: 50%;
    right: auto;
    bottom: max(0.7rem, env(safe-area-inset-bottom));
    transform: translateX(-50%);
  }

  .global-player-shell {
    position: relative;
    flex-direction: row;
    align-items: center;
    gap: 0.45rem;
    padding: 0.34rem;
    border: 1px solid rgba(244, 207, 120, 0.14);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
      rgba(8, 7, 5, 0.92);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  }

  .global-events-button {
    width: 52px;
    min-width: 52px;
    min-height: 52px;
  }

  .global-booking-button {
    min-height: 52px;
    width: 52px;
    min-width: 52px;
    padding-inline: 0;
    font-size: 0.6rem;
  }

  .global-booking-button span {
    display: none;
  }

  .global-player-trigger {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
  }

  .global-player-trigger-icon {
    font-size: 0.92rem;
  }

  .global-player-trigger-status {
    right: 0.72rem;
    bottom: 0.7rem;
  }

  .global-player-row {
    position: static;
    display: flex;
    align-items: center;
  }

  .global-player-drawer {
    left: 50%;
    right: auto;
    bottom: calc(100% + 0.74rem);
    width: min(calc(100vw - 1.4rem), 322px);
    transform: translate(-50%, 14px) scale(0.96);
    transform-origin: center bottom;
  }

  .global-player.is-open .global-player-drawer {
    transform: translate(-50%, 0) scale(1);
  }

  .global-player-drawer-panel {
    gap: 0.75rem;
    padding: 0.82rem 0.82rem 0.85rem;
  }

  .global-player-mini-progress-shell {
    gap: 0.5rem;
  }

  .global-player-mini-controls {
    gap: 0.5rem;
  }

  .global-player-mini-button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .global-player-mini-button-primary {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .player-modal-dialog {
    border-radius: 0;
    max-height: 100dvh;
  }

  .player-modal-art {
    min-height: 220px;
  }

  .player-modal-toolbar {
    align-items: stretch;
  }

  .player-modal-primary-controls {
    justify-content: center;
  }

  .player-modal-secondary-controls {
    display: flex;
    justify-content: center;
  }

  #player-modal-track-actions .track-platform-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    width: min(100%, 24rem);
  }

  #player-modal-track-actions .track-platform-link {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding-inline: 0.7rem;
    justify-content: center;
    text-align: center;
  }

  #player-modal-track-actions .track-platform-link.is-share {
    order: 2;
  }

  #player-modal-track-actions .track-platform-links > :nth-child(2) {
    order: 1;
  }

  #player-modal-track-actions .track-platform-links > :nth-child(3) {
    order: 3;
  }

  .booking-modal-dialog {
    border-radius: 24px;
  }

  .booking-modal-head {
    padding-top: 1.1rem;
  }

  .booking-modal-close {
    position: relative;
    top: 0;
    float: none;
    margin: 0.85rem 0.85rem 0 auto;
  }

  .hero-actions,
  .home-booking-actions,
  .spotify-panel-actions,
  .spotify-inline-actions,
  .spotify-follow-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .platform-link-strip {
    flex-direction: column;
    align-items: stretch;
  }

  .video-youtube-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-stream-head {
    gap: 1rem;
  }

  .video-stream-side {
    min-width: 0;
  }

  .video-stream-head .button {
    width: 100%;
  }

  .video-youtube-card {
    grid-column: span 1;
  }

  .video-youtube-card.is-featured {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .video-youtube-card.is-featured .video-youtube-thumb {
    min-height: 320px;
  }

  .video-youtube-card:not(.is-featured):nth-child(3n + 3) {
    margin-top: 0;
  }

  .video-youtube-thumb {
    min-height: 220px;
  }

  .video-youtube-copy {
    padding: 1rem 1rem 1.1rem;
  }

  .event-highlight-copy {
    padding: 1.15rem 1.05rem 1.2rem;
  }

  .event-highlight-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-highlight-schedule {
    grid-template-columns: 1fr;
    margin-top: -2.25rem;
  }

  .event-highlight-schedule-primary,
  .event-highlight-schedule-time {
    padding: 0.85rem 0.9rem;
  }

  .event-highlight-schedule-day,
  .event-highlight-schedule-icon {
    width: 60px;
    min-width: 60px;
    border-radius: 18px;
  }

  .event-highlight-schedule-day {
    font-size: 2.55rem;
  }

  .event-highlight-schedule-time {
    min-width: 0;
  }

  .event-highlight-meta {
    gap: 0.5rem;
  }

  .event-highlight-meta span {
    width: 100%;
    justify-content: flex-start;
  }

  .event-share-toolbar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .event-highlight-footer .event-share-toolbar {
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    grid-template-columns: repeat(4, minmax(54px, 60px));
    justify-content: center;
    justify-items: center;
  }

  .event-share-link {
    width: 100%;
    border-radius: 16px;
  }

  .button,
  .hero-actions .button {
    width: 100%;
  }

  .hero-mini-grid,
  .step-grid,
  .card-grid-two,
  .gallery-mosaic,
  .contact-direct-links,
  .form-row,
  .band-wall,
  .still-grid,
  .contact-photo-stack,
  .home-route-grid {
    grid-template-columns: 1fr;
  }

  .contact-aside-panel,
  .contact-form {
    padding: 1.3rem;
  }

  .home-streaming-shell {
    min-height: 360px;
    border-radius: 26px;
  }

  .home-streaming-content {
    padding: 1.2rem;
  }

  .home-streaming-content h2 {
    max-width: 100%;
    font-size: clamp(2.4rem, 11vw, 3.6rem);
  }

  .home-streaming-content > p:not(.section-kicker) {
    font-size: 0.98rem;
  }

  .home-streaming-platforms.platform-link-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-streaming-platforms .platform-link-chip {
    min-height: 42px;
    border-radius: 999px;
  }

  .home-booking-panel {
    min-height: 500px;
    padding: 1.15rem;
    border-radius: 28px;
  }

  .home-booking-final-section .home-booking-panel {
    width: calc(100% - 1rem);
    min-height: 500px;
    border-radius: 28px;
  }

  .home-booking-panel::before {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.04) 0%, rgba(5, 4, 3, 0.48) 34%, rgba(5, 4, 3, 0.96) 100%),
      url("images/musicos/musicos14.webp") center 31% / cover no-repeat;
  }

  .home-booking-copy h2 {
    max-width: 100%;
    font-size: clamp(2.55rem, 12vw, 3.7rem);
  }

  .home-booking-copy p:last-child {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 0.9rem;
  }

  .home-booking-actions {
    width: 100%;
  }

  .home-booking-actions .button {
    width: 100%;
    justify-content: center;
  }

  .preview-card,
  .video-card,
  .media-card,
  .gallery-item img {
    min-height: 260px;
  }

  .hero-signal-row {
    gap: 0.6rem;
  }

  .hero-live-pill,
  .hero-hash-pill {
    width: 100%;
    justify-content: center;
  }

  .page-hero-home .page-hero-grid {
    min-height: 620px;
    padding-inline: 0.7rem;
  }

  .page-hero-about .page-hero-grid {
    min-height: 540px;
    padding: 1.6rem 0.85rem;
    background-position: center 52%;
  }

  .page-hero-about .page-hero-grid::after {
    inset: 0.85rem;
    border-radius: 24px;
  }

  .page-hero-about .page-title {
    max-width: 100%;
    font-size: clamp(2.7rem, 10vw, 4.2rem);
  }

  .page-hero-about .page-hero-copy {
    max-width: min(100%, 22rem);
  }

  .page-hero-about .lead {
    max-width: 19rem;
    margin-top: 0.9rem;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .page-hero-about .hero-copy-desktop {
    display: none;
  }

  .page-hero-about .hero-copy-mobile {
    display: inline;
  }

  .hero-main-layout {
    gap: 1rem;
  }

  .hero-photo-showcase {
    min-height: 440px;
    border-radius: 28px;
  }

  .hero-photo-showcase img {
    min-height: 440px;
    object-position: center 24%;
  }

  .hero-photo-overlay {
    gap: 0.4rem;
    max-width: 16.5rem;
    padding: 0.78rem 0.82rem;
    border-radius: 22px;
  }

  .hero-proof-tile {
    padding: 0.85rem 0.9rem;
  }

  .hero-proof-tile strong {
    font-size: 1.12rem;
  }

  .hero-tag-track {
    gap: 1rem;
    font-size: 0.98rem;
    letter-spacing: 0.12em;
  }

  .hero-band-photo {
    border-radius: 28px;
  }

  .hero-band-photo img {
    height: 320px;
  }

  .hero-foreground {
    gap: 1rem;
    padding: 0;
  }

  .home-release-cover {
    min-height: 320px;
  }

  .home-release-cover-copy,
  .home-showcase-copy,
  .home-showcase-card,
  .home-booking-panel,
  .spotify-panel,
  .spotify-follow-banner {
    padding: 1rem;
  }

  .video-youtube-card {
    border-radius: 24px;
  }

  .video-stream-head {
    padding: 1.05rem;
    border-radius: 24px;
  }

  .video-stream-head::after {
    width: 11rem;
    height: 11rem;
    right: -3.6rem;
    bottom: -5.8rem;
  }

  .video-stream-highlights {
    gap: 0.45rem;
  }

  .video-stream-highlights span {
    min-height: 30px;
    padding: 0.35rem 0.58rem;
    font-size: 0.66rem;
  }

  .video-stream-side {
    padding: 0.9rem;
    border-radius: 20px;
  }

  .video-stream-stat {
    font-size: 0.68rem;
  }

  .video-youtube-thumb {
    min-height: 200px;
  }

  .video-youtube-card::before {
    top: 0.85rem;
    left: 0.85rem;
    min-width: 38px;
    height: 38px;
    padding: 0 0.62rem;
    font-size: 0.92rem;
  }

  .video-youtube-card.is-featured .video-youtube-thumb {
    min-height: 250px;
  }

  .video-youtube-card.is-featured .video-youtube-copy {
    padding: 1rem 1rem 1.12rem;
  }

  .video-youtube-card.is-featured .video-youtube-copy h3 {
    font-size: clamp(1.95rem, 8vw, 3rem);
  }

  .video-platform-pill {
    top: 0.85rem;
    right: 0.85rem;
    padding: 0.4rem 0.62rem;
    font-size: 0.68rem;
  }

  .video-play-button {
    left: 0.85rem;
    bottom: 0.85rem;
    width: 58px;
    height: 58px;
  }

  .video-youtube-title {
    font-size: 0.74rem;
  }

  .video-youtube-link {
    width: 100%;
    justify-content: space-between;
  }

  .home-showcase-feature {
    min-height: 380px;
    padding: 1rem;
  }

  .home-showcase-card {
    min-height: 190px;
  }

  .hero-wordmark {
    display: none;
  }

  .page-hero-home::before {
    inset: 0 0.45rem 1.1rem;
  }

  .page-hero-home .hero-minimal-stage {
    min-height: clamp(690px, 88vh, 780px);
    padding: 0.74rem;
    background: linear-gradient(145deg, rgba(12, 10, 8, 0.82), rgba(8, 7, 5, 0.62));
  }

  .page-hero-home .hero-minimal-stage::after {
    inset: 0.72rem;
    border-radius: 22px;
  }

  .page-hero-home .hero-minimal-backdrop {
    inset: -8% -5% -3%;
    background: url("images/eventos/47.webp") center 28% / cover no-repeat;
  }

  .hero-kinetic-layer::before {
    top: 18%;
    right: 4%;
    width: 13rem;
    height: 13rem;
  }

  .hero-kinetic-layer::after {
    left: -10%;
    bottom: 10%;
    width: 14rem;
    height: 8rem;
  }

  .hero-kinetic-track {
    gap: 0.92rem;
    font-size: clamp(0.98rem, 5.2vw, 1.58rem);
    letter-spacing: 0.16em;
  }

  .hero-kinetic-track span {
    gap: 0.92rem;
  }

  .hero-kinetic-track span::after {
    width: 0.28rem;
    height: 0.28rem;
  }

  .hero-kinetic-track-top {
    top: 24%;
    left: -42%;
  }

  .hero-kinetic-track-bottom {
    display: none;
  }

  .hero-particle-field {
    opacity: 0.78;
  }

  .hero-particle-3,
  .hero-particle-5,
  .hero-particle-7,
  .hero-particle-8 {
    display: none;
  }

  .page-hero-home .hero-minimal-backdrop::after {
    background:
      linear-gradient(180deg, rgba(7, 6, 5, 0.04) 0%, rgba(7, 6, 5, 0.12) 16%, rgba(7, 6, 5, 0.42) 56%, rgba(7, 6, 5, 0.86) 100%),
      linear-gradient(112deg, rgba(7, 6, 5, 0.46) 0%, rgba(7, 6, 5, 0.18) 38%, rgba(7, 6, 5, 0.05) 62%, rgba(7, 6, 5, 0.18) 100%),
      radial-gradient(circle at 74% 20%, rgba(244, 207, 120, 0.14), transparent 24%);
  }

  .page-hero-home .hero-foreground-minimal {
    gap: 0.78rem;
    padding: 5rem 0.08rem 1rem;
  }

  .page-hero-home .hero-copy-home-minimal {
    width: min(100%, 23.2rem);
    gap: 0.62rem;
    padding: 0.78rem 0.82rem 0.9rem;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
      linear-gradient(135deg, rgba(16, 13, 10, 0.7), rgba(8, 7, 5, 0.26));
    box-shadow:
      0 16px 34px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px) saturate(104%);
  }

  .page-hero-home .hero-copy-home-minimal .section-kicker {
    background: rgba(8, 7, 5, 0.14);
    padding: 0.38rem 0.66rem;
    font-size: 0.67rem;
    letter-spacing: 0.12em;
  }

  .page-hero-home .hero-copy-home-minimal .page-title {
    max-width: 8.8ch;
    font-size: clamp(2.05rem, 8.2vw, 2.9rem);
    line-height: 0.9;
  }

  .page-hero-home .hero-copy-home-minimal .lead {
    max-width: 18.8rem;
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .page-hero-home .hero-actions {
    width: 100%;
    gap: 0.62rem;
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-hero-home .hero-actions .button {
    width: 100%;
    min-height: 52px;
    min-width: 0;
  }

  .page-hero-home .hero-minimal-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.4rem;
    width: min(100%, 19.8rem);
    padding-top: 0;
  }

  .page-hero-home .hero-minimal-meta span {
    gap: 0.5rem;
    padding: 0.56rem 0.74rem 0.58rem 0.84rem;
    border-width: 1px 1px 1px 2px;
    border-left-color: rgba(244, 207, 120, 0.34);
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
      linear-gradient(90deg, rgba(10, 8, 6, 0.18), rgba(10, 8, 6, 0.04));
    font-size: 0.61rem;
    line-height: 1.34;
    letter-spacing: 0.08em;
    text-transform: none;
  }

  .page-hero-home .hero-minimal-meta span::before {
    width: 0.3rem;
    height: 0.3rem;
  }

  .hero-stage-photo {
    min-height: 420px;
    padding: 1.1rem;
  }

  .hero-stage-copy h2 {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
  }

  .page-hero-home .hero-stage-copy {
    margin: 0;
    padding: 1rem 1rem 1.05rem;
  }

  .hero-stage-badge {
    width: min(78%, 220px);
  }

  .floating-card-image {
    height: 112px;
  }

  .audio-controls {
    justify-content: center;
  }

  .audio-control-button,
  .audio-play-button {
    width: 3.7rem;
    height: 3.7rem;
  }

  .audio-play-button {
    width: 4.2rem;
    height: 4.2rem;
  }

  .audio-progress-shell {
    grid-template-columns: 1fr;
  }

  .audio-time {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 420px) {
  body.has-global-player .site-shell {
    padding-bottom: calc(5.65rem + env(safe-area-inset-bottom));
  }

  .header-center-stack {
    width: min(100%, 272px);
    min-height: 98px;
    padding-inline: 1.7rem;
  }

  .brand-center {
    width: 112px;
  }

  .brand-center-record {
    width: 98px;
    flex-basis: 98px;
  }

  .header-center-stack::before,
  .header-center-stack::after {
    width: 1.55rem;
    height: 0.86rem;
  }

  .site-nav-mobile {
    width: 100%;
    padding: 0.62rem;
  }

  .site-nav-mobile a:not(.header-cta):not(.site-nav-mobile-utility) {
    min-height: 50px;
    padding: 0.82rem 0.9rem 0.84rem 1.86rem;
    font-size: 0.69rem;
    letter-spacing: 0.15em;
  }

  .site-nav-mobile a:not(.header-cta):not(.site-nav-mobile-utility)::before {
    left: 0.88rem;
  }

  .global-player-shell {
    gap: 0.45rem;
  }

  .global-events-button,
  .global-booking-button {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
  }

  .global-booking-button {
    padding-inline: 0;
  }

  .global-player-trigger {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }

  .global-player-drawer {
    bottom: calc(100% + 0.76rem);
    width: min(calc(100vw - 1.1rem), 304px);
  }

  .global-player-drawer-copy strong {
    font-size: 0.8rem;
  }

  .global-player-drawer-copy > span:last-child {
    font-size: 0.66rem;
  }
}

body[data-page]:not([data-page="inicio"]) {
  --internal-hero-image: url("images/eventos/52.webp");
  --internal-hero-position: center 46%;
  --internal-hero-position-mobile: center 44%;
  --internal-hero-copy-max: 35rem;
  --internal-hero-lead-max: 28rem;
  --internal-hero-title-max: 11ch;
}

body[data-page="nosotros"] {
  --internal-hero-image: url("images/musicos/musicos2.webp");
  --internal-hero-position: center 52%;
  --internal-hero-position-mobile: center 50%;
  --internal-hero-copy-max: 37rem;
  --internal-hero-lead-max: 29rem;
}

body[data-page="eventos"] {
  --internal-hero-image: url("images/eventos/47.webp");
  --internal-hero-position: center 50%;
  --internal-hero-position-mobile: center 50%;
}

body[data-page="musica"] {
  --internal-hero-image: url("images/eventos/16.webp");
  --internal-hero-position: center 38%;
  --internal-hero-position-mobile: center 34%;
  --internal-hero-copy-max: 34rem;
  --internal-hero-lead-max: 26rem;
}

body[data-page="videos"] {
  --internal-hero-image: url("images/musicos/musicos9.webp");
  --internal-hero-position: center 52%;
  --internal-hero-position-mobile: center 54%;
}

body[data-page="blog"] {
  --internal-hero-image: url("images/musicos/musicos14.webp");
  --internal-hero-position: center 58%;
  --internal-hero-position-mobile: center 58%;
  --internal-hero-copy-max: 34rem;
}

body[data-page="galeria"] {
  --internal-hero-image: url("images/eventos/57.webp");
  --internal-hero-position: center 56%;
  --internal-hero-position-mobile: center 60%;
  --internal-hero-copy-max: 34rem;
}

body[data-page="contactanos"] {
  --internal-hero-image: url("images/eventos/41.webp");
  --internal-hero-position: center 52%;
  --internal-hero-position-mobile: center 56%;
  --internal-hero-copy-max: 35rem;
  --internal-hero-lead-max: 27rem;
  --internal-hero-title-max: 8ch;
}

body[data-page="aviso-de-privacidad"] {
  --internal-hero-image: url("images/musicos/musicos3.webp");
  --internal-hero-position: center 54%;
  --internal-hero-position-mobile: center 58%;
  --internal-hero-copy-max: 36rem;
  --internal-hero-lead-max: 30rem;
  --internal-hero-title-max: 12ch;
}

body[data-page="bolsa-de-trabajo"] {
  --internal-hero-image: url("images/eventos/49.webp");
  --internal-hero-position: center 52%;
  --internal-hero-position-mobile: center 56%;
  --internal-hero-copy-max: 33rem;
  --internal-hero-lead-max: 25rem;
  --internal-hero-title-max: 9ch;
}

.jobs-hero-note {
  max-width: 29rem;
  margin: 0.15rem 0 0;
  font-size: 0.84rem;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: rgba(247, 240, 230, 0.72);
}

.legal-grid {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.legal-card {
  display: grid;
  gap: 0.95rem;
}

.legal-card h2,
.legal-card h3 {
  margin: 0;
}

.legal-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.legal-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.62rem 0.8rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(247, 240, 230, 0.8);
  font-size: 0.78rem;
  font-weight: 700;
}

.legal-meta i {
  color: var(--gold-bright);
}

.legal-card .feature-list {
  margin-top: 0.1rem;
}

.legal-note {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  padding: 1.35rem 1.45rem;
  border: 1px dashed rgba(244, 207, 120, 0.22);
  border-radius: 28px;
  background: rgba(11, 8, 6, 0.68);
}

.legal-note p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.jobs-summary-shell,
.jobs-board-shell {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.jobs-summary-shell {
  padding: clamp(1.35rem, 2.8vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(18, 12, 8, 0.9);
  box-shadow: var(--shadow-strong);
}

.jobs-summary-copy {
  display: grid;
  gap: 0.7rem;
  max-width: 48rem;
}

.jobs-summary-copy h2,
.jobs-panel-head h2 {
  margin: 0;
}

.jobs-summary-copy p,
.jobs-panel-head p,
.jobs-board-copy p,
.jobs-empty-state p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.jobs-guide-note,
.jobs-board-note {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(247, 240, 230, 0.76);
}

.jobs-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.25rem;
}

.jobs-summary-card {
  display: grid;
  gap: 0.85rem;
}

.jobs-summary-step {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #140d06;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  box-shadow: 0 18px 32px rgba(186, 130, 40, 0.2);
}

.jobs-summary-card h3 {
  margin: 0;
}

.jobs-summary-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.66;
}

.jobs-intake-layout {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 1.2rem;
  align-items: stretch;
}

.jobs-apply-panel {
  padding: clamp(1.35rem, 2.6vw, 1.9rem);
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.1), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel-strong);
  box-shadow: var(--shadow-strong);
}

.jobs-requirements-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.35rem, 2.6vw, 1.9rem);
  border: 1px solid rgba(244, 207, 120, 0.16);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(17, 12, 9, 0.92);
  box-shadow: var(--shadow-strong);
}

.jobs-panel-head {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}

.jobs-apply-form {
  display: grid;
  gap: 1rem;
}

.jobs-selected-vacancy {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(244, 207, 120, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.025);
}

.jobs-selected-vacancy[hidden] {
  display: none;
}

.jobs-selected-vacancy-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.jobs-selected-vacancy strong {
  font-size: 1.05rem;
  line-height: 1.2;
  color: var(--text);
}

.jobs-selected-vacancy p,
.jobs-form-note {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.jobs-file-field {
  display: grid;
  gap: 0.5rem;
}

.jobs-file-field input[type="file"] {
  padding: 0.8rem 0.9rem;
}

.jobs-file-field input[type="file"]::file-selector-button {
  margin-right: 0.8rem;
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(244, 207, 120, 0.22);
  border-radius: 14px;
  background: rgba(244, 207, 120, 0.1);
  color: var(--gold-pale);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.jobs-file-meta {
  font-size: 0.82rem;
  color: rgba(247, 240, 230, 0.68);
}

.jobs-form-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
}

.jobs-form-actions .button {
  min-width: 0;
  min-height: 60px;
  padding: 0.92rem 1rem;
  border-radius: 22px;
  justify-content: center;
  text-align: center;
  line-height: 1.15;
}

.jobs-requirements-panel .feature-list {
  flex: 1;
  margin-top: 0.35rem;
  padding-top: 0;
  border-top: 0;
  gap: 0.92rem;
}

.jobs-requirements-note {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 207, 120, 0.12);
  line-height: 1.72;
}

.jobs-board-shell {
  padding: clamp(1.35rem, 2.6vw, 1.9rem);
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(22, 17, 12, 0.94);
  box-shadow: var(--shadow-strong);
}

.jobs-board-copy {
  display: grid;
  gap: 0.55rem;
  max-width: 46rem;
  margin-bottom: 1.4rem;
}

.jobs-board-copy h2 {
  margin: 0;
}

.jobs-summary-copy p.section-kicker,
.jobs-panel-head p.section-kicker,
.jobs-board-copy p.section-kicker {
  color: var(--gold-bright);
}

.jobs-board-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.jobs-filter-field {
  display: grid;
  gap: 0.5rem;
}

.jobs-filter-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.jobs-search-input,
.jobs-filter-select {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  background: rgba(11, 8, 6, 0.88);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.jobs-search-input::placeholder {
  color: rgba(247, 240, 230, 0.42);
}

.jobs-search-input:focus,
.jobs-filter-select:focus {
  outline: none;
  border-color: rgba(244, 207, 120, 0.42);
  box-shadow: 0 0 0 4px rgba(244, 207, 120, 0.1);
}

.jobs-search-input:disabled,
.jobs-filter-select:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.jobs-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.jobs-filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.jobs-filter-chip:hover,
.jobs-filter-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(244, 207, 120, 0.22);
  outline: none;
}

.jobs-filter-chip.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #140d06;
  box-shadow: 0 16px 28px rgba(186, 130, 40, 0.22);
}

.jobs-results-meta {
  margin: 0 0 1.35rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(247, 240, 230, 0.74);
}

.jobs-openings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.job-card {
  display: grid;
  gap: 1.6rem;
  border-color: rgba(244, 207, 120, 0.16);
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    linear-gradient(145deg, rgba(24, 18, 12, 0.98), rgba(14, 11, 8, 0.98));
  box-shadow:
    0 26px 56px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.job-card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.job-status-badge,
.job-category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.72rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.job-status-badge {
  border: 1px solid rgba(107, 214, 150, 0.34);
  background: rgba(58, 129, 86, 0.28);
  color: #d9ffe5;
}

.job-category-badge {
  border: 1px solid rgba(244, 207, 120, 0.26);
  background: rgba(244, 207, 120, 0.14);
  color: var(--gold-pale);
}

.job-card h3 {
  margin: 0;
  color: #fff3d5;
  font-size: clamp(1.85rem, 2.4vw, 2.3rem);
  line-height: 0.98;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
}

.job-card-summary {
  margin: 0;
  max-width: 48rem;
  color: rgba(250, 240, 220, 0.82);
  font-size: 1.02rem;
  line-height: 1.8;
}

.job-card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem 1.8rem;
  margin: 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid rgba(244, 207, 120, 0.12);
}

.job-card-fact {
  display: grid;
  gap: 0.25rem;
  min-width: min(15rem, 100%);
}

.job-card-fact dt {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  color: rgba(255, 222, 153, 0.92);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.job-card-fact dd {
  margin: 0;
  color: rgba(250, 240, 225, 0.92);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.45;
}

.job-card-fact i {
  color: var(--gold-bright);
}

.job-card-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 1.8rem;
  padding-top: 0.45rem;
}

.job-card-detail {
  display: grid;
  gap: 0.7rem;
}

.job-card-detail h4 {
  margin: 0;
  color: var(--gold-bright);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.job-card-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-card-list li {
  position: relative;
  padding-left: 1.05rem;
  color: rgba(250, 240, 225, 0.9);
  font-size: 0.98rem;
  line-height: 1.62;
}

.job-card-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
}

.job-card-extra {
  margin: 0;
  padding-top: 0.5rem;
  color: rgba(250, 240, 225, 0.84);
  font-size: 0.96rem;
  line-height: 1.76;
}

.job-card-extra strong {
  color: var(--gold-bright);
}

.job-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(244, 207, 120, 0.16);
}

.job-card-compensation {
  display: grid;
  gap: 0.28rem;
}

.job-card-compensation span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.job-card-compensation strong {
  font-size: 1.18rem;
  line-height: 1.2;
  color: var(--text);
}

.jobs-empty-state {
  display: grid;
  gap: 1rem;
  padding: clamp(1.45rem, 3vw, 2.2rem);
  border: 1px dashed rgba(244, 207, 120, 0.24);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.14), transparent 32%),
    rgba(11, 8, 6, 0.74);
}

.jobs-openings-grid .jobs-empty-state,
.jobs-openings-grid .jobs-no-results {
  grid-column: 1 / -1;
}

.jobs-empty-copy {
  display: grid;
  gap: 0.6rem;
}

.jobs-empty-state h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
}

.jobs-empty-note {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: rgba(247, 240, 230, 0.62);
}

.jobs-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

@media (max-width: 980px) {
  .legal-grid,
  .jobs-summary-grid,
  .jobs-intake-layout,
  .jobs-openings-grid {
    grid-template-columns: 1fr;
  }

  .job-card-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .jobs-summary-shell,
  .jobs-apply-panel,
  .jobs-requirements-panel,
  .jobs-board-shell {
    padding: 1.2rem;
    border-radius: 26px;
  }

  .jobs-apply-modal-form-wrap,
  .jobs-apply-modal-head {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .jobs-board-toolbar {
    grid-template-columns: 1fr;
  }

  .job-card-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .job-card-footer .button {
    width: 100%;
  }

  .jobs-form-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem;
  }

  .jobs-form-actions .button {
    min-height: 54px;
    padding: 0.82rem 0.88rem;
    border-radius: 20px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .jobs-empty-actions {
    flex-direction: column;
  }

  .jobs-empty-actions .button {
    width: 100%;
  }

  body.has-cookie-banner .site-shell {
    padding-bottom: 13.5rem;
  }

  .cookie-banner {
    left: 1rem;
    right: 1rem;
    bottom: 5.3rem;
    width: auto;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .cookie-banner-actions {
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
  }

  .cookie-banner-actions .button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .jobs-form-actions {
    grid-template-columns: 1fr;
  }
}

body[data-page="musica"] {
  --music-disc-rotation: 0deg;
  --music-sleeve-shift: 0px;
  --music-scroll-progress: 0;
}

.music-player-shell {
  position: relative;
  --music-disc-rotation: 0deg;
  --music-sleeve-shift: 0px;
  width: min(1780px, 100%);
}

.music-player-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(1.1rem, 2.4vw, 2rem);
  align-items: start;
}

.music-vinyl-column {
  position: relative;
}

.music-vinyl-sticky {
  position: sticky;
  top: clamp(5.8rem, 9vw, 7.1rem);
}

.music-vinyl-stage.audio-player-cover {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: clamp(500px, 66vw, 680px);
  padding: 1.4rem;
  background-image:
    linear-gradient(180deg, rgba(7, 6, 5, 0.14), rgba(7, 6, 5, 0.9)),
    linear-gradient(135deg, rgba(186, 130, 40, 0.14), transparent 50%, rgba(186, 130, 40, 0.05)),
    url("images/portadas-musicales/web/bendiciones.webp");
  background-position:
    center,
    center,
    center 1.9rem;
  background-size:
    auto,
    auto,
    86% auto;
  background-repeat: no-repeat;
  isolation: isolate;
}

.music-vinyl-aura {
  position: absolute;
  inset: auto 12% 16%;
  height: 22%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 207, 120, 0.34), transparent 72%);
  filter: blur(22px);
  opacity: calc(0.7 + (var(--music-scroll-progress) * 0.3));
  pointer-events: none;
}

.music-vinyl-disc {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: clamp(250px, 31vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.12) 0%, transparent 28%),
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.14), transparent 24%),
    rgba(14, 11, 8, 0.92);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow:
    0 32px 58px rgba(0, 0, 0, 0.42),
    inset 0 0 0 16px rgba(10, 8, 6, 0.9),
    inset 0 0 0 17px rgba(255, 255, 255, 0.04),
    inset 0 0 0 34px rgba(13, 10, 7, 0.78);
  transform: translate3d(-50%, -54%, 0) rotate(var(--music-disc-rotation));
  transform-origin: center;
  transition: box-shadow 180ms ease, filter 180ms ease;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(-50%, -54%, 0) rotate(var(--music-disc-rotation));
  pointer-events: none;
}

.music-vinyl-disc::before,
.music-vinyl-disc::after {
  content: "";
  position: absolute;
  inset: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.music-vinyl-disc::before {
  width: 26%;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(186, 130, 40, 0.92), rgba(74, 49, 14, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(255, 240, 199, 0.2),
    0 0 0 10px rgba(11, 8, 6, 0.38);
}

.music-vinyl-disc::after {
  width: 4.8%;
  aspect-ratio: 1;
  background: rgba(8, 6, 4, 0.96);
  box-shadow: 0 0 0 1px rgba(255, 240, 199, 0.08);
}

.music-vinyl-disc.is-playing {
  filter: saturate(1.05) brightness(1.02);
  box-shadow:
    0 38px 72px rgba(0, 0, 0, 0.46),
    inset 0 0 0 16px rgba(10, 8, 6, 0.9),
    inset 0 0 0 17px rgba(255, 255, 255, 0.05),
    inset 0 0 0 34px rgba(13, 10, 7, 0.78);
}

.music-current-sleeve {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  align-items: center;
  width: min(280px, calc(100% - 2.4rem));
  padding: 0.95rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(11, 8, 6, 0.76);
  backdrop-filter: blur(12px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.32);
  transform: translateY(var(--music-sleeve-shift));
  transition: transform 140ms linear;
}

.music-current-sleeve-copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.music-current-sleeve-kicker {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.music-current-sleeve-copy strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.38rem;
  line-height: 1.02;
  text-wrap: balance;
}

.music-player-flow {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.music-playlist-head,
.audio-playlist.music-track-grid {
  grid-column: 1 / -1;
}

.music-player-panel.audio-player-panel {
  padding: clamp(1.35rem, 2.6vw, 1.8rem);
}

.music-player-panel .audio-player-title {
  max-width: 11ch;
}

.music-player-panel .audio-player-copy {
  max-width: 38rem;
}

.music-playlist-head {
  display: grid;
  gap: 0.55rem;
  width: 100%;
  max-width: none;
  padding-top: 0.35rem;
}

.music-playlist-head h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 0.96;
  color: var(--text);
}

.music-playlist-head p:last-child {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.audio-playlist.music-track-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  max-height: none;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.audio-playlist.music-track-grid::before {
  display: none;
}

.audio-track-art {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03) center / cover no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(0, 0, 0, 0.26);
}

.audio-track-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.04), rgba(7, 6, 5, 0.42)),
    linear-gradient(145deg, rgba(244, 207, 120, 0.08), transparent 48%);
}

.audio-track-content {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
}

.audio-track-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.audio-track-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  min-height: 2.1rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(244, 207, 120, 0.12);
  color: var(--gold-pale);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.music-track-grid .audio-track-card {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
  gap: 1.15rem;
  align-items: stretch;
  padding: 1.18rem 1.25rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent),
    rgba(12, 9, 7, 0.9);
}

.music-track-grid .audio-track-art {
  min-height: 196px;
}

.music-track-grid .audio-track {
  gap: 0.42rem;
}

.music-track-grid .audio-track-title {
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  line-height: 0.98;
}

.music-track-grid .audio-track-meta {
  line-height: 1.66;
}

.music-track-grid .audio-track-actions {
  margin-top: auto;
}

.music-track-grid .audio-track-card:hover,
.music-track-grid .audio-track-card:focus-within,
.music-track-grid .audio-track-card.is-active {
  transform: translateX(8px);
  border-color: rgba(244, 207, 120, 0.34);
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent),
    rgba(15, 11, 8, 0.96);
  box-shadow:
    0 24px 46px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(244, 207, 120, 0.08);
}

.music-track-grid .audio-track-card.is-active .audio-track-art {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 22px 40px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(244, 207, 120, 0.08);
}

.player-modal-playlist .audio-track-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
}

.player-modal-playlist .audio-track-art {
  min-height: 88px;
  border-radius: 18px;
}

.player-modal-playlist .audio-track-content {
  gap: 0.65rem;
}

.player-modal-playlist .audio-track-topline {
  gap: 0.5rem;
}

.player-modal-playlist .audio-track-number {
  min-width: 2rem;
  min-height: 1.8rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .music-player-layout {
    grid-template-columns: 1fr;
  }

  .music-vinyl-sticky {
    position: relative;
    top: auto;
  }

  .music-vinyl-stage.audio-player-cover {
    min-height: 520px;
    background-position:
      center,
      center,
      center 1.3rem;
    background-size:
      auto,
      auto,
      94% auto;
  }

  .music-vinyl-disc {
    width: clamp(240px, 56vw, 380px);
    transform: translate3d(-50%, -56%, 0) rotate(var(--music-disc-rotation));
    -webkit-transform: translate3d(-50%, -56%, 0) rotate(var(--music-disc-rotation));
  }

  .music-player-shell {
    width: 100%;
  }

  .music-player-panel .audio-player-title {
    max-width: none;
  }

  .audio-playlist.music-track-grid {
    grid-template-columns: 1fr;
    gap: 0.95rem;
    padding-top: 0.35rem;
  }

  .music-track-grid .audio-track-card {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 0 0 1rem;
    border: 0;
    border-bottom: 1px solid rgba(244, 207, 120, 0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .music-track-grid .audio-track-card:hover,
  .music-track-grid .audio-track-card:focus-within,
  .music-track-grid .audio-track-card.is-active {
    transform: none;
    border-color: rgba(244, 207, 120, 0.22);
    background: transparent;
    box-shadow: none;
  }

  .music-track-grid .audio-track-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .music-track-grid .audio-track-art {
    min-height: 132px;
    border-radius: 20px;
  }

  .music-track-grid .audio-track-content {
    gap: 0.7rem;
    align-content: center;
  }

  .music-track-grid .audio-track-title {
    font-size: clamp(1.45rem, 4.2vw, 1.95rem);
  }

  .music-track-grid .audio-track-meta {
    max-width: 28ch;
    line-height: 1.58;
  }

  .music-track-grid .audio-track-actions {
    margin-top: 0.15rem;
  }
}

@media (max-width: 640px) {
  .music-vinyl-stage.audio-player-cover {
    min-height: 430px;
    padding: 1rem;
    background-position:
      center,
      center,
      center 0.85rem;
    background-size:
      auto,
      auto,
      100% auto;
  }

  .music-vinyl-disc {
    width: min(72vw, 290px);
    transform: translate3d(-50%, -58%, 0) rotate(var(--music-disc-rotation));
    -webkit-transform: translate3d(-50%, -58%, 0) rotate(var(--music-disc-rotation));
  }

  .music-current-sleeve {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
    transform: none;
  }

  .music-playlist-head h3 {
    font-size: clamp(1.9rem, 8vw, 2.55rem);
  }

  .audio-playlist.music-track-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
    padding-top: 0.15rem;
  }

  .music-track-grid .audio-track-card {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    padding: 0 0 1rem;
    border-radius: 0;
  }

  .player-modal-playlist .audio-track-card {
    grid-template-columns: 1fr;
    padding: 1.05rem 1rem;
  }

  .music-track-grid .audio-track-art {
    min-height: 104px;
    border-radius: 18px;
  }

  .player-modal-playlist .audio-track-art {
    min-height: 168px;
  }

  .music-track-grid .audio-track-content {
    gap: 0.62rem;
  }

  .music-track-grid .audio-track {
    gap: 0.38rem;
  }

  .music-track-grid .audio-track-topline {
    gap: 0.45rem;
  }

  .music-track-grid .audio-track-number {
    min-width: 2.05rem;
    min-height: 1.85rem;
    padding: 0.25rem 0.48rem;
    font-size: 0.9rem;
  }

  .music-track-grid .audio-track-kicker {
    font-size: 0.6rem;
    letter-spacing: 0.14em;
  }

  .music-track-grid .audio-track-title {
    font-size: clamp(1.45rem, 6.6vw, 1.85rem);
    line-height: 0.98;
  }

  .music-track-grid .audio-track-meta {
    max-width: none;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .music-track-grid .audio-track-actions .track-platform-links.is-compact {
    gap: 0.45rem;
  }

  .music-track-grid .audio-track-actions .track-platform-link.is-compact {
    min-width: 42px;
    min-height: 42px;
  }
}

@media (max-width: 760px) {
  .audio-playlist.music-track-grid {
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
    padding-inline: clamp(1rem, 4vw, 1.35rem);
    gap: 0;
    overflow-x: clip;
    scrollbar-gutter: auto;
  }

  .music-track-grid .audio-track-card {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    padding: 0.95rem 0;
    border: 0;
    border-bottom: 1px solid rgba(244, 207, 120, 0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .music-track-grid .audio-track-card:last-child {
    border-bottom: 0;
  }

  .music-track-grid .audio-track-art {
    min-height: 88px;
    border-radius: 16px;
  }

  .music-track-grid .audio-track-content {
    gap: 0.55rem;
  }

  .music-track-grid .audio-track-topline {
    gap: 0.42rem;
  }

  .music-track-grid .audio-track-kicker {
    font-size: 0.58rem;
    letter-spacing: 0.13em;
  }

  .music-track-grid .audio-track-title {
    font-size: clamp(1.22rem, 6.2vw, 1.68rem);
    line-height: 0.98;
  }

  .music-track-grid .audio-track-meta {
    font-size: 0.92rem;
    line-height: 1.46;
  }

  .music-track-grid .audio-track-actions {
    margin-top: 0.05rem;
  }

  .music-track-grid .audio-track-actions .track-platform-links.is-compact {
    gap: 0.4rem;
    justify-content: flex-start;
  }

  .music-track-grid .audio-track-actions .track-platform-link.is-compact {
    min-width: 40px;
    min-height: 40px;
  }

  .player-modal-playlist {
    max-height: min(64vh, 520px);
    padding: 0.2rem 0 0;
    border-radius: 0;
    background: transparent;
    scrollbar-gutter: auto;
  }

  .player-modal-playlist.audio-playlist {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .player-modal-playlist .audio-track-card {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 0.82rem;
    padding: 0.92rem 0;
    border: 0;
    border-bottom: 1px solid rgba(244, 207, 120, 0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .player-modal-playlist .audio-track-card:last-child {
    border-bottom: 0;
  }

  .player-modal-playlist .audio-track-art {
    min-height: 84px;
    border-radius: 16px;
  }

  .player-modal-playlist .audio-track-title {
    font-size: 1.12rem;
  }

  .player-modal-playlist .audio-track-meta {
    font-size: 0.88rem;
    line-height: 1.42;
  }
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-grid {
  --internal-hero-shift: 0px;
  --internal-hero-progress: 0.5;
  position: relative;
  z-index: 2;
  isolation: isolate;
  width: 100vw;
  max-width: none;
  min-height: clamp(560px, 78vh, 760px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 1rem;
  padding: clamp(1.2rem, 2.8vw, 2rem) clamp(1.4rem, 3.6vw, 3rem);
  overflow: hidden;
  border-top: 1px solid rgba(244, 207, 120, 0.14);
  border-bottom: 1px solid rgba(244, 207, 120, 0.14);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.16) 0%, rgba(7, 6, 5, 0.24) 44%, rgba(7, 6, 5, 0.76) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.8) 0%, rgba(7, 6, 5, 0.46) 30%, rgba(7, 6, 5, 0.1) 60%, rgba(7, 6, 5, 0.28) 100%),
    radial-gradient(circle at 14% 24%, rgba(244, 207, 120, 0.1), transparent 24%),
    linear-gradient(122deg, rgba(255, 255, 255, 0.04), transparent 30%, rgba(255, 255, 255, 0.02) 54%, transparent 72%),
    var(--internal-hero-image) var(--internal-hero-position) / cover no-repeat;
  box-shadow: var(--shadow-strong);
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-grid::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(244, 207, 120, 0.24), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(255, 124, 54, 0.14), transparent 20%),
    linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.1) 49%, transparent 58%);
  opacity: 0.82;
  filter: blur(28px);
  mix-blend-mode: screen;
  transform: translate3d(0, calc(var(--internal-hero-shift) * -0.45), 0) scale(1);
  animation: internalHeroAuraDrift 18s ease-in-out infinite alternate;
  pointer-events: none;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-grid::after {
  content: "";
  position: absolute;
  inset: 0.95rem 1.25rem;
  z-index: 1;
  border: 1px solid rgba(244, 207, 120, 0.07);
  border-radius: 30px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    inset 0 0 42px rgba(244, 207, 120, 0.02);
  animation: internalHeroFrameGlow 9s ease-in-out infinite;
  pointer-events: none;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.85rem;
  max-width: min(100%, var(--internal-hero-copy-max));
  padding: clamp(1.05rem, 2vw, 1.55rem) clamp(1.05rem, 2.2vw, 1.55rem) clamp(1.2rem, 2.2vw, 1.75rem);
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent),
    linear-gradient(135deg, rgba(18, 15, 11, 0.78), rgba(10, 8, 6, 0.52));
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transform: translate3d(0, calc(var(--internal-hero-shift) * -0.18), 0);
  transition: transform 180ms linear;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy::before {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 240, 199, 0.96), rgba(186, 130, 40, 0.14));
  box-shadow: 0 0 24px rgba(244, 207, 120, 0.32);
  animation: internalHeroAccentPulse 4.6s ease-in-out infinite;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy::after {
  content: "";
  position: absolute;
  right: -2.5rem;
  bottom: -2.6rem;
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(244, 207, 120, 0.14), transparent 68%);
  opacity: 0.72;
  pointer-events: none;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy > * {
  position: relative;
  z-index: 1;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy > * {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(6px);
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy.is-visible > * {
  animation: internalHeroCopyRise 760ms cubic-bezier(0.18, 0.9, 0.2, 1) forwards;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy.is-visible > :nth-child(1) {
  animation-delay: 70ms;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy.is-visible > :nth-child(2) {
  animation-delay: 150ms;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy.is-visible > :nth-child(3) {
  animation-delay: 230ms;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy.is-visible > :nth-child(4) {
  animation-delay: 310ms;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy.is-visible > :nth-child(5) {
  animation-delay: 390ms;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-title {
  margin: 0;
  max-width: var(--internal-hero-title-max);
  font-size: clamp(3rem, 6.2vw, 5.8rem);
  line-height: 0.9;
  text-wrap: balance;
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.4);
}

body[data-page]:not([data-page="inicio"]) .page-hero .lead {
  max-width: var(--internal-hero-lead-max);
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.68;
  color: rgba(247, 240, 230, 0.88);
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
}

body[data-page]:not([data-page="inicio"]) .page-hero .section-kicker {
  margin-bottom: 0.15rem;
}

body[data-page]:not([data-page="inicio"]) .page-hero .hero-actions {
  margin-top: 1.15rem;
}

body[data-page]:not([data-page="inicio"]) .page-hero .platform-link-strip {
  max-width: min(100%, 40rem);
  margin-top: 0.2rem;
}

body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-visual {
  display: none;
}

body[data-page="contactanos"] .page-hero .page-hero-grid {
  min-height: clamp(540px, 74vh, 720px);
  align-items: end;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.08) 0%, rgba(7, 6, 5, 0.2) 42%, rgba(7, 6, 5, 0.78) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.82) 0%, rgba(7, 6, 5, 0.52) 26%, rgba(7, 6, 5, 0.14) 58%, rgba(7, 6, 5, 0.34) 100%),
    radial-gradient(circle at 78% 20%, rgba(244, 207, 120, 0.14), transparent 24%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 34%, rgba(255, 255, 255, 0.02) 54%, transparent 72%),
    var(--internal-hero-image) var(--internal-hero-position) / cover no-repeat;
}

body[data-page="contactanos"] .page-hero .page-hero-grid::after {
  inset: 1rem 1.2rem;
  border-color: rgba(244, 207, 120, 0.08);
}

body[data-page="contactanos"] .page-hero .page-hero-copy {
  gap: 0.75rem;
  padding-bottom: 0.25rem;
}

body[data-page="contactanos"] .page-hero .page-title {
  font-size: clamp(3.4rem, 6.4vw, 6.2rem);
  line-height: 0.88;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.44);
}

body[data-page="contactanos"] .page-hero .lead {
  font-size: 1.02rem;
  line-height: 1.66;
  color: rgba(247, 240, 230, 0.92);
}

body[data-page="contactanos"] .page-hero .hero-actions {
  margin-top: 0.9rem;
}

body[data-page="eventos"] .page-hero .page-hero-grid {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.12) 0%, rgba(7, 6, 5, 0.22) 42%, rgba(7, 6, 5, 0.74) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.82) 0%, rgba(7, 6, 5, 0.42) 26%, rgba(7, 6, 5, 0.08) 60%, rgba(7, 6, 5, 0.26) 100%),
    linear-gradient(112deg, rgba(255, 247, 220, 0.12) 8%, transparent 18%, transparent 34%, rgba(255, 203, 111, 0.08) 40%, transparent 48%),
    radial-gradient(circle at 78% 18%, rgba(244, 207, 120, 0.14), transparent 24%),
    var(--internal-hero-image) var(--internal-hero-position) / cover no-repeat;
}

body[data-page="eventos"] .page-hero .page-hero-grid::before {
  background:
    linear-gradient(108deg, transparent 18%, rgba(255, 236, 188, 0.16) 38%, transparent 56%),
    linear-gradient(124deg, transparent 26%, rgba(255, 176, 84, 0.1) 44%, transparent 60%),
    radial-gradient(circle at 78% 18%, rgba(244, 207, 120, 0.22), transparent 24%);
  filter: blur(16px);
  opacity: 0.94;
}

body[data-page="eventos"] .page-hero .page-hero-copy {
  border-radius: 34px 24px 30px 24px;
}

body[data-page="musica"] .page-hero .page-hero-grid {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.18) 0%, rgba(7, 6, 5, 0.2) 44%, rgba(7, 6, 5, 0.78) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.8) 0%, rgba(7, 6, 5, 0.44) 30%, rgba(7, 6, 5, 0.1) 60%, rgba(7, 6, 5, 0.3) 100%),
    radial-gradient(circle at 82% 24%, rgba(244, 207, 120, 0.18), transparent 18%),
    linear-gradient(122deg, rgba(255, 255, 255, 0.04), transparent 34%, rgba(255, 255, 255, 0.02) 56%, transparent 72%),
    var(--internal-hero-image) var(--internal-hero-position) / cover no-repeat;
}

body[data-page="musica"] .page-hero .page-hero-grid::before {
  background:
    repeating-radial-gradient(circle at 82% 24%, rgba(255, 241, 204, 0.08) 0 1px, transparent 1px 16px),
    radial-gradient(circle at 82% 24%, rgba(244, 207, 120, 0.2) 0 7%, transparent 8% 100%),
    radial-gradient(circle at 18% 20%, rgba(255, 123, 53, 0.14), transparent 24%);
  filter: blur(20px);
  opacity: 0.9;
  animation: musicHeroPulse 9s ease-in-out infinite;
}

body[data-page="musica"] .page-hero .page-hero-copy {
  border-radius: 34px;
}

body[data-page="musica"] .page-hero .page-hero-copy::after {
  right: -1.4rem;
  bottom: -1.4rem;
  width: 8.5rem;
  height: 8.5rem;
  background:
    radial-gradient(circle, rgba(244, 207, 120, 0.14) 0 24%, transparent 24% 32%, rgba(255, 255, 255, 0.08) 32% 33%, transparent 33% 48%, rgba(255, 255, 255, 0.06) 48% 49%, transparent 49% 100%);
  animation: musicHeroOrbSpin 14s linear infinite;
}

body[data-page="videos"] .page-hero .page-hero-grid {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.14) 0%, rgba(7, 6, 5, 0.22) 42%, rgba(7, 6, 5, 0.76) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.82) 0%, rgba(7, 6, 5, 0.44) 28%, rgba(7, 6, 5, 0.1) 58%, rgba(7, 6, 5, 0.28) 100%),
    radial-gradient(circle at 86% 16%, rgba(255, 124, 54, 0.14), transparent 20%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.05), transparent 36%, rgba(255, 255, 255, 0.02) 56%, transparent 72%),
    var(--internal-hero-image) var(--internal-hero-position) / cover no-repeat;
}

body[data-page="videos"] .page-hero .page-hero-grid::before {
  background:
    linear-gradient(116deg, transparent 24%, rgba(255, 250, 232, 0.2) 44%, rgba(255, 185, 94, 0.12) 48%, transparent 58%),
    radial-gradient(circle at 84% 18%, rgba(255, 124, 54, 0.18), transparent 20%);
  filter: blur(12px);
  opacity: 0.94;
  animation: videoHeroSweep 12s cubic-bezier(0.28, 0.1, 0.22, 1) infinite;
}

body[data-page="videos"] .page-hero .page-hero-copy {
  border-radius: 20px 32px 20px 32px;
}

body[data-page="galeria"] .page-hero .page-hero-grid {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.16) 0%, rgba(7, 6, 5, 0.24) 44%, rgba(7, 6, 5, 0.78) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.8) 0%, rgba(7, 6, 5, 0.42) 28%, rgba(7, 6, 5, 0.08) 62%, rgba(7, 6, 5, 0.28) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 11.5%),
    radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.1), transparent 16%),
    var(--internal-hero-image) var(--internal-hero-position) / cover no-repeat;
}

body[data-page="galeria"] .page-hero .page-hero-grid::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 12%, rgba(255, 255, 255, 0.05) 12% 12.4%, transparent 12.4% 24%),
    repeating-linear-gradient(0deg, transparent 0 22%, rgba(255, 255, 255, 0.04) 22% 22.4%, transparent 22.4% 44%),
    radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.14), transparent 18%);
  filter: blur(18px);
  opacity: 0.78;
  animation: galleryHeroFlash 8s ease-in-out infinite;
}

body[data-page="galeria"] .page-hero .page-hero-copy {
  border-radius: 30px 30px 30px 12px;
}

body[data-page="blog"] .page-hero .page-hero-grid {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.16) 0%, rgba(7, 6, 5, 0.24) 44%, rgba(7, 6, 5, 0.8) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.84) 0%, rgba(7, 6, 5, 0.5) 28%, rgba(7, 6, 5, 0.12) 58%, rgba(7, 6, 5, 0.26) 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 42px),
    linear-gradient(118deg, rgba(151, 26, 34, 0.16), transparent 24%, transparent 74%, rgba(244, 207, 120, 0.06)),
    var(--internal-hero-image) var(--internal-hero-position) / cover no-repeat;
}

body[data-page="blog"] .page-hero .page-hero-grid::before {
  background:
    linear-gradient(90deg, rgba(151, 26, 34, 0.24), transparent 34%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 36px),
    radial-gradient(circle at 86% 18%, rgba(244, 207, 120, 0.14), transparent 18%);
  filter: blur(12px);
  opacity: 0.86;
}

body[data-page="blog"] .page-hero .page-hero-copy {
  border-radius: 18px 30px 24px 30px;
}

body[data-page="blog"] .page-hero .page-hero-copy::before {
  width: 5px;
  background: linear-gradient(180deg, rgba(255, 240, 199, 0.96), rgba(142, 28, 37, 0.32));
}

body[data-page="nosotros"] .page-hero .page-hero-grid {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.14) 0%, rgba(7, 6, 5, 0.2) 42%, rgba(7, 6, 5, 0.76) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.82) 0%, rgba(7, 6, 5, 0.46) 28%, rgba(7, 6, 5, 0.1) 58%, rgba(7, 6, 5, 0.28) 100%),
    radial-gradient(circle at 20% 18%, rgba(244, 207, 120, 0.14), transparent 22%),
    radial-gradient(circle at 84% 16%, rgba(255, 124, 54, 0.1), transparent 18%),
    var(--internal-hero-image) var(--internal-hero-position) / cover no-repeat;
}

body[data-page="nosotros"] .page-hero .page-hero-grid::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(244, 207, 120, 0.22), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(255, 124, 54, 0.12), transparent 18%),
    radial-gradient(circle at 82% 78%, rgba(255, 255, 255, 0.05), transparent 16%);
  filter: blur(22px);
  opacity: 0.88;
}

body[data-page="nosotros"] .page-hero .page-hero-copy {
  border-radius: 38px;
}

body[data-page="contactanos"] .page-hero .page-hero-grid::before {
  background:
    repeating-radial-gradient(circle at 84% 22%, rgba(244, 207, 120, 0.12) 0 2px, transparent 2px 18px),
    radial-gradient(circle at 84% 22%, rgba(244, 207, 120, 0.18), transparent 28%),
    linear-gradient(118deg, transparent 24%, rgba(255, 242, 212, 0.12) 48%, transparent 58%);
  filter: blur(18px);
  opacity: 0.9;
  animation: contactHeroPing 8s ease-in-out infinite;
}

body[data-page="contactanos"] .page-hero .page-hero-copy {
  border-radius: 32px 24px 32px 24px;
}

body[data-page="bolsa-de-trabajo"] .page-hero .page-hero-grid {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.16) 0%, rgba(7, 6, 5, 0.24) 44%, rgba(7, 6, 5, 0.78) 100%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.82) 0%, rgba(7, 6, 5, 0.46) 28%, rgba(7, 6, 5, 0.1) 58%, rgba(7, 6, 5, 0.28) 100%),
    linear-gradient(rgba(244, 207, 120, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 207, 120, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 78% 20%, rgba(244, 207, 120, 0.14), transparent 22%),
    var(--internal-hero-image) var(--internal-hero-position) / cover no-repeat;
  background-size: auto, auto, 32px 32px, 32px 32px, auto, cover;
}

body[data-page="bolsa-de-trabajo"] .page-hero .page-hero-grid::before {
  background:
    linear-gradient(rgba(244, 207, 120, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 207, 120, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 78% 20%, rgba(244, 207, 120, 0.18), transparent 22%);
  background-size: 28px 28px, 28px 28px, auto;
  filter: blur(10px);
  opacity: 0.74;
  animation: jobsHeroGridShift 14s linear infinite;
}

body[data-page="bolsa-de-trabajo"] .page-hero .page-hero-copy {
  border-radius: 24px 34px 24px 34px;
}

body[data-page="aviso-de-privacidad"] .page-hero .page-hero-grid::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 36px),
    radial-gradient(circle at 84% 18%, rgba(244, 207, 120, 0.12), transparent 18%);
  filter: blur(14px);
  opacity: 0.72;
}

body[data-page="aviso-de-privacidad"] .page-hero .page-hero-copy {
  border-radius: 20px 30px;
}

@media (max-width: 980px) {
  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-grid {
    min-height: 620px;
    padding: 1.45rem 1rem;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy {
    max-width: min(100%, 32rem);
    padding: 1rem 1rem 1.25rem;
    border-radius: 26px;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .page-title {
    max-width: 10ch;
    font-size: clamp(2.85rem, 8vw, 4.5rem);
  }

  body[data-page="contactanos"] .contact-shell-refined {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  body[data-page="contactanos"] .choice-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-grid {
    min-height: 630px;
    padding: 1.15rem 0.75rem 1.35rem;
    background:
      linear-gradient(180deg, rgba(7, 6, 5, 0.05) 0%, rgba(7, 6, 5, 0.14) 24%, rgba(7, 6, 5, 0.56) 62%, rgba(7, 6, 5, 0.88) 100%),
      linear-gradient(110deg, rgba(7, 6, 5, 0.68) 0%, rgba(7, 6, 5, 0.24) 34%, rgba(7, 6, 5, 0.08) 62%, rgba(7, 6, 5, 0.22) 100%),
      radial-gradient(circle at 18% 20%, rgba(244, 207, 120, 0.14), transparent 24%),
      var(--internal-hero-image) var(--internal-hero-position-mobile) / cover no-repeat;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-grid::before {
    inset: -12%;
    filter: blur(24px);
    opacity: 0.88;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-grid::after {
    inset: 0.72rem;
    border-radius: 22px;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy {
    max-width: min(100%, 22rem);
    padding: 0.92rem 0.94rem 1.02rem;
    border-radius: 22px;
    gap: 0.75rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent),
      linear-gradient(135deg, rgba(18, 15, 11, 0.62), rgba(10, 8, 6, 0.32));
    box-shadow:
      0 18px 40px rgba(0, 0, 0, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(9px);
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy::before {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy::after {
    width: 7rem;
    height: 7rem;
    right: -1.9rem;
    bottom: -1.8rem;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .page-title {
    max-width: 11.2ch;
    font-size: clamp(2.18rem, 8.7vw, 3.35rem);
    line-height: 0.93;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .lead {
    max-width: 19.5rem;
    font-size: 0.91rem;
    line-height: 1.54;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.46rem;
    width: fit-content;
    margin-bottom: 0;
    padding: 0.38rem 0.66rem;
    border: 1px solid rgba(244, 207, 120, 0.14);
    border-radius: 999px;
    background: rgba(8, 7, 5, 0.38);
    font-size: 0.67rem;
    letter-spacing: 0.12em;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .hero-actions {
    display: grid;
    width: min(100%, 19.5rem);
    gap: 0.62rem;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .hero-actions .button {
    width: 100%;
    min-height: 52px;
  }

  body[data-page="contactanos"] .page-hero .page-hero-grid {
    min-height: 560px;
    background:
      linear-gradient(180deg, rgba(7, 6, 5, 0.08) 0%, rgba(7, 6, 5, 0.22) 34%, rgba(7, 6, 5, 0.86) 100%),
      linear-gradient(90deg, rgba(7, 6, 5, 0.86) 0%, rgba(7, 6, 5, 0.56) 34%, rgba(7, 6, 5, 0.2) 70%, rgba(7, 6, 5, 0.34) 100%),
      radial-gradient(circle at 74% 18%, rgba(244, 207, 120, 0.16), transparent 24%),
      linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 34%, rgba(255, 255, 255, 0.02) 54%, transparent 72%),
      var(--internal-hero-image) var(--internal-hero-position-mobile) / cover no-repeat;
  }

  body[data-page="contactanos"] .page-hero .page-hero-copy {
    width: min(100%, 22.5rem);
    max-width: min(100%, 22.5rem);
    padding: 1rem 1rem 1.2rem;
    gap: 0.78rem;
  }

  body[data-page="contactanos"] .page-hero .page-title {
    max-width: 8ch;
    font-size: clamp(2.65rem, 10vw, 4rem);
    line-height: 0.92;
  }

  body[data-page="contactanos"] .page-hero .lead {
    max-width: 20rem;
    font-size: 0.95rem;
    line-height: 1.58;
  }

  body[data-page="contactanos"] .contact-shell-refined {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  body[data-page="contactanos"] .contact-shell-refined > * {
    min-width: 0;
  }

  body[data-page="contactanos"] .contact-aside-panel,
  body[data-page="contactanos"] .contact-form {
    padding: 1.05rem;
    border-radius: 24px;
  }

  body[data-page="contactanos"] .contact-overview h2,
  body[data-page="contactanos"] .form-header h2 {
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 0.94;
  }

  body[data-page="contactanos"] .contact-overview p:not(.panel-kicker),
  body[data-page="contactanos"] .form-header p:not(.panel-kicker) {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  body[data-page="contactanos"] .contact-info-grid {
    gap: 0.85rem;
  }

  body[data-page="contactanos"] .contact-overview-compact p:last-child,
  body[data-page="contactanos"] .form-header p:last-child {
    max-width: none;
  }

  body[data-page="contactanos"] .contact-info-card {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1rem;
    border-radius: 20px;
  }

  body[data-page="contactanos"] .contact-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 1rem;
  }

  body[data-page="contactanos"] .contact-info-value {
    font-size: 1.02rem;
    overflow-wrap: anywhere;
  }

  body[data-page="contactanos"] .contact-info-note {
    font-size: 0.84rem;
    line-height: 1.5;
  }

  body[data-page="contactanos"] .choice-group,
  body[data-page="contactanos"] .scope-panel {
    padding: 0.92rem 0.94rem 0.96rem;
    border-radius: 20px;
  }

  body[data-page="contactanos"] .choice-options {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  body[data-page="contactanos"] .choice-option-ui {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.9rem;
  }

  body[data-page="contactanos"] .choice-option-copy strong {
    font-size: 0.96rem;
  }

  body[data-page="contactanos"] .choice-option-copy span {
    font-size: 0.84rem;
    line-height: 1.42;
  }

  body[data-page="contactanos"] .form-header {
    gap: 0.6rem;
    padding-bottom: 0.95rem;
  }

  body[data-page="contactanos"] .contact-form label {
    font-size: 0.9rem;
  }

  body[data-page="contactanos"] .contact-form input,
  body[data-page="contactanos"] .contact-form select,
  body[data-page="contactanos"] .contact-form textarea {
    border-radius: 16px;
    padding: 0.92rem;
  }

  body[data-page="contactanos"] .contact-form textarea {
    min-height: 150px;
  }

  body[data-page="contactanos"] .button-full {
    min-height: 54px;
  }

  body[data-page="contactanos"] .form-note,
  body[data-page="contactanos"] .form-response {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  body[data-page="videos"] .page-hero .page-hero-grid {
    background:
      linear-gradient(180deg, rgba(7, 6, 5, 0.05) 0%, rgba(7, 6, 5, 0.18) 34%, rgba(7, 6, 5, 0.74) 100%),
      linear-gradient(90deg, rgba(7, 6, 5, 0.7) 0%, rgba(7, 6, 5, 0.28) 34%, rgba(7, 6, 5, 0.08) 64%, rgba(7, 6, 5, 0.2) 100%),
      radial-gradient(circle at 82% 16%, rgba(255, 124, 54, 0.12), transparent 18%),
      var(--internal-hero-image) var(--internal-hero-position-mobile) / cover no-repeat;
  }

  body[data-page="videos"] .page-hero .page-hero-copy {
    max-width: min(100%, 21.5rem);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
    transform: none;
  }

  body[data-page="videos"] .page-hero .page-hero-copy::before,
  body[data-page="videos"] .page-hero .page-hero-copy::after {
    display: none;
  }

  body[data-page="videos"] .page-hero .section-kicker {
    background: rgba(8, 7, 5, 0.22);
    border-color: rgba(244, 207, 120, 0.1);
  }

  body[data-page="videos"] .page-hero .page-title {
    max-width: 8.5ch;
    text-shadow: 0 18px 34px rgba(0, 0, 0, 0.46);
  }

  body[data-page="videos"] .page-hero .lead {
    max-width: 18.75rem;
    color: rgba(247, 240, 230, 0.94);
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
  }
}

@keyframes internalHeroAuraDrift {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
    opacity: 0.76;
  }
  50% {
    transform: translate3d(2%, 1%, 0) scale(1.04);
    opacity: 0.92;
  }
  100% {
    transform: translate3d(0.5%, 2.5%, 0) scale(1.02);
    opacity: 0.8;
  }
}

@keyframes internalHeroFrameGlow {
  0%,
  100% {
    border-color: rgba(244, 207, 120, 0.07);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.02),
      inset 0 0 42px rgba(244, 207, 120, 0.02);
  }
  50% {
    border-color: rgba(244, 207, 120, 0.14);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.03),
      inset 0 0 56px rgba(244, 207, 120, 0.05);
  }
}

@keyframes internalHeroAccentPulse {
  0%,
  100% {
    opacity: 0.84;
    transform: scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleY(0.92);
  }
}

@keyframes internalHeroCopyRise {
  0% {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes musicHeroPulse {
  0%,
  100% {
    opacity: 0.82;
    transform: translate3d(0, calc(var(--internal-hero-shift) * -0.4), 0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate3d(1.2%, calc(var(--internal-hero-shift) * -0.55), 0) scale(1.04);
  }
}

@keyframes musicHeroOrbSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes videoHeroSweep {
  0% {
    transform: translate3d(-8%, calc(var(--internal-hero-shift) * -0.3), 0) scale(0.98);
    opacity: 0.22;
  }
  18% {
    opacity: 0.88;
  }
  52% {
    transform: translate3d(9%, calc(var(--internal-hero-shift) * -0.45), 0) scale(1.03);
    opacity: 0.94;
  }
  100% {
    transform: translate3d(18%, calc(var(--internal-hero-shift) * -0.2), 0) scale(1);
    opacity: 0.2;
  }
}

@keyframes galleryHeroFlash {
  0%,
  100% {
    opacity: 0.64;
  }
  48% {
    opacity: 0.92;
  }
  52% {
    opacity: 0.72;
  }
}

@keyframes contactHeroPing {
  0%,
  100% {
    transform: translate3d(0, calc(var(--internal-hero-shift) * -0.4), 0) scale(1);
    opacity: 0.78;
  }
  50% {
    transform: translate3d(0, calc(var(--internal-hero-shift) * -0.55), 0) scale(1.06);
    opacity: 0.96;
  }
}

@keyframes jobsHeroGridShift {
  0% {
    transform: translate3d(0, calc(var(--internal-hero-shift) * -0.16), 0);
  }
  50% {
    transform: translate3d(0.9%, calc(var(--internal-hero-shift) * -0.26), 0);
  }
  100% {
    transform: translate3d(0, calc(var(--internal-hero-shift) * -0.16), 0);
  }
}

@media (max-width: 1180px) {
  body[data-page="blog"][data-blog-view="archive"] .page-hero .page-hero-grid {
    min-height: clamp(760px, 92vh, 980px);
  }

  .blog-hero-shell {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  }

  .blog-hero-masthead {
    grid-column: 1 / -1;
  }

  .blog-hero-masthead-title {
    max-width: 12ch;
  }

  .blog-hero-feature-content {
    grid-template-columns: 1fr;
  }

  .blog-hero-feature-footer {
    padding-left: 0;
    border-left: 0;
  }

  .blog-hero-masthead-pulse {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .blog-hero-pulse-item {
    grid-template-columns: 1fr;
    gap: 0.18rem;
  }

  .blog-hero-pulse-item span,
  .blog-hero-pulse-item p {
    grid-column: auto;
  }

  .blog-hero-pulse-item strong {
    grid-row: auto;
  }
}

@media (max-width: 980px) {
  body[data-page="blog"][data-blog-view="archive"] .page-hero .page-hero-grid {
    min-height: clamp(920px, 100vh, 1260px);
    align-items: stretch;
  }

  .blog-hero-shell {
    grid-template-columns: 1fr;
  }

  .blog-hero-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .blog-hero-feature-card {
    min-height: auto;
  }

  .blog-hero-masthead-title {
    max-width: 12ch;
    font-size: clamp(3rem, 7vw, 4.3rem);
  }

  .blog-hero-feature-title {
    max-width: 15ch;
    font-size: clamp(2.4rem, 6vw, 3.2rem);
  }

  .blog-hero-feature-media {
    aspect-ratio: 16 / 8.7;
  }

  .blog-hero-masthead-pulse {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .blog-hero-pulse-item {
    grid-template-columns: 1fr;
  }

  .blog-hero-pulse-item span,
  .blog-hero-pulse-item p {
    grid-column: auto;
  }

  .blog-hero-pulse-item strong {
    grid-row: auto;
  }

  .blog-archive-overview,
  .blog-post-shell,
  .blog-home-feature-shell,
  .blog-home-feed-head {
    grid-template-columns: 1fr;
  }

  .blog-archive-rail,
  .blog-archive-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-home-feature-media {
    min-height: 340px;
  }

  .blog-home-year-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-post-aside-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .blog-ad-slot.is-sidebar {
    min-height: 260px;
  }

  .blog-post-info-card {
    position: static;
  }
}

@media (max-width: 640px) {
  .blog-floating-share {
    right: 1rem;
    bottom: 1rem;
    left: auto;
  }

  body.has-global-player[data-page="blog"][data-blog-view="post"] .blog-floating-share {
    right: 1rem;
    bottom: calc(5.9rem + env(safe-area-inset-bottom));
  }

  .blog-floating-share-panel {
    width: min(18rem, calc(100vw - 2rem));
  }

  .blog-floating-share-trigger {
    padding: 0.78rem 0.92rem;
  }

  body[data-page="blog"][data-blog-view="archive"] .page-hero .page-hero-grid {
    min-height: clamp(1020px, 100vh, 1380px);
    padding: 1.15rem 1rem 1.3rem;
    align-items: stretch;
  }

  body[data-page="blog"][data-blog-view="archive"] .page-hero .page-hero-grid::after {
    inset: 0.8rem;
    border-radius: 26px;
  }

  .blog-hero-actions {
    display: grid;
  }

  .blog-hero-actions .button,
  .blog-hero-actions .button-secondary {
    width: 100%;
  }

  .blog-hero-shell {
    gap: 0.85rem;
  }

  .blog-hero-masthead,
  .blog-hero-card,
  .blog-hero-feature-content {
    padding: 1.08rem;
  }

  .blog-hero-card {
    border-radius: 24px;
  }

  .blog-hero-masthead-title {
    font-size: clamp(2.7rem, 11vw, 3.9rem);
    max-width: 12ch;
  }

  .blog-hero-masthead-pulse,
  .blog-hero-empty-grid,
  .blog-hero-sidebar {
    grid-template-columns: 1fr;
  }

  .blog-hero-feature-media {
    aspect-ratio: 16 / 10;
  }

  .blog-hero-feature-topline {
    justify-content: flex-start;
  }

  .blog-hero-feature-title {
    max-width: 14ch;
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .blog-hero-brief-item {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .blog-hero-brief-index {
    min-width: 0;
    justify-content: flex-start;
  }

  .blog-hero-card-actions {
    display: grid;
  }

  .blog-hero-card-actions .button,
  .blog-hero-card-actions .blog-hero-card-link {
    width: 100%;
  }

  .blog-archive-overview-copy,
  .blog-archive-stat,
  .blog-post-nav-link,
  .blog-archive-year-pill,
  .blog-archive-featured-card,
  .blog-home-feature-main,
  .blog-side-card {
    border-radius: 24px;
  }

  .blog-archive-overview-copy,
  .blog-entry-copy,
  .blog-archive-featured-card,
  .blog-home-feature-copy,
  .blog-side-card {
    padding: 1.1rem;
  }

  .blog-archive-actions {
    display: grid;
  }

  .blog-archive-actions .button-primary,
  .blog-archive-actions .button-secondary {
    width: 100%;
  }

  .blog-archive-grid,
  .blog-post-nav,
  .blog-archive-featured-grid,
  .blog-post-aside-stack {
    grid-template-columns: 1fr;
  }

  .blog-post-nav.is-single {
    max-width: 100%;
  }

  .blog-post-nav-media {
    min-height: 164px;
  }

  .blog-post-nav-link.is-newer,
  .blog-post-nav-link.is-older {
    grid-template-rows: minmax(0, 164px) auto;
  }

  .blog-post-nav-body,
  .blog-post-nav-link.is-older .blog-post-nav-body {
    padding: 1rem 1rem 1.08rem;
    justify-items: start;
    text-align: left;
  }

  .blog-post-nav-link .blog-post-nav-label,
  .blog-post-nav-link.is-older .blog-post-nav-label {
    top: 0.82rem;
    left: 0.82rem;
    right: auto;
  }

  .blog-archive-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-home-feature-media {
    min-height: 245px;
  }

  .blog-ad-slot.is-banner,
  .blog-ad-slot.is-related {
    min-height: 120px;
  }

  .blog-ad-slot.is-feed,
  .blog-ad-slot.is-inline,
  .blog-ad-slot.is-sidebar {
    min-height: 220px;
  }

  .blog-home-feature-topline {
    justify-content: flex-start;
  }

  .blog-home-feature-actions {
    display: grid;
  }

  .blog-home-feature-actions .button,
  .blog-home-feature-actions .button-secondary {
    width: 100%;
  }

  .blog-home-year-rail,
  .blog-home-feed-head {
    grid-template-columns: 1fr;
  }

  .blog-story-link {
    font-size: 0.94rem;
  }

  .blog-entry-card {
    grid-template-rows: minmax(210px, 230px) 1fr;
  }

  .blog-post-subhead {
    padding: 1.15rem 1.1rem 0;
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .blog-post-return-row {
    margin-bottom: 0.85rem;
  }

  .blog-breadcrumb-link-inline {
    padding: 0.64rem 0.9rem;
    font-size: 0.7rem;
  }

  .blog-post-entry-header {
    gap: 0.7rem;
    padding: 1.1rem 1.1rem 0.95rem;
  }

  .blog-post-entry-topline {
    justify-content: flex-start;
  }

  .blog-comments-header,
  .blog-comments-layout {
    grid-template-columns: 1fr;
  }

  .blog-comments-card {
    gap: 1.15rem;
    padding: 1.1rem;
  }

  .blog-comment-form,
  .blog-comment-item {
    padding: 0.95rem;
  }

  .blog-comments-head-copy h2 {
    font-size: clamp(1.7rem, 7vw, 2.25rem);
  }

  .blog-comments-average {
    font-size: clamp(2.15rem, 9vw, 2.7rem);
  }

  .blog-comment-actions .button {
    width: 100%;
  }

  .blog-comment-submit-note {
    width: 100%;
  }

  .blog-post-entry-title {
    font-size: clamp(1.85rem, 7.8vw, 2.7rem);
    line-height: 0.98;
    letter-spacing: -0.015em;
  }

  .blog-post-entry-lead {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .blog-post-body {
    padding: 1.05rem 1.1rem 1.25rem;
  }

  .blog-post-body p {
    font-size: 0.98rem;
  }

  .blog-post-body p.is-opening {
    font-size: 1.03rem;
  }

  .blog-post-section-heading {
    padding-left: 0.85rem;
    font-size: 1.02rem;
    letter-spacing: 0.12em;
  }

  .blog-post-quote {
    padding: 1rem 1rem 0.95rem 1.12rem;
  }

  .blog-post-quote::before {
    left: 0.72rem;
    top: 0.42rem;
    font-size: 2.5rem;
  }

  .blog-post-quote p {
    padding-left: 0.62rem;
    font-size: clamp(1.18rem, 5vw, 1.42rem);
  }

  .blog-post-quote cite {
    padding-left: 0.65rem;
  }

  .blog-post-list {
    gap: 0.7rem;
    padding-left: 1.1rem;
  }

  .blog-post-archive-note {
    margin: 1rem 1rem 0;
  }

  .blog-post-info-card {
    padding: 1.1rem;
  }

  body[data-page="blog"][data-blog-view="post"] .page-hero .page-title {
    max-width: 12.2ch;
  }
}

@media (max-width: 760px) {
  .video-stream-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.95rem;
    padding: 1rem;
    border-radius: 24px;
  }

  .video-stream-head-copy h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .video-stream-head-copy p:last-child,
  .video-stream-side p {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .video-stream-side {
    width: 100%;
    min-width: 0;
    padding: 0.95rem;
    border-radius: 20px;
  }

  .video-stream-highlights {
    gap: 0.45rem;
  }

  .video-stream-highlights span {
    font-size: 0.66rem;
    padding: 0.36rem 0.6rem;
  }

  .video-youtube-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .video-youtube-card,
  .video-youtube-card.is-featured {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .video-youtube-card::before {
    top: 0.8rem;
    left: 0.8rem;
    min-width: 38px;
    height: 38px;
    padding: 0 0.6rem;
    font-size: 0.92rem;
  }

  .video-youtube-thumb,
  .video-youtube-card.is-featured .video-youtube-thumb {
    min-height: 228px;
  }

  .video-platform-pill {
    top: 0.8rem;
    right: 0.8rem;
    max-width: calc(100% - 5.2rem);
    padding: 0.38rem 0.62rem;
    font-size: 0.66rem;
    white-space: nowrap;
  }

  .video-play-button,
  .video-youtube-card.is-featured .video-play-button {
    left: 0.8rem;
    bottom: 0.8rem;
    width: 56px;
    height: 56px;
  }

  .video-youtube-card.is-featured .video-play-button i,
  .video-play-button i {
    font-size: 0.96rem;
  }

  .video-youtube-copy,
  .video-youtube-card.is-featured .video-youtube-copy {
    gap: 0.62rem;
    padding: 1rem 1rem 1.12rem;
  }

  .video-youtube-copy h3,
  .video-youtube-card.is-featured .video-youtube-copy h3 {
    font-size: clamp(1.82rem, 7vw, 2.45rem);
    line-height: 0.95;
  }

  .video-youtube-title {
    font-size: 0.73rem;
    line-height: 1.38;
  }

  .video-youtube-link {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 420px) {
  .video-stream-head {
    padding: 0.92rem;
    border-radius: 22px;
  }

  .video-stream-head-copy h2 {
    font-size: clamp(1.75rem, 9vw, 2.45rem);
  }

  .video-youtube-thumb,
  .video-youtube-card.is-featured .video-youtube-thumb {
    min-height: 210px;
  }

  .video-youtube-copy,
  .video-youtube-card.is-featured .video-youtube-copy {
    padding: 0.95rem 0.92rem 1rem;
  }

  .video-youtube-copy h3,
  .video-youtube-card.is-featured .video-youtube-copy h3 {
    font-size: clamp(1.6rem, 8vw, 2.1rem);
  }
}

/* Home hero poster */
.page-hero-home {
  padding-top: 0;
}

.page-hero-home .page-hero-grid.hero-showcase-stage {
  position: relative;
  display: block;
  width: 100vw;
  max-width: none;
  height: 760px;
  min-height: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  gap: 0;
  text-align: left;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  border-radius: 0;
  background: #050403;
  box-shadow: none;
}

.page-hero-home .hero-showcase-stage::before,
.page-hero-home .hero-showcase-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.page-hero-home .hero-showcase-stage::before {
  inset: 0;
  background:
    radial-gradient(circle at 52% 20%, rgba(255, 185, 44, 0.18), transparent 19rem),
    radial-gradient(circle at 68% 31%, rgba(29, 120, 255, 0.13), transparent 20rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.75) 15rem, rgba(0, 0, 0, 0.28) 33rem, rgba(0, 0, 0, 0.08) 62%, rgba(0, 0, 0, 0.35) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.02) 42%, rgba(0, 0, 0, 0.72) 100%);
}

.page-hero-home .hero-showcase-stage::after {
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
}

.hero-showcase-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("images/musicos/musicos10.webp");
  background-position: center 43%;
  background-size: cover;
  filter: brightness(1.08) contrast(1.04) saturate(1.14);
  transform: translate3d(0, var(--parallax-shift, 0px), 0) scale(1.01);
  transform-origin: center;
}

.hero-showcase-wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, transparent 28rem),
    linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 42%);
}

.hero-showcase-wash::before,
.hero-showcase-wash::after {
  content: "";
  position: absolute;
  inset: -18%;
  pointer-events: none;
}

.hero-showcase-wash::before {
  background:
    radial-gradient(circle at 32% 16%, rgba(244, 207, 120, 0.24), transparent 14rem),
    radial-gradient(circle at 67% 24%, rgba(54, 134, 255, 0.2), transparent 16rem),
    radial-gradient(circle at 82% 18%, rgba(255, 154, 39, 0.18), transparent 13rem);
  mix-blend-mode: screen;
  opacity: 0.78;
  transform: translate3d(0, 0, 0);
  animation: heroLightDrift 10s ease-in-out infinite alternate;
}

.hero-showcase-wash::after {
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.035), transparent 0.18rem),
    radial-gradient(circle at 70% 62%, rgba(255, 255, 255, 0.025), transparent 0.16rem);
  background-size: auto, 7px 7px, 9px 9px;
  opacity: 0.24;
  mix-blend-mode: overlay;
  animation: heroFilmNoise 1.4s steps(2, end) infinite;
}

.hero-showcase-camera-flashes {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-showcase-camera-flashes::before {
  content: "";
  position: absolute;
  top: 13%;
  left: 20%;
  width: 62%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 240, 196, 0.38), transparent);
  opacity: 0;
  filter: blur(0.5px);
  transform: rotate(-2deg);
  animation: heroCameraStreak 9.5s ease-in-out infinite;
}

.hero-camera-flash {
  position: absolute;
  display: block;
  width: 8rem;
  height: 8rem;
  border-radius: 999px;
  opacity: 0;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 0.32rem, rgba(255, 232, 171, 0.76) 0.7rem, rgba(244, 207, 120, 0.3) 25%, rgba(244, 207, 120, 0.08) 48%, transparent 70%);
  filter: blur(0.2px);
  transform: translate3d(0, 0, 0) scale(0.6);
  animation: heroCameraFlash 8.4s steps(1, end) infinite;
}

.hero-camera-flash::before,
.hero-camera-flash::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 140%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 250, 224, 0.74), transparent);
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.hero-camera-flash::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0.72;
}

.hero-camera-flash-1 {
  top: 16%;
  left: 27%;
  animation-delay: -1.2s;
}

.hero-camera-flash-2 {
  top: 20%;
  right: 24%;
  width: 9.5rem;
  height: 9.5rem;
  animation-delay: -4.8s;
  animation-duration: 9.8s;
}

.hero-camera-flash-3 {
  top: 44%;
  right: 11%;
  width: 6.6rem;
  height: 6.6rem;
  animation-delay: -6.7s;
  animation-duration: 11.2s;
}

.hero-camera-flash-4 {
  bottom: 16%;
  left: 47%;
  width: 5.8rem;
  height: 5.8rem;
  animation-delay: -8.9s;
  animation-duration: 12.4s;
}

.hero-showcase-content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: min(100%, 36rem);
  min-height: 100%;
  padding: 58px 0 52px 32px;
  color: #fff8e6;
}

.hero-showcase-copy {
  display: grid;
  gap: 24px;
  max-width: 35rem;
}

.hero-showcase-title {
  display: grid;
  gap: 0;
  margin: 0;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 146px;
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  animation: heroPosterWiggle 4.8s ease-in-out infinite;
}

.hero-showcase-title-line {
  display: block;
  white-space: nowrap;
  text-shadow: 0 5px 14px rgba(0, 0, 0, 0.44);
}

.hero-showcase-title-line-outline {
  color: #fff7e9;
  -webkit-text-stroke: 0;
}

.hero-showcase-title-line-accent {
  color: var(--gold-bright);
  background:
    linear-gradient(112deg, transparent 0%, transparent 37%, rgba(255, 255, 255, 0.86) 48%, transparent 60%, transparent 100%),
    linear-gradient(180deg, #fff8c7 0%, #ffd86b 22%, #e5a629 62%, #f6c85d 100%);
  background-size: 260% 100%, 100% 100%;
  background-position: 180% 0, 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0;
  filter: drop-shadow(0 0 10px rgba(255, 212, 94, 0.24)) drop-shadow(0 10px 18px rgba(0, 0, 0, 0.38));
  animation: heroGoldSweep 7.2s ease-in-out infinite;
}

.hero-showcase-subtitle {
  display: grid;
  gap: 2px;
  margin: 0;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 78px;
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff7e6;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.42);
  animation: heroPosterWiggle 5.4s ease-in-out infinite reverse;
}

.hero-showcase-subtitle-accent {
  color: var(--gold-bright);
  background:
    linear-gradient(112deg, transparent 0%, transparent 37%, rgba(255, 255, 255, 0.78) 48%, transparent 60%, transparent 100%),
    linear-gradient(180deg, #fff2b5 0%, #ffd15f 24%, #e0a12a 64%, #f2c45b 100%);
  background-size: 260% 100%, 100% 100%;
  background-position: 180% 0, 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 8px rgba(255, 212, 94, 0.2)) drop-shadow(0 8px 15px rgba(0, 0, 0, 0.34));
  animation: heroGoldSweep 7.2s ease-in-out infinite 0.8s;
}

.hero-showcase-subtitle strong {
  font: inherit;
  color: #fff9ed;
}

.hero-showcase-footer {
  margin-top: 28px;
}

.hero-showcase-song-card {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  color: #fff8e8;
  text-transform: uppercase;
  animation: heroPosterWiggle 6s ease-in-out infinite;
}

.hero-showcase-song-title,
.hero-showcase-song-note {
  margin: 0;
  font-family: "Bebas Neue", "Impact", sans-serif;
  line-height: 0.95;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.78), 0 10px 20px rgba(0, 0, 0, 0.62);
}

.hero-showcase-song-title {
  font-size: 29px;
  color: #fff3c7;
}

.hero-showcase-song-note {
  font-size: 27px;
  color: #fff7ea;
}

.hero-showcase-marquee {
  position: absolute;
  right: -8rem;
  z-index: 3;
  width: min(74rem, 84vw);
  overflow: hidden;
  pointer-events: none;
  transform: rotate(-12deg);
  transform-origin: center;
  opacity: 0.62;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.hero-showcase-marquee-left {
  bottom: 5.1rem;
}

.hero-showcase-marquee-right {
  right: -11rem;
  bottom: 1.45rem;
  opacity: 0.47;
}

.hero-showcase-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0.75rem;
  animation: heroPosterMarquee 24s linear infinite;
  will-change: transform;
}

.hero-showcase-marquee-right .hero-showcase-marquee-track {
  animation-direction: reverse;
  animation-duration: 29s;
}

.hero-showcase-marquee span {
  flex: 0 0 auto;
  display: block;
  font-family: "Archivo Black", "Impact", sans-serif;
  font-size: 43px;
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.07);
  -webkit-text-stroke: 1.35px rgba(242, 245, 255, 0.72);
  text-shadow:
    0 2px 5px rgba(0, 0, 0, 0.78),
    0 0 13px rgba(126, 158, 235, 0.18);
}

.hero-showcase-hashtag-cloud {
  display: none;
}

@keyframes heroPosterWiggle {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  34% {
    transform: translate3d(1px, -1px, 0) rotate(-0.25deg);
  }

  68% {
    transform: translate3d(-1px, 1px, 0) rotate(0.2deg);
  }
}

@keyframes heroPosterMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes heroGoldSweep {
  0%, 58%, 100% {
    background-position: 180% 0, 0 0, 0 0;
  }

  76% {
    background-position: -40% 0, 0 0, 0 0;
  }
}

@keyframes heroLightDrift {
  0% {
    opacity: 0.58;
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }

  48% {
    opacity: 0.82;
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }

  100% {
    opacity: 0.68;
    transform: translate3d(3%, -0.5%, 0) scale(1.02);
  }
}

@keyframes heroFilmNoise {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-7px, 5px, 0);
  }
}

@keyframes heroCameraFlash {
  0%, 9%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.58);
  }

  10% {
    opacity: 0.96;
    transform: translate3d(0, 0, 0) scale(1);
  }

  11% {
    opacity: 0.18;
    transform: translate3d(0, 0, 0) scale(1.42);
  }

  12%, 42% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.7);
  }

  43% {
    opacity: 0.5;
    transform: translate3d(0, 0, 0) scale(0.9);
  }

  44% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.35);
  }
}

@keyframes heroCameraStreak {
  0%, 62%, 100% {
    opacity: 0;
    transform: translate3d(-2%, 0, 0) rotate(-2deg);
  }

  63% {
    opacity: 0.52;
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  65% {
    opacity: 0;
    transform: translate3d(3%, 0, 0) rotate(-2deg);
  }
}

@media (max-width: 1100px) {
  .page-hero-home .page-hero-grid.hero-showcase-stage {
    height: 700px;
  }

  .hero-showcase-content {
    width: min(100%, 32rem);
    padding: 48px 0 44px 26px;
  }

  .hero-showcase-title {
    font-size: 76px;
  }

  .hero-showcase-subtitle {
    font-size: 33px;
  }

  .hero-showcase-marquee {
    right: -12rem;
    width: min(66rem, 96vw);
  }

  .hero-showcase-marquee-right {
    right: -15rem;
  }

  .hero-showcase-marquee span {
    font-size: 35px;
  }
}

@media (max-width: 760px) {
  .page-hero-home .page-hero-grid.hero-showcase-stage {
    height: clamp(610px, 146vw, 700px);
    min-height: 0;
  }

  .page-hero-home .hero-showcase-stage::before {
    background:
      radial-gradient(circle at 72% 12%, rgba(255, 185, 44, 0.2), transparent 10rem),
      radial-gradient(circle at 28% 24%, rgba(244, 207, 120, 0.12), transparent 9rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.3) 34%, rgba(0, 0, 0, 0.5) 62%, rgba(0, 0, 0, 0.9) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.34) 74%, rgba(0, 0, 0, 0.5) 100%);
  }

  .hero-showcase-backdrop {
    background-position: 58% 46%;
    filter: brightness(1.12) contrast(1.04) saturate(1.12);
    transform: translate3d(0, var(--parallax-shift, 0px), 0) scale(1.01);
  }

  .hero-showcase-wash::before {
    opacity: 0.42;
  }

  .hero-showcase-camera-flashes {
    opacity: 0.72;
  }

  .hero-showcase-content {
    width: min(calc(100% - 1.5rem), 23rem);
    min-height: auto;
    padding: clamp(1.9rem, 8vw, 3rem) 0 0 clamp(1rem, 5vw, 1.45rem);
  }

  .hero-showcase-copy {
    gap: 18px;
  }

  .hero-showcase-title {
    font-size: clamp(3.05rem, 15vw, 4.35rem);
    line-height: 0.86;
    letter-spacing: 0.005em;
  }

  .hero-showcase-subtitle {
    gap: 0;
    font-size: clamp(2rem, 9.4vw, 2.85rem);
    line-height: 0.93;
  }

  .hero-showcase-song-title {
    font-size: clamp(1.35rem, 6.3vw, 1.8rem);
  }

  .hero-showcase-song-note {
    font-size: clamp(0.86rem, 4.4vw, 1.2rem);
  }

  .hero-showcase-footer {
    margin-top: 24px;
  }

  .hero-showcase-marquee {
    right: -19rem;
    width: 44rem;
    opacity: 0.54;
    mix-blend-mode: normal;
  }

  .hero-showcase-marquee-left {
    bottom: 4.1rem;
  }

  .hero-showcase-marquee-right {
    right: -21rem;
    bottom: 1.4rem;
    opacity: 0.4;
  }

  .hero-showcase-marquee span {
    font-size: clamp(1.45rem, 6.5vw, 1.85rem);
    -webkit-text-stroke-width: 1px;
  }
}

@media (max-width: 460px) {
  .page-hero-home .page-hero-grid.hero-showcase-stage {
    height: clamp(600px, 158vw, 660px);
  }

  .hero-showcase-backdrop {
    background-position: 58% 45%;
  }

  .hero-showcase-content {
    width: min(calc(100% - 1.15rem), 21rem);
    padding-top: clamp(1.55rem, 7vw, 2.25rem);
    padding-left: clamp(0.85rem, 4.8vw, 1.15rem);
  }

  .hero-showcase-title {
    font-size: clamp(2.95rem, 14.2vw, 3.55rem);
  }

  .hero-showcase-subtitle {
    font-size: clamp(1.85rem, 8.9vw, 2.35rem);
  }

  .hero-showcase-song-title {
    font-size: clamp(1.2rem, 6vw, 1.5rem);
  }

  .hero-showcase-song-note {
    font-size: clamp(0.75rem, 4vw, 1rem);
  }

  .hero-showcase-marquee {
    right: -20rem;
    width: 42rem;
    opacity: 0.48;
  }

  .hero-showcase-marquee span {
    font-size: clamp(1.2rem, 6vw, 1.55rem);
  }
}

@media (max-width: 420px) {
  .home-streaming-shell {
    min-height: auto;
  }

  .home-streaming-platforms.platform-link-strip {
    grid-template-columns: 1fr;
  }

  .home-streaming-actions,
  .home-streaming-actions .button {
    width: 100%;
    justify-content: center;
  }
}

/* Mobile hero reset: keep the home hero simple and avoid legacy rule collisions. */
@media (max-width: 760px) {
  body[data-page="inicio"] .page-hero-home {
    padding: 0 !important;
    margin: 0 !important;
  }

  body[data-page="inicio"] .page-hero-home .page-hero-grid.hero-showcase-stage {
    width: 100% !important;
    height: min(650px, calc(100svh - 116px)) !important;
    min-height: 570px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: #050403 !important;
    overflow: hidden !important;
  }

  body[data-page="inicio"] .page-hero-home .hero-showcase-stage::before {
    inset: 0 !important;
    z-index: 2 !important;
    background:
      radial-gradient(circle at 76% 16%, rgba(244, 174, 42, 0.22), transparent 9rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.54) 29%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.66) 100%) !important;
  }

  body[data-page="inicio"] .page-hero-home .hero-showcase-stage::after {
    height: 36% !important;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.92)) !important;
  }

  body[data-page="inicio"] .hero-showcase-backdrop {
    inset: -4% 0 -2% !important;
    background-position: 56% 54% !important;
    background-size: cover !important;
    filter: brightness(1.08) contrast(1.03) saturate(1.08) !important;
    transform: translate3d(0, calc(var(--parallax-shift, 0px) * 0.3), 0) scale(1.02) !important;
  }

  body[data-page="inicio"] .hero-showcase-wash,
  body[data-page="inicio"] .hero-showcase-wash::before,
  body[data-page="inicio"] .hero-showcase-wash::after,
  body[data-page="inicio"] .hero-showcase-camera-flashes,
  body[data-page="inicio"] .hero-showcase-marquee,
  body[data-page="inicio"] .hero-showcase-hashtag-cloud {
    display: none !important;
  }

  body[data-page="inicio"] .hero-showcase-content {
    position: relative !important;
    z-index: 4 !important;
    display: grid !important;
    align-content: start !important;
    justify-items: start !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: clamp(1.4rem, 6.4vw, 2rem) max(1.25rem, 5.6vw) 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  body[data-page="inicio"] .hero-showcase-copy {
    display: grid !important;
    justify-items: start !important;
    gap: 0.78rem !important;
    width: min(100%, 18.75rem) !important;
    max-width: none !important;
  }

  body[data-page="inicio"] .hero-showcase-title {
    width: auto !important;
    max-width: 8.8ch !important;
    font-size: clamp(2.74rem, 13.5vw, 3.7rem) !important;
    line-height: 0.82 !important;
    letter-spacing: 0.01em !important;
    text-align: left !important;
    text-shadow: none !important;
  }

  body[data-page="inicio"] .hero-showcase-title-line {
    white-space: nowrap !important;
    text-align: left !important;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.42) !important;
  }

  body[data-page="inicio"] .hero-showcase-title-line-outline {
    color: #fff7e9 !important;
  }

  body[data-page="inicio"] .hero-showcase-title-line-accent,
  body[data-page="inicio"] .hero-showcase-subtitle-accent {
    background:
      linear-gradient(112deg, transparent 0%, transparent 38%, rgba(255, 255, 255, 0.82) 49%, transparent 60%, transparent 100%),
      linear-gradient(180deg, #fff6c7 0%, #ffd76a 24%, #e1a12b 66%, #f4c55e 100%) !important;
    background-size: 260% 100%, 100% 100% !important;
    background-position: 180% 0, 0 0 !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #f2bd43 !important;
    filter: drop-shadow(0 0 8px rgba(255, 214, 99, 0.22)) drop-shadow(0 7px 14px rgba(0, 0, 0, 0.36)) !important;
  }

  body[data-page="inicio"] .hero-showcase-subtitle {
    width: min(100%, 14rem) !important;
    font-size: clamp(1.38rem, 6.6vw, 1.82rem) !important;
    line-height: 0.92 !important;
    text-align: left !important;
    text-shadow: 0 6px 16px rgba(0, 0, 0, 0.5) !important;
  }

  body[data-page="inicio"] .hero-showcase-footer {
    width: min(100%, 18.75rem) !important;
    margin-top: 1.1rem !important;
    display: flex !important;
    justify-content: center !important;
  }

  body[data-page="inicio"] .hero-showcase-song-card {
    justify-items: center !important;
    gap: 0.2rem !important;
    width: fit-content !important;
    max-width: 100% !important;
    padding: 0.62rem 0.9rem !important;
    border: 1px solid rgba(244, 207, 120, 0.14) !important;
    border-radius: 999px !important;
    background: rgba(5, 4, 3, 0.36) !important;
    backdrop-filter: blur(10px) !important;
    animation: none !important;
  }

  body[data-page="inicio"] .hero-showcase-song-title {
    font-size: clamp(0.94rem, 4.6vw, 1.16rem) !important;
  }

  body[data-page="inicio"] .hero-showcase-song-note {
    font-size: clamp(0.64rem, 3.2vw, 0.8rem) !important;
  }
}

@media (max-width: 420px) {
  body[data-page="inicio"] .page-hero-home .page-hero-grid.hero-showcase-stage {
    height: min(620px, calc(100svh - 104px)) !important;
    min-height: 560px !important;
  }

  body[data-page="inicio"] .hero-showcase-content {
    padding-top: 1.32rem !important;
    padding-inline: 1.18rem !important;
  }

  body[data-page="inicio"] .hero-showcase-title {
    font-size: clamp(2.5rem, 12.4vw, 3.18rem) !important;
    max-width: 8.5ch !important;
  }

  body[data-page="inicio"] .hero-showcase-subtitle {
    font-size: clamp(1.24rem, 6.15vw, 1.55rem) !important;
  }
}

/* Final booking CTA refresh */
.home-booking-final-section {
  padding-block: clamp(2.2rem, 5vw, 5rem);
}

.home-booking-final-section .home-booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
  grid-template-areas:
    "copy highlight"
    "copy actions";
  gap: clamp(1.1rem, 2.4vw, 2rem);
  width: min(var(--header-width), calc(100% - 2rem));
  min-height: clamp(360px, 31vw, 460px);
  padding: clamp(1.55rem, 4.2vw, 3.35rem);
  border-radius: clamp(28px, 3vw, 46px);
  border: 1px solid rgba(238, 190, 82, 0.28);
  background: #050403;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  isolation: isolate;
}

.home-booking-final-section .home-booking-panel::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.97) 0%, rgba(5, 4, 3, 0.78) 32%, rgba(5, 4, 3, 0.28) 55%, rgba(5, 4, 3, 0.8) 100%),
    radial-gradient(circle at 74% 26%, rgba(238, 190, 82, 0.24), transparent 20%),
    url("images/musicos/musicos14.webp") center 42% / cover no-repeat;
  filter: saturate(1.14) contrast(1.08);
  transform: scale(1.04);
  animation: bookingSceneDrift 16s ease-in-out infinite alternate;
}

.home-booking-final-section .home-booking-panel::after {
  z-index: 1;
  border-radius: inherit;
  border: 1px solid rgba(255, 218, 136, 0.14);
  background:
    linear-gradient(115deg, transparent 0 35%, rgba(255, 222, 146, 0.12) 44%, transparent 54%),
    radial-gradient(circle at 15% 18%, rgba(238, 190, 82, 0.18), transparent 22%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
  opacity: 0.78;
  animation: bookingLightSweep 7.5s ease-in-out infinite;
}

.home-booking-final-section .home-booking-panel > * {
  position: relative;
  z-index: 2;
}

.home-booking-motion {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.home-booking-motion span {
  position: absolute;
  display: block;
  width: clamp(5rem, 8vw, 9rem);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 221, 132, 0.92), transparent);
  filter: drop-shadow(0 0 14px rgba(238, 190, 82, 0.42));
  opacity: 0.62;
  transform: rotate(-16deg);
  animation: bookingSparkFloat 6.5s ease-in-out infinite;
}

.home-booking-motion span:nth-child(1) {
  left: 8%;
  top: 18%;
}

.home-booking-motion span:nth-child(2) {
  right: 13%;
  top: 24%;
  width: clamp(4rem, 7vw, 7rem);
  animation-delay: -1.8s;
}

.home-booking-motion span:nth-child(3) {
  left: 42%;
  bottom: 18%;
  width: clamp(4.5rem, 6vw, 7.5rem);
  animation-delay: -3.4s;
}

.home-booking-motion span:nth-child(4) {
  right: 24%;
  bottom: 34%;
  width: clamp(3.8rem, 5vw, 6.4rem);
  opacity: 0.4;
  animation-delay: -4.8s;
}

.home-booking-copy,
.home-booking-highlight,
.home-booking-actions {
  z-index: 3;
}

.home-booking-copy {
  grid-area: copy;
  max-width: 48rem;
}

.home-booking-copy .section-kicker {
  margin-bottom: clamp(0.7rem, 1.4vw, 1rem);
}

.home-booking-copy h2 {
  max-width: 11ch;
  font-size: clamp(4.1rem, 7.8vw, 8.5rem);
  line-height: 0.84;
  letter-spacing: 0.045em;
  text-wrap: balance;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.54);
}

.home-booking-copy h2 span {
  display: block;
  background: linear-gradient(180deg, #fff7d9 0%, #e7b945 44%, #9b661b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.home-booking-lead {
  max-width: 34rem;
  margin: clamp(1rem, 2vw, 1.35rem) 0 0;
  color: rgba(255, 246, 226, 0.84);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.home-booking-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: clamp(1rem, 2vw, 1.35rem);
}

.home-booking-tags span {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  min-height: 34px;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(238, 190, 82, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 246, 226, 0.78);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.home-booking-tags span::before {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: var(--gold-bright);
  box-shadow: 0 0 14px rgba(238, 190, 82, 0.46);
}

.home-booking-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: clamp(1.25rem, 2.4vw, 1.75rem);
}

.home-booking-meta a,
.home-booking-highlight {
  border: 1px solid rgba(238, 190, 82, 0.24);
  background: rgba(5, 4, 3, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.home-booking-meta a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  color: var(--gold-pale);
  font-weight: 800;
  letter-spacing: 0.035em;
}

.home-booking-meta a:hover,
.home-booking-meta a:focus-visible {
  color: #070605;
  background: linear-gradient(135deg, #ffe58c, #d69a25);
  transform: translateY(-2px);
}

.home-booking-highlight {
  grid-area: highlight;
  justify-self: end;
  align-self: start;
  min-width: min(100%, 220px);
  padding: 1rem;
  border-radius: 24px;
  color: var(--gold-pale);
  overflow: hidden;
}

.home-booking-highlight::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: #ffd36b;
  box-shadow: 0 0 0 8px rgba(238, 190, 82, 0.12), 0 0 28px rgba(238, 190, 82, 0.72);
  animation: bookingPulse 1.8s ease-in-out infinite;
}

.home-booking-highlight span,
.home-booking-highlight small {
  display: block;
  max-width: 12rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.home-booking-highlight span {
  color: rgba(255, 239, 196, 0.86);
  font-size: 0.72rem;
  font-weight: 900;
}

.home-booking-highlight strong {
  display: block;
  margin-top: 0.25rem;
  font-family: "Bebas Neue", sans-serif;
  color: #fff6dc;
  font-size: clamp(3.1rem, 5.4vw, 5.15rem);
  line-height: 0.86;
  letter-spacing: 0.04em;
}

.home-booking-highlight small {
  margin-top: 0.45rem;
  color: rgba(255, 246, 226, 0.66);
  font-size: 0.66rem;
  line-height: 1.45;
}

.home-booking-rhythm {
  display: flex;
  align-items: end;
  gap: 0.32rem;
  height: 2.4rem;
  margin-top: 1rem;
}

.home-booking-rhythm i {
  display: block;
  width: 0.44rem;
  min-height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff1ad, #d99d2d);
  box-shadow: 0 0 18px rgba(238, 190, 82, 0.28);
  animation: bookingRhythmBeat 1.2s ease-in-out infinite;
}

.home-booking-rhythm i:nth-child(2) {
  animation-delay: -0.18s;
}

.home-booking-rhythm i:nth-child(3) {
  animation-delay: -0.36s;
}

.home-booking-rhythm i:nth-child(4) {
  animation-delay: -0.54s;
}

.home-booking-actions {
  grid-area: actions;
  align-self: end;
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.85rem;
  max-width: 28rem;
}

.home-booking-actions .button {
  min-height: 56px;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.38),
    0 10px 34px rgba(214, 154, 37, 0.18);
}

@keyframes bookingSceneDrift {
  from {
    background-position: center 42%, 74% 26%, center 40%;
    transform: scale(1.04) translate3d(-0.3%, 0, 0);
  }
  to {
    background-position: center 42%, 76% 24%, center 46%;
    transform: scale(1.08) translate3d(0.8%, -0.8%, 0);
  }
}

@keyframes bookingLightSweep {
  0%,
  100% {
    opacity: 0.55;
    background-position: -120% 0, center, 0 0;
  }
  50% {
    opacity: 0.9;
    background-position: 120% 0, center, 0 0;
  }
}

@keyframes bookingPulse {
  0%,
  100% {
    transform: scale(0.88);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@keyframes bookingSparkFloat {
  0%,
  100% {
    opacity: 0.26;
    transform: translate3d(-0.35rem, 0, 0) rotate(-16deg) scaleX(0.72);
  }
  50% {
    opacity: 0.78;
    transform: translate3d(0.65rem, -0.25rem, 0) rotate(-16deg) scaleX(1.08);
  }
}

@keyframes bookingRhythmBeat {
  0%,
  100% {
    height: 0.75rem;
    opacity: 0.56;
  }
  42% {
    height: 2.25rem;
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .home-booking-final-section .home-booking-panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "highlight"
      "actions";
    min-height: 0;
  }

  .home-booking-highlight,
  .home-booking-actions {
    justify-self: start;
  }

  .home-booking-copy h2 {
    max-width: 12ch;
    font-size: clamp(3.4rem, 12vw, 5.8rem);
  }
}

@media (max-width: 640px) {
  .home-booking-final-section {
    padding-block: 2.3rem;
  }

  .home-booking-final-section .home-booking-panel {
    width: calc(100% - 1rem);
    padding: 1.2rem;
    border-radius: 28px;
  }

  .home-booking-final-section .home-booking-panel::before {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.74) 0%, rgba(5, 4, 3, 0.52) 38%, rgba(5, 4, 3, 0.94) 100%),
      radial-gradient(circle at 70% 20%, rgba(238, 190, 82, 0.18), transparent 28%),
      url("images/musicos/musicos14.webp") center 35% / cover no-repeat;
  }

  .home-booking-copy h2 {
    font-size: clamp(3.1rem, 16vw, 4.35rem);
  }

  .home-booking-lead {
    font-size: 0.96rem;
  }

  .home-booking-tags span {
    flex: 1 1 calc(50% - 0.55rem);
    justify-content: center;
    min-width: 0;
    font-size: 0.64rem;
  }

  .home-booking-meta,
  .home-booking-actions {
    width: 100%;
  }

  .home-booking-meta a,
  .home-booking-actions .button {
    width: 100%;
    justify-content: center;
  }

  .home-booking-highlight {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-grid::before,
  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-grid::after,
  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy::before,
  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy::after,
  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy.is-visible > * {
    animation: none !important;
  }

  body[data-page]:not([data-page="inicio"]) .page-hero .page-hero-copy > * {
    opacity: 1;
    transform: none;
    filter: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero-kinetic-track,
  .hero-kinetic-layer::before,
  .hero-kinetic-layer::after,
  .hero-particle,
  .page-hero-home .hero-copy-home-minimal::before,
  .page-hero-home .hero-copy-home-minimal::after,
  .page-hero-home .hero-copy-home-minimal .page-title .hero-title-line,
  .page-hero-home .hero-copy-home-minimal .page-title .hero-title-line-accent::after,
  .page-hero-home .hero-minimal-meta span,
  .page-hero-home .hero-minimal-meta span::after {
    animation: none !important;
  }

  .page-hero-home .hero-copy-home-minimal > *,
  .page-hero-home .hero-minimal-meta span {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .hero-showcase-hashtag-cloud,
  .hero-showcase-hashtag-cloud span,
  .hero-showcase-marquee-track,
  .hero-showcase-camera-flashes::before,
  .hero-camera-flash,
  .site-preloader::after,
  .site-preloader-halo {
    animation: none !important;
  }

  .hero-showcase-camera-flashes {
    display: none;
  }

  .hero-showcase-backdrop {
    transform: none !important;
  }

  .hero-minimal-backdrop,
  .hero-parallax,
  .hero-wordmark {
    transform: none !important;
  }
}

/* Blog archive reboot */
body[data-page="blog"][data-blog-view="archive"] .section-blog-archive-stage .page-hero-grid {
  min-height: auto;
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 1.35rem);
  gap: 1.15rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  background:
    radial-gradient(circle at top left, rgba(244, 207, 120, 0.1), transparent 24%),
    radial-gradient(circle at top right, rgba(151, 26, 34, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(10, 8, 6, 0.96), rgba(6, 5, 4, 0.98));
}

body[data-page="blog"][data-blog-view="archive"] .section-blog-archive-stage .page-hero-grid::before,
body[data-page="blog"][data-blog-view="archive"] .section-blog-archive-stage .page-hero-grid::after {
  content: none;
}

.blog-archive-stage-copy,
.blog-archive-stage-feature,
.blog-archive-empty-shell,
.blog-stream-entry,
.blog-stream-empty,
.blog-stream-intro-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: calc(var(--radius) + 0.15rem);
  background:
    linear-gradient(150deg, rgba(13, 10, 8, 0.96), rgba(7, 6, 5, 0.94)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 36%);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.blog-archive-stage-copy,
.blog-archive-empty-shell {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: clamp(1.25rem, 2.4vw, 1.8rem);
}

.blog-archive-stage-signals {
  margin: 0;
}

.blog-archive-stage-signals .hero-live-pill,
.blog-archive-stage-signals .hero-hash-pill {
  padding: 0.58rem 0.88rem 0.62rem;
  box-shadow: none;
}

.blog-archive-stage-signals .hero-hash-pill {
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(246, 239, 228, 0.84);
  background-image: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  animation: none;
}

.blog-archive-stage-kicker {
  margin: 0;
  color: var(--gold-bright);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-archive-stage-title {
  margin: 0;
  max-width: 15ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.1rem, 4.6vw, 5rem);
  font-weight: 600;
  line-height: 0.94;
  color: var(--text);
  text-wrap: balance;
}

.blog-archive-stage-title a {
  color: inherit;
}

.blog-archive-stage-title a:hover,
.blog-archive-stage-title a:focus-visible {
  color: var(--gold-bright);
}

.blog-archive-stage-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}

.blog-archive-stage-meta p,
.blog-archive-stage-support {
  margin: 0;
  color: rgba(247, 240, 230, 0.76);
  line-height: 1.65;
}

.blog-archive-stage-meta p {
  font-size: 0.88rem;
}

.blog-archive-stage-lead {
  margin: 0;
  max-width: 34rem;
  color: rgba(247, 240, 230, 0.82);
  font-size: 1rem;
  line-height: 1.7;
  text-wrap: pretty;
}

.blog-archive-stage-support {
  max-width: 35rem;
  font-size: 0.94rem;
}

.blog-archive-stage-copy-tags {
  margin-top: -0.05rem;
}

.blog-archive-stage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.blog-archive-stage-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.blog-archive-stage-stat {
  display: grid;
  gap: 0.2rem;
  padding: 0.92rem 0.98rem 1rem;
  border: 1px solid rgba(244, 207, 120, 0.1);
  border-radius: 1.05rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(255, 255, 255, 0.02);
}

.blog-archive-stage-stat span {
  color: rgba(247, 240, 230, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-archive-stage-stat strong {
  color: var(--text);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  letter-spacing: 0.06em;
  line-height: 0.94;
}

.blog-archive-stage-stat p {
  margin: 0;
  color: rgba(247, 240, 230, 0.74);
  font-size: 0.76rem;
  line-height: 1.4;
}

.blog-archive-stage-feature {
  display: grid;
  grid-template-rows: minmax(320px, auto) auto;
  gap: 1rem;
  padding: 1rem;
}

.blog-archive-stage-feature.is-feature-only {
  grid-template-rows: minmax(0, 1fr);
}

.blog-archive-stage-feature-media {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(320px, 42vw, 470px);
  overflow: hidden;
  border-radius: calc(var(--radius) - 0.1rem);
  background: rgba(5, 5, 5, 0.92);
  isolation: isolate;
}

.blog-archive-stage-feature.is-feature-only .blog-archive-stage-feature-media {
  height: 100%;
}

.blog-archive-stage-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.02), rgba(7, 6, 5, 0.12)),
    linear-gradient(180deg, transparent 54%, rgba(7, 6, 5, 0.58) 100%);
  pointer-events: none;
}

.blog-archive-stage-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.blog-archive-stage-feature-media-copy {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent),
    rgba(8, 6, 5, 0.72);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.blog-archive-stage-feature-media-copy span {
  color: var(--gold-bright);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-archive-stage-feature-media-copy strong {
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  font-weight: 600;
  line-height: 1;
  text-wrap: balance;
}

.blog-archive-stage-feature-media-copy p {
  margin: 0;
  color: rgba(247, 240, 230, 0.82);
  font-size: 0.92rem;
  line-height: 1.55;
}

.blog-archive-stage-feature:hover .blog-archive-stage-feature-media img,
.blog-archive-stage-feature:focus-within .blog-archive-stage-feature-media img {
  transform: scale(1.03);
}

.blog-archive-stage-feature-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-width: 0;
  padding: 0.15rem 0.1rem 0.1rem;
}

.blog-archive-stage-queue-head {
  display: grid;
  gap: 0.55rem;
}

.blog-archive-stage-queue-label {
  margin: 0;
  color: var(--gold-bright);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-archive-stage-queue-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.85rem, 2.5vw, 2.5rem);
  font-weight: 600;
  line-height: 0.98;
  color: var(--text);
  text-wrap: balance;
}

.blog-archive-stage-queue-head p:not(.panel-kicker),
.blog-archive-stage-queue-empty {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.blog-archive-stage-queue-list {
  display: grid;
  gap: 0.8rem;
}

.blog-archive-stage-queue-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(255, 255, 255, 0.02);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.blog-archive-stage-queue-item:hover,
.blog-archive-stage-queue-item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(244, 207, 120, 0.3);
  background:
    linear-gradient(145deg, rgba(244, 207, 120, 0.08), transparent),
    rgba(255, 255, 255, 0.03);
}

.blog-archive-stage-queue-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.65rem;
  min-height: 2.65rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(246, 209, 124, 0.98), rgba(217, 161, 58, 0.98));
  box-shadow: 0 14px 30px rgba(186, 130, 40, 0.18);
  color: #180f06;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.blog-archive-stage-queue-body {
  display: grid;
  gap: 0.25rem;
}

.blog-archive-stage-queue-body strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.45;
  text-wrap: pretty;
}

.blog-archive-stage-queue-body small {
  color: rgba(247, 240, 230, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-archive-stage-feature-tags,
.blog-stream-entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.blog-archive-stage-feature-tags span,
.blog-archive-stage-feature-tags a,
.blog-stream-entry-tags a,
.blog-stream-entry-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(246, 239, 228, 0.82);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-archive-stage-feature-actions,
.blog-stream-entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.section-blog-stream-intro,
.section-blog-stream-promo,
.section-blog-stream-feed {
  padding-top: 0;
}

.blog-stream-intro-shell,
.blog-stream-promo-shell,
.blog-stream-shell {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.blog-stream-intro-shell {
  display: grid;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
}

.blog-stream-intro-copy {
  display: grid;
  gap: 0.55rem;
  max-width: 46rem;
}

.blog-stream-intro-label {
  margin: 0;
  color: rgba(247, 240, 230, 0.7);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-stream-intro-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 600;
  line-height: 0.94;
  color: var(--text);
}

.blog-stream-intro-copy p:not(.section-kicker) {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.blog-stream-year-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.blog-stream-year-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.25rem;
  padding: 0.74rem 0.95rem 0.8rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.blog-stream-year-chip:hover,
.blog-stream-year-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(244, 207, 120, 0.24);
  background: rgba(244, 207, 120, 0.08);
}

.blog-stream-shell {
  display: grid;
  gap: 0.85rem;
}

.blog-stream-entry {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1fr);
  gap: 0.9rem 1rem;
  padding: 0.88rem;
}

.blog-stream-entry.is-reversed .blog-stream-entry-media {
  order: 2;
}

.blog-stream-entry.is-reversed .blog-stream-entry-copy {
  order: 1;
}

.blog-stream-entry.is-archive-rescued {
  border-color: rgba(244, 207, 120, 0.18);
  background:
    radial-gradient(circle at top right, rgba(244, 207, 120, 0.08), transparent 22%),
    linear-gradient(150deg, rgba(13, 10, 8, 0.96), rgba(7, 6, 5, 0.94));
}

.blog-stream-entry.is-stream-hidden {
  display: none !important;
}

.blog-stream-entry-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: calc(var(--radius) - 0.1rem);
  min-height: 220px;
  background: rgba(5, 5, 5, 0.92);
}

.blog-stream-entry-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.02), rgba(7, 6, 5, 0.12)),
    linear-gradient(180deg, transparent 56%, rgba(7, 6, 5, 0.54) 100%);
  pointer-events: none;
}

.blog-stream-entry-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 340ms ease;
}

.blog-stream-entry:hover .blog-stream-entry-media img,
.blog-stream-entry:focus-within .blog-stream-entry-media img {
  transform: scale(1.03);
}

.blog-stream-entry-copy {
  display: grid;
  align-content: center;
  gap: 0.65rem;
  min-width: 0;
}

.blog-stream-entry-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.blog-stream-entry-copy h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2.2vw, 2.3rem);
  font-weight: 600;
  line-height: 1.02;
  color: var(--text);
  text-wrap: balance;
}

.blog-stream-entry-copy h3 a {
  color: inherit;
}

.blog-stream-entry-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.62;
}

.blog-stream-year-marker {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: -0.15rem;
}

.blog-stream-year-marker::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 207, 120, 0.22), rgba(244, 207, 120, 0.02));
}

.blog-stream-year-marker span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.78rem;
  border: 1px solid rgba(244, 207, 120, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--gold-bright);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-stream-status-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  width: min(var(--max-width), 100%);
  padding: 0.2rem 0 0.35rem;
}

.blog-stream-status {
  margin: 0;
  color: rgba(247, 240, 230, 0.72);
  font-size: 0.86rem;
  line-height: 1.5;
}

.blog-stream-more[hidden] {
  display: none !important;
}

.blog-stream-sentinel {
  width: 100%;
  height: 1px;
}

.blog-stream-empty {
  display: grid;
  gap: 0.6rem;
  padding: 1.25rem;
}

.blog-stream-empty h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 600;
  line-height: 1;
  color: var(--text);
}

.blog-stream-empty p:not(.panel-kicker) {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.68;
}

@media (max-width: 1180px) {
  body[data-page="blog"][data-blog-view="archive"] .section-blog-archive-stage .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .blog-archive-stage-title {
    max-width: 16ch;
  }
}

@media (max-width: 980px) {
  body[data-page="blog"][data-blog-view="archive"] .section-blog-archive-stage .page-hero-grid {
    padding: 1rem;
  }

  .blog-archive-stage-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-archive-stage-feature-copy {
    padding: 0;
  }

  .blog-archive-stage-feature,
  .blog-stream-entry {
    grid-template-columns: 1fr;
  }

  .blog-stream-entry.is-reversed .blog-stream-entry-media,
  .blog-stream-entry.is-reversed .blog-stream-entry-copy {
    order: initial;
  }

  .blog-stream-entry-media {
    min-height: 260px;
  }

  .blog-stream-entry-copy h3 {
    font-size: clamp(1.8rem, 4.8vw, 2.35rem);
  }

  .blog-stream-status-row {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .blog-archive-stage-copy,
  .blog-archive-stage-feature,
  .blog-stream-entry,
  .blog-stream-empty,
  .blog-stream-intro-shell,
  .blog-archive-empty-shell {
    border-radius: 24px;
  }

  .blog-archive-stage-copy,
  .blog-archive-empty-shell,
  .blog-stream-intro-shell,
  .blog-stream-empty {
    padding: 1.08rem;
  }

  .blog-archive-stage-feature,
  .blog-stream-entry {
    padding: 0.8rem;
  }

  .blog-archive-stage-title {
    max-width: 14ch;
    font-size: clamp(2.65rem, 11vw, 3.9rem);
  }

  .blog-archive-stage-meta {
    display: grid;
    gap: 0.55rem;
  }

  .blog-archive-stage-actions,
  .blog-archive-stage-feature-actions,
  .blog-stream-entry-actions {
    display: grid;
  }

  .blog-archive-stage-actions .button,
  .blog-archive-stage-actions .button-secondary,
  .blog-archive-stage-feature-actions .button,
  .blog-stream-entry-actions .button {
    width: 100%;
  }

  .blog-archive-stage-stats {
    grid-template-columns: 1fr;
  }

  .blog-stream-year-row {
    display: grid;
  }

  .blog-stream-entry-media,
  .blog-archive-stage-feature-media {
    min-height: 220px;
  }

  .blog-archive-stage-feature-media-copy {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.85rem 0.9rem 0.92rem;
  }

  .blog-archive-stage-feature-media-copy strong {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
  }

  .blog-stream-entry-copy h3,
  .blog-archive-stage-queue-head h2 {
    font-size: clamp(1.7rem, 7vw, 2.35rem);
  }

  .blog-archive-stage-queue-item {
    grid-template-columns: 1fr;
  }

  .blog-archive-stage-queue-index {
    min-width: 2.3rem;
    min-height: 2.3rem;
  }
}

body[data-site-theme="light"][data-page],
body[data-site-theme="light"].promotions-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(201, 120, 34, 0.15), transparent 25rem),
    radial-gradient(circle at 88% 16%, rgba(126, 68, 28, 0.12), transparent 24rem),
    linear-gradient(135deg, #fffaf1 0%, #f3e2cf 48%, #ead3ba 100%);
}

body[data-site-theme="light"] .page-hero-home .hero-minimal-stage,
body[data-site-theme="light"][data-page="blog"][data-blog-view="archive"] .section-blog-archive-stage .page-hero-grid {
  border-color: rgba(145, 96, 49, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.86), rgba(255, 248, 237, 0.54)),
    rgba(255, 250, 242, 0.72);
}

body[data-site-theme="light"] .page-hero-home .hero-copy-home-minimal,
body[data-site-theme="light"] .blog-archive-stage-copy,
body[data-site-theme="light"] .blog-archive-stage-feature,
body[data-site-theme="light"] .blog-stream-entry,
body[data-site-theme="light"] .blog-stream-empty,
body[data-site-theme="light"] .blog-stream-intro-shell {
  border-color: rgba(145, 96, 49, 0.18);
  background:
    radial-gradient(circle at top right, rgba(201, 120, 34, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 248, 237, 0.46)),
    rgba(255, 250, 242, 0.82);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body[data-site-theme="light"] .page-hero-home .hero-minimal-backdrop::after,
body[data-site-theme="light"] .page-hero-home .hero-showcase-stage::before {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.06) 0%, rgba(255, 250, 242, 0.16) 22%, rgba(255, 244, 229, 0.42) 62%, rgba(255, 244, 229, 0.82) 100%),
    linear-gradient(112deg, rgba(255, 250, 242, 0.38) 0%, rgba(255, 250, 242, 0.16) 42%, rgba(255, 250, 242, 0.05) 68%, rgba(255, 250, 242, 0.2) 100%),
    radial-gradient(circle at 74% 20%, rgba(201, 120, 34, 0.16), transparent 24%);
}

body[data-site-theme="light"] .footer-copy,
body[data-site-theme="light"] .footer-legal-link,
body[data-site-theme="light"] .footer-follow-message {
  color: rgba(255, 244, 223, 0.82);
}

body[data-site-theme="light"] .contest-card,
body[data-site-theme="light"] .contest-form-card,
body[data-site-theme="light"] .contest-list-card,
body[data-site-theme="light"] .contest-section,
body[data-site-theme="light"] .contest-accordion details,
body[data-site-theme="light"] .contest-social-card {
  border-color: rgba(145, 96, 49, 0.2);
  background:
    radial-gradient(circle at top right, rgba(201, 120, 34, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 248, 237, 0.48)),
    rgba(255, 250, 242, 0.82);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

body[data-site-theme="light"] .contest-checkbox-label,
body[data-site-theme="light"] .contest-countdown span,
body[data-site-theme="light"] .contest-mini-pill {
  border-color: rgba(145, 96, 49, 0.18);
  background: rgba(255, 255, 255, 0.66);
  color: var(--contest-ink);
}

.home-newsletter-section {
  position: relative;
}

.home-newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1.2rem, 4vw, 2.6rem);
  border: 1px solid rgba(244, 188, 101, 0.2);
  border-radius: clamp(1.4rem, 3vw, 2.3rem);
  background:
    radial-gradient(circle at 8% 0%, rgba(244, 181, 91, 0.24), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(121, 32, 19, 0.28), transparent 36%),
    linear-gradient(135deg, rgba(35, 18, 10, 0.92), rgba(12, 8, 5, 0.88));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.home-newsletter-copy h2 {
  max-width: 760px;
  margin: 0.35rem 0 0;
}

.home-newsletter-copy p:not(.section-kicker) {
  max-width: 720px;
  color: rgba(255, 245, 232, 0.74);
  line-height: 1.7;
}

.home-newsletter-form {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(244, 188, 101, 0.18);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(18px);
}

.home-newsletter-form label {
  display: grid;
  gap: 0.38rem;
  color: rgba(255, 245, 232, 0.78);
  font-weight: 800;
}

.home-newsletter-form input[type="text"],
.home-newsletter-form input[type="email"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(244, 188, 101, 0.24);
  border-radius: 999px;
  background: rgba(10, 7, 5, 0.56);
  color: #fff7ec;
  padding: 0 1rem;
  outline: 0;
}

.home-newsletter-form input:focus {
  border-color: rgba(244, 188, 101, 0.75);
  box-shadow: 0 0 0 4px rgba(244, 188, 101, 0.14);
}

.home-newsletter-consent {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.6rem !important;
  font-size: 0.9rem;
}

.home-newsletter-consent input {
  width: 18px;
  height: 18px;
  accent-color: #f0ad55;
}

.home-newsletter-form .form-response {
  min-height: 1.4em;
  margin: 0;
}

.newsletter-confirm-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(244, 188, 101, 0.24), transparent 34%),
    linear-gradient(135deg, #130b07, #070504 62%, #2a120a);
}

.newsletter-confirm-card {
  width: min(680px, 100%);
  padding: clamp(1.25rem, 5vw, 3rem);
  border: 1px solid rgba(244, 188, 101, 0.24);
  border-radius: 2rem;
  background: rgba(255, 247, 234, 0.08);
  color: #fff7ec;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.newsletter-confirm-card h1 {
  margin: 0.45rem 0;
}

.newsletter-confirm-card p {
  color: rgba(255, 245, 232, 0.76);
  line-height: 1.65;
}

.newsletter-confirm-name {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(244, 188, 101, 0.12);
}

body[data-site-theme="light"] .home-newsletter-panel {
  background:
    radial-gradient(circle at 8% 0%, rgba(210, 126, 40, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 252, 246, 0.95), rgba(246, 231, 213, 0.9));
  border-color: rgba(164, 98, 33, 0.16);
  color: #25160d;
}

body[data-site-theme="light"] .home-newsletter-copy p:not(.section-kicker),
body[data-site-theme="light"] .home-newsletter-form label {
  color: rgba(56, 37, 25, 0.72);
}

body[data-site-theme="light"] .home-newsletter-form {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(164, 98, 33, 0.18);
}

body[data-site-theme="light"] .home-newsletter-form input[type="text"],
body[data-site-theme="light"] .home-newsletter-form input[type="email"] {
  background: rgba(255, 255, 255, 0.86);
  color: #24150d;
  border-color: rgba(164, 98, 33, 0.18);
}

@media (max-width: 880px) {
  .home-newsletter-panel {
    grid-template-columns: 1fr;
  }
}
