/* Loaded after the compiled mirror stylesheet so user-content rules win. */

/*
 * Scroll unlock for the Headliner mirror.
 * `overflow-x: hidden` on html forces overflow-y to compute to `auto`, turning
 * html into a scroll container whose clientHeight grows with content — so
 * scrollTop cannot move and Lenis/wheel appear "stuck" on the hero.
 */
html {
  overflow-x: clip !important;
  overflow-y: scroll !important;
  height: 100% !important;
  overscroll-behavior-y: contain;
  scrollbar-color: var(--alok-accent) transparent;
  scrollbar-width: thin;
}

/* Sem foto ainda: mantém o hero como composição atmosférica (sem “buraco” de img). */
html.alok-hero-empty .image-hero-01,
html.alok-hero-empty .image-hero-02,
html.alok-hero-empty .image-hero-03,
html.alok-hero-empty .image-hero-04 {
  opacity: 0 !important;
  pointer-events: none !important;
}

html.alok-hero-empty #top,
html.alok-hero-empty .hero,
html.alok-hero-empty .section-hero {
  min-height: min(100svh, 920px);
}

body {
  overflow-x: clip !important;
  overflow-y: visible !important;
  height: auto !important;
  min-height: 100% !important;
  overscroll-behavior-y: contain;
  scrollbar-color: var(--alok-accent) transparent;
  scrollbar-width: thin;
}

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

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: var(--alok-accent);
  border: 2px solid #000;
  border-radius: 999px;
}

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

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

/* Hero stays untouched; other native sections keep template atmosphere */
.hero-main {
  /* do not override hero artwork */
}

#top #logo-alok,
.decorative-vertical-mark,
#btnMoreModal,
#moreModal {
  display: none !important;
}

/* Normal OS cursor for every Headliner kit (no custom pink circle). */
.custom-cursor,
.cursor-outer,
.cursor-inner {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html,
body {
  cursor: auto !important;
}

/* Quiet text Menu replaced by full chrome hide — see final lock below. */

#bio {
  /* height/padding locked later so photo + copy fit one viewport */
  min-height: 100vh;
}

.artist-logo-text {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  width: 100%;
  color: #fff;
  font-family: Strasua, sans-serif;
  font-size: clamp(3rem, 11vw, 8rem);
  line-height: 0.82;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap !important;
  text-wrap: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  text-shadow: 0 0 32px rgba(var(--alok-accent-rgb), 0.45);
}

.artist-logo-text img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.artist-nav {
  max-width: 40vw;
  color: #fff;
  font-family: Strasua, sans-serif;
  font-size: clamp(1.3rem, 3vw, 2.2rem);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.hero-main .image-hero {
  min-height: 180px;
  min-width: 120px;
  border-radius: 0;
  background: transparent;
}

.hero-main .image-hero img:not([src]),
.hero-main .image-hero img[src=""],
#photos .gallery-image img:not([src]),
#photos .gallery-image img[src=""] {
  visibility: hidden;
}

.artist-cutout-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #000;
}

.artist-cutout-layer::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    #000 0%,
    rgba(0, 0, 0, 0.15) 50%,
    #000 100%
  );
}

.artist-cutout-layer img {
  display: block;
  width: min(70vw, 720px);
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.72;
  filter: drop-shadow(0 0 50px rgba(var(--alok-accent-rgb), 0.2));
}

.artist-cutout-layer img[hidden] {
  display: none;
}

#bio .container,
#musics .container {
  z-index: 1;
}

#bio .content-text > p {
  white-space: pre-line;
}

#photos .photos-gallery .gallery-image:has(img:not([src])),
#photos .photos-gallery .gallery-image:has(img[src=""]) {
  background: rgba(var(--alok-accent-rgb), 0.08);
}

#contact .ft-tabs:empty,
#contact .ft-panels:empty {
  display: none;
}

#alok-user-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin: clamp(0.75rem, 2vw, 1.5rem) auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: Montserrat, sans-serif;
  font-size: clamp(0.62rem, 1.2vw, 0.82rem);
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

#alok-user-meta span + span::before {
  margin-right: 1rem;
  color: var(--alok-accent);
  content: "•";
}

.alok-dynamic-slot[hidden],
[data-alok-block][hidden] {
  display: none !important;
}

#bio .alok-dynamic-slot {
  margin-top: clamp(1.5rem, 4vw, 3rem);
}

.alok-slot-title {
  margin: 0 0 1rem;
  color: var(--alok-accent);
  font-family: Montserrat, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#alok-text-cards {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.alok-content-card,
.alok-metric-card,
.alok-career-grid .alok-label-value {
  border: 1px solid rgba(var(--alok-accent-rgb), 0.32);
  background: rgba(255, 255, 255, 0.035);
  padding: 1rem;
}

.alok-content-card h3 {
  margin: 0 0 0.5rem;
  color: #fff;
  font-family: Strasua, sans-serif;
  font-size: clamp(1.1rem, 2.4vw, 1.7rem);
  font-weight: 400;
  text-transform: uppercase;
}

.alok-content-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.7;
  white-space: pre-line;
}

#alok-career {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.3rem;
}

.alok-career-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.alok-career-grid .alok-label-value {
  display: grid;
  gap: 0.35rem;
}

.alok-label,
.alok-metric-above,
.alok-metric-below {
  color: rgba(255, 255, 255, 0.52);
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alok-value {
  color: #fff;
  font-family: Strasua, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}

#alok-audience-metrics {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  margin-top: 1rem;
}

.alok-metric-card {
  display: grid;
  gap: 0.25rem;
  text-align: center;
}

.alok-metric-value {
  color: #fff;
  font-family: Strasua, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.25rem);
  font-weight: 400;
}

#alok-social-links,
#alok-featured-social,
#alok-media-wall,
#alok-music-links,
#alok-music-extra,
#alok-materials {
  margin-top: clamp(1.5rem, 3vw, 3rem);
}

.alok-social-list,
#alok-music-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.alok-social-link,
.alok-social-cta,
.alok-store-link,
.alok-media-link,
.alok-track-link,
.alok-material-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  border: 1px solid rgba(var(--alok-accent-rgb), 0.5);
  color: #fff !important;
  padding: 0.65rem 0.9rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.alok-social-link:hover,
.alok-social-cta:hover,
.alok-store-link:hover,
.alok-media-link:hover,
.alok-track-link:hover,
.alok-material-link:hover {
  border-color: var(--alok-accent);
  background: rgba(var(--alok-accent-rgb), 0.2);
}

#alok-featured-social {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
}

.alok-social-post,
.alok-embed-card,
.alok-media-card,
.alok-track-card,
.alok-presave-card,
.alok-material-group {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  padding: 0.85rem;
}

.alok-social-post {
  display: grid;
  gap: 0.7rem;
}

.alok-social-post img,
.alok-media-card img,
.alok-media-card video,
.alok-presave-card img,
.alok-track-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.alok-social-post-link {
  color: #fff !important;
  font-family: Montserrat, sans-serif;
  font-size: 0.7rem;
  line-height: 1.4;
}

.alok-embed-card {
  display: grid;
  gap: 0.75rem;
  grid-column: 1 / -1;
}

.alok-embed-card iframe {
  display: block;
  width: 100%;
  min-height: 152px;
  border: 0;
  background: #111;
}

#alok-media-wall {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
}

#alok-media-wall > .alok-slot-title {
  grid-column: 1 / -1;
}

.alok-media-card {
  display: grid;
  gap: 0.7rem;
}

.alok-track-card {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(64px, 92px) 1fr;
}

.alok-track-card:not(:has(img)) {
  grid-template-columns: 1fr;
}

.alok-track-details {
  display: grid;
  align-content: center;
  gap: 0.3rem;
}

.alok-track-details strong,
.alok-presave-body h3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
}

.alok-track-details span,
.alok-track-details small,
.alok-presave-body {
  color: rgba(255, 255, 255, 0.62);
  font-family: Montserrat, sans-serif;
  font-size: 0.68rem;
  line-height: 1.5;
}

.alok-presave-card {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(100px, 150px) 1fr;
}

.alok-presave-body {
  display: grid;
  align-content: center;
  gap: 0.75rem;
}

.alok-presave-body h3 {
  margin: 0;
  color: #fff;
}

#alok-materials {
  display: grid;
  gap: 1rem;
}

.alok-material-group {
  display: grid;
  gap: 0.75rem;
}

.alok-media-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 140px), 1fr));
}

.alok-contact-label {
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat, sans-serif;
  font-size: 0.72rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  #alok-user-meta {
    max-width: 90vw;
  }

  .alok-embed-card iframe {
    min-height: 130px;
  }

  .alok-presave-card {
    grid-template-columns: 86px 1fr;
  }
}


/* Headliner official template guardrails — scoped to the legacy mirror only. */
.hero-main {
  position: relative;
  isolation: isolate;
  min-height: 100svh !important;
  overflow: hidden;
  /* Transparent stage so the global smoke/color atmosphere shows through. */
  background-color: transparent !important;
  background-image: none !important;
}

/* Hero stage fog removed — Headliner ships without smoke overlays. */
.hero-main::before,
.hero-main::after {
  display: none !important;
  content: none !important;
  background: none !important;
  opacity: 0 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  pointer-events: none !important;
}

/* Legacy Alok WebGL plume (#smoke-canvas from main.js) — kill for every kit. */
html body #smoke-canvas,
#smoke-canvas {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

.hero-main > .container {
  width: min(100%, 1240px);
  min-height: 100svh;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 3.5rem);
  box-sizing: border-box;
}

/* A single dynamic artist mark is the hero identity. */
.hero-main .artist-nav,
.hero-main .logo-border,
.hero-main #logo-alok,
.decorative-vertical-mark {
  display: none !important;
}

.hero-main .logo {
  /* Centering is owned by the absolute hero brand block further below. */
  z-index: 4;
}

.hero-main .artist-logo-text {
  width: max-content;
  max-width: min(92vw, 720px);
  /* Size owned by the bottom-of-hero brand block below — keep nowrap only here. */
  white-space: nowrap !important;
  text-wrap: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

#top .images-hero {
  width: min(100%, 1080px);
  max-width: 100%;
  margin-inline: auto;
  transform: none !important;
}

#top .image-hero {
  max-width: 100%;
}

#alok-user-meta {
  position: relative;
  z-index: 4;
  max-width: min(90vw, 760px);
  margin-inline: auto;
  text-align: center;
}

#bio,
#photos,
#agenda,
#musics,
#contact,
#alok-career,
#alok-media-wall,
#alok-materials {
  scroll-margin-top: 1.5rem;
}

#alok-music-extra,
#alok-featured-social,
#alok-media-wall,
#alok-materials {
  min-width: 0;
  overflow: clip;
}

#alok-music-extra iframe,
#alok-featured-social iframe,
.alok-embed-card iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 240px;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 0.75rem;
}

.alok-track-card,
.alok-presave-card,
.alok-media-card,
.alok-embed-card {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 760px) {
  .hero-main > .container {
    min-height: 100svh;
    padding-inline: 0.9rem;
  }

  .hero-main .artist-logo-text {
    width: min(94vw, 520px);
    font-size: clamp(2.35rem, 11vw, 3.75rem) !important;
  }

  #top .images-hero {
    width: 100%;
  }

  #alok-music-extra iframe,
  #alok-featured-social iframe,
  .alok-embed-card iframe {
    min-height: 180px;
  }
}


/* Headliner definitive layout pass — keeps every block in normal document flow. */
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
}

.hero-main {
  position: relative !important;
  height: 100svh !important;
  min-height: 100svh !important;
  overflow: hidden !important;
}

.hero-main > .container {
  display: block !important;
  width: min(100%, 1320px) !important;
  height: 100% !important;
  min-height: 100svh !important;
  margin-inline: auto !important;
  padding-inline: clamp(1rem, 4vw, 3.5rem) !important;
  box-sizing: border-box;
}

.hero-main .header-main {
  position: absolute !important;
  inset: 0 !important;
  z-index: 100 !important;
  pointer-events: none;
}

.hero-main .nav-main {
  height: 100%;
  pointer-events: none;
}

/* Keep the circular corner menu gone (overrides any earlier show rules). */
/* Text Menu stays available (never force-hide after scroll). */
.hero-main .container-nav-menu {
  display: none !important;
}

body.mobile-menu-open {
  overflow: hidden !important;
}

body.mobile-menu-open .hero-main .container-nav-menu {
  position: fixed !important;
  inset: 0 !important;
  z-index: 120 !important;
  display: flex !important;
  width: 100vw !important;
  height: 100svh !important;
  align-items: center;
  justify-content: center;
  padding: clamp(5rem, 10vw, 8rem) clamp(1.25rem, 6vw, 6rem);
  box-sizing: border-box;
  background:
    linear-gradient(135deg, rgba(5, 5, 5, 0.98), rgba(42, 4, 28, 0.96)),
    var(--headliner-bg-image, url("/alok/assets/imgs/bg-hero-CDEhUUKO.webp")) center / cover;
  pointer-events: auto;
}

body.mobile-menu-open .hero-main .nav-menu {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2.25rem) clamp(1.5rem, 6vw, 6rem);
  width: min(100%, 760px);
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

body.mobile-menu-open .hero-main .nav-menu li {
  display: block !important;
  min-width: 0;
}

body.mobile-menu-open .hero-main .nav-menu a {
  display: block;
  padding: 0.4rem;
  color: #fff !important;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.05rem, 2.2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.mobile-menu-open .hero-main .nav-menu .logo-icon {
  grid-column: 1 / -1;
  grid-row: 1;
  order: -1;
}

body.mobile-menu-open .hero-main .nav-menu .logo-icon img {
  width: 3.25rem;
  height: 3.25rem;
}

#top .images-hero {
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  transform: none !important;
  pointer-events: none;
}

#top .image-hero {
  pointer-events: none;
}

/*
 * Bottom brand dock: name/logo → social icons → meta.
 * Flex stack beats sticky/fixed/top races from legacy CSS + GSAP.
 */
html body .hero-main .hero-brand-dock,
.hero-main .hero-brand-dock {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: max(0.85rem, env(safe-area-inset-bottom, 0px) + 0.55rem) !important;
  z-index: 80 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.85rem !important;
  width: min(92vw, 720px) !important;
  max-width: min(92vw, 720px) !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}

html body .hero-main .hero-brand-dock .logo,
.hero-main .hero-brand-dock .logo,
html body .hero-main .logo,
.hero-main .logo {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 2 !important;
  width: max-content !important;
  max-width: min(92vw, 720px) !important;
  margin: 0 !important;
  transform: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  pointer-events: none !important;
}

.hero-main .artist-logo-text {
  display: block;
  width: max-content;
  max-width: min(92vw, 720px);
  margin-inline: auto;
  color: #fff;
  font-size: clamp(2.1rem, 6.5vw, 4.25rem) !important;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-align: center !important;
  text-shadow:
    0 0 1.2rem rgba(215, 29, 165, 0.35),
    0 2px 18px rgba(0, 0, 0, 0.55);
  white-space: nowrap !important;
  text-wrap: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

.hero-main .artist-logo-text img {
  display: block;
  width: auto;
  max-width: min(56vw, 280px);
  max-height: clamp(2.1rem, 6vh, 3.4rem);
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
}

/* Brand icons under the artist name (inside .hero-brand-dock). */
html body .hero-main .hero-brand-dock .alok-hero-social,
.hero-main .hero-brand-dock .alok-hero-social,
.alok-hero-social {
  position: static !important;
  left: auto !important;
  bottom: auto !important;
  top: auto !important;
  z-index: 1 !important;
  width: min(92vw, 640px) !important;
  margin: 0 !important;
  transform: none !important;
  pointer-events: auto !important;
}

.alok-hero-social[hidden] {
  display: none !important;
}

.alok-hero-social__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.55rem, 1.6vw, 0.95rem);
}

.alok-hero-social__link {
  /* Headliner-only: icons stay white (brand colors live on music-gate / envio). */
  --icon-brand: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.35rem, 5.5vw, 2.85rem);
  height: clamp(2.35rem, 5.5vw, 2.85rem);
  border-radius: 999px;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-decoration: none !important;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease;
}

.alok-hero-social__svg {
  width: 52%;
  height: 52%;
  display: block;
  fill: currentColor;
  color: inherit;
}

.alok-hero-social__link:hover,
.alok-hero-social__link:focus-visible {
  color: #fff !important;
  transform: translateY(-5px) scale(1.12);
  background: rgba(0, 0, 0, 0.62);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.35),
    0 0 22px rgba(255, 255, 255, 0.18);
  outline: none;
}

.alok-hero-social__link:active {
  transform: translateY(-2px) scale(1.05);
}

/* Legacy chips + REDES pill section removed from the public surface. */
.hero-main .plataforms-music,
#section-icons {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body .hero-main .hero-brand-dock #alok-user-meta,
.hero-main .hero-brand-dock #alok-user-meta,
#alok-user-meta {
  position: static !important;
  left: auto !important;
  bottom: auto !important;
  top: auto !important;
  z-index: 1 !important;
  width: min(90vw, 760px) !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
  text-align: center;
  pointer-events: none;
}

/* #bio is intentionally excluded — it locks to one full viewport below. */
#photos,
#agenda,
#musics,
#contact {
  width: 100% !important;
  height: auto !important;
  min-height: 100svh !important;
  box-sizing: border-box;
  padding-block: clamp(5.5rem, 10vw, 8rem) !important;
  overflow: visible !important;
}

/* Kill floating music notes across the Headliner mirror. */
#music-notes,
.music-note,
#music-notes * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Bio: true full-screen stage (photo + framed copy only). */
#bio {
  /* Kill template Alok face wallpaper — solid black only. */
  background: #000 !important;
  background-image: none !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
  box-sizing: border-box !important;
  min-height: 100svh !important;
  min-height: 100dvh !important;
  height: 100svh !important;
  height: 100dvh !important;
  max-height: 100svh !important;
  max-height: 100dvh !important;
  /* Edge-to-edge stage — kill leftover black banding above the portrait. */
  padding-block: 0 !important;
  overflow: hidden !important;
}

#bio > .container,
#photos > .container,
#agenda > .container,
#musics > .container,
#contact > .container {
  width: min(100%, 1200px) !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin-inline: auto !important;
  box-sizing: border-box;
}

#bio > .container {
  /* Final bio layout (grid + flex) is defined later in this file. */
  padding-inline: 0;
}

#bio .bio-content {
  position: relative;
  z-index: 1;
  /* Glass card sizing is finalized in the bio layout block below. */
  margin-inline: 0;
}

#bio .content-text {
  display: block !important;
  margin-inline: 0;
}

#bio .content-text p {
  overflow-wrap: anywhere;
}

/* Do not force display here — editor-bridge toggles section visibility.
   `display: block !important` previously overrode `style.display = none`
   and left #photos (and its 100svh min-height) stuck in the live preview,
   trapping scroll on the hero. */
#photos {
  padding-inline: clamp(1rem, 4vw, 3rem);
}

/* Belt-and-suspenders: keep [hidden] sections out of layout even if other
   author rules force display. */
#bio[hidden],
#photos[hidden],
#agenda[hidden],
#musics[hidden],
#contact[hidden],
.alok-block-section[hidden] {
  display: none !important;
}

#photos > .container {
  display: block !important;
}

#photos .photos-grid {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 5rem);
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  align-items: start;
}

#photos .photos-info,
#photos .photos-gallery {
  width: 100% !important;
  min-width: 0 !important;
}

#photos .photos-gallery {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

#alok-featured-social,
#alok-media-wall,
#alok-materials {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-inline: 0 !important;
  overflow: visible !important;
  clear: both;
}

#alok-featured-social {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

#alok-media-wall {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  margin-top: clamp(2rem, 6vw, 5rem) !important;
}

#alok-media-wall > .alok-slot-title,
#alok-featured-social > .alok-slot-title {
  grid-column: 1 / -1;
}

#agenda {
  padding-inline: clamp(1rem, 4vw, 3rem);
}

#agenda > .container {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 2rem;
}

#agenda .list-events {
  width: min(100%, 920px);
}

#musics {
  padding-inline: clamp(1rem, 4vw, 3rem);
}

/* Cutout à esquerda; player Spotify alinhado à direita. */
#musics .artist-cutout-layer img {
  width: min(46vw, 560px);
  max-width: 52%;
  margin: 0;
  margin-left: clamp(0rem, 1.5vw, 1.25rem);
  object-position: left bottom;
}

#musics > .container {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.58fr) minmax(320px, 1.42fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  width: min(100%, 1280px);
  margin-inline: auto;
}

#musics .col-left,
#musics .col-iframe {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

#musics .col-left {
  text-align: center;
  justify-self: stretch;
  z-index: 2;
}

#musics .col-left header h2 {
  overflow: visible;
  white-space: normal;
  word-break: normal;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.08;
}

#musics .col-left header,
#musics .col-left p,
#musics .col-left a.btn-primary {
  margin-left: auto;
  margin-right: auto;
}

#musics .col-left p {
  max-width: 22rem;
  line-height: 1.55;
}

#musics .col-iframe {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  justify-items: end;
  width: 100% !important;
}

#musics .col-iframe > iframe {
  display: block;
  width: min(100%, 580px) !important;
  height: 352px !important;
  min-height: 352px !important;
  max-width: 580px !important;
  margin: 0;
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
  background: #121212;
}

.spotify-release-slot {
  width: min(100%, 580px);
  max-width: 580px;
  margin-top: 1rem;
}

.spotify-release-slot-label {
  margin: 0 0 0.5rem;
  padding-inline: 0.15rem;
  color: rgba(255, 255, 255, 0.65);
  font-family: Montserrat, sans-serif;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spotify-release-slot-frame {
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  background: #121212;
}

.spotify-release-slot-frame > iframe {
  display: block;
  width: 100% !important;
  border: 0;
  background: #121212;
}

.spotify-release-slot-frame.is-track > iframe {
  height: 152px !important;
  min-height: 152px !important;
}

.spotify-release-slot-frame:not(.is-track) > iframe {
  height: 352px !important;
  min-height: 352px !important;
}

#alok-music-extra {
  position: static !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-top: 1rem !important;
  overflow: visible !important;
}

#alok-music-extra > .alok-slot-title {
  grid-column: 1 / -1;
  margin: 1rem 0 0;
}

.alok-embed-grid,
.alok-track-grid,
.alok-video-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1rem;
  width: 100%;
  min-width: 0;
  align-items: start;
}

.alok-embed-card,
.alok-track-card,
.alok-presave-card {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.alok-embed-card iframe,
#alok-music-extra iframe,
#alok-featured-social iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 0.75rem;
}

.alok-embed-card[data-alok-block="soundcloud"] iframe {
  min-height: 166px !important;
  aspect-ratio: auto;
}

.alok-track-card {
  display: grid !important;
  grid-template-columns: minmax(64px, 92px) minmax(0, 1fr) !important;
  gap: 0.75rem;
  align-items: center;
}

.alok-track-card:not(:has(img)) {
  grid-template-columns: minmax(0, 1fr) !important;
}

.alok-track-details {
  min-width: 0;
  overflow-wrap: anywhere;
}

.alok-track-details strong,
.alok-track-details span,
.alok-track-details small,
.alok-track-link {
  min-width: 0;
  overflow-wrap: anywhere;
}

.alok-track-card img,
.alok-presave-card img {
  min-width: 0;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.music-player-container {
  display: none !important;
}

#contact {
  padding-inline: clamp(1rem, 4vw, 3rem);
}

#contact > .container {
  display: grid !important;
  gap: 2rem;
  justify-items: center;
}

#contact .ft-tabs,
#alok-materials,
#contact .footer-note {
  width: min(100%, 1120px) !important;
  max-width: 100%;
}

#contact .footer-note {
  margin-inline: auto;
}

@media (max-width: 900px) {
  #photos .photos-grid,
  #musics > .container {
    grid-template-columns: minmax(0, 1fr);
  }

  #musics .artist-cutout-layer img {
    width: min(88vw, 520px);
    max-width: 88%;
    margin-inline: auto;
    object-position: center bottom;
  }

  #musics .col-iframe {
    justify-items: center;
  }

  #musics .col-iframe > iframe,
  .spotify-release-slot {
    width: min(100%, 520px) !important;
    max-width: 520px !important;
  }

  #photos .photos-gallery {
    height: auto !important;
    min-height: 0 !important;
  }

  .hero-main .plataforms-music {
    display: none !important;
  }

  .hero-main .plataforms-music .list {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hero-main .hero-brand-dock {
    bottom: max(0.75rem, env(safe-area-inset-bottom, 0px) + 0.45rem) !important;
    gap: 0.7rem !important;
  }

  .hero-main .logo {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    width: max-content !important;
    max-width: min(92vw, 520px) !important;
  }

  .hero-main .artist-logo-text {
    font-size: clamp(2.1rem, 10.5vw, 3.25rem) !important;
    line-height: 0.92 !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  .hero-main .artist-logo-text img {
    max-height: clamp(1.6rem, 5vh, 2.4rem);
  }

  .alok-hero-social {
    position: static !important;
    bottom: auto !important;
  }

  .alok-hero-social__link {
    width: 2.35rem;
    height: 2.35rem;
  }

  #alok-user-meta {
    position: static !important;
    bottom: auto !important;
  }

  body.mobile-menu-open .hero-main .nav-menu {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    width: min(100%, 360px);
  }

  body.mobile-menu-open .hero-main .nav-menu .logo-icon {
    grid-row: auto;
  }

  .alok-embed-grid,
  .alok-track-grid,
  .alok-video-grid {
    grid-template-columns: 1fr;
  }
}


/* Controls stay available after the legacy scroll animation runs. */
.hero-main .plataforms-music [data-animate],
.hero-main .plataforms-music .plataform-music {
  opacity: 1 !important;
  visibility: visible !important;
}


/* The legacy GSAP transform must not become the containing block for the menu. */
.hero-main .nav-main {
  width: 100vw !important;
  transform: none !important;
}


/* The centered legacy container adds a desktop gutter; cancel it for the full-viewport panel. */
body.mobile-menu-open .hero-main .container-nav-menu {
  left: calc(-1 * max(0px, (100vw - 1180px) / 2)) !important;
  right: auto !important;
}


/* Avoid 100vw scrollbar overflow in the normal document flow. */
.hero-main,
.hero-main > .container,
.hero-main .header-main,
.hero-main .nav-main {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 900px) {
  .hero-main .plataforms-music {
    bottom: clamp(11rem, 20vh, 13rem) !important;
  }
}


@media (max-width: 600px) {
  #top .shape-01 {
    left: 0 !important;
    right: auto !important;
    width: min(72vw, 285px) !important;
    max-width: 72vw !important;
  }

  #top .shape-04 {
    left: auto !important;
    right: 0 !important;
    width: min(72vw, 285px) !important;
    max-width: 72vw !important;
  }
}


@media (max-width: 600px) {
  #top .shape {
    display: none !important;
  }

  #smoke-canvas,
  #lightbox {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}


@media (max-width: 600px) {
  #photos .photos-info::before {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* The production flow is full width; the menu must start at the viewport edge. */
body.mobile-menu-open .hero-main .container-nav-menu {
  left: 0 !important;
  right: auto !important;
}


/* ===== MuseFy Alok: 1 botão = 1 seção ===== */
.alok-block-section {
  position: relative;
  isolation: isolate;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.22), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 100%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.12), transparent 50%),
    linear-gradient(180deg, #070707 0%, #101010 48%, #070707 100%);
}

.alok-block-section[hidden] {
  display: none !important;
}

.alok-block-section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.55), transparent);
  opacity: 0.8;
  pointer-events: none;
}

.alok-section-header {
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.alok-section-header h2 {
  margin: 0 0 0.75rem;
  font-family: Strasua, Montserrat, sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.alok-section-header h2 span {
  display: block;
  font-size: 0.42em;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  opacity: 0.72;
  margin-bottom: 0.35rem;
}

.alok-section-header p {
  margin: 0 auto;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.55;
}

.alok-section-body {
  position: relative;
  z-index: 1;
}

.alok-cards-grid,
.alok-metrics-grid,
.alok-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.alok-content-card,
.alok-metric-card,
.alok-media-card,
.alok-store-card,
.alok-presave-card,
.alok-track-card,
.alok-embed-card,
.alok-social-post {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.15rem;
  padding: 1.25rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.alok-content-card:hover,
.alok-metric-card:hover,
.alok-media-card:hover,
.alok-store-card:hover,
.alok-presave-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.55);
}

.alok-career-stage .alok-career-grid,
.alok-career-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

.alok-career-grid > * {
  padding: 1.35rem 1.1rem;
  border-radius: 1rem;
  background: linear-gradient(160deg, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.18), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.alok-icons-row .alok-social-list,
.alok-social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.alok-social-link,
.alok-social-cta,
.alok-material-link,
.alok-media-link,
.alok-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.alok-social-cta.btn-primary,
.alok-material-link.btn-primary {
  background: linear-gradient(120deg, var(--alok-accent, #d71da5), color-mix(in srgb, var(--alok-accent, #d71da5) 55%, #fff));
  border-color: transparent;
}

.alok-audience-hero {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.alok-audience-count,
.alok-audience-count .count {
  font-family: Strasua, Montserrat, sans-serif;
  font-size: clamp(3rem, 10vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #fff, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.85));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.alok-social-stage,
.alok-embed-stage,
.alok-presave-stage,
.alok-stores-stage,
.alok-drive-stage {
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}

.alok-embed-card iframe {
  width: min(100%, 720px);
  min-height: 360px;
  border: 0;
  border-radius: 1rem;
}

.alok-media-card img,
.alok-media-card video,
.alok-store-card img,
.alok-presave-card img,
.alok-track-card img,
.alok-social-post img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  margin-bottom: 0.85rem;
  object-fit: cover;
}


#bio.section-bio.section-default {
  display: grid !important;
  flex-direction: unset;
  justify-content: stretch !important;
  align-items: stretch !important;
}

#bio .logo-bio {
  min-height: clamp(2.4rem, 5.5vw, 3.8rem);
  width: min(100%, 18rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#bio .logo-bio .bio-landed-logo {
  display: block;
  margin: 0;
  max-width: 100%;
  width: auto;
  color: #fff;
  font-family: Strasua, sans-serif;
  font-size: clamp(1.85rem, 4.2vw, 3.1rem);
  line-height: 0.86;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow:
    0 0 28px rgba(var(--alok-accent-rgb), 0.55),
    0 0 56px rgba(var(--alok-accent-rgb), 0.28);
}

#bio .logo-bio .bio-landed-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(2.4rem, 5.5vw, 3.6rem);
}

.logo-svg.is-bio-logo-hidden,
#artist-logo.is-bio-logo-hidden {
  /* Morph disabled — never hide the fixed top brand mark. */
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none;
}

/* Static bio name under "Conhecendo o". */
#bio .logo-bio .bio-artist-name {
  display: block !important;
  margin: 0;
  max-width: 100%;
  color: #fff;
  font-family: Strasua, sans-serif;
  font-size: clamp(1.85rem, 4.2vw, 3.1rem);
  line-height: 0.86;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow:
    0 0 28px rgba(var(--alok-accent-rgb), 0.55),
    0 0 56px rgba(var(--alok-accent-rgb), 0.28);
}

#bio .logo-bio .bio-artist-name img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(2.4rem, 5.5vw, 3.6rem);
}

#bio .logo-bio:has([data-bio-landed-logo]) .bio-artist-name {
  display: block !important;
}

/* Flight clone unused while morph is off. */
.artist-logo-flight,
.artist-logo-flight__inner {
  display: none !important;
}

#bio {
  /* Full-viewport stage: portrait left / framed copy right */
  position: relative;
  background: #000 !important;
  background-image: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
  align-content: stretch;
  justify-content: stretch !important;
  justify-items: stretch;
  gap: clamp(0.75rem, 2vw, 2rem);
  padding-inline: clamp(0.75rem, 2.5vw, 2.5rem) !important;
  padding-block: 0 !important;
  box-sizing: border-box !important;
  isolation: isolate;
  min-height: 100svh !important;
  min-height: 100dvh !important;
  height: 100svh !important;
  height: 100dvh !important;
  max-height: 100svh !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
}

/* Atmosphere: accent wash + soft bokeh + vignette */
#bio::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      ellipse 58% 72% at 16% 78%,
      rgba(var(--alok-accent-rgb), 0.3) 0%,
      transparent 64%
    ),
    radial-gradient(
      ellipse 36% 46% at 82% 28%,
      rgba(var(--alok-accent-rgb), 0.14) 0%,
      transparent 70%
    ),
    radial-gradient(
      circle at 72% 68%,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 18%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(var(--alok-accent-rgb), 0.18) 0%,
      transparent 12%
    ),
    radial-gradient(
      circle at 8% 22%,
      rgba(var(--alok-accent-rgb), 0.12) 0%,
      transparent 10%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      transparent 88%,
      rgba(0, 0, 0, 0.35) 100%
    );
  animation: bio-stage-pulse 7s ease-in-out infinite;
}

#bio::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.22;
  mix-blend-mode: soft-light;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 2px,
      rgba(255, 255, 255, 0.03) 2px,
      rgba(255, 255, 255, 0.03) 3px
    );
}

@keyframes bio-stage-pulse {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.12);
  }
}

#bio .artist-cutout-layer,
#bio .artist-cutout-layer img:not([hidden]) {
  opacity: 1;
  visibility: visible;
}

#bio .artist-cutout-layer {
  position: relative !important;
  inset: auto !important;
  z-index: 1;
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  align-self: stretch;
  display: flex;
  /* Center full figure so the head is never cropped by bottom-pinning. */
  align-items: center;
  justify-content: center;
  background: transparent !important;
  padding-block: clamp(0.5rem, 1.5vh, 1.25rem);
  box-sizing: border-box;
}

#bio .artist-cutout-layer::after {
  content: "";
  position: absolute;
  inset: auto 6% 0;
  height: 18%;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 2;
}

#bio .artist-cutout-layer img {
  width: auto !important;
  max-width: 100%;
  /* Fill the bio viewport vertically — full body including head. */
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  object-fit: contain;
  object-position: center center;
  opacity: 1 !important;
  filter:
    drop-shadow(0 0 34px rgba(var(--alok-accent-rgb), 0.55))
    drop-shadow(0 22px 60px rgba(0, 0, 0, 0.7));
}

#bio > .container {
  position: relative;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding-inline: 0 !important;
}

/* Square “quadro” — sharp frame, glow, scan sweep.
   Height hugs copy and grows from the vertical center (no empty tower). */
#bio .bio-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100% !important;
  max-width: 42rem !important;
  height: fit-content;
  max-height: min(94svh, 900px) !important;
  min-height: 0;
  margin: 0 !important;
  margin-block: auto !important;
  padding: clamp(1.85rem, 3.6vw, 3rem) clamp(1.65rem, 3.4vw, 2.9rem);
  text-align: left;
  border-radius: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(
      155deg,
      rgba(22, 10, 18, 0.96) 0%,
      rgba(6, 5, 9, 0.92) 48%,
      rgba(14, 4, 16, 0.97) 100%
    );
  backdrop-filter: blur(20px) saturate(1.35);
  -webkit-backdrop-filter: blur(20px) saturate(1.35);
  box-shadow:
    0 0 0 1px rgba(var(--alok-accent-rgb), 0.4),
    0 0 56px rgba(var(--alok-accent-rgb), 0.28),
    0 30px 80px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 0 56px rgba(var(--alok-accent-rgb), 0.08);
  overflow: hidden;
  animation: bio-frame-glow 4.8s ease-in-out infinite;
}

@keyframes bio-frame-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(var(--alok-accent-rgb), 0.3),
      0 0 40px rgba(var(--alok-accent-rgb), 0.18),
      0 30px 80px rgba(0, 0, 0, 0.6),
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      inset 0 0 44px rgba(var(--alok-accent-rgb), 0.05);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(var(--alok-accent-rgb), 0.65),
      0 0 72px rgba(var(--alok-accent-rgb), 0.38),
      0 30px 80px rgba(0, 0, 0, 0.6),
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      inset 0 0 64px rgba(var(--alok-accent-rgb), 0.12);
  }
}

#bio .bio-content::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  z-index: 0;
  border: 1px solid rgba(var(--alok-accent-rgb), 0.45);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 32px rgba(var(--alok-accent-rgb), 0.16);
}

#bio .bio-content::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(var(--alok-accent), var(--alok-accent)) top left / 52px 2px no-repeat,
    linear-gradient(var(--alok-accent), var(--alok-accent)) top left / 2px 52px no-repeat,
    linear-gradient(#fff, #fff) top right / 52px 2px no-repeat,
    linear-gradient(#fff, #fff) top right / 2px 52px no-repeat,
    linear-gradient(#fff, #fff) bottom left / 52px 2px no-repeat,
    linear-gradient(#fff, #fff) bottom left / 2px 52px no-repeat,
    linear-gradient(var(--alok-accent), var(--alok-accent)) bottom right / 52px 2px no-repeat,
    linear-gradient(var(--alok-accent), var(--alok-accent)) bottom right / 2px 52px no-repeat,
    linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 38%,
      transparent 55%,
      rgba(var(--alok-accent-rgb), 0.12) 100%
    );
  opacity: 0.9;
  mix-blend-mode: screen;
  animation: bio-frame-sheen 6.5s ease-in-out infinite;
}

@keyframes bio-frame-sheen {
  0%,
  100% {
    opacity: 0.75;
    filter: hue-rotate(0deg);
  }
  50% {
    opacity: 1;
    filter: hue-rotate(8deg);
  }
}

#bio .bio-content header,
#bio .bio-content h2,
#bio .bio-content .logo-bio,
#bio .bio-content .content-text {
  position: relative;
  z-index: 1;
}

#bio .bio-content header,
#bio .bio-content h2 {
  flex: 0 0 auto;
  margin: 0 0 1rem !important;
  text-align: left;
}

#bio .bio-content h2 {
  background: none !important;
  -webkit-text-fill-color: unset !important;
  color: #fff !important;
}

#bio .bio-content h2 span {
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: Montserrat, sans-serif !important;
  font-size: clamp(0.66rem, 1.05vw, 0.78rem) !important;
  font-weight: 700;
  letter-spacing: 0.26em;
  line-height: 1.3;
  text-transform: uppercase;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
  background: none !important;
}

#bio .logo-bio {
  min-height: clamp(2.6rem, 5.8vw, 4rem);
  width: min(100%, 20rem);
}

#bio .logo-bio .bio-landed-logo {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
}

/* Full bio — hugs text; only scrolls once the frame hits max-height */
#bio .content-text {
  flex: 0 1 auto;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: clamp(0.82rem, 1.3vw, 0.98rem) !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--alok-accent-rgb), 0.7) transparent;
}

#bio .content-text::-webkit-scrollbar {
  width: 5px;
}

#bio .content-text::-webkit-scrollbar-thumb {
  background: rgba(var(--alok-accent-rgb), 0.65);
  border-radius: 0;
}

#bio .content-text p {
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  margin-inline: 0 !important;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: inherit !important;
  font-weight: 400 !important;
  line-height: inherit !important;
  letter-spacing: 0.015em;
  text-align: left !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  text-overflow: unset !important;
  overflow: visible !important;
  white-space: pre-line;
}

#bio .content-text .btn,
#bio .content-text #btnMoreModal {
  display: none !important;
}

.hero-main .logo,
.hero-main .logo-svg,
#artist-logo {
  z-index: 80;
  will-change: auto;
}

@media (max-width: 900px) {
  /* Stacked bio — still edge-to-edge; never reintroduce top black banding. */
  #bio {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: clamp(0.85rem, 3vw, 1.5rem);
    min-height: 100svh !important;
    min-height: 100dvh !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    padding-block: 0 !important;
    padding-inline: 0 !important;
    overflow: visible !important;
  }

  #bio .artist-cutout-layer {
    order: -1;
    align-self: stretch;
    height: min(82svh, 760px) !important;
    min-height: min(82svh, 760px) !important;
    padding: 0 !important;
  }

  #bio .artist-cutout-layer img {
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  #bio .bio-content {
    max-width: 42rem !important;
    max-height: none !important;
    min-height: 0 !important;
    margin-inline: auto;
  }

  #bio .content-text {
    overflow: visible;
    max-height: none;
  }

  #bio .logo-bio {
    width: min(100%, 16rem);
    justify-content: flex-start;
  }
}


/* Belt-and-suspenders: never truncate bio copy */
#bio .content-text,
#bio .content-text p,
#bio .bio-content .content-text p {
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  text-overflow: clip !important;
  overflow: visible !important;
}
#bio .content-text {
  overflow-y: auto !important;
}

.photos-instagram-cta[hidden] {
  display: none !important;
}

@media (max-width: 768px) {
  .alok-block-section {
    padding: 3.5rem 0;
  }
  .alok-embed-card iframe {
    min-height: 240px;
  }
}

/* Final lock: bio stays one full viewport on desktop */
@media (min-width: 901px) {
  #bio.section-bio.section-default {
    min-height: 100svh !important;
    min-height: 100dvh !important;
    height: 100svh !important;
    height: 100dvh !important;
    max-height: 100svh !important;
    max-height: 100dvh !important;
    overflow: hidden !important;
  }
  #bio.section-bio.section-default > .container {
    height: 100% !important;
    min-height: 0 !important;
  }
}

/* ===== Infinite 9:16 reels rails (videos / Instagram / TikTok) ===== */
.alok-reels-section {
  min-height: 100vh;
  height: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.alok-reels-section .alok-reels-layout.container,
.alok-reels-layout.container {
  width: 100%;
  max-width: 1180px;
  height: auto;
  margin: 0 auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(1.25rem, 4vw, 3rem);
}

.alok-reels-copy {
  max-width: none;
  margin: 0;
  text-align: left;
}

.alok-reels-copy h2 {
  text-align: left;
}

.alok-reels-copy p {
  margin: 0;
  text-align: left;
}

.alok-reels-stage {
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 1rem;
  justify-items: stretch;
}

.alok-reels-stage > .alok-social-cta {
  justify-self: start;
}

.alok-reels-rail {
  --alok-reels-gap: clamp(0.75rem, 1.8vw, 1.15rem);
  --alok-reels-card-width: clamp(9.5rem, 18vw, 13.5rem);
  --alok-reels-duration: 32s;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.35rem 0 0.85rem;
  isolation: isolate;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 5%,
    #000 95%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 5%,
    #000 95%,
    transparent
  );
}

.alok-reels-rail::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 18% 8% auto;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35),
    transparent 68%
  );
  filter: blur(28px);
  pointer-events: none;
}

.alok-reels-rail__track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  will-change: transform;
  animation: alok-reels-marquee var(--alok-reels-duration) linear infinite;
}

.alok-reels-rail--tiktok .alok-reels-rail__track {
  animation-name: alok-reels-marquee-reverse;
  animation-duration: calc(var(--alok-reels-duration) * 0.92);
}

.alok-reels-rail--instagram .alok-reels-rail__track {
  animation-duration: calc(var(--alok-reels-duration) * 1.12);
}

.alok-reels-rail__group {
  display: flex;
  flex: none;
  gap: var(--alok-reels-gap);
  padding-right: var(--alok-reels-gap);
}

.alok-reel-card {
  display: grid;
  flex: 0 0 var(--alok-reels-card-width);
  width: var(--alok-reels-card-width);
  min-width: 0;
  gap: 0.55rem;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.alok-reel-card__frame {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 1.25rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), transparent 42%),
    #090909;
  box-shadow:
    0 1.4rem 2.8rem -1.6rem rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  transform: translateZ(0);
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms ease;
}

.alok-reel-card[data-reel-index="1"] .alok-reel-card__frame {
  transform: translateY(0.55rem) rotate(-1.2deg);
}

.alok-reel-card[data-reel-index="2"] .alok-reel-card__frame {
  transform: translateY(-0.35rem) rotate(1deg);
}

.alok-reel-card[data-reel-index="3"] .alok-reel-card__frame {
  transform: translateY(0.25rem) rotate(-0.6deg);
}

.alok-reel-card__frame:hover,
.alok-reel-card__frame:focus-within {
  transform: translateY(-0.35rem) scale(1.02);
  box-shadow:
    0 1.8rem 3.2rem -1.5rem rgba(0, 0, 0, 1),
    0 0 0 1px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.55);
}

.alok-reel-card__frame img,
.alok-reel-card__frame video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  border-radius: 0;
  aspect-ratio: auto;
}

.alok-reel-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background:
    radial-gradient(
      circle at 50% 28%,
      rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28),
      transparent 60%
    ),
    linear-gradient(165deg, #1a1a1f, #0a0a0c);
}

.alok-reel-card__glow {
  position: absolute;
  inset: auto 12% 10%;
  height: 35%;
  border-radius: 50%;
  background: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35);
  filter: blur(22px);
  opacity: 0.55;
  pointer-events: none;
}

.alok-reel-card__badge {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 2;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  pointer-events: none;
}

.alok-reel-card__badge::after {
  content: "";
  position: absolute;
  inset: 28%;
  border-radius: inherit;
  background: var(--alok-accent, #d71da5);
}

.alok-reel-card--instagram .alok-reel-card__frame {
  box-shadow:
    0 1.4rem 2.8rem -1.6rem rgba(0, 0, 0, 0.95),
    0 0 0 2px transparent;
  background:
    linear-gradient(#0b0b0d, #0b0b0d) padding-box,
    linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4) border-box;
  border: 2px solid transparent;
}

.alok-reel-card--instagram .alok-reel-card__badge {
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af);
  border-color: transparent;
}

.alok-reel-card--instagram .alok-reel-card__badge::after {
  inset: 32%;
  background: #fff;
  clip-path: polygon(
    30% 12%,
    70% 12%,
    88% 30%,
    88% 70%,
    70% 88%,
    30% 88%,
    12% 70%,
    12% 30%
  );
}

.alok-reel-card--tiktok .alok-reel-card__frame {
  border-radius: 1.05rem;
  box-shadow:
    0 0 0 1px rgba(37, 244, 238, 0.35),
    0 0 0 1px rgba(254, 44, 85, 0.25) inset,
    0 1.4rem 2.8rem -1.6rem rgba(0, 0, 0, 0.95);
}

.alok-reel-card--tiktok .alok-reel-card__glow {
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
  opacity: 0.4;
}

.alok-reel-card--tiktok .alok-reel-card__badge {
  background: #111;
  border-color: rgba(37, 244, 238, 0.55);
}

.alok-reel-card--tiktok .alok-reel-card__badge::after {
  inset: 30% 34% 30% 38%;
  border-radius: 2px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.alok-reel-card--videos .alok-reel-card__badge::after {
  inset: 30% 34% 30% 38%;
  border-radius: 2px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.alok-reel-card__hit {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  border-radius: inherit;
  cursor: pointer;
  pointer-events: auto;
}

button.alok-reel-card__hit {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.alok-reel-card__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 0.75rem 1.75rem rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35);
  pointer-events: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.alok-reel-card__play::after {
  content: "";
  position: absolute;
  inset: 30% 28% 30% 38%;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.alok-reel-card--videos .alok-reel-card__frame:hover .alok-reel-card__play,
.alok-reel-card--videos .alok-reel-card__frame:focus-within .alok-reel-card__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.72);
  box-shadow:
    0 0.9rem 2rem rgba(0, 0, 0, 0.45),
    0 0 28px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.45);
}

.alok-reel-card__caption {
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.62);
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.alok-reels-rail:hover .alok-reels-rail__track,
.alok-reels-rail:focus-within .alok-reels-rail__track {
  animation-play-state: paused;
}

@keyframes alok-reels-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes alok-reels-marquee-reverse {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* ===== Headliner audience — distinct platform bento ===== */
#section-audience.alok-audience-section {
  --aud-spotify: #1ed760;
  --aud-spotify-deep: #0b3d22;
  --aud-ig-a: #f58529;
  --aud-ig-b: #dd2a7b;
  --aud-ig-c: #8134af;
  --aud-tt-a: #25f4ee;
  --aud-tt-b: #fe2c55;
  height: auto !important;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.32), transparent 42%),
    radial-gradient(ellipse 80% 40% at 50% 100%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.14), transparent 55%),
    linear-gradient(180deg, #040404 0%, #0a0a0a 55%, #040404 100%);
}

#section-audience.alok-audience-section::after {
  content: "";
  position: absolute;
  inset: 12% 8% auto;
  height: 42%;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 11px,
      rgba(255, 255, 255, 0.015) 11px 12px
    );
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
  opacity: 0.55;
  z-index: 0;
}

#section-audience .alok-audience-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
  width: min(100%, 1180px);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  box-sizing: border-box;
}

@media (min-width: 960px) {
  #section-audience .alok-audience-shell {
    grid-template-columns: minmax(15rem, 0.9fr) minmax(20rem, 1.2fr);
    gap: clamp(2rem, 5vw, 4rem);
  }

  #section-audience .alok-audience-header {
    margin: 0;
    max-width: none;
    text-align: left;
  }

  #section-audience .alok-audience-header p {
    margin-inline: 0;
  }
}

#section-audience .alok-audience-stage {
  position: relative;
  display: grid;
  gap: 1.15rem;
}

#section-audience .alok-audience-hero {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  justify-self: start;
  min-height: clamp(8.5rem, 22vw, 13rem);
  width: min(100%, 18rem);
  margin: 0;
}

#section-audience .alok-audience-hero[hidden] {
  display: none !important;
}

#section-audience .alok-audience-orbit,
#section-audience .alok-audience-orbit--lag {
  display: none !important;
}

#section-audience .alok-audience-count,
#section-audience .alok-audience-count .count,
#section-audience .alok-audience-count__value {
  position: relative;
  z-index: 1;
  font-family: Strasua, Montserrat, sans-serif;
  font-size: clamp(2.8rem, 8vw, 5.2rem);
  line-height: 0.88;
  letter-spacing: 0.03em;
  background: linear-gradient(
    185deg,
    #fff 10%,
    rgba(var(--alok-accent-rgb, 215, 29, 165), 0.95) 78%,
    rgba(255, 255, 255, 0.7)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 22px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35));
}

#section-audience .alok-audience-hero.is-live .alok-audience-count__value {
  animation: alok-audience-pulse 2.8s ease-in-out infinite;
}

#section-audience .alok-audience-hero-label {
  position: relative;
  z-index: 1;
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

#section-audience #alok-audience-metrics.alok-metrics-bento,
#section-audience .alok-metrics-bento,
#section-audience .alok-audience-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  width: 100%;
  max-width: none;
  margin: 0;
}

#section-audience #alok-audience-metrics.is-single {
  grid-template-columns: 1fr;
}

#section-audience #alok-audience-metrics.is-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#section-audience #alok-audience-metrics.is-rich .alok-metric-card--streams,
#section-audience #alok-audience-metrics.is-rich .alok-metric-card--spotify-listeners:first-child:not(
    :has(~ .alok-metric-card--streams)
  ) {
  grid-column: 1 / -1;
}

#section-audience .alok-metric-card {
  --metric-tone: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.85);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  min-height: 7.4rem;
  padding: 1.05rem 1.1rem 1.15rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(8, 8, 10, 0.72);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  text-align: left;
  transform: translateY(0);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  animation: alok-metric-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc((var(--metric-i, 1) - 1) * 70ms);
}

#section-audience .alok-metric-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--metric-tone) 55%, rgba(255, 255, 255, 0.2));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.34),
    0 0 0 1px color-mix(in srgb, var(--metric-tone) 28%, transparent);
}

#section-audience .alok-metric-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
}

#section-audience .alok-metric-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  color: var(--metric-tone);
  background: color-mix(in srgb, var(--metric-tone) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--metric-tone) 35%, transparent);
}

#section-audience .alok-metric-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

#section-audience .alok-metric-above,
#section-audience .alok-metric-below {
  color: rgba(255, 255, 255, 0.55);
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
}

#section-audience .alok-metric-above {
  flex: 1 1 auto;
  min-width: 0;
}

#section-audience .alok-metric-value {
  position: relative;
  z-index: 1;
  margin-top: 0.15rem;
  color: #fff;
  font-family: Strasua, Montserrat, sans-serif;
  font-size: clamp(1.65rem, 3.4vw, 2.35rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: none;
}

#section-audience .alok-metric-pulse {
  position: absolute;
  inset: auto -20% -45% auto;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--metric-tone) 34%, transparent), transparent 68%);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
  animation: alok-metric-breathe 4.8s ease-in-out infinite;
  animation-delay: calc((var(--metric-i, 1) - 1) * 0.35s);
}

#section-audience .alok-metric-card--spotify-listeners {
  --metric-tone: var(--aud-spotify);
  border-color: rgba(30, 215, 96, 0.28);
  background:
    linear-gradient(135deg, rgba(30, 215, 96, 0.16), transparent 55%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(6, 14, 10, 0.88);
}

#section-audience .alok-metric-card--spotify-listeners::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 2.6rem;
  height: 1.35rem;
  background:
    linear-gradient(var(--aud-spotify), var(--aud-spotify)) 0 100% / 3px 40% no-repeat,
    linear-gradient(var(--aud-spotify), var(--aud-spotify)) 7px 100% / 3px 75% no-repeat,
    linear-gradient(var(--aud-spotify), var(--aud-spotify)) 14px 100% / 3px 55% no-repeat,
    linear-gradient(var(--aud-spotify), var(--aud-spotify)) 21px 100% / 3px 90% no-repeat,
    linear-gradient(var(--aud-spotify), var(--aud-spotify)) 28px 100% / 3px 48% no-repeat;
  opacity: 0.7;
  animation: alok-eq 1.1s ease-in-out infinite;
  pointer-events: none;
}

#section-audience .alok-metric-card--streams {
  --metric-tone: rgb(var(--alok-accent-rgb, 215, 29, 165));
  min-height: 8.4rem;
  border-color: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.42);
  background:
    radial-gradient(circle at 88% 18%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.34), transparent 42%),
    linear-gradient(125deg, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.2), transparent 60%),
    rgba(12, 8, 14, 0.9);
}

#section-audience .alok-metric-card--streams .alok-metric-value {
  font-size: clamp(2rem, 4.2vw, 3rem);
  background: linear-gradient(180deg, #fff, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.9));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#section-audience .alok-metric-card--streams::before {
  content: "";
  position: absolute;
  inset: -40% auto auto 55%;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  border: 1px solid rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28);
  box-shadow:
    inset 0 0 0 12px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.05),
    0 0 40px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.18);
  animation: alok-orbit 10s linear infinite;
  pointer-events: none;
}

#section-audience .alok-metric-card--spotify {
  --metric-tone: #3be07a;
  border-style: dashed;
  border-color: rgba(30, 215, 96, 0.38);
  background:
    linear-gradient(180deg, rgba(30, 215, 96, 0.1), transparent 50%),
    rgba(7, 16, 12, 0.9);
}

#section-audience .alok-metric-card--instagram {
  --metric-tone: #e1306c;
  border: 1px solid transparent;
  background:
    linear-gradient(rgba(12, 10, 14, 0.94), rgba(12, 10, 14, 0.94)) padding-box,
    linear-gradient(135deg, var(--aud-ig-a), var(--aud-ig-b), var(--aud-ig-c)) border-box;
}

#section-audience .alok-metric-card--instagram .alok-metric-icon {
  background: linear-gradient(135deg, var(--aud-ig-a), var(--aud-ig-b), var(--aud-ig-c));
  color: #fff;
  border-color: transparent;
}

#section-audience .alok-metric-card--instagram .alok-metric-value {
  background: linear-gradient(120deg, #fff 20%, #f77737 55%, #c13584 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#section-audience .alok-metric-card--tiktok {
  --metric-tone: var(--aud-tt-a);
  border-color: rgba(37, 244, 238, 0.28);
  background:
    linear-gradient(120deg, rgba(37, 244, 238, 0.1), transparent 45%),
    linear-gradient(300deg, rgba(254, 44, 85, 0.12), transparent 50%),
    rgba(8, 8, 12, 0.92);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.28),
    -3px 0 0 rgba(37, 244, 238, 0.22),
    3px 0 0 rgba(254, 44, 85, 0.22);
}

#section-audience .alok-metric-card--tiktok .alok-metric-value {
  text-shadow:
    -1px 0 rgba(37, 244, 238, 0.55),
    1px 0 rgba(254, 44, 85, 0.45);
}

#section-audience .alok-metric-card--generic {
  --metric-tone: rgba(255, 255, 255, 0.75);
}

@keyframes alok-audience-spin {
  to { transform: rotate(360deg); }
}

@keyframes alok-audience-pulse {
  0%, 100% { filter: drop-shadow(0 0 16px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28)); }
  50% { filter: drop-shadow(0 0 28px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.55)); }
}

@keyframes alok-metric-rise {
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes alok-metric-breathe {
  0%, 100% { opacity: 0.55; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes alok-eq {
  0%, 100% {
    background-size: 3px 38%, 3px 72%, 3px 50%, 3px 88%, 3px 44%;
  }
  50% {
    background-size: 3px 70%, 3px 42%, 3px 86%, 3px 55%, 3px 78%;
  }
}

@keyframes alok-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 640px) {
  #section-audience #alok-audience-metrics.alok-metrics-bento,
  #section-audience .alok-audience-metrics {
    grid-template-columns: 1fr;
  }

  #section-audience .alok-audience-hero {
    justify-self: center;
  }

  #section-audience .alok-audience-header {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  #section-audience .alok-metric-card,
  #section-audience .alok-metric-pulse,
  #section-audience .alok-metric-card--spotify-listeners::after,
  #section-audience .alok-metric-card--streams::before,
  #section-audience .alok-audience-orbit,
  #section-audience .alok-audience-hero.is-live .alok-audience-count__value {
    animation: none !important;
  }
}

@media (max-width: 900px) {
  .alok-reels-section .alok-reels-layout.container,
  .alok-reels-layout.container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .alok-reels-copy,
  .alok-reels-copy h2,
  .alok-reels-copy p {
    text-align: center;
  }

  .alok-reels-stage > .alok-social-cta {
    justify-self: center;
  }

  .alok-reels-rail {
    --alok-reels-card-width: min(42vw, 11.5rem);
  }
}

@media (max-width: 580px) {
  .alok-reels-rail {
    --alok-reels-card-width: min(48vw, 10.5rem);
    --alok-reels-gap: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alok-reels-rail__track {
    animation: none !important;
  }

  .alok-reel-card__frame {
    transition: none;
  }
}

/* ===== Eventos tocados: reuse reels rail with flyer polish ===== */
.alok-flyers-section {
  background:
    radial-gradient(ellipse 55% 70% at 0% 45%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28), transparent 58%),
    radial-gradient(ellipse 40% 50% at 100% 80%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.1), transparent 55%),
    linear-gradient(180deg, #050505 0%, #0c0c0c 50%, #050505 100%);
}

.alok-reels-rail--flyers {
  --alok-reels-card-width: clamp(11.5rem, 22vw, 16.5rem);
}

.alok-reel-card--flyers .alok-reel-card__badge {
  display: none;
}

.alok-reel-card__frame.is-zoomable {
  cursor: zoom-in;
}

.alok-reel-card--flyers .alok-reel-card__glow {
  background: linear-gradient(180deg, transparent 50%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28));
}

/* ===== Aftermovie = Signature VideoWall (seamless full-bleed) ===== */
#section-aftermovie.alok-videowall,
.alok-videowall {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100svh;
  min-height: 100dvh;
  height: 100svh;
  height: 100dvh;
  padding: 0 !important;
  overflow: hidden;
  background: #000 !important;
  background-image: none !important;
  border: 0;
  box-shadow: none;
  isolation: isolate;
}

.alok-videowall::before {
  display: none !important;
}

.alok-videowall__grid {
  position: absolute;
  inset: 0;
  display: grid;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0;
  background: #000 !important;
}

.alok-videowall__grid[data-count="1"] {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}

.alok-videowall__grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
}

.alok-videowall__grid[data-count="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
}

.alok-videowall__grid[data-count="4"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.alok-videowall__grid[data-count="5"] {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.alok-videowall__grid[data-count="5"] .alok-videowall__cell:nth-child(1),
.alok-videowall__grid[data-count="5"] .alok-videowall__cell:nth-child(2),
.alok-videowall__grid[data-count="5"] .alok-videowall__cell:nth-child(3) {
  grid-column: span 2;
}

.alok-videowall__grid[data-count="5"] .alok-videowall__cell:nth-child(4),
.alok-videowall__grid[data-count="5"] .alok-videowall__cell:nth-child(5) {
  grid-column: span 3;
}

.alok-videowall__cell {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
}

.alok-videowall__cell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(2, 2, 5, 0.05), rgba(2, 2, 5, 0.22));
  pointer-events: none;
}

.alok-videowall__video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #000;
  object-fit: cover !important;
  opacity: 0.94;
  filter: saturate(1.08) contrast(1.04) brightness(1.06);
  transform: translateZ(0);
}

button.alok-videowall__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  background: #000;
}

button.alok-videowall__video video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  background: #000;
  pointer-events: none;
  opacity: 0.94;
  filter: saturate(1.08) contrast(1.04) brightness(1.06);
}

.alok-videowall__overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 8rem max(2rem, calc((100vw - 1180px) / 2)) 4rem;
  background: linear-gradient(180deg, transparent, rgba(3, 3, 5, 0.92) 88%);
  pointer-events: none;
  text-align: left;
  color: #fff;
}

.alok-videowall__label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin: 0 0 0.4rem;
  color: color-mix(in srgb, var(--alok-accent, #d71da5) 58%, #fff);
  font-family: Montserrat, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.alok-videowall__label::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--alok-accent, #d71da5);
  box-shadow: 0 0 16px var(--alok-accent, #d71da5);
}

.alok-videowall__title {
  margin: 0;
  max-width: 12ch;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: balance;
  color: #fff;
}

.alok-videowall-lightbox {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 2.5vw, 1.5rem);
  background:
    radial-gradient(
      ellipse 55% 48% at 50% 42%,
      rgba(var(--alok-accent-rgb, 215, 29, 165), 0.22),
      transparent 62%
    ),
    rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(12px);
}

.alok-videowall-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.alok-videowall-lightbox__close:hover {
  background: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28);
  border-color: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.55);
  transform: scale(1.04);
}

.alok-videowall-lightbox__stage {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  width: min(100%, 1100px);
  animation: alok-lightbox-rise 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.alok-videowall-lightbox--portrait .alok-videowall-lightbox__stage {
  width: auto;
  max-width: min(100%, 440px);
}

.alok-videowall-lightbox--drop .alok-videowall-lightbox__stage {
  width: min(96vw, 1280px);
  max-width: none;
}

.alok-videowall-lightbox__video {
  width: min(100%, 1100px);
  max-height: min(82vh, 720px);
  background: #000;
  border-radius: 0.75rem;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.55);
}

.alok-videowall-lightbox__video--portrait {
  width: auto;
  height: min(78vh, 760px);
  max-width: min(92vw, 420px);
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 1.25rem;
  box-shadow:
    0 0 0 1px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.55),
    0 2rem 4rem rgba(0, 0, 0, 0.65),
    0 0 80px -10px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.45);
}

.alok-videowall-lightbox__video--drop {
  width: min(96vw, 1280px);
  height: auto;
  max-height: min(88vh, 920px);
  aspect-ratio: auto;
  object-fit: contain;
  background: #000;
  border-radius: 1rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 2.5rem 5rem rgba(0, 0, 0, 0.7),
    0 0 120px -20px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.5);
}

.alok-videowall-lightbox__caption {
  margin: 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.78);
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

@keyframes alok-lightbox-rise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alok-videowall-lightbox__stage {
    animation: none;
  }
}

@media (max-width: 768px) {
  #section-aftermovie.alok-videowall,
  .alok-videowall {
    min-height: 100svh;
    min-height: 100dvh;
    height: 100svh;
    height: 100dvh;
  }

  .alok-videowall__grid[data-count="2"] {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .alok-videowall__grid[data-count="3"] {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .alok-videowall__grid[data-count="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .alok-videowall__grid[data-count="5"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .alok-videowall__grid[data-count="5"] .alok-videowall__cell:nth-child(1),
  .alok-videowall__grid[data-count="5"] .alok-videowall__cell:nth-child(2),
  .alok-videowall__grid[data-count="5"] .alok-videowall__cell:nth-child(3),
  .alok-videowall__grid[data-count="5"] .alok-videowall__cell:nth-child(4) {
    grid-column: span 1;
  }

  .alok-videowall__grid[data-count="5"] .alok-videowall__cell:nth-child(5) {
    grid-column: span 2;
  }

  .alok-videowall__overlay {
    padding: 6rem 1.25rem 2.5rem;
    text-align: center;
  }

  .alok-videowall__label {
    margin-inline: auto;
  }

  .alok-videowall__title {
    margin-inline: auto;
    font-size: clamp(2.5rem, 13vw, 4rem);
  }
}

@media (max-width: 560px) {
  #alok-audience-metrics.alok-audience-metrics,
  .alok-audience-section .alok-audience-metrics {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alok-audience-orbit,
  .alok-audience-hero.is-live .alok-audience-count__value,
  .alok-audience-metrics .alok-metric-card {
    animation: none;
  }
}

/* ============================================================
   Distinct stage layouts: Videos coverflow / IG phone / TT wall
   ============================================================ */

.alok-stage-section {
  min-height: 100vh;
  height: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.alok-stage-section .alok-section-header h2,
.alok-stage-section .alok-section-header p {
  text-align: inherit;
}

/* ---- VIDEOS: cinematic coverflow ---- */
.alok-stage--videos {
  background:
    radial-gradient(ellipse 70% 55% at 50% 70%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.22), transparent 62%),
    linear-gradient(180deg, #050505 0%, #0c0c0c 50%, #050505 100%);
}

.alok-stage-videos {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1rem, 4vw, 2rem);
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  justify-items: center;
}

.alok-stage-videos__copy {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}

.alok-stage-videos__copy h2,
.alok-stage-videos__copy p {
  text-align: center;
}

.alok-stage-videos__body {
  width: 100%;
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}

.alok-coverflow {
  width: 100%;
  display: grid;
  gap: 1.35rem;
  justify-items: center;
  perspective: 1400px;
}

.alok-coverflow__stage {
  position: relative;
  width: min(100%, 1040px);
  height: clamp(26rem, 66vw, 38rem);
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}

.alok-coverflow__card {
  position: absolute;
  inset: auto;
  width: clamp(12.5rem, 32vw, 19rem);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  /* Sides always recede on Z via --cover-abs (never positive Z), so they
     cannot paint over the center card in preserve-3d. */
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease,
    filter 420ms ease;
  transform:
    translateX(calc(var(--cover-offset) * 58%))
    translateZ(calc(var(--cover-abs) * -120px))
    rotateY(calc(var(--cover-offset) * -16deg))
    scale(calc(1 - var(--cover-abs) * 0.14));
  opacity: calc(1 - var(--cover-abs) * 0.32);
  filter: brightness(calc(1 - var(--cover-abs) * 0.35));
  pointer-events: auto;
  z-index: 1;
}

.alok-coverflow__card.is-far {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

/* Active / center: full opacity + brightness, always on top */
.alok-coverflow__card.is-active,
.alok-coverflow__card[data-offset="0"] {
  opacity: 1 !important;
  filter: brightness(1.14) contrast(1.06) saturate(1.08) !important;
  transform:
    translateX(0)
    translateZ(160px)
    rotateY(0deg)
    scale(1.08);
  z-index: 80 !important;
  cursor: pointer;
}

.alok-coverflow__card .alok-reel-card__frame {
  aspect-ratio: 9 / 16;
  border-radius: 1.4rem;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease;
  box-shadow:
    0 2rem 3.5rem -1.6rem rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 40px -12px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.45);
}

.alok-coverflow__card.is-active .alok-reel-card__frame {
  transform: none;
  box-shadow:
    0 2.6rem 4.2rem -1.2rem rgba(0, 0, 0, 1),
    0 0 0 1px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.85),
    0 0 72px -6px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.7);
}

.alok-coverflow__card.is-active .alok-reel-card__frame video,
.alok-coverflow__card[data-offset="0"] .alok-reel-card__frame video {
  opacity: 1 !important;
  filter: none !important;
}

.alok-coverflow__card .alok-reel-card__caption {
  text-align: center;
  opacity: 0;
  transition: opacity 300ms ease;
}

.alok-coverflow__card.is-active .alok-reel-card__caption {
  opacity: 0.75;
}

.alok-coverflow__card.is-active:hover {
  transform:
    translateX(0)
    translateZ(170px)
    rotateY(0deg)
    scale(1.1);
}

.alok-coverflow__controls {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.alok-coverflow__nav {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.alok-coverflow__nav:hover {
  background: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28);
  border-color: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.55);
  transform: scale(1.05);
}

.alok-coverflow__dots {
  display: inline-flex;
  gap: 0.4rem;
}

.alok-coverflow__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.alok-coverflow__dot.is-active {
  width: 1.35rem;
  background: var(--alok-accent, #d71da5);
}

/* ---- SOCIAL SPOTLIGHT: Instagram + TikTok (shared 9:16) ---- */
.alok-stage--instagram {
  background:
    radial-gradient(ellipse 58% 55% at 78% 42%, rgba(221, 42, 123, 0.22), transparent 62%),
    radial-gradient(ellipse 42% 45% at 18% 78%, rgba(245, 133, 41, 0.14), transparent 58%),
    #070707;
}

.alok-stage--tiktok {
  background:
    radial-gradient(ellipse 52% 52% at 78% 44%, rgba(254, 44, 85, 0.16), transparent 60%),
    radial-gradient(ellipse 42% 48% at 16% 72%, rgba(37, 244, 238, 0.14), transparent 58%),
    #050505;
}

.alok-stage-spotlight {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(2.75rem, 6vw, 5rem) clamp(1rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(1.75rem, 5vw, 3.5rem);
}

.alok-stage-spotlight__copy {
  text-align: left;
  margin: 0;
  max-width: 26rem;
}

.alok-stage-spotlight__copy h2 {
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.alok-stage-spotlight__copy p {
  margin-top: 0.85rem;
  font-size: clamp(0.85rem, 1.6vw, 1rem);
  color: rgba(255, 255, 255, 0.62);
  max-width: 22rem;
}

.alok-stage-spotlight--instagram .alok-stage-spotlight__copy h2 span {
  background: linear-gradient(120deg, #f58529, #dd2a7b 55%, #8134af);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.alok-stage-spotlight--tiktok .alok-stage-spotlight__copy h2 span {
  color: #25f4ee;
  text-shadow: 2px 0 0 rgba(254, 44, 85, 0.65);
}

.alok-stage-spotlight__body {
  display: grid;
  gap: 1.35rem;
  justify-items: center;
  width: 100%;
}

.alok-social-spotlight {
  position: relative;
  width: 100%;
  display: grid;
  gap: 1.1rem;
  justify-items: center;
}

.alok-social-spotlight__ambient {
  position: absolute;
  inset: 8% 10% 12%;
  border-radius: 50%;
  filter: blur(42px);
  pointer-events: none;
  z-index: 0;
}

.alok-social-spotlight--instagram .alok-social-spotlight__ambient {
  background:
    radial-gradient(circle at 40% 35%, rgba(245, 133, 41, 0.35), transparent 52%),
    radial-gradient(circle at 62% 68%, rgba(221, 42, 123, 0.32), transparent 55%);
}

.alok-social-spotlight--tiktok .alok-social-spotlight__ambient {
  background:
    radial-gradient(circle at 35% 40%, rgba(37, 244, 238, 0.28), transparent 52%),
    radial-gradient(circle at 65% 62%, rgba(254, 44, 85, 0.3), transparent 55%);
}

.alok-social-spotlight__device {
  position: relative;
  z-index: 1;
  width: min(100%, clamp(17rem, 38vw, 26rem));
}

.alok-social-spotlight__ring {
  padding: 5px;
  border-radius: 2.65rem;
  box-shadow:
    0 2.5rem 4rem -1.5rem rgba(0, 0, 0, 0.92),
    0 0 70px -18px rgba(255, 255, 255, 0.08);
}

.alok-social-spotlight--instagram .alok-social-spotlight__ring {
  background: linear-gradient(145deg, #f58529, #dd2a7b 38%, #8134af 72%, #515bd4);
  box-shadow:
    0 2.5rem 4rem -1.5rem rgba(0, 0, 0, 0.92),
    0 0 60px -12px rgba(221, 42, 123, 0.55);
}

.alok-social-spotlight--tiktok .alok-social-spotlight__ring {
  background: linear-gradient(145deg, #25f4ee, #111 42%, #fe2c55 78%, #25f4ee);
  box-shadow:
    0 2.5rem 4rem -1.5rem rgba(0, 0, 0, 0.92),
    0 0 60px -12px rgba(254, 44, 85, 0.45);
}

.alok-social-spotlight__bezel {
  position: relative;
  border-radius: 2.45rem;
  background: linear-gradient(180deg, #121216 0%, #08080a 100%);
  padding: 0.65rem 0.55rem 0.85rem;
  overflow: hidden;
}

.alok-social-spotlight__platform {
  display: block;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.alok-social-spotlight--instagram .alok-social-spotlight__platform {
  color: #dd2a7b;
}

.alok-social-spotlight--tiktok .alok-social-spotlight__platform {
  color: #25f4ee;
}

.alok-social-spotlight__notch {
  display: block;
  width: 32%;
  height: 0.65rem;
  margin: 0 auto 0.6rem;
  border-radius: 999px;
  background: #0e0e12;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.alok-social-spotlight__screen {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 1.55rem;
  overflow: hidden;
  background: #0a0a0c;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.alok-social-spotlight__progress {
  position: absolute;
  z-index: 5;
  top: 0.65rem;
  left: 0.65rem;
  right: 0.65rem;
  display: flex;
  gap: 0.28rem;
  pointer-events: none;
}

.alok-social-spotlight__bar {
  flex: 1;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
}

.alok-social-spotlight__bar.is-done {
  background: #fff;
}

.alok-social-spotlight__bar.is-active {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), #fff);
  background-size: 200% 100%;
  animation: alok-spotlight-progress 4.5s linear forwards;
}

.alok-social-spotlight--tiktok .alok-social-spotlight__bar.is-active {
  animation-duration: 5.2s;
}

.alok-social-spotlight__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
}

.alok-social-spotlight__slide--embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #0a0a0c;
}

.alok-social-spotlight--instagram .alok-social-spotlight__slide--embed iframe {
  width: 118%;
  height: 118%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.alok-social-spotlight__open {
  position: absolute;
  z-index: 4;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  color: #fff !important;
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.alok-social-spotlight__screen:hover .alok-social-spotlight__open,
.alok-social-spotlight__screen:focus-within .alok-social-spotlight__open {
  opacity: 1;
}

.alok-social-spotlight__card {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.alok-social-spotlight__card .alok-reel-card__frame {
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
}

.alok-social-spotlight__card .alok-reel-card__frame img,
.alok-social-spotlight__card .alok-reel-card__frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.alok-social-spotlight__card .alok-reel-card__caption,
.alok-social-spotlight__card .alok-reel-card__badge {
  display: none;
}

.alok-social-spotlight__thumbs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  max-width: min(100%, 26rem);
}

.alok-social-spotlight__thumb {
  flex: 0 0 auto;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.alok-social-spotlight__thumb.is-active {
  transform: translateY(-2px);
}

.alok-social-spotlight--instagram .alok-social-spotlight__thumb.is-active {
  border-color: #dd2a7b;
  box-shadow: 0 0 16px -4px rgba(221, 42, 123, 0.65);
}

.alok-social-spotlight--tiktok .alok-social-spotlight__thumb.is-active {
  border-color: #25f4ee;
  box-shadow: 0 0 16px -4px rgba(37, 244, 238, 0.55);
}

.alok-social-spotlight__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alok-social-spotlight__thumb-label {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
}

.alok-stage--instagram .alok-social-cta {
  background: linear-gradient(120deg, #f58529, #dd2a7b 55%, #8134af) !important;
  border: 0 !important;
  box-shadow: 0 0 28px -8px rgba(221, 42, 123, 0.55);
}

.alok-stage--tiktok .alok-social-cta {
  background: linear-gradient(120deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95)) !important;
  border: 1px solid rgba(37, 244, 238, 0.45) !important;
  box-shadow:
    3px 0 0 rgba(254, 44, 85, 0.55),
    0 0 24px -10px rgba(37, 244, 238, 0.35);
}

@keyframes alok-spotlight-progress {
  from { background-position: 100% 0; }
  to { background-position: 0 0; }
}

@media (max-width: 900px) {
  .alok-stage-spotlight {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 2rem;
  }

  .alok-stage-spotlight__copy,
  .alok-stage-spotlight__copy h2,
  .alok-stage-spotlight__copy p {
    text-align: center;
    max-width: none;
  }

  .alok-stage-spotlight__copy p {
    margin-inline: auto;
  }

  .alok-social-spotlight__device {
    width: min(100%, clamp(15rem, 72vw, 22rem));
  }

  .alok-coverflow__stage {
    height: clamp(24rem, 84vw, 34rem);
  }

  .alok-coverflow__card {
    width: clamp(10.5rem, 40vw, 15rem);
    transform:
      translateX(calc(var(--cover-offset) * 48%))
      translateZ(calc(var(--cover-abs, 0) * -90px))
      rotateY(calc(var(--cover-offset) * -12deg))
      scale(calc(1 - var(--cover-abs, 0) * 0.16));
  }

  .alok-coverflow__card.is-active,
  .alok-coverflow__card[data-offset="0"] {
    transform:
      translateX(0)
      translateZ(120px)
      rotateY(0deg)
      scale(1.06);
  }

  .alok-videowall-lightbox__video--portrait {
    height: min(72vh, 640px);
    max-width: min(88vw, 360px);
  }

  .alok-videowall-lightbox__video--drop {
    width: min(96vw, 100%);
    max-height: min(82vh, 760px);
    border-radius: 0.85rem;
  }

  .alok-reel-card__play {
    width: 2.65rem;
    height: 2.65rem;
  }
}

@media (max-width: 560px) {
  .alok-social-spotlight__device {
    width: min(100%, clamp(14rem, 84vw, 19rem));
  }

  .alok-social-spotlight__thumb {
    width: 2.35rem;
    height: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alok-coverflow__card,
  .alok-social-spotlight__bar.is-active {
    animation: none !important;
    transition: none !important;
  }
}

/* ========== Headliner: Linha do Tempo — conquista ========== */
#section-career.alok-career-conquest {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(5rem, 10vw, 8.5rem);
  background:
    radial-gradient(ellipse 70% 55% at 8% 18%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.34), transparent 58%),
    radial-gradient(ellipse 55% 45% at 92% 88%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.2), transparent 52%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03), transparent 48%),
    linear-gradient(180deg, #050505 0%, #0c0c0c 45%, #050505 100%);
}

#section-career.alok-career-conquest::before {
  content: "";
  position: absolute;
  inset: 12% 8% auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--alok-accent-rgb, 215, 29, 165), 0.65),
    transparent
  );
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.alok-career-aurora {
  position: absolute;
  inset: -20% -10%;
  z-index: 0;
  pointer-events: none;
  background:
    conic-gradient(
      from 120deg at 30% 40%,
      transparent 0deg,
      rgba(var(--alok-accent-rgb, 215, 29, 165), 0.12) 60deg,
      transparent 140deg,
      rgba(var(--alok-accent-rgb, 215, 29, 165), 0.08) 220deg,
      transparent 300deg
    );
  filter: blur(40px);
  animation: alok-career-aurora-spin 22s linear infinite;
  opacity: 0.85;
}

.alok-career-orbit {
  position: absolute;
  top: 48%;
  left: 22%;
  z-index: 0;
  width: min(52vw, 420px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(var(--alok-accent-rgb, 215, 29, 165), 0.22);
  box-shadow:
    0 0 0 28px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.04),
    0 0 80px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.18);
  pointer-events: none;
  animation: alok-career-orbit-pulse 5.5s ease-in-out infinite;
}

.alok-career-orbit::before,
.alok-career-orbit::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.12);
}

.alok-career-orbit::after {
  inset: 34%;
  border-style: solid;
  border-color: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35);
  box-shadow: 0 0 24px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35);
}

.alok-career-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}

@media (min-width: 960px) {
  .alok-career-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2.5rem, 6vw, 5rem);
  }

  .alok-career-header {
    margin: 0 !important;
    max-width: none !important;
    text-align: left !important;
  }

  .alok-career-header p:last-child {
    margin-left: 0 !important;
  }
}

.alok-career-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.1rem !important;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--alok-accent-rgb, 215, 29, 165), 0.45);
  background:
    linear-gradient(120deg, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28), rgba(255, 255, 255, 0.04));
  color: #fff !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase;
  box-shadow:
    0 0 24px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28),
    inset 0 0 12px rgba(255, 255, 255, 0.05);
}

.alok-career-badge::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--alok-accent, #d71da5);
  box-shadow: 0 0 12px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.95);
  animation: alok-career-dot-pulse 1.8s ease-in-out infinite;
}

.alok-career-header h2 {
  text-shadow:
    0 0 28px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35),
    0 0 60px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.18);
}

.alok-career-header h2 span {
  opacity: 0.82 !important;
}

/* Make the accent word feel like a trophy inscription */
.alok-career-header h2 {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 28%,
    var(--alok-accent, #d71da5) 72%,
    color-mix(in srgb, var(--alok-accent, #d71da5) 70%, #fff) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 22px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.45));
}

.alok-career-header h2 span {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: rgba(255, 255, 255, 0.78);
  filter: none;
}

.alok-career-header p:last-child {
  max-width: 28rem !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 1.05rem !important;
}

#alok-career.alok-career-stage {
  border-top: 0;
  padding-top: 0;
  min-width: 0;
}

.alok-career-conquest .alok-career-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

@media (max-width: 560px) {
  .alok-career-conquest .alok-career-grid {
    grid-template-columns: 1fr;
  }

  .alok-career-orbit {
    left: 50%;
    opacity: 0.45;
  }
}

.alok-career-medal {
  --career-i: 0;
  position: relative;
  isolation: isolate;
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  padding: 1.45rem 1.1rem 1.35rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(var(--alok-accent-rgb, 215, 29, 165), 0.38);
  background:
    linear-gradient(165deg, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.22), rgba(8, 8, 8, 0.92) 48%, rgba(255, 255, 255, 0.03)),
    rgba(0, 0, 0, 0.55);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.03);
  text-align: center;
  overflow: hidden;
  transform: translateZ(0);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  animation: alok-career-medal-float 5.8s ease-in-out infinite;
  animation-delay: calc(var(--career-i) * 0.35s);
}

.alok-career-medal::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -30%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.alok-career-medal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(255, 255, 255, 0.14) 48%,
    transparent 62%
  );
  transform: translateX(-120%);
  animation: alok-career-shimmer 4.8s ease-in-out infinite;
  animation-delay: calc(var(--career-i) * 0.4s + 0.6s);
  pointer-events: none;
  z-index: 1;
}

.alok-career-medal-glow {
  position: absolute;
  inset: auto 10% -35%;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.45), transparent 70%);
  filter: blur(18px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.alok-career-medal-rim {
  position: absolute;
  inset: 0.45rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: 0;
}

.alok-career-medal-icon,
.alok-career-medal-kicker,
.alok-career-medal .alok-label,
.alok-career-medal-value {
  position: relative;
  z-index: 2;
}

.alok-career-medal-icon {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  margin-bottom: 0.15rem;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.35), transparent 45%),
    linear-gradient(160deg, var(--alok-accent, #d71da5), color-mix(in srgb, var(--alok-accent, #d71da5) 45%, #1a0514));
  box-shadow:
    0 0 0 4px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.18),
    0 0 22px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.55);
}

.alok-career-medal-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.alok-career-medal-kicker {
  color: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.95);
  font-family: Montserrat, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.alok-career-medal .alok-label {
  color: rgba(255, 255, 255, 0.62);
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.alok-career-medal-value,
.alok-career-medal .alok-value {
  margin-top: 0.15rem;
  color: #fff;
  font-family: Strasua, Montserrat, sans-serif;
  font-size: clamp(2.35rem, 6vw, 3.4rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow:
    0 0 18px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.55),
    0 0 40px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.25);
}

.alok-career-medal:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.75);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.45),
    0 0 36px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.alok-career-medal:hover .alok-career-medal-icon {
  box-shadow:
    0 0 0 5px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.25),
    0 0 28px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.8);
}

@keyframes alok-career-aurora-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes alok-career-orbit-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(0.96);
  }
  50% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes alok-career-dot-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.35);
    opacity: 0.65;
  }
}

@keyframes alok-career-shimmer {
  0%,
  55% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes alok-career-medal-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alok-career-aurora,
  .alok-career-orbit,
  .alok-career-badge::before,
  .alok-career-medal,
  .alok-career-medal::after {
    animation: none !important;
  }
}


/* =====================================================================
   FINAL LOCK — bio fullscreen + chrome cleanup (all Headliner artists)
   Appended last so it wins over earlier rules in this file.
   Shared mirror: every artist on Template 7 / Headliner gets this.
   ===================================================================== */

/* Kill custom cursor everywhere (normal system cursor) */
.custom-cursor,
.cursor-outer,
.cursor-inner,
.cursor-dot,
.cursor-circle,
.custom-cursor,
.cursor-outer,
.cursor-inner {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  transform: none !important;
}

html,
body {
  cursor: auto !important;
}

html *,
body * {
  cursor: auto !important;
}

a,
button,
[role="button"],
.nav-menu a,
.plataform-music,
.btn {
  cursor: pointer !important;
}

/* Remove fixed corner chrome: pink hamburger + left logo badge */
.nav-button,
.nav-button span,
.mobile-logo,
.mobile-logo.active,
.mobile-header,
.nav-button,
.mobile-logo,
.mobile-header {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Hero corner blobs / decorative shapes */
.images-hero .shape,
.shape.shape-01,
.shape.shape-02,
.shape.shape-03,
.shape.shape-04,
#top .shape,
.hero-main .shape {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Brush-stroke logo frame (white jagged corners near platforms) */
.hero-main .logo-border,
.logo-border,
img.logo-border,
#logo-alok,
.legacy-logo-svg {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.hero-main .mobile-header,
.hero-main .mobile-logo {
  display: none !important;
}

/* Bio: true edge-to-edge viewport — no top black banding, head not cropped */
#bio,
#bio.section-bio,
#bio.section-bio.section-default {
  scroll-margin-top: 0 !important;
  min-height: 100svh !important;
  min-height: 100dvh !important;
  height: 100svh !important;
  height: 100dvh !important;
  max-height: 100svh !important;
  max-height: 100dvh !important;
  padding: 0 !important;
  padding-block: 0 !important;
  padding-inline: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
  background-image: none !important;
  box-sizing: border-box !important;
}

#bio .artist-cutout-layer {
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  padding-block: 0 !important;
  margin: 0 !important;
  align-items: stretch !important;
  justify-content: stretch !important;
}

/* Cover the column edge-to-edge; anchor head at top (no letterbox banding). */
#bio .artist-cutout-layer img,
#bio .artist-cutout-layer img:not([hidden]) {
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  margin: 0 !important;
  align-self: stretch !important;
}

#bio > .container {
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  align-items: center !important;
}

#bio .bio-content {
  height: fit-content !important;
  max-height: min(94svh, 980px) !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  margin-block: auto !important;
  align-self: center !important;
}

/* Mobile: keep edge-to-edge (no padding-block banding); taller cutout so head shows */
@media (max-width: 900px) {
  #bio,
  #bio.section-bio,
  #bio.section-bio.section-default {
    height: auto !important;
    max-height: none !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    padding: 0 !important;
    padding-block: 0 !important;
    padding-inline: 0 !important;
    overflow: visible !important;
  }

  #bio .artist-cutout-layer {
    height: min(82svh, 760px) !important;
    min-height: min(82svh, 760px) !important;
    max-height: min(82svh, 760px) !important;
    padding: 0 !important;
  }

  #bio .artist-cutout-layer img,
  #bio .artist-cutout-layer img:not([hidden]) {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  #bio .bio-content {
    min-height: 0 !important;
    max-height: none !important;
  }
}

/* ---- YOUTUBE: copy left / hero embed right ---- */
.alok-stage--youtube {
  min-height: min(100vh, 920px);
  background:
    radial-gradient(ellipse 58% 52% at 88% 42%, rgba(255, 0, 0, 0.16), transparent 58%),
    radial-gradient(ellipse 42% 40% at 6% 78%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.1), transparent 55%),
    #070707;
}

.alok-stage-yt {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  align-items: center;
  gap: clamp(1.75rem, 5vw, 4.5rem);
}

.alok-stage-yt__copy {
  margin: 0;
  max-width: none;
  text-align: left;
}

.alok-stage-yt__copy h2,
.alok-stage-yt__copy p {
  text-align: left;
}

.alok-stage-yt__copy h2 span {
  background: linear-gradient(180deg, #fff 0%, #ff4d4d 55%, #ff0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(255, 0, 0, 0.35));
}

.alok-stage-yt__body {
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 1.15rem;
  justify-items: stretch;
  align-content: center;
}

.alok-stage-yt__body.alok-embed-stage {
  justify-items: stretch;
}

.alok-stage-yt__body .alok-embed-card {
  width: 100%;
  padding: clamp(0.7rem, 1.4vw, 1rem);
  border-radius: 1.2rem;
  border-color: rgba(255, 0, 0, 0.28);
  background:
    linear-gradient(165deg, rgba(255, 0, 0, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(0, 0, 0, 0.55);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.48),
    0 0 42px rgba(255, 0, 0, 0.14);
}

.alok-stage-yt__body .alok-embed-card .alok-slot-title {
  margin: 0 0 0.35rem;
  color: rgba(255, 77, 77, 0.92);
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.alok-stage-yt__body .alok-embed-card iframe {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  min-height: clamp(260px, 42vw, 560px);
  height: auto;
  border: 0;
  border-radius: 0.85rem;
  background: #111;
}

.alok-stage-yt__body > .alok-media-link.btn,
.alok-stage-yt__body > .alok-media-link.btn-primary,
#section-youtube .alok-media-link.btn-primary {
  justify-self: start;
  margin-top: 0.15rem;
  background: #e11d2e !important;
  background-image: none !important;
  border: 1px solid #e11d2e !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(225, 29, 46, 0.42);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 1;
}

#section-youtube .alok-media-link.btn-primary:hover,
.alok-stage-yt__body > .alok-media-link.btn-primary:hover {
  background: #ff2a3c !important;
  border-color: #ff2a3c !important;
  box-shadow: 0 12px 32px rgba(225, 29, 46, 0.55);
}

.alok-stage-yt__body .alok-track-card {
  grid-template-columns: minmax(96px, 140px) 1fr;
}

.alok-stage-yt__body .alok-track-card img {
  aspect-ratio: 16 / 10;
}

@media (max-width: 960px) {
  .alok-stage-yt {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 4vw, 2.25rem);
  }

  .alok-stage-yt__copy {
    max-width: 34rem;
  }

  .alok-stage-yt__body .alok-embed-card iframe {
    min-height: clamp(220px, 56vw, 420px);
  }
}

@media (max-width: 560px) {
  .alok-stage-yt__body > .alok-media-link.btn,
  .alok-stage-yt__body > .alok-media-link.btn-primary {
    width: 100%;
    justify-self: stretch;
    text-align: center;
  }
}

/* ===== Press kit + logo oficial ===== */
.alok-press-section,
.alok-logo-section {
  min-height: 100vh;
  height: auto !important;
}

.alok-press-layout.container,
.alok-logo-layout.container {
  width: 100%;
  max-width: 1180px;
  height: auto;
  margin: 0 auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: minmax(12rem, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(1.5rem, 4.5vw, 3.25rem);
}

.alok-press-copy,
.alok-logo-copy {
  margin: 0;
  max-width: 18rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.35rem;
  position: relative;
}

.alok-press-copy::before,
.alok-logo-copy::before {
  content: "";
  display: block;
  width: 140%;
  height: 78%;
  position: absolute;
  left: -18%;
  top: 42%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
}

.alok-press-copy > *,
.alok-logo-copy > * {
  position: relative;
  z-index: 1;
}

.alok-press-copy h2,
.alok-logo-copy h2 {
  text-align: left;
  margin: 0;
}

.alok-press-copy h2 .alok-press-kit-word,
.alok-press-copy h2 em.alok-press-kit-word {
  font-style: normal;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
  display: inline;
  color: var(--alok-accent-title, #ff6bc4);
  -webkit-text-fill-color: var(--alok-accent-title, #ff6bc4);
  text-shadow:
    0 0 1.6rem rgba(var(--alok-accent-title-rgb, var(--alok-accent-rgb, 215, 29, 165)), 0.55),
    0 2px 18px rgba(0, 0, 0, 0.55);
}

.alok-press-download-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  background: linear-gradient(
    120deg,
    rgba(var(--alok-accent-rgb, 215, 29, 165), 0.98),
    color-mix(in srgb, var(--alok-accent, #d71da5) 55%, #fff)
  );
  box-shadow: 0 12px 28px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.38);
  transition: filter 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.alok-press-download-all:hover:not(:disabled) {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.alok-press-download-all:disabled {
  opacity: 0.65;
  cursor: wait;
}

.alok-press-download-all[hidden] {
  display: none !important;
}

.alok-press-copy p,
.alok-logo-copy p {
  margin: 0;
  text-align: left;
}

.alok-press-grid.alok-media-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.5vw, 1.05rem);
  align-items: start;
  justify-content: end;
}

.alok-press-grid .alok-media-card--press {
  padding: 0.4rem;
  border-radius: 1rem;
  background:
    linear-gradient(160deg, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.16), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.alok-press-grid .alok-media-card--press:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.65);
}

.alok-press-grid .alok-media-card--press:focus-within {
  outline: 2px solid rgba(var(--alok-accent-rgb, 215, 29, 165), 0.7);
  outline-offset: 2px;
}

.alok-press-grid .alok-media-card__frame {
  position: relative;
  border-radius: 0.72rem;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: #111;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.alok-press-grid .alok-media-card__frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62));
  pointer-events: none;
}

.alok-press-grid .alok-media-card__download-hint {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
  opacity: 1;
  transform: translateY(0);
  transition: background 0.2s ease, border-color 0.2s ease;
  pointer-events: none;
}

.alok-press-grid .alok-media-card--press:hover .alok-media-card__download-hint,
.alok-press-grid .alok-media-card--press:focus-within .alok-media-card__download-hint {
  background: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.92);
  border-color: rgba(255, 255, 255, 0.35);
}

/* Press photos are icon-only — hide any leftover text download CTA. */
.alok-press-grid .alok-media-download {
  display: none !important;
}

.alok-press-grid .alok-media-card__frame img,
.alok-press-grid .alok-media-card__frame video {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
}

.alok-press-grid .alok-media-link {
  width: 100%;
  margin-top: 0.55rem;
  min-height: 2rem;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}

.alok-logo-grid.alok-media-grid {
  grid-template-columns: repeat(auto-fill, minmax(7.5rem, 9.5rem));
  gap: clamp(0.75rem, 1.5vw, 1.1rem);
  justify-content: start;
}

.alok-logo-grid .alok-media-card--logo {
  padding: 0.55rem;
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.2), transparent 55%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
}

.alok-logo-grid .alok-media-card__frame {
  aspect-ratio: 1 / 1;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #0a0a0a;
  display: grid;
  place-items: center;
  padding: 0.65rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.alok-logo-grid .alok-media-card__frame img,
.alok-logo-grid .alok-media-card__frame video {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: contain;
}

.alok-logo-grid .alok-media-link--logo {
  width: 100%;
  margin-top: 0.65rem;
  min-height: 2.35rem;
  border-radius: 999px;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(
    120deg,
    rgba(var(--alok-accent-rgb, 215, 29, 165), 0.95),
    color-mix(in srgb, var(--alok-accent, #d71da5) 55%, #fff)
  );
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35);
}

.alok-logo-grid .alok-media-link--logo:hover {
  filter: brightness(1.06);
}

@media (max-width: 980px) {
  .alok-press-layout.container,
  .alok-logo-layout.container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .alok-press-copy,
  .alok-logo-copy {
    text-align: center;
    max-width: none;
    align-items: center;
  }

  .alok-press-copy::before,
  .alok-logo-copy::before {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }

  .alok-press-copy h2,
  .alok-logo-copy h2,
  .alok-press-copy p,
  .alok-logo-copy p {
    text-align: center;
  }

  .alok-press-grid.alok-media-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
  }

  .alok-logo-grid.alok-media-grid {
    justify-content: center;
  }
}

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

/* Aftermovie VideoWall: final lock — full viewport like Signature template */
#section-aftermovie.alok-block-section.alok-videowall,
#section-aftermovie.alok-videowall,
.alok-block-section.alok-videowall {
  min-height: 100svh !important;
  min-height: 100dvh !important;
  height: 100svh !important;
  height: 100dvh !important;
  padding: 0 !important;
  padding-block: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
  background-image: none !important;
}

#section-aftermovie.alok-videowall .alok-videowall__grid,
.alok-videowall .alok-videowall__grid {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

/* ===== Headliner photos — crisp bento showcase (no dark wash) ===== */
#photos {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding-block: clamp(4.5rem, 8vw, 7rem) !important;
  background:
    radial-gradient(ellipse 90% 55% at 12% 0%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.14), transparent 58%),
    radial-gradient(ellipse 70% 45% at 88% 100%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.08), transparent 52%),
    #070707 !important;
}

#photos .photos-grid {
  height: auto !important;
  min-height: 0 !important;
  align-items: center !important;
  grid-template-columns: minmax(200px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(1.5rem, 4vw, 3.5rem) !important;
}

#photos .photos-info::before {
  display: none !important;
  content: none !important;
}

#photos .photos-gallery::before,
#photos .photos-gallery::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

#photos .photos-info {
  position: relative;
  z-index: 2;
}

#photos .photos-info p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 34ch;
}

/* Side gallery mosaic — clean tiles beside the copy (no crushed strips). */
.alok-photos-showcase {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(clamp(9.5rem, 16vw, 12.5rem), auto);
  grid-auto-flow: row dense;
  gap: clamp(0.65rem, 1.15vw, 0.95rem);
  align-content: start;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  position: relative;
  isolation: isolate;
}

.alok-photos-showcase.is-empty {
  min-height: 0;
}

.alok-photos-showcase .alok-photo-card {
  position: relative;
  display: block;
  grid-column: auto;
  grid-row: auto;
  width: 100%;
  height: 100%;
  min-height: clamp(9.5rem, 16vw, 12.5rem);
  border-radius: clamp(0.85rem, 1.4vw, 1.2rem);
  overflow: hidden;
  text-decoration: none;
  cursor: zoom-in;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateZ(0);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.alok-photos-showcase .alok-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.12) 0%,
    transparent 42%,
    rgba(0, 0, 0, 0.08) 100%
  );
  transition: opacity 0.35s ease;
}

.alok-photos-showcase .alok-photo-card:hover,
.alok-photos-showcase .alok-photo-card:focus-visible {
  transform: translateY(-3px) scale(1.012);
  border-color: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.45);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.22);
  z-index: 3;
}

.alok-photos-showcase .alok-photo-card:hover::after,
.alok-photos-showcase .alok-photo-card:focus-visible::after {
  opacity: 1;
}

.alok-photos-showcase .alok-photo-card img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  border-radius: inherit;
}

/* Default modifiers (5+ photos) — keep spans on a 2-col board. */
.alok-photos-showcase .alok-photo-card--hero {
  grid-column: 1 / -1;
  min-height: clamp(14rem, 28vw, 20rem);
}

.alok-photos-showcase .alok-photo-card--tall {
  grid-column: auto;
  grid-row: span 2;
  min-height: clamp(18rem, 34vw, 24rem);
}

.alok-photos-showcase .alok-photo-card--wide {
  grid-column: 1 / -1;
  min-height: clamp(11rem, 18vw, 14rem);
}

/* 1 photo — full stage */
.alok-photos-showcase[data-count="1"] {
  grid-template-columns: minmax(0, 1fr);
  min-height: clamp(18rem, 42vw, 28rem);
}

.alok-photos-showcase[data-count="1"] .alok-photo-card {
  grid-column: 1 / -1;
  grid-row: auto;
  min-height: clamp(18rem, 42vw, 28rem);
}

/* 2 photos — equal pair */
.alok-photos-showcase[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(clamp(16rem, 32vw, 22rem), auto);
  min-height: clamp(16rem, 32vw, 22rem);
}

.alok-photos-showcase[data-count="2"] .alok-photo-card,
.alok-photos-showcase[data-count="2"] .alok-photo-card--hero,
.alok-photos-showcase[data-count="2"] .alok-photo-card--tall,
.alok-photos-showcase[data-count="2"] .alok-photo-card--wide {
  grid-column: auto;
  grid-row: auto;
  min-height: clamp(16rem, 32vw, 22rem);
}

/*
 * 3 photos — magazine mosaic beside the copy:
 * ┌──────────┬────────┐
 * │          │   2    │
 * │    1     ├────────┤
 * │          │   3    │
 * └──────────┴────────┘
 */
.alok-photos-showcase[data-count="3"] {
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: repeat(2, minmax(clamp(10.5rem, 18vw, 14rem), 1fr));
  grid-auto-flow: row;
  min-height: clamp(22rem, 40vw, 30rem);
}

.alok-photos-showcase[data-count="3"] .alok-photo-card,
.alok-photos-showcase[data-count="3"] .alok-photo-card--hero,
.alok-photos-showcase[data-count="3"] .alok-photo-card--tall,
.alok-photos-showcase[data-count="3"] .alok-photo-card--wide {
  min-height: 0;
  height: 100%;
}

.alok-photos-showcase[data-count="3"] .alok-photo-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}

.alok-photos-showcase[data-count="3"] .alok-photo-card:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.alok-photos-showcase[data-count="3"] .alok-photo-card:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

/* 4 photos — balanced 2×2 */
.alok-photos-showcase[data-count="4"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(clamp(11rem, 18vw, 14.5rem), auto));
  min-height: clamp(24rem, 40vw, 32rem);
}

.alok-photos-showcase[data-count="4"] .alok-photo-card,
.alok-photos-showcase[data-count="4"] .alok-photo-card--hero,
.alok-photos-showcase[data-count="4"] .alok-photo-card--tall,
.alok-photos-showcase[data-count="4"] .alok-photo-card--wide {
  grid-column: auto;
  grid-row: auto;
  min-height: clamp(11rem, 18vw, 14.5rem);
}

@media (max-width: 900px) {
  .alok-photos-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(clamp(9rem, 28vw, 12rem), auto);
  }

  .alok-photos-showcase[data-count="3"] {
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: repeat(2, minmax(clamp(9.5rem, 26vw, 12.5rem), 1fr));
    min-height: clamp(20rem, 58vw, 26rem);
  }

  .alok-photos-showcase[data-count="2"] .alok-photo-card,
  .alok-photos-showcase[data-count="2"] .alok-photo-card--hero,
  .alok-photos-showcase[data-count="2"] .alok-photo-card--tall,
  .alok-photos-showcase[data-count="2"] .alok-photo-card--wide {
    min-height: clamp(12rem, 36vw, 16rem);
  }
}

@media (max-width: 560px) {
  .alok-photos-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  /* Phone: keep the same mosaic idea, just tighter. */
  .alok-photos-showcase[data-count="3"] {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: repeat(2, minmax(7.5rem, 1fr));
    min-height: clamp(17rem, 78vw, 22rem);
  }

  .alok-photos-showcase[data-count="1"] .alok-photo-card {
    min-height: clamp(14rem, 62vw, 18rem);
  }

  .alok-photos-showcase[data-count="2"] .alok-photo-card {
    min-height: clamp(11rem, 48vw, 14rem);
  }

  .alok-photos-showcase .alok-photo-card--hero,
  .alok-photos-showcase .alok-photo-card--wide {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: clamp(12rem, 52vw, 16rem);
  }

  .alok-photos-showcase .alok-photo-card--tall {
    grid-row: auto;
    min-height: clamp(9rem, 42vw, 12rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .alok-photos-showcase .alok-photo-card {
    transition: none;
  }

  .alok-photos-showcase .alok-photo-card:hover,
  .alok-photos-showcase .alok-photo-card:focus-visible {
    transform: none;
  }
}

/* ===== Headliner music stages — SoundCloud & Beatport (Spotify-style split) ===== */
.alok-music-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(100vh, 920px);
  padding-block: clamp(4rem, 8vw, 6rem);
  background: #070707;
}

.alok-music-stage .artist-cutout-layer img {
  width: min(46vw, 560px);
  max-width: 52%;
  margin: 0;
  margin-left: clamp(0rem, 1.5vw, 1.25rem);
  object-position: left bottom;
}

.alok-music-stage--soundcloud {
  background:
    radial-gradient(ellipse 58% 52% at 88% 42%, rgba(255, 85, 0, 0.16), transparent 58%),
    radial-gradient(ellipse 42% 40% at 6% 78%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.1), transparent 55%),
    #070707;
}

.alok-music-stage--beatport {
  background:
    radial-gradient(ellipse 58% 52% at 88% 42%, rgba(148, 213, 0, 0.14), transparent 58%),
    radial-gradient(ellipse 42% 40% at 6% 78%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.08), transparent 55%),
    #070707;
}

.alok-music-stage__grid {
  display: grid !important;
  /* Wider copy column so SOUNDCLOUD / BEATPORT fit on one line */
  grid-template-columns: minmax(280px, 0.78fr) minmax(300px, 1.22fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  width: min(100%, 1280px);
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.alok-music-stage__copy {
  text-align: center;
  justify-self: stretch;
  min-width: 0;
  max-width: 100%;
  padding-inline: clamp(0.75rem, 2.5vw, 1.25rem);
  box-sizing: border-box;
  container-type: inline-size;
  container-name: alok-music-copy;
}

.alok-music-stage__copy header {
  max-width: 100%;
}

.alok-music-stage__copy header h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
  overflow: visible;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 100%;
  /* Scale with the copy column, not the viewport */
  font-size: clamp(1.55rem, 10.5cqw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.alok-music-stage--soundcloud .alok-music-stage__copy header h2 {
  /* Longest brand — keep fully visible on one line */
  font-size: clamp(1.35rem, 9.2cqw, 2.75rem);
  letter-spacing: 0.01em;
}

.alok-music-stage__copy header h2 .alok-music-stage__eyebrow {
  display: block;
  order: -1;
  margin-bottom: 0;
  font-size: 0.38em;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alok-music-stage__copy header h2 .alok-music-stage__brand {
  display: block;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1.05;
  font-size: 1em;
  font-weight: inherit;
  letter-spacing: inherit;
  margin: 0;
  /* Keep the section gradient on the brand word (base span rules shrink/restyle labels) */
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.alok-music-stage__copy header,
.alok-music-stage__copy p,
.alok-music-stage__copy .alok-music-stage__cta {
  margin-left: auto;
  margin-right: auto;
}

.alok-music-stage__copy p {
  max-width: 22rem;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.alok-music-stage__copy .btn-primary,
.alok-music-stage__copy .alok-music-stage__cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.65rem;
  width: max-content !important;
  max-width: 100%;
  min-width: 0;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
  text-align: center;
  box-sizing: border-box;
}

.alok-music-stage__copy .alok-music-stage__cta > span {
  flex: 0 0 auto;
  display: inline !important;
  text-align: center;
  white-space: nowrap;
}

.alok-music-stage__copy .alok-music-stage__cta > img {
  flex: 0 0 auto;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
}

.alok-music-stage--soundcloud .alok-music-stage__copy header h2 .alok-music-stage__eyebrow {
  background: linear-gradient(180deg, #fff 0%, #ffb07a 55%, #ff5500 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(255, 85, 0, 0.28));
}

.alok-music-stage--beatport .alok-music-stage__copy header h2 .alok-music-stage__eyebrow {
  background: linear-gradient(180deg, #fff 0%, #c8f067 55%, #94d500 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(148, 213, 0, 0.28));
}

.alok-music-stage__player {
  display: grid;
  justify-items: end;
  width: 100%;
  min-width: 0;
}

.alok-music-player {
  width: min(100%, 580px);
  border-radius: 1rem;
  overflow: hidden;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.alok-music-player--spotify {
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.52),
    0 0 36px rgba(29, 185, 84, 0.12);
}

.alok-music-player--soundcloud {
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.52),
    0 0 36px rgba(255, 85, 0, 0.12);
}

.alok-music-player--beatport {
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.52),
    0 0 36px rgba(148, 213, 0, 0.1);
}

.alok-music-player__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.alok-music-player__header--profile {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.2rem 1.2rem;
}

.alok-music-player__avatar--profile {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.alok-music-player__meta--profile {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.alok-music-player__label-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.alok-music-player__label-icon {
  flex-shrink: 0;
  color: #ff5500;
}

.alok-music-player__label-text {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ff5500;
  line-height: 1.3;
  padding-top: 0.05rem;
}

.alok-music-player__label-text--spotify,
.alok-music-player__label-row--spotify .alok-music-player__label-icon {
  color: #1db954;
}

.alok-music-player__profile-title {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 0.95rem;
  font-weight: 650;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
}

.alok-music-player__profile-title:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.alok-music-player__profile-count {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.52);
}

.alok-music-player__profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #ff5500;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.alok-music-player__profile-btn:hover {
  opacity: 0.9;
}

.alok-music-player__profile-btn--spotify {
  background: #1db954;
  color: #000;
}

.alok-music-player__avatar {
  display: block;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.55rem;
  overflow: hidden;
  background: #1a1a1a;
  flex-shrink: 0;
}

.alok-music-player__avatar.is-logo {
  display: grid;
  place-items: center;
  padding: 0.55rem;
}

.alok-music-player__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.alok-music-player__meta {
  min-width: 0;
}

.alok-music-player__artist {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alok-music-player__subtitle {
  display: block;
  margin-top: 0.15rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
}

.alok-music-player__follow {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.alok-music-player__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
}

.alok-music-player__embed iframe {
  display: block;
  width: 100% !important;
  height: 352px !important;
  min-height: 352px !important;
  border: 0;
  background: #121212;
}

.alok-music-player--soundcloud .alok-music-player__embed iframe {
  height: 300px !important;
  min-height: 300px !important;
}

.alok-music-player__tracks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alok-music-player__track + .alok-music-player__track {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.alok-music-player__track-link {
  display: grid;
  grid-template-columns: 1.75rem 2.85rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.15rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.alok-music-player__track-btn.is-active {
  background: rgba(255, 85, 0, 0.08);
}

.alok-music-player--spotify .alok-music-player__track-btn.is-active {
  background: rgba(29, 185, 84, 0.08);
}

.alok-music-player__track-link:hover {
  background: rgba(255, 255, 255, 0.04);
}

.alok-music-player--soundcloud .alok-music-player__track-link:hover strong {
  color: #ff5500;
}

.alok-music-player--spotify .alok-music-player__track-link:hover strong {
  color: #1db954;
}

.alok-music-player--beatport .alok-music-player__track-link:hover strong {
  color: #94d500;
}

.alok-music-player__track-index {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.38);
  text-align: center;
  letter-spacing: 0.02em;
}

.alok-music-player__track-thumb {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.45rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.alok-music-player__track-thumb.is-fallback {
  display: grid;
  place-items: center;
  padding: 0.35rem;
}

.alok-music-player__track-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.alok-music-player__track-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.alok-music-player__track-copy strong {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 650;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
  line-height: 1.35;
}

.alok-music-player__track-meta {
  display: block;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.72rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.48);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alok-music-player__track-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.55);
  transition: background 0.2s ease, color 0.2s ease;
}

.alok-music-player__track-link:hover .alok-music-player__track-play {
  color: #000;
}

.alok-music-player--soundcloud .alok-music-player__track-link:hover .alok-music-player__track-play {
  background: #ff5500;
}

.alok-music-player--beatport .alok-music-player__track-link:hover .alok-music-player__track-play {
  background: #94d500;
}

.alok-music-player--spotify .alok-music-player__track-link:hover .alok-music-player__track-play {
  background: #1db954;
}

.alok-music-player__expand {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.85rem 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.alok-music-player__expand:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.alok-music-player__empty {
  margin: 0;
  padding: 1.25rem 1.1rem 1.35rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

#musics .col-iframe {
  display: grid;
  gap: 1rem;
  justify-items: end;
}

#alok-spotify-tracks:not(:empty) + iframe[data-testid="embed-iframe"] {
  display: none !important;
}

body.alok-stream-player-open {
  padding-bottom: calc(166px + env(safe-area-inset-bottom, 0px));
}

.alok-stream-player {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 1200;
  background: #181818;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.45);
}

.alok-stream-player__shell {
  width: min(100%, 1120px);
  margin-inline: auto;
}

.alok-stream-player__bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 1rem;
}

.alok-stream-player__thumb {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.alok-stream-player__thumb.is-fallback {
  background: linear-gradient(135deg, rgba(255, 85, 0, 0.25), rgba(255, 255, 255, 0.06));
}

.alok-stream-player__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.alok-stream-player__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.alok-stream-player__title {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 0.82rem;
  font-weight: 650;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
}

.alok-stream-player__artist {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
}

.alok-stream-player__platform {
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff5500;
  background: rgba(255, 85, 0, 0.12);
  white-space: nowrap;
}

.alok-stream-player__platform--spotify {
  color: #1db954;
  background: rgba(29, 185, 84, 0.12);
}

.alok-stream-player__external {
  font-family: Montserrat, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  white-space: nowrap;
}

.alok-stream-player__external:hover {
  color: #fff;
  text-decoration: underline;
}

.alok-stream-player__close {
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.alok-stream-player__close:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.alok-stream-player__embed iframe {
  display: block;
  width: 100% !important;
  height: 166px !important;
  min-height: 166px !important;
  border: 0;
  background: #181818;
}

.alok-stream-player[data-platform="spotify"] .alok-stream-player__embed iframe {
  height: 80px !important;
  min-height: 80px !important;
}

body.alok-stream-player-open[data-stream-platform="spotify"] {
  padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 900px) {
  .alok-music-stage__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .alok-music-stage__copy {
    padding-inline: clamp(1rem, 5vw, 1.5rem);
  }

  .alok-music-stage__copy header h2 {
    font-size: clamp(1.6rem, 11cqw, 2.6rem);
  }

  .alok-music-stage--soundcloud .alok-music-stage__copy header h2 {
    font-size: clamp(1.4rem, 9.5cqw, 2.4rem);
  }

  .alok-music-stage .artist-cutout-layer img {
    width: min(88vw, 520px);
    max-width: 88%;
    margin-inline: auto;
    object-position: center bottom;
  }

  .alok-music-stage__player {
    justify-items: center;
  }

  .alok-music-player {
    width: min(100%, 480px);
  }

  .alok-music-player__embed iframe,
  .alok-music-player--soundcloud .alok-music-player__embed iframe {
    height: min(56vw, 352px) !important;
    min-height: 240px !important;
  }
}
/* ===== Headliner booking CTA — cereja do bolo ===== */
#contact .ft-tabs:has(.alok-booking-panel) {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  width: min(100%, 1120px) !important;
  max-width: 100% !important;
  margin-inline: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

/* Empty tab nav still has min-width:260px in base CSS — hide it or the card shifts right */
#contact .ft-tabs:has(.alok-booking-panel) .ft-tabs-nav {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

#contact .ft-tabs:has(.alok-booking-panel) .ft-panels {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#contact .alok-booking-panel {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

.alok-booking-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding: clamp(3rem, 7vw, 5rem) clamp(1.5rem, 5vw, 3.5rem);
  border-radius: clamp(1.75rem, 3vw, 2.25rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(ellipse 90% 70% at 50% -20%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28), transparent 55%),
    radial-gradient(ellipse 70% 60% at 90% 120%, rgba(37, 211, 102, 0.1), transparent 50%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.35)),
    rgba(6, 6, 8, 0.92);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 36px 90px rgba(0, 0, 0, 0.65),
    0 0 80px -20px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35),
    0 0 70px -24px rgba(37, 211, 102, 0.22);
  text-align: center;
}

.alok-booking-cta__smoke {
  display: none !important;
  position: absolute;
  inset: -10% -5% auto;
  height: 70%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
}

.alok-booking-cta__smoke span {
  position: absolute;
  bottom: -20%;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0;
  animation: alok-booking-smoke 12s ease-in-out infinite;
}

.alok-booking-cta__smoke span:nth-child(1) {
  left: 8%;
  width: 38%;
  height: 55%;
  background: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.45);
  animation-delay: 0s;
}

.alok-booking-cta__smoke span:nth-child(2) {
  left: 32%;
  width: 32%;
  height: 48%;
  background: rgba(var(--alok-accent-deep-rgb, 114, 16, 152), 0.38);
  animation-delay: -3s;
  animation-duration: 14s;
}

.alok-booking-cta__smoke span:nth-child(3) {
  left: 55%;
  width: 36%;
  height: 52%;
  background: rgba(var(--alok-accent-light-rgb, 139, 92, 246), 0.32);
  animation-delay: -6s;
  animation-duration: 16s;
}

.alok-booking-cta__smoke span:nth-child(4) {
  left: 72%;
  width: 28%;
  height: 44%;
  background: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35);
  animation-delay: -9s;
  animation-duration: 13s;
}

.alok-booking-cta__smoke span:nth-child(5) {
  left: 18%;
  width: 44%;
  height: 40%;
  background: rgba(37, 211, 102, 0.14);
  animation-delay: -4.5s;
  animation-duration: 18s;
}

@keyframes alok-booking-smoke {
  0%,
  100% {
    transform: translateY(18%) scale(0.92);
    opacity: 0.18;
  }
  35% {
    transform: translateY(-8%) scale(1.08);
    opacity: 0.55;
  }
  70% {
    transform: translateY(-22%) scale(1.18);
    opacity: 0.28;
  }
}

.alok-booking-cta__glow {
  position: absolute;
  top: -30%;
  left: 50%;
  width: 70%;
  height: 70%;
  transform: translateX(-50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.22), transparent 68%);
  filter: blur(28px);
  animation: alok-booking-glow 8s ease-in-out infinite alternate;
}

@keyframes alok-booking-glow {
  from {
    transform: translateX(-50%) scale(0.9);
    opacity: 0.55;
  }
  to {
    transform: translateX(-50%) scale(1.12);
    opacity: 1;
  }
}

.alok-booking-cta__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 20%, transparent 75%);
}

.alok-booking-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  justify-items: center;
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
}

.alok-booking-cta__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35);
  background: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-family: Montserrat, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.alok-booking-cta__pulse {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  animation: alok-booking-pulse 1.8s ease-out infinite;
}

@keyframes alok-booking-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.alok-booking-cta__title {
  margin: 0;
  max-width: 22ch;
  font-family: Strasua, Montserrat, sans-serif;
  font-size: clamp(2.8rem, 9vw, 5.2rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap: balance;
  background: linear-gradient(
    135deg,
    var(--alok-accent, #d71da5) 0%,
    #fff 42%,
    var(--alok-accent-light, #8b5cf6) 78%,
    var(--alok-accent-deep, #721098) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 28px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.35));
}

.alok-booking-cta__desc {
  margin: 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: Montserrat, sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  line-height: 1.55;
}

.alok-booking-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.9rem;
  width: 100%;
  max-width: min(36rem, 100%);
  margin-inline: auto;
  margin-top: 0.5rem;
  box-sizing: border-box;
}

.alok-booking-cta__btn {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: clamp(4rem, 8vw, 4.75rem);
  padding: 1rem 2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-family: Montserrat, sans-serif;
  font-size: clamp(0.88rem, 2.2vw, 1.02rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 44px -18px rgba(0, 0, 0, 0.75);
  transition:
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 240ms ease,
    border-color 240ms ease,
    filter 240ms ease;
}

.alok-booking-cta__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.28) 48%,
    transparent 66%
  );
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.alok-booking-cta__btn:hover {
  transform: translateY(-4px);
  filter: brightness(1.06);
}

.alok-booking-cta__btn:hover::before {
  transform: translateX(120%);
}

.alok-booking-cta__btn--wa {
  background:
    linear-gradient(105deg, #18b34f 0%, #25d366 42%, #3ddf78 100%);
  border-color: rgba(255, 255, 255, 0.28);
  color: #042814;
  font-size: clamp(0.95rem, 2.4vw, 1.12rem);
  min-height: clamp(4.35rem, 9vw, 5.25rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 22px 50px -16px rgba(37, 211, 102, 0.62),
    0 0 70px -20px rgba(37, 211, 102, 0.48);
}

.alok-booking-cta__btn--wa:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 28px 60px -14px rgba(37, 211, 102, 0.72),
    0 0 90px -12px rgba(37, 211, 102, 0.58);
}

.alok-booking-cta__btn--rider,
.alok-booking-cta__btn--material {
  background:
    linear-gradient(
      105deg,
      rgba(var(--alok-accent-deep-rgb, 114, 16, 152), 0.98) 0%,
      rgba(var(--alok-accent-rgb, 215, 29, 165), 0.92) 52%,
      rgba(var(--alok-accent-light-rgb, 139, 92, 246), 0.88) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 20px 46px -18px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.58),
    0 0 60px -22px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.4);
}

.alok-booking-cta__btn--rider:hover,
.alok-booking-cta__btn--material:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 26px 56px -14px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.68),
    0 0 80px -14px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.5);
}

.alok-booking-cta__btn-icon {
  display: inline-flex;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18));
}

.alok-booking-cta__btn-icon svg {
  width: clamp(22px, 4vw, 28px);
  height: clamp(22px, 4vw, 28px);
}

.alok-booking-cta__btn-ring {
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.35);
  opacity: 0;
  animation: alok-booking-ring 2.4s ease-out infinite;
  pointer-events: none;
}

@keyframes alok-booking-ring {
  0% {
    transform: scale(0.96);
    opacity: 0.65;
  }
  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}

.alok-booking-cta__email {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
}

.alok-booking-cta__email a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.alok-booking-cta__email a:hover {
  color: var(--alok-accent, #d71da5);
}

@media (max-width: 768px), (pointer: coarse) {
  .alok-booking-cta__smoke span,
  .alok-booking-cta__glow,
  .alok-booking-cta__btn-ring {
    animation: none !important;
    opacity: 0.25;
  }

  .alok-booking-cta__pulse {
    animation: none !important;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alok-booking-cta__smoke span,
  .alok-booking-cta__glow,
  .alok-booking-cta__pulse,
  .alok-booking-cta__btn-ring {
    animation: none !important;
  }
}

/* Force booking buttons over legacy #contact link styles */
#contact .alok-booking-cta a.alok-booking-cta__btn {
  display: inline-flex !important;
  width: 100% !important;
  text-decoration: none !important;
  color: inherit;
}

#contact .alok-booking-cta a.alok-booking-cta__btn--wa {
  color: #042814 !important;
}

#contact .alok-booking-cta a.alok-booking-cta__btn--rider,
#contact .alok-booking-cta a.alok-booking-cta__btn--material {
  color: #fff !important;
}

/* ============================================================
   Headliner layout repair — cutouts inside blocks, no clipped stages
   Root cause: base `.section-default { height: 100vh }` + overflow:hidden
   was cropping artist cutouts mid-body and eating career/music content.
   ============================================================ */

/* Let content stages grow; keep a full-viewport floor. */
#musics.section-default,
#agenda.section-default,
#contact.section-default,
.section-default.alok-block-section,
.alok-music-stage.section-default,
#section-soundcloud,
#section-stores {
  height: auto !important;
  max-height: none !important;
  min-height: 100svh;
  min-height: 100dvh;
}

/* Cutouts must stay inside their own stage (no bleed into neighbors). */
#musics.section-default,
#section-soundcloud.alok-music-stage,
#section-stores.alok-music-stage {
  overflow: hidden !important;
  isolation: isolate;
  position: relative;
}

/* Career medals need the section to grow; keep overflow hidden only after height:auto. */
#section-career.alok-career-conquest,
#section-career.alok-block-section {
  overflow: hidden;
  padding-block: clamp(5rem, 10vw, 8.5rem);
}

#section-career .alok-career-layout,
#section-career .alok-career-grid,
#alok-career.alok-career-stage {
  overflow: visible;
  max-height: none;
}

/* Pin cutout layers to the section box and scale the figure inside it. */
#musics > .artist-cutout-layer,
#section-soundcloud > .artist-cutout-layer,
#section-stores > .artist-cutout-layer,
.alok-music-stage > .artist-cutout-layer {
  position: absolute !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  overflow: hidden !important;
  z-index: 0;
  pointer-events: none;
  background: transparent !important;
}

#musics > .artist-cutout-layer img,
#section-soundcloud > .artist-cutout-layer img,
#section-stores > .artist-cutout-layer img,
.alok-music-stage > .artist-cutout-layer img {
  display: block;
  width: auto !important;
  max-width: min(48vw, 560px) !important;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  margin-left: clamp(0rem, 1.5vw, 1.25rem) !important;
  object-fit: contain !important;
  object-position: left bottom !important;
}

@media (max-width: 900px) {
  #musics > .artist-cutout-layer img,
  #section-soundcloud > .artist-cutout-layer img,
  #section-stores > .artist-cutout-layer img,
  .alok-music-stage > .artist-cutout-layer img {
    max-width: min(88vw, 520px) !important;
    margin-inline: auto !important;
    object-position: center bottom !important;
  }
}

/* Music stages: grow with copy+player, keep cutout clipped to the stage. */
.alok-music-stage {
  height: auto !important;
  max-height: none !important;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  padding-block: clamp(4.5rem, 9vw, 7rem);
}

.alok-music-stage__grid,
.alok-music-stage__copy,
.alok-music-stage__player {
  position: relative;
  z-index: 2;
}

/* Spotify CTA — center label + icon inside the pill */
#musics .col-left a.btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.65rem !important;
  width: max-content !important;
  max-width: 100%;
  margin-inline: auto !important;
  padding-inline: 1.5rem !important;
  text-align: center;
  box-sizing: border-box;
}

#musics .col-left a.btn-primary > span,
#musics .col-left a.btn-primary > img {
  flex: 0 0 auto;
}

/* Keep SoundCloud/Beatport brand on one unclipped line inside the stage. */
.alok-music-stage__copy header h2 .alok-music-stage__brand {
  overflow: visible;
  white-space: nowrap;
}

/* Empty embeds must not leave a hollow clipped “bloco zoado”. */
#musics .col-iframe > iframe:not([src]),
#musics .col-iframe > iframe[src=""],
#musics .col-iframe > iframe[src="about:blank"],
#musics .col-iframe > iframe[hidden],
#musics .col-iframe > iframe:not([src]):not([data-src]) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Soft-contain cutouts: fade edges so the figure reads as part of the stage,
   not a hard-cropped photo floating between sections. */
#musics > .artist-cutout-layer,
#section-soundcloud > .artist-cutout-layer,
#section-stores > .artist-cutout-layer,
.alok-music-stage > .artist-cutout-layer {
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 55%,
    rgba(0, 0, 0, 0.45) 78%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 55%,
    rgba(0, 0, 0, 0.45) 78%,
    transparent 100%
  );
}

html body #musics > .artist-cutout-layer img,
html body #section-soundcloud > .artist-cutout-layer img,
html body #section-stores > .artist-cutout-layer img,
html body .alok-music-stage > .artist-cutout-layer img {
  opacity: 0.82 !important;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.55)) !important;
}

@media (max-width: 900px) {
  #musics > .artist-cutout-layer,
  #section-soundcloud > .artist-cutout-layer,
  #section-stores > .artist-cutout-layer,
  .alok-music-stage > .artist-cutout-layer {
    -webkit-mask-image: linear-gradient(
      180deg,
      transparent 0%,
      #000 18%,
      #000 72%,
      transparent 100%
    );
    mask-image: linear-gradient(
      180deg,
      transparent 0%,
      #000 18%,
      #000 72%,
      transparent 100%
    );
  }

  /* On stacked mobile layouts, keep the cutout behind the copy — not under the embed. */
  #musics > .artist-cutout-layer {
    max-height: 58%;
    top: auto !important;
    bottom: 0 !important;
    height: 58% !important;
  }
}

/* Readable copy over cutouts */
#musics .col-left,
.alok-music-stage__copy {
  position: relative;
  z-index: 3;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

/* ============================================================
   UI polish — YouTube solid CTA, no audience orbit, no Spotify void,
   photos gallery fully visible.
   ============================================================ */

/* Spotify must hug content; 100svh floor left a dead black gap before career. */
#musics.section-default,
#musics {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  justify-content: flex-start !important;
  padding-block: clamp(3rem, 6vw, 4.5rem) !important;
}

/* Keep cutout clipped to the shorter stage. */
#musics.section-default {
  overflow: hidden !important;
}

/* Career/timeline: no full-viewport floor + no vertical centering void after Spotify. */
#section-career.alok-career-conquest,
#section-career.alok-block-section,
#section-career {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  padding-block: clamp(3rem, 6vw, 4.75rem) !important;
}

#section-career .alok-career-layout {
  align-items: start !important;
}

/* Atmosphere lock forces `> * { position: relative }`, which made aurora/orbit
   consume ~400px of layout and open a black void before Linha do Tempo. */
html body #section-career > .alok-career-aurora,
html body #section-career > .alok-career-orbit,
html body .alok-block-section > .alok-career-aurora,
html body .alok-block-section > .alok-career-orbit {
  position: absolute !important;
  z-index: 0 !important;
  pointer-events: none !important;
  margin: 0 !important;
}

html body #section-career > .alok-career-layout,
html body #section-career > .container.alok-career-layout {
  position: relative !important;
  z-index: 1 !important;
}

/* Audience: remove orbit rings + soft concentric wash behind the highlight. */
#section-audience .alok-audience-orbit,
#section-audience .alok-audience-orbit--lag,
#section-audience .alok-audience-hero .alok-audience-orbit {
  display: none !important;
  animation: none !important;
}

#section-audience.alok-audience-section {
  background:
    radial-gradient(ellipse 80% 40% at 50% 100%, rgba(var(--alok-accent-rgb, 215, 29, 165), 0.14), transparent 55%),
    linear-gradient(180deg, #040404 0%, #0a0a0a 55%, #040404 100%) !important;
}

#section-audience.alok-audience-section::after {
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent) !important;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent) !important;
}

html body #section-audience::after {
  background-image:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.18)) !important;
}

/* Photos: never clip the bento grid (base #photos is height:100vh + overflow:hidden). */
#photos,
#photos .photos-grid,
#photos .photos-gallery,
#photos .alok-photos-showcase,
#alok-photos-showcase {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}


/* YouTube CTA: solid fill (wins over .alok-media-link glass background). */
#section-youtube a.alok-media-link.btn-primary,
#section-youtube .alok-stage-yt__body > a.alok-media-link,
.alok-stage--youtube a.alok-media-link.btn-primary {
  background: #e11d2e !important;
  background-image: none !important;
  border-color: #e11d2e !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(225, 29, 46, 0.45) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}


/* ============================================================
   Mobile lock — 100% responsive Headliner (phones / small tablets)
   Targets: no horizontal scroll, stacked stages, full-width embeds,
   safe-area padding, content-hugging sections (no forced 100svh voids).
   ============================================================ */

@media (max-width: 900px) {
  html,
  body {
    overflow-x: clip !important;
    max-width: 100% !important;
  }

  /* Kill full-viewport floors that leave empty black voids on phones. */
  #musics.section-default,
  #agenda.section-default,
  #contact.section-default,
  #photos,
  #bio,
  .section-default.alok-block-section,
  .alok-music-stage.section-default,
  .alok-block-section,
  .alok-stage-section,
  #section-career,
  #section-audience,
  #section-youtube,
  #section-soundcloud,
  #section-spotify,
  #section-instagram,
  #section-tiktok,
  #section-videos,
  #section-stores,
  #section-press,
  #section-logo,
  #section-text {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #section-audience.alok-audience-section,
  #section-youtube,
  #section-soundcloud,
  #section-instagram,
  #section-tiktok,
  #section-videos {
    min-height: 0 !important;
    height: auto !important;
    padding-block: clamp(3.25rem, 10vw, 5rem) !important;
  }

  /* Consistent gutters + notch safe areas */
  #photos,
  #agenda,
  #musics,
  #bio,
  #contact,
  .alok-block-section,
  .alok-stage-section,
  #section-career,
  #section-audience,
  #section-youtube,
  #section-soundcloud,
  #section-instagram,
  #section-tiktok {
    padding-inline: max(1rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px)) !important;
    box-sizing: border-box !important;
  }

  .hero-main,
  #top {
    padding-bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
  }

  /* Force single-column stacks */
  #photos .photos-grid,
  #musics > .container,
  #bio > .container,
  #agenda > .container,
  #section-career .alok-career-layout,
  #section-audience .alok-audience-shell,
  .alok-stage-yt,
  .alok-stage-spotlight,
  .alok-stage-videos,
  .alok-music-stage,
  .alok-press-layout.container,
  .alok-logo-layout.container {
    grid-template-columns: minmax(0, 1fr) !important;
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: clamp(1.25rem, 4vw, 2rem) !important;
    justify-items: stretch !important;
  }

  #section-career .alok-career-layout,
  #section-audience .alok-audience-shell,
  .alok-stage-yt,
  .alok-stage-spotlight {
    text-align: center !important;
    justify-items: center !important;
  }

  #section-career .alok-career-header,
  #section-career .alok-career-header h2,
  #section-career .alok-career-header p,
  .alok-stage-yt__copy,
  .alok-stage-yt__copy h2,
  .alok-stage-yt__copy p,
  .alok-stage-spotlight__copy,
  .alok-stage-spotlight__copy h2,
  .alok-stage-spotlight__copy p,
  #photos .photos-info,
  #photos .photos-info h2,
  #photos .photos-info p,
  #musics .col-left,
  #musics .col-left header,
  #musics .col-left h2,
  #musics .col-left p {
    text-align: center !important;
    margin-inline: auto !important;
    max-width: 36rem !important;
  }

  /* Career medals: 2-up on tablet-ish phones, 1-up handled below */
  #section-career .alok-career-grid,
  #alok-career.alok-career-stage,
  .alok-career-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 0.85rem !important;
  }

  /* Audience metrics always stack */
  #section-audience #alok-audience-metrics,
  #section-audience .alok-audience-metrics,
  #section-audience .alok-metrics-bento {
    grid-template-columns: 1fr !important;
    width: min(100%, 24rem) !important;
    margin-inline: auto !important;
  }

  /* Photos mosaic — keep magazine layout on phones */
  #photos .photos-gallery,
  #photos .alok-photos-showcase,
  #alok-photos-showcase {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0.5rem !important;
  }

  .alok-photos-showcase {
    gap: 0.55rem !important;
  }

  .alok-photos-showcase:not([data-count="3"]) .alok-photo-card,
  .alok-photos-showcase:not([data-count="3"]) .alok-photo-card--tall,
  .alok-photos-showcase:not([data-count="3"]) .alok-photo-card--wide,
  .alok-photos-showcase:not([data-count="3"]) .alok-photo-card--hero {
    width: 100% !important;
  }

  .alok-photos-showcase:not([data-count="1"]):not([data-count="3"]) .alok-photo-card--hero,
  .alok-photos-showcase:not([data-count="1"]):not([data-count="3"]) .alok-photo-card--wide {
    grid-column: 1 / -1 !important;
    min-height: clamp(12rem, 55vw, 16rem) !important;
  }

  .alok-photos-showcase[data-count="1"] .alok-photo-card {
    grid-column: 1 / -1 !important;
    min-height: clamp(12rem, 55vw, 16rem) !important;
  }

  .alok-photos-showcase[data-count="3"] {
    grid-template-columns: 1.25fr 1fr !important;
    grid-template-rows: repeat(2, minmax(clamp(8.5rem, 28vw, 12rem), 1fr)) !important;
    min-height: clamp(18rem, 62vw, 24rem) !important;
  }

  .alok-photos-showcase[data-count="3"] .alok-photo-card:nth-child(1) {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
  }

  .alok-photos-showcase[data-count="3"] .alok-photo-card:nth-child(2) {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .alok-photos-showcase[data-count="3"] .alok-photo-card:nth-child(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }

  /* Full-bleed embeds / CTAs */
  #musics .col-iframe,
  #musics .col-iframe > iframe,
  .spotify-release-slot,
  #musics iframe,
  .alok-stage-yt__body,
  .alok-stage-yt__body iframe,
  .alok-embed-card,
  .alok-embed-card iframe,
  .alok-music-stage iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .alok-stage-yt__body iframe,
  .alok-embed-card iframe {
    min-height: clamp(200px, 56vw, 280px) !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
  }

  #musics .col-left a.btn-primary,
  #musics a.btn-primary,
  .alok-stage-yt__body > .alok-media-link,
  #section-youtube a.alok-media-link.btn-primary,
  .alok-social-cta,
  .alok-booking-cta__btn,
  #agenda a.btn,
  #agenda .btn-more,
  #photos .photos-instagram-cta,
  .alok-material-link,
  .alok-store-link {
    width: 100% !important;
    max-width: 22rem !important;
    justify-content: center !important;
    justify-self: center !important;
    min-height: 2.85rem !important;
    box-sizing: border-box !important;
  }

  /* Agenda cards */
  #agenda .list-events,
  #agenda .agenda-list,
  #agenda .list-events > li,
  #agenda .agenda-list > li,
  #agenda .event-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  #agenda .list-events,
  #agenda .agenda-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.9rem !important;
    padding-inline: 0 !important;
  }

  /* Decorative layers must never expand the page width */
  .alok-career-aurora,
  .alok-career-orbit,
  .alok-audience-orbit,
  .alok-metric-pulse,
  .artist-cutout-layer,
  .headliner-rune,
  .alok-block-section::before,
  .alok-block-section::after,
  .alok-stage-section::before,
  .alok-stage-section::after {
    max-width: 100% !important;
    pointer-events: none !important;
  }

  .alok-metric-pulse {
    display: none !important;
  }

  html body #section-career > .alok-career-aurora,
  html body #section-career > .alok-career-orbit {
    position: absolute !important;
    inset: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: hidden !important;
  }

  /* Cutouts: keep behind copy, scale down */
  #musics > .artist-cutout-layer img,
  #section-soundcloud > .artist-cutout-layer img,
  .alok-music-stage > .artist-cutout-layer img {
    max-width: min(78vw, 420px) !important;
    margin-inline: auto !important;
    object-position: center bottom !important;
  }

  /* Hero brand + meta */
  .hero-main .artist-logo-text,
  .hero-main .logo {
    max-width: min(92vw, 520px) !important;
  }

  .hero-main .plataforms-music {
    display: none !important;
  }

  /* Prevent long titles from blowing width */
  h1, h2, h3,
  .alok-section-header h2,
  .alok-career-header h2,
  #photos .photos-info h2,
  #musics .col-left h2 {
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
  }

  /* Social device frames / coverflow: constrain */
  .alok-social-spotlight__device {
    width: min(100%, 18.5rem) !important;
  }

  .alok-coverflow__stage {
    width: 100% !important;
    overflow: hidden !important;
  }
}

@media (max-width: 560px) {
  #section-career .alok-career-grid,
  #alok-career.alok-career-stage,
  .alok-career-grid {
    grid-template-columns: 1fr !important;
  }

  .alok-photos-showcase:not([data-count="3"]) {
    grid-template-columns: 1fr 1fr !important;
  }

  .alok-photos-showcase[data-count="3"] {
    grid-template-columns: 1.2fr 1fr !important;
  }

  #musics.section-default,
  #section-career,
  #section-audience,
  #section-youtube,
  #photos,
  #agenda {
    padding-block: clamp(2.75rem, 9vw, 4rem) !important;
  }

  /* Slightly tighter type on small phones */
  #photos .photos-info h2,
  #musics .col-left h2,
  #section-career .alok-career-header h2,
  .alok-stage-yt__copy h2,
  .alok-stage-spotlight__copy h2,
  #section-audience .alok-audience-header h2 {
    font-size: clamp(2.1rem, 11vw, 3.4rem) !important;
    line-height: 0.95 !important;
  }

  #section-audience .alok-audience-count,
  #section-audience .alok-audience-count__value {
    font-size: clamp(2.4rem, 16vw, 4rem) !important;
  }

  /* Contact / booking */
  #contact .alok-booking-cta,
  #contact .ft-tabs {
    width: 100% !important;
    max-width: 100% !important;
  }

  #contact .alok-booking-cta a.alok-booking-cta__btn {
    min-height: 3rem !important;
  }
}

@media (max-width: 380px) {
  .alok-photos-showcase:not([data-count="3"]) {
    grid-template-columns: 1fr !important;
  }

  .alok-photos-showcase:not([data-count="3"]) .alok-photo-card,
  .alok-photos-showcase:not([data-count="3"]) .alok-photo-card--hero,
  .alok-photos-showcase:not([data-count="3"]) .alok-photo-card--tall,
  .alok-photos-showcase:not([data-count="3"]) .alok-photo-card--wide {
    grid-column: 1 / -1 !important;
    min-height: clamp(11rem, 58vw, 14rem) !important;
  }

  .alok-photos-showcase[data-count="3"] {
    grid-template-columns: 1.15fr 1fr !important;
    grid-template-rows: repeat(2, minmax(6.75rem, 1fr)) !important;
    min-height: 16rem !important;
  }
}

/* =====================================================================
   Headliner mobile lock (final cascade) — phones / small tablets
   One coherent pass for 390–430 CSS px viewports.
   ===================================================================== */
@media (max-width: 900px) {
  html,
  body {
    overflow-x: clip !important;
    max-width: 100% !important;
  }

  /* Prefer dynamic viewport; don't trap sections in fixed 100vh */
  .hero-main {
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: none !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
    overflow-y: hidden !important;
  }

  .section-default,
  .alok-block-section,
  .alok-stage-section {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
  }

  /* ---- Hero brand dock (name above social icons) ---- */
  .hero-main .hero-brand-dock {
    bottom: max(0.75rem, env(safe-area-inset-bottom, 0px) + 0.45rem) !important;
    gap: 0.7rem !important;
    width: min(92vw, 420px) !important;
  }

  .hero-main .logo {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: max-content !important;
    max-width: min(92vw, 420px) !important;
    transform: none !important;
  }

  .hero-main .artist-logo-text {
    font-size: clamp(2rem, 10vw, 3.1rem) !important;
    line-height: 0.92 !important;
    letter-spacing: -0.03em !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    max-width: none !important;
  }

  .alok-hero-social {
    gap: 0.55rem !important;
  }

  .alok-hero-social__link {
    width: 2.75rem !important;
    height: 2.75rem !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  /* ---- Bio: portrait + text readable without empty tower ---- */
  #bio,
  #bio.section-bio,
  #bio.section-bio.section-default {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    max-height: none !important;
    min-height: 100dvh !important;
    padding: 0 !important;
    padding-inline: 0 !important;
    overflow: visible !important;
  }

  #bio .artist-cutout-layer {
    position: relative !important;
    inset: auto !important;
    order: -1;
    width: 100% !important;
    height: min(48dvh, 420px) !important;
    min-height: min(48dvh, 420px) !important;
    max-height: min(48dvh, 420px) !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #bio .artist-cutout-layer img,
  #bio .artist-cutout-layer img:not([hidden]) {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }

  #bio > .container {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 1rem max(1rem, env(safe-area-inset-right), env(safe-area-inset-left)) 2rem !important;
  }

  #bio .bio-content {
    width: 100% !important;
    max-width: 36rem !important;
    height: fit-content !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-block: 0 !important;
    padding: clamp(1.25rem, 4vw, 1.75rem) clamp(1.1rem, 3.5vw, 1.5rem) !important;
    align-self: center !important;
  }

  #bio .content-text {
    flex: 0 1 auto !important;
    overflow: visible !important;
    max-height: none !important;
  }

  #bio .content-text p {
    font-size: clamp(0.88rem, 3.6vw, 1rem) !important;
    line-height: 1.65 !important;
  }

  /* ---- Videos coverflow ---- */
  .alok-coverflow__stage {
    width: 100% !important;
    height: min(70dvh, 26rem) !important;
    overflow: hidden !important;
  }

  .alok-coverflow__card {
    width: clamp(9.5rem, 46vw, 13.5rem) !important;
    transform:
      translateX(calc(var(--cover-offset) * 34%))
      translateZ(calc(var(--cover-abs, 0) * -70px))
      rotateY(calc(var(--cover-offset) * -10deg))
      scale(calc(1 - var(--cover-abs, 0) * 0.14)) !important;
  }

  .alok-coverflow__card.is-active,
  .alok-coverflow__card[data-offset="0"] {
    transform:
      translateX(0)
      translateZ(100px)
      rotateY(0deg)
      scale(1.04) !important;
  }

  .alok-coverflow__nav {
    width: 2.75rem !important;
    height: 2.75rem !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .alok-coverflow__dot {
    position: relative;
    width: 0.55rem !important;
    height: 0.55rem !important;
  }

  .alok-coverflow__dot::before {
    content: "";
    position: absolute;
    inset: -12px;
  }

  .alok-stage-videos {
    padding-inline: max(1rem, env(safe-area-inset-left), env(safe-area-inset-right)) !important;
  }

  /* ---- Music stages ---- */
  .alok-music-stage,
  #musics.section-default,
  #section-soundcloud,
  .alok-music-stage--soundcloud,
  .alok-music-stage--beatport {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding-block: clamp(2.75rem, 8vw, 4rem) !important;
    padding-inline: max(1rem, env(safe-area-inset-left), env(safe-area-inset-right)) !important;
  }

  #musics > .container,
  .alok-music-stage__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.25rem !important;
    width: 100% !important;
  }

  #musics > .artist-cutout-layer,
  .alok-music-stage > .artist-cutout-layer {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    max-height: 42vw !important;
    order: -1;
    opacity: 0.55;
  }

  /* ---- Aftermovie: keep full-bleed video wall on mobile ---- */
  #section-aftermovie.alok-block-section.alok-videowall,
  #section-aftermovie.alok-videowall,
  .alok-block-section.alok-videowall {
    min-height: 100svh !important;
    min-height: 100dvh !important;
    height: 100svh !important;
    height: 100dvh !important;
    max-height: none !important;
    overflow: hidden !important;
    padding: 0 !important;
    padding-block: 0 !important;
  }

  #section-aftermovie .alok-videowall__grid,
  .alok-videowall .alok-videowall__grid {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
  }

  #section-aftermovie .alok-videowall__cell,
  .alok-videowall .alok-videowall__cell {
    min-height: 0 !important;
  }

  #section-aftermovie .alok-videowall__video,
  #section-aftermovie .alok-videowall__video video,
  .alok-videowall .alok-videowall__video,
  .alok-videowall .alok-videowall__video video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* ---- Type scale ---- */
  #photos .photos-info h2,
  #musics .col-left h2,
  #section-career .alok-career-header h2,
  .alok-stage-yt__copy h2,
  .alok-stage-spotlight__copy h2,
  #section-audience .alok-audience-header h2,
  .alok-stage-videos__copy h2,
  .alok-section-header h2 {
    font-size: clamp(1.85rem, 8.5vw, 2.6rem) !important;
    line-height: 0.98 !important;
  }

  #section-audience .alok-audience-count,
  #section-audience .alok-audience-count__value {
    font-size: clamp(2rem, 12vw, 3rem) !important;
  }

  /* ---- Generic containers ---- */
  .container,
  .alok-stage-videos,
  .alok-music-stage__grid,
  #photos > .container,
  #agenda > .container,
  #contact > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: max(1rem, env(safe-area-inset-left), env(safe-area-inset-right)) !important;
    box-sizing: border-box !important;
  }

  #agenda ul li,
  #agenda .list-events,
  #contact .ft-tabs-nav,
  #contact .alok-booking-cta {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #contact .ft-tabs-nav {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
  }
}

@media (max-width: 430px) {
  #bio .artist-cutout-layer {
    height: min(44dvh, 360px) !important;
    min-height: min(44dvh, 360px) !important;
    max-height: min(44dvh, 360px) !important;
  }

  .alok-coverflow__stage {
    height: min(64dvh, 22rem) !important;
  }

  .alok-coverflow__card {
    width: clamp(8.75rem, 52vw, 12rem) !important;
    transform:
      translateX(calc(var(--cover-offset) * 30%))
      translateZ(calc(var(--cover-abs, 0) * -60px))
      rotateY(calc(var(--cover-offset) * -8deg))
      scale(calc(1 - var(--cover-abs, 0) * 0.12)) !important;
  }
}

/* === Headliner: white social icons + mobile full-bleed hero (final) === */
html body .hero-main .alok-hero-social__link,
html body .hero-main .alok-hero-social__link[data-social],
.hero-main .alok-hero-social__link {
  --icon-brand: #fff !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28) !important;
}

html body .hero-main .alok-hero-social__link:hover,
html body .hero-main .alok-hero-social__link:focus-visible,
.hero-main .alok-hero-social__link:hover,
.hero-main .alok-hero-social__link:focus-visible {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.35),
    0 0 22px rgba(255, 255, 255, 0.18) !important;
}

@media (max-width: 900px) {
  html body .hero-main,
  .hero-main {
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    max-height: none !important;
  }

  html body .hero-main .images-hero,
  html body #top .images-hero,
  .hero-main .images-hero {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  html body .hero-main .image-hero-01,
  .hero-main .image-hero-01 {
    top: 0 !important;
    right: 0 !important;
    bottom: clamp(7.25rem, 17dvh, 9.5rem) !important;
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    transform: none !important;
  }

  html body .hero-main .image-hero-01 img,
  .hero-main .image-hero-01 img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  /* Keep Capas plate covering the full phone viewport (no black band). */
  html body::before {
    position: fixed !important;
    inset: 0 !important;
    width: auto !important;
    height: auto !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    opacity: 1 !important;
    -webkit-mask: none !important;
    mask: none !important;
  }
}

/* ===== Pré-save: card is the hero of the section ===== */
.alok-presave-section {
  min-height: 100vh;
  height: auto !important;
}

.alok-presave-layout.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: minmax(11rem, 0.62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(1.5rem, 4.5vw, 3.25rem);
}

.alok-presave-copy {
  margin: 0;
  max-width: 16rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  position: relative;
}

.alok-presave-copy::before {
  content: "";
  display: block;
  width: 140%;
  height: 78%;
  position: absolute;
  left: -18%;
  top: 42%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
}

.alok-presave-copy > * {
  position: relative;
  z-index: 1;
}

.alok-presave-copy h2 {
  margin: 0;
  text-align: left;
}

.alok-presave-copy h2 .alok-presave-word,
.alok-presave-copy h2 em.alok-presave-word {
  font-style: normal;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
  display: inline;
}

.alok-presave-stage {
  width: 100%;
  display: grid;
  justify-items: stretch;
  gap: 0;
}

.alok-presave-card {
  width: 100%;
  max-width: none !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(9.5rem, 13.5rem) minmax(0, 1fr) !important;
  gap: clamp(1rem, 2.4vw, 1.6rem) !important;
  align-items: center;
  padding: clamp(1rem, 2.2vw, 1.45rem) !important;
  border-radius: 1.35rem !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background:
    linear-gradient(
      145deg,
      rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28),
      rgba(8, 8, 12, 0.78) 48%,
      rgba(255, 255, 255, 0.05)
    ) !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  overflow: hidden !important;
}

.alok-presave-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--alok-accent-rgb, 215, 29, 165), 0.7) !important;
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.55),
    0 0 36px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

.alok-presave-cover {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1;
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.alok-presave-cover img,
.alok-presave-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  aspect-ratio: auto !important;
}

.alok-presave-body {
  display: grid !important;
  align-content: center;
  gap: 0.55rem !important;
  min-width: 0;
  color: rgba(255, 255, 255, 0.78) !important;
}

.alok-presave-kicker {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--alok-accent-title, #ff8ad4) 80%, #fff);
}

.alok-presave-title,
.alok-presave-body h3 {
  margin: 0 !important;
  color: #fff !important;
  font-family: Montserrat, sans-serif !important;
  font-size: clamp(1.05rem, 2.1vw, 1.45rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
}

.alok-presave-hint {
  margin: 0 0 0.35rem;
  max-width: 28rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
}

.alok-presave-cta,
.alok-presave-card .alok-presave-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3.15rem;
  margin-top: 0.35rem;
  padding: 0.85rem 1.55rem !important;
  border-radius: 999px !important;
  border: 0 !important;
  font-family: Montserrat, sans-serif;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff !important;
  background: linear-gradient(
    120deg,
    rgba(var(--alok-accent-rgb, 215, 29, 165), 0.98),
    color-mix(in srgb, var(--alok-accent, #d71da5) 55%, #fff)
  ) !important;
  box-shadow: 0 14px 34px rgba(var(--alok-accent-rgb, 215, 29, 165), 0.42);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.alok-presave-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .alok-presave-layout.container {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .alok-presave-copy {
    max-width: none;
    text-align: center;
    align-items: center;
  }

  .alok-presave-copy::before {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }

  .alok-presave-copy h2 {
    text-align: center;
  }

  .alok-presave-card {
    grid-template-columns: minmax(7.5rem, 9.5rem) minmax(0, 1fr) !important;
  }
}

@media (max-width: 580px) {
  .alok-presave-card {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
  }

  .alok-presave-cover {
    width: min(100%, 14rem);
  }

  .alok-presave-body {
    justify-items: center;
  }

  .alok-presave-hint {
    text-align: center;
  }
}
