/* ==========================================================================
   Stowers Law Office LLC — Site Stylesheet
   Palette: Navy (#10233f) / Gold (#b7902f) / Cream (#f7f4ee)
   ========================================================================== */

:root {
  --navy-950: #0b0b0b;
  --navy-900: #161616;
  --navy-800: #222222;
  --navy-700: #333333;
  --gold-600: #93701f;
  --gold-500: #ab8a34;
  --gold-400: #c9a94f;
  --cream-50: #f7f4ee;
  --cream-100: #efe9dc;
  --ink-900: #1b1b1b;
  --ink-700: #3c3c3c;
  --ink-500: #6b6b6b;
  --white: #ffffff;
  --border: #e2ddce;
  --radius: 4px;
  --shadow-sm: 0 1px 3px rgba(10, 22, 38, 0.08);
  --shadow-md: 0 8px 24px rgba(10, 22, 38, 0.12);
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Source Sans 3', 'Segoe UI', Arial, sans-serif;
  color: var(--ink-900);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .font-serif {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  color: var(--navy-900);
  line-height: 1.2;
  margin: 0 0 0.6em;
  font-weight: 700;
}

h1 { font-size: clamp(2.1rem, 4vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.35rem; }

p { margin: 0 0 1.1em; color: var(--ink-700); font-family: 'Times New Roman', Times, Georgia, serif; font-size: 1.1rem; }

a { color: var(--navy-800); text-decoration: none; }
a:hover { color: var(--gold-600); }

img { max-width: 100%; display: block; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 72px 0; }
.section-sm { padding: 44px 0; }
.section-tight { padding: 56px 0; }

.bg-cream { background: var(--cream-50); }
.bg-navy { background: var(--navy-900); color: var(--cream-50); }
.bg-navy h2, .bg-navy h3 { color: var(--white); }
.bg-navy p { color: #cfd8e3; }

.eyebrow {
  display: inline-block;
  font-family: 'Source Sans 3', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold-600);
  margin-bottom: 12px;
}
.bg-navy .eyebrow { color: var(--gold-400); }

.lede {
  font-size: 1.15rem;
  color: var(--ink-700);
  max-width: 62ch;
}
.bg-navy .lede { color: #dbe2ec; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.btn-gold {
  background: var(--gold-500);
  color: var(--navy-950);
  border-color: var(--gold-500);
}
.btn-gold:hover { background: var(--gold-400); border-color: var(--gold-400); color: var(--navy-950); }

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.55);
}
.btn-outline:hover { border-color: var(--white); color: var(--white); background: rgba(255,255,255,0.08); }

.btn-navy-outline {
  background: transparent;
  color: var(--navy-900);
  border-color: var(--navy-900);
}
.btn-navy-outline:hover { background: var(--navy-900); color: var(--white); }

.btn-block { width: 100%; justify-content: center; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Header ---------- */
.topbar {
  background: var(--navy-950);
  color: #b9c3d1;
  font-size: 0.85rem;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  gap: 6px;
}
.topbar a { color: #dbe2ec; }
.topbar a:hover { color: var(--gold-400); }
.topbar-links { display: flex; gap: 20px; flex-wrap: wrap; }

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row;
  line-height: 1.1;
}
.logo img.logo-mark {
  height: 58px;
  width: auto;
  display: block;
}
.site-footer .logo img.logo-mark {
  height: 64px;
  background: var(--white);
  padding: 6px;
  border-radius: 4px;
}
.logo .name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--navy-900);
  letter-spacing: 0.01em;
}
.logo .suffix {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-top: 3px;
}

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav .btn-row { display: none; }
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: var(--navy-900);
  font-weight: 600;
  font-size: 0.96rem;
}
.main-nav .dropdown { position: relative; }
.main-nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -16px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  min-width: 220px;
  padding: 8px;
  border-radius: var(--radius);
}
.main-nav .dropdown:hover .dropdown-menu,
.main-nav .dropdown:focus-within .dropdown-menu { display: block; }
.main-nav .dropdown-menu li { padding: 0; }
.main-nav .dropdown-menu a {
  display: block;
  padding: 10px 12px;
  font-weight: 500;
  border-radius: var(--radius);
}
.main-nav .dropdown-menu a:hover { background: var(--cream-50); color: var(--navy-900); }

.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone {
  font-weight: 700;
  color: var(--navy-900);
  font-size: 1.02rem;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--navy-900);
  margin: 5px 0;
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 55%, var(--navy-700) 100%);
  color: var(--white);
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 140px 0 90px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero-glow {
  position: absolute;
  right: -5%;
  top: -15%;
  width: 62vw;
  height: 62vw;
  max-width: 880px;
  max-height: 880px;
  background: radial-gradient(circle, rgba(203,166,72,0.20) 0%, rgba(203,166,72,0) 68%);
  border-radius: 50%;
  z-index: 0;
  will-change: transform;
}
.hero-video-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--navy-950);
}
.hero-video-layer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  filter: saturate(0.85) brightness(0.92);
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(100deg, rgba(9,9,8,0.95) 0%, rgba(9,9,8,0.88) 30%, rgba(9,9,8,0.58) 58%, rgba(9,9,8,0.32) 82%, rgba(9,9,8,0.22) 100%),
    linear-gradient(0deg, rgba(9,9,8,0.55) 0%, rgba(9,9,8,0) 30%);
}
@media (prefers-reduced-motion: reduce) {
  .hero-video-layer video { display: none; }
}
.hero-watermark {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -6%;
  width: min(56vw, 860px);
  height: auto;
  transform: translateY(-52%);
  opacity: 0.9;
  mix-blend-mode: screen;
  pointer-events: none;
  user-select: none;
  will-change: transform;
}
.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.07);
  z-index: 0;
  will-change: transform;
}
.hero-ring-3 { left: -120px; bottom: -160px; width: 260px; height: 260px; }

@media (max-width: 1400px) {
  .hero-watermark { width: min(42vw, 460px); right: -10%; opacity: 0.35; }
  .hero .container { max-width: 480px; }
}
@media (max-width: 760px) {
  .hero .container { max-width: none; }
}
@media (max-width: 560px) {
  .hero-watermark {
    width: 60vw;
    right: -12%;
    top: auto;
    bottom: -6%;
    transform: none;
    opacity: 0.22;
  }
}

.hero .container { position: relative; z-index: 1; max-width: 800px; }
.hero h1 { color: var(--white); text-wrap: balance; }
.hero .tagline-sub {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--gold-400);
  font-size: 1.3rem;
  margin-bottom: 22px;
}
.hero p.lede { margin-bottom: 34px; font-size: 1.2rem; color: #dbe2ec; }

.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(219,226,236,0.65);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero-scroll-cue svg {
  width: 16px;
  height: 16px;
  animation: hero-cue-bounce 2.2s ease-in-out infinite;
}
@keyframes hero-cue-bounce {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50% { transform: translateY(7px); opacity: 1; }
}
@media (max-width: 760px) {
  .hero { min-height: auto; padding: 120px 0 70px; }
  .hero-scroll-cue { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-scroll-cue svg { animation: none; }
}

.page-hero {
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
  color: var(--white);
  padding: 64px 0 60px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: var(--gold-400); margin-bottom: 10px; }
.page-hero-serving {
  display: block;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold-400);
  margin-top: 10px;
}
.breadcrumb { font-size: 0.85rem; color: #b9c3d1; margin-bottom: 14px; }
.breadcrumb a { color: #dbe2ec; }

/* ---------- Cards / Grids ---------- */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
}

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  height: 100%;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.grid-2 .card { height: auto; align-self: start; }
.card .icon-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(155deg, var(--cream-50), var(--cream-100));
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background 0.15s ease;
}
.card:hover .icon-badge { background: linear-gradient(155deg, var(--gold-500), var(--gold-600)); }
.card:hover .icon-badge .icon { color: var(--white); }
.card .icon {
  width: 28px;
  height: 28px;
  color: var(--gold-500);
  transition: color 0.15s ease;
}
.card h3 { margin-bottom: 10px; }
.card .card-serving {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--gold-600);
  margin-bottom: 10px;
}
.card .card-link {
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--navy-800);
}

.value-list { list-style: none; margin: 0; padding: 0; }
.value-list li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-family: 'Times New Roman', Times, Georgia, serif;
}
.value-list li:last-child { border-bottom: none; }
.value-list .num {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--gold-500);
  font-size: 1.3rem;
  min-width: 34px;
}

/* ---------- Reviews ---------- */
.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 8px;
  flex-wrap: wrap;
}
.reviews-summary .reviews-score {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--navy-900);
  line-height: 1;
}
.reviews-stars { display: inline-flex; gap: 3px; }
.reviews-stars .star {
  width: 20px;
  height: 20px;
  color: var(--gold-500);
}
.reviews-summary .reviews-source {
  font-size: 0.95rem;
  color: var(--ink-500);
  font-family: 'Source Sans 3', sans-serif;
}
.reviews-strip {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding: 8px 4px 20px;
  margin-top: 34px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-500) var(--cream-100);
}
.reviews-strip::-webkit-scrollbar { height: 8px; }
.reviews-strip::-webkit-scrollbar-track { background: var(--cream-100); border-radius: 8px; }
.reviews-strip::-webkit-scrollbar-thumb { background: var(--gold-500); border-radius: 8px; }
.review-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.review-card .stars { display: flex; gap: 2px; }
.review-card .stars .star { width: 15px; height: 15px; color: var(--gold-500); }
.review-quote {
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--ink-700);
  margin: 0;
}
.review-quote p { margin: 0 0 0.9em; font-size: inherit; color: inherit; font-family: inherit; }
.review-quote p:last-child { margin-bottom: 0; }
.review-author {
  margin-top: auto;
  padding-top: 4px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  color: var(--navy-900);
  font-size: 0.95rem;
}
.review-source {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.8rem;
  color: var(--ink-500);
}

.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li {
  position: relative;
  padding: 8px 26px 8px 30px;
  color: var(--ink-700);
  border-bottom: 1px solid var(--border);
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: 1.15rem;
}
.check-list li:last-child { border-bottom: none; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 10px;
  height: 10px;
  background: var(--gold-500);
  transform: rotate(45deg);
}
.check-list li a {
  display: block;
  margin: -8px -26px -8px -30px;
  padding: 8px 26px 8px 30px;
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: color 0.15s;
}
.check-list li a::after {
  content: "\2192";
  position: absolute;
  right: 4px;
  top: 8px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.15s, transform 0.15s;
  color: var(--gold-600);
}
.check-list li a:hover,
.check-list li a:focus-visible {
  color: var(--gold-600);
}
.check-list li a:hover::after,
.check-list li a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

/* ---------- Attorney / About ---------- */
.attorney-photo-frame {
  aspect-ratio: 4 / 5;
  background: linear-gradient(160deg, var(--cream-100), var(--cream-50));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-700);
  text-align: center;
  padding: 30px;
  overflow: hidden;
}
.attorney-photo-frame .placeholder-label {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-500);
}
.attorney-photo-frame.has-photo {
  padding: 0;
  background: var(--navy-950);
}
.attorney-photo-frame.has-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.credential-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 26px;
}
.badge {
  border: 1px solid var(--gold-500);
  color: var(--gold-600);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 100px;
}

/* ---------- CTA Band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: var(--white);
  padding: 56px 0;
  text-align: center;
}
.cta-band h2 { color: var(--white); }
.cta-band .btn-row { justify-content: center; }

/* ---------- Service Area Directory ---------- */
.county-block { margin-bottom: 44px; }
.county-block:last-child { margin-bottom: 0; }
.county-block h3 { margin-bottom: 16px; font-size: 1.25rem; }
.county-scope {
  display: inline-block;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-600);
  background: var(--cream-50);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px 12px;
  margin-left: 12px;
  vertical-align: middle;
}
.city-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3 180px;
  column-gap: 28px;
}
.city-list li {
  font-family: 'Times New Roman', Times, Georgia, serif;
  padding: 6px 0;
  break-inside: avoid;
  border-bottom: 1px dashed var(--border);
}

/* ---------- FAQ ---------- */
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}
.faq-item h3 { font-size: 1.1rem; margin-bottom: 8px; }
.faq-item p { margin-bottom: 0; }

/* ---------- Blog ---------- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-card .blog-card-top {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  height: 8px;
}
.blog-card-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.blog-cat {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 10px;
}
.blog-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.blog-card p { font-size: 0.94rem; flex: 1; }
.blog-meta { font-size: 0.8rem; color: var(--ink-500); margin-top: 12px; }

.article-body h2 { margin-top: 1.6em; }
.article-body h3 { margin-top: 1.3em; }
.article-body ul, .article-body ol { color: var(--ink-700); padding-left: 22px; }
.article-body li { margin-bottom: 0.5em; }
.disclaimer-box {
  background: var(--cream-50);
  border-left: 4px solid var(--gold-500);
  padding: 18px 22px;
  font-size: 0.9rem;
  color: var(--ink-700);
  margin: 30px 0;
  font-family: 'Times New Roman', Times, Georgia, serif;
  border-radius: 0 var(--radius) var(--radius) 0;
}

/* ---------- Contact ---------- */
.contact-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow-sm);
}
.contact-detail {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.contact-detail:last-child { border-bottom: none; }
.contact-detail .icon { color: var(--gold-500); flex-shrink: 0; width: 22px; height: 22px; margin-top: 3px; }
.contact-detail h4 { margin: 0 0 4px; font-family: 'Source Sans 3', sans-serif; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--navy-900); }
.contact-detail p { margin: 0; }

.map-frame {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 640 / 660;
  background: linear-gradient(160deg, var(--cream-50), var(--cream-100));
}
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.map-frame svg { width: 100%; height: 100%; display: block; }

/* ---------- County service-area map ---------- */
.county-shape { fill: url(#countyGoldFill); filter: url(#countyRaised); stroke: var(--gold-600); stroke-width: 1.1; stroke-linejoin: round; }
.county-shape-context { fill: var(--cream-100); stroke: var(--border); stroke-width: 1.4; stroke-linejoin: round; }
.county-label-name {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-size: 20px;
  fill: var(--navy-950);
  text-anchor: middle;
}
.county-label-name.small { font-size: 14px; }
.county-label-state {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.08em;
  fill: var(--navy-800);
  text-anchor: middle;
}
.county-label-state.small { font-size: 11px; }
.county-label-context {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.02em;
  fill: var(--ink-500);
  text-anchor: middle;
}
.county-river { fill: none; stroke: #7c93a8; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; opacity: 0.6; }
.county-state-line { stroke: var(--navy-700); stroke-width: 2.2; stroke-dasharray: 7 7; opacity: 0.35; fill: none; }
.county-office-pin { fill: var(--navy-950); stroke: var(--white); stroke-width: 3; }
.county-office-label {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
  font-size: 15px;
  fill: var(--navy-900);
}
.county-scale-note {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 12px;
  fill: var(--ink-500);
  font-style: italic;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-950);
  color: #aeb9c8;
  padding: 60px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 40px;
}
.site-footer h4 {
  color: var(--white);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.site-footer .logo .name { color: var(--white); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: #aeb9c8; }
.site-footer a:hover { color: var(--gold-400); }
.footer-tagline { margin-top: 14px; max-width: 32ch; color: #aeb9c8; }
.footer-tagline .tagline-accent {
  display: block;
  color: var(--gold-400);
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  font-size: 0.82rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: #8493a6;
}
.footer-disclaimer {
  font-size: 0.78rem;
  color: #7c8ba0;
  max-width: 640px;
  margin-top: 14px;
  line-height: 1.6;
}

.footer-credit {
  font-size: 0.75rem;
  color: #6b7789;
  margin-top: 10px;
}

.footer-credit a {
  color: #93a1b5;
  text-decoration: underline;
}

.footer-credit a:hover {
  color: var(--gold-400);
}

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.stack { display: flex; flex-direction: column; gap: 16px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .city-list { columns: 2 140px; }
}

@media (max-width: 560px) {
  .city-list { columns: 1; }
  .county-scope { display: block; margin-left: 0; margin-top: 8px; width: fit-content; }
}

@media (max-width: 1050px) {
  .main-nav { position: fixed; inset: 0 0 0 30%; background: var(--white); flex-direction: column; align-items: flex-start; padding: 90px 26px 26px; transform: translateX(100%); transition: transform 0.25s ease; overflow-y: auto; }
  .main-nav.open { transform: translateX(0); box-shadow: -12px 0 30px rgba(0,0,0,0.15); }
  .main-nav ul { flex-direction: column; width: 100%; gap: 4px; }
  .main-nav .dropdown-menu { display: block; position: static; box-shadow: none; border: none; padding-left: 12px; }
  .main-nav .dropdown:hover .dropdown-menu { display: block; }
  .main-nav .btn-row { display: flex; }
  .header-cta .header-phone { display: none; }
  .header-cta .btn-navy-outline { display: none; }
  .nav-toggle { display: block; }
  .topbar .container { justify-content: center; text-align: center; }
}
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .review-card { flex-basis: 82vw; }
}
