/* ============================================================
   Ana Pao Marin · Sitio Oficial · responsive.css
   Sistema unificado de breakpoints (cargado al final para ganar cascada)

   Breakpoints canónicos:
     · 1200px  → laptops pequeñas (ajustes finos)
     · 768px   → tablet / mobile landscape
     · 480px   → mobile portrait
     · 360px   → mobile compacto
   ============================================================ */

/* ════════════════════════════════════════════════
   ≤ 1200px · Laptops pequeñas
   ════════════════════════════════════════════════ */
@media (max-width: 1200px) {
  .container { padding: 0 28px; }

  /* Hero: títulos un poco más contenidos */
  .hero-title { font-size: clamp(3rem, 9vw, 7rem); }
  .hero-tagline { font-size: clamp(1rem, 2.2vw, 1.3rem); max-width: 640px; }

  /* Modelaje · Acting: tickets/header un pelo menor */
  .md-ticket, .ah-ticket { transform: scale(.95); transform-origin: center; }
  .look-feature { gap: 40px; }

  /* Música: cover más equilibrado */
  .jb-platter { transform: scale(.92); transform-origin: center top; }

  /* Acting: tipografía decorativa más discreta */
  .world-acting::before { font-size: 16rem; }
  .world-social::before { font-size: 18rem; }

  /* Side-nav: alejado del borde para no chocar */
  .side-nav { right: 18px; }

  /* Top-nav: compactar en tablets grandes */
  .top-nav { gap: 18px; font-size: .72rem; letter-spacing: .12em; }
}

/* ════════════════════════════════════════════════
   ≤ 992px · Ocultar top-nav (queda solo brand + CTA)
   ════════════════════════════════════════════════ */
@media (max-width: 992px) {
  .top-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  /* Booking ya está en el menú desplegable — ocultar el botón del top-bar */
  .top-bar-end .cta-top { display: none; }
}

/* ════════════════════════════════════════════════
   ≤ 768px · Tablet / mobile landscape
   ════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Globales */
  .container { padding: 0 20px; }
  .side-nav { display: none; }

  .top-bar { padding: 14px 16px; }
  .top-bar.scrolled { padding: 10px 16px; }
  .brand-mark { height: 56px; margin: -10px 0; }
  .cta-top { font-size: .68rem; padding: 8px 16px; letter-spacing: .12em; }
  .top-bar-end { gap: 10px; }
  .menu-toggle { width: 42px; height: 42px; }

  .world-divider { padding: 56px 20px 28px; }
  .world-divider .num::before,
  .world-divider .num::after { width: 24px; margin: 0 10px; }

  /* Hero */
  .hero { padding: 100px 20px 70px; min-height: 92vh; }
  .hero-eyebrow { font-size: .62rem; padding: 7px 16px 7px 14px; letter-spacing: .22em; }
  .hero-title { font-size: clamp(2.6rem, 11vw, 4.6rem); line-height: 1; }
  .hero-tagline { font-size: 1rem; max-width: 100%; padding: 0 6px; }
  .hero-roles { gap: 8px; flex-wrap: wrap; justify-content: center; }
  .hero-roles .role { font-size: .78rem; padding: 6px 14px; }
  .hero-cta { flex-direction: column; gap: 12px; width: 100%; align-items: center; }
  /* Botones apilados: texto centrado, flecha absoluta a la derecha */
  .hero-cta .hero-btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    padding: 14px 52px;
    text-align: center;
  }
  .hero-cta .hero-btn .hbtn-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero-cta .hero-btn-primary:hover .hbtn-arrow { transform: translateY(calc(-50% + 2px)); }
  .hero-cta .hero-btn-ghost:hover .hbtn-arrow { transform: translateY(-50%) translateX(3px); }
  .hero-marquee { display: none; }
  .hero-corner { width: 22px; height: 22px; }

  /* About */
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { max-width: 480px; margin: 0 auto; width: 100%; }
  .about-tag { font-size: .68rem; }
  .about h2 { font-size: clamp(2rem, 7vw, 3rem); }
  .about-chips { gap: 8px; justify-content: flex-start; }
  .ac-chip { font-size: .72rem; padding: 6px 12px; }
  .about-timeline { padding: 22px; }
  /* Stats: una sola columna, layout horizontal compacto (icono · num · label) */
  .about-stats {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--border);
    padding-top: 0;
  }
  .about-stats .stat {
    padding: 18px 4px;
    text-align: left;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    border-bottom: 1px solid var(--border);
  }
  .about-stats .stat:last-child { border-bottom: none; }
  .about-stats .stat::before { display: none; }
  .about-stats .stat .num { font-size: 2rem; min-width: 80px; }
  .about-stats .stat .lbl { flex: 1; }

  /* Modelaje */
  .md-header { gap: 18px; }
  .md-row { flex-direction: column; align-items: flex-start; gap: 18px; }
  .md-title { font-size: clamp(2rem, 8vw, 3rem); }
  .md-ticket { transform: scale(.92); transform-origin: left center; }
  .md-tags { gap: 6px; }
  .md-tag { font-size: .62rem; padding: 4px 10px; }
  .look-feature {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 4px;
  }
  .look-feature-num {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }
  .lfn-no { font-size: clamp(5rem, 22vw, 9rem); margin: 0; }
  .look-feature-photo { aspect-ratio: 4 / 5; max-height: 80vh; max-width: 520px; margin: 0 auto; width: 100%; }
  .runway-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .runway-head h3 { font-size: clamp(1.6rem, 6vw, 2.2rem); }

  /* Music */
  .music-header { padding: 24px 20px; }
  .mh-top { flex-direction: column; align-items: flex-start; gap: 18px; }
  .mh-title h2 { font-size: clamp(2rem, 7vw, 3.2rem); }
  .mh-album { width: 100%; }

  /* Stats de música: tarjeta unificada 4 columnas */
  .mh-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 8px;
    border: 1px solid rgba(244,114,182,.18);
    border-radius: 14px;
    overflow: hidden;
  }
  .mh-stat {
    padding: 16px 10px;
    background: linear-gradient(160deg, rgba(255,255,255,.02), transparent);
    border-bottom: none;
  }
  .mh-stat + .mh-stat { border-left: 1px solid rgba(244,114,182,.12); }
  .mh-stat + .mh-stat::before { display: none; }
  .mh-stat:first-child { padding-left: 10px; }
  .mh-stat-num {
    font-size: 1.7rem;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mh-unit {
    background: none;
    -webkit-text-fill-color: var(--muted);
    color: var(--muted);
  }
  /* CTA "Audio Original": fondo acento sutil */
  .mh-stat-cta {
    background: linear-gradient(160deg, rgba(244,114,182,.09), transparent);
  }
  .mh-stat-cta .mh-stat-num.mh-stat-icon {
    font-size: 1.4rem;
    -webkit-text-fill-color: unset;
    background: linear-gradient(135deg, var(--accent), #f7c97b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mh-stat-lbl { font-size: .6rem; letter-spacing: .16em; }

  /* Jukebox: stack vertical */
  .jb-deck {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 18px;
  }
  .jb-platter { transform: none; max-width: 360px; margin: 0 auto; }
  /* Tonearm: solo reposicionar, NO alterar transform — el JS gestiona rotate(20deg)↔rotate(-22deg) */
  .jb-tonearm { right: 2%; top: -4%; }
  .jb-track-info { text-align: center; padding: 0 8px; }
  /* Controls: flex desde 480px para evitar que el grid de 5 columnas desborde */
  .jb-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .jb-progress-wrap { order: 5; flex-basis: 100%; max-width: 100%; margin-top: 4px; min-width: 0; }
  .jb-progress-wrap .jb-progress { min-width: 0; }
  .jb-vol-wrap { margin-left: 0; }
  .jb-selector { max-height: 360px; }

  /* Music: plataformas */
  .platforms-block {
    margin-top: 36px;
    padding: 26px 20px 28px;
    border-radius: 18px;
  }
  .platforms-block .ph-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }
  .platforms-block h3 { font-size: 1.45rem; }
  .platforms-block .ph-sub { font-size: .84rem; max-width: 100%; }
  .platforms-grid { gap: 10px; }
  .platform-card { padding: 16px; border-radius: 14px; gap: 14px; }
  .platform-card .p-icon { width: 44px; height: 44px; border-radius: 11px; }
  .platform-card .p-icon svg { width: 22px; height: 22px; }
  .platform-card .p-name { font-size: .96rem; }
  .platform-card .p-cta { font-size: .62rem; letter-spacing: .2em; }
  .platform-card .p-arrow { font-size: 1rem; }

  /* Acting */
  .world-acting { padding-top: 40px; padding-bottom: 100px; }
  .world-acting::before { font-size: 10rem; top: 40px; }
  .acting-header .ah-top { flex-direction: column; align-items: flex-start; gap: 18px; }
  .ah-title h2 { font-size: clamp(2rem, 7vw, 3rem); }

  /* Ticket: tamaño natural, sin escala */
  .ah-ticket {
    transform: none;
    width: auto;
    align-self: flex-start;
    padding: 14px 18px;
  }
  /* Ocultar perforaciones laterales (pueden verse cortadas en mobile) */
  .ah-ticket::before, .ah-ticket::after { display: none; }

  /* Stats: 4 columnas en una fila, tarjeta unificada */
  .ah-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 16px;
    border: 1px solid rgba(245,158,11,.18);
    border-radius: 14px;
    overflow: hidden;
  }
  .ah-stat {
    padding: 18px 12px;
    background: linear-gradient(160deg, rgba(255,255,255,.02), transparent);
    border-bottom: none;
  }
  .ah-stat + .ah-stat::before { display: none; }
  .ah-stat:nth-child(even) {
    border-left: 1px solid rgba(245,158,11,.14);
    padding-left: 12px;
  }
  .ah-stat:nth-child(odd) { padding-left: 12px; }
  .ah-stat:nth-last-child(-n+2) { border-bottom: none; }

  /* Números con gradiente dorado */
  .ah-stat .ah-stat-num {
    font-size: 1.9rem;
    background: linear-gradient(135deg, #fff 0%, var(--gold) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ah-stat .ah-unit {
    font-size: .8rem;
    background: none;
    -webkit-text-fill-color: var(--muted);
    color: var(--muted);
  }

  /* CTA "Ver showreel": celda normal en la 4ª columna */
  .ah-stat-cta {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 18px 12px;
    background: linear-gradient(160deg, rgba(245,158,11,.07), transparent);
    border-left: 1px solid rgba(245,158,11,.14);
  }
  .ah-stat-cta .ah-stat-num.ah-stat-icon {
    font-size: 1.4rem;
    -webkit-text-fill-color: unset;
    background: linear-gradient(135deg, var(--gold), #fde68a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ah-stat-cta .ah-stat-lbl {
    font-size: .62rem;
    letter-spacing: .22em;
    color: var(--gold);
  }
  .posters-carousel { padding: 0 4px; }
  .posters-track .poster { flex: 0 0 220px; }
  .posters-nav { width: 38px; height: 38px; }
  .posters-nav.prev { left: -4px; }
  .posters-nav.next { right: -4px; }

  /* Social */
  .world-social { padding-bottom: 100px; }
  .world-social::before { font-size: 12rem; top: 60px; }
  .social-stats { grid-template-columns: 1fr; gap: 12px; }
  .phones-stage { grid-template-columns: repeat(3, 1fr); gap: 10px; perspective: none; margin: 20px 0 40px; }
  .phone { transform: none !important; border-radius: 26px; box-shadow: 0 16px 40px -14px rgba(0,0,0,.65); }
  .phone .notch { width: 60px; height: 14px; top: 7px; border-radius: 9px; }
  .phone .ui .caption { font-size: .6rem; }
  .phone .reactions { gap: 10px; font-size: .7rem; }
  .phone .ic { width: 26px; height: 26px; font-size: .85rem; }
  .notif-floating { font-size: .62rem; padding: 5px 8px; gap: 6px; }
  .nf-icon { width: 22px; height: 22px; font-size: .8rem; }
  .featured-in .mast-row { gap: 22px; font-size: 1.1rem; }

  /* Stat-cards: layout horizontal compacto */
  .stat-card {
    padding: 16px 16px 14px;
    gap: 0;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: auto auto auto auto;
    column-gap: 14px;
  }
  /* Disolver sc-head para que icon y badge sean items directos del grid */
  .stat-card .sc-head { display: contents; }
  .stat-card .net-icon {
    grid-column: 1;
    grid-row: 1 / 4;
    align-self: center;
    width: 44px; height: 44px;
    border-radius: 12px;
  }
  .stat-card .sc-platform {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    margin-bottom: 6px;
  }
  .stat-card .sc-body {
    grid-column: 2;
    grid-row: 2;
  }
  .stat-card .num { font-size: 2.4rem; }
  .stat-card .lbl { font-size: .62rem; margin-top: 2px; }
  .stat-card .sc-spark {
    grid-column: 2;
    grid-row: 3;
    height: 22px;
    margin-top: 10px;
  }
  .stat-card .sc-foot {
    grid-column: 1 / -1;
    grid-row: 4;
    padding-top: 10px;
    margin-top: 10px;
  }
  .stat-card .sc-handle { font-size: .9rem; }
  .stat-card .sc-arrow { width: 28px; height: 28px; font-size: .9rem; }

  /* Stats de redes: tarjeta unificada 4 columnas */
  .sh-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 8px;
    border: 1px solid rgba(34,211,238,.18);
    border-radius: 14px;
    overflow: hidden;
  }
  .sh-stat {
    padding: 16px 10px !important;
    background: linear-gradient(160deg, rgba(255,255,255,.02), transparent);
  }
  .sh-stat + .sh-stat { border-left: 1px solid rgba(34,211,238,.12); }
  .sh-stat + .sh-stat::before { display: none !important; }
  .sh-stat:first-child { padding-left: 10px !important; }
  .sh-stat-num {
    font-size: 1.7rem;
    background: linear-gradient(135deg, #fff 0%, var(--cyan) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sh-unit {
    background: none;
    -webkit-text-fill-color: var(--muted);
    color: var(--muted);
  }
  /* CTA "Cotizar campaña": fondo cian sutil */
  .sh-stat-cta {
    background: linear-gradient(160deg, rgba(34,211,238,.07), transparent);
  }
  .sh-stat-cta .sh-stat-num.sh-stat-icon {
    font-size: 1.4rem;
    -webkit-text-fill-color: unset;
    background: linear-gradient(135deg, var(--cyan), var(--accent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sh-stat-lbl { font-size: .6rem; letter-spacing: .16em; }

  /* Booking */
  .booking-grid { grid-template-columns: 1fr !important; gap: 30px; }
  .field-row { grid-template-columns: 1fr; gap: 14px; }
  .proposal-types { grid-template-columns: 1fr 1fr; gap: 12px; }
  .booking-side .bs-card, .booking-form { padding: 24px 20px; }
  .booking-form h3 { font-size: 1.4rem; }

  /* Sidebar card compacta en mobile */
  .bs-header { margin-bottom: 16px; gap: 12px; }
  .bs-mark { width: 38px; height: 38px; }
  .bs-title { font-size: 1.15rem; }
  .bs-list { gap: 11px; margin-bottom: 16px; }
  .bs-divider { margin: 0 0 14px; }
  /* Contactos: 3 columnas compactas */
  .bs-contacts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .bs-contact {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 8px;
    border: 1px solid rgba(244,114,182,.12);
    background: rgba(244,114,182,.04);
    border-radius: 14px;
    gap: 8px;
  }
  .bs-contact:hover { transform: translateY(-2px); }
  .bs-c-icon { width: 32px; height: 32px; border-radius: 10px; }
  .bs-c-text { align-items: center; }
  .bs-c-val { font-size: .78rem; white-space: normal; text-align: center; }

  footer { padding: 22px 22px 36px; }
  footer .signature img { height: 130px; }
  footer .footer-meta { font-size: .64rem; gap: 8px; }
}

/* ════════════════════════════════════════════════
   ≤ 480px · Mobile portrait
   ════════════════════════════════════════════════ */
@media (max-width: 480px) {
  .container { padding: 0 16px; }

  .top-bar { padding: 10px 14px; }
  .top-bar.scrolled { padding: 8px 14px; }
  .brand-mark { height: 44px; margin: -6px 0; }
  .cta-top { font-size: .6rem; padding: 6px 12px; }

  .world-divider { padding: 44px 16px 22px; }
  .world-divider .num { font-size: .82rem; letter-spacing: .22em; }
  .world-divider .num::before,
  .world-divider .num::after { width: 16px; margin: 0 8px; }

  /* Hero */
  .hero { padding: 90px 18px 60px; }
  .hero-eyebrow { font-size: .58rem; margin-bottom: 22px; }
  .hero-title { font-size: clamp(2.2rem, 12vw, 3.4rem); }
  .hero-tagline { font-size: .92rem; }
  .hero-roles .role { font-size: .7rem; padding: 5px 12px; }
  .hero-corner { display: none; }

  /* ── About ─────────────────────────────────── */
  .about h2 { font-size: clamp(1.7rem, 7.5vw, 2.2rem); line-height: 1.15; text-align: center; }
  .about p { font-size: .93rem; line-height: 1.7; }
  .about-tag { justify-content: center; width: 100%; }
  .about-chips { justify-content: center; }
  .ac-chip { font-size: .67rem; padding: 5px 12px; letter-spacing: .1em; }
  /* Timeline rediseñada: card más rica con acentos de color por entrada */
  .about-timeline {
    padding: 8px 18px 8px 32px;
    gap: 0;
    position: relative;
    background: linear-gradient(180deg, rgba(244,114,182,.04), rgba(15,12,22,.5));
  }
  .about-timeline::before {
    content: '';
    position: absolute;
    left: 17px; top: 28px; bottom: 28px;
    width: 2px;
    background: linear-gradient(180deg,
      rgba(244,114,182,0) 0%,
      rgba(244,114,182,.45) 15%,
      rgba(244,114,182,.45) 85%,
      rgba(244,114,182,1) 100%);
  }
  .at-line { display: none; }
  .at-step {
    gap: 4px;
    padding: 14px 0;
    position: relative;
    border-bottom: 1px dashed rgba(244,114,182,.1);
  }
  .at-step:last-child { border-bottom: none; }
  .at-step::before {
    content: '';
    position: absolute;
    left: -19px; top: 18px;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #0f0c16;
    border: 1.5px solid rgba(244,114,182,.55);
    box-sizing: border-box;
    transition: all .3s;
  }
  .at-step.is-current::before {
    background: var(--accent);
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(244,114,182,.18), 0 0 12px rgba(244,114,182,.7);
    width: 10px; height: 10px;
    left: -20px; top: 17px;
  }
  .at-year {
    font-size: .58rem;
    letter-spacing: .26em;
    color: rgba(244,114,182,.75);
    font-weight: 600;
  }
  .at-label { font-size: 1rem; line-height: 1.2; }
  .at-desc { font-size: .68rem; opacity: .75; }

  /* Stats rediseñado: icono · número grande · label, centrado y cohesionado */
  .about-stats { gap: 10px; padding-top: 24px; }
  .about-stats .stat {
    padding: 16px 18px;
    gap: 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(244,114,182,.06), rgba(244,114,182,.02));
    border: 1px solid rgba(244,114,182,.1);
    border-bottom: 1px solid rgba(244,114,182,.1);
    justify-content: flex-start;
    align-items: center;
  }
  .about-stats .stat::before { display: none !important; }
  /* Sobreescribir regla de mayor especificidad de about.css ≤600px */
  .about-stats .stat:first-child { padding: 16px 18px; }
  .about-stats .stat .num {
    font-size: 1.9rem;
    min-width: unset;
    width: auto;
    flex-shrink: 0;
  }
  .about-stats .stat .lbl {
    font-size: .62rem;
    letter-spacing: .18em;
    line-height: 1.3;
    flex: 1;
  }
  /* Icono: más grande, más visible */
  .stat-i {
    width: 48px; height: 48px;
    border-radius: 14px;
    background: rgba(244,114,182,.12);
    border: 1px solid rgba(244,114,182,.22);
    box-shadow: 0 4px 16px -4px rgba(244,114,182,.25);
    flex-shrink: 0;
    display: grid;
    place-items: center;
  }
  .stat-i svg {
    width: 22px;
    height: 22px;
    stroke-width: 2;
  }

  /* ── Modelaje ───────────────────────────────── */
  .md-header { align-items: center; text-align: center; }
  .md-title { text-align: center; }
  .md-title h2 { text-align: center; }
  .md-tags { justify-content: center; gap: 6px; }
  .md-tag { font-size: .6rem; padding: 5px 11px; letter-spacing: .14em; }
  /* Ticket compacto: stub + número balanceado, sin escalado que rompa */
  .md-ticket {
    transform: none;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 14px;
  }
  .md-ticket-stub { padding: 12px 16px; gap: 12px; flex: 1; }
  .md-ticket-mark { width: 34px; height: 34px; }
  .md-ticket-mark svg { width: 16px; height: 16px; }
  .md-ticket-label { font-size: .56rem; letter-spacing: .22em; }
  .md-ticket-title { font-size: 1.15rem; }
  .md-ticket-meta { font-size: .62rem; }
  .md-ticket-end { padding: 0 14px; }
  .md-ticket-no { font-size: .85rem; }
  .lfn-no { font-size: clamp(4.5rem, 28vw, 8rem); }
  .look-cap { padding: 14px 16px; }
  .runway-head { align-items: center; text-align: center; }
  .runway-head h3 { font-size: 1.5rem; text-align: center; }
  /* Runway: carrusel horizontal con scroll-snap */
  .runway-carousel {
    position: relative;
    margin: 0 -16px;
  }
  .runway-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 12px;
    padding: 8px 16px 24px;
    scrollbar-width: none;
  }
  .runway-grid::-webkit-scrollbar { display: none; }
  .runway-grid .look-card {
    flex: 0 0 78%;
    grid-column: auto !important;
    aspect-ratio: 4 / 5 !important;
    scroll-snap-align: center;
    border-radius: 14px;
  }
  .runway-grid .look-card .look-num { font-size: .65rem; padding: 6px 12px; }
  /* Botones prev/next */
  .runway-nav {
    display: grid;
    top: calc(50% - 12px);
  }

  /* Swipe-hint: dedo que se desliza la primera vez */
  .runway-carousel::after {
    content: '👆';
    position: absolute;
    top: 50%; left: 50%;
    font-size: 1.8rem;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    z-index: 20;
    animation: runway-swipe-hint 2.2s ease-in-out 1s 1 forwards;
  }
  .runway-carousel.hint-done::after { display: none; }

  /* ── Música ─────────────────────────────────── */
  .music-header { padding: 20px 16px; border-radius: 18px; }
  .mh-top { align-items: center; }
  .mh-title { text-align: center; }
  .mh-title h2 { font-size: clamp(1.7rem, 8vw, 2.3rem); text-align: center; }
  .mh-album { text-align: center; justify-content: center; }
  /* Stats cards centradas: contenido balanceado en 2 columnas */
  .mh-stats { grid-template-columns: repeat(2, 1fr); border-radius: 12px; }
  .mh-stat { padding: 14px 10px; align-items: center; text-align: center; }
  .mh-stat-num { font-size: 1.5rem; justify-content: center; }
  .mh-stat-lbl { font-size: .58rem; }

  .jb-deck { padding: 18px 14px; border-radius: 18px; }
  .jb-platter { max-width: 280px; }
  .jb-marquee { font-size: .65rem; padding: 8px 12px; flex-wrap: wrap; gap: 10px; }
  .jb-track-info h3 { font-size: 1.2rem; }
  .jb-meta { font-size: .72rem; }
  .jb-controls .jb-prev,
  .jb-controls .jb-next { width: 38px; height: 38px; font-size: 1rem; }
  .jb-controls .jb-play { width: 56px; height: 56px; font-size: 1.4rem; }
  .jb-time { font-size: .68rem; min-width: 36px; }
  .jb-vol-slider { width: 80px; }
  .jb-selector { max-height: 320px; padding: 14px 12px; border-radius: 16px; }
  .jb-track { padding: 10px 8px; gap: 10px; }
  .jb-key { font-size: .7rem; }
  .jb-name { font-size: .82rem; }
  .jb-len { font-size: .68rem; }

  /* ── Actuación ──────────────────────────────── */
  .acting-header .ah-top { align-items: center; }
  .ah-title { text-align: center; }
  .ah-title h2 { text-align: center; }
  /* Ticket: ancho natural centrado */
  .ah-ticket {
    align-self: center;
    margin: 0 auto;
    width: auto;
    max-width: none;
    padding: 14px 20px;
    gap: 14px;
  }
  .ah-reel { width: 34px; height: 34px; flex-shrink: 0; }
  .ah-reel svg { width: 20px; height: 20px; }
  .ah-mini { font-size: .58rem; letter-spacing: .24em; }
  .ah-ticket-text strong { font-size: 1rem; }
  /* Stats cards centradas */
  .ah-stats { grid-template-columns: repeat(2, 1fr); border-radius: 12px; }
  .ah-stat { padding: 16px 12px; align-items: center; text-align: center; }
  .ah-stat .ah-stat-num { font-size: 1.7rem; justify-content: center; }
  .ah-stat-lbl { font-size: .6rem; letter-spacing: .14em; }
  /* 3er huérfano: ocupa fila completa */
  .ah-stat:nth-child(3):nth-last-child(2) { grid-column: 1 / -1; border-left: none !important; }
  .ah-stat:nth-child(3):nth-last-child(2)::before { display: none !important; }
  .ah-stat-cta { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: center; gap: 10px; padding: 13px 12px; }

  /* Posters carousel: flechas pegadas al borde, track con padding simétrico */
  .posters-carousel { padding: 0; }
  .posters-track { padding: 20px 4px 36px; gap: 14px; }
  .posters-track .poster { flex: 0 0 200px; }
  .posters-nav { width: 36px; height: 36px; font-size: 1.1rem; }
  .posters-nav.prev { left: 2px; }
  .posters-nav.next { right: 2px; }

  /* ── Redes & Marcas ─────────────────────────── */
  .social-header .sh-top { align-items: center; }
  .sh-title { text-align: center; }
  .sh-title h2 { text-align: center; }
  .sh-feature { text-align: center; align-items: center; }
  /* Stats cards centradas */
  .sh-stats { grid-template-columns: repeat(2, 1fr); border-radius: 12px; }
  .sh-stat { padding: 16px 12px !important; align-items: center; text-align: center; }
  .sh-stat-num { font-size: 1.7rem; justify-content: center; }
  .sh-stat-lbl { font-size: .6rem; letter-spacing: .14em; }
  /* 3er huérfano: ocupa fila completa */
  .sh-stat:nth-child(3):nth-last-child(2) { grid-column: 1 / -1; border-left: none !important; }
  .sh-stat:nth-child(3):nth-last-child(2)::before { display: none !important; }
  .sh-stat-cta { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: center; gap: 10px; padding: 13px 12px !important; border-left: none !important; border-top: 1px solid rgba(34,211,238,.1); }

  /* Stat-cards: tamaño más compacto a 480px (mantiene layout horizontal) */
  .stat-card { padding: 14px 14px 12px; column-gap: 12px; }
  .stat-card .net-icon { width: 40px; height: 40px; border-radius: 10px; }
  .stat-card .num { font-size: 2rem; }
  .stat-card .sc-spark { height: 18px; margin-top: 8px; }
  .stat-card .sc-foot { padding-top: 8px; margin-top: 8px; }
  .stat-card .sc-handle { font-size: .82rem; }

  /* Teléfonos: solo el teléfono central con video, prominente y centrado */
  .phones-stage {
    display: flex;
    justify-content: center;
    margin: 16px 0 32px;
    perspective: none;
  }
  /* Oculta los teléfonos laterales (foto estática) */
  .phones-stage .phone:not(.phone-tt) { display: none; }
  /* El video phone ocupa todo el protagonismo */
  .phone.phone-tt {
    width: 100%;
    max-width: 280px;
    transform: none !important;
    border-radius: 32px;
    box-shadow:
      0 0 0 8px rgba(0,0,0,.35),
      0 28px 60px -16px rgba(0,0,0,.75),
      0 0 40px -8px rgba(34,211,238,.18);
    border: 1.5px solid rgba(34,211,238,.22);
  }
  /* Asegura que el video llena la pantalla del teléfono */
  .phone-tt .phone-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* Botón de sonido visible y bien posicionado */
  .phone-tt .phone-sound {
    display: grid;
    top: 56px;
    right: 12px;
    z-index: 10;
  }
  .notif-floating { display: none; }

  /* ── Booking ────────────────────────────────── */
  .booking-head { text-align: center; }
  .booking-side .bs-card, .booking-form { padding: 22px 18px; border-radius: 18px; }
  /* Contactos: padding y tipografía más compactos para que entren sin wrap raro */
  .bs-contacts { gap: 6px; }
  .bs-contact { padding: 10px 4px; gap: 6px; }
  .bs-c-icon { width: 28px; height: 28px; }
  .bs-c-icon svg { width: 14px; height: 14px; }
  .bs-c-lbl { font-size: .54rem; letter-spacing: .14em; }
  .bs-c-val { font-size: .68rem; line-height: 1.25; word-break: break-word; }
  /* Proposal types: 2×2 en mobile */
  .proposal-types { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .pt-inner { padding: 14px 10px; gap: 6px; }
  .pt-icon { width: 32px; height: 32px; border-radius: 8px; }
  .pt-label { font-size: .66rem; letter-spacing: .14em; }
  .booking-form h3 { font-size: 1.2rem; }
  .submit-btn { width: 100%; justify-content: center; }

  /* Footer */
  footer { padding: 20px 16px 30px; }
  footer .signature img { height: 110px; }
}

/* ════════════════════════════════════════════════
   ≤ 360px · Mobile compacto (último recurso)
   ════════════════════════════════════════════════ */
@media (max-width: 360px) {
  .container { padding: 0 12px; }

  .top-bar { padding: 8px 10px; }
  .brand-mark { height: 38px; }
  .cta-top { font-size: .55rem; padding: 5px 10px; letter-spacing: .08em; }

  /* Hero */
  .hero { padding: 80px 14px 48px; }
  .hero-eyebrow { font-size: .54rem; padding: 6px 12px 6px 10px; gap: 8px; }
  .hero-title { font-size: clamp(1.9rem, 13vw, 2.6rem); }
  .hero-tagline { font-size: .85rem; }
  .hero-roles .role { font-size: .62rem; padding: 4px 10px; letter-spacing: .08em; }

  /* About */
  .about h2 { font-size: 1.55rem; line-height: 1.15; }
  .about p { font-size: .88rem; line-height: 1.6; }
  .about-timeline { padding: 14px 14px 12px 28px; }
  .about-timeline::before { left: 14px; top: 24px; bottom: 24px; }
  .at-step { padding: 9px 0; }
  .at-step::before { left: -18px; top: 12px; width: 7px; height: 7px; }
  .at-step.is-current::before { width: 9px; height: 9px; left: -19px; top: 11px; }
  .at-label { font-size: .88rem; }
  .about-stats .stat { padding: 11px 10px; gap: 12px; }
  .about-stats .stat .num { font-size: 1.5rem; }
  .stat-i { width: 40px; height: 40px; border-radius: 11px; }
  .stat-i svg { width: 18px; height: 18px; }
  .ac-chip { font-size: .64rem; padding: 4px 10px; }

  /* Modelaje */
  .md-ticket { transform: scale(.74); }
  .md-title { font-size: 1.7rem; }
  .lfn-no { font-size: 4rem; }
  .look-cap { padding: 12px; font-size: .82rem; }

  /* Music */
  .mh-title h2 { font-size: 1.5rem; }
  .mh-stats { grid-template-columns: 1fr; }
  .jukebox { padding: 14px; }
  .jb-deck { padding: 12px 10px; gap: 12px; width: 100%; box-sizing: border-box; }
  .jb-platter { max-width: 200px; }
  /* Tonearm a 360px: escalar junto con el platter, sin tocar transform del JS */
  .jb-tonearm { width: 42%; height: 6px; }
  .jb-marquee { padding: 8px 10px; font-size: .7rem; letter-spacing: .1em; overflow: hidden; }
  .jb-now-label { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; min-width: 0; }
  .jb-counter { white-space: nowrap; flex-shrink: 0; }
  .jb-track-info { padding: 0 2px; }
  .jb-track-info h3 { font-size: 1.1rem; }
  .jb-meta { font-size: .78rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  /* Controls a 360: gap y padding aún más compactos */
  .jb-controls { gap: 6px; padding: 10px 8px; }
  .jb-hint { font-size: .65rem; letter-spacing: .08em; }
  .jb-selector { max-height: 260px; padding: 12px; }
  .jb-selector-head { padding: 10px 12px; gap: 10px; }
  .jb-screen-line { font-size: .65rem; letter-spacing: .2em; }
  .jb-item { padding: 8px 10px; gap: 8px; font-size: .82rem; }
  .jb-num { width: 26px; height: 26px; font-size: .7rem; }

  /* Acting */
  .ah-stats { grid-template-columns: 1fr; }
  .posters-track .poster { flex: 0 0 160px; }

  /* Booking */
  .booking-side .bs-card, .booking-form { padding: 18px 14px; }

  /* Footer */
  footer .signature img { height: 92px; }
  footer .footer-meta { font-size: .58rem; }
}

/* ════════════════════════════════════════════════
   Touch pointers · ocultar adornos costosos
   ════════════════════════════════════════════════ */
@media (pointer: coarse) {
  /* Cursor glow ya está oculto en base.css */
  /* Desactiva paparazzi-on-hover en mobile (el tap no provoca hover sostenido) */
  .look-card .look-flash,
  .look-feature-photo .look-flash { animation: none; opacity: 0; }
}

/* ════════════════════════════════════════════════
   Animaciones globales · disponibles en todos los breakpoints
   ════════════════════════════════════════════════ */
@keyframes runway-swipe-hint {
  0%   { opacity: 0;   transform: translate(-50%, -50%) translateX(0)     rotate(0deg);   }
  12%  { opacity: 1;   transform: translate(-50%, -50%) translateX(0)     rotate(-15deg); }
  50%  { opacity: 1;   transform: translate(-50%, -50%) translateX(-56px) rotate(-15deg); }
  75%  { opacity: .6;  transform: translate(-50%, -50%) translateX(-56px) rotate(0deg);   }
  100% { opacity: 0;   transform: translate(-50%, -50%) translateX(-56px) rotate(0deg);   }
}
@media (prefers-reduced-motion: reduce) {
  .runway-carousel::after { display: none; }
}
