/* Site shell — brand: lila #100e4f + green #31c8a2 + green-dark #005960 */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

html,
body.aeromec-site {
  overflow-x: clip;
}

body.aeromec-site :has(.uc-carousel-container) :is(
  .aeromec-main,
  .aeromec-page,
  .aeromec-page .aeromec-section,
  .aeromec-page .aeromec-section-alt,
  .aeromec-page .aeromec-project-block
) {
  overflow: visible !important;
}

body.aeromec-site {
  /* Fallbacks si theme.json no carga (p. ej. BOM inválido) */
  --wp--preset--spacing--aeromec-gutter: clamp(1rem, 4vw, 1.5rem);
  --wp--preset--spacing--aeromec-home-y: clamp(2rem, 5vw, 3.5rem);
  --wp--preset--spacing--aeromec-home-y-sm: clamp(1rem, 3vw, 1.75rem);
  --wp--preset--spacing--aeromec-home-pad: clamp(1rem, 3vw, 1.25rem);
  --wp--preset--spacing--aeromec-home-card: clamp(0.875rem, 2.5vw, 1rem);
  --wp--preset--spacing--aeromec-home-gap: clamp(1rem, 3vw, 1.25rem);
  --wp--preset--spacing--aeromec-carousel-h: clamp(240px, 45vw, 340px);
  --wp--preset--spacing--aeromec-carousel-gap: clamp(1rem, 3vw, 1.5rem);

  --aeromec-lila: #100e4f;
  --aeromec-lila-light: #2d2a6e;
  --aeromec-green: #31c8a2;
  --aeromec-green-dark: #005960;
  --aeromec-blue: var(--aeromec-lila);
  --aeromec-blue-light: var(--aeromec-green);
  --aeromec-blue-dark: var(--aeromec-green-dark);
  --aeromec-cyan: var(--aeromec-green);
  --aeromec-ink: #0f172a;
  --aeromec-muted: #334155;
  --aeromec-white: #ffffff;
  --aeromec-dark: var(--aeromec-lila);
  --aeromec-sectors-band: #a8a8a8;
  --aeromec-inline-pad: max(var(--aeromec-gutter), calc((100% - var(--aeromec-container)) / 2));
  --aeromec-container: 1180px;
  --aeromec-gutter: 24px;
  --aeromec-radius-lg: 28px;
  --aeromec-radius-md: 18px;
  --aeromec-radius-sm: 12px;
  --aeromec-glass-blur: 20px;
  --aeromec-glass-bg: rgba(255, 255, 255, 0.72);
  --aeromec-glass-border: rgba(255, 255, 255, 0.8);
  --aeromec-glass-shadow: 0 8px 32px rgba(16, 14, 79, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);

  margin: 0;
  color: var(--aeromec-ink);
  background:
    radial-gradient(ellipse 90% 60% at 10% -5%, rgba(49, 200, 162, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 50% at 95% 15%, rgba(16, 14, 79, 0.08), transparent 50%),
    radial-gradient(ellipse 80% 40% at 50% 105%, rgba(0, 89, 96, 0.06), transparent 55%),
    linear-gradient(180deg, #fafafa 0%, #ffffff 45%, #f5f5f7 100%);
  background-color: #fafafa;
  font-family: 'Raleway', ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.aeromec-site .wp-site-blocks {
  max-width: 100%;
}

body.aeromec-site .aeromec-main {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}

body.aeromec-site .aeromec-main > .aeromec-page {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.aeromec-site .aeromec-legal-content {
  max-width: min(calc(100% - var(--aeromec-gutter) * 2), 820px);
  margin-inline: auto;
}

.aeromec-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 100;
}

.aeromec-skip-link:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: var(--aeromec-lila);
  color: var(--aeromec-white);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

body.aeromec-site a.skip-link:not(.aeromec-skip-link) {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
