 :root {
  --bg: #050505;
  --panel: #0d0d0d;
  --panel-2: #101010;
  --line: rgba(255,255,255,0.12);
  --soft-line: rgba(255,255,255,0.07);
  --text: #f3f2ef;
  --muted: #b8b4ac;
  --muted-2: #817d76;
  --accent: #ffffff;
  --radius: 28px;
  --shadow: 0 20px 80px rgba(0,0,0,0.38);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.16;
  pointer-events: none;
}

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

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

.site-shell {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 92px;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(5,5,5,0.82);
  border-bottom: 1px solid var(--soft-line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand-name,
.footer-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

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

.nav a {
  color: var(--muted);
  font-size: 0.94rem;
}

.nav a:hover,
.footer-links a:hover {
  color: var(--text);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 1px;
  background: var(--text);
  margin: 6px 0;
}

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  padding: 36px 0 86px;
}

.eyebrow {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.76rem;
  margin-bottom: 16px;
}

h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3.15rem, 7.6vw, 6.5rem);
  max-width: 10.5ch;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: 14px;
}

h3 {
  font-size: 1.95rem;
  margin-bottom: 10px;
}

.lead,
.statement p,
.heading-text,
.artist-card p,
.service-card p,
.release-copy p,
.footer-text,
.quote p,
.principle-card p,
.terms-box p,
.commitment-note p {
  color: var(--muted);
  font-size: 1rem;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  transition: 0.2s ease;
  cursor: pointer;
  font: inherit;
}

.button-primary {
  background: var(--accent);
  color: #050505;
}

.button-primary:hover {
  transform: translateY(-1px);
}

.button-secondary {
  background: transparent;
  color: var(--text);
}

.hero-mark {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(255,255,255,0.045), transparent 56%);
}

.hero-mark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('assets/logo-icon.png') center/55% no-repeat;
  opacity: 0.055;
  filter: grayscale(1);
}

.hero-mark img {
  width: min(430px, 76%);
  position: relative;
  z-index: 1;
}

.section {
  padding: 74px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.panel,
.card,
.contact-form,
.release-art,
.release-copy,
.principle-card,
.commitment-main,
.commitment-note,
.terms-box {
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.panel {
  padding: 32px;
}

.quote {
  display: flex;
  align-items: flex-end;
}

.quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  line-height: 1.15;
  color: var(--text);
}

.section-heading {
  margin-bottom: 28px;
  max-width: 720px;
}

.cards {
  display: grid;
  gap: 18px;
}

.cards-three {
  grid-template-columns: repeat(3, 1fr);
}

.cards-two {
  grid-template-columns: repeat(2, 1fr);
}

.artist-roster {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  padding: 28px;
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -26px;
  bottom: -26px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 50%;
}

.index {
  display: inline-block;
  color: var(--muted-2);
  font-size: 0.82rem;
  margin-bottom: 18px;
  letter-spacing: 0.18em;
}

.artist-card h3 {
  word-break: break-word;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.service-list .card {
  min-height: 250px;
}

.principles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.principle-card {
  padding: 34px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.07), transparent 44%),
    var(--panel-2);
}

.commitment-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 22px;
  align-items: start;
}

.commitment-main,
.commitment-note {
  padding: 34px;
}

.commitment-main ul {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding-left: 20px;
  color: var(--muted);
}

.commitment-main li::marker {
  color: var(--text);
}

.commitment-note {
  position: sticky;
  top: 116px;
  background:
    radial-gradient(circle at center top, rgba(255,255,255,0.07), transparent 42%),
    var(--panel);
}

.commitment-note img {
  width: 84px;
  margin-bottom: 28px;
}

.terms-box {
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
}

.contact-form {
  padding: 30px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

input,
textarea {
  width: 100%;
  background: #090909;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 16px 18px;
  border-radius: 18px;
  font: inherit;
  margin-bottom: 14px;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: rgba(255,255,255,0.28);
}

.footer {
  border-top: 1px solid var(--soft-line);
  padding: 26px 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
}

@media (max-width: 1040px) {
  
}

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

  .nav {
    display: none;
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    padding: 18px;
    border: 1px solid var(--soft-line);
    border-radius: 22px;
    background: rgba(13,13,13,0.98);
    flex-direction: column;
    align-items: flex-start;
  }

  .nav.open {
    display: flex;
  }

  .hero,
  .intro-grid,
  .featured-release,
  .principles,
  .commitment-layout,
  .terms-box {
    grid-template-columns: 1fr;
  }

  .cards-three,
  .cards-two,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .artist-roster {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
  }

  h1 {
    max-width: 100%;
  }

  .commitment-note {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(92%, 100%);
  }

  .header {
    min-height: 82px;
  }

  .panel,
  .card,
  .release-copy,
  .release-art,
  .contact-form,
  .principle-card,
  .commitment-main,
  .commitment-note,
  .terms-box {
    padding: 24px;
  }

  .quote p {
    font-size: 1.55rem;
  }

  .artist-roster {
    grid-template-columns: 1fr;
  }

  .visual-grid figure {
    max-height: 360px;
  }

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


/* Estadísticas del sello */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--soft-line);
  margin: -28px 0 36px;
  box-shadow: var(--shadow);
}

.stats-strip article {
  background: var(--panel);
  padding: 30px;
}

.stats-strip strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}

.stats-strip span {
  color: var(--muted);
  font-size: 0.95rem;
}

/* Tarjetas de artistas con imagen */
.artist-card {
  padding: 0;
  min-height: auto;
}

.artist-card::after {
  display: none;
}

.artist-photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--soft-line);
  background: #070707;
}

.artist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) contrast(1.05) saturate(0.9);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.artist-card:hover .artist-photo img {
  transform: scale(1.04);
  filter: grayscale(0) contrast(1.08) saturate(1);
}

.artist-card .index,
.artist-card h3,
.artist-card .tags {
  margin-left: 24px;
  margin-right: 24px;
}

.artist-card .index {
  margin-top: 24px;
}

.artist-card .tags {
  margin-bottom: 24px;
}

@media (max-width: 920px) {
  .stats-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}


/* Ajuste para sincronizar fotos de artistas */
.artist-photo {
  aspect-ratio: 1 / 1;
}

.artist-photo img {
  object-position: center;
}

.artist-card:nth-child(8) .artist-photo img,
.artist-card:nth-child(9) .artist-photo img {
  object-position: center;
}


/* Links de artistas a Spotify */
.artist-card {
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.artist-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.22);
  background: #121212;
}

.spotify-link {
  display: inline-flex;
  margin: 0 24px 24px;
  color: var(--text);
  opacity: 0.72;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artist-card:hover .spotify-link {
  opacity: 1;
}

.brand-icon {
  border-radius: 8px;
}

.hero-mark img {
  width: min(560px, 82%);
}


/* Contacto oficial */
.contact-email {
  display: inline-flex;
  margin-top: 18px;
  color: var(--text);
  border-bottom: 1px solid rgba(255,255,255,0.45);
  padding-bottom: 4px;
  font-size: 1.05rem;
}

.contact-email:hover,
.footer-email:hover {
  color: var(--muted);
}

.footer-email {
  display: inline-flex;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}


/* Corrección de hero: evita cortes y superposición del título */
.hero-fixed {
  align-items: center;
}

.hero-copy {
  overflow: visible;
}

.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(3rem, 6.2vw, 5.7rem);
  line-height: 0.95;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  margin-bottom: 22px;
}

.hero-copy .lead {
  max-width: 660px;
  position: relative;
  z-index: 2;
}

@media (max-width: 920px) {
  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 12vw, 4.6rem);
    line-height: 0.98;
  }
}

@media (max-width: 520px) {
  .hero-copy h1 {
    font-size: clamp(2.45rem, 13vw, 3.6rem);
  }
}


/* Nacionalidades de artistas */
.artist-origin {
  margin: 0 24px 6px;
}

.flag-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  color: var(--text);
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}


.flag-rect {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12) inset;
  flex-shrink: 0;
}


/* Isologo en sección del sello */
.sello-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}

.sello-heading {
  margin-bottom: 0;
  max-width: 100%;
}

.sello-isologo-box {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 28px;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.045), transparent 58%),
    var(--panel);
  box-shadow: var(--shadow);
}

.sello-isologo-box img {
  width: min(260px, 72%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.05));
}

@media (max-width: 920px) {
  .sello-intro {
    grid-template-columns: 1fr;
  }

  .sello-isologo-box {
    min-height: 220px;
  }

  .sello-isologo-box img {
    width: min(220px, 58%);
  }
}


/* Apartado de clases */
.clases-list .class-card {
  min-height: 245px;
}

.classes-cta {
  margin-top: 22px;
  padding: 28px;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.055), transparent 44%),
    var(--panel);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.classes-cta p {
  color: var(--muted);
  max-width: 680px;
}

@media (max-width: 720px) {
  .classes-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Página independiente de clases */
.active-link {
  color: var(--text) !important;
}

.classes-hero {
  min-height: auto;
  padding-top: 76px;
  padding-bottom: 60px;
}

.classes-page {
  padding-top: 36px;
}


/* Programa de 15 clases */
.classes-program {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.program-card {
  position: relative;
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--soft-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at bottom right, rgba(255,255,255,0.045), transparent 42%),
    var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.program-card::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  right: -22px;
  bottom: -22px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 50%;
}

.program-card h3 {
  font-size: 1.55rem;
  line-height: 1.06;
}

.program-card p {
  color: var(--muted);
  margin-top: 10px;
}

.final-project {
  grid-column: span 3;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 46%),
    var(--panel-2);
}

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

  .final-project {
    grid-column: span 2;
  }
}

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

  .final-project {
    grid-column: span 1;
  }
}


/* Contacto simple sin formulario */
.simple-contact {
  padding: 34px;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.06), transparent 44%),
    var(--panel);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.simple-contact p {
  color: var(--muted);
  max-width: 680px;
}

@media (max-width: 720px) {
  .simple-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Página de nuevos lanzamientos */
.releases-hero {
  min-height: auto;
  padding-top: 76px;
  padding-bottom: 60px;
}

.releases-page {
  padding-top: 36px;
}

.release-grid-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.release-card-page {
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.release-cover {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.055), transparent 58%),
    #070707;
  border-bottom: 1px solid var(--soft-line);
}

.release-cover img {
  width: min(120px, 42%);
  height: auto;
  object-fit: contain;
}

.release-info {
  padding: 24px;
}

.release-type {
  display: inline-flex;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  margin-bottom: 14px;
}

.release-info h3 {
  font-size: 1.85rem;
}

.release-info p {
  color: var(--muted);
  margin-top: 8px;
}

.release-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--text);
  border-bottom: 1px solid rgba(255,255,255,0.45);
  padding-bottom: 4px;
  font-size: 0.9rem;
}

.release-link:hover {
  color: var(--muted);
}

.releases-cta {
  margin-top: 24px;
}

@media (max-width: 920px) {
  .release-grid-page {
    grid-template-columns: 1fr;
  }
}


/* Portadas reales en lanzamientos */
.release-cover {
  text-decoration: none;
}

.release-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.release-card-page:hover .release-cover img {
  transform: scale(1.035);
}

.release-cover img {
  transition: transform 0.25s ease;
}


/* Nuevo lanzamiento semanal */
.weekly-release {
  margin-bottom: 42px;
}

.featured-weekly-release {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
}

.featured-weekly-release .release-cover {
  aspect-ratio: 1 / 1;
}

.featured-weekly-release .release-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
}

.featured-weekly-release .release-info h3 {
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.monthly-releases {
  margin-top: 18px;
}

.monthly-releases > .eyebrow {
  margin-bottom: 18px;
}

@media (max-width: 780px) {
  .featured-weekly-release {
    grid-template-columns: 1fr;
  }

  .featured-weekly-release .release-info {
    padding: 24px;
  }
}


/* Lanzamientos sin bloque superior */
.releases-page {
  padding-top: 82px;
}


/* Página TLE-BS */
.tlebs-page {
  padding-top: 82px;
  padding-bottom: 42px;
}

.tlebs-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  min-height: 72vh;
}

.tlebs-copy h1 {
  font-size: clamp(4rem, 13vw, 10rem);
  letter-spacing: 0.04em;
  line-height: 0.82;
  margin-bottom: 28px;
}

.tlebs-copy .lead {
  max-width: 560px;
}

.tlebs-cover-frame {
  display: block;
  padding: 18px;
  border: 2px solid #ffffff;
  border-radius: 2px;
  background: #000000;
  box-shadow: 0 28px 58px rgba(255,255,255,0.26);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tlebs-cover-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 70px rgba(255,255,255,0.34);
}

.tlebs-cover-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.tlebs-viewer-section {
  padding-top: 32px;
}

.tlebs-pdf-frame {
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: var(--radius);
  overflow: hidden;
  background: #000000;
  box-shadow: 0 22px 48px rgba(255,255,255,0.12);
}

.tlebs-pdf-frame iframe {
  width: 100%;
  height: min(78vh, 820px);
  border: 0;
  display: block;
  background: #000000;
}

@media (max-width: 920px) {
  .tlebs-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .tlebs-copy h1 {
    font-size: clamp(4rem, 20vw, 7rem);
  }
}

@media (max-width: 620px) {
  .tlebs-cover-frame {
    padding: 10px;
    box-shadow: 0 18px 42px rgba(255,255,255,0.22);
  }

  .tlebs-pdf-frame iframe {
    height: 640px;
  }
}


/* Shop / TLE-BS */
.shop-hero {
  min-height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 108px 24px 48px;
  background: #000;
  text-align: center;
}

.shop-slider {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.shop-slide {
  display: none;
}

.shop-slide.is-active {
  display: block;
}

.shop-visuals {
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 88px;
}

.shop-card {
  display: block;
  background: #060606;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 0 26px rgba(255,255,255,0.38);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.shop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 34px rgba(255,255,255,0.48);
}

.shop-card img {
  display: block;
  width: 100%;
  height: auto;
}

.shop-card-small {
  width: min(15vw, 185px);
  min-width: 140px;
}

.shop-card-large {
  width: min(21vw, 300px);
  min-width: 210px;
}

.shop-card-offset {
  transform: translate(10px, 18px);
}

.shop-card-offset:hover {
  transform: translate(10px, 12px);
}

.shop-dots {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.shop-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.55);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.shop-dot.is-active {
  width: 22px;
  height: 22px;
  background: #ffffff;
}

.shop-copy {
  margin-top: 22px;
}

.shop-copy h1 {
  font-size: clamp(4.8rem, 10vw, 9rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}

.shop-price {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  color: #ffffff;
  margin: 0;
}

.shop-actions-wrap {
  padding: 0 24px 82px;
  text-align: center;
}

.shop-actions {
  justify-content: center;
}

@media (max-width: 900px) {
  .shop-hero {
    padding-top: 92px;
  }

  .shop-visuals {
    min-height: 340px;
    gap: 34px;
  }

  .shop-card-small {
    width: 150px;
    min-width: 120px;
  }

  .shop-card-large {
    width: 230px;
    min-width: 170px;
  }

  .shop-copy h1 {
    font-size: clamp(3.8rem, 14vw, 6rem);
  }
}

@media (max-width: 620px) {
  .shop-visuals {
    min-height: 250px;
    gap: 18px;
  }

  .shop-card-small {
    width: 110px;
    min-width: 90px;
  }

  .shop-card-large {
    width: 160px;
    min-width: 130px;
  }

  .shop-card-offset {
    transform: translate(0, 10px);
  }

  .shop-card-offset:hover {
    transform: translate(0, 6px);
  }

  .shop-dot.is-active {
    width: 18px;
    height: 18px;
  }

  .shop-actions-wrap {
    padding-bottom: 54px;
  }
}


/* Shop minimal inicial */
.shop-minimal-page {
  min-height: calc(100vh - 92px);
  background: #000000;
  padding: 78px 0 120px;
}

.shop-product-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-left: clamp(22px, 7vw, 120px);
  color: #ffffff;
  text-decoration: none;
}

.shop-product-image {
  width: clamp(145px, 13vw, 210px);
  background: #050505;
  box-shadow: 0 0 22px rgba(255,255,255,0.34);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.shop-product-image img {
  width: 100%;
  height: auto;
  display: block;
}

.shop-product-card h1 {
  font-size: clamp(2rem, 3.5vw, 3.05rem);
  line-height: 1;
  margin-top: 18px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.shop-product-card:hover .shop-product-image {
  transform: translateY(-4px);
  box-shadow: 0 0 30px rgba(255,255,255,0.46);
}

@media (max-width: 640px) {
  .shop-minimal-page {
    padding-top: 64px;
  }

  .shop-product-card {
    margin-left: 24px;
  }
}


/* Shop más amplio */
.shop-minimal-page {
  min-height: calc(100vh - 92px);
  padding: 96px 0 140px;
}

.shop-product-card {
  margin-left: clamp(36px, 9vw, 160px);
}

.shop-product-image {
  width: clamp(220px, 20vw, 340px);
  box-shadow: 0 0 34px rgba(255,255,255,0.38);
}

.shop-product-card h1 {
  font-size: clamp(3rem, 5.2vw, 5rem);
  margin-top: 26px;
}

@media (max-width: 780px) {
  .shop-minimal-page {
    padding-top: 72px;
  }

  .shop-product-card {
    margin-left: 28px;
  }

  .shop-product-image {
    width: clamp(190px, 52vw, 280px);
  }

  .shop-product-card h1 {
    font-size: clamp(2.6rem, 11vw, 4rem);
  }
}


/* Shop con lados más amplios */
.shop-page .site-shell {
  width: min(1560px, 97%);
}

.shop-page .shop-minimal-page {
  padding-left: 0;
  padding-right: 0;
}

.shop-page .shop-product-card {
  margin-left: clamp(22px, 5vw, 90px);
}

@media (max-width: 780px) {
  .shop-page .site-shell {
    width: min(100%, 98%);
  }

  .shop-page .shop-product-card {
    margin-left: 18px;
  }
}


/* Shop full width alineado a la izquierda */
.shop-page .site-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.shop-page .header,
.shop-page .footer {
  padding-left: 40px;
  padding-right: 40px;
}

.shop-page .shop-minimal-page {
  min-height: calc(100vh - 92px);
  padding: 34px 0 120px;
  background: #000000;
}

.shop-page .shop-product-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-left: clamp(70px, 8vw, 120px);
  margin-top: 12px;
}

.shop-page .shop-product-image {
  width: clamp(145px, 12vw, 190px);
  box-shadow: 0 0 24px rgba(255,255,255,0.33);
}

.shop-page .shop-product-card h1 {
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  margin-top: 16px;
  line-height: 1;
}

@media (max-width: 900px) {
  .shop-page .header,
  .shop-page .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .shop-page .shop-product-card {
    margin-left: 34px;
    margin-top: 10px;
  }

  .shop-page .shop-product-image {
    width: clamp(130px, 34vw, 180px);
  }

  .shop-page .shop-product-card h1 {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }
}

@media (max-width: 640px) {
  .shop-page .shop-minimal-page {
    padding-top: 22px;
  }
}


/* Pantalla detalle TLE-BS */
.tlebs-page .site-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.tlebs-page .header,
.tlebs-page .footer {
  padding-left: 40px;
  padding-right: 40px;
}

.tlebs-detail-screen {
  min-height: calc(100vh - 92px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 64px 20px 120px;
  background: #000000;
}

.tlebs-gallery {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(28px, 4vw, 54px);
  margin-top: 18px;
}

.tlebs-preview {
  display: block;
  background: #050505;
  box-shadow: 0 0 32px rgba(255,255,255,0.36);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tlebs-preview:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 40px rgba(255,255,255,0.45);
}

.tlebs-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.tlebs-preview-main {
  width: clamp(220px, 17vw, 300px);
}

.tlebs-preview-side {
  width: clamp(105px, 7vw, 150px);
  margin-top: 72px;
}

.tlebs-dots {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.tlebs-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
}

.tlebs-dots span.active {
  width: 18px;
  height: 18px;
  background: #ffffff;
}

.tlebs-title {
  margin-top: 18px;
  font-size: clamp(4rem, 9vw, 6.3rem);
  line-height: 0.95;
  color: #ffffff;
}

.tlebs-price {
  margin-top: 14px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4.4vw, 3.5rem);
  line-height: 1;
  color: #ffffff;
}

@media (max-width: 900px) {
  .tlebs-page .header,
  .tlebs-page .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tlebs-detail-screen {
    padding-top: 48px;
  }

  .tlebs-gallery {
    gap: 20px;
  }

  .tlebs-preview-main {
    width: clamp(190px, 42vw, 270px);
  }

  .tlebs-preview-side {
    width: clamp(90px, 22vw, 130px);
    margin-top: 52px;
  }
}

@media (max-width: 640px) {
  .tlebs-gallery {
    gap: 14px;
  }

  .tlebs-preview-main {
    width: clamp(175px, 52vw, 240px);
  }

  .tlebs-preview-side {
    width: clamp(78px, 21vw, 110px);
    margin-top: 42px;
  }

  .tlebs-title {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .tlebs-price {
    font-size: clamp(1.8rem, 9vw, 2.7rem);
  }
}


/* TLE-BS detalle limpio arreglado */
.tlebs-detail-clean {
  background: #000000;
  min-height: 100vh;
  overflow-x: hidden;
}

.tlebs-detail-clean::before {
  display: none;
}

.tlebs-clean-screen {
  min-height: 100vh;
  background: #000000;
  display: grid;
  place-items: center;
  padding: 52px 24px 68px;
  position: relative;
}

.tlebs-back {
  position: fixed;
  top: 28px;
  left: 32px;
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 3;
}

.tlebs-back:hover {
  color: #ffffff;
}

.tlebs-clean-content {
  width: min(760px, 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tlebs-clean-gallery {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(32px, 4.6vw, 70px);
  transform: none;
}

.tlebs-clean-main,
.tlebs-clean-side {
  display: block;
  background: #050505;
  box-shadow: 0 0 34px rgba(255,255,255,0.38);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tlebs-clean-main:hover,
.tlebs-clean-side:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 46px rgba(255,255,255,0.48);
}

.tlebs-clean-main img,
.tlebs-clean-side img {
  width: 100%;
  display: block;
}

.tlebs-clean-main {
  width: clamp(230px, 18vw, 320px);
}

.tlebs-clean-side {
  width: clamp(110px, 8vw, 165px);
  margin-top: clamp(62px, 6vw, 92px);
}

.tlebs-clean-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.tlebs-clean-dots span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
}

.tlebs-clean-dots span.active {
  width: 20px;
  height: 20px;
  background: #ffffff;
}

.tlebs-clean-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(4.6rem, 8.4vw, 8rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0;
  max-width: none;
}

.tlebs-clean-content p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.1rem, 4.1vw, 4rem);
  line-height: 1;
  color: #ffffff;
  margin-top: 22px;
}

@media (max-width: 820px) {
  .tlebs-clean-gallery {
    transform: translateX(22px);
    gap: 22px;
  }

  .tlebs-clean-main {
    width: clamp(190px, 46vw, 280px);
  }

  .tlebs-clean-side {
    width: clamp(86px, 21vw, 135px);
    margin-top: 48px;
  }

  .tlebs-back {
    top: 18px;
    left: 20px;
  }
}

@media (max-width: 520px) {
  .tlebs-clean-screen {
    padding-top: 74px;
  }

  .tlebs-clean-gallery {
    transform: none;
    gap: 14px;
  }

  .tlebs-clean-main {
    width: clamp(175px, 58vw, 235px);
  }

  .tlebs-clean-side {
    width: clamp(74px, 23vw, 105px);
    margin-top: 38px;
  }

  .tlebs-clean-content h1 {
    font-size: clamp(3.4rem, 18vw, 5rem);
  }

  .tlebs-clean-content p {
    font-size: clamp(2rem, 12vw, 3rem);
  }
}


/* Ajuste centrado y más pequeño de TLE-BS */
.tlebs-clean-screen {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100vh !important;
  padding: 32px 24px 48px !important;
}

.tlebs-clean-content {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.tlebs-clean-gallery {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(22px, 3vw, 42px) !important;
  transform: none !important;
  margin: 0 auto !important;
}

.tlebs-clean-main {
  width: clamp(180px, 15vw, 245px) !important;
}

.tlebs-clean-side {
  width: clamp(90px, 6vw, 125px) !important;
  margin-top: 18px !important;
}

.tlebs-clean-dots {
  margin-top: 14px !important;
  margin-bottom: 16px !important;
}

.tlebs-clean-dots span.active {
  width: 16px !important;
  height: 16px !important;
}

.tlebs-clean-content h1 {
  font-size: clamp(3.1rem, 6vw, 4.8rem) !important;
  margin: 0 !important;
}

.tlebs-clean-content p {
  font-size: clamp(1.8rem, 3.5vw, 3rem) !important;
  margin-top: 10px !important;
}

.tlebs-back {
  top: 20px !important;
  left: 24px !important;
}

@media (max-width: 640px) {
  .tlebs-clean-screen {
    padding-top: 60px !important;
  }
  .tlebs-clean-gallery {
    gap: 14px !important;
  }
  .tlebs-clean-main {
    width: clamp(160px, 48vw, 210px) !important;
  }
  .tlebs-clean-side {
    width: clamp(70px, 20vw, 95px) !important;
    margin-top: 18px !important;
  }
  .tlebs-clean-content h1 {
    font-size: clamp(2.7rem, 14vw, 4rem) !important;
  }
  .tlebs-clean-content p {
    font-size: clamp(1.7rem, 9vw, 2.5rem) !important;
  }
}


/* Ajuste para que TLE-BS quede como la segunda referencia */
.tlebs-clean-screen {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100vh !important;
  padding: 34px 24px !important;
}

.tlebs-clean-content {
  width: 100% !important;
  max-width: 700px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.tlebs-clean-gallery {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 36px !important;
  transform: none !important;
  margin: 0 auto !important;
}

.tlebs-clean-main {
  width: 255px !important;
}

.tlebs-clean-side {
  width: 128px !important;
  margin-top: 46px !important;
}

.tlebs-clean-dots {
  gap: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.tlebs-clean-dots span {
  width: 8px !important;
  height: 8px !important;
}

.tlebs-clean-dots span.active {
  width: 14px !important;
  height: 14px !important;
}

.tlebs-clean-content h1 {
  font-size: clamp(3.7rem, 8vw, 5.15rem) !important;
  line-height: 0.9 !important;
  letter-spacing: 0.01em !important;
  margin: 0 !important;
}

.tlebs-clean-content p {
  font-size: clamp(1.8rem, 4vw, 2.9rem) !important;
  line-height: 1 !important;
  margin-top: 18px !important;
}

.tlebs-back {
  top: 20px !important;
  left: 22px !important;
  font-size: 0.82rem !important;
}

@media (max-width: 820px) {
  .tlebs-clean-screen {
    padding: 52px 18px 32px !important;
  }

  .tlebs-clean-content {
    max-width: 92vw !important;
  }

  .tlebs-clean-gallery {
    gap: 20px !important;
  }

  .tlebs-clean-main {
    width: min(50vw, 235px) !important;
  }

  .tlebs-clean-side {
    width: min(22vw, 112px) !important;
    margin-top: 36px !important;
  }

  .tlebs-clean-content h1 {
    font-size: clamp(2.8rem, 11vw, 4.4rem) !important;
  }

  .tlebs-clean-content p {
    font-size: clamp(1.6rem, 7vw, 2.5rem) !important;
  }
}


/* TLE-BS coverflow central */
.tlebs-flow-page {
  background: #000;
  min-height: 100vh;
  overflow-x: hidden;
}

.tlebs-flow-page::before {
  display: none;
}

.tlebs-flow-screen {
  min-height: 100vh;
  background: #000;
  display: grid;
  place-items: center;
  padding: 48px 24px 64px;
  position: relative;
}

.tlebs-flow-content {
  width: min(760px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tlebs-carousel-shell {
  width: min(640px, 100%);
  min-height: 330px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(18px, 3vw, 34px);
}

.tlebs-slide {
  display: block;
  background: #050505;
  box-shadow: 0 0 34px rgba(255,255,255,0.34);
  transition: transform 0.34s ease, width 0.34s ease, margin 0.34s ease, opacity 0.34s ease, box-shadow 0.34s ease;
  will-change: transform;
}

.tlebs-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.tlebs-slide.is-center {
  width: clamp(240px, 26vw, 320px);
  opacity: 1;
  transform: translateY(0) scale(1);
  align-self: flex-start;
  cursor: zoom-in;
}

.tlebs-slide.is-side {
  width: clamp(120px, 11vw, 152px);
  opacity: 0.96;
  transform: translateY(54px) scale(0.97);
  cursor: pointer;
}

.tlebs-slide.is-right {
  margin-left: 0;
}

.tlebs-slide.is-left {
  margin-right: 0;
}

.tlebs-slide:hover {
  box-shadow: 0 0 42px rgba(255,255,255,0.42);
}

.tlebs-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 12px;
}

.tlebs-carousel-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.95);
  cursor: pointer;
  padding: 0;
}

.tlebs-carousel-dots button.active {
  width: 18px;
  height: 18px;
}

.tlebs-flow-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(4rem, 8vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0.01em;
  margin: 0;
  color: #fff;
  max-width: none;
}

.tlebs-flow-content p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
  color: #fff;
  margin-top: 14px;
}

@media (max-width: 640px) {
  .tlebs-flow-screen {
    padding: 64px 18px 44px;
  }

  .tlebs-flow-content {
    width: min(92vw, 100%);
  }

  .tlebs-carousel-shell {
    width: 100%;
    min-height: 255px;
    gap: 16px;
  }

  .tlebs-slide.is-center {
    width: min(56vw, 240px);
  }

  .tlebs-slide.is-side {
    width: min(23vw, 94px);
    transform: translateY(34px) scale(0.97);
  }

  .tlebs-flow-content h1 {
    font-size: clamp(3rem, 12vw, 4.35rem);
  }

  .tlebs-flow-content p {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }
}


/* TLE-BS click side to center */
.tlebs-carousel-shell {
  position: relative;
  width: min(760px, 100%);
  min-height: 360px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}

.tlebs-slide {
  position: absolute;
  top: 0;
  display: block;
  background: #050505;
  box-shadow: 0 0 34px rgba(255,255,255,0.34);
  transition: transform 0.35s ease, width 0.35s ease, opacity 0.35s ease, left 0.35s ease, right 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}

.tlebs-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.tlebs-slide.is-center {
  position: relative;
  width: clamp(240px, 26vw, 320px);
  left: auto;
  right: auto;
  transform: translateY(0) scale(1);
  opacity: 1;
  z-index: 3;
  cursor: zoom-in;
}

.tlebs-slide.is-left {
  width: clamp(118px, 11vw, 152px);
  left: calc(50% - 235px);
  transform: translateY(56px) scale(0.97);
  opacity: 0.96;
  z-index: 2;
  cursor: pointer;
}

.tlebs-slide.is-right {
  width: clamp(118px, 11vw, 152px);
  right: calc(50% - 235px);
  transform: translateY(56px) scale(0.97);
  opacity: 0.96;
  z-index: 2;
  cursor: pointer;
}

.tlebs-slide.is-hidden {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.tlebs-slide:hover {
  box-shadow: 0 0 42px rgba(255,255,255,0.42);
}

@media (max-width: 640px) {
  .tlebs-carousel-shell {
    min-height: 270px;
  }

  .tlebs-slide.is-center {
    width: min(56vw, 240px);
  }

  .tlebs-slide.is-left {
    width: min(23vw, 94px);
    left: calc(50% - 145px);
    transform: translateY(36px) scale(0.97);
  }

  .tlebs-slide.is-right {
    width: min(23vw, 94px);
    right: calc(50% - 145px);
    transform: translateY(36px) scale(0.97);
  }
}


/* Ajuste: páginas laterales totalmente visibles */
.tlebs-flow-content {
  width: min(900px, 100%) !important;
}

.tlebs-carousel-shell {
  width: min(900px, calc(100vw - 56px)) !important;
  min-height: 380px !important;
  overflow: visible !important;
}

.tlebs-slide.is-center {
  width: clamp(220px, 24vw, 300px) !important;
}

.tlebs-slide.is-left {
  width: clamp(118px, 11vw, 150px) !important;
  left: clamp(8px, 4vw, 46px) !important;
  transform: translateY(56px) scale(0.97) !important;
}

.tlebs-slide.is-right {
  width: clamp(118px, 11vw, 150px) !important;
  right: clamp(8px, 4vw, 46px) !important;
  transform: translateY(56px) scale(0.97) !important;
}

@media (max-width: 640px) {
  .tlebs-flow-content {
    width: min(96vw, 100%) !important;
  }

  .tlebs-carousel-shell {
    width: min(96vw, calc(100vw - 16px)) !important;
    min-height: 285px !important;
  }

  .tlebs-slide.is-center {
    width: min(50vw, 210px) !important;
  }

  .tlebs-slide.is-left {
    width: min(24vw, 96px) !important;
    left: 2px !important;
    transform: translateY(34px) scale(0.97) !important;
  }

  .tlebs-slide.is-right {
    width: min(24vw, 96px) !important;
    right: 2px !important;
    transform: translateY(34px) scale(0.97) !important;
  }
}


/* TLE-BS carrusel lineal definitivo */
.tlebs-flow-page {
  background: #000000;
  min-height: 100vh;
  overflow-x: hidden;
}

.tlebs-flow-page::before {
  display: none;
}

.tlebs-flow-screen {
  min-height: 100vh;
  background: #000000;
  display: grid;
  place-items: center;
  padding: 44px 24px 58px;
  position: relative;
}

.tlebs-flow-content {
  width: min(1120px, calc(100vw - 32px)) !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.tlebs-linear-carousel {
  position: relative !important;
  width: min(1120px, calc(100vw - 32px)) !important;
  min-height: 500px !important;
  overflow: visible !important;
  display: block !important;
}

.tlebs-linear-carousel .tlebs-slide {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  display: block !important;
  background: #050505 !important;
  box-shadow: 0 0 34px rgba(255,255,255,0.34) !important;
  transition:
    transform 0.38s ease,
    width 0.38s ease,
    opacity 0.38s ease,
    box-shadow 0.38s ease !important;
  will-change: transform, width;
  opacity: 1 !important;
}

.tlebs-linear-carousel .tlebs-slide img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.tlebs-linear-carousel .tlebs-slide.is-center {
  width: clamp(235px, 24vw, 315px) !important;
  z-index: 5 !important;
  cursor: zoom-in !important;
}

.tlebs-linear-carousel .tlebs-slide.is-side {
  width: clamp(118px, 10.5vw, 150px) !important;
  z-index: 3 !important;
  cursor: pointer !important;
}

.tlebs-linear-carousel .tlebs-slide.pos-0 {
  transform: translateX(-50%) translateY(0) scale(1) !important;
}

.tlebs-linear-carousel .tlebs-slide.pos-m1 {
  transform: translateX(calc(-50% - 220px)) translateY(56px) scale(0.98) !important;
}

.tlebs-linear-carousel .tlebs-slide.pos-m2 {
  transform: translateX(calc(-50% - 390px)) translateY(56px) scale(0.98) !important;
}

.tlebs-linear-carousel .tlebs-slide.pos-p1 {
  transform: translateX(calc(-50% + 220px)) translateY(56px) scale(0.98) !important;
}

.tlebs-linear-carousel .tlebs-slide.pos-p2 {
  transform: translateX(calc(-50% + 390px)) translateY(56px) scale(0.98) !important;
}

.tlebs-linear-carousel .tlebs-slide:hover {
  box-shadow: 0 0 44px rgba(255,255,255,0.44) !important;
}

.tlebs-carousel-dots {
  position: relative !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 11px !important;
  margin-top: 18px !important;
  margin-bottom: 14px !important;
}

.tlebs-carousel-dots button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: rgba(255,255,255,0.92) !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.tlebs-carousel-dots button.active {
  width: 18px !important;
  height: 18px !important;
  background: #ffffff !important;
}

.tlebs-flow-content h1 {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 600 !important;
  font-size: clamp(4rem, 8vw, 6rem) !important;
  line-height: 0.9 !important;
  letter-spacing: 0.01em !important;
  margin: 0 !important;
  color: #ffffff !important;
  max-width: none !important;
}

.tlebs-flow-content p {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(2rem, 4vw, 3.35rem) !important;
  line-height: 1 !important;
  color: #ffffff !important;
  margin-top: 14px !important;
}

@media (max-width: 760px) {
  .tlebs-flow-screen {
    padding: 64px 10px 42px !important;
  }

  .tlebs-flow-content {
    width: min(100vw, 100%) !important;
  }

  .tlebs-linear-carousel {
    width: min(100vw, 100%) !important;
    min-height: 360px !important;
  }

  .tlebs-linear-carousel .tlebs-slide.is-center {
    width: min(48vw, 220px) !important;
  }

  .tlebs-linear-carousel .tlebs-slide.is-side {
    width: min(22vw, 92px) !important;
  }

  .tlebs-linear-carousel .tlebs-slide.pos-m1 {
    transform: translateX(calc(-50% - 142px)) translateY(36px) scale(0.98) !important;
  }

  .tlebs-linear-carousel .tlebs-slide.pos-m2 {
    transform: translateX(calc(-50% - 244px)) translateY(36px) scale(0.98) !important;
  }

  .tlebs-linear-carousel .tlebs-slide.pos-p1 {
    transform: translateX(calc(-50% + 142px)) translateY(36px) scale(0.98) !important;
  }

  .tlebs-linear-carousel .tlebs-slide.pos-p2 {
    transform: translateX(calc(-50% + 244px)) translateY(36px) scale(0.98) !important;
  }

  .tlebs-flow-content h1 {
    font-size: clamp(3rem, 12vw, 4.3rem) !important;
  }

  .tlebs-flow-content p {
    font-size: clamp(1.9rem, 8vw, 2.7rem) !important;
  }
}


/* Botón comprar y checkout lateral TLE-BS */
.tlebs-buy-button {
  margin-top: 26px;
  min-width: 160px;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,0.8);
  background: #ffffff;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tlebs-buy-button:hover {
  transform: translateY(-2px);
  opacity: 0.88;
}

.tlebs-checkout-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
  z-index: 80;
}

.tlebs-checkout-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.tlebs-checkout-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 92vw);
  height: 100vh;
  background: #050505;
  border-left: 1px solid rgba(255,255,255,0.16);
  box-shadow: -22px 0 80px rgba(0,0,0,0.55);
  padding: 32px 30px;
  z-index: 90;
  transform: translateX(100%);
  transition: transform 0.32s ease;
  overflow-y: auto;
}

.tlebs-checkout-panel.is-open {
  transform: translateX(0);
}

.tlebs-checkout-close {
  position: absolute;
  top: 18px;
  right: 22px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.tlebs-checkout-header {
  margin-top: 18px;
  margin-bottom: 30px;
}

.tlebs-checkout-header p {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.56);
  margin-bottom: 8px;
}

.tlebs-checkout-header h2 {
  font-size: 3.2rem;
  line-height: 0.95;
  margin: 0;
}

.tlebs-checkout-product {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.14);
  border-bottom: 1px solid rgba(255,255,255,0.14);
  padding: 22px 0;
  margin-bottom: 26px;
}

.tlebs-checkout-product img {
  width: 92px;
  box-shadow: 0 0 20px rgba(255,255,255,0.2);
}

.tlebs-checkout-product h3 {
  font-size: 1.8rem;
  margin: 0 0 4px;
}

.tlebs-checkout-product p {
  color: rgba(255,255,255,0.62);
  font-size: 0.88rem;
  margin-bottom: 8px;
}

.tlebs-checkout-product strong {
  color: #ffffff;
  font-size: 0.95rem;
}

.tlebs-checkout-form {
  display: grid;
  gap: 18px;
}

.tlebs-checkout-form label {
  display: grid;
  gap: 8px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}

.tlebs-checkout-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,0.18);
  background: #000000;
  color: #ffffff;
  padding: 0 14px;
  font: inherit;
  outline: none;
}

.tlebs-checkout-form input:focus {
  border-color: rgba(255,255,255,0.55);
}

.tlebs-checkout-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,0.7);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 16px;
}

.tlebs-checkout-line.total {
  color: #ffffff;
  font-size: 1.15rem;
}

.tlebs-checkout-submit {
  min-height: 48px;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #000000;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-top: 8px;
}

.tlebs-checkout-note {
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
  line-height: 1.5;
}

body.checkout-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .tlebs-buy-button {
    margin-top: 20px;
  }

  .tlebs-checkout-panel {
    width: 100vw;
    padding: 30px 24px;
  }
}


/* Checkout real: submit button */
.tlebs-checkout-submit {
  border: 0;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}

.tlebs-checkout-submit:hover {
  opacity: 0.88;
}

.tlebs-checkout-form input:required {
  box-shadow: none;
}
