/* ════════════════════════════════════════════
   ALEGRANT BRAND STYLES — Added 2025
   Do not remove or edit below this line
════════════════════════════════════════════ */

/* ── Brand variables ─────────────────────────── */
:root {
  --al-navy:       #14213D;
  --al-navy-mid:   #1E2F52;
  --al-gold:       #D4A84B;
  --al-gold-cta:   #FCA311;
  --al-gold-pale:  #F5E8C8;
  --al-gold-rule:  #E8C97A;
  --al-slate:      #6C7A89;
  --al-slate-lt:   #9AAABB;
  --al-neutral:    #F9F9F9;
  --al-divider:    #EAEAEA;
}

/* ── Body and base text ──────────────────────── */
body {
  font-family: 'Inter', 'Open Sans', sans-serif;
  color: #6C7A89;
}

/* ── Headings — ensure Inter throughout ─────── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  color: #14213D;
}
h1 { letter-spacing: -0.02em; }

/* ── Navigation background ───────────────────── */
.site-header, .kadence-sticky-header {
  background-color: #14213D !important;
}
.main-navigation a, .kadence-navigation a, .nav-link {
  color: #9AAABB !important;
}
.main-navigation a:hover, .kadence-navigation a:hover {
  color: #FFFFFF !important;
}
.main-navigation .current-menu-item > a {
  color: #D4A84B !important;
}

/* ── Links ───────────────────────────────────── */
a { color: #D4A84B; }
a:hover { color: #14213D; }

/* ── Kicker / section label style ───────────── */
.alegrant-kicker {
  font-size:       10px !important;
  font-weight:     700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color:           #D4A84B !important;
  display:         block;
  margin-bottom:  8px;
}

/* ── Gold horizontal rule ────────────────────── */
hr.alegrant-rule, .wp-block-separator.is-style-alegrant {
  border-color: #E8C97A !important;
  border-top-width: 1px !important;
  opacity: 1;
}

/* ── Service card with gold top border ───────── */
.wp-block-column[class*="alegrant-card"],
.alegrant-service-card {
  border-top:    2px solid #D4A84B !important;
  transition:   border-color 0.2s, transform 0.2s;
}
.alegrant-service-card:hover {
  transform: translateY(-2px);
}

/* ── Pull quote / testimonial ────────────────── */
.wp-block-pullquote.is-style-default,
.alegrant-quote {
  background:    #F9F9F9 !important;
  border-left:   3px solid #D4A84B !important;
  border-radius: 0 8px 8px 0 !important;
  border-top:    none !important;
  border-right:  none !important;
  border-bottom: none !important;
  padding:       24px !important;
}
.wp-block-pullquote blockquote p {
  font-style: italic;
  color:      #14213D;
}
.wp-block-pullquote cite {
  color:       #D4A84B !important;
  font-weight: 600;
  font-style:  normal;
}

/* ── Dark navy section band ──────────────────── */
.alegrant-band-dark {
  background: #14213D !important;
}
.alegrant-band-dark h1,
.alegrant-band-dark h2,
.alegrant-band-dark h3 {
  color: #FFFFFF !important;
}
.alegrant-band-dark p {
  color: #9AAABB !important;
}

/* ── Category badge ──────────────────────────── */
.alegrant-badge {
  display:        inline-block;
  font-size:      10px;
  font-weight:    700;
  letter-spacing:0.06em;
  text-transform:uppercase;
  padding:        3px 8px;
  border-radius:  3px;
  background:     #F5E8C8;
  color:          #7A5A1A;
  margin-bottom:  10px;
}

/* ── Awards strip ────────────────────────────── */
.alegrant-awards-strip {
  border-top: 1px solid #EAEAEA;
  padding-top: 20px;
  padding-bottom: 20px;
}
.alegrant-awards-strip p {
  font-size: 11px;
  color: #6C7A89;
}

/* ════════════════════════════════════════════
   END ALEGRANT BRAND STYLES
════════════════════════════════════════════ */
