/*
 * Guardas responsive compartidas.
 *
 * Esta hoja se carga al final para normalizar títulos, CTA y desbordes entre
 * Home, páginas internas, Contacto, directorio y perfiles de artistas.
 */

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.djv-home-page,
.djv-internal-page,
.djv-contact-page,
.djv-artists-page,
.djv-profile-page,
.djv-legal-page {
  max-width: 100%;
}

/* El Home conserva su composición; todos los heroes internos comparten ritmo. */
body:not(.home) .djv-internal-hero__inner,
body:not(.home) .djv-contact-hero__inner,
body:not(.home) .djv-artists-hero__content,
body:not(.home) .djv-profile-hero__content,
body:not(.home) .djv-legal-hero .djv-legal-shell {
  box-sizing: border-box;
  padding-top: 30px !important;
  padding-bottom: 15px !important;
}

@media (max-width: 1024px) {
  .djv-floating-burger {
    top: auto;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    left: auto;
  }
}

@media (max-width: 720px) {
  .djv-home-hero .djv-home-shell,
  .djv-internal-hero .djv-internal-shell,
  .djv-contact-hero .djv-contact-shell,
  .djv-artists-hero .djv-artists-shell,
  .djv-profile-hero .djv-profile-shell,
  .djv-legal-hero .djv-legal-shell {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .djv-home-hero__grid,
  .djv-internal-hero__inner,
  .djv-contact-hero__inner,
  .djv-artists-hero__layout,
  .djv-artists-hero__content,
  .djv-profile-hero__layout,
  .djv-profile-hero__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .djv-home-title,
  .djv-internal-title,
  .djv-contact-hero h1,
  .djv-artists-hero h1,
  .djv-profile-hero h1,
  .djv-legal-hero h1 {
    max-width: 100% !important;
    font-size: clamp(2.25rem, 11.5vw, 3.2rem) !important;
    line-height: 0.98 !important;
    overflow-wrap: break-word !important;
    text-wrap: pretty;
    word-break: normal !important;
  }

  .djv-home-page h2,
  .djv-home-page h3,
  .djv-internal-page h2,
  .djv-internal-page h3,
  .djv-internal-page h4,
  .djv-contact-page h2,
  .djv-contact-page h3,
  .djv-artists-page h2,
  .djv-artists-page h3,
  .djv-profile-page h2,
  .djv-profile-page h3,
  .djv-legal-page h2,
  .djv-legal-page h3 {
    max-width: 100%;
    overflow-wrap: break-word !important;
    text-wrap: pretty;
    word-break: normal !important;
  }

  .djv-home-lead,
  .djv-internal-lead,
  .djv-contact-hero__inner > p:not(.djv-contact-eyebrow),
  .djv-artists-hero__content > p,
  .djv-profile-lead,
  .djv-legal-hero p {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .djv-home-actions,
  .djv-internal-actions,
  .djv-contact-hero .djv-contact-actions,
  .djv-artists-hero__actions,
  .djv-profile-actions,
  .djv-utility-actions {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .djv-profile-event-chips {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .djv-home-actions > *,
  .djv-internal-actions > *,
  .djv-contact-hero .djv-contact-actions > *,
  .djv-artists-hero__actions > *,
  .djv-profile-actions > *,
  .djv-utility-actions > * {
    width: 100% !important;
    max-width: 100%;
    min-width: 0 !important;
  }

  .djv-home-button,
  .djv-internal-page .wp-block-button__link,
  .djv-contact-button,
  .djv-button,
  .djv-profile-button,
  .djv-utility-actions .wp-block-button__link {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 12px 16px;
    font-size: clamp(0.64rem, 2.9vw, 0.72rem);
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .djv-home-shell,
  .djv-internal-shell,
  .djv-contact-shell,
  .djv-artists-shell,
  .djv-profile-shell,
  .djv-legal-shell {
    width: min(calc(100% - 32px), 1160px) !important;
  }

  .djv-home-hero .djv-home-shell,
  .djv-internal-hero .djv-internal-shell,
  .djv-contact-hero .djv-contact-shell,
  .djv-artists-hero .djv-artists-shell,
  .djv-profile-hero .djv-profile-shell,
  .djv-legal-hero .djv-legal-shell {
    width: 100% !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .djv-home-title,
  .djv-internal-title,
  .djv-contact-hero h1,
  .djv-artists-hero h1,
  .djv-profile-hero h1,
  .djv-legal-hero h1 {
    font-size: clamp(2.15rem, 10.8vw, 2.75rem) !important;
  }

  .djv-home-lead,
  .djv-internal-lead,
  .djv-contact-hero__inner > p:not(.djv-contact-eyebrow),
  .djv-artists-hero__content > p,
  .djv-profile-lead {
    font-size: 0.9rem;
    line-height: 1.55;
  }
}

@media (orientation: landscape) and (max-width: 950px) and (max-height: 500px) {
  .djv-home-hero,
  .djv-internal-hero,
  .djv-contact-hero,
  .djv-artists-hero,
  .djv-profile-hero,
  .djv-legal-hero {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 38px;
  }

  .djv-home-hero__grid,
  .djv-internal-hero__inner,
  .djv-contact-hero__inner,
  .djv-artists-hero__layout,
  .djv-profile-hero__layout {
    min-height: auto;
  }

  .djv-home-title,
  .djv-internal-title,
  .djv-contact-hero h1,
  .djv-artists-hero h1,
  .djv-profile-hero h1,
  .djv-legal-hero h1 {
    font-size: clamp(2rem, 6vw, 3rem) !important;
    line-height: 0.98 !important;
  }

  .djv-home-lead,
  .djv-internal-lead,
  .djv-contact-hero__inner > p:not(.djv-contact-eyebrow),
  .djv-artists-hero__content > p,
  .djv-profile-lead,
  .djv-legal-hero p {
    max-width: min(72vw, 680px);
    margin-top: 12px !important;
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .djv-home-actions,
  .djv-internal-actions,
  .djv-contact-hero .djv-contact-actions,
  .djv-artists-hero__actions,
  .djv-profile-actions,
  .djv-utility-actions {
    width: auto;
    flex-flow: row wrap;
    gap: 10px;
    margin-top: 16px;
  }

  .djv-home-actions > *,
  .djv-internal-actions > *,
  .djv-contact-hero .djv-contact-actions > *,
  .djv-artists-hero__actions > *,
  .djv-profile-actions > *,
  .djv-utility-actions > * {
    width: auto !important;
    max-width: min(44vw, 300px);
  }

  .djv-home-button,
  .djv-internal-page .wp-block-button__link,
  .djv-contact-button,
  .djv-button,
  .djv-profile-button,
  .djv-utility-actions .wp-block-button__link {
    width: auto;
    min-height: 42px;
    padding: 10px 18px;
    font-size: 0.64rem;
  }

  .djv-internal-hero__proof,
  .djv-contact-hero__proof,
  .djv-profile-event-chips {
    margin-top: 24px !important;
  }
}
