/* ── INDIGO LIFE · GLOBAL CSS ── */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=DM+Sans:wght@300;400;500&display=swap');

/* Full width */
.entry-content > .wp-block-html,
.ast-container,
.site-content,
.site-main {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Hide Astra footer */
.site-footer, #colophon { display: none !important; }

/* Hide comments */
.comments-area { display: none !important; }

/* ── HEADER ── */
#masthead, .site-header, .ast-site-header-wrap {
  display: block !important;
  background: #0a1628 !important;
  border-bottom: 1px solid rgba(201,168,76,0.15) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  padding: 0.5rem 1.5rem !important;
}

/* Logo */
.custom-logo {
  height: 110px !important;
  width: auto !important;
  mix-blend-mode: screen !important;
}

/* Hide site title text */
.site-title, .ast-site-title { display: none !important; }

/* Nav links */
.ast-nav-menu > li > a {
  color: rgba(240,235,224,0.75) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.ast-nav-menu > li > a:hover { color: #c9a84c !important; }

/* Hide our old custom nav */
.il-nav { display: none !important; }

/* Hero breathing room below fixed header */
.il-hero { margin-top: 0 !important; }
.il-hero-tag { margin-top: 80px !important; }

/* Global font sizes */
.wp-block-html p,
.wp-block-html li { font-size: 18px !important; line-height: 1.9 !important; }

/* Contact form */
.wpforms-form input,
.wpforms-form textarea,
.wpforms-form select { font-size: 16px !important; }
.wpforms-form select {
  min-height: 52px !important;
  padding: 14px 40px 14px 16px !important;
}
#masthead, .site-header {
  background: #0a1628 !important;
}

.site-title, .ast-site-title {
  display: none !important;
}
.il-hero-content {
  padding-top: 100px !important;
}
.main-header-menu .sub-menu a {
  color: #ffffff !important;
}

.main-header-menu .sub-menu a:hover {
  color: #c9a84c !important;
}
.main-header-menu .sub-menu a {
  font-size: 13px !important;
}