/* Shared styles for all location pages — extracted from inline <style> for caching & dedup */
:root {
  --forest-950:#051f17; --forest-900:#0a3b2e; --forest-800:#0f5742;
  --forest-700:#137359; --forest-600:#1a8c6e;
  --sage-50:#f3f7f4; --cream:#faf7f2; --cream-dark:#f0eadf;
  --ink-900:#0d1410; --ink-700:#2a3530; --ink-500:#5a655f; --ink-200:#d4d8d5;
  --brass:#c89968; --brass-dark:#a87a48; --brass-light:#e8d4b8;
  --font-display:'Fraunces',serif; --font-body:'Inter',sans-serif;
  --ease:cubic-bezier(0.16,1,0.3,1);
}
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body {
  font-family:var(--font-body); color:var(--ink-900); background:var(--cream);
  line-height:1.6; -webkit-font-smoothing:antialiased;
}
h1,h2,h3 { font-family:var(--font-display); font-weight:500; letter-spacing:-0.02em; line-height:1.1; }
a { color:inherit; text-decoration:none; }
.container { max-width:1200px; margin:0 auto; padding:0 24px; }
@media (min-width:768px) { .container { padding:0 40px; } }

.eyebrow {
  font-size:0.75rem; font-weight:500; letter-spacing:0.18em;
  text-transform:uppercase; color:var(--forest-700);
}

.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:14px 28px; font-size:0.875rem; font-weight:500; letter-spacing:0.04em;
  text-transform:uppercase; border-radius:2px; transition:all 0.3s var(--ease);
  cursor:pointer; text-decoration:none;
}
.btn-brass { background:var(--brass); color:var(--forest-950); border:1px solid var(--brass); }
.btn-brass:hover { background:var(--brass-dark); transform:translateY(-1px); }
.btn-light { background:transparent; color:var(--cream); border:1px solid rgba(250,247,242,0.4); }
.btn-light:hover { background:rgba(250,247,242,0.1); border-color:var(--cream); }
.btn-outline { background:transparent; color:var(--forest-900); border:1px solid var(--forest-900); }
.btn-outline:hover { background:var(--forest-900); color:var(--cream); }

/* Top nav (simple) */
nav.top {
  background:rgba(5,31,23,0.95); backdrop-filter:blur(20px);
  position:sticky; top:0; z-index:100;
  border-bottom:1px solid rgba(232,212,184,0.08);
}
.nav-inner {
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 0;
}
.nav-logo {
  display:flex; align-items:center; gap:10px;
  color:var(--cream); font-family:var(--font-display); font-size:1.25rem; font-weight:500;
}
.nav-mark {
  width:32px; height:32px; border-radius:50%;
  background:var(--brass); color:var(--forest-900);
  display:flex; align-items:center; justify-content:center;
  font-style:italic; font-weight:600; font-size:0.875rem;
}
.nav-links { display:none; gap:28px; align-items:center; }
@media (min-width:768px) { .nav-links { display:flex; } }
.nav-links a {
  color:rgba(250,247,242,0.8); font-size:0.8125rem; font-weight:500;
  letter-spacing:0.04em; transition:color 0.2s;
}
.nav-links a:hover { color:var(--cream); }
.nav-links a.active { color: var(--brass-light); }
.nav-cta {
  padding:8px 18px; background:var(--brass); color:var(--forest-950) !important;
  border-radius:2px; font-size:0.75rem; font-weight:600;
  letter-spacing:0.08em; text-transform:uppercase;
}

/* Breadcrumb */
.breadcrumb {
  background:var(--forest-950); color:rgba(250,247,242,0.65);
  padding:14px 0; font-size:0.8125rem;
}
.breadcrumb a { color:var(--brass-light); transition:color 0.2s; }
.breadcrumb a:hover { color:var(--cream); }
.breadcrumb-sep { margin:0 8px; color:rgba(250,247,242,0.3); }

/* Hero */
.city-hero {
  background:linear-gradient(180deg,var(--forest-950) 0%,var(--forest-900) 100%);
  color:var(--cream); padding:80px 0 100px; position:relative; overflow:hidden;
}
.city-hero::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(ellipse 60% 50% at 20% 30%,rgba(43,165,133,0.15) 0%,transparent 60%),
             radial-gradient(ellipse 70% 50% at 90% 80%,rgba(200,153,104,0.1) 0%,transparent 60%);
  pointer-events:none;
}
.city-hero .container { position:relative; z-index:2; }
.city-eyebrow {
  color:var(--brass-light); display:inline-flex; align-items:center; gap:12px;
  margin-bottom:24px; font-size:0.75rem; font-weight:500;
  letter-spacing:0.2em; text-transform:uppercase;
}
.city-eyebrow::before {
  content:''; width:32px; height:1px; background:var(--brass);
}
.city-h1 {
  font-size:clamp(2.25rem,5vw,4rem); font-weight:400; line-height:1.05;
  margin-bottom:24px; color:var(--cream); max-width:760px;
}
.city-h1 em { font-style:italic; color:var(--brass-light); font-weight:400; }
.city-sub {
  font-size:1.0625rem; color:rgba(250,247,242,0.75);
  max-width:580px; margin-bottom:32px; line-height:1.7;
}
.city-actions { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:48px; }
.city-stats {
  display:flex; flex-wrap:wrap; gap:32px; padding-top:32px;
  border-top:1px solid rgba(250,247,242,0.12);
}
.city-stat { display:flex; flex-direction:column; }
.city-stat-val {
  font-family:var(--font-display); font-size:1.5rem;
  color:var(--cream); letter-spacing:-0.02em;
}
.city-stat-val em { font-style:italic; color:var(--brass-light); }
.city-stat-lbl {
  font-size:0.6875rem; text-transform:uppercase;
  letter-spacing:0.12em; color:rgba(250,247,242,0.55);
}

/* Section helpers */
section { padding:80px 0; }
@media (min-width:768px) { section { padding:100px 0; } }
.section-head { max-width:680px; margin-bottom:48px; }
.section-head.center { margin-left:auto; margin-right:auto; text-align:center; }
h2.section-h2 {
  font-size:clamp(1.875rem,4vw,2.75rem); font-weight:400;
  letter-spacing:-0.025em; margin:12px 0 16px;
}
h2.section-h2 em { font-style:italic; color:var(--forest-700); }
.section-lede { color:var(--ink-500); line-height:1.7; font-size:1rem; }

/* Local hook */
.local-hook {
  background:var(--sage-50);
}
.hook-card {
  background:white; padding:48px;
  border-left:3px solid var(--brass);
  max-width:880px; margin:0 auto;
}
@media (max-width:640px) { .hook-card { padding:32px 24px; } }
.hook-card p {
  font-family:var(--font-display); font-style:italic;
  font-size:1.375rem; color:var(--ink-700); line-height:1.5;
  letter-spacing:-0.01em;
}
@media (min-width:768px) { .hook-card p { font-size:1.625rem; } }
.hook-author {
  margin-top:24px; font-family:var(--font-body); font-style:normal;
  font-size:0.875rem; color:var(--brass-dark);
  letter-spacing:0.04em; text-transform:uppercase;
}

/* Services list */
.services-section { background:var(--cream); }
.services-mini {
  display:grid; grid-template-columns:1fr; gap:1px;
  background:var(--cream-dark); border:1px solid var(--cream-dark);
}
@media (min-width:640px) { .services-mini { grid-template-columns:repeat(2,1fr); } }
@media (min-width:1024px) { .services-mini { grid-template-columns:repeat(4,1fr); } }
.service-mini {
  background:var(--cream); padding:32px 28px;
  display:flex; flex-direction:column; gap:12px;
  transition:background 0.3s;
}
.service-mini:hover { background:white; }
.service-mini-num {
  font-family:var(--font-display); font-style:italic;
  font-size:0.8125rem; color:var(--brass-dark);
}
.service-mini-title {
  font-family:var(--font-display); font-size:1.125rem;
  font-weight:500; color:var(--ink-900);
}
.service-mini-desc {
  font-size:0.875rem; color:var(--ink-500); line-height:1.6; flex:1;
}
.service-mini-price {
  font-family:var(--font-display); font-style:italic;
  color:var(--forest-700); font-size:0.875rem;
  padding-top:12px; border-top:1px solid var(--cream-dark);
}

/* Neighborhoods */
.neighborhoods { background:var(--sage-50); }
.neighborhood-grid {
  display:flex; flex-wrap:wrap; gap:8px; max-width:860px;
}
.neighborhood-pill {
  display:inline-flex; align-items:center; gap:6px;
  padding:10px 18px; background:white;
  border:1px solid var(--cream-dark); border-radius:2px;
  font-size:0.875rem; color:var(--ink-700);
  transition:all 0.3s;
}
.neighborhood-pill::before {
  content:'○'; color:var(--brass); font-size:0.5rem;
}
.neighborhood-pill:hover {
  background:var(--forest-900); color:var(--cream); border-color:var(--forest-900);
}

/* Why us */
.why-us { background:var(--cream); }
.why-grid {
  display:grid; grid-template-columns:1fr; gap:24px;
}
@media (min-width:768px) { .why-grid { grid-template-columns:repeat(2,1fr); gap:32px; } }
.why-item {
  display:flex; gap:20px; align-items:flex-start;
  padding:24px 0; border-top:1px solid var(--cream-dark);
}
.why-num {
  font-family:var(--font-display); font-style:italic;
  font-size:1.5rem; color:var(--brass-dark);
  flex-shrink:0; min-width:48px;
}
.why-title {
  font-family:var(--font-display); font-size:1.125rem;
  font-weight:500; color:var(--ink-900); margin-bottom:6px;
}
.why-desc {
  font-size:0.9375rem; color:var(--ink-500); line-height:1.6;
}

/* CTA strip */
.cta-strip {
  background:var(--forest-950); color:var(--cream);
  text-align:center; padding:80px 0;
  position:relative; overflow:hidden;
}
.cta-strip::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(circle at 50% 100%,rgba(43,165,133,0.2) 0%,transparent 50%);
}
.cta-strip .container { position:relative; z-index:2; }
.cta-strip h2 {
  font-size:clamp(2rem,5vw,3.5rem); color:var(--cream);
  margin-bottom:20px; letter-spacing:-0.025em;
}
.cta-strip h2 em { font-style:italic; color:var(--brass-light); }
.cta-strip p {
  color:rgba(250,247,242,0.7); margin-bottom:32px;
  max-width:520px; margin-left:auto; margin-right:auto; line-height:1.7;
}
.cta-strip-actions {
  display:flex; flex-wrap:wrap; justify-content:center; gap:12px;
}

/* Nearby cities */
.nearby { background:var(--sage-50); }
.city-links-grid {
  display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:1px; background:var(--cream-dark);
  border:1px solid var(--cream-dark);
  max-width:880px;
}
.city-link {
  background:white; padding:24px 28px;
  display:flex; align-items:center; justify-content:space-between;
  font-family:var(--font-display); font-size:1rem;
  font-weight:500; color:var(--ink-900);
  transition:all 0.3s var(--ease);
}
.city-link:hover {
  background:var(--forest-900); color:var(--cream);
}
.city-arrow {
  color:var(--brass); font-size:1rem;
  transition:transform 0.3s;
}
.city-link:hover .city-arrow {
  color:var(--brass-light); transform:translateX(4px);
}

/* Footer */
footer {
  background:var(--ink-900); color:rgba(250,247,242,0.6);
  padding:48px 0 24px;
}
.footer-inner {
  display:flex; flex-wrap:wrap; gap:24px;
  justify-content:space-between; align-items:center;
  padding-bottom:24px;
  border-bottom:1px solid rgba(250,247,242,0.08);
  margin-bottom:24px;
}
.footer-logo {
  color:var(--cream); font-family:var(--font-display);
  font-size:1.25rem; display:flex; align-items:center; gap:10px;
}
.footer-contact { display:flex; flex-wrap:wrap; gap:24px; font-size:0.875rem; }
.footer-contact a { color:rgba(250,247,242,0.7); transition:color 0.2s; }
.footer-contact a:hover { color:var(--cream); }
.footer-bottom {
  display:flex; flex-wrap:wrap; justify-content:space-between;
  font-size:0.75rem; color:rgba(250,247,242,0.45); gap:8px;
}

/* ─── Mobile drawer for sub-pages ─── */
.nav-hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 40px; height: 40px;
  background: transparent;
  border: 1px solid rgba(250,247,242,0.3);
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
}
.nav-hamburger span {
  display: block; width: 16px; height: 1.5px;
  background: var(--cream);
  transition: transform 0.3s, opacity 0.3s;
}
.nav-hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav-hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
@media (min-width: 768px) { .nav-hamburger { display: none; } }

.sub-nav-backdrop {
  position: fixed; inset: 0;
  background: rgba(5,31,23,0.6);
  backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s var(--ease);
  z-index: 1500;
}
.sub-nav-backdrop.open { opacity: 1; pointer-events: auto; }

.sub-nav-drawer {
  position: fixed; top: 0; right: -100%;
  width: min(320px, 85vw); height: 100vh;
  background: var(--forest-900);
  padding: 24px 28px;
  display: flex; flex-direction: column; gap: 4px;
  transition: right 0.4s var(--ease);
  z-index: 2000; overflow-y: auto;
}
.sub-nav-drawer.open { right: 0; }
.sub-nav-close {
  align-self: flex-end;
  width: 36px; height: 36px;
  background: transparent; border: none;
  color: var(--cream);
  font-size: 1.2rem; cursor: pointer;
  margin-bottom: 16px;
}
.sub-nav-drawer-link {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--cream);
  padding: 14px 0;
  border-bottom: 1px solid rgba(250,247,242,0.08);
  text-decoration: none;
  transition: color 0.2s;
}
.sub-nav-drawer-link:hover { color: var(--brass-light); }
.sub-nav-drawer-cta {
  margin-top: 24px;
  padding: 14px 24px;
  background: var(--brass);
  color: var(--forest-950);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s;
}
.sub-nav-drawer-cta:hover { background: var(--brass-dark); }

/* Hide bulky Free Quote button on small mobile (hamburger takes its slot) */
@media (max-width: 480px) {
  .nav-right > .nav-cta { display: none; }
}

/* ─── Comprehensive footer for sub-pages ─── */
footer {
  background: var(--forest-950);
  color: rgba(250,247,242,0.85);
  padding: 64px 0 32px;
  margin-top: 80px;
}
.footer-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(250,247,242,0.08);
}
@media (min-width: 640px) { .footer-cols { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-cols { grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr; } }

.footer-col-brand .footer-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 600;
  color: var(--cream);
  margin-bottom: 16px;
}
.footer-col-brand .footer-logo .nav-mark {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--brass);
  display: flex; align-items: center; justify-content: center;
  color: var(--forest-900);
  font-size: 0.875rem;
  font-family: var(--font-display);
  font-style: italic;
}
.footer-tagline {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(250,247,242,0.6);
  margin-bottom: 24px;
}
.footer-socials {
  display: flex; gap: 8px;
}
.footer-socials a {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(250,247,242,0.15);
  border-radius: 50%;
  color: rgba(250,247,242,0.8);
  font-size: 0.625rem; font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.footer-socials a:hover {
  background: var(--brass);
  color: var(--forest-900);
  border-color: var(--brass);
}

.footer-col-title {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 16px;
}
.footer-col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.footer-col ul a {
  font-size: 0.875rem;
  color: rgba(250,247,242,0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col ul a:hover { color: var(--cream); }
.footer-contact-list li { font-size: 0.875rem; color: rgba(250,247,242,0.65); }
.footer-contact-list a { color: rgba(250,247,242,0.65); }

.footer-bottom {
  padding-top: 32px;
  display: flex; flex-direction: column; gap: 12px;
  font-size: 0.8125rem;
  color: rgba(250,247,242,0.4);
}
@media (min-width: 640px) {
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a {
  color: rgba(250,247,242,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-bottom-links a:hover { color: var(--cream); }

/* SVG social icons override (real icons replace text badges) */
.footer-socials a { 
  font-size: 0; /* hide any stray text */
  padding: 0;
}
.footer-socials a svg { 
  width: 14px; 
  height: 14px;
}
