:root {
  --ink: #121615;
  --muted: #5d6662;
  --line: #dde2dd;
  --paper: #fbfaf6;
  --soft: #f2efe7;
  --brand: #17544b;
  --brand-2: #b6d8cd;
  --accent: #c49a54;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(23, 37, 34, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(251, 250, 246, 0.94);
  border-bottom: 1px solid rgba(18, 22, 21, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--brand);
  border-radius: 8px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #2f3734;
  font-size: 14px;
}

.main-nav a:hover {
  color: var(--brand);
}

.nav-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: var(--white);
  background: var(--ink);
  border-radius: 6px;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: center;
  padding: clamp(34px, 6vw, 82px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  background: #ece6d9;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 22, 21, 0.88), rgba(18, 22, 21, 0.68) 42%, rgba(18, 22, 21, 0.18));
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("/assets/renovation-hero-real.webp");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.01;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 7px;
  font-weight: 800;
  border: 1px solid transparent;
}

.btn.primary {
  color: var(--ink);
  background: var(--brand-2);
}

.btn.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.10);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.proof-row span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.proof-row strong {
  color: var(--white);
}

.section {
  padding: clamp(54px, 8vw, 100px) clamp(18px, 5vw, 72px);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: var(--white);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--brand);
  font-weight: 800;
}

.visual-hook-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: end;
  padding: clamp(26px, 4vw, 44px) clamp(18px, 5vw, 72px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.visual-hook-strip h2 {
  font-size: clamp(26px, 3.1vw, 42px);
}

.hook-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hook-card {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 14px 42px rgba(23, 37, 34, 0.12);
}

.hook-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 22, 21, 0.02), rgba(18, 22, 21, 0.72));
}

.hook-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  transition: transform 180ms ease;
}

.hook-card:hover img {
  transform: scale(1.04);
}

.hook-card span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
}

.intro,
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.copy-stack,
.split p,
.proof-copy p,
.answer-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.copy-stack {
  display: grid;
  gap: 14px;
}

.copy-stack p {
  margin: 0;
}

.section-head {
  max-width: 900px;
  margin-bottom: 32px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.answer-section {
  background: var(--white);
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.answer-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.answer-grid p + p {
  margin-top: 10px;
}

.local-depth-section {
  background: var(--soft);
}

.local-depth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.local-depth-grid article,
.checklist-grid,
.scenario-table-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.local-depth-grid article {
  padding: 24px;
}

.local-depth-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.checklist-section {
  background: var(--white);
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 26px;
}

.checklist-grid ul {
  margin: 0;
  padding-left: 20px;
}

.checklist-grid li {
  margin: 12px 0;
  color: var(--ink);
  font-weight: 700;
}

.scenario-section {
  background: var(--paper);
}

.scenario-table-wrap {
  overflow-x: auto;
}

.scenario-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 16px;
}

.scenario-table th,
.scenario-table td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.scenario-table th {
  color: var(--ink);
  background: var(--soft);
  font-weight: 900;
}

.scenario-table td {
  color: var(--muted);
}

.scenario-table tr:last-child td {
  border-bottom: 0;
}

.trust-section {
  background: var(--ink);
  color: var(--white);
}

.trust-section .section-kicker {
  color: var(--brand-2);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trust-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.trust-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 42px;
  margin-bottom: 28px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--brand-2);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
}

.trust-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.quick-facts-section {
  background: var(--soft);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.quick-facts div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.quick-facts dt {
  margin: 0 0 10px;
  color: var(--ink);
  font-weight: 900;
}

.quick-facts dd {
  margin: 0;
  color: var(--muted);
}

.decision-table-wrap {
  margin-top: 22px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.decision-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.decision-table th,
.decision-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.decision-table th {
  color: var(--ink);
  background: #f7f5ee;
  font-weight: 900;
}

.decision-table td {
  color: var(--muted);
}

.decision-table tr:last-child td {
  border-bottom: 0;
}

.decision-table td:first-child {
  color: var(--ink);
  font-weight: 900;
}

.service-tile {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  padding: 0 0 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(23, 37, 34, 0.06);
}

.service-tile img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.service-tile span {
  width: max-content;
  max-width: 100%;
  margin: 4px 22px 0;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--brand);
  background: #e7f1ed;
  font-size: 13px;
  font-weight: 800;
}

.service-tile h3,
.service-tile p,
.service-cta {
  margin-left: 22px;
  margin-right: 22px;
}

.service-cta {
  margin-top: auto;
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 6px;
  color: var(--ink);
  background: var(--brand-2);
  font-size: 14px;
}

.service-tile p,
.steps p,
.quote-panel li,
.faq p,
.final-cta p {
  color: var(--muted);
}

.visual-proof-section {
  background: var(--soft);
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.before-after-grid figure,
.single-before-after {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 44px rgba(23, 37, 34, 0.08);
}

.before-after-grid img,
.single-before-after img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.before-after-grid figcaption,
.single-before-after figcaption {
  padding: 14px 16px 16px;
  color: var(--ink);
  font-weight: 800;
}

.single-before-after {
  max-width: 1100px;
}

.process-band {
  color: var(--white);
  background: var(--ink);
}

.process-band .section-kicker {
  color: var(--brand-2);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.steps div {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.steps strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 28px;
  color: var(--ink);
  background: var(--brand-2);
  border-radius: 50%;
}

.process-checklist {
  max-width: 840px;
  margin-top: 30px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.process-checklist h3 {
  margin-bottom: 16px;
}

.process-checklist ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.process-checklist li {
  color: rgba(255, 255, 255, 0.76);
}

.district-section {
  background: var(--soft);
}

.district-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.district-list a {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 22px;
  font-weight: 800;
}

.intent-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.intent-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.intent-guide article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.intent-guide p {
  margin: 0;
  color: var(--muted);
}

.guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.guide-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--brand);
  background: #e7f1ed;
  font-size: 14px;
  font-weight: 900;
}

.intent-link-grid a {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}

.intent-link-grid a:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.related-section {
  background: var(--soft);
}

.related-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.related-link-grid a {
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
}

.related-link-grid a:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.quote-panel {
  padding: 28px;
  color: var(--white);
  background: var(--brand);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quote-panel li {
  margin: 12px 0;
  color: rgba(255, 255, 255, 0.86);
}

.faq {
  background: var(--white);
}

.proof-section {
  background: var(--soft);
}

.proof-copy {
  display: grid;
  max-width: 980px;
  gap: 16px;
}

.updated-note {
  font-weight: 800;
  color: var(--ink) !important;
}

details {
  max-width: 900px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
}

.final-cta {
  margin: clamp(24px, 5vw, 64px);
  padding: clamp(34px, 6vw, 70px);
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
}

.final-cta h2 {
  max-width: 780px;
}

.final-cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer strong {
  color: var(--ink);
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .intro,
  .split,
  .visual-hook-strip {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .before-after-grid,
  .answer-grid,
  .local-depth-grid,
  .quick-facts,
  .trust-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .district-list,
  .intent-guide,
  .intent-link-grid,
  .checklist-grid,
  .related-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    font-size: 12px;
  }

  .nav-call {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    min-height: calc(100vh - 66px);
    padding: 46px 18px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(18, 22, 21, 0.82), rgba(18, 22, 21, 0.70));
  }

  h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  h2 {
    font-size: clamp(28px, 9vw, 40px);
  }

  .btn {
    width: 100%;
  }

  .service-grid,
  .before-after-grid,
  .answer-grid,
  .local-depth-grid,
  .checklist-grid,
  .quick-facts,
  .trust-grid,
  .steps,
  .hook-card-grid,
  .district-list,
  .intent-guide,
  .intent-link-grid {
    grid-template-columns: 1fr;
  }

  .related-link-grid {
    grid-template-columns: 1fr;
  }

  .hook-card {
    min-height: 190px;
  }

  .hook-card img {
    min-height: 190px;
  }

  .decision-table-wrap {
    overflow: visible;
  }

  .decision-table {
    min-width: 0;
  }

  .decision-table thead {
    display: none;
  }

  .decision-table,
  .decision-table tbody,
  .decision-table tr,
  .decision-table td {
    display: block;
    width: 100%;
  }

  .decision-table tr {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
  }

  .decision-table tr:last-child {
    border-bottom: 0;
  }

  .decision-table td {
    padding: 8px 0;
    border-bottom: 0;
  }

  .decision-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 2px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
  }

  .service-tile {
    min-height: 0;
  }

  .final-cta {
    margin: 18px;
  }

  .site-footer {
    flex-direction: column;
  }
}
