/* ===================================================================
   HOMEFRONT HEALING - Master Stylesheet
   Calm & Modern · CRO-optimized · Built by Eskay Marketing
   =================================================================== */

/* ---------- DESIGN TOKENS ---------- */
:root {
  /* OFFICIAL BRAND PALETTE (per Homefront Healing brand guide, Oct 2023) */
  --color-primary: #0D3C54;       /* Deep Blue — primary brand color */
  --color-primary-dark: #082A3C;  /* darker shade for hover */
  --color-primary-light: #1B557A; /* lighter brand blue */
  --color-gold: #9E7B3D;          /* Brand Gold */
  --color-gold-dark: #826330;
  --color-gold-soft: #EDE3CC;     /* tinted gold for soft backgrounds */

  /* Supporting calm-and-modern palette */
  --color-bg: #FBF8F2;            /* warm cream background */
  --color-surface: #FFFFFF;
  --color-ink: #0D3C54;           /* using brand blue for headings */
  --color-ink-soft: #3D5868;
  --color-muted: #8090A0;
  --color-line: #E5DCC8;          /* warm hairline */
  --color-accent-soft: #DCE5EB;   /* very pale blue tint */

  --color-danger: #B85450;
  --color-success: #4F7C61;

  /* Typography — Brand specifies Airborne GP (wordmark) + Beautiful Heart (script)
     Web-safe substitutes: Montserrat (geometric sans, similar to Airborne GP)
     and Allura/Dancing Script (script) for the tagline */
  --font-display: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --font-script: "Allura", "Dancing Script", "Brush Script MT", cursive;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Scale */
  --fs-xs: 0.8125rem;   /* 13 */
  --fs-sm: 0.9375rem;   /* 15 */
  --fs-base: 1.0625rem; /* 17 */
  --fs-lg: 1.25rem;     /* 20 */
  --fs-xl: 1.5rem;      /* 24 */
  --fs-2xl: 2rem;       /* 32 */
  --fs-3xl: 2.75rem;    /* 44 */
  --fs-4xl: 3.75rem;    /* 60 */

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-10: 8rem;

  /* Layout */
  --container: 1200px;
  --container-narrow: 880px;
  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;

  /* Effects */
  --shadow-sm: 0 1px 2px rgba(14,42,54,0.04), 0 1px 3px rgba(14,42,54,0.06);
  --shadow: 0 4px 16px rgba(14,42,54,0.06), 0 2px 6px rgba(14,42,54,0.04);
  --shadow-lg: 0 20px 50px rgba(14,42,54,0.10), 0 4px 12px rgba(14,42,54,0.06);
  --transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- RESET / BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--color-ink);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--color-primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--color-primary-dark); }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--color-ink);
  margin: 0 0 var(--space-4);
}
h1 { font-size: clamp(2.25rem, 5vw, var(--fs-4xl)); font-weight: 500; }
h2 { font-size: clamp(1.75rem, 3.5vw, var(--fs-3xl)); }
h3 { font-size: var(--fs-2xl); }
h4 { font-size: var(--fs-xl); }
p { margin: 0 0 var(--space-4); }
.lead { font-size: var(--fs-lg); color: var(--color-ink-soft); line-height: 1.6; }

/* ---------- LAYOUT ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--space-5); }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 var(--space-5); }
.section { padding: var(--space-9) 0; }
.section-sm { padding: var(--space-7) 0; }
.section-tight { padding: var(--space-6) 0; }
.section--cream { background: var(--color-bg); }
.section--white { background: var(--color-surface); }
.section--soft { background: var(--color-accent-soft); }
.section--sage { background: var(--color-accent-soft); }
.script {
  font-family: var(--font-script);
  font-weight: 400;
  font-style: italic;
  color: var(--color-primary);
}
.display {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.section--ink { background: var(--color-ink); color: #E6EEF1; }
.section--ink h1, .section--ink h2, .section--ink h3 { color: #FFF; }

/* ---------- ELOQUENT EYEBROW LABEL ---------- */
.eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: var(--space-3);
}
.eyebrow--ink { color: var(--color-primary); }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 0.95rem 1.75rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  transition: all var(--transition);
  cursor: pointer;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.btn--primary {
  background: var(--color-primary);
  color: #FFF;
  box-shadow: var(--shadow);
}
.btn--primary:hover {
  background: var(--color-primary-dark);
  color: #FFF;
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
}
.btn--gold {
  background: var(--color-gold);
  color: var(--color-ink);
}
.btn--gold:hover {
  background: #b89653;
  color: var(--color-ink);
  transform: translateY(-1px);
}
.btn--ghost {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn--ghost:hover {
  background: var(--color-primary);
  color: #FFF;
}
.btn--ghost-light {
  background: transparent;
  color: #FFF;
  border-color: rgba(255,255,255,0.4);
}
.btn--ghost-light:hover {
  background: #FFF;
  color: var(--color-ink);
  border-color: #FFF;
}
.btn--lg { padding: 1.15rem 2.25rem; font-size: var(--fs-base); }
.btn--block { width: 100%; }
.btn .icon { width: 1.1em; height: 1.1em; }

/* ---------- HEADER (sticky + shrink-on-scroll) ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 248, 242, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: background 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: var(--color-line);
  box-shadow: 0 6px 24px rgba(13, 60, 84, 0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  height: 96px;
  transition: height 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header.scrolled .header-inner { height: 68px; }

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-ink);
  line-height: 1;
  text-decoration: none;
}
.brand:hover { color: var(--color-ink); }
.brand img.brand-logo {
  height: 64px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: height 280ms cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.site-header.scrolled .brand img.brand-logo { height: 46px; }

/* Legacy fallback brand-text wrapper (hidden in header now per brand-guide request) */
.brand-text-header { display: none; }

.nav { display: flex; align-items: center; gap: var(--space-6); }
.nav a {
  color: var(--color-ink);
  font-size: 0.9375rem;
  font-weight: 500;
  position: relative;
  padding: 8px 2px;
  transition: color 200ms ease;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--color-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nav a:hover { color: var(--color-gold); }
.nav a:hover::after { transform: scaleX(0.85); }
.nav a.active { color: var(--color-gold); }
.nav a.active::after { transform: scaleX(1); }

.header-cta { display: flex; align-items: center; gap: var(--space-4); }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-ink);
  font-weight: 600;
  font-size: var(--fs-sm);
}
.header-phone .icon { color: var(--color-gold); }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  align-items: center;
  justify-content: center;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--color-ink);
  position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0; width: 18px; height: 1.5px;
  background: var(--color-ink);
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

@media (max-width: 960px) {
  .nav, .header-cta .btn { display: none; }
  .nav-toggle { display: flex; }
  .header-phone { font-size: 0.875rem; }
}
.nav.open {
  display: flex;
  position: absolute;
  top: 84px;
  left: 0; right: 0;
  background: var(--color-surface);
  flex-direction: column;
  padding: var(--space-5);
  gap: var(--space-4);
  box-shadow: var(--shadow-lg);
  border-bottom: 1px solid var(--color-line);
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding: var(--space-9) 0 var(--space-10);
  overflow: hidden;
  background:
    radial-gradient(ellipse at top right, var(--color-accent-soft) 0%, transparent 55%),
    radial-gradient(ellipse at bottom left, var(--color-gold-soft) 0%, transparent 50%),
    var(--color-bg);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-8);
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.5rem, 5.5vw, 4.25rem);
  line-height: 1.05;
  margin-bottom: var(--space-5);
}
.hero h1 em {
  font-style: italic;
  color: var(--color-primary);
  font-weight: 400;
}
.hero-lede {
  font-size: var(--fs-lg);
  color: var(--color-ink-soft);
  max-width: 32em;
  line-height: 1.6;
  margin-bottom: var(--space-6);
}
.hero-ctas { display: flex; gap: var(--space-3); flex-wrap: wrap; }
.hero-trust {
  display: flex;
  gap: var(--space-6);
  margin-top: var(--space-7);
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-line);
  flex-wrap: wrap;
}
.hero-trust-item { display: flex; gap: 0.75rem; align-items: flex-start; max-width: 14rem; }
.hero-trust-item .icon {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--color-accent-soft);
  color: var(--color-primary);
  display: grid; place-items: center;
}
.hero-trust-item small {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 2px;
}
.hero-trust-item strong {
  font-size: var(--fs-sm);
  color: var(--color-ink);
  font-weight: 600;
}
.hero-art {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-primary) 0%, #2a5d6d 100%);
  box-shadow: var(--shadow-lg);
}
.hero-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(13,60,84,0.35) 100%);
  pointer-events: none;
}
.hero-badge {
  position: absolute;
  bottom: var(--space-5);
  left: var(--space-5);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-radius: var(--radius);
  padding: var(--space-4) var(--space-5);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  box-shadow: var(--shadow);
  max-width: 280px;
}
.hero-badge-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--color-gold);
  color: #FFF;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.hero-badge-text strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.125rem;
  color: var(--color-ink);
  line-height: 1.2;
}
.hero-badge-text small {
  font-size: 0.75rem;
  color: var(--color-muted);
  letter-spacing: 0.04em;
}

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: var(--space-7); }
  .hero-art { aspect-ratio: 16/10; max-width: 100%; }
  .hero { padding: var(--space-7) 0 var(--space-8); }
}

/* ---------- TRUST BAR ---------- */
.trust-bar {
  background: var(--color-surface);
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  padding: var(--space-5) 0;
}
.trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
  align-items: center;
}
.trust-bar-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 var(--space-3);
  border-right: 1px solid var(--color-line);
}
.trust-bar-item:last-child { border-right: none; }
.trust-bar-num {
  font-family: var(--font-serif);
  font-size: var(--fs-2xl);
  font-weight: 500;
  color: var(--color-primary);
  line-height: 1;
}
.trust-bar-label {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-muted);
  font-weight: 600;
}
@media (max-width: 720px) {
  .trust-bar-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-5); }
  .trust-bar-item:nth-child(2) { border-right: none; }
}

/* ---------- SECTION HEAD ---------- */
.section-head { text-align: center; max-width: 44rem; margin: 0 auto var(--space-7); }
.section-head h2 { margin-bottom: var(--space-3); }
.section-head .lead { margin-bottom: 0; }
.section-head--left { text-align: left; margin-left: 0; }

/* ---------- SERVICES GRID ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
@media (max-width: 960px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .services-grid { grid-template-columns: 1fr; } }

.service-card {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 3px;
  background: var(--color-gold);
  transition: width var(--transition);
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
  color: inherit;
}
.service-card:hover::before { width: 100%; }
.service-icon {
  width: 56px; height: 56px;
  border-radius: var(--radius);
  background: var(--color-accent-soft);
  color: var(--color-primary);
  display: grid; place-items: center;
  margin-bottom: var(--space-4);
}
.service-card h3 {
  font-size: 1.375rem;
  margin-bottom: var(--space-3);
}
.service-card p {
  color: var(--color-ink-soft);
  font-size: var(--fs-sm);
  line-height: 1.6;
  margin-bottom: var(--space-5);
  flex-grow: 1;
}
.service-card-cta {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.service-card-cta::after {
  content: "→";
  transition: transform var(--transition);
}
.service-card:hover .service-card-cta::after { transform: translateX(4px); }

/* ---------- ABOUT / SPLIT ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
  align-items: center;
}
.split--reverse > :first-child { order: 2; }
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; gap: var(--space-6); }
  .split--reverse > :first-child { order: 0; }
}
.split-image {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary) 100%);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.split-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}
.split-image-credentials {
  position: absolute;
  bottom: var(--space-5);
  left: var(--space-5);
  right: var(--space-5);
  background: rgba(255,255,255,0.96);
  border-radius: var(--radius);
  padding: var(--space-4);
}
.split-image-credentials strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--color-ink);
}
.split-image-credentials small {
  font-size: var(--fs-xs);
  color: var(--color-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.scripture {
  border-left: 3px solid var(--color-gold);
  padding: var(--space-3) var(--space-5);
  margin: var(--space-5) 0;
  font-family: var(--font-serif);
  font-size: var(--fs-lg);
  font-style: italic;
  color: var(--color-ink-soft);
}
.scripture cite {
  display: block;
  font-style: normal;
  font-family: var(--font-sans);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-top: var(--space-2);
}

/* ---------- TESTIMONIAL ---------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
@media (max-width: 860px) { .testimonials-grid { grid-template-columns: 1fr; } }
.testimonial {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  border: 1px solid var(--color-line);
  position: relative;
  display: flex;
  flex-direction: column;
}
.testimonial::before {
  content: "“";
  position: absolute;
  top: var(--space-3);
  right: var(--space-5);
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
  color: var(--color-gold-soft);
  font-weight: 700;
}
.testimonial-stars {
  color: var(--color-gold);
  margin-bottom: var(--space-3);
  letter-spacing: 2px;
}
.testimonial-quote {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-ink);
  margin-bottom: var(--space-5);
  flex-grow: 1;
}
.testimonial-attr {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-line);
}
.testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--color-accent-soft);
  color: var(--color-primary);
  display: grid; place-items: center;
  font-weight: 600;
  flex-shrink: 0;
}
.testimonial-attr strong { display: block; font-size: var(--fs-sm); }
.testimonial-attr small { color: var(--color-muted); font-size: var(--fs-xs); }

/* ---------- FAQ / ACCORDION ---------- */
.faq-list { display: flex; flex-direction: column; gap: var(--space-3); }
.faq-item {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--transition);
}
.faq-item[open] {
  border-color: var(--color-primary);
  box-shadow: var(--shadow);
}
.faq-item summary {
  list-style: none;
  padding: var(--space-5) var(--space-6);
  font-weight: 600;
  font-size: var(--fs-base);
  color: var(--color-ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--color-accent-soft);
  color: var(--color-primary);
  display: grid; place-items: center;
  font-size: 1.25rem;
  font-weight: 300;
  transition: transform var(--transition), background var(--transition);
}
.faq-item[open] summary::after {
  content: "−";
  background: var(--color-primary);
  color: #FFF;
}
.faq-answer {
  padding: 0 var(--space-6) var(--space-5);
  color: var(--color-ink-soft);
  line-height: 1.7;
}
.faq-answer p { margin: 0 0 var(--space-3); }
.faq-answer p:last-child { margin-bottom: 0; }

/* ---------- BLOG ---------- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}
@media (max-width: 860px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-line);
  transition: all var(--transition);
  text-decoration: none;
  color: inherit;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  color: inherit;
}
.blog-card-img {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--color-accent-soft), var(--color-gold-soft));
  display: grid; place-items: center;
  position: relative;
}
.blog-card-img svg { width: 50%; height: 50%; opacity: 0.6; color: var(--color-primary); }
.blog-card-body { padding: var(--space-6); flex-grow: 1; display: flex; flex-direction: column; }
.blog-card-meta {
  font-size: var(--fs-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gold);
  font-weight: 600;
  margin-bottom: var(--space-2);
}
.blog-card h3 { font-size: 1.375rem; margin-bottom: var(--space-3); }
.blog-card-excerpt { color: var(--color-ink-soft); font-size: var(--fs-sm); margin-bottom: var(--space-4); flex-grow: 1; }
.blog-card-readmore {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
}

/* ---------- ARTICLE / BLOG POST ---------- */
.post-hero {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: #FFF;
  padding: var(--space-9) 0 var(--space-8);
  position: relative;
  overflow: hidden;
}
.post-hero h1 { color: #FFF; max-width: 28em; }
.post-meta {
  font-size: var(--fs-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-gold);
  margin-bottom: var(--space-4);
}
.post-body {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--color-ink-soft);
}
.post-body h2 { font-size: 2rem; margin-top: var(--space-7); }
.post-body h3 { font-size: 1.5rem; margin-top: var(--space-6); }
.post-body p { margin: 0 0 var(--space-5); }
.post-body ul, .post-body ol { margin: 0 0 var(--space-5); padding-left: 1.5rem; }
.post-body li { margin-bottom: var(--space-2); }
.post-body strong { color: var(--color-ink); }

/* ---------- SERVICE PAGE ---------- */
.service-hero {
  background: linear-gradient(135deg, #FBF7F1 0%, var(--color-accent-soft) 100%);
  padding: var(--space-8) 0;
}
.service-hero h1 { max-width: 18em; }
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-5);
  margin-top: var(--space-6);
}
@media (max-width: 720px) { .feature-list { grid-template-columns: 1fr; } }
.feature-item {
  background: var(--color-surface);
  padding: var(--space-5);
  border-radius: var(--radius);
  border: 1px solid var(--color-line);
}
.feature-item-num {
  font-family: var(--font-serif);
  font-size: var(--fs-2xl);
  color: var(--color-gold);
  line-height: 1;
  margin-bottom: var(--space-3);
}
.feature-item h4 { font-size: 1.25rem; margin-bottom: var(--space-2); }
.feature-item p { color: var(--color-ink-soft); font-size: var(--fs-sm); margin: 0; }

/* ---------- CTA STRIP ---------- */
.cta-strip {
  background: var(--color-ink);
  color: #FFF;
  padding: var(--space-8) 0;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: "";
  position: absolute;
  top: -50%; right: -10%;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141,169,135,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.cta-strip-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: var(--space-6);
  align-items: center;
  position: relative;
}
.cta-strip h2 { color: #FFF; margin-bottom: var(--space-3); }
.cta-strip p { color: #C8D5DA; margin: 0; }
.cta-strip-actions { display: flex; gap: var(--space-3); flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 860px) {
  .cta-strip-inner { grid-template-columns: 1fr; }
  .cta-strip-actions { justify-content: flex-start; }
}

/* ---------- CONTACT FORM ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-7);
  align-items: start;
}
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info-list { display: flex; flex-direction: column; gap: var(--space-5); margin: var(--space-6) 0; }
.contact-info-item {
  display: flex; gap: var(--space-4); align-items: flex-start;
  padding: var(--space-5);
  background: var(--color-surface);
  border-radius: var(--radius);
  border: 1px solid var(--color-line);
}
.contact-info-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--color-accent-soft);
  color: var(--color-primary);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.contact-info-item small {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-muted);
  font-weight: 600;
  margin-bottom: 2px;
}
.contact-info-item strong {
  display: block;
  font-size: var(--fs-base);
  color: var(--color-ink);
  font-weight: 600;
}
.contact-info-item a { color: var(--color-ink); }
.contact-info-item a:hover { color: var(--color-primary); }

.form {
  background: var(--color-surface);
  padding: var(--space-7);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow);
}
.form-group { margin-bottom: var(--space-5); }
.form-group label {
  display: block;
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-ink-soft);
  margin-bottom: var(--space-2);
}
.form-control {
  width: 100%;
  padding: 0.95rem 1.1rem;
  font: inherit;
  font-size: var(--fs-base);
  color: var(--color-ink);
  background: var(--color-bg);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}
.form-control:focus {
  outline: none;
  border-color: var(--color-primary);
  background: var(--color-surface);
  box-shadow: 0 0 0 4px rgba(31,73,84,0.08);
}
textarea.form-control { resize: vertical; min-height: 120px; }
.form-disclosure {
  font-size: var(--fs-xs);
  color: var(--color-muted);
  margin: var(--space-4) 0 0;
  line-height: 1.5;
}
.form-disclosure a { color: var(--color-primary); text-decoration: underline; }

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--color-ink);
  color: #C8D5DA;
  padding: var(--space-8) 0 var(--space-5);
}
.site-footer a { color: #C8D5DA; }
.site-footer a:hover { color: var(--color-gold); }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-6);
  margin-bottom: var(--space-7);
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--space-6); } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-col h5 {
  font-family: var(--font-sans);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: var(--space-4);
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--space-2); }
.footer-col a { font-size: var(--fs-sm); }
.footer-brand .brand { color: #FFF; margin-bottom: var(--space-4); }
.footer-brand .brand:hover { color: #FFF; }
.footer-brand .brand-mark { background: var(--color-gold); color: var(--color-ink); }
.footer-brand .brand-text small { color: rgba(255,255,255,0.5); }
.footer-brand p { font-size: var(--fs-sm); max-width: 26rem; line-height: 1.6; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: var(--space-5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  font-size: var(--fs-xs);
  color: rgba(255,255,255,0.5);
}
.footer-bottom-links { display: flex; gap: var(--space-5); }

/* ---------- SCROLL-TO-TOP BUTTON ---------- */
.scroll-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #FFF;
  border: none;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(13, 60, 84, 0.28), 0 2px 6px rgba(13, 60, 84, 0.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 240ms ease, transform 240ms cubic-bezier(0.4, 0, 0.2, 1), background 220ms ease;
  z-index: 60;
}
.scroll-top:hover {
  background: var(--color-gold);
  transform: translateY(-2px);
}
.scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 760px) {
  .scroll-top {
    bottom: 88px; /* clear of sticky call bar */
    right: 16px;
    width: 46px;
    height: 46px;
  }
}

/* ---------- MOBILE STICKY CALL ---------- */
.mobile-call {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 50;
  padding: 12px 16px;
  background: rgba(251, 247, 241, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--color-line);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.06);
}
.mobile-call .btn { width: 100%; }
@media (max-width: 760px) {
  .mobile-call { display: block; }
  body { padding-bottom: 76px; }
}

/* ---------- BREADCRUMB ---------- */
.breadcrumb {
  font-size: var(--fs-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: var(--space-4);
}
.breadcrumb a { color: var(--color-muted); }
.breadcrumb a:hover { color: var(--color-primary); }
.breadcrumb span { margin: 0 var(--space-2); }

/* ---------- UTILITIES ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mt-5 { margin-top: var(--space-5); }
.mt-6 { margin-top: var(--space-6); }
.mb-5 { margin-bottom: var(--space-5); }
.mb-6 { margin-bottom: var(--space-6); }
.flex { display: flex; }
.gap-3 { gap: var(--space-3); }
.gap-4 { gap: var(--space-4); }
.flex-wrap { flex-wrap: wrap; }
.muted { color: var(--color-muted); }

/* Anchor offset for sticky header */
[id] { scroll-margin-top: 100px; }

/* Print */
@media print {
  .site-header, .site-footer, .mobile-call, .cta-strip { display: none; }
}

/* =====================================================================
   COMPREHENSIVE RESPONSIVE / MOBILE OPTIMIZATION
   Breakpoints: 1024 (tablet landscape) · 760 (tablet portrait) ·
                560 (large phone) · 420 (phone) · 360 (small phone)
   ===================================================================== */

/* Prevent iOS auto-zoom on form focus (font-size must be >= 16px) */
input.form-control,
textarea.form-control,
select.form-control { font-size: 16px; }

/* Smoother momentum scrolling on iOS */
html { -webkit-text-size-adjust: 100%; }

/* Safe-area aware padding for notched devices */
@supports (padding: max(0px)) {
  .container, .container-narrow {
    padding-left: max(var(--space-5), env(safe-area-inset-left));
    padding-right: max(var(--space-5), env(safe-area-inset-right));
  }
}

/* Make sure all CTA buttons have generous touch targets */
.btn { min-height: 44px; }

/* ---------- TABLET LANDSCAPE (≤ 1024px) ---------- */
@media (max-width: 1024px) {
  :root {
    --space-9: 4.5rem;
    --space-10: 6rem;
  }
  .hero { padding: var(--space-8) 0; }
  .hero h1 { font-size: clamp(2.25rem, 4.5vw, 3.5rem); }
}

/* ---------- TABLET PORTRAIT (≤ 760px) ---------- */
@media (max-width: 760px) {
  /* Header: smaller height, simpler chrome */
  .header-inner { height: 64px; gap: 12px; }
  .site-header.scrolled .header-inner { height: 56px; }
  .brand img.brand-logo { height: 44px; }
  .site-header.scrolled .brand img.brand-logo { height: 38px; }

  /* Hide the desktop phone + button — give those jobs to mobile-call bar / drawer */
  .header-cta .header-phone,
  .header-cta .btn { display: none; }
  .header-cta { gap: 0; }

  /* Mobile menu: bigger touch targets, drawer styling */
  .nav.open {
    top: 64px;
    padding: var(--space-4) var(--space-5) var(--space-7);
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav.open a {
    font-size: 1.0625rem;
    padding: 14px 4px;
    border-bottom: 1px solid var(--color-line);
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .nav.open a:last-of-type { border-bottom: none; }
  .nav.open a::after { display: none; } /* hide underline indicator in drawer */
  .nav.open a.active { color: var(--color-gold); }

  /* Hero: smaller heading, no oversized image */
  .hero { padding: var(--space-6) 0 var(--space-7); }
  .hero h1 { font-size: clamp(2rem, 7.5vw, 2.75rem); line-height: 1.1; }
  .hero-lede { font-size: var(--fs-base); }
  .hero-art { aspect-ratio: 4/5; max-height: 460px; }
  .hero-art img { object-position: center 14%; }

  /* Hero CTAs stack and become full-width */
  .hero-ctas { flex-direction: column; align-items: stretch; gap: var(--space-3); }
  .hero-ctas .btn { width: 100%; }

  /* Hero trust items — single column, tighter */
  .hero-trust {
    margin-top: var(--space-6);
    padding-top: var(--space-4);
    flex-direction: column;
    gap: var(--space-3);
  }
  .hero-trust-item { max-width: 100%; }

  /* Hero floating badge — smaller, repositioned to bottom-right inside image */
  .hero-badge {
    bottom: 12px; left: 12px; right: 12px;
    max-width: none;
    padding: 12px 14px;
  }
  .hero-badge-icon { width: 36px; height: 36px; }
  .hero-badge-text strong { font-size: 0.95rem; }
  .hero-badge-text small { font-size: 0.72rem; }

  /* Sections: reduce padding */
  .section { padding: var(--space-7) 0; }
  .section-sm { padding: var(--space-6) 0; }

  /* Section heading: tighter */
  .section-head { margin-bottom: var(--space-6); }
  .section-head h2 { font-size: clamp(1.5rem, 5vw, 2rem); }

  /* Trust bar: 2 columns with row borders, no right-border issues */
  .trust-bar { padding: var(--space-4) 0; }
  .trust-bar-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-4); }
  .trust-bar-item { border-right: none; }
  .trust-bar-num { font-size: 1.5rem; }
  .trust-bar-label { font-size: 0.6875rem; }

  /* Service cards: tighter padding */
  .service-card { padding: var(--space-5); }
  .service-card h3 { font-size: 1.25rem; }

  /* Testimonial cards: tighter padding */
  .testimonial { padding: var(--space-5); }
  .testimonial-quote { font-size: 1rem; line-height: 1.5; }

  /* Split layout — image first, content second */
  .split { gap: var(--space-5); }
  .split-image { aspect-ratio: 4/5; max-height: 520px; }

  /* FAQ accordion: tighter on phone */
  .faq-item summary { padding: var(--space-4) var(--space-5); font-size: 0.95rem; gap: var(--space-3); }
  .faq-item summary::after { width: 28px; height: 28px; font-size: 1.1rem; }
  .faq-answer { padding: 0 var(--space-5) var(--space-4); font-size: 0.95rem; }

  /* Post body */
  .post-hero { padding: var(--space-7) 0 var(--space-6); }
  .post-hero h1 { font-size: clamp(1.75rem, 6.5vw, 2.5rem); }
  .post-body { font-size: 1rem; line-height: 1.7; }
  .post-body h2 { font-size: 1.5rem; margin-top: var(--space-6); }
  .post-body h3 { font-size: 1.25rem; }

  /* Service page hero */
  .service-hero { padding: var(--space-7) 0; }
  .service-hero h1 { font-size: clamp(1.75rem, 6.5vw, 2.5rem); }

  /* Forms */
  .form { padding: var(--space-5); }
  .form-control { padding: 0.85rem 1rem; }

  /* Contact info cards: tighter */
  .contact-info-item { padding: var(--space-4); gap: var(--space-3); }
  .contact-info-item strong { font-size: 0.95rem; }

  /* Map iframe height shorter on phone */
  .section--white > div[style*="height:380px"] { height: 280px !important; }

  /* CTA strip — center align, stack actions full width */
  .cta-strip { padding: var(--space-7) 0; }
  .cta-strip-inner { gap: var(--space-5); }
  .cta-strip h2 { font-size: clamp(1.5rem, 5.5vw, 2rem); }
  .cta-strip-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .cta-strip-actions .btn { width: 100%; }

  /* Footer: better mobile presentation */
  .site-footer { padding: var(--space-7) 0 var(--space-4); }
  .footer-grid { gap: var(--space-5); }
  .footer-brand p { font-size: 0.9rem; }
  .footer-bottom { font-size: 0.7rem; gap: var(--space-3); }
  .footer-bottom-links { gap: var(--space-3); }

  /* Scripture block tighter */
  .scripture { font-size: 1.05rem; padding: var(--space-3) var(--space-4); }

  /* Feature list */
  .feature-list { gap: var(--space-3); }
  .feature-item { padding: var(--space-4); }
  .feature-item h4 { font-size: 1.125rem; }

  /* Section--ink CTA-strip-actions on dark */
  .cta-strip-actions { justify-content: stretch; }

  /* Breadcrumb compact */
  .breadcrumb { font-size: 0.7rem; margin-bottom: var(--space-3); }
}

/* ---------- LARGE PHONE (≤ 560px) ---------- */
@media (max-width: 560px) {
  :root {
    --space-7: 2.5rem;
    --space-8: 3rem;
    --space-9: 3.5rem;
  }
  .container { padding-left: 16px; padding-right: 16px; }
  .container-narrow { padding-left: 16px; padding-right: 16px; }

  /* Hero h1 a touch smaller still */
  .hero h1 { font-size: clamp(1.85rem, 8vw, 2.5rem); }
  .hero-lede { font-size: 0.95rem; line-height: 1.55; }
  .hero { padding: var(--space-5) 0 var(--space-6); }

  /* Eyebrow labels smaller */
  .eyebrow { font-size: 0.7rem; letter-spacing: 0.16em; }

  /* Testimonials stars smaller */
  .testimonial::before { font-size: 3rem; top: 4px; right: 16px; }
}

/* ---------- PHONE (≤ 420px) ---------- */
@media (max-width: 420px) {
  :root {
    --space-5: 1.25rem;
    --space-6: 1.5rem;
  }
  .header-inner { height: 60px; gap: 8px; }
  .site-header.scrolled .header-inner { height: 52px; }
  .brand img.brand-logo { height: 40px; }
  .site-header.scrolled .brand img.brand-logo { height: 34px; }
  .nav-toggle { width: 40px; height: 40px; }
  .nav.open { top: 60px; }

  .hero h1 { font-size: clamp(1.7rem, 8.5vw, 2.25rem); }
  .hero-art { max-height: 380px; }

  /* Trust bar: 1 column on tiny screens to avoid cramping */
  .trust-bar-grid { grid-template-columns: 1fr; gap: var(--space-3); }

  /* Buttons slightly tighter padding */
  .btn { padding: 0.85rem 1.25rem; }
  .btn--lg { padding: 1rem 1.5rem; font-size: 0.95rem; }

  /* Mobile call bar: ensure button width is full */
  .mobile-call { padding: 10px 12px; }
  .mobile-call .btn { padding: 0.85rem 1rem; }

  /* FAQ summary smaller text */
  .faq-item summary { padding: 14px 18px; font-size: 0.9rem; }
  .faq-answer { padding: 0 18px 14px; font-size: 0.9rem; }

  /* Scroll-to-top button positioning above call bar */
  .scroll-top { bottom: 86px; right: 12px; width: 42px; height: 42px; }
}

/* ---------- SMALL PHONE (≤ 360px) ---------- */
@media (max-width: 360px) {
  .hero h1 { font-size: 1.6rem; line-height: 1.12; }
  .hero-lede { font-size: 0.9rem; }
  .container { padding-left: 12px; padding-right: 12px; }
  .header-cta { display: none; }
  .section-head h2 { font-size: 1.4rem; }
}

/* ---------- LANDSCAPE PHONE (height-constrained) ---------- */
@media (max-height: 480px) and (orientation: landscape) {
  .hero { padding: var(--space-5) 0; }
  .hero-art { aspect-ratio: 16/9; max-height: 280px; }
  .mobile-call { display: none; } /* save vertical space */
}

/* ---------- HIGH-DPI SCREENS ---------- */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .brand img.brand-logo { image-rendering: -webkit-optimize-contrast; }
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- PRINT-FRIENDLY (already declared, expanded) ---------- */
@media print {
  .site-header, .site-footer, .mobile-call, .cta-strip, .scroll-top, .nav-toggle { display: none !important; }
  body { background: #fff; color: #000; }
  a { color: #000; text-decoration: underline; }
  .hero-art img, .split-image img { max-height: 220px; object-position: center top; }
}

/* ---------- SMALL PHONE (≤ 360px) ---------- */
@media (max-width: 360px) {
  .hero h1 { font-size: 1.6rem; line-height: 1.12; }
  .hero-lede { font-size: 0.9rem; }
  .container { padding-left: 12px; padding-right: 12px; }
  .header-cta { display: none; }
  .section-head h2 { font-size: 1.4rem; }
}

/* ---------- LANDSCAPE PHONE (height-constrained) ---------- */
@media (max-height: 480px) and (orientation: landscape) {
  .hero { padding: var(--space-5) 0; }
  .hero-art { aspect-ratio: 16/9; max-height: 280px; }
  .mobile-call { display: none; }
}

/* ---------- HIGH-DPI SCREENS ---------- */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .brand img.brand-logo { image-rendering: -webkit-optimize-contrast; }
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- PRINT-FRIENDLY ---------- */
@media print {
  .site-header, .site-footer, .mobile-call, .cta-strip, .scroll-top, .nav-toggle { display: none !important; }
  body { background: #fff; color: #000; }
  a { color: #000; text-decoration: underline; }
  .hero-art img, .split-image img { max-height: 220px; object-position: center top; }
}

/* =====================================================================
   MOBILE POLISH v2 — full-screen menu, center align, fix overlaps
   ===================================================================== */

@media (max-width: 760px) {
  /* ===== HAMBURGER → X morph ===== */
  .nav-toggle { z-index: 210; position: relative; }
  .nav-toggle.open { border-color: transparent; }
  .nav-toggle.open span { background: transparent; }
  .nav-toggle.open span::before { transform: rotate(45deg) translate(4px, 4px); background: #FFF; }
  .nav-toggle.open span::after { transform: rotate(-45deg) translate(4px, -4px); background: #FFF; }
  .nav-toggle span,
  .nav-toggle span::before,
  .nav-toggle span::after { transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms ease; }

  /* ===== FULL-SCREEN OVERLAY MENU ===== */
  .nav {
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1.25rem !important;
    padding: 80px 24px 140px !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 320ms ease, visibility 320ms ease;
    z-index: 200;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex !important;
  }
  .nav.open { opacity: 1; visibility: visible; pointer-events: auto; }
  .nav a {
    color: rgba(255,255,255,0.92) !important;
    font-family: var(--font-serif) !important;
    font-size: 1.75rem !important;
    font-weight: 400 !important;
    padding: 10px 24px !important;
    border: none !important;
    border-bottom: none !important;
    min-height: 0 !important;
    text-align: center !important;
    letter-spacing: -0.01em;
    transform: translateY(24px);
    opacity: 0;
    transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1), opacity 360ms ease, color 200ms ease;
    width: 100%;
    display: block !important;
  }
  .nav.open a { transform: translateY(0); opacity: 1; }
  .nav.open a:nth-of-type(1) { transition-delay: 80ms; }
  .nav.open a:nth-of-type(2) { transition-delay: 140ms; }
  .nav.open a:nth-of-type(3) { transition-delay: 200ms; }
  .nav.open a:nth-of-type(4) { transition-delay: 260ms; }
  .nav.open a:nth-of-type(5) { transition-delay: 320ms; }
  .nav.open a:nth-of-type(6) { transition-delay: 380ms; }
  .nav a::after { display: none !important; }
  .nav a:hover, .nav a:active, .nav a.active { color: var(--color-gold) !important; }

  /* Close button (injected by JS) */
  .nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.06);
    color: #FFF;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background 200ms ease, transform 280ms ease;
    z-index: 220;
  }
  .nav-close:hover, .nav-close:active { background: rgba(255,255,255,0.15); transform: rotate(90deg); }
  .nav-close svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 2; fill: none; }

  /* Phone call CTA at bottom center (injected by JS) */
  .nav-call-cta {
    position: absolute;
    bottom: max(40px, env(safe-area-inset-bottom, 0px));
    left: 50%;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 1.05rem 2rem !important;
    background: var(--color-gold) !important;
    color: var(--color-ink) !important;
    border-radius: 999px;
    font-family: var(--font-sans) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.32), 0 4px 12px rgba(0,0,0,0.18);
    transition: transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1), opacity 320ms ease;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    width: max-content;
    white-space: nowrap;
    border: none;
  }
  .nav.open .nav-call-cta { transform: translateX(-50%) translateY(0); opacity: 1; transition-delay: 460ms; }
  .nav-call-cta:hover, .nav-call-cta:active { background: #b89653 !important; color: var(--color-ink) !important; }
  .nav-call-cta svg { stroke: currentColor; stroke-width: 2.5; fill: none; width: 18px; height: 18px; }

  /* Body scroll lock when menu open */
  body.menu-open { overflow: hidden; position: fixed; width: 100%; }

  /* ===== HIDE HERO BADGE (was covering George's face) ===== */
  .hero-badge { display: none !important; }

  /* ===== CENTER-ALIGN HERO CONTENT ===== */
  .hero-grid > div:first-child { text-align: center; }
  .hero-ctas { justify-content: center; align-items: center; }
  .hero-trust { align-items: center; text-align: left; }
  .hero-trust-item { max-width: 18rem; margin-left: auto; margin-right: auto; }
  .eyebrow { display: inline-block; }

  /* ===== CENTER-ALIGN SPLIT (about teaser, etc.) ===== */
  .split > div:not(.split-image) { text-align: center; }
  .split > div:not(.split-image) .eyebrow { display: inline-block; }
  .split .scripture {
    border-left: none;
    border-top: 2px solid var(--color-gold);
    border-bottom: 2px solid var(--color-gold);
    padding: var(--space-4) var(--space-3);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem;
  }

  /* ===== POST HERO / SERVICE HERO CENTERED ===== */
  .post-hero, .service-hero { text-align: center; }
  .post-hero .breadcrumb, .service-hero .breadcrumb { display: inline-block; }
  .post-hero .lead, .service-hero .lead { margin-left: auto; margin-right: auto; }
  .post-hero .flex, .service-hero .flex { justify-content: center; }

  /* ===== VIEW ALL CTAs proper spacing + centered ===== */
  p.text-center.mt-6,
  .text-center.mt-6 {
    margin-top: var(--space-7) !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p.text-center, .text-center { text-align: center; }
  p.text-center .btn, .text-center .btn { margin: 0 auto; }

  /* ===== TESTIMONIALS / BLOG ===== */
  .testimonial-attr { justify-content: center; }
  .testimonial-quote { text-align: center; }
  .testimonial-stars { text-align: center; }

  /* ===== CONTACT PAGE CENTERED ===== */
  .contact-grid > div:first-child { text-align: center; }
  .contact-info-list { align-items: stretch; }
  .contact-info-item { text-align: left; }

  /* ===== FOOTER CENTERED ===== */
  .site-footer { text-align: center; }
  .footer-grid { text-align: center; }
  .footer-brand .brand {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .footer-brand .brand .brand-text { align-items: center; }
  .footer-brand p { margin-left: auto; margin-right: auto; max-width: 28rem; }
  .footer-col h5 { text-align: center; }
  .footer-col ul { align-items: center; }
  .footer-col li { text-align: center; }
  .footer-bottom { justify-content: center; text-align: center; flex-direction: column; gap: var(--space-3); }
  .footer-bottom-links { justify-content: center; }

  /* ===== MOBILE CALL BAR ===== */
  .mobile-call { padding: 14px 16px max(16px, env(safe-area-inset-bottom)) !important; }
  .mobile-call .btn { min-height: 50px; font-size: 0.95rem; padding: 0.95rem 1.25rem !important; }
  body { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }

  /* ===== HERO IMAGE ===== */
  .hero-art { aspect-ratio: 4/5; max-height: 540px; }
  .hero-art img { object-position: center 18%; }
}

@media (max-width: 420px) {
  p.text-center .btn, .text-center .btn { width: 100%; max-width: 280px; }
  .mobile-call .btn { padding: 1rem 1rem !important; font-size: 0.95rem; }
  .nav a { font-size: 1.5rem !important; }
  .nav-call-cta { padding: 0.95rem 1.6rem !important; font-size: 0.95rem !important; }
}


/* =====================================================================
   MOBILE POLISH v3 — fixes
   ===================================================================== */

@media (max-width: 760px) {
  /* FIX 1: menu overlay was showing white because old .nav.open had background:white.
     Override with the dark gradient explicitly. */
  .nav,
  .nav.open {
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-dark) 100%) !important;
    border-bottom: none !important;
    box-shadow: none !important;
    top: 0 !important;
    padding: 80px 24px 140px !important;
  }
  .nav a {
    color: #FFFFFF !important;
  }
  .nav a:hover, .nav a:active, .nav a.active {
    color: var(--color-gold) !important;
  }

  /* FIX 2: Hero trust items LEFT-ALIGNED (not centered) inside the hero column */
  .hero-trust {
    align-items: flex-start !important;
    text-align: left !important;
    padding-left: 0;
  }
  .hero-trust-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    text-align: left !important;
  }
  .hero-trust-item small,
  .hero-trust-item strong { text-align: left; }

  /* FIX 3: Footer section dividers — centered horizontal line that fades at both ends */
  .footer-grid > * {
    position: relative;
    padding-top: var(--space-5);
    padding-bottom: var(--space-4);
  }
  .footer-grid > *:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(to right,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.20) 30%,
      rgba(255,255,255,0.30) 50%,
      rgba(255,255,255,0.20) 70%,
      rgba(255,255,255,0) 100%
    );
    pointer-events: none;
  }
}


/* =====================================================================
   MOBILE POLISH v4 — Premium menu redesign + service button center
   ===================================================================== */

@media (max-width: 760px) {

  /* ===== MENU REDESIGN ===== */

  .nav, .nav.open {
    background: linear-gradient(165deg, #0D3C54 0%, #082A3C 65%, #051A26 100%) !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 76px 24px max(32px, env(safe-area-inset-bottom)) !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: none !important;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 360ms ease, visibility 360ms ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* Subtle ambient gold glow in corner */
  .nav::before {
    content: "";
    position: absolute;
    top: -25%;
    right: -40%;
    width: 90vh;
    height: 90vh;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(158,123,61,0.10) 0%, transparent 60%);
    pointer-events: none;
    z-index: -1;
  }

  /* Logo at top of menu (injected by JS) */
  .nav-logo {
    height: 52px !important;
    width: auto !important;
    margin: 0 0 18px !important;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 360ms ease, transform 360ms ease;
    /* invert the dark-blue logo to white for the dark overlay */
    filter: brightness(0) invert(1);
  }
  .nav.open .nav-logo { opacity: 0.94; transform: translateY(0); transition-delay: 60ms; }

  /* Thin gold divider (injected by JS) */
  .nav-divider {
    width: 56px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(158,123,61,0.7) 50%, transparent);
    margin: 0 0 32px;
    opacity: 0;
    transition: opacity 360ms ease;
  }
  .nav.open .nav-divider { opacity: 1; transition-delay: 140ms; }

  /* Nav links — clean serif, centered, tasteful spacing */
  .nav a {
    color: rgba(255,255,255,0.93) !important;
    font-family: var(--font-serif) !important;
    font-size: 1.625rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.005em;
    padding: 10px 0 !important;
    width: auto !important;
    min-height: 0 !important;
    border: none !important;
    border-bottom: none !important;
    text-align: center !important;
    line-height: 1.2;
    transition: color 240ms ease, transform 240ms ease;
    opacity: 0;
    transform: translateY(12px);
    text-decoration: none;
    display: block !important;
  }
  .nav a::after, .nav a::before { display: none !important; content: none !important; }
  .nav.open a { opacity: 1; transform: translateY(0); }
  .nav.open a:nth-of-type(1) { transition-delay: 180ms; }
  .nav.open a:nth-of-type(2) { transition-delay: 240ms; }
  .nav.open a:nth-of-type(3) { transition-delay: 300ms; }
  .nav.open a:nth-of-type(4) { transition-delay: 360ms; }
  .nav.open a:nth-of-type(5) { transition-delay: 420ms; }
  .nav.open a:nth-of-type(6) { transition-delay: 480ms; }

  .nav a:hover, .nav a:active { color: var(--color-gold) !important; }
  .nav a.active {
    color: var(--color-gold) !important;
    font-weight: 500 !important;
    position: relative;
  }
  .nav a.active::after {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 1px;
    background: var(--color-gold);
    opacity: 0.6;
  }

  /* Script tagline (injected by JS) */
  .nav-tagline {
    font-family: var(--font-script) !important;
    color: rgba(158,123,61,0.92) !important;
    font-size: 1.75rem;
    text-align: center;
    margin: 28px 0 0 !important;
    padding: 0;
    line-height: 1;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 360ms ease, transform 360ms ease;
    letter-spacing: 0.01em;
  }
  .nav.open .nav-tagline {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 580ms;
  }

  /* Phone CTA — at bottom, pushed there with margin-top:auto, full-width pill */
  .nav-call-cta {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin-top: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    max-width: 320px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 1.05rem 1.75rem !important;
    background: var(--color-gold) !important;
    color: var(--color-ink) !important;
    border-radius: 999px !important;
    font-family: var(--font-sans) !important;
    font-size: 1.0625rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.005em;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(0,0,0,0.36), 0 4px 12px rgba(0,0,0,0.2);
    border: none !important;
    opacity: 0;
    transform: translateY(16px) !important;
    transition: opacity 360ms ease, transform 480ms cubic-bezier(0.34, 1.56, 0.64, 1), background 200ms ease;
    margin-top: 32px !important;
  }
  .nav.open .nav-call-cta {
    opacity: 1;
    transform: translateY(0) !important;
    transition-delay: 660ms;
  }
  .nav-call-cta:hover, .nav-call-cta:active {
    background: #b89653 !important;
    color: var(--color-ink) !important;
  }
  .nav-call-cta svg {
    stroke: currentColor !important;
    stroke-width: 2.4 !important;
    fill: none !important;
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0;
  }

  /* Close button — clean circle, top right */
  .nav-close {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    color: rgba(255,255,255,0.92) !important;
    display: grid !important;
    place-items: center !important;
    cursor: pointer;
    transition: background 220ms ease, transform 360ms ease, border-color 220ms ease;
    z-index: 220;
    padding: 0 !important;
  }
  .nav-close:hover, .nav-close:active {
    background: rgba(255,255,255,0.16) !important;
    border-color: rgba(255,255,255,0.32) !important;
    transform: rotate(90deg);
  }
  .nav-close svg {
    width: 18px !important;
    height: 18px !important;
    stroke: rgba(255,255,255,0.92) !important;
    stroke-width: 2 !important;
    fill: none !important;
  }

  /* Body lock when menu open */
  body.menu-open { overflow: hidden !important; position: fixed !important; width: 100% !important; }

  /* ===== SERVICE PAGES "OTHER SERVICES" BUTTONS — CENTER ALIGN ===== */
  .section--cream .flex.flex-wrap,
  .section--white .flex.flex-wrap {
    justify-content: center !important;
  }
  /* Don't affect hero CTAs */
  .hero-ctas { justify-content: center !important; }
}


/* =====================================================================
   MOBILE POLISH v5 — fix double X, broken CTA, brand-fit fonts
   ===================================================================== */

@media (max-width: 760px) {

  /* FIX 1: Hide the hamburger/X when menu is open — only nav-close remains */
  body.menu-open .nav-toggle,
  .nav-toggle.open {
    display: none !important;
    visibility: hidden !important;
  }

  /* FIX 2: CTA button — force inline row layout with proper sizing */
  .nav-call-cta {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin: 32px auto 0 !important;
    width: auto !important;
    max-width: 90% !important;
    padding: 1rem 1.8rem !important;
    background: var(--color-gold) !important;
    color: var(--color-ink) !important;
    border-radius: 999px !important;
    font-family: var(--font-display) !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(0,0,0,0.36), 0 4px 12px rgba(0,0,0,0.2) !important;
    border: none !important;
    line-height: 1 !important;
    transform: translateY(16px);
    opacity: 0;
    transition: opacity 360ms ease, transform 480ms cubic-bezier(0.34, 1.56, 0.64, 1), background 200ms ease;
  }
  .nav.open .nav-call-cta {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 660ms;
  }
  .nav-call-cta svg {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    flex-shrink: 0 !important;
    stroke: currentColor !important;
    stroke-width: 2.5 !important;
    fill: none !important;
    display: inline-block !important;
  }
  .nav-call-cta span {
    display: inline-block !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }

  /* FIX 3: Nav fonts — use brand display font (Montserrat) like the wordmark */
  .nav a {
    font-family: var(--font-display) !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.92) !important;
    padding: 14px 24px !important;
    line-height: 1.2 !important;
  }
  .nav a.active {
    color: var(--color-gold) !important;
    font-weight: 600 !important;
  }
  .nav a:hover, .nav a:active {
    color: var(--color-gold) !important;
  }

  /* Active state underline — tighter */
  .nav a.active::after {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    bottom: 4px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 24px !important;
    height: 1px !important;
    background: var(--color-gold) !important;
    opacity: 0.7 !important;
  }

  /* Tagline stays in Allura script — confirm it */
  .nav-tagline {
    font-family: var(--font-script) !important;
    font-style: italic !important;
    font-size: 1.875rem !important;
    color: rgba(158,123,61,0.9) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin: 32px 0 0 !important;
    line-height: 1 !important;
  }
}


/* ===================================================================
   TEAM SECTION (About page)
   =================================================================== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
  margin-top: var(--space-6);
}
@media (max-width: 860px) { .team-grid { grid-template-columns: 1fr; } }

.team-member {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.team-member::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 3px;
  background: var(--color-gold);
  transition: width var(--transition);
}
.team-member:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.team-member:hover::before { width: 100%; }

.team-name {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 4px;
  color: var(--color-ink);
}
.team-creds {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin: 0 0 var(--space-4);
  line-height: 1.4;
}
.team-bio {
  color: var(--color-ink-soft);
  font-size: var(--fs-sm);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 760px) {
  .team-member { text-align: center; }
  .team-member::before { left: 50%; transform: translateX(-50%); }
}


/* ===================================================================
   CUSTOM CHECKBOX (for SMS consent, etc.)
   =================================================================== */
.form-group--checkbox {
  margin-top: var(--space-3);
  margin-bottom: var(--space-5);
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--color-ink-soft);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  padding: 4px 0;
}
.checkbox-input {
  /* visually hidden but keyboard-accessible */
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.checkbox-mark {
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--color-bg);
  border: 1.5px solid var(--color-line);
  position: relative;
  margin-top: 2px;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.checkbox-mark::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 11px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 180ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.checkbox-input:checked + .checkbox-mark {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.checkbox-input:checked + .checkbox-mark::after {
  transform: rotate(45deg) scale(1);
}
.checkbox-input:focus-visible + .checkbox-mark {
  box-shadow: 0 0 0 3px rgba(13,60,84,0.18);
  outline: none;
}
.checkbox-label:hover .checkbox-mark {
  border-color: var(--color-primary);
}
.checkbox-text {
  flex: 1;
}
.checkbox-text a {
  color: var(--color-primary);
  text-decoration: underline;
  text-decoration-color: var(--color-gold);
  text-underline-offset: 2px;
}
.checkbox-text a:hover {
  color: var(--color-gold);
}
.checkbox-text strong {
  color: var(--color-ink);
  font-weight: 700;
}


/* ---------- Reviews loader / empty state ---------- */
.reviews-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: var(--space-7) var(--space-5);
  color: var(--color-ink-soft);
  background: var(--color-surface);
  border: 1px dashed var(--color-line);
  border-radius: var(--radius-lg);
  font-size: var(--fs-base);
}
.testimonial-avatar--photo {
  background: transparent !important;
  object-fit: cover;
  border: 1.5px solid var(--color-line);
}
#reviews-summary strong {
  color: var(--color-gold);
  font-family: var(--font-serif);
  font-size: 1.25em;
  font-weight: 600;
}


/* ---------- Featurable carousel wrapper ---------- */
.reviews-wrapper {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: var(--space-6) var(--space-5);
  box-shadow: 0 24px 60px rgba(13, 60, 84, 0.10), 0 6px 18px rgba(13, 60, 84, 0.06);
  border: 1px solid var(--color-line);
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .reviews-wrapper { padding: var(--space-5) var(--space-3); }
}


/* ---------- Hide Featurable widget's internal title (we use our own h2) ---------- */
.reviews-wrapper [class*="title"],
.reviews-wrapper [class*="Title"],
.reviews-wrapper h1,
.reviews-wrapper h2,
.reviews-wrapper h3 {
  display: none !important;
}
/* But keep the Google rating summary badge visible */
.reviews-wrapper [class*="summary"],
.reviews-wrapper [class*="Summary"],
.reviews-wrapper [class*="rating"],
.reviews-wrapper [class*="Rating"] { display: block !important; }

/* Lead-intake form additions (first/last name row, error state) */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3, 12px);
}
@media (max-width: 480px) {
  .form-row { grid-template-columns: 1fr; gap: 0; }
}
.form-msg--error {
  background: #fdecea !important;
  color: #8a1f12 !important;
  border-left: 3px solid #c0392b;
}