:root {
  --bg: #FBF8F4;
  --bg-alt: #F3EEE8;
  --primary: #1B3A2F;
  --primary-light: #2A5241;
  --accent: #C4714F;
  --accent-light: #D4896A;
  --text: #1A1A1A;
  --text-mid: #4A4A4A;
  --text-light: #7A7A7A;
  --white: #FFFFFF;
  --border: #E0D9D0;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
}
.nav__inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 16px; }
.nav__logo { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: var(--primary); letter-spacing: -0.02em; }
.nav__tagline { font-size: 13px; color: var(--text-light); font-weight: 400; }

/* SECTION LABELS */
.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

/* HERO */
.hero { padding: 80px 40px 100px; }
.hero__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center; }
.hero__eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.hero__headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 600;
  color: var(--primary);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.hero__headline em { font-style: italic; color: var(--accent); }
.hero__sub { font-size: 17px; color: var(--text-mid); max-width: 540px; margin-bottom: 28px; line-height: 1.7; }
.hero__trust { display: flex; align-items: center; gap: 10px; }
.hero__trust-badge { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; background: var(--primary); color: var(--white); padding: 5px 12px; border-radius: 3px; }

/* HERO ILLUSTRATION */
.hero__visual { display: flex; align-items: center; justify-content: center; }
.hero__illustration { position: relative; width: 300px; height: 300px; }
.hero__illustration-ring {
  position: absolute; border-radius: 50%; border: 1.5px solid var(--border);
}
.hero__illustration-ring--1 { width: 100%; height: 100%; top: 0; left: 0; border-color: var(--primary); opacity: 0.12; }
.hero__illustration-ring--2 { width: 75%; height: 75%; top: 12.5%; left: 12.5%; border-color: var(--accent); opacity: 0.25; }
.hero__illustration-ring--3 { width: 50%; height: 50%; top: 25%; left: 25%; border-color: var(--primary); opacity: 0.35; }
.hero__illustration-center {
  position: absolute; width: 80px; height: 80px; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.hero__illustration-icon { font-size: 28px; color: var(--white); }

/* DIFFERENCE SECTION */
.difference { background: var(--bg-alt); padding: 100px 40px; }
.difference__inner { max-width: 1100px; margin: 0 auto; }
.difference__headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 600;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 56px;
  max-width: 580px;
}
.difference__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.difference__card { padding: 32px; background: var(--white); border: 1px solid var(--border); border-radius: 4px; }
.difference__card-icon { font-size: 20px; color: var(--accent); margin-bottom: 16px; }
.difference__card h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: var(--primary); margin-bottom: 10px; }
.difference__card p { font-size: 15px; color: var(--text-mid); line-height: 1.65; }

/* PROCESS SECTION */
.process { padding: 100px 40px; }
.process__inner { max-width: 1100px; margin: 0 auto; }
.process__headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 600;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 64px;
  max-width: 540px;
}
.process__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--border); }
.process__step { padding: 32px 32px 32px 0; border-right: 1px solid var(--border); }
.process__step:last-child { border-right: none; }
.process__step-number { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; color: var(--accent); opacity: 0.4; margin-bottom: 16px; }
.process__step h3 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--primary); margin-bottom: 10px; }
.process__step p { font-size: 14px; color: var(--text-mid); line-height: 1.65; }

/* TESTIMONIALS */
.testimonials { background: var(--primary); padding: 100px 40px; }
.testimonials .section-label { color: var(--accent-light); }
.testimonials__inner { max-width: 1100px; margin: 0 auto; }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 0; }
.testimonial { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 4px; padding: 36px 32px; }
.testimonial p { font-size: 15px; color: rgba(255,255,255,0.88); line-height: 1.75; font-style: italic; margin-bottom: 20px; }
.testimonial cite { font-size: 13px; color: rgba(255,255,255,0.6); font-style: normal; font-weight: 500; }

/* CLOSING */
.closing { padding: 100px 40px; text-align: center; }
.closing__inner { max-width: 720px; margin: 0 auto; }
.closing__headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 28px;
}
.closing__body { font-size: 18px; color: var(--text-mid); line-height: 1.7; margin-bottom: 20px; }
.closing__cities { font-size: 13px; color: var(--text-light); letter-spacing: 0.04em; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--border); }

/* FOOTER */
.footer { background: var(--bg-alt); border-top: 1px solid var(--border); padding: 64px 40px 32px; }
.footer__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 80px; margin-bottom: 40px; }
.footer__logo { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--primary); display: block; margin-bottom: 12px; }
.footer__descriptor { font-size: 13px; color: var(--text-light); max-width: 360px; line-height: 1.65; }
.footer__links { display: flex; gap: 64px; }
.footer__col-head { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text); margin-bottom: 16px; }
.footer__col p { font-size: 14px; color: var(--text-mid); line-height: 2; }
.footer__bottom { max-width: 1100px; margin: 0 auto; border-top: 1px solid var(--border); padding-top: 24px; }
.footer__bottom p { font-size: 12px; color: var(--text-light); line-height: 1.65; }

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.18s ease;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.btn--primary { background: var(--primary); color: var(--white); }
.btn--primary:hover { background: var(--primary-light); }
.btn--outline { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn--outline:hover { background: var(--primary); color: var(--white); }
.btn--white { background: var(--white); color: var(--primary); }
.btn--white:hover { background: var(--bg-alt); }
.btn--outline-white { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.7); }
.btn--outline-white:hover { background: rgba(255,255,255,0.1); }
.btn--sm { padding: 9px 18px; font-size: 13px; }

/* CITY HERO */
.city-hero {
  background: var(--primary);
  padding: 64px 40px 72px;
}
.city-hero__inner { max-width: 1100px; margin: 0 auto; }
.city-hero__breadcrumb { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 24px; }
.city-hero__breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.city-hero__breadcrumb a:hover { color: rgba(255,255,255,0.9); }
.city-hero__breadcrumb span { margin: 0 6px; }
.city-hero__eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 16px; }
.city-hero__h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4.5vw, 50px);
  font-weight: 600;
  color: var(--white);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  max-width: 720px;
}
.city-hero__sub { font-size: 17px; color: rgba(255,255,255,0.78); max-width: 640px; margin-bottom: 32px; line-height: 1.7; }
.city-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.city-hero__trust { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-pill {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 5px 12px;
  border-radius: 20px;
}

/* CITY SECTION */
.city-section { padding: 80px 40px; }
.city-section--light { background: var(--bg); }
.city-section--alt { background: var(--bg-alt); }
.city-section__inner { max-width: 1100px; margin: 0 auto; }
.city-section__h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 600;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 16px;
}
.city-section__sub { font-size: 16px; color: var(--text-mid); max-width: 680px; margin-bottom: 40px; line-height: 1.7; }

/* CITY INTRO */
.city-intro { max-width: 780px; }
.city-intro__para { font-size: 16px; color: var(--text-mid); line-height: 1.8; margin-bottom: 20px; }

/* COMMUNITY GRID */
.community-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 28px; }
.community-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 24px;
  transition: box-shadow 0.18s ease;
}
.community-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.community-card__name { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 600; color: var(--primary); margin-bottom: 6px; }
.community-card__type { font-size: 13px; color: var(--accent); font-weight: 600; margin-bottom: 8px; }
.community-card__location { font-size: 13px; color: var(--text-light); }
.community-disclaimer {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.65;
  padding: 16px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: 0 4px 4px 0;
}

/* COST TABLE */
.cost-table { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; margin-bottom: 20px; }
.cost-row { display: grid; grid-template-columns: 1fr 220px; gap: 0; border-bottom: 1px solid var(--border); }
.cost-row:last-child { border-bottom: none; }
.cost-row--header { background: var(--primary); }
.cost-row--header .cost-row__label,
.cost-row--header .cost-row__range { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.85); padding: 12px 20px; }
.cost-row__label { padding: 20px 20px 20px 24px; }
.cost-row__label strong { display: block; font-size: 15px; color: var(--text); margin-bottom: 4px; }
.cost-row__desc { font-size: 13px; color: var(--text-light); }
.cost-row__range { padding: 20px; display: flex; align-items: center; border-left: 1px solid var(--border); background: var(--bg-alt); }
.cost-row__range--value { font-size: 15px; font-weight: 600; color: var(--primary); font-family: 'Playfair Display', serif; }
.cost-note { font-size: 13px; color: var(--text-light); line-height: 1.65; padding: 12px 16px; background: rgba(196,113,79,0.06); border-left: 3px solid var(--accent); }

/* HELP LIST */
.help-list { list-style: none; padding: 0; margin: 24px 0; }
.help-list__item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.help-list__item:last-child { border-bottom: none; }
.help-list__icon { font-size: 16px; color: var(--accent); font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.help-list__text { font-size: 15px; color: var(--text-mid); line-height: 1.7; }
.help-cta { margin-top: 32px; }

/* FAQ */
.faq-list { margin-top: 32px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item__q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  text-align: left;
  transition: color 0.15s;
}
.faq-item__q:hover { color: var(--accent); }
.faq-item__chevron { font-size: 20px; font-weight: 400; color: var(--accent); flex-shrink: 0; }
.faq-item__a { padding: 0 0 20px; }
.faq-item__a p { font-size: 15px; color: var(--text-mid); line-height: 1.75; }

/* CITY CTA */
.city-cta { background: var(--primary); padding: 80px 40px; text-align: center; }
.city-cta__inner { max-width: 720px; margin: 0 auto; }
.city-cta__label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 16px; }
.city-cta__headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 20px;
}
.city-cta__body { font-size: 16px; color: rgba(255,255,255,0.75); line-height: 1.75; margin-bottom: 32px; }
.city-cta__buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.city-cta__fine { font-size: 12px; color: rgba(255,255,255,0.45); }

/* CITY INTERNAL LINKS */
.city-links-section { padding: 48px 40px; }
.city-links-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px; border-top: 1px solid var(--border); padding-top: 40px; }
.city-links__head { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text); margin-bottom: 16px; }
.city-links__list { list-style: none; padding: 0; }
.city-links__list li { margin-bottom: 10px; }
.city-links__list a { font-size: 14px; color: var(--text-mid); text-decoration: none; transition: color 0.15s; }
.city-links__list a:hover { color: var(--accent); }

/* CITIES GRID (Homepage) */
.cities-grid-section { background: var(--bg-alt); padding: 100px 40px; }
.cities-grid-section__inner { max-width: 1100px; margin: 0 auto; }
.cities-grid-section__headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 16px;
}
.cities-grid-section__sub { font-size: 16px; color: var(--text-mid); max-width: 600px; margin-bottom: 40px; line-height: 1.7; }
.cities-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.city-tile {
  display: block;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 24px 20px;
  text-decoration: none;
  transition: all 0.18s ease;
}
.city-tile:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 16px rgba(27,58,47,0.1);
  transform: translateY(-2px);
}
.city-tile__name { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 600; color: var(--primary); margin-bottom: 8px; }
.city-tile__desc { font-size: 12px; color: var(--text-light); line-height: 1.6; }

/* ========== BLOG ========== */

/* Blog Index */
.blog-header { padding: 64px 40px 56px; border-bottom: 1px solid var(--border); }
.blog-header__inner { max-width: 760px; margin: 0 auto; }
.blog-header__label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.blog-header__h1 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 44px); font-weight: 600; color: var(--primary); line-height: 1.15; margin-bottom: 16px; }
.blog-header__sub { font-size: 17px; color: var(--text-mid); line-height: 1.7; max-width: 600px; }

.blog-main { padding: 56px 40px 80px; }
.blog-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 28px; }

.post-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: all 0.2s; }
.post-card:hover { box-shadow: 0 6px 24px rgba(27,58,47,0.1); border-color: var(--primary-light); transform: translateY(-2px); }
.post-card__link { display: block; padding: 28px 28px 24px; text-decoration: none; }
.post-card__meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.post-card__meta time { font-size: 12px; color: var(--text-light); font-weight: 500; }
.post-card__read-time { font-size: 12px; color: var(--text-light); background: var(--bg-alt); padding: 3px 10px; border-radius: 100px; }
.post-card__title { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 600; color: var(--primary); line-height: 1.3; margin-bottom: 12px; }
.post-card__excerpt { font-size: 14px; color: var(--text-mid); line-height: 1.7; margin-bottom: 20px; }
.post-card__cta { font-size: 13px; font-weight: 600; color: var(--accent); }

.blog-cta { background: var(--primary); padding: 72px 40px; text-align: center; }
.blog-cta__inner { max-width: 660px; margin: 0 auto; }
.blog-cta__headline { font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 36px); font-weight: 600; color: var(--white); margin-bottom: 16px; }
.blog-cta__body { font-size: 16px; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 28px; }
.blog-cta__buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Article Page */
.article-header { padding: 56px 40px 48px; border-bottom: 1px solid var(--border); }
.article-header__inner { max-width: 760px; margin: 0 auto; }
.article-header__breadcrumb { font-size: 13px; color: var(--text-light); margin-bottom: 20px; }
.article-header__breadcrumb a { color: var(--accent); text-decoration: none; }
.article-header__breadcrumb a:hover { text-decoration: underline; }
.article-header__label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.article-header__h1 { font-family: 'Playfair Display', serif; font-size: clamp(26px, 4vw, 44px); font-weight: 600; color: var(--primary); line-height: 1.15; margin-bottom: 20px; }
.article-header__byline { font-size: 13px; color: var(--text-light); display: flex; gap: 8px; align-items: center; }

.article-body { padding: 56px 40px 80px; }
.article-content { max-width: 760px; margin: 0 auto; }
.article-content h1 { display: none; } /* Hidden h1 — title is in article-header */
.article-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(20px, 3vw, 28px); font-weight: 600; color: var(--primary); margin: 48px 0 20px; line-height: 1.25; }
.article-content h3 { font-size: 17px; font-weight: 600; color: var(--primary); margin: 32px 0 14px; }
.article-content p { font-size: 17px; color: var(--text-mid); line-height: 1.8; margin-bottom: 20px; }
.article-content ul, .article-content ol { margin: 0 0 20px 24px; }
.article-content li { font-size: 16px; color: var(--text-mid); line-height: 1.75; margin-bottom: 10px; }
.article-content strong { color: var(--text); font-weight: 600; }
.article-content em { font-style: italic; }
.article-content table { width: 100%; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; margin: 24px 0; font-size: 15px; }
.article-content hr { border: none; border-top: 1px solid var(--border); margin: 40px 0; }
.article-content a { color: var(--accent); text-decoration: none; font-weight: 500; }
.article-content a:hover { text-decoration: underline; }
.article-content blockquote { border-left: 3px solid var(--accent); padding-left: 20px; margin: 24px 0; font-style: italic; color: var(--text-mid); }

.article-cta { background: var(--bg-alt); border-top: 1px solid var(--border); padding: 72px 40px; text-align: center; }
.article-cta__inner { max-width: 660px; margin: 0 auto; }
.article-cta__label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.article-cta__headline { font-family: 'Playfair Display', serif; font-size: clamp(22px, 3vw, 34px); font-weight: 600; color: var(--primary); margin-bottom: 16px; }
.article-cta__body { font-size: 16px; color: var(--text-mid); line-height: 1.7; margin-bottom: 28px; }
.article-cta__buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ========== CITY ROOT PAGES ========== */

.city-root-hero { padding: 72px 40px 80px; border-bottom: 1px solid var(--border); }
.city-root-hero__inner { max-width: 860px; margin: 0 auto; }
.city-root-hero__eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.city-root-hero__h1 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 48px); font-weight: 600; color: var(--primary); line-height: 1.15; margin-bottom: 20px; }
.city-root-hero__sub { font-size: 17px; color: var(--text-mid); line-height: 1.75; max-width: 640px; margin-bottom: 32px; }
.city-root-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.trust-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-pill { font-size: 13px; color: var(--text-mid); background: var(--bg-alt); border: 1px solid var(--border); border-radius: 100px; padding: 5px 14px; }

.city-root-section { padding: 64px 40px; }
.city-root-section--light { background: var(--bg); }
.city-root-section--alt { background: var(--bg-alt); }
.city-root-section__inner { max-width: 860px; margin: 0 auto; }
.city-root-section__h2 { font-family: 'Playfair Display', serif; font-size: clamp(22px, 3vw, 34px); font-weight: 600; color: var(--primary); margin-bottom: 16px; line-height: 1.2; }
.city-root-section__body { font-size: 16px; color: var(--text-mid); line-height: 1.75; margin-bottom: 28px; max-width: 640px; }

.city-root-cost-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.city-root-cost-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 24px 20px; text-align: center; }
.city-root-cost-card__label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-light); margin-bottom: 10px; }
.city-root-cost-card__range { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: var(--primary); margin-bottom: 4px; }
.city-root-cost-card__note { font-size: 12px; color: var(--text-light); }

.city-root-cta { background: var(--primary); padding: 80px 40px; text-align: center; }
.city-root-cta__inner { max-width: 680px; margin: 0 auto; }
.city-root-cta__label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 16px; }
.city-root-cta__headline { font-family: 'Playfair Display', serif; font-size: clamp(26px, 4vw, 40px); font-weight: 600; color: var(--white); line-height: 1.2; margin-bottom: 20px; }
.city-root-cta__body { font-size: 16px; color: rgba(255,255,255,0.75); line-height: 1.75; margin-bottom: 32px; }
.city-root-cta__buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .hero__visual { display: none; }
  .difference__grid { grid-template-columns: 1fr; }
  .process__steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .process__step { border-right: none; border-bottom: 1px solid var(--border); padding: 0 0 32px; }
  .process__step:last-child { border-bottom: none; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 40px; }
  .footer__links { gap: 32px; }
  .community-grid { grid-template-columns: repeat(2, 1fr); }
  .cities-grid { grid-template-columns: repeat(3, 1fr); }
  .cost-row { grid-template-columns: 1fr; }
  .cost-row__range { border-left: none; border-top: 1px solid var(--border); }
  .city-links-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .hero { padding: 60px 24px 80px; }
  .difference, .process, .closing { padding: 72px 24px; }
  .testimonials { padding: 72px 24px; }
  .footer { padding: 48px 24px 24px; }
  .nav { padding: 16px 24px; }
  .process__steps { grid-template-columns: 1fr; }
  .community-grid { grid-template-columns: 1fr; }
  .cities-grid { grid-template-columns: repeat(2, 1fr); }
  .city-section { padding: 60px 24px; }
  .city-hero { padding: 48px 24px 60px; }
  .city-cta { padding: 60px 24px; }
  .cities-grid-section { padding: 72px 24px; }
  .city-hero__ctas { flex-direction: column; align-items: flex-start; }
  .city-cta__buttons { flex-direction: column; align-items: center; }
  /* Blog */
  .blog-header, .blog-main { padding: 48px 24px; }
  .blog-grid { grid-template-columns: 1fr; }
  .article-header, .article-body, .article-cta, .blog-cta { padding: 48px 24px; }
  .article-content { padding: 0; }
  .city-root-hero, .city-root-section, .city-root-cta { padding: 48px 24px; }
  .city-root-cost-grid { grid-template-columns: 1fr; }
  .city-root-hero__ctas { flex-direction: column; }
  .blog-cta__buttons, .article-cta__buttons, .city-root-cta__buttons { flex-direction: column; align-items: center; }
  /* Schedule page */
  .sched-page { flex-direction: column; }
  .sched-sidebar { max-width: 100%; border-right: none; border-bottom: 1px solid var(--border); }
  .sched-sidebar__inner { padding: 40px 24px 32px; }
  .sched-main { padding: 32px 24px 60px; }
  .sched-row { grid-template-columns: 1fr; }
  .sched-time-grid { grid-template-columns: 1fr 1fr; }
}

/* ── Nav schedule button ──────────────────────────────────────────────────── */
.nav-schedule-btn {
  padding: 8px 16px;
  background: transparent;
  color: var(--primary);
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  border: 1.5px solid var(--primary);
  border-radius: 3px;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.nav-schedule-btn:hover { background: var(--primary); color: var(--white); }

/* ── Schedule page ─────────────────────────────────────────────────────────── */
.sched-nav-alt {
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
  padding: 8px 16px;
  border: 1.5px solid var(--primary);
  border-radius: 3px;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.sched-nav-alt:hover { background: var(--primary); color: var(--white); }

.sched-page {
  display: flex;
  min-height: calc(100vh - 63px);
}

.sched-sidebar {
  width: 380px;
  flex-shrink: 0;
  border-right: 1px solid var(--border);
  background: var(--bg-alt);
}
.sched-sidebar__inner {
  padding: 56px 48px 56px 40px;
  position: sticky;
  top: 0;
  max-height: 100vh;
  overflow-y: auto;
}
.sched-sidebar__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.sched-sidebar__h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  color: var(--primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.sched-sidebar__sub {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 32px;
}

.sched-trust-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}
.sched-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.sched-trust-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}
.sched-trust-item strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 3px;
}
.sched-trust-item p {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}
.sched-trust-item a { color: var(--primary); }

.sched-sidebar__phone { border-top: 1px solid var(--border); padding-top: 24px; }
.sched-sidebar__phone-label { font-size: 12px; color: var(--text-light); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.sched-sidebar__phone-num { font-size: 20px; font-weight: 600; color: var(--primary); text-decoration: none; display: block; margin-bottom: 4px; }
.sched-sidebar__phone-num:hover { color: var(--accent); }
.sched-sidebar__phone-hours { font-size: 12px; color: var(--text-light); }

.sched-main {
  flex: 1;
  padding: 56px 60px 80px;
  max-width: 700px;
}
.sched-form-header { margin-bottom: 32px; }
.sched-form-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.sched-form-sub { font-size: 15px; color: var(--text-light); }

.sched-form-error {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  border-radius: 3px;
  padding: 12px 16px;
  font-size: 13px;
  color: #DC2626;
  margin-bottom: 20px;
}

.sched-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.sched-field { display: flex; flex-direction: column; margin-bottom: 16px; }
.sched-field--full { width: 100%; }
.sched-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 6px;
}
.sched-req { color: var(--accent); margin-left: 2px; }
.sched-label-hint { color: var(--text-light); font-weight: 400; font-size: 12px; }

.sched-input, .sched-select, .sched-textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--text);
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 3px;
  outline: none;
  transition: border-color 0.15s;
}
.sched-input:focus, .sched-select:focus, .sched-textarea:focus { border-color: var(--primary); }
.sched-input::placeholder, .sched-textarea::placeholder { color: var(--text-light); }
.sched-textarea { resize: vertical; }

.sched-select-wrap { position: relative; }
.sched-select { appearance: none; -webkit-appearance: none; padding-right: 36px; cursor: pointer; }
.sched-select-wrap::after {
  content: '▾';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-light);
  pointer-events: none;
  font-size: 12px;
}

.sched-time-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.sched-time-btn {
  padding: 14px 16px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--text-mid);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  text-align: left;
}
.sched-time-btn:hover { border-color: var(--primary); color: var(--primary); }
.sched-time-btn.selected {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}

.sched-submit-row { margin-top: 24px; margin-bottom: 16px; }
.sched-submit-btn {
  width: 100%;
  padding: 16px 32px;
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'DM Sans', system-ui, sans-serif;
  cursor: pointer;
  transition: background 0.15s;
}
.sched-submit-btn:hover { background: var(--primary-light); }
.sched-submit-btn:disabled { opacity: 0.55; cursor: not-allowed; }

.sched-disclaimer {
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.65;
}

/* Thank-you screen */
.sched-thanks {
  padding: 60px 0 80px;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
.sched-thanks__icon {
  width: 64px; height: 64px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  font-size: 28px;
  color: var(--white);
}
.sched-thanks__h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 12px;
}
.sched-thanks__p { font-size: 16px; color: var(--text-mid); margin-bottom: 28px; line-height: 1.7; }
.sched-thanks__steps {
  text-align: left;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 24px 28px;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sched-thanks__step { display: flex; align-items: flex-start; gap: 14px; }
.sched-thanks__step-num {
  width: 28px;
  height: 28px;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sched-thanks__step-text { font-size: 15px; color: var(--text-mid); line-height: 1.6; padding-top: 3px; }
.sched-thanks__phone-block { margin-bottom: 20px; }
.sched-thanks__phone-label { font-size: 13px; color: var(--text-light); margin-bottom: 6px; }
.sched-thanks__phone {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.sched-thanks__phone:hover { color: var(--accent); }
.sched-thanks__phone-hours { font-size: 13px; color: var(--text-light); margin-bottom: 20px; }
.sched-thanks__links { font-size: 14px; }
.sched-thanks__links a { color: var(--primary); }

/* Schedule CTA block (inline on blog, city pages) */
.sched-inline-cta {
  background: var(--primary);
  color: var(--white);
  border-radius: 4px;
  padding: 36px 40px;
  text-align: center;
  margin: 48px 0;
}
.sched-inline-cta__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 10px;
}
.sched-inline-cta__h { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 600; color: var(--white); margin-bottom: 10px; line-height: 1.25; }
.sched-inline-cta__p { font-size: 15px; color: rgba(255,255,255,0.75); margin-bottom: 20px; line-height: 1.6; }
.sched-inline-cta__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.sched-inline-cta__btn-primary {
  padding: 13px 28px;
  background: var(--accent);
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.15s;
}
.sched-inline-cta__btn-primary:hover { background: var(--accent-light); }
.sched-inline-cta__btn-outline {
  padding: 13px 28px;
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.45);
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}
.sched-inline-cta__btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }