/* Ajustes exclusivos de la versión española. */
body .site-header .nav-toggle,
body .site-header .nav-home { display: none; }

body .site-header :is(a, button):focus-visible {
  outline: 2px solid #e8b7f2;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  body .site-header {
    max-height: calc(100svh - 16px);
    overflow-y: auto;
  }
  body .site-header .nav-home { display: flex; }
  body .site-header.nav-ready .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 96px;
    min-height: 44px;
    margin-left: auto;
    padding: 10px 14px;
    border: 1px solid #c597ff55;
    border-radius: 12px;
    background: #24192f;
    color: #f8f3fa;
    font: inherit;
    font-size: 14px;
    cursor: pointer;
  }
  .nav-toggle-icon { display: grid; gap: 4px; width: 18px; }
  .nav-toggle-icon i { display: block; height: 2px; background: currentColor; }
  .nav-open .nav-toggle-icon i:first-child { transform: translateY(6px) rotate(45deg); }
  .nav-open .nav-toggle-icon i:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle-icon i:last-child { transform: translateY(-6px) rotate(-45deg); }
  body .site-header.nav-ready .nav-links,
  body .site-header.nav-ready .header-cta { display: none; }
  body .site-header.nav-ready.nav-open .nav-links,
  body .site-header:not(.nav-ready) .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    width: 100%;
    order: 3;
  }
  body .site-header .nav-links a {
    min-height: 48px;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 10px;
  }
  body .site-header.nav-ready.nav-open .header-cta {
    display: flex;
    order: 4;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    font-size: 11px;
  }
}

@media (max-width: 1100px) {
  .portfolio-page .lab-hero h1 {
    font-size: clamp(24px, 5.8vw, 62px);
    letter-spacing: -.045em;
    overflow-wrap: normal;
  }
}

@media (max-width: 700px) {
  .home-page #art .project-creative .creative-flower {
    top: 30px;
    right: 10px;
    font-size: clamp(28px, 8vw, 44px);
    pointer-events: none;
  }

  .home-page #art .project-creative .preview-title {
    font-size: clamp(23px, 5.6vw, 38px);
    overflow-wrap: normal;
  }
}
