/* =========================================================
   NOA — MOBILE STYLES  (max-width: 768px)
   ========================================================= */
@media (max-width: 768px) {

  /* ── Cursor: ocultar en touch ─────────────────────────── */
  .cursor { display: none !important; }

  /* ── Splash ───────────────────────────────────────────── */
  .splash-skip {
    bottom: 24px;
    right: 24px;
    font-size: 11px;
  }

  /* ── Acordeón principal: apilado vertical ─────────────── */
  .page-accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 100vh;
  }

  .acc-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    transition: none;
  }

  /* HOME: primero, hero de pantalla completa */
  .acc-panel--home {
    order: -3;
    height: 60vw;
    min-height: 220px;
    max-height: 420px;
    flex-shrink: 0;
  }
  .acc-panel--home .home-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #home-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-headline {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .home-headline__top,
  .home-headline__bottom {
    font-size: clamp(32px, 8vw, 56px);
  }

  /* SERVICIOS: segundo */
  .acc-panel--servicios { order: -2; }

  /* PROYECTOS: tercero */
  .acc-panel--proyectos { order: -1; }

  /* CONTACTO: último */
  .acc-panel--contacto { order: 0; }

  /* ── Strips: barras horizontales táctiles ─────────────── */
  .acc-strip {
    width: 100%;
    height: 56px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    writing-mode: horizontal-tb;
    cursor: pointer;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(247,241,228,0.12);
    position: relative;
    z-index: 1;
  }

  .acc-panel--servicios .acc-strip { background: var(--coral); }
  .acc-panel--contacto  .acc-strip { background: var(--celeste); }
  .acc-panel--proyectos .acc-strip { background: var(--yellow); }

  .strip__label {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 13px;
    letter-spacing: 0.14em;
    font-weight: 700;
  }
  .acc-panel--proyectos .strip__label { color: var(--dark); }

  /* Flecha indicadora en el strip */
  .acc-strip::after {
    content: '+';
    font-family: var(--font-h);
    font-size: 28px;
    color: inherit;
    line-height: 1;
    transition: transform 0.3s ease;
  }
  .acc-panel--proyectos .acc-strip::after { color: var(--dark); }
  .acc-panel.is-open .acc-strip::after { transform: rotate(45deg); }

  /* Ocultar letra del logo en mobile */
  .strip__logo-letter { display: none; }

  /* Ocultar strip de NOA Explore en mobile */
  .servicios-noa-strip { display: none !important; }

  /* ── Contenido: colapsado por defecto ─────────────────── */
  .acc-content {
    width: 100%;
    height: auto !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    flex-shrink: 0;
  }
  .acc-panel.is-open .acc-content {
    max-height: 9999px;
  }

  /* ── SERVICIOS mobile ─────────────────────────────────── */
  .servicios-main-view {
    height: auto;
    overflow: visible;
  }
  .servicios-inner {
    height: auto !important;
    overflow: visible;
    padding: 24px 20px;
    display: block;
  }
  .servicio-header h3 {
    font-size: 28px;
  }
  .servicio-toggle {
    font-size: 36px;
  }
  .servicio-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 20px;
  }
  .servicio-text {
    font-size: 14px;
  }
  .servicio-content {
    max-height: 0;
  }
  .servicio-item.open .servicio-content {
    max-height: 2000px;
  }
  .servicios-clientes {
    margin-top: 24px;
    padding-top: 24px;
    text-align: left;
  }
  .clientes-logos-img {
    width: 100%;
  }
  .servicios-explore-view { display: none; }

  /* ── CONTACTO mobile ──────────────────────────────────── */
  #content-contacto {
    height: auto !important;
    overflow: visible;
  }
  .contacto-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  .contacto-left {
    padding: 24px 20px 20px;
    height: auto;
    overflow: visible;
    gap: 20px;
  }
  .contacto-cta-text {
    font-size: clamp(18px, 5vw, 26px);
    max-width: 100%;
    margin-right: 0;
    text-align: left;
    align-self: auto;
  }
  .contacto-form-wrap {
    flex: none;
    height: 480px;
    overflow: visible;
  }
  .contacto-right {
    padding: 24px 20px;
    border-left: none;
    border-top: 1px solid rgba(247,241,228,0.15);
    height: auto;
    overflow: visible;
    gap: 20px;
  }
  .contacto-bio {
    flex: none;
    min-height: 0;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }
  .contacto-bio p {
    font-size: 14px;
    text-align: left;
  }
  .contacto-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    height: auto;
    gap: 16px;
  }
  .contacto-foto {
    height: auto;
    width: 100%;
    max-height: 320px;
    object-fit: cover;
  }
  .contacto-quienes {
    align-items: flex-start;
    margin-left: 0;
  }
  .contacto-quienes-h {
    font-size: clamp(28px, 8vw, 48px);
  }

  /* ── PROYECTOS mobile ─────────────────────────────────── */
  #content-proyectos {
    padding: 16px;
    height: auto !important;
  }
  .proyectos-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px;
  }

}
