/*
Theme Name: Mobile RV Repair Now 2026
Theme URI: https://mobilervrepairnow.com/
Author: Mobile RV Repair Now
Description: Conversion-focused, fast, accessible theme for Mobile RV Repair Now — mobile RV roof, leak, insurance, plumbing and seasonal repair across South Coast MA and RI, plus premium-grade silicone RV roof coatings.
Version: 3.6.1
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: mobile-rv-repair-now-2026
*/

/* ---------------------------------------------------------------------------
 * Tokens
 * ------------------------------------------------------------------------ */
:root {
	--navy-950: #081627;
	--navy-900: #0d223a;
	--navy-800: #153654;
	--navy-700: #1f4a70;
	--blue-600: #2174b8;
	--blue-100: #e4f1fa;
	--orange-700: #b9410b;
	--orange-600: #df5a18;
	--orange-500: #f2762e;
	--orange-100: #fff0e7;
	--green-700: #15803d;
	--green-600: #16a34a;
	--green-100: #e7f6ed;
	--gold: #f5b301;
	--ink: #14202e;
	--muted: #556372;
	--line: #dde4ea;
	--soft: #f4f7f9;
	--white: #ffffff;
	--shadow-sm: 0 6px 20px rgba(8, 22, 39, 0.08);
	--shadow-lg: 0 24px 60px rgba(8, 22, 39, 0.18);
	--radius-sm: 0.6rem;
	--radius: 1rem;
	--radius-lg: 1.5rem;
	--container: 1200px;
	--font: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--site-header-height: 4.75rem;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--site-header-height) + 1rem); -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-wrap: anywhere;
}
body.menu-open { overflow: hidden; }

a { color: var(--blue-600); text-decoration-thickness: 0.08em; text-underline-offset: 0.16em; }
a:hover { color: var(--navy-900); }
img, svg { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3, h4 { margin: 0 0 0.6rem; line-height: 1.12; letter-spacing: -0.02em; color: var(--navy-950); font-weight: 800; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.25rem; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.2rem; }
small { font-size: 0.86rem; color: var(--muted); }
strong { font-weight: 700; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed; top: 1rem; left: 1rem; z-index: 9999; width: auto; height: auto; padding: 0.8rem 1rem; clip: auto; background: var(--white); color: var(--navy-950); box-shadow: var(--shadow-lg); }

.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.container--narrow { max-width: 860px; }

.eyebrow { margin: 0 0 0.7rem; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange-600); display: flex; align-items: center; gap: 0.6rem; }
.eyebrow::before { content: ""; width: 1.6rem; height: 3px; background: currentColor; border-radius: 2px; }
.eyebrow--light { color: var(--orange-500); }
.lede { font-size: 1.15rem; color: var(--muted); max-width: 62ch; }
.section--navy .lede, .section--lifetime .lede, .page-hero--dark .lede { color: rgba(255, 255, 255, 0.82); }
.fine-print { font-size: 0.9rem; color: var(--muted); }
.byline { font-size: 0.92rem; color: var(--muted); }
.text-link { font-weight: 700; }
.text-link--light { color: #fff; display: inline-block; margin-top: 0.8rem; }

/* ---------------------------------------------------------------------------
 * Buttons
 * ------------------------------------------------------------------------ */
.button {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	padding: 0.85rem 1.35rem; border-radius: 999px; border: 2px solid transparent;
	font-weight: 800; font-size: 0.98rem; line-height: 1.1; text-decoration: none; cursor: pointer;
	background: var(--orange-600); color: #fff; box-shadow: 0 6px 18px rgba(223, 90, 24, 0.28);
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
	white-space: nowrap;
}
.button:hover { transform: translateY(-1px); color: #fff; box-shadow: 0 10px 24px rgba(8, 22, 39, 0.2); }
.button--orange { background: var(--orange-600); }
.button--call { background: var(--green-700); box-shadow: 0 6px 18px rgba(21, 128, 61, 0.3); }
.button--call:hover { background: var(--green-600); }
.button--call::before { content: "☎"; font-size: 1.05em; }
.button--navy { background: var(--navy-900); box-shadow: 0 6px 18px rgba(13, 34, 58, 0.25); }
.button--navy:hover { background: var(--navy-800); }
.button--outline { background: transparent; color: var(--navy-900); border-color: var(--navy-900); box-shadow: none; }
.button--outline:hover { background: var(--navy-900); }
.button--light { background: #fff; color: var(--navy-900); box-shadow: none; }
.button--light:hover { background: var(--soft); color: var(--navy-950); }
.button--outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.7); box-shadow: none; }
.button--outline-light:hover { background: rgba(255, 255, 255, 0.12); }
.button--small { padding: 0.6rem 1rem; font-size: 0.9rem; }
.button--large { padding: 1rem 1.6rem; font-size: 1.05rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 0.7rem; margin: 1.4rem 0 1rem; }
.centered-action { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.8rem; margin-top: 2rem; }

/* ---------------------------------------------------------------------------
 * Top bar + header
 * ------------------------------------------------------------------------ */
.topbar { background: var(--navy-950); color: rgba(255, 255, 255, 0.85); font-size: 0.86rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 2.3rem; padding: 0.3rem 0; }
.topbar__actions { display: flex; gap: 1.2rem; white-space: nowrap; }
.topbar a { color: #fff; font-weight: 700; text-decoration: none; }
.topbar a:hover { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, 0.96); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; gap: 1.2rem; min-height: var(--site-header-height); }
.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; color: var(--navy-950); flex-shrink: 0; margin-right: 1rem; }
.brand .custom-logo { max-height: 56px; width: auto; }
.brand__mark svg { width: 44px; height: 44px; }
.brand__text { display: flex; flex-direction: column; font-weight: 900; font-size: 1.05rem; letter-spacing: -0.01em; line-height: 1.05; white-space: nowrap; }
.brand__tagline { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange-600); margin-top: 0.25rem; }

.primary-nav { display: flex; align-items: center; gap: 0.1rem; margin-left: auto; flex-wrap: nowrap; }
.nav-item { position: relative; display: flex; align-items: center; }
.nav-link { display: inline-block; padding: 0.55rem 0.6rem; color: var(--navy-900); font-weight: 700; font-size: 0.92rem; text-decoration: none; border-radius: 0.5rem; white-space: nowrap; }
.nav-link:hover { background: var(--soft); }
.nav-link--parent { padding-right: 0.3rem; }
.nav-toggle { background: none; border: 0; padding: 0.55rem 0.4rem; color: var(--navy-900); font-size: 0.9rem; cursor: pointer; border-radius: 0.4rem; }
.nav-toggle:hover, .nav-toggle[aria-expanded="true"] { background: var(--soft); }
.nav-item--highlight .nav-link { color: var(--orange-700); background: var(--orange-100); }
.nav-item--highlight .nav-link:hover { background: var(--orange-500); color: #fff; }
.nav-dropdown { position: absolute; top: calc(100% + 0.5rem); left: 0; min-width: 260px; padding: 0.6rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); display: none; z-index: 50; }
.nav-dropdown--wide { min-width: 520px; display: none; grid-template-columns: 1fr 1fr; }
.nav-dropdown.is-open { display: block; }
.nav-dropdown--wide.is-open { display: grid; }
.nav-dropdown a { display: block; padding: 0.55rem 0.75rem; color: var(--navy-900); font-weight: 600; font-size: 0.93rem; text-decoration: none; border-radius: 0.5rem; }
.nav-dropdown a:hover { background: var(--soft); color: var(--orange-700); }
.nav-dropdown a:first-child { font-weight: 800; color: var(--orange-700); }
.nav-dropdown--wide a:first-child { grid-column: 1 / -1; }

.header-actions { display: flex; align-items: center; gap: 0.6rem; margin-left: auto; flex-shrink: 0; }
.primary-nav + .header-actions { margin-left: 0.6rem; }
.menu-button { display: none; width: 44px; height: 44px; border: 2px solid var(--navy-900); border-radius: 0.6rem; background: #fff; position: relative; cursor: pointer; }
.menu-button span, .menu-button span::before, .menu-button span::after { position: absolute; left: 10px; width: 20px; height: 2.5px; background: var(--navy-900); border-radius: 2px; content: ""; transition: transform 0.2s ease; }
.menu-button span { top: 19px; }
.menu-button span::before { top: -7px; left: 0; }
.menu-button span::after { top: 7px; left: 0; }
.menu-button[aria-expanded="true"] span { background: transparent; }
.menu-button[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span::after { transform: translateY(-7px) rotate(-45deg); }

.mobile-panel { display: none; background: #fff; border-top: 1px solid var(--line); max-height: calc(100vh - var(--site-header-height)); overflow: auto; }
.mobile-panel.is-open { display: block; }
.mobile-panel__inner { padding: 1rem 0 1.5rem; display: flex; flex-direction: column; gap: 0.2rem; }
.mobile-link, .mobile-summary { display: block; padding: 0.85rem 0.4rem; font-weight: 800; color: var(--navy-900); text-decoration: none; border-bottom: 1px solid var(--line); cursor: pointer; list-style: none; }
.mobile-link--highlight { color: var(--orange-700); }
.mobile-summary::-webkit-details-marker { display: none; }
.mobile-summary::after { content: "+"; float: right; }
details[open] .mobile-summary::after { content: "−"; }
.mobile-children { display: flex; flex-direction: column; padding: 0.3rem 0 0.6rem 0.8rem; }
.mobile-children a { padding: 0.55rem 0.4rem; color: var(--navy-800); text-decoration: none; font-weight: 600; }
.mobile-panel__actions { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1rem; }

/* ---------------------------------------------------------------------------
 * Hero
 * ------------------------------------------------------------------------ */
.hero { position: relative; overflow: hidden; background: radial-gradient(1200px 600px at 85% -10%, var(--blue-100), transparent 60%), linear-gradient(180deg, #fbfcfd, #f4f7f9); padding: clamp(2.5rem, 6vw, 5rem) 0; }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.hero h1 strong { color: var(--orange-600); }
.hero__points { list-style: none; padding: 0; margin: 0.5rem 0 1.2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 1.2rem; }
.hero__points li { position: relative; padding-left: 1.6rem; font-weight: 600; font-size: 0.95rem; color: var(--navy-900); }
.hero__points li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green-700); font-weight: 900; }
.hero__media { display: grid; gap: 1rem; }
.hero__card { background: var(--navy-950); color: #fff; padding: 1.2rem 1.4rem; border-radius: var(--radius); box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 0.35rem; }
.hero__card .eyebrow { margin-bottom: 0.2rem; }
.hero__card strong { font-size: 1.1rem; line-height: 1.25; }
.hero__card span { font-size: 0.9rem; color: rgba(255, 255, 255, 0.8); }
.hero__card a { color: var(--orange-500); font-weight: 700; text-decoration: none; margin-top: 0.3rem; }
.hero__card a:hover { text-decoration: underline; }

.page-hero { background: linear-gradient(180deg, #fbfcfd, #f4f7f9); padding: clamp(2rem, 5vw, 4rem) 0 clamp(1.6rem, 4vw, 3rem); border-bottom: 1px solid var(--line); }
.page-hero--compact { padding: 2rem 0 1.5rem; }
.page-hero__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.page-hero--dark { background: radial-gradient(900px 500px at 90% 0%, rgba(242, 118, 46, 0.35), transparent 60%), linear-gradient(160deg, var(--navy-900), var(--navy-950)); color: #fff; border: 0; }
.page-hero--dark h1 { color: #fff; }
.service-location-line { font-size: 0.95rem; color: var(--muted); font-weight: 600; }
.service-location-line--light { color: rgba(255, 255, 255, 0.75); }

/* ---------------------------------------------------------------------------
 * Media
 * ------------------------------------------------------------------------ */
.media { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--navy-900); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media--hero { aspect-ratio: 14 / 10; }
.media--card { aspect-ratio: 16 / 10; }
.media--fallback img { width: 100%; height: 100%; object-fit: cover; }
.media figcaption { padding: 0.6rem 0.9rem; font-size: 0.85rem; color: #fff; background: var(--navy-950); }
.lifetime-media .media { box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-item { position: relative; display: block; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: var(--navy-900); text-decoration: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item span { position: absolute; left: 0; right: 0; bottom: 0; padding: 0.7rem 0.9rem; background: linear-gradient(transparent, rgba(8, 22, 39, 0.85)); color: #fff; font-weight: 700; font-size: 0.9rem; }

/* ---------------------------------------------------------------------------
 * Sections & layout
 * ------------------------------------------------------------------------ */
.section { padding: clamp(2.6rem, 6vw, 5rem) 0; }
.section--compact { padding: 1.8rem 0 0.5rem; }
.section--soft { background: var(--soft); }
.section--navy { background: linear-gradient(160deg, var(--navy-900), var(--navy-950)); color: #fff; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section--lifetime { background: radial-gradient(800px 400px at 10% 100%, rgba(242, 118, 46, 0.35), transparent 60%), linear-gradient(160deg, #0f2a45, var(--navy-950)); color: #fff; }
.section--lifetime h2, .section--lifetime h3 { color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center .lede { margin-inline: auto; }
.split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.split--reverse { grid-template-columns: 0.95fr 1.05fr; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 1.5rem 0; }
.container.two-col { margin-inline: auto; }
.stack { display: grid; gap: 1.2rem; }
.grid { display: grid; gap: 1.2rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.check-list { list-style: none; padding: 0; margin: 0.4rem 0 1.2rem; display: grid; gap: 0.55rem; }
.check-list li { position: relative; padding-left: 1.8rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: var(--green-100); color: var(--green-700); font-size: 0.8rem; font-weight: 900; display: grid; place-items: center; margin-top: 0.15rem; }
.check-list--light li::before { background: rgba(255, 255, 255, 0.16); color: #fff; }
.check-list--muted li::before { content: "–"; background: var(--soft); color: var(--muted); }
.numbered-list { padding-left: 1.3rem; }
.numbered-list li { margin-bottom: 0.5rem; }

/* Cards */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card__media { display: block; aspect-ratio: 16 / 10; background: var(--navy-900); }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: 1.3rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.card__body .eyebrow { font-size: 0.7rem; margin-bottom: 0.5rem; }
.card__body .eyebrow::before { display: none; }
.card h3 a { color: var(--navy-950); text-decoration: none; }
.card h3 a:hover { color: var(--orange-700); }
.card__body p { color: var(--muted); font-size: 0.97rem; flex: 1; }
.card__link { font-weight: 800; text-decoration: none; color: var(--orange-700); }
.card__link::after { content: " →"; }
.card__link:hover { text-decoration: underline; }
.card--benefit, .card--featured { padding: 1.4rem; }
.card__number { display: inline-grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: 0.6rem; background: var(--orange-100); color: var(--orange-700); font-weight: 900; font-size: 0.85rem; margin-bottom: 0.9rem; }

.town-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.8rem; }
.town-grid--compact { grid-template-columns: repeat(5, 1fr); }
.town-card { display: flex; flex-direction: column; gap: 0.2rem; padding: 0.95rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); text-decoration: none; color: var(--navy-950); transition: border-color 0.15s ease, transform 0.15s ease; }
.town-card:hover { border-color: var(--orange-500); transform: translateY(-2px); color: var(--navy-950); }
.town-card strong { font-size: 0.98rem; }
.town-card span { font-size: 0.8rem; color: var(--muted); }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.guide-grid--hub { grid-template-columns: repeat(2, 1fr); }
.guide-card { display: flex; flex-direction: column; gap: 0.5rem; padding: 1.4rem; background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--orange-500); border-radius: var(--radius); text-decoration: none; color: var(--ink); box-shadow: var(--shadow-sm); transition: transform 0.15s ease; }
.guide-card:hover { transform: translateY(-3px); color: var(--ink); }
.guide-card strong { font-size: 1.15rem; color: var(--navy-950); line-height: 1.25; }
.guide-card span { color: var(--muted); font-size: 0.95rem; }
.guide-card em { font-style: normal; font-weight: 800; color: var(--orange-700); }

.steps { margin-top: 1rem; }
.step { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--radius); padding: 1.4rem; }
.step__num { display: inline-grid; place-items: center; width: 2.3rem; height: 2.3rem; border-radius: 50%; background: var(--orange-600); color: #fff; font-weight: 900; margin-bottom: 0.8rem; }
.step h3 { font-size: 1.1rem; }
.step p { color: rgba(255, 255, 255, 0.8); font-size: 0.95rem; margin: 0; }

.callout { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.callout--muted { background: var(--soft); box-shadow: none; }
.callout--insurance { background: linear-gradient(160deg, var(--orange-600), var(--orange-700)); color: #fff; border: 0; }
.callout--insurance h3 { color: #fff; }
.callout--lifetime { background: linear-gradient(160deg, #0f2a45, var(--navy-950)); color: #fff; border: 0; margin: 2rem 0; }
.callout--lifetime h3 { color: #fff; }
.callout--success { border-top: 6px solid var(--green-600); text-align: center; padding: 2.5rem 2rem; }
.callout--success h1 { font-size: 2rem; }
.scope-box { background: var(--soft); border-left: 5px solid var(--navy-900); border-radius: var(--radius-sm); padding: 1.2rem 1.4rem; margin: 1.5rem 0; }
.scope-box h3 { font-size: 1.05rem; }
.scope-box p:last-child { margin: 0; }
.scope-box--light { background: rgba(255, 255, 255, 0.08); border-left-color: var(--orange-500); color: #fff; }
.scope-box--light h3 { color: #fff; }

.pricing-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem 1.5rem; margin: 1.5rem 0; padding: 1.2rem 1.4rem; background: var(--orange-100); border-radius: var(--radius); }
.pricing-strip h2 { font-size: 1.1rem; margin: 0; }
.pricing-strip p { margin: 0; font-size: 0.97rem; }
.pricing-strip a { font-weight: 800; white-space: nowrap; }

.rates-box { background: #fff; border: 2px solid var(--navy-900); border-radius: var(--radius); padding: 1.4rem; }
.rates-box h3 { font-size: 1.1rem; }
.rates-list { list-style: none; padding: 0; margin: 0 0 0.8rem; display: grid; gap: 0.5rem; }
.rates-list li { padding-left: 1.4rem; position: relative; font-size: 0.97rem; }
.rates-list li::before { content: "$"; position: absolute; left: 0; color: var(--green-700); font-weight: 900; }
.rates-box a { font-weight: 800; }
.rate-cards { margin-top: 0.5rem; }
.rate-card { background: #fff; border: 1px solid var(--line); border-top: 6px solid var(--orange-500); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.rate-card__price { display: block; font-size: 2.6rem; font-weight: 900; letter-spacing: -0.03em; color: var(--navy-950); line-height: 1; margin-bottom: 0.5rem; }
.rate-card__price small { font-size: 1rem; font-weight: 700; color: var(--muted); margin-left: 0.2rem; }
.rate-card h2 { font-size: 1.15rem; }
.rate-card p { color: var(--muted); margin: 0; font-size: 0.97rem; }

.review-badge { display: block; margin: 0.8rem 0 0; min-height: 40px; }
.review-badge .stars { color: var(--gold); letter-spacing: 0.08em; font-size: 1.05rem; }
.review-badge strong { color: var(--navy-950); }
.review-badge span { color: var(--muted); }
.review-badge a { font-weight: 700; }
.review-badge--large { font-size: 1.15rem; }
.page-hero--dark .review-badge span, .section--navy .review-badge span { color: rgba(255, 255, 255, 0.8); }

/* FAQ */
.faq { margin: 2rem 0 1rem; }
.faq__list { display: grid; gap: 0.6rem; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.faq__item summary { list-style: none; cursor: pointer; padding: 1rem 3rem 1rem 1.2rem; font-weight: 800; color: var(--navy-950); position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: 1.1rem; top: 0.85rem; font-size: 1.4rem; color: var(--orange-600); font-weight: 900; }
.faq__item[open] summary::after { content: "−"; }
.faq__answer { padding: 0 1.2rem 1.1rem; color: var(--ink); }
.faq__answer p:last-child { margin: 0; }

/* Prose */
.prose p { font-size: 1.05rem; }
.prose--large p { font-size: 1.12rem; }
.prose h2 { margin-top: 2rem; }
.prose ul, .prose ol { margin-bottom: 1.2rem; }
.editor-content { margin: 1.5rem 0; }
.editor-content img { border-radius: var(--radius); }
.editor-content .wp-block-gallery { margin: 1rem 0; }

/* Service layout */
.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.service-main > .prose:first-child { margin-bottom: 1rem; }
.service-sidebar { position: sticky; top: calc(var(--site-header-height) + 1rem); display: grid; gap: 1.2rem; }
.sidebar-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow-sm); }
.sidebar-card--form { border-top: 6px solid var(--orange-500); }
.sidebar-card h2 { font-size: 1.3rem; }
.contact-panel { background: var(--navy-950); color: #fff; border-radius: var(--radius); padding: 1.4rem; }
.contact-panel h2 { color: #fff; font-size: 1.25rem; }
.contact-panel p { color: rgba(255, 255, 255, 0.82); font-size: 0.97rem; }
.contact-panel__actions { display: grid; gap: 0.6rem; }
.contact-panel__actions .button { width: 100%; }
.contact-panel__actions .button--outline { color: #fff; border-color: rgba(255, 255, 255, 0.6); }
.contact-panel__hours { margin: 0.9rem 0 0; font-size: 0.9rem; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 2.5rem; align-items: start; }
.contact-form-card { padding: 2rem; }

/* Forms */
.native-request-form { display: grid; gap: 0.9rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem 1rem; }
.form-field { margin: 0; display: grid; gap: 0.35rem; }
.form-field--full { grid-column: 1 / -1; }
.native-request-form--compact .form-grid { grid-template-columns: 1fr; }
.form-field label { font-weight: 700; font-size: 0.9rem; color: var(--navy-900); }
.form-field .req { color: var(--orange-600); }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 0.75rem 0.85rem; border: 1.5px solid #c8d2dc; border-radius: 0.6rem; background: #fff; color: var(--ink); font-size: 1rem; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue-600); outline: 3px solid rgba(33, 116, 184, 0.2); outline-offset: 0; }
.form-field input[type="file"] { padding: 0.5rem; font-size: 0.9rem; }
.form-field small { font-size: 0.8rem; }
.form-honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.consent-field { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.86rem; color: var(--muted); }
.consent-field input { margin-top: 0.3rem; flex-shrink: 0; width: 1.1rem; height: 1.1rem; }
.native-request-form .button { width: 100%; }
.form-disclosure { font-size: 0.85rem; color: var(--muted); margin: 0; }
.form-status { padding: 1rem 1.2rem; border-radius: var(--radius-sm); margin-bottom: 1rem; }
.form-status--error { background: #fdecec; color: #8a1c1c; border: 1px solid #f5b5b5; }
.request-form--embedded iframe { width: 100%; min-height: 1200px; border: 0; border-radius: var(--radius); background: #fff; }
.request-form--embedded { margin: 0; }

/* Tables */
.area-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.area-table { width: 100%; border-collapse: collapse; font-size: 0.97rem; }
.area-table th, .area-table td { padding: 0.9rem 1rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.area-table thead th { background: var(--soft); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.area-table tbody tr:last-child th, .area-table tbody tr:last-child td { border-bottom: 0; }
.area-table th[scope="row"] { font-weight: 700; }
.area-table th[scope="row"] a { color: var(--navy-950); text-decoration: none; }
.area-table th[scope="row"] a:hover { color: var(--orange-700); text-decoration: underline; }

/* Breadcrumbs */
.breadcrumbs { background: #fff; border-bottom: 1px solid var(--line); font-size: 0.86rem; }
.breadcrumbs ol { list-style: none; margin: 0 auto; padding: 0.6rem 0; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.breadcrumbs li + li::before { content: "/"; color: #aab5c0; margin-right: 0.4rem; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--orange-700); text-decoration: underline; }
.breadcrumbs [aria-current] { color: var(--navy-950); font-weight: 700; }

/* CTA band + footer */
.cta-band { background: linear-gradient(135deg, var(--navy-900), var(--navy-950)); color: #fff; padding: clamp(2.5rem, 5vw, 4rem) 0; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, 0.8); max-width: 60ch; }
.cta-band__inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: center; }
.cta-band .button-row { justify-content: flex-end; margin: 0; }

.site-footer { background: var(--navy-950); color: rgba(255, 255, 255, 0.78); padding: 3.5rem 0 6rem; font-size: 0.93rem; }
.site-footer h2 { color: #fff; font-size: 1.2rem; }
.site-footer h3 { color: #fff; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 0.9rem; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; color: var(--orange-500); }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 0.9fr; gap: 2.2rem; }
.site-footer__contact a { font-weight: 700; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.45rem; }
.footer-note { margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.82rem; color: rgba(255, 255, 255, 0.6); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.6rem 2rem; }

.mobile-callbar { display: none; }

.review-embed { min-height: 200px; margin: 0 auto 1rem; }
.editor-placeholder { margin: 1rem 0; padding: 0.8rem 1rem; border: 2px dashed var(--orange-500); background: var(--orange-100); color: var(--orange-700); border-radius: var(--radius-sm); font-size: 0.9rem; }

/* ---------------------------------------------------------------------------
 * Verbatim legal documents (recovered templates)
 * ------------------------------------------------------------------------ */
main.bg-slate-950 { background: var(--navy-950); color: #cbd5e1; }
main.bg-slate-950 > section { padding: 3rem 0 4rem; }
main.bg-slate-950 .max-w-4xl { width: min(100% - 2.5rem, 900px); margin-inline: auto; }
main.bg-slate-950 h1, main.bg-slate-950 h2, main.bg-slate-950 h3, main.bg-slate-950 .text-slate-100 { color: #fff; }
main.bg-slate-950 h1 { font-size: clamp(2rem, 4vw, 2.6rem); }
main.bg-slate-950 h2 { font-size: 1.45rem; margin-top: 2.2rem; }
main.bg-slate-950 h3 { font-size: 1.15rem; margin-top: 1.4rem; }
main.bg-slate-950 p, main.bg-slate-950 li, main.bg-slate-950 .text-slate-300 { color: #cbd5e1; }
main.bg-slate-950 .text-slate-200 { color: #e2e8f0; }
main.bg-slate-950 .rounded-2xl { border-radius: 1rem; }
main.bg-slate-950 .border { border: 1px solid #1e293b; }
main.bg-slate-950 .p-6 { padding: 1.5rem; }
main.bg-slate-950 .mt-8 { margin-top: 2rem; }
main.bg-slate-950 .mt-10 { margin-top: 2.5rem; }
main.bg-slate-950 .space-y-10 > * + * { margin-top: 2.5rem; }
main.bg-slate-950 .space-y-4 > * + * { margin-top: 1rem; }
main.bg-slate-950 .space-y-2 > * + * { margin-top: 0.5rem; }
main.bg-slate-950 .space-y-1 > * + * { margin-top: 0.25rem; }
main.bg-slate-950 .list-disc { list-style: disc; padding-left: 1.5rem; }
main.bg-slate-950 nav ol { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
main.bg-slate-950 .text-sm { font-size: 0.9rem; }
main.bg-slate-950 .underline { text-decoration: underline; color: #cbd5e1; text-decoration-color: #475569; text-underline-offset: 0.18em; }
main.bg-slate-950 .underline:hover { color: #fff; }
main.bg-slate-950 .scroll-mt-24 { scroll-margin-top: 6rem; }

/* ---------------------------------------------------------------------------
 * Responsive
 * ------------------------------------------------------------------------ */
@media (max-width: 1320px) {
	.header-actions .button--navy { display: none; }
}

@media (max-width: 1100px) {
	.primary-nav { display: none; }
	.menu-button { display: block; }
	.site-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
	.site-footer__brand { grid-column: 1 / -1; }
	.town-grid, .town-grid--compact { grid-template-columns: repeat(3, 1fr); }
	.grid--4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
	.hero__grid, .page-hero__grid, .split, .split--reverse, .cta-band__inner, .contact-layout, .service-layout { grid-template-columns: 1fr; }
	.service-sidebar { position: static; }
	.grid--3 { grid-template-columns: repeat(2, 1fr); }
	.gallery-grid, .guide-grid { grid-template-columns: repeat(2, 1fr); }
	.cta-band .button-row { justify-content: flex-start; }
	.pricing-strip { grid-template-columns: 1fr; }
	.header-actions .button--navy { display: none; }
}

@media (max-width: 640px) {
	body { font-size: 16px; }
	.topbar__note { display: none; }
	.topbar__inner { justify-content: center; }
	.header-actions .button--call { display: none; }
	.brand { flex-shrink: 1; min-width: 0; margin-right: 0; }
	.brand__tagline { display: none; }
	.brand__text { font-size: 0.95rem; }
	.brand .custom-logo { max-height: 44px; }
	.grid--3, .grid--4, .gallery-grid, .guide-grid, .guide-grid--hub, .two-col, .form-grid { grid-template-columns: 1fr; }
	.town-grid, .town-grid--compact { grid-template-columns: 1fr 1fr; }
	.hero__points { grid-template-columns: 1fr; }
	.button-row .button { width: 100%; }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	.site-footer { padding-bottom: 7rem; }
	.mobile-callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; padding: 0.6rem 0.8rem calc(0.6rem + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, 0.97); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(8, 22, 39, 0.12); }
	.mobile-callbar--three { grid-template-columns: 1fr 1fr 1fr; }
	.mobile-callbar .button { padding: 0.8rem 0.5rem; font-size: 0.95rem; }
	main { padding-bottom: 0.5rem; }
	.contact-form-card { padding: 1.3rem; }
	h1 { font-size: 2rem; }
}

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

@media print {
	.topbar, .site-header, .mobile-callbar, .cta-band, .button { display: none !important; }
}
