/* Teléfono — misma receta que Screen. No cambia la computadora (solo ≤720px). */

@media (max-width: 720px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  .kpc-layout-desk { display: none; }
  .kpc-layout-phone { display: inline; }

  .kpc-top {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 10px 14px;
    padding-top: max(10px, env(safe-area-inset-top));
    gap: 10px;
  }

  body[class*="is-"] .kpc-brand-sub {
    display: none;
  }

  .kpc-top-actions {
    gap: 6px;
    flex-shrink: 0;
  }

  .kpc-top-actions .kpc-ghost {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }

  .kpc-lang {
    height: 32px;
    padding: 0 10px;
  }

  .kpc-page,
  .kpc-video-page {
    padding: 18px 14px 72px;
    padding-bottom: max(72px, calc(24px + env(safe-area-inset-bottom)));
  }

  .kpc-intro-hero,
  .kpc-hero {
    min-height: 0;
    gap: 18px;
    padding: 12px 0 8px;
  }

  .kpc-hero-logo {
    margin-bottom: 16px;
  }

  .kpc-hero-logo img,
  .kpc-offer-logo {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .kpc-intro-hero h1,
  .kpc-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
    margin: 8px 0 12px;
  }

  .kpc-lead,
  .kpc-hero p {
    font-size: 16px;
    line-height: 1.5;
  }

  .kpc-intro-photo img {
    min-height: 200px;
    max-height: 260px;
  }

  .kpc-section {
    padding: 36px 0 6px;
  }

  .kpc-section h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .kpc-section p {
    font-size: 15px;
    line-height: 1.55;
  }

  .kpc-facts {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .kpc-fact {
    padding: 14px 13px;
  }

  .kpc-offer {
    margin-top: 28px;
    padding-top: 20px;
  }

  .kpc-offer-head {
    flex-direction: column;
    gap: 12px;
  }

  .kpc-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
  }

  .kpc-card {
    min-height: 0;
    padding: 16px 14px 14px;
  }

  .kpc-videos-button {
    min-width: 0;
    width: 100%;
    letter-spacing: 0.16em;
    text-indent: 0;
    padding: 0 18px;
  }

  .kpc-video-hero {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    margin-bottom: 18px;
  }

  .kpc-video-hero h1 {
    font-size: clamp(36px, 12vw, 56px);
  }

  .kpc-openness {
    gap: 6px;
    margin: 8px 0 10px;
  }

  .kpc-openness button {
    min-width: 46px;
    height: 36px;
    font-size: 12px;
  }

  .kpc-openness .kpc-tone {
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 0;
    flex: 0 0 36px;
  }

  .kpc-tones {
    flex-wrap: wrap;
    margin: 0 0 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
  }

  .kpc-tones .kpc-open-label {
    flex: 1 0 100%;
    margin: 0 0 8px;
  }

  .kpc-tone i {
    width: 18px;
    height: 18px;
  }

  .kpc-unit.is-window,
  .kpc-unit.is-french {
    min-height: 0;
  }

  .kpc-pair {
    padding: 12px 10px 12px;
    gap: 22px;
    margin-top: 14px;
  }

  .kpc-unit.is-window .kpc-wall-under {
    flex: 0 0 14px;
    min-height: 14px;
  }

  .kpc-unit.is-french .kpc-arch {
    min-height: 300px;
  }

  .kpc-win3 {
    aspect-ratio: 16 / 10;
  }

  .kpc-motor-play {
    gap: 22px;
  }

  .kpc-motor-room,
  .kpc-color-wall {
    padding: 12px 10px 12px;
    border-radius: 4px;
  }

  .kpc-motor-room .kpc-unit {
    display: flex;
    flex-direction: column;
  }
  .kpc-motor-room .kpc-unit > .kpc-unit-label { order: 0; }
  .kpc-motor-room .kpc-unit > .kpc-hang { order: 1; }
  .kpc-motor-room .kpc-unit > .kpc-openness:not(.kpc-tones) { order: 2; }
  .kpc-motor-room .kpc-unit > .kpc-tones { order: 3; }

  .kpc-motor-room .kpc-openness {
    margin: 8px 0 6px;
  }

  .kpc-motor-room .kpc-openness .kpc-open-label {
    flex: 1 0 100%;
  }

  .kpc-motor-room .kpc-tones {
    margin: 0 0 8px;
    flex-wrap: wrap;
  }

  .kpc-zb-play > div:has(.kpc-zb-stage) {
    display: flex;
    flex-direction: column;
  }

  .kpc-zb-play .kpc-zb-stage {
    order: 1;
  }

  .kpc-zb-play .kpc-tones {
    order: 2;
    margin: 10px 0 8px;
    flex-wrap: wrap;
  }

  .kpc-motor-room .kpc-unit.is-window,
  .kpc-motor-room .kpc-unit.is-french,
  .kpc-color-wall .kpc-unit.is-window {
    flex: 0 0 auto;
    min-height: 0;
  }

  .kpc-motor-room .kpc-unit.is-french .kpc-arch {
    min-height: 300px;
  }

  .kpc-motor-block .kpc-remote,
  .kpc-sec-play .kpc-remote,
  .kpc-end-play .kpc-remote,
  .kpc-motor-room .kpc-remote,
  .kpc-color-wall .kpc-remote,
  .kpc-sg-play .kpc-remote,
  .kpc-zb-play .kpc-remote {
    position: static;
    width: 100%;
    max-width: none;
    margin: 10px 0 0;
    z-index: auto;
  }

  .kpc-remote {
    width: 100%;
    max-width: none;
    border-radius: 26px;
    padding: 10px 12px 12px;
  }

  .kpc-remote-cap {
    margin-bottom: 6px;
  }

  .kpc-remote-brand {
    font-size: 9px;
    margin-bottom: 4px;
  }

  .kpc-remote h3 {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .kpc-ch {
    margin-bottom: 8px;
    gap: 6px;
  }

  .kpc-ch button,
  .kpc-pad button {
    min-height: 44px;
    height: 44px;
    font-size: 12px;
    border-radius: 12px;
  }

  .kpc-pad {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }

  .kpc-pad .up,
  .kpc-pad .dn,
  .kpc-pad .my {
    height: 48px;
    border-radius: 16px;
    font-size: 16px;
  }

  .kpc-pad .my {
    letter-spacing: 0.12em;
    font-size: 13px;
  }

  .kpc-remote small {
    margin-top: 8px;
    font-size: 9px;
  }

  .kpc-sec-play,
  .kpc-end-play,
  .kpc-sg-play,
  .kpc-zb-play {
    gap: 12px;
  }

  .kpc-zb-stage canvas {
    width: 100%;
    height: auto;
  }

  .kpc-stage.is-row {
    min-height: 0;
    padding: 28px 8px 10px;
    gap: 6px;
  }

  .kpc-stage.is-row .kpc-vano {
    height: 168px;
  }

  .kpc-colors {
    gap: 8px;
    margin: 6px 0 12px;
  }

  .kpc-color {
    min-width: 0;
    flex: 1 1 calc(25% - 8px);
    max-width: 72px;
    padding: 8px 4px 6px;
  }

  .kpc-color i {
    width: 28px;
    height: 28px;
  }

  .kpc-color small {
    font-size: 9px;
  }

  .kpc-home-blink {
    min-width: 0;
    width: 100%;
  }

  .kpc-solid,
  .kpc-video-back {
    height: 48px;
    width: 100%;
  }

  .kpc-cta-row {
    margin-top: 22px;
  }

  .kpc-foot {
    margin-top: 28px;
    gap: 8px;
  }
}
