/**
 * Fase 7 — Home con site-header unificado (cgc_flag_unified_nav = 1).
 * Producción: flag off → este archivo no se encola.
 */

body.cgc-home-page.cgc-unified-nav .site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: var(--cgc-z-nav, 1100);
  min-height: 72px;
  background: rgba(255, 253, 248, 0.82);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-bottom: 1px solid rgba(18, 24, 20, 0.07);
  transition: min-height 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

body.cgc-home-page.cgc-unified-nav .site-header.is-scrolled {
  min-height: 62px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow-xs, 0 1px 2px rgba(9, 39, 26, 0.06));
}

body.cgc-home-page.cgc-unified-nav .hero {
  padding-top: 72px;
}

/* Dropdown calculadoras con descripción (paridad site-nav) */
@media (min-width: 901px) {
  body.cgc-home-page.cgc-unified-nav .calculator-submenu {
    width: 340px;
  }

  body.cgc-home-page.cgc-unified-nav .calculator-submenu a span {
    display: block;
    margin-top: 2px;
    color: var(--muted, #59665c);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.25;
  }
}

@media (max-width: 900px) {
  body.cgc-home-page.cgc-unified-nav .calculator-submenu {
    width: 100% !important;
  }

  body.cgc-home-page.cgc-unified-nav .primary-nav.is-open .menu > .menu-item-has-calculators,
  body.cgc-home-page.cgc-unified-nav .primary-nav.is-open .menu > [data-cgc-calculators-menu] {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
}

/* CTA solo en drawer móvil */
body.cgc-home-page.cgc-unified-nav .menu-item-cta-drawer {
  display: none;
}

@media (min-width: 901px) {
  body.cgc-home-page.cgc-unified-nav .site-header__inner {
    justify-content: flex-start;
    gap: 14px;
  }

  body.cgc-home-page.cgc-unified-nav .site-header__inner > .site-brand {
    margin-right: 0;
    flex-shrink: 0;
  }

  body.cgc-home-page.cgc-unified-nav .site-header__inner > .primary-nav {
    order: 1;
    margin-left: auto;
    flex: 0 1 auto;
    min-width: 0;
  }

  body.cgc-home-page.cgc-unified-nav .site-header__inner > .cgc-theme-toggle {
    order: 2;
    flex-shrink: 0;
  }

  body.cgc-home-page.cgc-unified-nav .site-header__inner > .header-cta {
    order: 3;
    flex-shrink: 0;
  }

  body.cgc-home-page.cgc-unified-nav .site-header__inner > .menu-toggle {
    order: 4;
    flex-shrink: 0;
  }
}

@media (max-width: 900px) {
  body.cgc-home-page.cgc-unified-nav .site-header {
    min-height: 66px;
  }

  body.cgc-home-page.cgc-unified-nav .hero {
    padding-top: 66px;
  }

  body.cgc-home-page.cgc-unified-nav .primary-nav.is-open .menu-item-cta-drawer {
    display: list-item;
    margin-top: 6px;
  }

  body.cgc-home-page.cgc-unified-nav .primary-nav.is-open .header-cta--drawer {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 12px;
    background: var(--green-900, #0d3423);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(13, 52, 35, 0.18);
  }
}

html[data-theme="dark"] body.cgc-home-page.cgc-unified-nav .site-header,
html.cg-dark body.cgc-home-page.cgc-unified-nav .site-header {
  background: rgba(14, 35, 24, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] body.cgc-home-page.cgc-unified-nav .site-header.is-scrolled,
html.cg-dark body.cgc-home-page.cgc-unified-nav .site-header.is-scrolled {
  background: rgba(10, 28, 20, 0.94);
}

html[data-theme="dark"] body.cgc-home-page.cgc-unified-nav .calculator-submenu a span,
html.cg-dark body.cgc-home-page.cgc-unified-nav .calculator-submenu a span {
  color: rgba(255, 255, 255, 0.62);
}
