*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1rem/1.6 var(--font-body); }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--teal-dark); text-underline-offset: .2em; }
a:hover { color: var(--copper); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: .2rem solid var(--focus); outline-offset: .2rem; }
h1, h2, h3 { margin: 0 0 .85rem; color: var(--navy); font-family: var(--font-heading); font-weight: 800; line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.25rem, 4.6vw, 4.25rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.65rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1rem; }
.shell { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }
.icon { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; color: white; background: var(--navy-deep); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-masthead { position: sticky; z-index: 50; top: 0; box-shadow: 0 .35rem 1.2rem rgba(10,34,51,.11); }
.contact-bar { color: white; background: var(--navy-deep); font-size: .83rem; }
.contact-inner { display: flex; min-height: 2.45rem; align-items: center; justify-content: space-between; gap: 1rem; }
.contact-inner p { margin: 0; letter-spacing: .02em; }
.contact-email { display: inline-flex; align-items: center; gap: .45rem; color: white; font-weight: 700; text-decoration: none; }
.contact-email:hover { color: white; text-decoration: underline; }
.contact-email .icon { width: 1rem; height: 1rem; flex: 0 0 auto; }
.contact-actions { display: flex; align-items: center; gap: 1.1rem; }
.contact-actions a { display: inline-flex; min-height: 2.45rem; align-items: center; gap: .45rem; color: white; font-weight: 800; text-decoration: none; }
.contact-actions .icon { width: 1rem; height: 1rem; }
.primary-nav { position: relative; border-bottom: 1px solid rgba(18,49,73,.08); background: var(--white); }
.nav-inner { display: flex; min-height: 4.8rem; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: .75rem; color: var(--navy); text-decoration: none; }
.brand-mark { display: grid; width: 3rem; height: 3rem; place-items: center; flex: 0 0 auto; border-radius: .75rem; color: white; background: var(--teal); font-size: .82rem; font-weight: 900; letter-spacing: .08em; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font: 700 clamp(1.15rem, 2vw, 1.45rem)/1 var(--font-heading); }
.brand-copy small { margin-top: .28rem; color: var(--muted); font-size: .69rem; letter-spacing: .05em; text-transform: uppercase; }
.nav-list { display: flex; align-items: center; gap: .15rem; padding: 0; margin: 0; list-style: none; }
.nav-link { display: flex; min-height: 2.8rem; align-items: center; padding: .6rem .72rem; border-radius: var(--radius-sm); color: var(--navy); font-size: .9rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.nav-link:hover, .nav-link.section-current { color: var(--teal-dark); background: var(--mist); }
.nav-link[aria-current="page"] { color: white; background: var(--teal); }
.mobile-featured { display: none; }
.nav-toggle { display: none; width: 3rem; height: 3rem; place-items: center; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--navy); background: white; }
.nav-toggle > span[aria-hidden] { position: relative; width: 1.45rem; height: .13rem; background: currentColor; }
.nav-toggle > span[aria-hidden]::before, .nav-toggle > span[aria-hidden]::after { position: absolute; left: 0; width: 100%; height: .13rem; background: currentColor; content: ""; }
.nav-toggle > span[aria-hidden]::before { top: -.46rem; }
.nav-toggle > span[aria-hidden]::after { top: .46rem; }

.hero { overflow: hidden; background: var(--navy); }
@keyframes rct-hero-fade {
  from { opacity: .38; }
  to { opacity: 1; }
}
.hero-wide { height: auto; min-height: 0; background: transparent; animation: rct-hero-fade .58s ease-out both; }
.hero-wide img { width: 100%; height: auto; min-height: 0; object-fit: contain; }
.hero-wide::after { display: none; }
.trust-section { padding-top: 1rem; background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow); }
.trust-item { display: flex; min-width: 0; align-items: center; gap: .75rem; min-height: 4.8rem; padding: .85rem 1rem; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-icon { display: grid; width: 2.3rem; height: 2.3rem; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--teal); }
.trust-icon .icon { width: 1.25rem; height: 1.25rem; }
.trust-item > span:last-child { display: grid; line-height: 1.28; }
.trust-item small { margin-top: .15rem; color: var(--muted); font-size: .78rem; }
.trust-link { --cta-glow-x: 50%; --cta-glow-y: 50%; position: relative; overflow: hidden; color: var(--navy); text-decoration: none; }
.trust-link::before { position: absolute; z-index: 0; inset: 0; background: radial-gradient(circle 13rem at var(--cta-glow-x) var(--cta-glow-y), rgba(23,118,129,.13), rgba(47,117,152,.035) 48%, transparent 78%); content: ""; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.trust-link > * { position: relative; z-index: 1; }
.trust-bbb::before { background: radial-gradient(circle 13rem at var(--cta-glow-x) var(--cta-glow-y), rgba(0,119,191,.13), rgba(3,33,96,.03) 48%, transparent 78%); }
.trust-link:hover { color: var(--teal-dark); background: var(--mist); }
.trust-bbb-seal { width: clamp(5.5rem, 8vw, 7.5rem); height: auto; flex: 0 0 auto; }
.trust-call { --cta-glow-x: 50%; --cta-glow-y: 50%; position: relative; overflow: hidden; padding-right: 2.7rem; color: white; background: linear-gradient(120deg, var(--cta-orange-deep) 0%, var(--cta-orange) 48%, #bd6339 100%); text-decoration: none; transition: background .22s ease, box-shadow .22s ease, transform .22s ease; }
.trust-call::before { position: absolute; z-index: 0; inset: 0; background: radial-gradient(circle 13rem at var(--cta-glow-x) var(--cta-glow-y), rgba(255,255,255,.14), rgba(255,255,255,.045) 48%, transparent 78%); content: ""; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.trust-call::after { position: absolute; z-index: 2; right: 1rem; color: white; content: "\203a"; font-size: 1.65rem; font-weight: 700; opacity: .58; text-shadow: 0 0 0 transparent; transform: translateX(-.28rem) scaleX(.82); transform-origin: left center; transition: opacity .24s ease, text-shadow .24s ease, transform .24s cubic-bezier(.2,.8,.2,1); }
.trust-call .trust-icon { color: var(--copper); background: white; transform-origin: center; transition: box-shadow .24s ease, transform .3s cubic-bezier(.2,.85,.25,1.2); }
.trust-call > span { position: relative; z-index: 1; }
.trust-call > span:last-child { transform-origin: left center; transition: transform .22s cubic-bezier(.2,.8,.2,1); }
.trust-call small { color: white; }
.trust-call .trust-kicker { order: -1; margin: 0 0 .12rem; font-size: .62rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.trust-call:hover, .trust-call:focus-visible { color: white; background: linear-gradient(120deg, var(--cta-orange-deep) 0%, #bd5a34 62%, var(--cta-orange-light) 100%); box-shadow: 0 .85rem 1.6rem rgba(75,30,12,.24), inset .2rem 0 0 rgba(255,255,255,.22); transform: translateY(-1px); }
.trust-call:focus-visible::before { opacity: .7; }
.trust-call:hover::after, .trust-call:focus-visible::after { opacity: 1; text-shadow: 0 .15rem .35rem rgba(75,30,12,.2); transform: translateX(.18rem) scaleX(1.06); transition-delay: .1s; }
.trust-call:hover .trust-icon, .trust-call:focus-visible .trust-icon { box-shadow: 0 .35rem .9rem rgba(62,23,8,.22); transform: translateX(.1rem) scale(1.1) rotate(-4deg); transition-delay: .02s; }
.trust-call:hover > span:last-child, .trust-call:focus-visible > span:last-child { transform: translateX(.2rem) scale(1.015); transition-delay: .06s; }
.trust-call:active { box-shadow: 0 .3rem .8rem rgba(75,30,12,.18), inset .12rem 0 0 rgba(255,255,255,.16); transform: translateY(0); }
.trust-call:active::after { transform: translateX(-.02rem) scaleX(.92); transition-delay: 0s; }
.trust-call:active .trust-icon { transform: translateX(.04rem) scale(1.04) rotate(-2deg); transition-delay: 0s; }
.trust-call:active > span:last-child { transform: translateX(.1rem) scale(1.005); transition-delay: 0s; }
.featured-wrap { margin-top: .75rem; }
.featured-ribbon { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 .45rem 1.25rem rgba(10,34,51,.06); }
.featured-ribbon a { --cta-glow-x: 50%; --cta-glow-y: 50%; position: relative; display: grid; min-height: 4.25rem; place-items: center; align-content: center; overflow: hidden; padding: .65rem .5rem; color: var(--navy); font-size: clamp(.8rem, 1vw, .9rem); font-weight: 850; line-height: 1.12; letter-spacing: .005em; text-align: center; text-decoration: none; }
.featured-ribbon a::before { position: absolute; z-index: 0; inset: 0; background: radial-gradient(circle 13rem at var(--cta-glow-x) var(--cta-glow-y), rgba(23,118,129,.13), rgba(47,117,152,.035) 48%, transparent 78%); content: ""; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.featured-ribbon a > * { position: relative; z-index: 1; }
.featured-ribbon a + a { border-left: 1px solid var(--line); }
.featured-label { display: grid; gap: .12rem; }
.featured-ribbon a:hover, .featured-ribbon a.parent-current { color: var(--teal-dark); background: var(--mist); }
.featured-ribbon a[aria-current="page"] { color: white; background: var(--teal); }
.featured-ribbon a[aria-current="page"]::before { background: radial-gradient(circle 13rem at var(--cta-glow-x) var(--cta-glow-y), rgba(255,255,255,.15), rgba(255,255,255,.035) 48%, transparent 78%); }
.trust-link:focus-visible::before, .featured-ribbon a:focus-visible::before { opacity: .72; }

@media (min-width: 70.01rem) {
  .trust-section { position: relative; z-index: 10; margin-top: -2.5rem; padding-top: 0; background: linear-gradient(to bottom, transparent 2.5rem, var(--paper) 2.5rem); }
}

@media (hover: hover) and (pointer: fine) {
  .trust-call:hover::before, .trust-link:hover::before, .featured-ribbon a:hover::before { opacity: .82; }
}

.page-title { padding-block: clamp(2.8rem, 6vw, 5rem) 2.4rem; text-align: center; }
.eyebrow { margin-bottom: .55rem; color: var(--copper); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.page-title h1 { max-width: 17ch; margin-inline: auto; }
.page-intro { max-width: 43rem; margin-inline: auto; color: var(--muted); font-size: clamp(1.02rem, 1.7vw, 1.22rem); }
.conversion-actions { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-top: 1.25rem; }
.conversion-band .button { color: var(--navy); border-color: var(--navy); background: transparent; }
.conversion-band .button:hover, .conversion-band .button:focus-visible { color: white; border-color: var(--teal-dark); background: var(--teal-dark); }
.cta-microcopy { margin: .8rem 0 0; color: var(--muted); font-size: .88rem; }
.page-content { display: grid; gap: clamp(3rem, 7vw, 5.25rem); padding-bottom: 5.5rem; }
html.reveal-enabled .reveal-on-scroll { opacity: 0; transform: translateY(.8rem); }
html.reveal-enabled .reveal-on-scroll.reveal-visible { opacity: 1; transform: none; transition: opacity .58s ease, transform .58s cubic-bezier(.2,.75,.2,1); }
.content-block { max-width: 52rem; margin-inline: auto; }
.content-block > p, .section-heading > p { color: var(--muted); }
.section-heading { max-width: 43rem; margin-bottom: 1.4rem; }
.section-heading.center { margin-inline: auto; text-align: center; }
.text-link { font-weight: 850; }
.estimate-checklist { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 2rem; padding: clamp(1.25rem,3vw,2rem); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--sand); }
.estimate-checklist .check-list { margin: 0; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; padding: 0; list-style: none; }
.process-grid li, .decision-grid article { padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.process-grid span { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; margin-bottom: .8rem; border-radius: 50%; color: white; background: var(--teal); font-weight: 900; }
.decision-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.protection-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.chip-list, .chip-links { display: flex; flex-wrap: wrap; gap: .65rem; }
.chip-list span, .chip-links a { padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 999px; background: white; font-weight: 750; text-decoration: none; }
.related-rail { padding-top: 1.5rem; border-top: 1px solid var(--line); }
.related-rail > div { display: grid; grid-template-columns: repeat(3,1fr); gap: .75rem; }
.related-rail a { display: flex; min-height: 3.5rem; align-items: center; justify-content: space-between; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; font-weight: 850; text-decoration: none; }

.project-slider { overflow: hidden; padding-block: clamp(2.75rem, 5vw, 4.5rem); border-block: 1px solid var(--line); background: linear-gradient(180deg, var(--mist), var(--paper)); }
.project-slider-header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 1.35rem; }
.project-slider-header > div:first-child { max-width: 44rem; }
.project-slider-header h2 { margin-bottom: .5rem; }
.project-slider-header p:last-child { max-width: 40rem; margin-bottom: 0; color: var(--muted); }
.project-slider-controls { display: flex; flex: 0 0 auto; gap: .6rem; }
.project-slider-controls[hidden] { display: none; }
.project-slider-controls button { display: grid; width: 3rem; height: 3rem; min-width: 44px; min-height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: var(--white); box-shadow: 0 .25rem .65rem rgba(10,34,51,.08); font-size: 1.25rem; line-height: 1; cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.project-slider-controls .project-slider-arrow { width: 1.45rem; height: 1.45rem; stroke-width: 2.4; }
.project-slider-controls button:hover:not(:disabled), .project-slider-controls button:focus-visible:not(:disabled) { color: white; border-color: var(--teal); background: var(--teal); box-shadow: 0 .45rem .9rem rgba(10,34,51,.13); transform: translateY(-1px); }
.project-slider-controls button:active:not(:disabled) { box-shadow: 0 .15rem .35rem rgba(10,34,51,.08); transform: translateY(0); }
.project-slider-controls button:disabled { box-shadow: none; cursor: not-allowed; opacity: .42; }
.project-slider-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 2rem) / 3); gap: 1rem; min-width: 0; overflow-x: auto; padding-bottom: .9rem; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-color: var(--teal) var(--line); }
.project-slide { min-width: 0; margin: 0; overflow: hidden; scroll-snap-align: start; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 .65rem 1.6rem rgba(10,34,51,.07); transition: box-shadow .2s ease, transform .2s ease; }
.project-slide img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.project-slide figcaption { min-height: 5.25rem; padding: .85rem 1rem 1rem; }
.project-slide-title { display: block; overflow: hidden; color: var(--navy); font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.project-slide-caption { display: -webkit-box; overflow: hidden; margin-top: .25rem; color: var(--muted); font-size: .83rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.project-slide:hover, .project-slide:focus-within { box-shadow: 0 1rem 2.2rem rgba(10,34,51,.13); transform: translateY(-.12rem); }
.project-slider-footer { display: flex; justify-content: flex-end; padding-top: 1.1rem; }
.project-slider--compact { padding-block: clamp(1.75rem, 3.5vw, 2.75rem); }
.project-slider--compact .project-slider-header { padding-bottom: .9rem; }
.project-slider--compact .project-slide figcaption { min-height: 2.65rem; padding: .65rem .8rem .75rem; }
.project-slider--compact .project-slide-caption--single { display: block; margin-top: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.project-slider--compact .project-slider-footer { padding-top: .75rem; }
.project-slider--compact .project-slide { box-shadow: 0 .3rem .8rem rgba(10,34,51,.07); }
.project-slider--compact .project-slide:hover, .project-slider--compact .project-slide:focus-within { box-shadow: 0 .6rem 1.25rem rgba(10,34,51,.11); transform: translateY(-.08rem); }
.project-slider--archive { margin-block: .5rem; padding-block: clamp(2.25rem, 4vw, 3.25rem); scroll-margin-top: 8rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, var(--mist), var(--white)); box-shadow: 0 .6rem 1.6rem rgba(10,34,51,.055); }
.project-slider--archive .project-slider-header, .project-slider--archive .project-slider-footer { padding-inline: 0; }
.project-slider--archive .project-slider-track { padding-block: .2rem 1.5rem; }
.project-slider--archive .project-slide figcaption { min-height: 3.2rem; }
.project-slider--archive .project-slide-caption--single { display: block; margin-top: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.project-slider--archive .project-slide { box-shadow: 0 .4rem 1rem rgba(10,34,51,.05); }
.project-slider--archive .project-slide:hover, .project-slider--archive .project-slide:focus-within { box-shadow: 0 .65rem 1.35rem rgba(10,34,51,.08); }

@media (min-width: 60.01rem) {
  .project-slider--archive { padding-bottom: 1.5rem; }
}

.project-slider-note { margin: 0; color: var(--muted); font-size: .82rem; }

.visual-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.visual-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 .75rem 1.8rem rgba(10,34,51,.08); transition: box-shadow .2s ease, transform .2s ease; }
.visual-card-link { display: grid; height: 100%; color: var(--ink); text-decoration: none; }
.visual-card-media { position: relative; overflow: hidden; background: var(--mist); }
.visual-card-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .25s ease; }
.visual-card-icon { position: absolute; right: .75rem; bottom: .75rem; display: grid; width: 2.65rem; height: 2.65rem; place-items: center; border-radius: 50%; color: white; background: var(--teal); box-shadow: 0 .35rem 1rem rgba(7,29,39,.18); }
.visual-card-copy { display: grid; align-content: start; gap: .35rem; min-height: 12rem; padding: 1.15rem 1rem 1.25rem; border-bottom: 3px solid transparent; }
.visual-card-copy small { color: var(--copper); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.visual-card-copy strong { color: var(--navy); font: 700 1.55rem/1.1 var(--font-heading); }
.visual-card-copy > span { color: var(--muted); }
.visual-card-copy b { margin-top: auto; color: var(--teal-dark); }
.visual-card-link:hover .visual-card-media img { transform: scale(1.025); }
.visual-card-link:hover .visual-card-copy { border-bottom-color: var(--copper); }
.visual-card:hover, .visual-card:focus-within { box-shadow: 0 1.1rem 2.4rem rgba(10,34,51,.13); transform: translateY(-.15rem); }
.service-path-grid { grid-template-columns: repeat(3, minmax(0,1fr)); row-gap: 2rem; }

.proof-feature { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: clamp(1.5rem, 4vw, 3.5rem); overflow: hidden; padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--mist), var(--sand)); }
.proof-feature > div:first-child p:not(.eyebrow) { color: var(--muted); }
.media-split { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(1.5rem, 5vw, 4rem); }
.media-split.reverse > :first-child { order: 2; }
.media-frame { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 .55rem 1.3rem rgba(10,34,51,.07); }
.media-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.media-frame figcaption { padding: .7rem .9rem; border-top: 1px solid var(--line); color: var(--muted); background: var(--white); font-size: .82rem; }
.work-proof .media-frame img { aspect-ratio: 1/1; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.feature-card, .detail-panel, .review-panel { padding: 1.4rem; border: 1px solid var(--line); border-top: .2rem solid var(--teal); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 .65rem 1.6rem rgba(10,34,51,.07); }
.feature-card { display: grid; align-content: start; }
.feature-card .card-kicker { color: var(--copper); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.feature-card .text-link { margin-top: auto; padding-top: .5rem; }
.check-list { display: grid; gap: .7rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.75rem; }
.check-list li::before { position: absolute; left: 0; color: var(--copper); content: "✓"; font-weight: 900; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.gallery-card { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 .55rem 1.3rem rgba(10,34,51,.07); }
.gallery-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery-card figcaption { min-height: 3.2rem; padding: .75rem .9rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.before-after { display: grid; grid-template-columns: repeat(2,1fr); gap: .75rem; }
.before-after .gallery-card img { aspect-ratio: 1/1; }
.proof-pair .gallery-card { border-bottom: 2px solid var(--line); }
.media-tag { position: absolute; z-index: 2; top: .7rem; left: .7rem; padding: .32rem .58rem; border-radius: 999px; color: white; background: var(--navy-deep); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.proof-pair .gallery-card:last-child .media-tag { background: var(--copper); }
.project-pair { padding-bottom: clamp(1.5rem, 4vw, 3rem); border-bottom: 1px solid var(--line); }

.fact-strip, .flow-strip { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-block: 1px solid var(--line); }
.fact-item { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; padding: 1.25rem; }
.fact-item + .fact-item { border-left: 1px solid var(--line); }
.fact-item > .icon { width: 1.55rem; height: 1.55rem; color: var(--copper); }
.fact-item h2 { margin-bottom: .25rem; font: 800 1rem/1.2 var(--font-body); }
.fact-item p { margin: 0; color: var(--muted); font-size: .86rem; }
.flow-strip { grid-template-columns: repeat(4, minmax(0,1fr)); counter-reset: flow; }
.flow-strip .fact-item { position: relative; counter-increment: flow; }
.flow-strip .fact-item::after { position: absolute; top: 50%; right: -.45rem; z-index: 2; width: .85rem; height: .85rem; border-top: 2px solid var(--copper); border-right: 2px solid var(--copper); content: ""; transform: translateY(-50%) rotate(45deg); }
.flow-strip .fact-item:last-child::after { display: none; }

.material-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.material-card { display: grid; grid-template-columns: .95fr 1.05fr; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 .55rem 1.3rem rgba(10,34,51,.07); }
.material-card img { width: 100%; height: 100%; aspect-ratio: 1/1; object-fit: cover; }
.material-card div { display: grid; align-content: center; padding: 1rem; }
.material-card span { color: var(--copper); font-size: .72rem; font-weight: 900; }
.material-card h2 { margin-block: .2rem .45rem; font-size: 1.55rem; }
.material-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.equipment-compare { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.equipment-compare article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 .55rem 1.3rem rgba(10,34,51,.07); }
.equipment-compare .media-frame { border: 0; border-radius: 0; box-shadow: none; }
.equipment-compare .media-frame img { aspect-ratio: 16/10; }
.equipment-compare article > div { padding: 1rem 1.1rem 1.2rem; border-top: 1px solid var(--line); }
.equipment-compare article > div span { color: var(--copper); font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.equipment-compare article > div p { margin: .35rem 0 0; color: var(--muted); }

.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); color: white; background: var(--navy); }
.metric { display: grid; justify-items: center; gap: .6rem; padding: clamp(1.25rem, 3vw, 2rem) 1rem; color: white; text-align: center; text-decoration: none; }
.metric + .metric { border-left: 1px solid rgba(255,255,255,.18); }
.metric .icon { width: 1.8rem; height: 1.8rem; color: var(--sand); }
.metric span { display: grid; gap: .2rem; }
.metric strong { font: 700 clamp(1.8rem, 3vw, 2.6rem)/1 var(--font-heading); }
.metric small { color: #dbe7e4; line-height: 1.25; }
a.metric:hover { color: white; background: var(--teal-dark); }

.relationship-block { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.4rem; padding: clamp(1.5rem, 4vw, 3rem); color: white; background: var(--navy); text-align: center; }
.relationship-block > div { display: grid; gap: .35rem; }
.relationship-block > div > span { font: 700 clamp(1.5rem, 3vw, 2.25rem)/1.1 var(--font-heading); }
.relationship-block small { color: #cfddda; }
.relationship-arrow { color: var(--sand); font-size: 2rem; }

.faq-groups { display: grid; max-width: 58rem; gap: 2.5rem; margin-inline: auto; }
.faq-group { border-top: .2rem solid var(--copper); }
.faq-group > .eyebrow { padding-top: 1rem; }
.faq-group .faq-item { padding: 1.05rem 1rem 1.2rem; border-bottom: 1px solid var(--line); background: var(--white); }
.faq-group .faq-item:first-of-type { border-top: 1px solid var(--line); }
.faq-question { margin: 0 0 .45rem; color: var(--navy); font-size: 1.05rem; line-height: 1.35; }
.faq-answer { max-width: 48rem; margin: 0; color: var(--muted); line-height: 1.65; }

.region-orientation { display: grid; grid-template-columns: .38fr 1.62fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: stretch; }
.orientation-mark { display: grid; place-items: center; align-content: space-between; min-height: 20rem; padding: 1.5rem; color: white; background: var(--teal-dark); text-align: center; }
.orientation-mark i { position: relative; width: .15rem; height: 10rem; background: var(--sand); }
.orientation-mark i::before { position: absolute; top: -.1rem; left: 50%; width: 1rem; height: 1rem; border-top: .18rem solid var(--sand); border-left: .18rem solid var(--sand); content: ""; transform: translateX(-50%) rotate(45deg); }
.orientation-mark span, .orientation-mark b { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.region-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-block: 1px solid var(--line); }
.region-card { display: grid; grid-template-columns: auto 1fr; gap: .8rem; align-items: start; padding: 1.25rem; background: var(--white); }
.region-card:nth-child(even) { border-left: 1px solid var(--line); }
.region-card:nth-child(n+3) { border-top: 1px solid var(--line); }
.region-card > .icon { color: var(--copper); }
.region-card .eyebrow { margin-bottom: .25rem; }
.region-card h2 { font-size: 1.35rem; }
.region-card p:last-child { margin-bottom: 0; color: var(--muted); }

.location-directory-intro { margin-inline: 0; }
.market-directory { display: grid; gap: 1.4rem; scroll-margin-top: 8rem; padding-top: clamp(1.5rem, 3vw, 2.5rem); border-top: .2rem solid var(--copper); }
.market-heading { display: grid; grid-template-columns: minmax(14rem,.72fr) minmax(20rem,1.28fr); gap: .5rem clamp(2rem,5vw,5rem); align-items: end; }
.market-heading .eyebrow { grid-column: 1 / -1; }
.market-heading h2, .market-heading p { margin-bottom: 0; }
.market-heading p:last-child { color: var(--muted); }
.location-group-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,20rem),1fr)); gap: .9rem; }
.location-group-card { display: grid; align-content: start; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 .55rem 1.3rem rgba(10,34,51,.06); }
.location-group-link { display: grid; gap: .35rem; min-height: 10.25rem; padding: 1.15rem; color: var(--ink); text-decoration: none; }
.location-group-link .eyebrow { margin: 0; }
.location-group-link h3 { margin: 0; color: var(--navy); font-size: 1.55rem; }
.location-group-link p { color: var(--muted); }
.location-group-link strong { align-self: end; color: var(--teal-dark); }
.location-group-link:hover, .location-group-link:focus-visible { background: var(--mist); }
.city-link-list { display: flex; flex-wrap: wrap; gap: .4rem .55rem; padding: 1rem 1.35rem 1.25rem; border-top: 1px solid var(--line); }
.city-link-list a { color: var(--navy); font-size: .82rem; font-weight: 750; text-underline-offset: .18rem; }
.city-link-list a + a::before { margin-right: .55rem; color: var(--copper); content: "•"; text-decoration: none; }
.location-breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; color: var(--muted); font-size: .9rem; }
.location-breadcrumbs a { font-weight: 800; }
.location-opening { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(22rem,.95fr); gap: clamp(1.5rem,4vw,3rem); align-items: start; }
.location-overview { display: grid; gap: 1rem; }
.location-overview > div, .location-overview > aside { padding: clamp(1.35rem,3vw,2rem); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.location-overview > aside { border-top: .2rem solid var(--copper); background: var(--sand); }
.location-overview p:last-child { margin-bottom: 0; color: var(--muted); }
.location-request-card { padding: clamp(1.4rem,3vw,2rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.location-request-card > p:not(.eyebrow) { color: var(--muted); }
.location-request-card h2 { font-size: clamp(1.8rem,3vw,2.4rem); }
.location-request-phone { display: flex; min-height: 4rem; align-items: center; justify-content: center; gap: .75rem; margin: 1.4rem 0; border-radius: var(--radius-sm); color: white; background: var(--teal-dark); font-size: clamp(1.05rem,2vw,1.3rem); font-weight: 900; text-decoration: none; }
.location-request-phone:hover, .location-request-phone:focus-visible { color: white; background: var(--navy); }
.location-request-phone .icon { width: 1.65rem; height: 1.65rem; }
.request-snapshot h3 { color: var(--teal-dark); font: 900 1rem/1.2 var(--font-body); letter-spacing: .09em; text-transform: uppercase; }
.request-snapshot ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem 1rem; margin: 0; padding: 0; list-style: none; }
.request-snapshot li { display: flex; min-width: 0; align-items: center; gap: .65rem; color: var(--navy); font-size: .86rem; font-weight: 800; line-height: 1.3; }
.request-prompt-icon { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--teal-dark); background: var(--mist); }
.request-prompt-icon .icon { width: 1.1rem; height: 1.1rem; }
.request-steps { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .5rem; margin: 1.55rem 0 0; padding: 1.5rem 0; border-block: 1px solid var(--line); list-style: none; }
.request-steps::before { position: absolute; top: 2.6rem; right: 15%; left: 15%; height: 1px; background: var(--line); content: ""; }
.request-steps li { position: relative; z-index: 1; display: grid; justify-items: center; gap: .45rem; color: var(--navy); line-height: 1.2; text-align: center; }
.request-steps li > span { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border: 1px solid var(--teal); border-radius: 50%; background: var(--white); font-weight: 900; }
.request-steps strong { font-size: .82rem; }
.request-help { display: flex; align-items: center; gap: .7rem; padding: 1.15rem 0; margin: 0; border-bottom: 1px solid var(--line); }
.request-help .icon { flex: 0 0 auto; color: var(--teal-dark); }
.request-back { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.15rem; font-weight: 850; text-decoration: none; }
.location-condition-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.location-condition { padding: 1.3rem; border: 1px solid var(--line); border-top: .2rem solid var(--teal); border-radius: var(--radius-md); background: var(--white); }
.location-condition h3 { font-size: 1.25rem; }
.location-condition p { margin-bottom: 0; color: var(--muted); }
.community-directory, .location-planning { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(1.5rem,4vw,3rem); padding: clamp(1.5rem,4vw,2.5rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.community-directory > div p:last-child, .location-planning > div p:last-child { color: var(--muted); }
.community-directory ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .5rem .8rem; align-content: start; margin: 0; padding: 0; list-style: none; }
.community-directory li { padding: .55rem .65rem; border-left: .18rem solid var(--copper); background: var(--mist); color: var(--navy); font-size: .88rem; font-weight: 800; }
.location-planning { background: var(--sand); }
.location-planning .check-list { margin: 0; }
.location-related > div { grid-template-columns: repeat(2,minmax(0,1fr)); }

/* Location redesign pass: editorial composition, restrained surfaces, and scan-friendly chips. */
body[data-page="service-areas.html"] .page-title,
body[data-page^="roof-cleaning-"] .page-title { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(17rem,.85fr); gap: .65rem clamp(2rem,5vw,5rem); align-items: end; max-width: var(--content); margin-top: .5rem; padding: clamp(2.35rem,4.5vw,4rem) clamp(1.25rem,4vw,3.2rem) clamp(1.8rem,3vw,2.4rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, var(--mist) 0, var(--paper) 8rem, var(--paper) 100%); background-clip: padding-box; text-align: left; }
body[data-page="service-areas.html"] .page-title .eyebrow,
body[data-page^="roof-cleaning-"] .page-title .eyebrow { grid-column: 1 / -1; }
body[data-page^="roof-cleaning-"] .page-title { border: 0; border-radius: 0; background: transparent; }
body[data-page="service-areas.html"] .page-title h1,
body[data-page^="roof-cleaning-"] .page-title h1 { grid-column: 1; grid-row: 2 / span 3; max-width: 12ch; margin: 0; font-size: clamp(2.55rem,5vw,4.8rem); letter-spacing: -.045em; }
body[data-page="service-areas.html"] .page-intro,
body[data-page^="roof-cleaning-"] .page-intro { grid-column: 2; grid-row: 2; max-width: 32rem; margin: 0; padding-left: 1.2rem; border-left: .2rem solid var(--copper); font-size: clamp(1rem,1.6vw,1.18rem); }
body[data-page="service-areas.html"] .location-hero-cta,
body[data-page^="roof-cleaning-"] .location-hero-cta { grid-column: 2; grid-row: 3 / span 2; align-self: stretch; display: grid; grid-template-columns: minmax(0,1fr); align-content: center; gap: .9rem; margin-top: .7rem; padding: 1.25rem 1.35rem; border: 1px solid var(--line); border-top: .25rem solid var(--copper); border-radius: var(--radius-md); color: var(--navy); background: var(--white); box-shadow: 0 .55rem 1.2rem rgba(10,34,51,.06); }
body[data-page="service-areas.html"] .location-hero-cta .eyebrow,
body[data-page^="roof-cleaning-"] .location-hero-cta .eyebrow { color: var(--copper); }
body[data-page="service-areas.html"] .location-hero-cta h2,
body[data-page^="roof-cleaning-"] .location-hero-cta h2 { margin: 0; color: var(--navy); font-size: clamp(1.45rem,2.4vw,2.1rem); }
body[data-page="service-areas.html"] .location-hero-cta p:not(.eyebrow):not(.cta-microcopy),
body[data-page^="roof-cleaning-"] .location-hero-cta p:not(.eyebrow):not(.cta-microcopy) { margin: 0; color: var(--muted); font-size: .92rem; }
body[data-page="service-areas.html"] .location-hero-actions,
body[data-page^="roof-cleaning-"] .location-hero-actions { grid-column: 1; display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1rem; }
body[data-page="service-areas.html"] .location-hero-actions .button,
body[data-page^="roof-cleaning-"] .location-hero-actions .button { min-height: 2.75rem; color: white; border-color: var(--teal-dark); background: var(--teal-dark); }
body[data-page="service-areas.html"] .location-hero-actions .button:hover,
body[data-page="service-areas.html"] .location-hero-actions .button:focus-visible,
body[data-page^="roof-cleaning-"] .location-hero-actions .button:hover,
body[data-page^="roof-cleaning-"] .location-hero-actions .button:focus-visible { color: white; border-color: var(--navy); background: var(--navy); }
body[data-page="service-areas.html"] .location-hero-actions .text-link,
body[data-page^="roof-cleaning-"] .location-hero-actions .text-link { color: var(--teal-dark); text-underline-offset: .2rem; }
body[data-page="service-areas.html"] .location-hero-cta .cta-microcopy,
body[data-page^="roof-cleaning-"] .location-hero-cta .cta-microcopy { grid-column: 1; margin: 0; color: var(--muted); font-size: .78rem; }
body[data-page^="roof-cleaning-"] .page-title--location-request { grid-template-columns: minmax(0,.8fr) minmax(24rem,1.2fr); align-items: start; }
body[data-page^="roof-cleaning-"] .page-title--location-request h1 { grid-column: 1; grid-row: 2; }
body[data-page^="roof-cleaning-"] .page-title--location-request .page-intro { grid-column: 1; grid-row: 3; max-width: 30rem; padding-left: 0; border-left: 0; }
body[data-page^="roof-cleaning-"] .page-title--location-request .location-top-request { grid-column: 2; grid-row: 2 / span 2; margin-top: 0; }
body[data-page^="roof-cleaning-"] .location-opening--overview { grid-template-columns: minmax(0,1.05fr) minmax(17rem,.95fr); max-width: var(--content); margin-inline: auto; }
body[data-page^="roof-cleaning-"] .location-context-photo { align-self: stretch; display: grid; grid-template-rows: 1fr auto; min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 .55rem 1.2rem rgba(10,34,51,.045); }
body[data-page^="roof-cleaning-"] .location-context-photo-image { width: 100%; height: 100%; min-height: 18rem; object-fit: cover; }
body[data-page^="roof-cleaning-"] .location-context-photo figcaption { padding: .8rem 1rem 1rem; color: var(--muted); background: var(--white); font-size: .78rem; line-height: 1.45; }
body[data-page="service-areas.html"] .conversion-actions,
body[data-page^="roof-cleaning-"] .conversion-actions { grid-column: 2; grid-row: 3; justify-content: flex-start; margin-top: .55rem; }
body[data-page="service-areas.html"] .cta-microcopy,
body[data-page^="roof-cleaning-"] .cta-microcopy { grid-column: 2; grid-row: 4; margin: 0; }
body[data-page="service-areas.html"] .location-directory-intro { display: grid; grid-template-columns: minmax(14rem,.8fr) minmax(0,1.2fr); gap: .5rem clamp(2rem,5vw,5rem); align-items: end; max-width: none; }
body[data-page="service-areas.html"] .location-directory-intro .eyebrow { grid-column: 1 / -1; }
body[data-page="service-areas.html"] .location-directory-intro h2 { max-width: 12ch; margin: 0; font-size: clamp(2.1rem,4vw,3.8rem); letter-spacing: -.05em; }
body[data-page="service-areas.html"] .location-directory-intro p:last-child { max-width: 42rem; margin: 0; font-size: 1.05rem; }
.market-heading { padding-bottom: .35rem; border-bottom: 1px solid var(--line); }
.market-heading h2 { font-size: clamp(2rem,3.5vw,3.1rem); letter-spacing: -.045em; }
.location-group-card { border-radius: var(--radius-md); box-shadow: 0 .3rem .8rem rgba(10,34,51,.04); }
.location-group-link { gap: .4rem; min-height: 10.25rem; padding: 1.15rem; }
.location-group-link h3 { font-size: clamp(1.45rem,2.2vw,1.9rem); }
.location-group-link strong { font-size: .9rem; }
.location-group-link strong span { display: inline-block; margin-left: .2rem; transition: transform .2s ease; }
.location-group-link:hover strong span, .location-group-link:focus-visible strong span { transform: translateX(.25rem); }
.city-link-list { gap: .35rem .5rem; padding: .9rem 1.15rem 1.1rem; background: var(--paper); }
.city-link-list a { display: inline-flex; align-items: center; min-height: 1.75rem; padding: .18rem .35rem; border: 0; border-radius: 0; color: var(--navy); background: transparent; font-size: .78rem; font-weight: 750; }
.city-link-list a:hover, .city-link-list a:focus-visible { border-color: var(--teal); color: var(--teal-dark); background: var(--mist); }

.location-overview > div, .location-overview > aside { border-radius: var(--radius-lg); background: var(--sand); }
.location-overview > div { border-color: transparent; }
.location-overview > aside { border-color: transparent; color: var(--ink); background: var(--mist); }
.location-overview > aside .eyebrow { color: var(--teal-dark); }
.location-overview > aside p:last-child { color: var(--muted); }
.location-request-card { border-top: .25rem solid var(--copper); box-shadow: var(--shadow); }
.location-request-card .request-snapshot li { color: var(--navy); }
.request-snapshot h3 { color: var(--teal-dark); }
.request-steps { border-color: var(--line); }
.request-steps::before { background: var(--line); }
.request-steps li > span { border-color: var(--teal); color: var(--navy); background: var(--white); }
.request-help { border-color: var(--line); color: var(--muted); }
.request-help .icon { color: var(--teal-dark); }
.request-back { color: var(--teal-dark); }
.request-back:hover, .request-back:focus-visible { color: var(--copper); }
.location-condition { border-top-width: .15rem; border-radius: var(--radius-md); box-shadow: none; }
.location-customer-value { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(143,69,40,.22); }
.community-directory li { padding: .45rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.notice { padding: 1rem 1.2rem; border-left: .28rem solid var(--copper); border-radius: var(--radius-sm); background: var(--sand); }
.local-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(1.5rem,4vw,2.4rem); border-radius: var(--radius-lg); color: white; background: linear-gradient(135deg, var(--navy), var(--teal-dark)); box-shadow: var(--shadow); }
.local-cta h2 { color: white; }
.local-cta .eyebrow { color: var(--sand); }
.local-cta p:last-child { margin-bottom: 0; }
.button { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; padding: .75rem 1.2rem; border: .12rem solid currentColor; border-radius: 999px; color: white; font-weight: 900; text-align: center; text-decoration: none; white-space: nowrap; }
.button:hover { color: var(--navy); background: white; }
.bottom-cta { padding-block: 3.2rem; color: white; background: linear-gradient(110deg, var(--navy), var(--blue) 58%, var(--teal)); }
.bottom-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.bottom-cta h2 { margin: 0; color: white; }
.bottom-cta .eyebrow { color: white; }
.site-footer { padding-block: 3.6rem; color: white; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: minmax(16rem,1.35fr) minmax(9rem,.75fr) minmax(14rem,1fr); gap: clamp(2rem,4vw,4rem); }
.footer-grid > * + * { padding-left: clamp(1.5rem,3vw,3rem); border-left: 1px solid rgba(255,255,255,.18); }
.footer-brand strong { display: block; margin-bottom: .75rem; font-size: 1.12rem; }
.site-footer p { color: #c7d3d4; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: .2rem; }
.site-footer a { display: flex; min-height: 2.5rem; align-items: center; width: fit-content; color: white; font-weight: 700; text-underline-offset: .22rem; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--sand); text-decoration-thickness: .14rem; }
.footer-contact a { gap: .65rem; }
.footer-contact .icon { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; color: #9fc7c2; }
.footer-contact .footer-phone { min-height: 3rem; margin-bottom: .35rem; font-size: 1.08rem; font-weight: 900; }
.footer-contact .footer-phone .icon { width: 1.2rem; height: 1.2rem; color: var(--sand); }
.footer-note { max-width: 35rem; font-size: .82rem; line-height: 1.65; }
.mobile-call-cta { display: none; }

body[data-page="service-areas.html"] .trust-link::before,
body[data-page^="roof-cleaning-"] .trust-link::before,
body[data-page="service-areas.html"] .trust-call::before,
body[data-page^="roof-cleaning-"] .trust-call::before,
body[data-page="service-areas.html"] .trust-call::after,
body[data-page^="roof-cleaning-"] .trust-call::after { display: none; }
body[data-page="service-areas.html"] .trust-call,
body[data-page^="roof-cleaning-"] .trust-call { background: var(--cta-orange); box-shadow: none; transition: background-color .2s ease; }
body[data-page="service-areas.html"] .trust-call:hover,
body[data-page="service-areas.html"] .trust-call:focus-visible,
body[data-page^="roof-cleaning-"] .trust-call:hover,
body[data-page^="roof-cleaning-"] .trust-call:focus-visible { background: var(--cta-orange-deep); box-shadow: none; transform: none; }
body[data-page="service-areas.html"] .trust-call .trust-icon,
body[data-page^="roof-cleaning-"] .trust-call .trust-icon,
body[data-page="service-areas.html"] .trust-call > span:last-child,
body[data-page^="roof-cleaning-"] .trust-call > span:last-child { transition: none; }

body[data-page="service-areas.html"] .page-content,
body[data-page^="roof-cleaning-"] .page-content { gap: clamp(2.35rem,4vw,3.75rem); padding-bottom: 4rem; }
.error-routes { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.error-routes a { display: flex; min-height: 5rem; align-items: center; justify-content: space-between; padding: 1rem; color: var(--navy); font-weight: 850; text-decoration: none; }
.error-routes a + a { border-left: 1px solid var(--line); }

@media (max-width: 70rem) {
  .brand-copy small { display: none; }
  .nav-link { padding-inline: .55rem; font-size: .84rem; }
  .featured-ribbon { grid-template-columns: repeat(3,1fr); }
  .featured-ribbon a:nth-child(4) { border-left: 0; }
  .featured-ribbon a:nth-child(n+4) { border-top: 1px solid var(--line); }
  .metric-grid { grid-template-columns: repeat(2,1fr); }
  .metric:nth-child(3) { border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .metric:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 60rem) {
  .nav-toggle { display: grid; }
  .nav-list { position: absolute; top: 100%; right: 1rem; left: 1rem; display: none; max-height: calc(100vh - 8rem); overflow-y: auto; padding: .75rem; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
  .nav-list.is-open { display: grid; }
  .nav-link { min-height: 3rem; padding-inline: 1rem; font-size: .95rem; }
  .mobile-featured { display: grid; grid-template-columns: 1fr 1fr; gap: .2rem; margin-top: .35rem; padding: .65rem 0 0 1rem; border-top: 1px solid var(--line); }
  .mobile-featured a { display: flex; min-height: 3rem; align-items: center; gap: .55rem; padding: .55rem .7rem; border-radius: var(--radius-sm); color: var(--navy); font-size: .84rem; font-weight: 750; text-decoration: none; }
  .mobile-featured a[aria-current="page"] { color: white; background: var(--teal); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .visual-path-grid, .gallery-grid, .card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .proof-feature { grid-template-columns: 1fr; }
  .flow-strip { grid-template-columns: repeat(2,1fr); }
  .flow-strip .fact-item:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .flow-strip .fact-item:nth-child(4) { border-top: 1px solid var(--line); }
  .flow-strip .fact-item:nth-child(2)::after { display: none; }
  .protection-grid { grid-template-columns: repeat(2,1fr); }
  .project-slider-track { grid-auto-columns: calc((100% - 1rem) / 2); }
  .location-opening { grid-template-columns: 1fr; }
  .location-group-grid { grid-template-columns: 1fr; }
  body[data-page^="roof-cleaning-"] .location-opening--overview { grid-template-columns: 1fr; max-width: 52rem; }
  body[data-page^="roof-cleaning-"] .location-context-photo-image { min-height: 0; aspect-ratio: 4 / 3; }
  body[data-page^="roof-cleaning-"] .page-title--location-request { grid-template-columns: 1fr; }
  body[data-page^="roof-cleaning-"] .page-title--location-request h1,
  body[data-page^="roof-cleaning-"] .page-title--location-request .page-intro,
  body[data-page^="roof-cleaning-"] .page-title--location-request .location-top-request { grid-column: 1; grid-row: auto; }
  body[data-page^="roof-cleaning-"] .page-title--location-request .location-top-request { margin-top: 1.2rem; }
  .footer-grid { grid-template-columns: minmax(0,1fr) minmax(14rem,1.15fr); gap: 2rem 3rem; }
  .footer-brand { grid-column: 1 / -1; max-width: 42rem; }
  .footer-grid > * + * { padding-left: 0; border-left: 0; }
  .footer-links, .footer-contact { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 42rem) {
  body { padding-bottom: calc(4rem + env(safe-area-inset-bottom)); }
  .contact-actions .contact-status { display: none; }
  .contact-inner { justify-content: space-between; }
  .contact-email { min-width: 2.75rem; min-height: 2.75rem; justify-content: flex-start; }
  .contact-email span { display: none; }
  .brand-mark { width: 2.7rem; height: 2.7rem; }
  .nav-inner { min-height: 4.45rem; }
  .trust-section { padding-top: .65rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 5.2rem; padding: .7rem; gap: .55rem; }
  .trust-item + .trust-item, .trust-item:nth-child(3), .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .trust-item:nth-child(odd) { border-left: 0; }
  .trust-icon { width: 2rem; height: 2rem; }
  .trust-bbb { grid-column: 1 / -1; justify-content: flex-start; border-left: 0; }
  .trust-bbb + .trust-item { border-left: 0; }
  .trust-bbb-seal { width: clamp(7rem, 35vw, 8.5rem); }
  .trust-grid > .trust-bbb { justify-content: flex-start; padding-left: 1.75rem; }
  .trust-grid > .trust-item:not(.trust-bbb) { justify-content: flex-start; padding-left: clamp(1rem, 4vw, 1.4rem); }
  .trust-call { grid-column: 1 / -1; border-left: 0; }
  .trust-item strong { font-size: .78rem; }
  .trust-item small { font-size: .66rem; }
  .featured-ribbon { grid-template-columns: repeat(2,1fr); }
  .featured-ribbon a { min-height: 3.45rem; padding: .42rem .35rem; font-size: .76rem; line-height: 1.08; }
  .featured-label { gap: .05rem; }
  .featured-ribbon a:nth-child(odd) { border-left: 0; }
  .featured-ribbon a:nth-child(n+3) { border-top: 1px solid var(--line); }
  .featured-ribbon a:nth-child(4) { border-left: 1px solid var(--line); }
  body[data-page="service-areas.html"] .page-title,
  body[data-page^="roof-cleaning-"] .page-title { display: block; margin-top: .35rem; padding: 2rem 1.1rem 1.75rem; border-radius: var(--radius-md); }
  body[data-page="service-areas.html"] .page-title h1,
  body[data-page^="roof-cleaning-"] .page-title h1 { max-width: 11ch; margin: 0 0 1rem; font-size: clamp(2.35rem,10.5vw,3.6rem); }
  body[data-page="service-areas.html"] .page-intro,
  body[data-page^="roof-cleaning-"] .page-intro { max-width: none; margin: 0; padding-left: .9rem; }
  body[data-page="service-areas.html"] .conversion-actions,
  body[data-page^="roof-cleaning-"] .conversion-actions { margin-top: 1.2rem; }
  body[data-page="service-areas.html"] .location-hero-cta,
  body[data-page^="roof-cleaning-"] .location-hero-cta { grid-column: auto; grid-row: auto; display: grid; margin-top: 1.2rem; padding: 1.15rem; }
  body[data-page^="roof-cleaning-"] .page-title--location-request .location-top-request { grid-column: auto; grid-row: auto; margin-top: 1.2rem; }
  body[data-page="service-areas.html"] .cta-microcopy,
  body[data-page^="roof-cleaning-"] .cta-microcopy { margin-top: .8rem; }
  body[data-page="service-areas.html"] .location-directory-intro { display: block; }
  body[data-page="service-areas.html"] .location-directory-intro h2 { max-width: 13ch; margin-bottom: .8rem; font-size: clamp(2rem,9vw,3rem); }
  .page-title { text-align: left; }
  .page-title h1, .page-intro { margin-inline: 0; }
  .conversion-actions { justify-content: flex-start; }
  .page-content { gap: 3.5rem; padding-bottom: 4rem; }
  .visual-path-grid, .gallery-grid, .card-grid, .material-grid, .equipment-compare, .media-split, .before-after, .region-orientation, .region-grid, .relationship-block, .error-routes, .estimate-checklist, .process-grid, .decision-grid, .related-rail > div, .market-heading, .location-group-grid, .location-opening, .location-overview, .location-condition-grid, .community-directory, .location-planning { grid-template-columns: 1fr; }
  .project-slider-header { align-items: start; flex-direction: column; gap: 1rem; }
  .project-slider-track { grid-auto-columns: calc(100% - 2.5rem); padding-bottom: .25rem; }
  .project-slider-footer { justify-content: flex-start; padding-top: 0; }
  .media-split.reverse > :first-child { order: initial; }
  .visual-card-link { grid-template-columns: .9fr 1.1fr; }
  .visual-card-media img { height: 100%; aspect-ratio: 1/1; }
  .visual-card-copy { min-height: 0; padding: .9rem; }
  .visual-card-copy > span { display: none; }
  .visual-card-copy strong { font-size: 1.25rem; }
  .proof-feature { padding-inline: 1rem; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact-item + .fact-item { border-top: 1px solid var(--line); border-left: 0; }
  .flow-strip { grid-template-columns: 1fr; }
  .flow-strip .fact-item { border-top: 1px solid var(--line); border-left: 0; }
  .flow-strip .fact-item:first-child { border-top: 0; }
  .flow-strip .fact-item::after { display: none; }
  .protection-grid { grid-template-columns: 1fr; }
  .material-card { grid-template-columns: .9fr 1.1fr; }
  .metric-grid { grid-template-columns: repeat(2,1fr); }
  .relationship-arrow { transform: rotate(90deg); }
  .orientation-mark { min-height: 8rem; grid-template-columns: auto 1fr auto; align-content: center; gap: 1rem; }
  .orientation-mark i { width: 100%; height: .15rem; }
  .orientation-mark i::before { top: 50%; right: -.1rem; left: auto; transform: translateY(-50%) rotate(135deg); }
  .region-card:nth-child(even) { border-left: 0; }
  .region-card + .region-card { border-top: 1px solid var(--line); }
  .community-directory ul { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .location-group-link { min-height: 10rem; padding: 1.15rem 1.2rem; }
  .city-link-list { padding-inline: 1.1rem; }
  .location-request-card .request-snapshot li { color: var(--navy); }
  .local-cta, .bottom-cta-inner { align-items: stretch; flex-direction: column; }
  .site-footer { padding-block: 2.8rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .footer-brand { grid-column: auto; }
  .footer-links, .footer-contact { gap: 0; padding-top: 1rem; }
  .site-footer a { min-height: 2.75rem; width: 100%; }
  .footer-contact .footer-phone { min-height: 3.25rem; }
  .error-routes a + a { border-top: 1px solid var(--line); border-left: 0; }
  .mobile-call-cta { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: flex; min-height: calc(4rem + env(safe-area-inset-bottom)); align-items: center; justify-content: center; gap: .5rem; padding-bottom: env(safe-area-inset-bottom); color: white; background: var(--teal); font-weight: 900; text-decoration: none; box-shadow: 0 -.4rem 1.4rem rgba(7,29,39,.2); }
  .mobile-call-cta .icon { width: 1.2rem; height: 1.2rem; }
  body[data-page="service-areas.html"] .page-content,
  body[data-page^="roof-cleaning-"] .page-content { gap: 2.5rem; }
}

@media (max-width: 22rem) {
  .shell { width: min(calc(100% - 1.25rem), var(--content)); }
  .trust-item { padding: .6rem; gap: .4rem; }
  .trust-icon { width: 1.75rem; height: 1.75rem; }
  .trust-icon .icon { width: 1rem; height: 1rem; }
  .trust-bbb-seal { width: 7rem; }
  .featured-ribbon a { min-height: 3.25rem; padding-inline: .25rem; font-size: .7rem; }
  .community-directory ul { grid-template-columns: 1fr; }
  .request-snapshot ul { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .hero-wide { animation: none; }
  html.reveal-enabled .reveal-on-scroll, html.reveal-enabled .reveal-on-scroll.reveal-visible { opacity: 1; transform: none; transition: none; }
  .trust-call::before, .trust-link::before, .featured-ribbon a::before { display: none; }
}

@media (forced-colors: active) {
  .primary-nav, .trust-grid, .featured-ribbon, .visual-card, .feature-card, .detail-panel, .review-panel, .media-frame, .gallery-card, .material-card, .equipment-compare article, .metric-grid, .relationship-block, .faq-group .faq-item, .region-card, .location-group-card, .location-overview > div, .location-overview > aside, .location-request-card, .location-request-phone, .location-condition, .community-directory, .location-planning, .project-slider, .project-slide, .project-slider-controls button, .local-cta, .bottom-cta, .site-footer, .mobile-call-cta { border: 1px solid CanvasText; }
  .project-slider { background: Canvas; }
  .project-slide { box-shadow: none; }
  .project-slider-controls button { color: ButtonText; background: ButtonFace; box-shadow: none; }
}
