/* Goat Squad: "Field guide" theme. Tokens from .factory/config/design-dna.json */
:root {
	--bg: #ffffff;
	--surface: #f5f4f1;
	--line: #dcdcd3;
	--ink: #1d241c;
	--muted: #5d6358;
	--pine: #2a4129;
	--pine-deep: #1f3120;
	--slate: #132d3a;
	--accent: #d8610d;
	--accent-ink: #b24d06;
	--display: "Sentient", Georgia, "Times New Roman", serif;
	--body: "Satoshi", -apple-system, "Segoe UI", Roboto, sans-serif;
	--radius: 6px;
	--radius-sm: 4px;
	--container: 1240px;
	--header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 18px/1.6 var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--pine); }
h1, h2, h3 { font-family: var(--display); font-weight: 500; color: var(--pine); line-height: 1.12; margin: 0; letter-spacing: -0.01em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--pine); color: #fff; padding: 10px 16px; border-radius: var(--radius-sm); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 20px; border-radius: var(--radius-sm); font: 700 16px/1.2 var(--body); text-decoration: none; white-space: nowrap; transition: background-color .2s, color .2s, transform .2s; }
.btn--accent { background: var(--accent-ink); color: #fff; }
.btn--accent:hover { background: #9a4205; }
.btn--lg { min-height: 52px; padding: 14px 26px; font-size: 17px; }
.btn--ghost-light { border: 1.5px solid rgba(255,255,255,.9); color: #fff; background: rgba(20,30,20,.15); }
.btn--ghost-light:hover { background: rgba(255,255,255,.14); }

/* Header */
.top { position: relative; padding-top: var(--header-h); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: var(--header-h); background: #fff; border-bottom: 1px solid var(--line); }
.site-header__row { height: 100%; display: flex; align-items: center; gap: 28px; max-width: 1440px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand__mark { width: 36px; height: auto; }
.brand__name { font: 500 30px/1 var(--display); color: var(--pine); letter-spacing: -0.01em; }
.primary-nav { flex: 1; display: flex; align-items: center; gap: 28px; }
.primary-nav ul { display: flex; gap: 26px; margin-left: auto; margin-right: auto; }
.primary-nav ul a { color: var(--ink); text-decoration: none; font-size: 15.5px; font-weight: 500; }
.primary-nav ul a:hover { color: var(--accent-ink); }
.header-phone { color: var(--ink); font-weight: 700; font-size: 16px; text-decoration: none; }
.header-cta { padding: 10px 18px; font-size: 15px; }
.nav-toggle { display: none; margin-left: auto; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; cursor: pointer; }
.nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after { display: block; width: 22px; height: 2px; background: var(--pine); margin: 0 auto; position: relative; transition: transform .2s; }
.nav-toggle__bars::before, .nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle__bars::before { top: -7px; }
.nav-toggle__bars::after { top: 7px; }

/* 01 Hero */
.hero { position: relative; min-height: 600px; display: flex; align-items: center; overflow: hidden; background: var(--pine-deep); }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 40%; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,26,16,.72) 0%, rgba(16,26,16,.5) 34%, rgba(16,26,16,0) 58%); }
.hero__inner { position: relative; z-index: 1; padding-top: 64px; padding-bottom: 64px; }
.hero__title { color: #fff; font-weight: 500; font-size: clamp(40px, 4.6vw, 68px); line-height: 1.04; max-width: 9.4em; text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.hero__line { display: block; }
.hero__sub { color: #fff; font-size: 19px; line-height: 1.45; max-width: 25em; margin-top: 22px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* Bands */
.band { background: var(--surface); position: relative; isolation: isolate; }
.band--topo::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("../images/map-asheville.webp") center/cover; opacity: .09; filter: grayscale(1); }
.section-title { font-size: clamp(30px, 3vw, 44px); text-align: center; margin-bottom: 36px; }
.section-title--left { text-align: left; }

/* 02 Promises */
.promises { border-bottom: 1px solid var(--line); }
.promises__row { display: grid; grid-template-columns: repeat(5, 1fr); padding-top: 26px; padding-bottom: 26px; }
.promises__row li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 4px 12px; font-weight: 500; font-size: 17px; line-height: 1.3; color: var(--ink); }
.promises__row li + li { border-left: 1px solid var(--line); }
.promises__row .gs-icon { width: 60px; height: 60px; object-fit: contain; }

/* 03 Problem */
.problem { display: grid; grid-template-columns: 43fr 57fr; background: var(--surface); border-bottom: 1px solid var(--line); }
.problem__copy { padding: 44px 40px 44px max(28px, calc((100vw - var(--container)) / 2 + 28px)); align-self: center; }
.problem__copy h2 { font-size: clamp(30px, 2.8vw, 42px); max-width: 13em; }
.problem__copy p { margin-top: 12px; max-width: 30em; color: var(--ink); font-size: 17px; }
.checklist { margin-top: 18px; display: grid; gap: 8px; }
.checklist li { position: relative; padding-left: 34px; font-size: 17px; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--pine); }
.checklist li::after { content: ""; position: absolute; left: 7px; top: 8px; width: 8px; height: 5px; border: solid #fff; border-width: 0 0 2px 2px; transform: rotate(-45deg); }
.problem__media { position: relative; min-height: 380px; }
.problem__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.angle { position: absolute; right: 7%; bottom: 13%; width: 46%; height: 38%; pointer-events: none; }
.angle__base { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: #fff; }
.angle__line { position: absolute; left: 0; bottom: 0; width: 115%; height: 3px; background: #fff; transform-origin: 0 50%; transform: rotate(-30deg); }
.angle__label { position: absolute; left: 40%; bottom: 16px; color: #fff; font: 500 34px/1 var(--display); text-shadow: 0 1px 8px rgba(0,0,0,.4); }

/* 04 Services */
.services { padding: 40px 0 44px; border-bottom: 1px solid var(--line); }
.services .section-title { margin-bottom: 26px; }
.services__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
.svc-card a { display: flex; flex-direction: column; align-items: center; height: 100%; text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.svc-card a:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(29,36,28,.1); }
.svc-card img { width: 100%; aspect-ratio: 295 / 280; object-fit: cover; }
.svc-card h3 { font-size: 21px; text-align: center; color: var(--ink); padding: 14px 10px 0; line-height: 1.15; flex: 1; }
.tag { display: inline-block; margin: 14px 10px 18px; padding: 5px 12px; border: 1.5px solid var(--accent); border-radius: var(--radius-sm); color: var(--accent-ink); font-size: 13.5px; font-weight: 500; white-space: nowrap; }

/* 05 Staff */
.staff { padding: 30px 0 0; border-bottom: 1px solid var(--line); }
.staff .section-title { margin-bottom: 30px; }
.staff__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding-top: 22px; }
.badge { position: relative; display: grid; grid-template-columns: 48% 1fr; gap: 16px; padding: 16px 16px 22px; background: #fff; border-radius: var(--radius); box-shadow: 0 6px 18px rgba(29,36,28,.08); transform-origin: 50% -30px; }
.badge__clip { position: absolute; left: 50%; top: -58px; width: 34px; transform: translateX(-50%); z-index: 1; }
.staff__grid .badge:nth-child(1) .badge__clip { left: 48%; }
.badge__photo { width: 100%; aspect-ratio: 220 / 255; object-fit: cover; border-radius: var(--radius-sm); }
.badge__text h3 { font-size: 30px; font-weight: 700; margin-top: 6px; }
.badge__text p { margin-top: 8px; font-size: 16px; line-height: 1.35; color: var(--ink); }
.badge .badge__seal { position: absolute; right: 12px; bottom: 12px; width: 58px; height: 58px; color: #c9c9bf; }

/* Seal (shared) */
.gs-seal { display: inline-grid; place-items: center; position: relative; }
.gs-seal svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.gs-seal text { font: 700 11px/1 var(--body); letter-spacing: .12em; fill: currentColor; }
.gs-seal img { width: 44%; height: auto; opacity: .75; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid var(--line); padding: 22px 0 24px; }
.stats li { display: flex; align-items: center; justify-content: center; gap: 18px; }
.stats li + li { border-left: 1px solid var(--line); }
.stats__icon { width: 72px; height: 56px; object-fit: contain; }
.stats p { display: flex; flex-direction: column; line-height: 1.2; }
.stats strong { font: 500 30px/1.1 var(--display); color: var(--pine); }
.stats p > span { font-size: 17px; color: var(--ink); }

/* 06 Process */
.process { padding: 26px 0 30px; border-bottom: 1px solid var(--line); }
.process .section-title { margin-bottom: 20px; }
.process__row { display: grid; grid-template-columns: repeat(4, 1fr); }
.process__row li { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 4px 12px; }
.process__row li + li { border-left: 1.5px dashed var(--line); }
.num { display: grid; place-items: center; width: 40px; height: 40px; flex-shrink: 0; border-radius: 50%; background: var(--pine); color: #fff; font: 700 18px/1 var(--body); }
.process__row .gs-icon { width: 64px; height: 56px; object-fit: contain; }
.process__label { font-size: 17px; font-weight: 500; line-height: 1.3; }

/* 07 Before / after */
.before-after { padding: 22px 0 16px; border-bottom: 1px solid var(--line); }
.before-after .section-title { margin-bottom: 14px; }
.ba { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.ba__pane { position: relative; overflow: hidden; }
.ba__pane img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
.ba__label { position: absolute; left: 0; top: 14px; background: var(--pine); color: #fff; font: 700 14px/1 var(--body); letter-spacing: .06em; text-transform: uppercase; padding: 8px 12px; }
.caption { text-align: center; color: var(--muted); font-size: 14px; margin-top: 10px; }
/* Slider mode (JS adds .is-slider) */
.ba.is-slider { display: block; aspect-ratio: 32 / 7; overflow: hidden; border-radius: var(--radius-sm); }
.ba.is-slider .ba__pane { position: absolute; inset: 0; }
.ba.is-slider .ba__pane img { height: 100%; aspect-ratio: auto; }
.ba.is-slider .ba__pane--after { clip-path: inset(0 0 0 var(--split, 50%)); }
.ba.is-slider .ba__pane--after .ba__label { left: auto; right: 0; }
.ba__handle { position: absolute; top: 0; bottom: 0; left: var(--split, 50%); width: 44px; margin-left: -22px; cursor: ew-resize; display: grid; place-items: center; background: none; border: 0; padding: 0; touch-action: none; }
.ba__handle::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; margin-left: -1.5px; background: #fff; }
.ba__handle span { position: relative; width: 40px; height: 40px; border-radius: 50%; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.25); display: grid; place-items: center; color: var(--pine); font: 700 16px/1 var(--body); }

/* 08 Reviews */
.reviews { padding: 22px 0 26px; border-bottom: 1px solid var(--line); background: #fff; }
.reviews .section-title { margin-bottom: 18px; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.review { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 24px 16px; text-align: center; background: #fff; }
.stars { color: var(--accent); font-size: 22px; letter-spacing: 3px; }
.review blockquote { margin: 8px 0 0; font: 400 20px/1.35 var(--display); color: var(--ink); }
.review__town { margin-top: 10px; font-size: 14px; color: var(--muted); }

/* 09 Area + FAQ */
.area-faq { padding: 22px 0 24px; }
.area-faq__grid { display: grid; grid-template-columns: 60fr 40fr; gap: 40px; align-items: start; }
.area-faq .section-title { margin-bottom: 14px; }
.map { position: relative; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 16 / 7; }
.map > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pin { position: absolute; display: flex; align-items: center; gap: 4px; transform: translate(-10px, -100%); font-size: 14px; font-weight: 500; color: var(--ink); white-space: nowrap; }
.pin .gs-icon { width: 22px; height: 28px; object-fit: contain; }
.pin span { background: rgba(255,255,255,.8); padding: 1px 6px; border-radius: 3px; }
.pin--hub { flex-direction: column; transform: translate(-50%, -64%); gap: 0; font: 500 24px/1.1 var(--display); color: var(--pine); }
.pin--hub .gs-icon { width: 34px; height: 44px; }
.faq { display: grid; gap: 10px; }
.town-chips { display: none; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px 16px; font: 500 17px/1.3 var(--display); color: var(--ink); min-height: 48px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font: 400 22px/1 var(--body); color: var(--ink); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 16px 14px; font-size: 16px; color: var(--muted); }

/* 10 CTA + footer */
.cta-band { background: var(--pine); color: #fff; padding: 26px 0; }
.cta-band__row { display: flex; align-items: center; gap: 40px; }
.cta-band__seal { width: 110px; height: 110px; color: #f2efe6; flex-shrink: 0; }
.cta-band__seal img { filter: brightness(0) invert(.94); opacity: 1; }
.cta-band h2 { color: #fff; font-size: clamp(28px, 2.6vw, 40px); flex: 1; max-width: 16em; }
.site-footer { background: var(--slate); color: #fff; padding: 20px 0 14px; }
.site-footer__row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.brand--footer .brand__name { color: #fff; font-size: 24px; }
.brand--footer .brand__mark { filter: brightness(0) invert(1); width: 30px; }
.site-footer__contact { display: flex; flex-direction: column; align-items: center; line-height: 1.3; }
.site-footer__contact a { color: #fff; font-weight: 700; font-size: 18px; text-decoration: none; }
.site-footer__contact span { font-size: 14px; color: #cfd8dc; }
.social { display: flex; gap: 14px; justify-self: end; }
.social a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #fff; }
.social svg { width: 22px; height: 22px; fill: var(--slate); }
.site-footer__legal { margin-top: 12px; font-size: 13px; color: #b7c3c8; text-align: center; }

/* Inner pages */
.page-main { min-height: 50vh; }
.prose { padding-top: 56px; padding-bottom: 72px; max-width: 800px; }

/* Motion: hidden states only when JS + motion are available */
.js-motion .sonic-fade-on-scroll { opacity: 0; transform: translateY(16px); }
.js-motion .sonic-hero-stagger > * { opacity: 0; }
.js-motion .sonic-pin-drop { opacity: 0; }

/* Responsive */
@media (max-width: 1180px) {
	.primary-nav ul { gap: 18px; }
	.header-phone { display: none; }
	.services__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.staff__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 70px; }
}
@media (max-width: 960px) {
	:root { --header-h: 68px; }
	.nav-toggle { display: block; }
	.primary-nav { display: none; position: absolute; top: var(--header-h); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 14px; padding: 18px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(0,0,0,.08); }
	.primary-nav.is-open { display: flex; }
	.primary-nav ul { flex-direction: column; gap: 0; margin: 0; }
	.primary-nav ul a { display: block; padding: 12px 0; font-size: 17px; border-bottom: 1px solid var(--line); }
	.header-phone { display: block; padding: 8px 0; }
	.brand__name { font-size: 26px; }
	.problem { grid-template-columns: 1fr; }
	.problem__copy { padding: 44px 20px; }
	.problem__media { min-height: 260px; }
	.process__row { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
	.process__row li:nth-child(3) { border-left: 0; }
	.area-faq__grid { grid-template-columns: 1fr; }
	.cta-band__row { flex-direction: column; text-align: center; gap: 20px; }
	.site-footer__row { grid-template-columns: 1fr; justify-items: center; text-align: center; }
	.social { justify-self: center; }
}
@media (max-width: 640px) {
	body { font-size: 17px; }
	.container { padding: 0 16px; }
	.hero { min-height: 560px; align-items: flex-end; }
	.hero__bg { object-position: 72% 50%; }
	.hero::after { background: linear-gradient(0deg, rgba(16,26,16,.85) 0%, rgba(16,26,16,.55) 55%, rgba(16,26,16,.15) 100%); }
	.hero__inner { padding-top: 120px; padding-bottom: 36px; }
	.hero__sub { font-size: 17px; }
	.hero__ctas .btn { width: 100%; }
	.promises__row { grid-template-columns: 1fr 1fr; row-gap: 20px; }
	.promises__row li + li { border-left: 0; }
	.promises__row li:last-child { grid-column: 1 / -1; }
	.services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.svc-card h3 { font-size: 18px; }
	.tag { font-size: 12px; padding: 4px 8px; }
	.staff__grid { grid-template-columns: 1fr; }
	.stats { grid-template-columns: 1fr; gap: 18px; }
	.stats li { justify-content: flex-start; }
	.stats li + li { border-left: 0; }
	.process__row { grid-template-columns: 1fr; }
	.process__row li { justify-content: flex-start; border-left: 0 !important; }
	.ba { grid-template-columns: 1fr; }
	.ba.is-slider { aspect-ratio: 4 / 3; }
	.reviews__grid { grid-template-columns: 1fr; }
	.map { aspect-ratio: 4 / 3; }
	.pin:not(.pin--hub) span { display: none; }
	.town-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
	.town-chips li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; font-size: 14px; font-weight: 500; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ---- Fidelity loop 1: bigger type, more air, wider rows (judge notes) ---- */
.container--wide { max-width: 1440px; padding-left: 36px; padding-right: 36px; }
.btn { font-family: var(--display); font-weight: 500; }
.btn--lg { font-size: 19px; min-height: 56px; padding: 14px 28px; }
.header-cta { font-size: 16px; }
@media (min-width: 961px) { .nb { white-space: nowrap; } }
@media (min-width: 961px) { .hero__title { max-width: none; } .hero__line { white-space: nowrap; } }
.hero { min-height: 640px; }

/* 02 promises */
.promises__row { padding-top: 40px; padding-bottom: 40px; }
.promises__row li { font: 400 22px/1.25 var(--display); color: var(--pine); gap: 16px; }
.promises__row .gs-icon { width: 92px; height: 92px; }

/* 03 problem */
.problem__copy h2 { font-size: clamp(32px, 3.2vw, 48px); max-width: none; }
.problem__copy p, .checklist li { font-size: 18px; }
.angle__arc { position: absolute; left: -64px; bottom: -64px; width: 128px; height: 128px; border: 3px solid #fff; border-radius: 50%; clip-path: polygon(50% 50%, 100% 50%, 100% 21%); }

/* 04 services */
.services { padding: 56px 0 60px; }
.services .section-title { margin-bottom: 34px; }
.services__grid { gap: 24px; }
.svc-card h3 { font-weight: 400; font-size: 24px; padding-top: 18px; }
.tag { font-size: 15px; padding: 6px 14px; margin-top: 16px; margin-bottom: 22px; }

/* 05 staff: lanyard straps from the top of the section */
.staff { padding-top: 48px; }
.staff .section-title { margin-bottom: 44px; }
.staff__grid { gap: 36px; }
.badge { padding: 20px 20px 28px; }
.badge::before { content: ""; position: absolute; left: 50%; top: -150px; width: 22px; height: 100px; margin-left: -11px; background: #ecebe4; border-left: 1px solid #d9d8cf; border-right: 1px solid #d9d8cf; }
.staff__grid .badge:nth-child(1)::before { left: 48%; }
.badge__clip { width: 40px; top: -66px; }
.badge__text h3 { font-size: 38px; }
.badge__text p { font-size: 18px; }
.badge .badge__seal { width: 72px; height: 72px; }
.stats { margin-top: 44px; padding: 30px 0 34px; }
.stats strong { font-size: 36px; }
.stats p > span { font-size: 19px; }
.stats__icon { width: 96px; height: 64px; }
.staff { overflow: hidden; }

/* 06 process: number + icon on top, label centered below */
.process { padding: 48px 0 52px; }
.process .section-title { margin-bottom: 32px; font-size: clamp(34px, 3.4vw, 52px); }
.process__row li { flex-direction: column; gap: 12px; text-align: center; }
.process__top { display: flex; align-items: center; gap: 18px; }
.num { width: 50px; height: 50px; font-size: 22px; }
.process__row .gs-icon { width: 92px; height: 76px; }
.process__label { font-size: 20px; }

/* 07 before/after: taller, keep the house in frame */
.before-after { padding: 40px 0 26px; }
.ba.is-slider { aspect-ratio: 32 / 9; }
.ba.is-slider .ba__pane img, .ba__pane img { object-position: 50% 12%; }

/* 08 reviews */
.reviews { padding: 44px 0 50px; position: relative; isolation: isolate; }
.review { padding: 26px 30px 22px; }
.review blockquote { font-size: 23px; }
.review__town { color: var(--ink); font-size: 16px; }
.stars { font-size: 26px; }

/* 09 map + FAQ */
.area-faq { padding: 44px 0 50px; }
.pin { color: var(--ink); font-weight: 700; }
.pin .gs-icon { display: none; }
.pin::before { content: ""; width: 16px; height: 16px; flex-shrink: 0; background: var(--pine); border: 2px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 1px 3px rgba(0,0,0,.3); }
.pin span { background: none; padding: 0; text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 6px #fff; }
.pin--hub::before { width: 26px; height: 26px; margin-bottom: 6px; }
.pin--hub span { font-size: 28px; }
.shield { position: absolute; display: grid; place-items: center; width: 26px; height: 26px; background: #2e5aa8; color: #fff; font: 700 11px/1 var(--body); border: 2px solid #fff; border-radius: 4px 4px 12px 12px; box-shadow: 0 1px 2px rgba(0,0,0,.3); }
.faq summary { font: 400 20px/1.3 var(--display); padding: 16px 20px; min-height: 60px; }
.faq details p { font-size: 17px; padding: 0 20px 16px; }

/* 10 CTA band */
.cta-band { padding: 44px 0; position: relative; isolation: isolate; }
.band--topo-dark::before { opacity: .12; filter: grayscale(1) brightness(1.6); mix-blend-mode: soft-light; }
.cta-band h2 { font-size: clamp(30px, 3vw, 46px); }
.cta-band .btn--lg { font-size: 22px; min-height: 64px; padding: 16px 36px; margin-left: auto; }
.cta-band__seal { width: 130px; height: 130px; }

@media (max-width: 960px) {
	.container--wide { padding-left: 20px; padding-right: 20px; }
	.badge::before { display: none; }
	.cta-band .btn--lg { margin-left: 0; font-size: 19px; }
	.shield { display: none; }
}
@media (max-width: 640px) {
	.container--wide { padding-left: 16px; padding-right: 16px; }
	.promises__row li { font-size: 19px; }
	.promises__row .gs-icon { width: 68px; height: 68px; }
	.svc-card h3 { font-size: 19px; }
	.badge__text h3 { font-size: 32px; }
	.btn--lg { font-size: 18px; }
	.ba.is-slider { aspect-ratio: 4 / 3; }
	.process__row li { flex-direction: row; text-align: left; }
	.pin:not(.pin--hub) span { display: none; }
	.pin--hub span { font-size: 22px; }
}

/* ---- Fidelity loop 2 polish ---- */
.badge__text { padding-bottom: 64px; }
.band--topo-dark::before { opacity: .16; filter: grayscale(1) invert(1); mix-blend-mode: normal; }
.cta-band h2 .nb { display: block; }
.tag { font-family: var(--display); }

/* ---- Sonic Boom: conversion layer ---- */
.contrast { margin-top: 18px; font: 500 20px/1.3 var(--display); color: var(--pine); }
.section-sub { text-align: center; color: var(--muted); font-size: 18px; margin: -18px auto 30px; }
.process__out { font-size: 15px; color: var(--muted); }
.cta-band__copy { flex: 1; }
.cta-band__closer { margin-top: 10px; color: #dfe7dc; font-size: 17px; }
.cta-band__actions { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-left: auto; }
.cta-band__actions .btn--lg { margin-left: 0; }
.cta-band__phone { color: #fff; font-weight: 700; font-size: 17px; }
.mobile-cta { display: none; }
@media (max-width: 640px) {
	.mobile-cta { display: grid; grid-template-columns: 1fr 2fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 18px rgba(0,0,0,.08); }
	.mobile-cta a { display: grid; place-items: center; min-height: 48px; border-radius: var(--radius-sm); font: 700 16px/1.1 var(--body); text-decoration: none; text-align: center; }
	.mobile-cta__call { border: 1.5px solid var(--pine); color: var(--pine); }
	.mobile-cta__book { background: var(--accent-ink); color: #fff; }
	body { padding-bottom: 76px; }
	.cta-band__actions { margin-left: 0; }
}

/* Booking page */
.book-hero { background: var(--surface); border-bottom: 1px solid var(--line); padding: 56px 0 44px; position: relative; isolation: isolate; }
.book-hero h1 { font-size: clamp(34px, 4vw, 56px); max-width: 16em; }
.book-hero p { margin-top: 14px; font-size: 19px; max-width: 36em; }
.book-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 56px; padding-top: 48px; padding-bottom: 72px; align-items: start; }
.book-aside { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; position: sticky; top: calc(var(--header-h) + 20px); }
.book-aside h2 { font-size: 26px; margin-bottom: 14px; }
.book-aside ol { list-style: none; counter-reset: s; display: grid; gap: 14px; }
.book-aside ol li { counter-increment: s; position: relative; padding-left: 44px; }
.book-aside ol li::before { content: counter(s); position: absolute; left: 0; top: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--pine); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 15px; }
.book-aside .aside-call { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.book-aside .aside-call a { font: 500 24px/1.2 var(--display); color: var(--pine); text-decoration: none; }
.book-form { display: grid; gap: 8px; }
.book-form .hp { position: absolute; left: -9999px; }
.book-progress { display: none; }
.book-form.is-stepped .book-progress { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.book-progress__label { font-size: 15px; font-weight: 500; color: var(--muted); white-space: nowrap; }
.book-progress__bar { flex: 1; height: 6px; background: var(--line); border-radius: 99px; overflow: hidden; }
.book-progress__bar span { display: block; height: 100%; width: 33%; background: var(--pine); transition: width .3s; }
.book-step { border: 0; padding: 0; margin: 0 0 28px; display: grid; gap: 22px; }
.book-step legend { font: 500 30px/1.2 var(--display); color: var(--pine); margin-bottom: 18px; padding: 0; }
.field { display: grid; gap: 8px; font-weight: 500; font-size: 17px; }
.field__label { font-weight: 500; }
.opt { font-weight: 400; color: var(--muted); font-size: 15px; }
.field input, .field select { font: 400 17px/1.3 var(--body); padding: 12px 14px; min-height: 50px; border: 1.5px solid #bfc0b6; border-radius: var(--radius-sm); background: #fff; color: var(--ink); width: 100%; }
.field input:focus, .field select:focus { border-color: var(--pine); outline: 3px solid rgba(42,65,41,.2); outline-offset: 0; }
.field .is-invalid, .field.is-invalid .chips { outline: 2px solid #b3261e; outline-offset: 2px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; border-radius: var(--radius-sm); }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; min-height: 46px; padding: 10px 16px; border: 1.5px solid #bfc0b6; border-radius: 999px; font-weight: 500; font-size: 16px; background: #fff; }
.chip input:checked + span { background: var(--pine); border-color: var(--pine); color: #fff; }
.chip input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.book-nav { display: flex; gap: 12px; align-items: center; }
.btn--quiet { background: none; border: 1.5px solid var(--line); color: var(--ink); cursor: pointer; }
button.btn { cursor: pointer; border: 0; }
button.btn--quiet { border: 1.5px solid var(--line); }
.book-fine { color: var(--muted); font-size: 15px; }
.book-done { background: #eef4ec; border: 1px solid #b9d0b4; border-radius: var(--radius); padding: 28px; }
.book-done h2 { font-size: 28px; }
.book-done p { margin-top: 10px; }
@media (max-width: 960px) {
	.book-layout { grid-template-columns: 1fr; gap: 36px; }
	.book-aside { position: static; }
	.field-row { grid-template-columns: 1fr; }
}
.book-step[hidden] { display: none; }
.book-step, .book-main, .book-form { min-width: 0; }

/* ---- Stage 4: service page template ---- */
.crumbs { color: rgba(255,255,255,.9); font-size: 15px; margin-bottom: 18px; }
.crumbs a { color: #fff; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.hero__title--service { max-width: 11.5em; }
@media (min-width: 961px) { .hero--service .hero__title { white-space: normal; } }

.svc-problem { display: grid; grid-template-columns: 44fr 56fr; background: var(--surface); border-bottom: 1px solid var(--line); }
.svc-problem__media { position: relative; min-height: 420px; }
.svc-problem__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc-problem__copy { padding: 52px max(28px, calc((100vw - var(--container)) / 2 + 28px)) 52px 56px; align-self: center; }
.svc-problem__copy h2 { font-size: clamp(32px, 3.2vw, 48px); }
.pain { display: grid; gap: 18px; margin-top: 26px; }
.pain li { display: flex; align-items: center; gap: 18px; font-size: 19px; }
.pain .gs-icon { width: 48px; height: 48px; object-fit: contain; flex-shrink: 0; }
.pain__pivot { margin-top: 26px; font: 500 clamp(22px, 2vw, 30px)/1.25 var(--display); color: var(--pine); }

.specialist { padding: 44px 0 52px; border-bottom: 1px solid var(--line); }
.specialist .section-title { margin-bottom: 56px; }
.specialist__grid { display: grid; grid-template-columns: minmax(0, 36fr) minmax(0, 64fr); gap: 56px; align-items: center; }
.badge--solo { grid-template-columns: 52% 1fr; padding: 24px 24px 30px; }
.badge--solo .badge__clip { top: -62px; }
.badge--solo .badge__text h3 { font-size: 46px; }
.badge--solo .badge__text p { font-size: 22px; }
.specialist__quote { margin: 0; padding-bottom: 26px; border-bottom: 1px solid var(--line); font: 400 clamp(26px, 2.6vw, 40px)/1.25 var(--display); color: var(--pine); }
.specialist__side .stats { margin-top: 0; border-top: 0; padding-bottom: 0; }
.specialist__side .stats strong { font-size: 28px; }
.specialist__side .stats p > span { font-size: 16px; }
.specialist__side .stats__icon { width: 72px; height: 50px; }

.included { padding: 44px 0 52px; border-bottom: 1px solid var(--line); }
.included__grid { display: grid; grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); gap: 44px; align-items: start; }
.included__card { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 32px; }
.included__card h2, .included__ba h2 { font-size: clamp(26px, 2.4vw, 36px); margin-bottom: 18px; }
.checklist--lg { gap: 14px; }
.checklist--lg li { font-size: 18px; }
.ba-stack { display: grid; gap: 10px; }
.ba-stack__img { position: relative; overflow: hidden; border-radius: var(--radius-sm); }
.ba-stack__img img { width: 100%; aspect-ratio: 32 / 9; object-fit: cover; }
.caption--left { text-align: left; margin-top: 2px; }

.guide { padding: 56px 0 60px; border-bottom: 1px solid var(--line); }
.guide__grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 56px; align-items: start; }
.guide__toc { position: sticky; top: calc(var(--header-h) + 24px); }
.guide__toc-title { font: 700 13px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.guide__toc ol { display: grid; gap: 10px; counter-reset: t; }
.guide__toc a { color: var(--ink); text-decoration: none; font-size: 16px; line-height: 1.35; }
.guide__toc a:hover { color: var(--accent-ink); }
.prose-lite { max-width: 46em; }
.prose-lite h2 { font-size: clamp(26px, 2.4vw, 34px); margin: 40px 0 14px; scroll-margin-top: calc(var(--header-h) + 20px); }
.prose-lite h2:first-child { margin-top: 0; }
.prose-lite h3 { font-size: 22px; margin: 26px 0 8px; }
.prose-lite p { margin: 0 0 16px; }
.prose-lite ul { list-style: disc; padding-left: 22px; margin: 0 0 16px; }
.prose-lite li { margin-bottom: 6px; }
.prose-lite a { color: var(--accent-ink); }
.prose-lite table { width: 100%; border-collapse: collapse; margin: 8px 0 20px; font-size: 16px; }
.prose-lite th, .prose-lite td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose-lite th { background: #fff; font-weight: 700; }

.svc-faq { padding: 44px 0 52px; }
.faq--wide summary { font-size: 20px; }
.related { margin-top: 26px; font-size: 17px; color: var(--muted); }
.related a { color: var(--pine); font-weight: 500; }

@media (max-width: 960px) {
	.svc-problem, .specialist__grid, .included__grid, .guide__grid { grid-template-columns: minmax(0, 1fr); }
	.svc-problem__media { min-height: 280px; }
	.svc-problem__copy { padding: 40px 20px; }
	.guide__toc { position: static; }
	.specialist .section-title { margin-bottom: 70px; }
}
@media (max-width: 640px) {
	.badge--solo .badge__text h3 { font-size: 34px; }
	.badge--solo .badge__text p { font-size: 18px; }
	.pain li { font-size: 17px; }
	.ba-stack__img img { aspect-ratio: 16 / 9; }
	.prose-lite table { display: block; overflow-x: auto; }
}

/* ---- Stage 4 fidelity loop 1 (service template) ---- */
.page-template-service .process { background: var(--surface); }
.page-template-service .process__row li { display: grid; grid-template-columns: auto auto 1fr; grid-template-areas: "top top label" "out out out"; align-items: center; justify-items: start; column-gap: 14px; row-gap: 10px; text-align: left; padding: 6px 20px; }
.page-template-service .process__top { grid-area: top; }
.page-template-service .process__label { grid-area: label; font-size: 21px; font-family: var(--display); }
.page-template-service .process__out { grid-area: out; justify-self: center; text-align: center; font-size: 16px; color: var(--ink); opacity: .8; }
.page-template-service .process .section-title { margin-bottom: 36px; }
.included { background: var(--surface); }
.included__card { background: #fff; }
.included__card h2, .included__ba h2 { font-weight: 400; }
.hero__title--service { font-size: clamp(38px, 4vw, 60px); max-width: 10.5em; line-height: 1.08; }
.svc-problem__copy h2 { font-weight: 400; }
.pain .gs-icon { width: 56px; height: 56px; }
.pain li { font-size: 20px; }
.faq--wide { gap: 0; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq--wide details { border: 0; border-radius: 0; }
.faq--wide details + details { border-top: 1px solid var(--line); }
.faq--wide summary { font-size: 21px; min-height: 66px; }
.faq--wide summary::after { font-size: 28px; }
.site-footer { padding: 30px 0 18px; }
.brand--footer .brand__name { font-size: 30px; }
.brand--footer .brand__mark { width: 38px; }
.site-footer__contact a { font-size: 21px; }
.site-footer__contact span { font-size: 16px; }
.social a { width: 50px; height: 50px; }
.cta-band__phone { font-size: 18px; }
@media (max-width: 960px) {
	.page-template-service .process__row li { grid-template-columns: auto 1fr; grid-template-areas: "top label" "out out"; }
	.page-template-service .process__out { justify-self: start; text-align: left; }
}
.page-template-service .process .container { max-width: 1440px; }
.page-template-service .process__label { white-space: nowrap; font-size: 22px; line-height: 1.2; }
.page-template-service .process__row li { justify-content: center; }
.page-template-service .num { width: 54px; height: 54px; font-size: 24px; }
.page-template-service .process__row .gs-icon { width: 96px; height: 78px; }
.page-template-service .process__out { font-size: 18px; }
@media (max-width: 1180px) { .page-template-service .process__label { white-space: normal; } }
.process__top > * { flex-shrink: 0; }
.page-template-service .process { padding: 60px 0 64px; }
.page-template-service .process__row li { row-gap: 16px; }
.page-template-service .process__row li { padding: 6px 10px; column-gap: 12px; }
.page-template-service .process__row .gs-icon { width: 80px; height: 66px; }
.page-template-service .process__label { font-size: 20px; }
.page-template-service .num { width: 48px; height: 48px; font-size: 21px; }

/* ---- Content pages (hub, answers) ---- */
.page-hero { background: var(--surface); border-bottom: 1px solid var(--line); padding: 52px 0 48px; position: relative; isolation: isolate; }
.page-hero h1 { font-size: clamp(34px, 4vw, 56px); max-width: 17em; }
.page-hero p { margin-top: 14px; font-size: 19px; max-width: 38em; }
.page-hero .hero__ctas { margin-top: 26px; }
.crumbs--dark, .crumbs--dark a { color: var(--muted); }
.btn--quiet.btn--lg { border: 1.5px solid var(--pine); color: var(--pine); background: #fff; }
.site-footer__links ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.14); }
.site-footer__links a { color: #dbe4e7; font-size: 15px; text-decoration: none; }
.site-footer__links a:hover { color: #fff; text-decoration: underline; }

/* ---- a11y: guarantee AA contrast for hero body text over any photo ---- */
@media (min-width: 641px) {
	.hero::after { background: linear-gradient(90deg, rgba(14,22,14,.86) 0%, rgba(14,22,14,.8) 42%, rgba(14,22,14,.36) 58%, rgba(14,22,14,0) 70%); }
}
.hero__sub, .crumbs { text-shadow: 0 1px 3px rgba(0,0,0,.55); }
.angle__label { background: rgba(14,22,14,.62); padding: 4px 10px 6px; border-radius: 4px; }
