:root {
  --ink: #18372f;
  --ink-deep: #0d2922;
  --ink-soft: #416159;
  --cream: #f7f4ed;
  --cream-deep: #ede8dc;
  --white: #fff;
  --gold: #d7994a;
  --gold-deep: #b87932;
  --line: rgba(24, 55, 47, .14);
  --shadow: 0 18px 50px rgba(13, 41, 34, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--ink-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.07;
}
h1 { font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.065em; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -.055em; }
h3 { font-size: 1.65rem; letter-spacing: -.035em; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { margin: auto; max-width: 1220px; padding-inline: 24px; }
.narrow { max-width: 760px; }
.section { padding: 104px 0; }
.section-tight { padding: 76px 0; }
.section-dark { background: var(--ink-deep); color: rgba(255, 255, 255, .82); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-white { background: var(--white); }
.eyebrow {
  align-items: center;
  color: var(--gold-deep);
  display: flex;
  font-size: .72rem;
  font-weight: 800;
  gap: 9px;
  letter-spacing: .18em;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.eyebrow::before { background: var(--gold); content: ""; height: 2px; width: 28px; }
.eyebrow-light { color: #f0bd7c; }
.lede { color: var(--ink-soft); font-size: 1.1rem; max-width: 660px; }
.section-dark .lede { color: rgba(255, 255, 255, .7); }
.section-head { display: flex; gap: 24px; justify-content: space-between; margin-bottom: 42px; }
.section-head h2 { margin-bottom: 0; max-width: 650px; }
.section-head p { align-self: end; margin-bottom: 3px; max-width: 430px; }
.btn {
  align-items: center;
  background: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: #142d27;
  cursor: pointer;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: .11em;
  min-height: 54px;
  padding: 0 23px;
  text-transform: uppercase;
  transition: .25s ease;
}
.btn:hover { background: #e9ad62; border-color: #e9ad62; transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,.5); color: var(--white); }
.btn-outline:hover { background: var(--white); border-color: var(--white); color: var(--ink-deep); }
.btn-dark { background: var(--ink-deep); border-color: var(--ink-deep); color: var(--white); }
.btn-dark:hover { background: #204b40; border-color: #204b40; }
.btn-sm { min-height: 44px; padding: 0 17px; }
.arrow { font-size: 1.1rem; line-height: 0; }

.topbar { background: var(--ink-deep); color: rgba(255,255,255,.72); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.topbar-row { align-items: center; display: flex; gap: 20px; justify-content: space-between; min-height: 36px; }
.topbar strong { color: #f5c88f; }
.site-header { background: rgba(247,244,237,.97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.nav-row { align-items: center; display: flex; justify-content: space-between; min-height: 82px; }
.brand { align-items: center; display: flex; }
.brand-mark { align-items: center; background: transparent; border: 0; border-radius: 0; box-shadow: none; display: flex; height: 58px; justify-content: center; padding: 0; width: 184px; }
.brand-mark img { height: auto; max-height: 58px; object-fit: contain; width: 100%; }
.nav-links { align-items: center; display: flex; gap: 16px; }
.nav-links > a { color: var(--ink-soft); font-size: .64rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: .2s; }
.nav-links > a:hover, .nav-links > a.active { color: var(--gold-deep); }
.menu-toggle { background: none; border: 0; color: var(--ink); cursor: pointer; display: none; font-size: 1.55rem; }

.hero { background: var(--ink-deep); min-height: 690px; overflow: hidden; position: relative; }
.hero::after { background: linear-gradient(90deg, rgba(9,32,27,.97) 0%, rgba(9,32,27,.84) 40%, rgba(9,32,27,.27) 74%, rgba(9,32,27,.08) 100%); content: ""; inset: 0; position: absolute; }
.hero-img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hero-inner { align-items: center; display: flex; min-height: 690px; position: relative; z-index: 2; }
.hero-copy { color: rgba(255,255,255,.82); max-width: 700px; padding: 70px 0; }
.hero h1 { color: var(--white); font-size: clamp(3rem, 6vw, 5.8rem); margin-bottom: 20px; max-width: 690px; }
.hero p { font-size: 1.1rem; max-width: 580px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 42px; }
.proof-item { align-items: center; display: flex; font-size: .74rem; font-weight: 800; gap: 9px; letter-spacing: .1em; text-transform: uppercase; }
.check { align-items: center; background: rgba(215,153,74,.17); border-radius: 50%; color: #f2bd79; display: flex; height: 24px; justify-content: center; width: 24px; }
.page-hero { min-height: 530px; }
.page-hero .hero-inner { min-height: 530px; }

.grid-3 { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.grid-2 { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .25s ease; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.service-icon { align-items: center; background: #f3ece0; border-radius: 50%; color: var(--gold-deep); display: flex; font-size: 1.4rem; height: 52px; justify-content: center; margin-bottom: 40px; width: 52px; }
.service-photo { aspect-ratio: 1.65; height: auto; object-fit: cover; width: 100%; }
.service-card-body { padding: 28px 30px 30px; }
.service-card h3 { margin-bottom: 9px; }
.service-card p { color: var(--ink-soft); font-size: .95rem; margin-bottom: 20px; }
.text-link { color: var(--gold-deep); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.home-roofing-card-photo { object-position: 50% 54%; }
.roofing-installation-card-photo { object-position: 56% 42%; }
.moss-removal-card-photo { object-position: 54% 36%; }
.subnav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.subnav a { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: var(--white); font-size: .68rem; font-weight: 800; letter-spacing: .1em; padding: 10px 14px; text-transform: uppercase; }
.subnav a:hover { background: rgba(255,255,255,.12); }

.rich-section { background: var(--cream); padding: 96px 0; }
.rich-section + .cta { margin-top: 0; }
.rich-intro { display: grid; gap: 30px; grid-template-columns: .9fr 1.1fr; margin-bottom: 42px; }
.rich-intro h2 { margin-bottom: 0; }
.rich-intro p { color: var(--ink-soft); font-size: 1.05rem; margin-bottom: 0; }
.rich-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.rich-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.rich-card h3 { font-size: 1.4rem; margin-bottom: 10px; }
.rich-card p { color: var(--ink-soft); font-size: .95rem; margin-bottom: 0; }
.rich-process { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); margin-top: 18px; padding: 30px; }
.rich-process h3, .rich-faq h3 { margin-bottom: 22px; }
.process-list { counter-reset: richstep; display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.process-list li { color: var(--ink-soft); counter-increment: richstep; list-style: none; padding-top: 10px; }
.process-list li::before { color: var(--gold-deep); content: "0" counter(richstep); display: block; font-family: Georgia, serif; font-size: 1.55rem; margin-bottom: 8px; }
.rich-faq { display: grid; gap: 18px; grid-template-columns: .7fr 1.3fr; margin-top: 18px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 20px; }
.faq-item strong { color: var(--ink-deep); display: block; margin-bottom: 6px; }
.faq-item p { color: var(--ink-soft); margin-bottom: 0; }

.expert-guide { background: var(--white); padding: 96px 0; }
.expert-guide-inner { display: grid; gap: 34px; grid-template-columns: .9fr 1.1fr; }
.expert-visuals { display: grid; gap: 16px; }
.expert-visual-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.expert-visual-card img { aspect-ratio: 1.35; object-fit: cover; width: 100%; }
.expert-visual-card div { padding: 18px; }
.expert-visual-card h3 { font-size: 1.28rem; margin-bottom: 7px; }
.expert-visual-card p { color: var(--ink-soft); font-size: .92rem; margin-bottom: 0; }
.expert-guide-contact .expert-visual-card {
  background: linear-gradient(180deg, #fbf8f0 0%, var(--cream) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  padding: 32px;
}
.estimate-prep-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink-soft);
  padding: 28px;
}
.estimate-prep-kicker {
  color: var(--gold-deep);
  display: block;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.estimate-prep-card h3 { color: var(--ink-deep); font-size: 1.62rem; margin-bottom: 22px; }
.estimate-prep-list { display: grid; gap: 12px; margin: 0; padding: 0; }
.estimate-prep-list li {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  list-style: none;
  padding-top: 12px;
}
.estimate-prep-list li::before {
  align-items: center;
  background: rgba(215,153,74,.17);
  border-radius: 50%;
  color: var(--gold-deep);
  content: "✓";
  display: flex;
  flex: 0 0 auto;
  font-size: .78rem;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.expert-guide-contact .expert-visual-card > div:not(.estimate-prep-card) {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
}
.expert-guide-contact .expert-visual-card > div:not(.estimate-prep-card) h3 { font-size: 1.42rem; }
.expert-copy { min-width: 0; }
.expert-pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 26px; }
.expert-pill { background: #f2eadf; border-radius: 999px; color: var(--ink); font-size: .68rem; font-weight: 800; letter-spacing: .1em; padding: 9px 12px; text-transform: uppercase; }
.decision-box { background: var(--ink-deep); border-radius: var(--radius); color: rgba(255,255,255,.78); margin-bottom: 18px; padding: 28px; }
.decision-box h3 { color: var(--white); font-size: 1.55rem; }
.decision-list { display: grid; gap: 11px; margin: 20px 0 0; padding: 0; }
.decision-list li { border-top: 1px solid rgba(255,255,255,.12); list-style: none; padding-top: 11px; }
.compare-card { border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
.compare-card strong { color: var(--gold-deep); display: block; font-size: .72rem; letter-spacing: .12em; margin-bottom: 8px; text-transform: uppercase; }
.compare-card p { color: var(--ink-soft); margin-bottom: 0; }

.local-service { background: var(--cream-deep); padding: 96px 0; }
.local-service-grid { display: grid; gap: 34px; grid-template-columns: .9fr 1.1fr; }
.city-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0 0; }
.city-cloud a, .city-cloud span { background: var(--white); border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .09em; padding: 10px 13px; text-transform: uppercase; }
.local-intent-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.local-intent-card + .local-intent-card { margin-top: 16px; }
.local-intent-card h3 { font-size: 1.45rem; margin-bottom: 8px; }
.local-intent-card p { color: var(--ink-soft); margin-bottom: 0; }
.answer-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.answer-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.answer-card strong { color: var(--gold-deep); display: block; font-size: .72rem; letter-spacing: .12em; margin-bottom: 9px; text-transform: uppercase; }
.answer-card h3 { font-size: 1.45rem; margin-bottom: 10px; }
.answer-card p { color: var(--ink-soft); margin-bottom: 0; }
.city-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.city-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.city-card h3 { font-size: 1.45rem; margin-bottom: 10px; }
.city-card p { color: var(--ink-soft); margin-bottom: 18px; }
.service-matrix { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.matrix-row { display: grid; grid-template-columns: .75fr 1.25fr; }
.matrix-row + .matrix-row { border-top: 1px solid var(--line); }
.matrix-row strong, .matrix-row span { padding: 18px 20px; }
.matrix-row strong { background: var(--cream); color: var(--ink-deep); }
.matrix-row span { color: var(--ink-soft); }
.trust-proof { background: var(--ink-deep); color: rgba(255,255,255,.78); padding: 96px 0; }
.trust-proof h2, .trust-proof h3 { color: var(--white); }
.trust-proof .lede { color: rgba(255,255,255,.72); }
.proof-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.proof-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); padding: 28px; }
.proof-card h3 { font-size: 1.42rem; margin-bottom: 10px; }
.proof-card p { color: rgba(255,255,255,.72); margin-bottom: 0; }
.authority-strip { background: linear-gradient(180deg, var(--cream) 0%, #fbfaf7 100%); border-bottom: 1px solid var(--line); padding: 28px 0; }
.authority-row { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.authority-item {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(24,55,47,.11);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(13,41,34,.07);
  min-height: 190px;
  overflow: hidden;
  padding: 24px 24px 22px;
  position: relative;
}
.authority-item::before {
  background: linear-gradient(180deg, var(--gold), #f0c37e);
  content: "";
  height: 4px;
  inset: 0 0 auto;
  position: absolute;
}
.authority-number {
  align-items: center;
  background: #f4ead9;
  border-radius: 999px;
  color: var(--gold-deep);
  display: inline-flex;
  font-size: .66rem;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  letter-spacing: .1em;
  margin-bottom: 18px;
  width: 44px;
}
.authority-item strong { color: var(--ink-deep); display: block; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; letter-spacing: -.04em; margin-bottom: 5px; }
.authority-item span:not(.authority-number) { color: var(--ink-soft); display: block; font-size: .68rem; font-weight: 900; letter-spacing: .12em; margin-bottom: 12px; text-transform: uppercase; }
.authority-item p { color: var(--ink-soft); font-size: .9rem; line-height: 1.55; margin-bottom: 0; }
.comparison-table { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 36px rgba(13,41,34,.07); overflow: hidden; }
.comparison-row { display: grid; grid-template-columns: .68fr 1fr 1.08fr; }
.comparison-row + .comparison-row { border-top: 1px solid var(--line); }
.comparison-row strong, .comparison-row span { padding: 22px; }
.comparison-row strong { background: #f3eee5; color: var(--ink-deep); font-size: .96rem; }
.comparison-row span { background: #fbfaf7; color: var(--ink-soft); }
.comparison-row span:last-child { background: #f6ead8; border-left: 3px solid var(--gold); color: var(--ink); font-weight: 600; }
.comparison-row em { color: var(--gold-deep); display: block; font-size: .64rem; font-style: normal; font-weight: 900; letter-spacing: .13em; margin-bottom: 8px; text-transform: uppercase; }
.comparison-head strong, .comparison-head span { background: var(--ink-deep); color: var(--white); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.comparison-head span:last-child { background: var(--gold); border-left: 0; color: var(--ink-deep); }
.inspection-grid { counter-reset: inspect; display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.inspection-item { background: var(--white); border: 1px solid var(--line); border-radius: 14px; color: var(--ink-soft); counter-increment: inspect; padding: 20px; }
.inspection-item::before { color: var(--gold-deep); content: counter(inspect, decimal-leading-zero); display: block; font-family: Georgia, serif; font-size: 1.35rem; margin-bottom: 6px; }
.case-study-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.case-study-card img { aspect-ratio: 1.55; object-fit: cover; width: 100%; }
.case-study-body { padding: 28px; }
.case-study-body h3 { font-size: 1.55rem; margin-bottom: 9px; }
.case-study-body p { color: var(--ink-soft); }
.case-meta { color: var(--gold-deep); display: flex; flex-wrap: wrap; font-size: .68rem; font-weight: 800; gap: 8px 16px; letter-spacing: .11em; margin-bottom: 12px; text-transform: uppercase; }
.climate-callout { background: var(--ink); border-radius: var(--radius); color: rgba(255,255,255,.76); padding: 34px; }
.climate-callout h3 { color: var(--white); }
.climate-callout p { margin-bottom: 0; }

.split { align-items: center; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; }
.image-frame { overflow: hidden; position: relative; }
.image-frame img { height: 100%; object-fit: cover; width: 100%; }
.rounded { border-radius: var(--radius); }
.about-img { height: 550px; }
.image-note { background: var(--gold); bottom: 22px; color: var(--ink-deep); left: 22px; padding: 16px 20px; position: absolute; }
.image-note strong { display: block; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1; }
.image-note span { font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-list { display: grid; gap: 13px; margin: 26px 0 31px; }
.feature { align-items: center; display: flex; gap: 11px; }
.feature .check { background: rgba(215,153,74,.2); color: var(--gold-deep); }

.gallery-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.gallery-card { background: var(--white); border-radius: var(--radius); overflow: hidden; }
.gallery-card img { aspect-ratio: 1.65; object-fit: cover; width: 100%; }
.gallery-copy { display: flex; gap: 20px; justify-content: space-between; padding: 22px; }
.gallery-copy h3 { font-size: 1.42rem; margin: 0; }
.gallery-copy span { color: var(--gold-deep); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.project-gallery { background: var(--white); padding: 96px 0; }
.project-gallery-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.project-photo { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); margin: 0; overflow: hidden; }
.project-photo img { aspect-ratio: 4 / 5; height: 100%; object-fit: cover; width: 100%; }
.project-photo-wide { grid-column: span 2; }
.project-photo-wide img { aspect-ratio: 1.45; }
.project-photo figcaption { color: var(--ink-soft); font-size: .83rem; margin: 0; padding: 14px 16px 16px; }
.gutter-guard-page .service-photo { aspect-ratio: 4 / 3; }
.gutter-guard-page .project-photo-wide { grid-column: auto; }
.gutter-guard-page .project-photo-wide img { aspect-ratio: 4 / 5; }
.gutter-repair-page .hero-img { object-position: center top; }
.gutter-repair-page .service-photo { aspect-ratio: 4 / 3; }
.moss-removal-page .hero-img { object-position: center center; }
.moss-removal-page .service-photo { aspect-ratio: 4 / 3; }
.pressure-washing-page .about-img img,
.pressure-washing-page .soft-wash-photo { object-position: 42% 28%; }
.pressure-washing-page .grid-2 .service-photo { aspect-ratio: 4 / 3; }
.pressure-washing-page .grid-2 .service-card { display: flex; flex-direction: column; }
.pressure-washing-page .grid-2 .service-card-body { flex: 1; min-height: 240px; }
.roofing-installation-page .project-gallery-grid,
.gutter-installation-page .project-gallery-grid,
.gutter-cleaning-page .project-gallery-grid,
.gutter-repair-page .project-gallery-grid,
.soffit-installation-page .project-gallery-grid,
.soffit-repair-page .project-gallery-grid,
.siding-installation-page .project-gallery-grid,
.pressure-washing-page .project-gallery-grid,
.exterior-painting-page .project-gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.roofing-installation-page .project-photo,
.gutter-installation-page .project-photo,
.gutter-cleaning-page .project-photo,
.gutter-repair-page .project-photo,
.gutter-guard-page .project-photo,
.soffit-installation-page .project-photo,
.soffit-repair-page .project-photo,
.siding-installation-page .project-photo,
.pressure-washing-page .project-photo,
.exterior-painting-page .project-photo { display: flex; flex-direction: column; }
.roofing-installation-page .project-photo img,
.gutter-installation-page .project-photo img,
.gutter-cleaning-page .project-photo img,
.gutter-repair-page .project-photo img,
.gutter-guard-page .project-photo img,
.soffit-installation-page .project-photo img,
.soffit-repair-page .project-photo img,
.siding-installation-page .project-photo img,
.pressure-washing-page .project-photo img,
.exterior-painting-page .project-photo img { aspect-ratio: 4 / 5; flex: 0 0 auto; height: auto; object-fit: cover; width: 100%; }
.roofing-installation-page .project-photo figcaption,
.gutter-installation-page .project-photo figcaption,
.gutter-cleaning-page .project-photo figcaption,
.gutter-repair-page .project-photo figcaption,
.gutter-guard-page .project-photo figcaption,
.soffit-installation-page .project-photo figcaption,
.soffit-repair-page .project-photo figcaption,
.siding-installation-page .project-photo figcaption,
.pressure-washing-page .project-photo figcaption,
.exterior-painting-page .project-photo figcaption { flex: 1; min-height: 96px; }
.roofing-installation-page .roof-gallery-crop-progress { object-position: 52% 38%; }
.roofing-installation-page .roof-gallery-crop-underlayment { object-position: 52% 42%; }
.roofing-installation-page .roof-gallery-crop-ridge-cap { object-position: 48% 58%; }
.exterior-painting-page .painting-crop-top { object-position: 50% 24%; }
.exterior-painting-page .painting-crop-detail { object-position: 50% 42%; }
.repair-photo-guide { background: linear-gradient(180deg, var(--white), var(--cream)); }
.repair-showcase { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
.repair-showcase-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 38px rgba(13,41,34,.07); overflow: hidden; }
.repair-showcase-wide { grid-column: span 2; }
.repair-showcase-card > img { aspect-ratio: 1.35; height: 100%; object-fit: cover; width: 100%; }
.repair-photo-pair { background: var(--line); display: grid; gap: 1px; grid-template-columns: 1fr 1fr; }
.repair-photo-pair figure { margin: 0; position: relative; }
.repair-photo-pair img { aspect-ratio: 1.35; height: 100%; object-fit: cover; width: 100%; }
.repair-photo-pair figcaption { background: rgba(13,41,34,.86); border-radius: 999px; color: var(--white); font-size: .68rem; font-weight: 800; left: 16px; letter-spacing: .11em; line-height: 1; padding: 9px 11px; position: absolute; text-transform: uppercase; top: 16px; }
.repair-showcase-copy { padding: 26px 28px 30px; }
.repair-showcase-copy span { color: var(--gold-deep); display: block; font-size: .69rem; font-weight: 800; letter-spacing: .14em; margin-bottom: 9px; text-transform: uppercase; }
.repair-showcase-copy h3 { font-size: 1.55rem; margin-bottom: 11px; }
.repair-showcase-copy p { color: var(--ink-soft); font-size: .96rem; margin-bottom: 0; }

.review-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.review { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 28px; }
.stars { color: #f0bd7c; letter-spacing: .18em; margin-bottom: 18px; }
.review p { color: rgba(255,255,255,.84); font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.45; }
.review strong { color: var(--white); display: block; font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }
.review span { color: rgba(255,255,255,.5); font-size: .79rem; }

.area-grid { align-items: center; display: grid; gap: 30px; grid-template-columns: 1fr 1.35fr; }
.map-card { background: var(--ink); border-radius: var(--radius); color: rgba(255,255,255,.75); overflow: hidden; padding: 36px; position: relative; }
.map-card::before, .map-card::after { border: 1px solid rgba(255,255,255,.09); border-radius: 50%; content: ""; height: 370px; position: absolute; right: -80px; top: -110px; width: 370px; }
.map-card::after { height: 230px; right: -10px; top: -40px; width: 230px; }
.area-list { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); position: relative; z-index: 1; }
.area-list span { align-items: center; display: flex; font-size: .84rem; gap: 8px; }
.area-list span::before { color: var(--gold); content: "✦"; }

.steps { counter-reset: process; display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.step { border-top: 1px solid var(--line); counter-increment: process; padding-top: 20px; }
.step::before { color: var(--gold-deep); content: "0" counter(process); display: block; font-family: Georgia, serif; font-size: 2rem; margin-bottom: 28px; }
.step p { color: var(--ink-soft); }

.cta { background: var(--gold); color: var(--ink-deep); }
.cta-row { align-items: center; display: flex; gap: 30px; justify-content: space-between; }
.cta h2 { font-size: clamp(2rem, 3.5vw, 3.3rem); margin-bottom: 0; max-width: 720px; }

.contact-grid { display: grid; gap: 60px; grid-template-columns: .85fr 1.15fr; }
.contact-details { display: grid; gap: 18px; margin-top: 29px; }
.contact-detail { border-top: 1px solid var(--line); padding-top: 17px; }
.contact-detail span { color: var(--gold-deep); display: block; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-detail a, .contact-detail p { color: var(--ink-deep); font-size: 1.1rem; margin: 4px 0 0; }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(13,41,34,.07); padding: 32px; }
.form-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.field-full { grid-column: 1 / -1; }
label { color: var(--ink-deep); display: block; font-size: .69rem; font-weight: 800; letter-spacing: .11em; margin-bottom: 6px; text-transform: uppercase; }
input, select, textarea { background: var(--cream); border: 1px solid var(--line); border-radius: 8px; color: var(--ink); font: inherit; min-height: 50px; padding: 10px 12px; width: 100%; }
textarea { min-height: 126px; resize: vertical; }
.form-note { color: var(--ink-soft); font-size: .77rem; margin: 14px 0 0; }
.form-success { background: #e5f2e7; border-radius: 8px; color: #20562d; display: none; margin-top: 16px; padding: 12px; }
.form-success.show { display: block; }

.site-footer { background: #09231d; color: rgba(255,255,255,.65); }
.footer-grid { display: grid; gap: 42px; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; padding: 70px 24px 52px; }
.site-footer .brand-mark {
  height: auto;
  width: 310px;
}
.site-footer .brand-mark img { height: auto; max-height: none; width: 100%; }
.footer-about { font-size: .88rem; margin-top: 19px; max-width: 300px; }
.site-footer h3 { color: var(--white); font-family: Inter, Arial, sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .15em; margin-bottom: 17px; text-transform: uppercase; }
.footer-links { display: grid; gap: 7px; }
.footer-links a { font-size: .88rem; transition: .2s; }
.footer-links a:hover { color: #efbc7b; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); display: flex; font-size: .75rem; gap: 18px; justify-content: space-between; padding: 18px 24px; }

@media (max-width: 960px) {
  .topbar { display: none; }
  .menu-toggle { display: block; }
  .nav-links { background: var(--cream); border-top: 1px solid var(--line); display: none; inset: 82px 0 auto; padding: 24px; position: fixed; }
  .nav-links.open { display: grid; }
  .nav-links .btn { justify-self: start; }
  .grid-3, .grid-2, .rich-grid, .project-gallery-grid, .review-grid, .steps, .city-grid, .proof-grid, .authority-row, .inspection-grid { grid-template-columns: 1fr 1fr; }
  .roofing-installation-page .project-gallery-grid,
  .gutter-installation-page .project-gallery-grid,
  .gutter-cleaning-page .project-gallery-grid,
  .gutter-repair-page .project-gallery-grid,
  .soffit-installation-page .project-gallery-grid,
  .soffit-repair-page .project-gallery-grid,
  .siding-installation-page .project-gallery-grid,
  .pressure-washing-page .project-gallery-grid,
  .exterior-painting-page .project-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .repair-showcase { grid-template-columns: 1fr; }
  .repair-showcase-wide { grid-column: auto; }
  .split, .area-grid, .contact-grid, .rich-intro, .rich-faq, .expert-guide-inner, .local-service-grid { gap: 40px; grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-img { height: 440px; }
}

@media (min-width: 961px) {
  .gutter-guard-page .project-gallery-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 640px) {
  .container { padding-inline: 18px; }
  .section { padding: 76px 0; }
  .section-tight { padding: 58px 0; }
  h1 { font-size: 3.35rem; }
  h2 { font-size: 2.65rem; }
  .hero, .hero-inner { min-height: 690px; }
  .page-hero, .page-hero .hero-inner { min-height: 520px; }
  .hero::after { background: linear-gradient(90deg, rgba(9,32,27,.96), rgba(9,32,27,.7)); }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; gap: 10px; }
  .grid-3, .grid-2, .rich-grid, .project-gallery-grid, .review-grid, .steps, .gallery-grid, .form-grid, .process-list, .answer-grid, .city-grid, .matrix-row, .proof-grid, .authority-row, .comparison-row, .inspection-grid { grid-template-columns: 1fr; }
  .comparison-row span:last-child { border-left: 0; border-top: 3px solid var(--gold); }
  .authority-item { border-left: 0 !important; border-right: 0; border-bottom: 1px solid var(--line); }
  .project-photo-wide { grid-column: auto; }
  .project-photo-wide img { aspect-ratio: 4 / 5; }
  .roofing-installation-page .project-gallery-grid,
  .gutter-installation-page .project-gallery-grid,
  .gutter-cleaning-page .project-gallery-grid,
  .gutter-repair-page .project-gallery-grid,
  .soffit-installation-page .project-gallery-grid,
  .soffit-repair-page .project-gallery-grid,
  .siding-installation-page .project-gallery-grid,
  .pressure-washing-page .project-gallery-grid,
  .exterior-painting-page .project-gallery-grid { grid-template-columns: 1fr; }
  .repair-photo-pair { grid-template-columns: 1fr; }
  .repair-showcase-copy { padding: 24px; }
  .section-head, .cta-row { align-items: flex-start; display: grid; }
  .cta-row .btn { width: 100%; }
  .brand-mark { height: 50px; width: 158px; }
  .brand-mark img { max-height: 50px; }
  .site-footer .brand-mark { height: auto; width: 264px; }
  .footer-grid { grid-template-columns: 1fr; padding-inline: 18px; }
  .footer-bottom { display: grid; padding-inline: 18px; }
}
