:root {
	--navy: #0b2d4a;
	--navy-dark: #071f34;
	--teal: #3bb9ae;
	--teal-dark: #167e78;
	--teal-soft: #eaf8f6;
	--yellow: #f4b942;
	--coral: #e66b55;
	--ink: #142435;
	--muted: #586879;
	--line: #d8e3e7;
	--surface: #ffffff;
	--soft: #f5f9fa;
	--warm: #fff9ee;
	--shadow: 0 18px 48px rgba(22, 126, 120, .13);
	--shadow-small: 0 8px 24px rgba(22, 126, 120, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--surface); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3 { margin: 0 0 16px; color: var(--ink); line-height: 1.12; letter-spacing: 0; }
h1 { font-size: 58px; }
h2 { font-size: 40px; }
h3 { font-size: 21px; }
p { margin: 0 0 18px; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.section { padding: 104px 0; }
.site-main { overflow: clip; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-150%); border-radius: 999px; background: var(--navy-dark); color: #fff; }
.skip-link:focus { transform: translateY(0); }
.section-label, .eyebrow { display: block; margin-bottom: 12px; color: var(--teal-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading > p, .section-heading--row > p { color: var(--muted); }
.section-heading--row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 50px; }
.section-heading--row > div { max-width: 720px; }
.section-heading--row > p { max-width: 350px; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid rgba(244, 185, 66, .8); outline-offset: 3px; }
.button--large { min-height: 58px; padding-inline: 27px; }
.button--primary { background: var(--teal-dark); color: #fff; box-shadow: 0 10px 24px rgba(22, 126, 120, .22); }
.button--primary:hover { background: #116f69; }
.button--secondary { border-color: var(--line); background: #fff; color: var(--navy); }
.button--secondary:hover { border-color: var(--teal); box-shadow: var(--shadow-small); }
.button--light { background: #fff; color: var(--navy); }
.button--outline-light { border-color: rgba(255,255,255,.38); color: #fff; }

.availability-bar { background: var(--navy-dark); color: #fff; font-size: 13px; }
.availability-bar__inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 20px; }
.availability-status { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; }
.availability-status i, .availability-chip > span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(59,185,174,.16); }
.availability-contact { display: flex; gap: 26px; }
.availability-contact a { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.availability-contact .icon { width: 15px; height: 15px; }
.nav-shell { position: relative; z-index: 100; border-bottom: 1px solid var(--line); background: #fff; }
.nav-shell__inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 28px; }
.site-brand { display: block; width: 285px; flex: 0 0 auto; }
.site-brand__image, .custom-logo { width: 100%; max-height: 64px; object-fit: contain; object-position: left center; }
.primary-navigation { display: flex; align-items: center; gap: 26px; }
.nav-list { display: flex; align-items: center; gap: 26px; padding: 0; margin: 0; list-style: none; }
.nav-list a { color: var(--ink); font-size: 15px; font-weight: 750; }
.nav-list a:hover { color: var(--teal-dark); }
.button--nav { min-height: 46px; padding-inline: 19px; background: var(--navy); color: #fff; }
.menu-toggle { position: relative; z-index: 110; display: none; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--teal-soft); color: var(--navy); }
.menu-toggle__close { display: none; }
.menu-toggle.is-open .menu-toggle__open { display: none; }
.menu-toggle.is-open .menu-toggle__close { display: block; }

.booking-hero { padding: 76px 0 84px; background: var(--soft); }
.booking-hero__grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 64px; align-items: center; }
.availability-chip { display: inline-flex; align-items: center; gap: 12px; padding: 9px 14px; border: 1px solid #cae8e4; border-radius: 999px; background: #fff; color: var(--teal-dark); font-size: 13px; font-weight: 800; }
.booking-hero h1 { max-width: 690px; margin-top: 22px; overflow-wrap: anywhere; hyphens: auto; }
.booking-hero__lead { max-width: 680px; color: var(--muted); font-size: 19px; }
.booking-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 12px 22px; padding: 0; margin: 28px 0 0; list-style: none; }
.hero-assurances li { display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: 14px; font-weight: 750; }
.hero-assurances .icon { width: 17px; height: 17px; color: var(--teal-dark); }
.review-summary { max-width: 650px; padding-top: 22px; margin-top: 24px; border-top: 1px solid var(--line); }
.review-summary > div { display: flex; align-items: center; gap: 14px; }
.review-stars { color: #d99b22; font-size: 18px; letter-spacing: 0; white-space: nowrap; }
.review-summary p { margin: 6px 0 2px; color: var(--muted); font-style: italic; }
.review-summary small, .review-card small { color: #7a8793; font-size: 11px; }
.booking-hero__media { position: relative; min-width: 0; padding: 16px 16px 56px 0; }
.booking-hero__image { width: 100%; aspect-ratio: 4 / 3; border-radius: 8px; object-fit: cover; box-shadow: var(--shadow); }
.service-status { position: absolute; right: 0; bottom: 0; display: flex; min-width: 350px; align-items: center; gap: 14px; padding: 18px 20px; border-radius: 8px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.service-status > span { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--teal); }
.service-status strong, .service-status small { display: block; }
.service-status small { color: #bed2df; }

.quick-help { padding: 34px 0 42px; border-bottom: 1px solid var(--line); background: #fff; }
.quick-help__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.quick-help__heading span { color: var(--teal-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.quick-help__heading h2 { margin: 4px 0 0; font-size: 28px; }
.quick-help__heading > a { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 800; }
.quick-help__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.quick-help__grid > a { display: grid; min-width: 0; grid-template-columns: 42px 1fr; column-gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 7px 20px rgba(22,126,120,.06); }
.quick-help__grid > a:hover { border-color: var(--teal); box-shadow: var(--shadow-small); }
.quick-help__grid > a > span { display: grid; width: 42px; height: 42px; grid-row: span 2; place-items: center; border-radius: 8px; background: var(--teal-soft); color: var(--teal-dark); }
.quick-help__grid strong, .quick-help__grid small { overflow-wrap: anywhere; }
.quick-help__grid small { color: var(--muted); }

.services-section { background: #fff; }
.service-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card-grid article { min-width: 0; padding: 28px 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow-small); }
.service-card-grid article:nth-child(2n) { background: var(--teal-soft); }
.service-card__icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--navy); color: #fff; }
.service-card-grid p { color: var(--muted); }
.service-card-grid ul { padding-left: 19px; margin: 20px 0 0; color: var(--navy); font-size: 14px; }
.service-card-grid li + li { margin-top: 6px; }
.service-card-grid .text-link { margin-top: 22px; }
.all-services-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.all-services-links a { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font-size: 14px; font-weight: 800; }
.all-services-links a:hover { border-color: var(--teal); color: var(--teal-dark); }

.appointment-section { padding: 100px 0; background: var(--navy); color: #fff; }
.appointment-layout { display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; }
.appointment-media { position: relative; min-width: 0; padding-bottom: 48px; }
.appointment-media__image { width: 100%; aspect-ratio: 4 / 3; border-radius: 8px; object-fit: cover; }
.route-note { position: absolute; right: 18px; bottom: 0; display: flex; width: min(390px, calc(100% - 36px)); align-items: center; gap: 13px; padding: 18px; border-radius: 8px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.route-note > .icon { width: 26px; height: 26px; color: var(--teal-dark); }
.route-note strong, .route-note span { display: block; }
.route-note span { color: var(--muted); font-size: 13px; }
.appointment-copy h2, .appointment-copy h3 { color: #fff; }
.appointment-copy .section-label { color: #7fe0d7; }
.appointment-steps { padding: 0; margin: 30px 0 34px; list-style: none; }
.appointment-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.16); }
.appointment-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.appointment-steps li > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--teal); font-weight: 900; }
.appointment-steps p { margin: 0; color: #bed0dd; }

.diagnostic-section { background: var(--soft); }
.diagnostic-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.diagnostic-copy > p { color: var(--muted); }
.diagnostic-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.diagnostic-features > div { display: grid; grid-template-columns: 42px 1fr; gap: 0 12px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.diagnostic-features .icon { width: 38px; height: 38px; grid-row: span 2; padding: 9px; border-radius: 50%; background: var(--teal-soft); color: var(--teal-dark); }
.diagnostic-features span { color: var(--muted); font-size: 13px; }
.diagnostic-media__image { width: 100%; aspect-ratio: 3 / 2; border-radius: 8px; object-fit: cover; box-shadow: var(--shadow); }

.payment-section { padding: 42px 0; background: #fff; }
.payment-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 34px 42px; border: 1px solid #f2dba8; border-radius: 8px; background: var(--warm); box-shadow: 0 12px 32px rgba(244,185,66,.13); }
.payment-panel h2 { margin-bottom: 7px; font-size: 30px; }
.payment-panel p { margin: 0; color: var(--muted); }
.payment-options { display: flex; gap: 14px; }
.payment-options > div { display: flex; min-width: 190px; align-items: center; gap: 13px; padding: 16px 20px; border: 1px solid #ead8ae; border-radius: 8px; background: #fff; }
.payment-options .icon { width: 28px; height: 28px; color: var(--coral); }
.payment-options strong, .payment-options small { display: block; }
.payment-options small { color: var(--muted); }

.quality-section { background: #fff; }
.quality-layout { display: grid; grid-template-columns: 260px 1fr .85fr; gap: 52px; align-items: center; }
.quality-badge-wrap { padding: 20px; border-radius: 50%; background: var(--warm); box-shadow: 0 20px 50px rgba(244,185,66,.18); }
.quality-badge__image { width: 100%; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.quality-copy > p { color: var(--muted); }
.quality-list { padding: 0; margin: 24px 0 0; list-style: none; }
.quality-list li { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; }
.quality-list .icon { margin-top: 3px; color: var(--teal-dark); }
.quality-list strong { display: block; }
.review-card { padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); box-shadow: var(--shadow-small); }
.review-card h3 { margin-top: 12px; }
.review-card blockquote { margin: 0 0 14px; color: var(--muted); font-size: 17px; font-style: italic; }

.blog-section { background: var(--soft); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow-small); }
.post-card__media { display: block; overflow: hidden; }
.post-card__image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .3s ease; }
.post-card:hover .post-card__image { transform: scale(1.025); }
.post-card__body { padding: 24px; }
.post-card__meta, .single-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 12px; color: var(--teal-dark); font-size: 13px; font-weight: 750; }
.post-card h3 { margin-bottom: 10px; }
.post-card h3 a:hover, .text-link:hover { color: var(--teal-dark); }
.post-card p { color: var(--muted); }
.text-link { display: inline-flex; color: var(--navy); font-weight: 800; }

.faq-section { background: #fff; }
.faq-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p { color: var(--muted); }
.faq-intro__image { width: 100%; aspect-ratio: 16 / 9; margin: 26px 0 20px; border-radius: 8px; object-fit: cover; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; padding: 22px 0; color: var(--ink); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; grid-column: 3; color: var(--teal-dark); font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary > span { color: var(--teal-dark); font-size: 13px; }
.faq-list details > p, .faq-list details > div { padding: 0 0 24px 60px; margin: 0; color: var(--muted); }
.faq-list details > div p { margin: 0; }

.city-hero { position: relative; min-height: 570px; overflow: hidden; color: #fff; }
.city-hero__background, .city-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.city-hero__background { object-fit: cover; object-position: center; }
.city-hero__overlay { background: rgba(7,31,52,.76); }
.city-hero__content { position: relative; z-index: 1; display: flex; min-height: 570px; max-width: 760px; flex-direction: column; justify-content: center; margin-left: max(20px, calc((100vw - 1180px) / 2)); margin-right: 20px; }
.city-hero h1 { color: #fff; overflow-wrap: anywhere; hyphens: auto; }
.city-hero__intro { font-size: 19px; }
.city-hero__intro p { margin: 0; }
.city-hero .availability-chip { align-self: flex-start; margin-bottom: 20px; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.12); color: #fff; }
.city-trust { background: var(--navy); color: #fff; }
.city-trust__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.city-trust__inner > span { display: grid; grid-template-columns: 38px 1fr; gap: 0 12px; padding: 24px; border-right: 1px solid rgba(255,255,255,.15); }
.city-trust__inner > span:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.city-trust .icon { width: 32px; height: 32px; grid-row: span 2; color: var(--teal); }
.city-trust strong, .city-trust small { display: block; }
.city-trust small { color: #b9ccd8; }
.city-overview-section { background: var(--soft); }
.city-overview { display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; align-items: stretch; }
.city-overview__main, .city-sidebar { padding: 36px; border-radius: 8px; }
.city-overview__main { border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-small); }
.city-generated-content { color: var(--muted); }
.city-generated-content p:last-child { margin-bottom: 0; }
.city-service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.city-service-tags span { padding: 7px 12px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-dark); font-size: 13px; font-weight: 750; }
.city-sidebar { background: var(--navy); color: #fff; }
.city-sidebar > .icon { width: 38px; height: 38px; color: var(--yellow); }
.city-sidebar h2 { margin-top: 24px; color: #fff; }
.city-sidebar p { color: #c4d4df; }
.city-situation { background: #fff; }
.city-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.city-card-grid article { min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow-small); }
.city-card-grid article > span { color: var(--teal-dark); font-size: 13px; font-weight: 900; }
.city-card-grid article p { color: var(--muted); }
.city-services { background: var(--teal-soft); }
.city-services .diagnostic-media { position: relative; padding-bottom: 36px; }
.check-list { padding: 0; margin: 26px 0 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; padding: 11px 0; border-bottom: 1px solid rgba(11,45,74,.12); font-weight: 700; }
.check-list .icon { margin-top: 3px; color: var(--teal-dark); }
.city-process { background: var(--navy); }
.city-footer-cta { padding: 58px 0; background: var(--teal-dark); color: #fff; }
.city-footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.city-footer-cta h2 { margin: 0; color: #fff; }
.city-footer-cta .section-label { color: #d4fffa; }

.service-page-hero { padding: 72px 0 78px; background: var(--soft); }
.service-page-hero__grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 64px; align-items: center; }
.service-page-hero h1 { overflow-wrap: anywhere; hyphens: auto; }
.service-page-hero__lead { color: var(--muted); font-size: 19px; }
.service-page-hero__note { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--muted); font-size: 14px; }
.service-page-hero__note .icon { color: var(--teal-dark); }
.service-page-hero__media { position: relative; min-width: 0; padding: 0 0 48px 16px; }
.service-page-hero__image { width: 100%; aspect-ratio: 4 / 3; border-radius: 8px; object-fit: cover; box-shadow: var(--shadow); }
.service-page-hero__status { position: absolute; right: 18px; bottom: 0; display: flex; width: min(390px, calc(100% - 36px)); align-items: center; gap: 13px; padding: 18px; border-radius: 8px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.service-page-hero__status > .icon { width: 28px; height: 28px; color: var(--teal); }
.service-page-hero__status strong, .service-page-hero__status small { display: block; }
.service-page-hero__status small { color: #bdd0dc; }
.service-assurance { border-bottom: 1px solid var(--line); background: #fff; }
.service-assurance__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-assurance__grid > div { display: flex; align-items: center; gap: 13px; padding: 24px 30px; border-right: 1px solid var(--line); }
.service-assurance__grid > div:first-child { border-left: 1px solid var(--line); }
.service-assurance .icon { width: 30px; height: 30px; color: var(--teal-dark); }
.service-assurance strong, .service-assurance small { display: block; }
.service-assurance small { color: var(--muted); }
.service-overview-section { background: #fff; }
.service-overview { display: grid; grid-template-columns: 1.08fr .92fr; gap: 74px; align-items: start; }
.service-overview__problem > p { color: var(--muted); font-size: 18px; }
.service-info-note { display: flex; align-items: flex-start; gap: 14px; padding: 22px; margin-top: 28px; border-left: 4px solid var(--teal); border-radius: 0 8px 8px 0; background: var(--teal-soft); }
.service-info-note .icon { width: 27px; height: 27px; margin-top: 3px; color: var(--teal-dark); }
.service-info-note p { margin: 0; color: var(--muted); }
.service-overview__scope { padding: 34px; border: 1px solid var(--line); border-radius: 8px; background: var(--warm); box-shadow: var(--shadow-small); }
.service-scope-list { padding: 0; margin: 24px 0 28px; list-style: none; }
.service-scope-list li { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(11,45,74,.12); }
.service-scope-list .icon { margin-top: 3px; color: var(--teal-dark); }
.service-diagnostic-band { padding: 92px 0; background: var(--navy); color: #fff; }
.service-diagnostic-band__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.service-diagnostic-band__image { width: 100%; aspect-ratio: 3 / 2; border-radius: 8px; object-fit: cover; }
.service-diagnostic-band h2 { color: #fff; }
.service-diagnostic-band .section-label { color: #7fe0d7; }
.service-diagnostic-band__copy > p { color: #c4d4df; }
.service-mini-points { display: grid; gap: 10px; margin-top: 28px; }
.service-mini-points span { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.service-mini-points strong { color: var(--teal); }
.service-process-section { background: var(--soft); }
.service-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.service-process li { min-width: 0; padding: 26px 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow-small); }
.service-process li > span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 22px; border-radius: 50%; background: var(--teal-soft); color: var(--teal-dark); font-weight: 900; }
.service-process p { margin: 0; color: var(--muted); }
.service-editor-section { border-top: 1px solid var(--line); background: #fff; }
.service-faq-section { background: #fff; }
.related-services-section { background: var(--soft); }
.related-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-services-grid > a { display: grid; min-width: 0; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow-small); }
.related-services-grid > a:hover { border-color: var(--teal); transform: translateY(-2px); }
.related-services-grid > a > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--teal-soft); color: var(--teal-dark); }
.related-services-grid strong, .related-services-grid small { display: block; overflow-wrap: anywhere; }
.related-services-grid small { color: var(--muted); }
.related-services-grid b { color: var(--teal-dark); font-size: 22px; }

.hub-hero { padding: 76px 0; border-bottom: 1px solid var(--line); background: var(--soft); }
.hub-hero__inner { max-width: 900px; }
.hub-hero h1 { overflow-wrap: anywhere; hyphens: auto; }
.hub-hero__inner > p { max-width: 760px; color: var(--muted); font-size: 19px; }
.hub-hero--blog { background: var(--teal-soft); }
.services-hub-section { background: #fff; }
.services-hub-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.services-hub-grid article { display: grid; min-width: 0; grid-template-columns: 220px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow-small); }
.services-hub-card__media { position: relative; min-height: 100%; overflow: hidden; }
.services-hub-card__image { width: 100%; height: 100%; min-height: 270px; object-fit: cover; transition: transform .3s ease; }
.services-hub-card__media:hover .services-hub-card__image { transform: scale(1.025); }
.services-hub-card__media > span { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 7px 10px; border-radius: 6px; background: rgba(7,31,52,.9); color: #fff; font-size: 12px; font-weight: 800; }
.services-hub-card__body { padding: 28px 24px; }
.services-hub-card__body h2 { font-size: 25px; }
.services-hub-card__body p { display: -webkit-box; overflow: hidden; color: var(--muted); -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.service-hub-process { padding: 62px 0; background: var(--teal-dark); color: #fff; }
.service-hub-process__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.service-hub-process h2 { color: #fff; }
.service-hub-process p { max-width: 760px; margin: 0; color: #d7f4f1; }
.service-hub-process .section-label { color: #d7f4f1; }
.blog-hub-section { background: #fff; }

.page-hero { padding: 70px 0; background: var(--teal-soft); }
.page-hero h1 { overflow-wrap: anywhere; hyphens: auto; }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: 13px; font-weight: 700; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs a { color: var(--teal-dark); }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs [aria-current="page"] { max-width: 520px; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.breadcrumb-separator { color: #9caab4; }
.city-hero .breadcrumbs { margin-bottom: 18px; color: #d8e5ed; }
.city-hero .breadcrumbs a { color: #8ce4dc; }
.city-hero .breadcrumbs [aria-current="page"], .city-hero .breadcrumb-separator { color: #d8e5ed; }
.single-hero__grid { display: grid; grid-template-columns: 1fr .75fr; gap: 54px; align-items: center; }
.single-hero__media img { width: 100%; aspect-ratio: 16 / 10; border-radius: 8px; object-fit: cover; box-shadow: var(--shadow); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 70px; align-items: start; }
.entry-content { min-width: 0; color: var(--muted); }
.entry-content h2, .entry-content h3 { margin-top: 38px; color: var(--ink); }
.entry-content a { color: var(--teal-dark); text-decoration: underline; }
.entry-content img { border-radius: 8px; }
.entry-content li + li { margin-top: 8px; }
.article-sidebar { position: sticky; top: 120px; padding: 28px; border-radius: 8px; background: var(--navy); color: #fff; }
.article-sidebar > span .icon { width: 34px; height: 34px; color: var(--yellow); }
.article-sidebar h2 { margin-top: 18px; color: #fff; }
.article-sidebar p { color: #c4d4df; }
.editorial-note { padding: 24px; margin-top: 48px; border-left: 4px solid var(--teal); border-radius: 0 8px 8px 0; background: var(--soft); }
.editorial-note p { margin: 5px 0 0; }
.legal-page { color: var(--muted); }
.legal-notice { padding: 18px; border: 1px solid #efd79f; border-radius: 8px; background: var(--warm); }
.blog-grid--archive { margin-bottom: 40px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination .page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.pagination .current { background: var(--teal-dark); color: #fff; }
.empty-state { padding: 36px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }

.footer-contact-band { padding: 62px 0; background: var(--teal-dark); color: #fff; }
.footer-contact-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-contact-band h2 { color: #fff; }
.footer-contact-band p { margin: 0; color: #d7f4f1; }
.footer-contact-band .section-label { color: #d7f4f1; }
.footer-contact-band__actions { display: flex; flex: 0 0 auto; gap: 12px; }
.footer-main { padding: 64px 0; background: var(--navy); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 70px; }
.footer-logo { width: 300px; max-height: 68px; padding: 10px; border-radius: 8px; background: #fff; object-fit: contain; }
.footer-about p { max-width: 440px; margin-top: 18px; color: #bdd0dc; }
.footer-main h3 { color: #fff; }
.footer-links { padding: 0; margin: 0; list-style: none; }
.footer-links li + li { margin-top: 8px; }
.footer-contact { display: grid; gap: 10px; }
.footer-contact a { display: flex; align-items: center; gap: 9px; }
.footer-main a:hover { color: #7fe0d7; }
.footer-bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); background: var(--navy-dark); color: #c5d3dc; font-size: 13px; }
.footer-bottom__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 1080px) {
	h1 { font-size: 48px; }
	h2 { font-size: 34px; }
	.site-brand { width: 245px; }
	.nav-list { gap: 18px; }
	.primary-navigation { gap: 18px; }
	.booking-hero__grid, .appointment-layout, .diagnostic-layout { gap: 42px; }
	.service-page-hero__grid, .service-diagnostic-band__grid { gap: 42px; }
	.services-hub-grid article { grid-template-columns: 190px 1fr; }
	.service-card-grid { grid-template-columns: repeat(2, 1fr); }
	.service-process { grid-template-columns: repeat(2, 1fr); }
	.quality-layout { grid-template-columns: 220px 1fr; }
	.review-card { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
	.section { padding: 76px 0; }
	.availability-contact a:last-child { display: none; }
	.menu-toggle { display: grid; }
	.primary-navigation { position: fixed; z-index: 105; top: 38px; right: 0; bottom: 0; width: min(390px, 100%); display: block; padding: 90px 24px 30px; transform: translateX(105%); background: #fff; box-shadow: -20px 0 50px rgba(7,31,52,.2); transition: transform .25s ease; overflow-y: auto; }
	.primary-navigation.is-open { transform: translateX(0); }
	.nav-list { display: block; }
	.nav-list li { border-bottom: 1px solid var(--line); }
	.nav-list a { display: block; padding: 17px 6px; }
	.button--nav { width: 100%; margin-top: 22px; }
	.booking-hero__grid, .appointment-layout, .diagnostic-layout, .faq-shell, .single-hero__grid, .content-layout, .city-overview, .service-page-hero__grid, .service-overview, .service-diagnostic-band__grid { grid-template-columns: 1fr; }
	.booking-hero__copy { order: 1; }
	.booking-hero__media { order: 2; }
	.quick-help__grid, .city-trust__inner { grid-template-columns: repeat(2, 1fr); }
	.payment-panel, .footer-contact-band__inner, .service-hub-process__inner { align-items: flex-start; flex-direction: column; }
	.quality-layout { grid-template-columns: 200px 1fr; }
	.blog-grid, .city-card-grid { grid-template-columns: 1fr 1fr; }
	.related-services-grid { grid-template-columns: 1fr 1fr; }
	.faq-intro, .article-sidebar { position: static; }
	.city-hero__content { margin-left: 20px; }
	.footer-grid { grid-template-columns: 1.2fr .8fr; }
	.footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
	body { font-size: 15px; }
	h1 { font-size: 38px; }
	h2 { font-size: 30px; }
	h3 { font-size: 19px; }
	.container, .narrow { width: min(100% - 28px, 1180px); }
	.section { padding: 62px 0; }
	.availability-bar__inner { justify-content: center; }
	.availability-status { font-size: 12px; }
	.availability-contact { display: none; }
	.nav-shell__inner { min-height: 74px; }
	.site-brand { width: min(235px, calc(100% - 70px)); }
	.site-brand__image, .custom-logo { max-height: 52px; }
	.menu-toggle { width: 44px; height: 44px; }
	.primary-navigation { top: 38px; padding-top: 78px; }
	.booking-hero { padding: 48px 0 62px; }
	.service-page-hero { padding: 48px 0 58px; }
	.hub-hero { padding: 54px 0; }
	.booking-hero__grid { gap: 42px; }
	.booking-hero__lead, .city-hero__intro { font-size: 17px; }
	.booking-hero__actions { display: grid; grid-template-columns: 1fr; }
	.booking-hero__actions .button { width: 100%; }
	.hero-assurances { display: grid; }
	.review-summary > div { align-items: flex-start; flex-direction: column; gap: 2px; }
	.booking-hero__media { padding: 0 0 78px; }
	.service-page-hero__media { padding: 0 0 72px; }
	.booking-hero__image { aspect-ratio: 4 / 3; object-position: 64% center; }
	.service-status { right: 10px; left: 10px; min-width: 0; width: auto; }
	.service-page-hero__status { right: 8px; left: 8px; width: auto; }
	.quick-help__heading, .section-heading--row, .city-footer-cta__inner, .footer-bottom__inner { align-items: flex-start; flex-direction: column; }
	.quick-help__heading > a { display: none; }
	.quick-help__grid, .service-card-grid, .diagnostic-features, .blog-grid, .city-card-grid, .city-trust__inner { grid-template-columns: 1fr; }
	.service-assurance__grid, .service-process, .related-services-grid { grid-template-columns: 1fr; }
	.services-hub-grid { grid-template-columns: 1fr; }
	.services-hub-grid article { grid-template-columns: 1fr; }
	.services-hub-card__image { min-height: 0; aspect-ratio: 16 / 9; }
	.service-assurance__grid > div, .service-assurance__grid > div:first-child { border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; }
	.quick-help__grid > a { padding: 15px; }
	.service-card-grid article { padding: 24px 20px; }
	.appointment-section { padding: 68px 0; }
	.appointment-media { padding-bottom: 74px; }
	.route-note { right: 8px; left: 8px; width: auto; }
	.payment-panel { padding: 26px 20px; }
	.service-overview__scope { padding: 26px 20px; }
	.service-diagnostic-band { padding: 64px 0; }
	.payment-options { width: 100%; flex-direction: column; }
	.payment-options > div { width: 100%; min-width: 0; }
	.quality-layout { grid-template-columns: 1fr; gap: 34px; }
	.quality-badge-wrap { width: min(260px, 82%); margin: 0 auto; }
	.faq-list summary { grid-template-columns: 35px 1fr; gap: 8px; }
	.faq-list details > p, .faq-list details > div { padding-left: 43px; }
	.city-hero, .city-hero__content { min-height: 580px; }
	.city-hero h1 { font-size: 40px; }
	.city-hero__content { margin-right: 14px; margin-left: 14px; }
	.city-trust__inner > span, .city-trust__inner > span:first-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); border-left: 0; }
	.city-overview__main, .city-sidebar { padding: 26px 20px; }
	.city-card-grid article { padding: 24px 20px; }
	.city-footer-cta__inner .button { width: 100%; }
	.page-hero { padding: 52px 0; }
	.hub-hero__inner > p { font-size: 17px; }
	.breadcrumbs [aria-current="page"] { max-width: 210px; }
	.single-hero__media { order: -1; }
	.footer-contact-band__actions { width: 100%; flex-direction: column; }
	.footer-contact-band__actions .button { width: 100%; }
	.footer-grid { grid-template-columns: 1fr; gap: 34px; }
	.footer-grid > :last-child { grid-column: auto; }
	.footer-logo { width: min(300px, 100%); }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
