/* ==========================================================================
   Magic Valley Slab Co. theme
   Mobile-first. Breakpoints: 640 (sm) 768 (md) 1024 (lg) 1280 (xl).
   Tokens from STYLE-GUIDE.md / design-dna.json. Radius 0-2px, no shadows.
   ========================================================================== */

@font-face { font-family: "Barlow"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/barlow-400.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/barlow-500.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/barlow-600.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/barlow-condensed-600.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/barlow-condensed-700.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/ibm-plex-mono-400.woff2") format("woff2"); }

:root {
	--c-charcoal: #1D2B34;
	--c-charcoal-deep: #16222B;
	--c-charcoal-panel: #243340;
	--c-charcoal-line: #33424E;
	--c-orange: #C8551B;
	--c-orange-text: #B24A15;
	--c-orange-dark-bg: #E2803F;
	--c-river: #557F95;
	--c-river-text: #4A6F82;
	--c-river-tint: #EEF3F6;
	--c-white: #FFFFFF;
	--c-paper: #F6F4F1;
	--c-concrete: #E8E7E3;
	--c-stone: #D8D1C5;
	--c-rule: #DFD9D2;
	--c-field-border: #8A8378;
	--c-ink: #1D2B34;
	--c-ink-body: #3C4952;
	--c-ink-muted: #59666F;
	--c-label: #6E665B; /* 5.15:1 on paper, 5.65:1 on white (WCAG AA) */
	--c-on-dark: #F6F4F1;
	--c-on-dark-strong: #C9D1D7;
	--c-on-dark-body: #A9B4BC;
	--c-on-dark-muted: #94A2AC;
	--c-good: #2F6B4F;
	--c-caution: #8A5A00;
	--c-error: #A8321E;
	--c-caution-bg: #FBF1DC;

	--f-display: "Barlow Condensed", "Arial Narrow", sans-serif;
	--f-body: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;
	--f-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

	--radius: 2px;
	--gutter: clamp(20px, 5vw, 40px);
	--section-y: 56px;
	--ease: cubic-bezier(.33, 1, .68, 1);
	--header-h: 68px;
}
@media (min-width: 1024px) {
	:root { --section-y: 80px; --header-h: 76px; }
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
	margin: 0;
	background: var(--c-white);
	color: var(--c-ink-body);
	font-family: var(--f-body);
	font-size: 17px;
	line-height: 1.6;
	overflow-x: clip;
	text-rendering: optimizeLegibility;
}
img, svg, video, iframe { max-width: 100%; height: auto; }
img { display: block; }
a { color: var(--c-orange-text); text-underline-offset: 3px; }
a:hover { color: var(--c-charcoal); }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { color: var(--c-ink); margin: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--c-orange-text); outline-offset: 2px; }
.band--dark :focus-visible, .hero :focus-visible, .page-hero :focus-visible, .site-footer :focus-visible, .final-cta :focus-visible { outline-color: var(--c-orange-dark-bg); }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
	position: absolute; left: 12px; top: -80px; z-index: 100;
	background: var(--c-charcoal); color: var(--c-white); padding: 12px 18px;
	font-family: var(--f-display); font-weight: 700; font-size: 18px; text-transform: uppercase; text-decoration: none;
}
.skip-link:focus { top: 12px; color: var(--c-white); }

.container { width: 100%; max-width: calc(1240px + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.container--wide { max-width: calc(1400px + 2 * var(--gutter)); }
.container--narrow { max-width: calc(880px + 2 * var(--gutter)); }

/* ---------- Type ---------- */
.h2 {
	font-family: var(--f-display); font-weight: 700; text-transform: uppercase;
	font-size: clamp(30px, 4vw, 48px); line-height: 1.02; letter-spacing: .005em;
	margin: 0 0 16px; text-wrap: balance;
}
.h3 {
	font-family: var(--f-display); font-weight: 700; text-transform: uppercase;
	font-size: clamp(21px, 2.2vw, 26px); line-height: 1.1; margin: 0 0 10px;
}
.lede { font-size: 19px; line-height: 1.55; color: var(--c-ink-muted); max-width: 60ch; }
.kicker {
	font-family: var(--f-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
	color: var(--c-orange-text); margin: 0 0 14px;
}
.kicker--light, .band--dark .kicker, .page-hero .kicker { color: var(--c-orange-dark-bg); }
.text-link {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--f-display); font-weight: 700; font-size: 19px; letter-spacing: .03em; text-transform: uppercase;
	color: var(--c-orange-text); text-decoration: none;
}
.text-link .icon { transition: transform .2s var(--ease); }
.text-link:hover { color: var(--c-charcoal); }
.text-link:hover .icon { transform: translateX(4px); }
.text-link--light { color: var(--c-orange-dark-bg); }
.text-link--light:hover { color: var(--c-white); }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 52px; padding: 12px 22px;
	font-family: var(--f-display); font-weight: 700; font-size: 20px; line-height: 1.1; letter-spacing: .03em; text-transform: uppercase;
	text-align: center; text-decoration: none; border: 1px solid transparent; border-radius: var(--radius); cursor: pointer;
	transition: background-color .15s var(--ease), border-color .15s var(--ease), color .15s var(--ease), transform .15s var(--ease);
}
.btn .icon { flex: none; }
.btn--primary { background: var(--c-orange); color: var(--c-white); }
.btn--primary:hover { background: var(--c-orange-text); color: var(--c-white); }
.btn--dark { background: var(--c-charcoal); color: var(--c-white); }
.btn--dark:hover { background: var(--c-charcoal-deep); color: var(--c-white); }
.btn--outline { border-color: var(--c-charcoal); color: var(--c-charcoal); background: transparent; }
.btn--outline:hover { background: var(--c-charcoal); color: var(--c-white); }
.btn--outline-light { border-color: #7F8E99; color: var(--c-on-dark); background: transparent; }
.btn--outline-light:hover { border-color: var(--c-on-dark); color: var(--c-white); }
.btn--block { width: 100%; }
@media (prefers-reduced-motion: no-preference) {
	.sonic-cta-hover:hover { transform: translateY(-2px); }
}

/* ---------- Top strip ---------- */
.strip { background: var(--c-charcoal-deep); color: var(--c-on-dark-body); font-family: var(--f-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.strip__inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 20px; padding-block: 8px; }
.strip__inner > * + *::before { content: "/"; margin-right: 20px; opacity: .45; }
.strip__area, .strip__call { display: none; }
.strip__call { color: var(--c-orange-dark-bg); text-decoration: none; align-items: center; gap: 6px; }
.strip__call:hover { color: var(--c-white); }
.strip__call::before { margin-right: 14px !important; }
@media (max-width: 767px) { .strip__inner > *::before { display: none; } .strip__inner { gap: 2px 16px; } }
@media (min-width: 768px) {
	.strip__area { display: inline; }
	.strip__call { display: inline-flex; }
}

/* ---------- Header + nav ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--c-white); border-bottom: 1px solid var(--c-rule); }
.site-header__inner { display: flex; align-items: center; gap: 16px; min-height: var(--header-h); }
.brand { display: block; flex: none; }
.brand img { height: 40px; width: auto; }
@media (min-width: 1024px) { .brand img { height: 50px; } }
.site-header__actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.site-header__actions .btn { display: none; min-height: 46px; font-size: 19px; padding: 10px 18px; white-space: nowrap; }
@media (min-width: 640px) { .site-header__actions .btn { display: inline-flex; } }
.menu-toggle {
	display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px;
	background: transparent; border: 1px solid var(--c-rule); border-radius: var(--radius); color: var(--c-charcoal); cursor: pointer;
}
.menu-toggle__close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__close { display: inline-flex; }
.menu-toggle__open { display: inline-flex; }

.nav { display: none; }
@media (min-width: 1280px) {
	.menu-toggle { display: none; }
	.nav { display: block; margin-left: auto; }
	.site-header__actions { margin-left: 8px; }
	.nav__list { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
	.nav__item { position: relative; display: flex; align-items: center; }
	.nav__link {
		display: block; padding: 10px 4px 10px 10px;
		font-family: var(--f-display); font-weight: 600; font-size: 17px; letter-spacing: .04em; text-transform: uppercase;
		color: var(--c-charcoal); text-decoration: none; white-space: nowrap;
	}
	.nav__item:not(.has-sub) .nav__link { padding-right: 10px; }
	.nav__link:hover, .nav__link[aria-current="page"] { color: var(--c-orange-text); }
	.nav__toggle {
		display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 32px;
		padding: 0; background: none; border: 0; color: var(--c-ink-muted); cursor: pointer;
	}
	.nav__toggle .icon { transition: transform .15s var(--ease); }
	.nav__toggle[aria-expanded="true"] .icon { transform: rotate(180deg); }
	.nav__sub {
		display: none; position: absolute; top: 100%; left: 0; min-width: 270px; z-index: 60;
		list-style: none; margin: 0; padding: 8px 0; background: var(--c-white);
		border: 1px solid var(--c-rule); border-top: 3px solid var(--c-orange);
	}
	.nav__item:hover > .nav__sub,
	.nav__item:focus-within > .nav__sub,
	.nav__toggle[aria-expanded="true"] + .nav__sub { display: block; }
	.nav__item:last-child .nav__sub, .nav__item:nth-last-child(2) .nav__sub { left: auto; right: 0; }
	.nav__sub a {
		display: block; padding: 9px 18px; font-weight: 500; font-size: 16px;
		color: var(--c-charcoal); text-decoration: none; white-space: nowrap;
	}
	.nav__sub a:hover, .nav__sub a[aria-current="page"] { background: var(--c-paper); color: var(--c-orange-text); }
}

.mobile-nav {
	position: fixed; left: 0; right: 0; bottom: 0; top: var(--mobile-nav-top, var(--header-h));
	z-index: 49; background: var(--c-white); overflow-y: auto; overscroll-behavior: contain;
	border-top: 1px solid var(--c-rule); padding-bottom: 96px;
}
.mobile-nav[hidden] { display: none; }
.mobile-nav__list { list-style: none; margin: 0; padding: 8px 0 0; }
.mobile-nav__list > li { border-bottom: 1px solid var(--c-rule); }
.mobile-nav summary, .mobile-nav__top {
	display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 8px 0;
	font-family: var(--f-display); font-weight: 700; font-size: 22px; letter-spacing: .02em; text-transform: uppercase;
	color: var(--c-charcoal); text-decoration: none; cursor: pointer; list-style: none;
}
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav details[open] summary .icon { transform: rotate(180deg); }
.mobile-nav details ul { list-style: none; margin: 0; padding: 0 0 12px; }
.mobile-nav details a { display: flex; align-items: center; min-height: 44px; padding: 4px 0 4px 14px; font-weight: 500; font-size: 17px; color: var(--c-ink-body); text-decoration: none; border-left: 2px solid var(--c-rule); }
.mobile-nav__cta { display: grid; gap: 12px; padding-block: 24px; }
body.nav-open { overflow: hidden; }
@media (min-width: 1280px) { .mobile-nav { display: none !important; } }

/* ---------- Bands ---------- */
.band { padding-block: var(--section-y); }
.band--white { background: var(--c-white); }
.band--paper { background: var(--c-paper); }
.band--dark { background: var(--c-charcoal); color: var(--c-on-dark-body); }
.band--dark .h2, .band--dark .h3, .band--dark h2, .band--dark h3 { color: var(--c-on-dark); }
.band--dark .lede { color: var(--c-on-dark-body); }

.section-head { margin-bottom: 32px; }
.section-head .lede { margin: 0; }
.section-head--center { text-align: center; }
.section-head--center .lede { margin-inline: auto; }
@media (min-width: 1024px) {
	.section-head--split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 40px; }
	.section-head--split .h2 { margin: 0; }
}

/* ---------- Hero ---------- */
.hero { background: var(--c-charcoal); color: var(--c-on-dark); overflow: hidden; }
.hero__grid { display: grid; }
.hero__text { padding-block: 44px 40px; }
.hero__eyebrow { font-weight: 500; font-size: 16px; line-height: 1.45; color: var(--c-on-dark-body); max-width: 48ch; margin: 0 0 16px; }
.hero__title {
	font-family: var(--f-display); font-weight: 700; text-transform: uppercase;
	font-size: clamp(42px, 6vw, 72px); line-height: .95; letter-spacing: -.005em;
	color: var(--c-on-dark); margin: 0 0 20px; text-wrap: balance;
}
.hero__sub { font-size: 19px; line-height: 1.55; color: var(--c-on-dark-strong); max-width: 46ch; margin: 0; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__actions .btn { flex: 1 1 100%; }
.hero__media { margin-inline: calc(-1 * var(--gutter)); aspect-ratio: 3 / 2; background: var(--c-charcoal-panel); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 60%; }
@media (min-width: 640px) { .hero__actions .btn { flex: 0 0 auto; } }
@media (min-width: 1024px) {
	.hero__grid { grid-template-columns: 1.15fr 1fr; min-height: 560px; }
	.hero__text { padding-block: 88px; padding-right: 40px; align-self: center; }
	.hero__media { margin: 0 calc(-1 * ((100vw - min(100vw, 1240px + 2 * var(--gutter))) / 2 + var(--gutter))) 0 0; aspect-ratio: auto; min-height: 100%; }
}

/* ---------- Pathways ---------- */
.paths__grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--c-rule); border: 1px solid var(--c-rule); }
@media (min-width: 640px) { .paths__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .paths__grid { grid-template-columns: repeat(4, 1fr); } }
.path { background: var(--c-white); }
.path__link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.path__media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--c-concrete); }
.path__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.path__body { padding: 20px 20px 24px; }
.path__title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.path__title .icon { color: var(--c-orange-text); flex: none; transition: transform .2s var(--ease); }
.path__body p { margin: 0; font-size: 16px; color: var(--c-ink-muted); }
.path__link:hover .path__title { color: var(--c-orange-text); }
.path__link:hover .path__title .icon { transform: translateX(4px); }
@media (prefers-reduced-motion: no-preference) { .path__link:hover .path__media img { transform: scale(1.03); } }
.paths__cta { margin-top: 28px; }
@media (max-width: 639px) {
	.path__link { display: grid; grid-template-columns: 112px 1fr; }
	.path__media { aspect-ratio: auto; height: 100%; min-height: 120px; }
	.path__body { padding: 14px 16px 16px; }
	.path__title { font-size: 21px; margin-bottom: 4px; }
	.path__body p { font-size: 15px; line-height: 1.45; }
}

/* ---------- Before you replace ---------- */
.before__grid { display: grid; gap: 40px; }
@media (min-width: 1024px) { .before__grid { grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; } }
.before__text p { max-width: 56ch; }
.before__strong { font-weight: 600; color: var(--c-charcoal); }
.signs { list-style: none; counter-reset: sign; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--c-rule); border: 1px solid var(--c-rule); }
.signs li { counter-increment: sign; position: relative; background: var(--c-white); padding: 14px 18px 14px 58px; font-size: 16.5px; line-height: 1.45; color: var(--c-ink-body); }
.signs li::before { content: counter(sign, decimal-leading-zero); position: absolute; left: 18px; top: 16px; font-family: var(--f-mono); font-size: 12px; color: var(--c-orange-text); }

/* ---------- Services tiles ---------- */
.tiles { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--c-charcoal-line); border: 1px solid var(--c-charcoal-line); }
@media (min-width: 640px) { .tiles { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .tiles { grid-template-columns: repeat(3, 1fr); } }
.tile a { display: flex; flex-direction: column; gap: 8px; height: 100%; min-height: 156px; padding: 24px 22px 22px; background: var(--c-charcoal-panel); color: var(--c-on-dark); text-decoration: none; transition: background-color .15s var(--ease); }
.tile a:hover { background: #2C3D4B; }
.tile__title { font-family: var(--f-display); font-weight: 700; font-size: 23px; line-height: 1.05; text-transform: uppercase; color: var(--c-on-dark); }
.tile__body { margin: 0; font-size: 15.5px; line-height: 1.5; color: #A3AFB8; }
.tile__more { margin-top: auto; color: var(--c-orange-dark-bg); display: inline-flex; }
.services__more { margin: 28px 0 0; }

/* ---------- Why concrete sinks ---------- */
.why__grid { display: grid; gap: 32px; }
@media (min-width: 1024px) {
	.why__grid { grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; }
	.why__head { position: sticky; top: calc(var(--header-h) + 32px); }
}
.why__close { font-size: 16px; color: var(--c-ink-muted); border-left: 3px solid var(--c-river); padding-left: 14px; max-width: 48ch; }
.causes { list-style: none; counter-reset: cause; margin: 0; padding: 0; }
.cause { counter-increment: cause; position: relative; padding: 26px 0 22px 76px; border-top: 1px solid var(--c-rule); }
.cause:first-child { border-top: 0; padding-top: 4px; }
.cause::before { content: counter(cause, decimal-leading-zero); position: absolute; left: 0; top: 20px; font-family: var(--f-display); font-weight: 700; font-size: 46px; line-height: 1; color: var(--c-stone); }
.cause:first-child::before { top: 0; }
.cause__title { font-family: var(--f-display); font-weight: 700; font-size: 25px; line-height: 1.1; text-transform: uppercase; margin: 0 0 8px; }
.cause p { margin: 0; max-width: 60ch; }

/* ---------- Diagram ---------- */
.diagram { margin: 0; }
.diagram__steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 40px; }
@media (min-width: 768px) { .diagram__steps { grid-template-columns: repeat(3, 1fr); gap: 36px; } }
.diagram__step { position: relative; }
.diagram__svg { display: block; width: 100%; height: auto; background: var(--c-white); border: 1px solid var(--c-rule); }
.diagram__step:not(:last-child)::after {
	content: ""; position: absolute; left: 50%; bottom: -30px; width: 14px; height: 14px;
	border-right: 3px solid var(--c-orange); border-bottom: 3px solid var(--c-orange); transform: translateX(-50%) rotate(45deg);
}
@media (min-width: 768px) {
	.diagram__step:not(:last-child)::after { left: auto; bottom: auto; right: -26px; top: 42%; transform: rotate(-45deg); }
}
.diagram__label { font-family: var(--f-display); font-weight: 700; font-size: 28px; line-height: 1; text-transform: uppercase; color: var(--c-charcoal); margin: 18px 0 6px; }
.diagram__caption { margin: 0; font-size: 16px; color: var(--c-ink-muted); max-width: 34ch; }
.dg-soil { fill: var(--c-stone); }
.dg-slab { fill: var(--c-concrete); stroke: var(--c-charcoal); stroke-width: 2; }
.dg-void { fill: var(--c-river); }
.dg-foam { fill: var(--c-orange); }
.dg-port { fill: var(--c-charcoal); }
.dg-arrow { fill: none; stroke: var(--c-orange); stroke-width: 3; stroke-linecap: square; }
.dg-lip { stroke: var(--c-orange); stroke-width: 3; }
.dg-check { fill: none; stroke: var(--c-good); stroke-width: 4; stroke-linecap: square; }
.dg-rise, .dg-settle, .dg-foam { transform-box: fill-box; }
.dg-foam { transform-origin: 50% 100%; }
.prose .diagram { margin: 36px 0; }

/* ---------- Process ---------- */
.process__top { display: grid; gap: 32px; margin-bottom: 44px; }
@media (min-width: 1024px) { .process__top { grid-template-columns: 7fr 5fr; gap: 56px; align-items: center; } }
.process__note { font-size: 16px; color: var(--c-ink-muted); border-left: 3px solid var(--c-river); padding-left: 14px; max-width: 56ch; }
.process__media { aspect-ratio: 3 / 2; background: var(--c-concrete); overflow: hidden; }
.process__media img { width: 100%; height: 100%; object-fit: cover; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 32px; }
@media (min-width: 640px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { border-top: 3px solid var(--c-orange); padding-top: 18px; }
.step__num { display: block; font-family: var(--f-display); font-weight: 700; font-size: 44px; line-height: 1; color: var(--c-stone); margin-bottom: 8px; }
.step__title { font-family: var(--f-display); font-weight: 700; font-size: 24px; line-height: 1.1; text-transform: uppercase; margin: 0 0 8px; }
.step p { margin: 0; font-size: 16px; color: var(--c-ink-muted); }

/* ---------- Residential / commercial split ---------- */
.split-band { display: grid; }
@media (min-width: 1024px) { .split-band { grid-template-columns: 1fr 1fr; } }
.split-band__half { padding: var(--section-y) var(--gutter); }
.split-band__half--light { background: var(--c-paper); }
.split-band__half--dark { background: var(--c-charcoal); color: var(--c-on-dark-body); }
.split-band__half--dark .h2 { color: var(--c-on-dark); }
.split-band__half--dark .lede { color: var(--c-on-dark-body); }
.split-band__inner { max-width: 560px; }
@media (min-width: 1024px) {
	.split-band__half--light { padding-left: max(var(--gutter), calc((100vw - 1240px) / 2)); padding-right: 56px; }
	.split-band__half--dark { padding-left: 56px; padding-right: max(var(--gutter), calc((100vw - 1240px) / 2)); }
}
.checks { list-style: none; margin: 0 0 20px; padding: 0; }
.checks li { display: flex; gap: 12px; padding: 7px 0; font-size: 17px; font-weight: 500; color: var(--c-charcoal); }
.checks .icon { color: var(--c-orange-text); flex: none; margin-top: 4px; }
.checks--dark li { color: var(--c-on-dark); }
.checks--dark .icon { color: var(--c-orange-dark-bg); }

/* ---------- Lift vs replace ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--c-rule); background: var(--c-white); }
.compare { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 16px; }
.compare th, .compare td { padding: 14px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--c-rule); }
.compare tbody tr:last-child > * { border-bottom: 0; }
.compare thead th { font-family: var(--f-display); font-weight: 700; font-size: 20px; line-height: 1.1; text-transform: uppercase; color: var(--c-charcoal); }
.compare thead th.compare__lift { border-top: 3px solid var(--c-river); }
.compare tbody th { width: 22%; font-weight: 600; color: var(--c-charcoal); }
.compare .compare__lift { background: var(--c-river-tint); }
.verdicts { display: grid; gap: 1px; margin-top: 32px; background: var(--c-rule); border: 1px solid var(--c-rule); }
@media (min-width: 768px) { .verdicts { grid-template-columns: 1fr 1fr; } }
.verdict { background: var(--c-white); padding: 24px; }
.verdict__title { display: flex; align-items: center; gap: 10px; font-family: var(--f-display); font-weight: 700; font-size: 22px; line-height: 1.1; text-transform: uppercase; margin: 0 0 10px; }
.verdict--lift .verdict__title .icon { color: var(--c-good); flex: none; }
.verdict--replace .verdict__title .icon { color: var(--c-caution); flex: none; }
.verdict ul { list-style: none; margin: 0; padding: 0; }
.verdict li { position: relative; padding: 7px 0 7px 20px; }
.verdict li::before { content: ""; position: absolute; left: 0; top: 16px; width: 7px; height: 7px; background: var(--c-good); }
.verdict--replace li::before { background: var(--c-caution); }
.versus__more { margin: 28px 0 0; }
@media (max-width: 639px) {
	.table-wrap { overflow: visible; border: 0; background: none; }
	.compare, .compare tbody, .compare tr, .compare th, .compare td { display: block; width: 100%; min-width: 0; }
	.compare thead { display: none; }
	.compare tbody tr { background: var(--c-white); border: 1px solid var(--c-rule); margin-bottom: 12px; }
	.compare tbody th { width: 100%; padding: 12px 16px 6px; border: 0; font-family: var(--f-display); font-weight: 700; font-size: 20px; text-transform: uppercase; }
	.compare td { border: 0; padding: 6px 16px 12px; }
	.compare td::before { content: attr(data-label); display: block; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--c-label); margin-bottom: 2px; }
	.compare td.compare__lift { background: var(--c-river-tint); padding-top: 10px; }
	.compare td.compare__lift::before { color: var(--c-river-text); }
}

/* ---------- Wash down ---------- */
.washdown__grid { display: grid; gap: 32px; }
@media (min-width: 1024px) { .washdown__grid { grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } }
.washdown__media { aspect-ratio: 4 / 3; background: var(--c-concrete); overflow: hidden; }
.washdown__media img { width: 100%; height: 100%; object-fit: cover; }
.washdown__lead { display: flex; align-items: center; gap: 12px; font-family: var(--f-display); font-weight: 700; font-size: 26px; line-height: 1.1; text-transform: uppercase; color: var(--c-charcoal); }
.washdown__lead .icon { color: var(--c-orange-text); flex: none; }
.washdown__text p { max-width: 54ch; }

/* ---------- Why us ---------- */
.whyus__grid { display: grid; gap: 28px; }
@media (min-width: 1024px) {
	.whyus__grid { grid-template-columns: 4fr 8fr; gap: 56px; align-items: start; }
	.whyus__head { position: sticky; top: calc(var(--header-h) + 32px); }
}
.reasons { list-style: none; counter-reset: reason; margin: 0; padding: 0; display: grid; column-gap: 40px; }
@media (min-width: 768px) { .reasons { grid-template-columns: 1fr 1fr; } }
.reason { counter-increment: reason; padding: 22px 0; border-top: 1px solid var(--c-charcoal-line); }
.reason::before { content: counter(reason, decimal-leading-zero); display: block; font-family: var(--f-mono); font-size: 12px; color: var(--c-orange-dark-bg); margin-bottom: 8px; }
.reason__title { font-family: var(--f-display); font-weight: 700; font-size: 23px; line-height: 1.1; text-transform: uppercase; color: var(--c-on-dark); margin: 0 0 6px; }
.reason p { margin: 0; font-size: 16.5px; }

/* ---------- Service area ---------- */
.service-area__grid { display: grid; gap: 32px; }
@media (min-width: 1024px) { .service-area__grid { grid-template-columns: 5fr 7fr; gap: 56px; align-items: center; } }
.areas { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--c-rule); border: 1px solid var(--c-rule); }
.areas a {
	display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 58px; padding: 12px 16px;
	background: var(--c-white); font-family: var(--f-display); font-weight: 700; font-size: 21px; letter-spacing: .02em; text-transform: uppercase;
	color: var(--c-charcoal); text-decoration: none;
}
.areas a .icon { color: var(--c-orange-text); flex: none; }
.areas a:hover { color: var(--c-orange-text); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--c-rule); }
.faq__item { border-bottom: 1px solid var(--c-rule); }
.faq__q {
	display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; min-height: 56px;
	font-family: var(--f-display); font-weight: 700; font-size: 22px; line-height: 1.15; text-transform: uppercase;
	color: var(--c-charcoal); cursor: pointer; list-style: none;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--c-orange-text); }
.faq__mark { color: var(--c-orange-text); flex: none; transition: transform .2s var(--ease); }
.faq__item[open] .faq__mark { transform: rotate(45deg); }
.faq__a { padding: 0 0 22px; }
.faq__a p { margin: 0; max-width: 70ch; }
.home-faq__more { margin: 24px 0 0; }

/* ---------- Final CTA + form ---------- */
.final-cta__grid { display: grid; gap: 40px; }
@media (min-width: 1024px) { .final-cta__grid { grid-template-columns: 5fr 6fr; gap: 64px; align-items: start; } }
.final-cta__call-label { font-family: var(--f-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--c-on-dark-muted); margin: 28px 0 6px; }
.final-cta__phone {
	display: inline-flex; align-items: center; gap: 12px; margin-bottom: 28px;
	font-family: var(--f-display); font-weight: 700; font-size: clamp(34px, 4vw, 44px); line-height: 1; color: var(--c-on-dark); text-decoration: none;
}
.final-cta__phone .icon { color: var(--c-orange-dark-bg); }
.final-cta__phone:hover { color: var(--c-orange-dark-bg); }

.contact-list { margin: 0; display: grid; gap: 14px; }
.contact-list > div { display: grid; gap: 2px; }
@media (min-width: 640px) { .contact-list > div { grid-template-columns: 100px 1fr; gap: 16px; } }
.contact-list dt { display: flex; align-items: center; gap: 8px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--c-label); padding-top: 3px; }
.contact-list dd { margin: 0; font-size: 16.5px; color: var(--c-ink-body); overflow-wrap: anywhere; }
.contact-list--dark dt { color: var(--c-on-dark-muted); }
.contact-list--dark dd { color: var(--c-on-dark-body); }
.contact-list--dark a { color: var(--c-orange-dark-bg); }
.contact-list--dark a:hover { color: var(--c-white); }

.form { display: grid; gap: 16px; background: var(--c-white); color: var(--c-ink-body); border: 1px solid var(--c-rule); border-top: 3px solid var(--c-orange); padding: 26px 20px; }
@media (min-width: 640px) { .form { padding: 32px 30px; } }
.form__title { display: flex; align-items: center; gap: 10px; font-family: var(--f-display); font-weight: 700; font-size: 26px; line-height: 1.1; text-transform: uppercase; color: var(--c-charcoal); margin: 0; }
.form__title .icon { color: var(--c-good); }
.form__note { margin: 6px 0 0; font-size: 14px; color: var(--c-label); }
.form__row { display: grid; gap: 16px; }
@media (min-width: 640px) { .form__row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 6px; }
.field label { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15.5px; color: var(--c-charcoal); }
.field .req { color: var(--c-orange-text); }
.field .opt { font-weight: 400; color: var(--c-ink-muted); }
.field input, .field select, .field textarea {
	width: 100%; min-height: 48px; padding: 11px 14px; font-size: 16px; color: var(--c-ink);
	background: #FBFAF8; border: 1px solid var(--c-field-border); border-radius: var(--radius);
}
.field textarea { resize: vertical; min-height: 112px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--c-orange-text); outline-offset: 0; border-color: var(--c-orange-text); background: var(--c-white); }
.field--file input { padding: 10px; background: var(--c-paper); }
.field__help { margin: 0; font-size: 14.5px; color: var(--c-ink-muted); }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__error { display: flex; gap: 10px; align-items: flex-start; margin: 0; padding: 12px 14px; background: #FBEAE6; color: var(--c-error); border-left: 3px solid var(--c-error); font-weight: 500; }
.form__error .icon { flex: none; margin-top: 2px; }
.form__note { margin: 0; font-size: 14.5px; color: var(--c-ink-muted); }
.form button.btn { border: 0; }
.form--done p { margin: 0; }
.form--done a { font-weight: 600; }

/* ---------- Inner pages ---------- */
.page-hero { background: var(--c-charcoal); color: var(--c-on-dark); padding-block: 36px 44px; }
@media (min-width: 1024px) { .page-hero { padding-block: 56px 68px; } }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 4px 8px; list-style: none; margin: 0; padding: 0; font-family: var(--f-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--c-on-dark-muted); }
.crumbs li + li::before { content: "/"; margin-right: 8px; opacity: .6; }
.crumbs a { color: var(--c-on-dark-body); text-decoration: none; }
.crumbs a:hover { color: var(--c-white); text-decoration: underline; }
.page-hero__title { font-family: var(--f-display); font-weight: 700; text-transform: uppercase; font-size: clamp(36px, 5vw, 62px); line-height: .98; color: var(--c-on-dark); margin: 16px 0; max-width: 22ch; text-wrap: balance; }
.page-hero__intro { font-size: 19px; line-height: 1.55; color: var(--c-on-dark-strong); max-width: 62ch; margin: 0; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.page-hero--plain { background: var(--c-paper); color: var(--c-ink); border-bottom: 1px solid var(--c-rule); }
.page-hero--plain .page-hero__title { color: var(--c-ink); }
.page-hero--plain .page-hero__intro { color: var(--c-ink-muted); }
.page-hero--plain .crumbs ol { color: var(--c-label); }
.page-hero--plain .crumbs a { color: var(--c-ink-body); }
.page-body { padding-block: 48px 64px; }

.prose { max-width: 780px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { font-family: var(--f-display); font-weight: 700; text-transform: uppercase; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.05; margin: 52px 0 14px; text-wrap: balance; }
.prose h3 { font-family: var(--f-display); font-weight: 700; text-transform: uppercase; font-size: 24px; line-height: 1.1; margin: 32px 0 10px; }
.prose h4 { font-weight: 600; font-size: 19px; margin: 24px 0 8px; }
.prose p, .prose li { line-height: 1.65; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 22px; }
.prose li { margin-bottom: 6px; }
.prose ul li::marker { color: var(--c-orange); }
.prose ol li::marker { color: var(--c-orange-text); font-weight: 600; }
.prose strong { color: var(--c-charcoal); }
.prose figure { margin: 32px 0; }
.prose figcaption { font-size: 14.5px; color: var(--c-ink-muted); margin-top: 8px; }
.prose blockquote { margin: 28px 0; padding-left: 18px; border-left: 3px solid var(--c-orange); }
.prose .wp-block-table { overflow-x: auto; margin: 28px 0; }
.prose table { width: 100%; border-collapse: collapse; font-size: 16px; }
.prose th, .prose td { padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--c-rule); }
.prose thead th { font-family: var(--f-display); font-weight: 700; font-size: 18px; text-transform: uppercase; color: var(--c-charcoal); background: var(--c-paper); }
.prose .wp-block-details { border-bottom: 1px solid var(--c-rule); padding: 4px 0; }
.prose .wp-block-details summary { font-family: var(--f-display); font-weight: 700; font-size: 21px; text-transform: uppercase; color: var(--c-charcoal); padding: 12px 0; cursor: pointer; }
.prose .callout, .prose .is-style-callout { background: var(--c-paper); border-left: 3px solid var(--c-river); padding: 18px 20px; margin: 28px 0; }
.prose .callout > :last-child, .prose .is-style-callout > :last-child { margin-bottom: 0; }

/* ---------- Trust bar (Sonic Boom: honest proof under the hero) ---------- */
.trustbar { background: var(--c-paper); border-bottom: 1px solid var(--c-rule); }
.trustbar__list { list-style: none; margin: 0 auto; padding-block: 22px; display: grid; gap: 16px 32px; }
@media (min-width: 640px) { .trustbar__list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .trustbar__list { grid-template-columns: repeat(4, 1fr); padding-block: 26px; } }
.trustbar__title { display: flex; align-items: center; gap: 8px; margin: 0 0 4px; font-family: var(--f-display); font-weight: 700; font-size: 20px; line-height: 1.1; text-transform: uppercase; color: var(--c-charcoal); }
.trustbar__title .icon { color: var(--c-good); flex: none; }
.trustbar__body { margin: 0; font-size: 15px; line-height: 1.5; color: var(--c-ink-muted); padding-left: 28px; }
@media (max-width: 639px) {
	.trustbar__list { grid-template-columns: 1fr 1fr; gap: 12px 16px; padding-block: 18px; }
	.trustbar__title { font-size: 18px; align-items: flex-start; }
	.trustbar__body { display: none; }
}

/* ---------- Service area map ---------- */
.area-map { margin: 0; }
.area-map svg { display: block; width: 100%; height: auto; border: 1px solid var(--c-rule); }
.area-map__bg { fill: var(--c-white); }
.area-map__river { fill: none; stroke: var(--c-river); stroke-width: 4; stroke-linejoin: round; stroke-linecap: round; }
.area-map__river-label { font-family: var(--f-mono); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; fill: var(--c-river-text); }
.area-map__dot { fill: var(--c-charcoal); stroke: var(--c-white); stroke-width: 2; }
.area-map__dot.is-primary { fill: var(--c-orange); }
.area-map__label { font-family: var(--f-display); font-weight: 700; font-size: 19px; text-transform: uppercase; fill: var(--c-charcoal); }
.area-map__label.is-primary { font-size: 22px; }
.area-map__note { margin-top: 8px; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--c-label); }
.service-area__more { margin: 20px 0 0; }
.service-area__text .areas { margin-top: 24px; }

/* ---------- Recent jobs (dormant until real photos exist) ---------- */
.jobs__grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
@media (min-width: 640px) { .jobs__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .jobs__grid { grid-template-columns: repeat(3, 1fr); } }
.jobs__grid figure { margin: 0; }
.jobs__grid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.jobs__grid figcaption { margin-top: 8px; font-size: 15px; color: var(--c-ink-muted); }

.form__step { margin: 8px 0 -4px; padding-top: 16px; border-top: 1px solid var(--c-rule); font-family: var(--f-display); font-weight: 700; font-size: 20px; text-transform: uppercase; color: var(--c-charcoal); }

.prose .contact-list { margin: 8px 0 24px; }
.prose .areas, .prose .related ul, .prose .diagram__steps, .prose .lost-links { padding-left: 0; margin-bottom: 28px; }
.prose .areas li, .prose .related li, .prose .diagram__steps li { margin: 0; }
.prose .areas li::marker, .prose .related li::marker { content: none; }
@media (min-width: 1024px) {
	.prose--contact { max-width: none; display: grid; grid-template-columns: 7fr 5fr; column-gap: 64px; align-items: start; }
	.prose--contact > * { grid-column: 2; }
	.prose--contact > .form { grid-column: 1; grid-row: 1 / span 12; position: sticky; top: calc(var(--header-h) + 24px); }
	.prose--contact > h2:first-of-type { margin-top: 0; }
	.prose--contact .wash { margin-top: 16px; }
}
.cta-inline { display: grid; gap: 16px; margin: 40px 0; padding: 24px; background: var(--c-paper); border: 1px solid var(--c-rule); border-top: 3px solid var(--c-orange); }
.cta-inline__title { font-family: var(--f-display); font-weight: 700; font-size: 26px; line-height: 1.1; text-transform: uppercase; color: var(--c-charcoal); margin: 0 0 6px; }
.cta-inline p { margin: 0; }
.cta-inline__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.wash { display: grid; grid-template-columns: 40px 1fr; gap: 16px; margin: 36px 0; padding: 22px; background: var(--c-paper); border: 1px solid var(--c-rule); }
.wash__icon { color: var(--c-orange-text); }
.wash__title { font-family: var(--f-display); font-weight: 700; font-size: 24px; line-height: 1.1; text-transform: uppercase; color: var(--c-charcoal); margin: 0 0 4px; }
.wash__lead { font-weight: 600; color: var(--c-charcoal); margin: 0 0 6px; }
.wash__body { margin: 0; font-size: 16px; }

.related { margin: 44px 0; }
.related__title { font-family: var(--f-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--c-orange-text); margin: 0 0 10px; }
.related ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--c-rule); }
.related li { margin: 0; }
.related a { display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; padding: 14px 0; border-bottom: 1px solid var(--c-rule); text-decoration: none; }
.related__t { font-family: var(--f-display); font-weight: 700; font-size: 20px; text-transform: uppercase; color: var(--c-charcoal); }
.related__d { grid-column: 1; font-size: 15px; color: var(--c-ink-muted); }
.related a .icon { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--c-orange-text); }
.related a:hover .related__t { color: var(--c-orange-text); }

.cta-band { background: var(--c-orange-text); color: var(--c-white); padding-block: 44px; }
.cta-band__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.cta-band__title { font-family: var(--f-display); font-weight: 700; text-transform: uppercase; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.02; color: var(--c-white); margin: 0 0 8px; }
.cta-band__body { margin: 0; font-size: 17px; max-width: 56ch; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-band .btn--outline-light { border-color: var(--c-white); color: var(--c-white); }
.cta-band .btn--outline-light:hover { background: var(--c-white); color: var(--c-orange-text); }

.lost-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--c-rule); border: 1px solid var(--c-rule); max-width: 780px; }
@media (min-width: 640px) { .lost-links { grid-template-columns: 1fr 1fr; } }
.lost-links a { display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; background: var(--c-white); font-family: var(--f-display); font-weight: 700; font-size: 21px; text-transform: uppercase; color: var(--c-charcoal); text-decoration: none; }
.lost-links a .icon { color: var(--c-orange-text); }

/* ---------- Inner page template (Stage 4) ---------- */
.page-hero__grid { display: grid; }
.page-hero--split { padding-bottom: 0; overflow: hidden; }
.page-hero--split .page-hero__text { padding-bottom: 40px; }
.page-hero__media { margin-inline: calc(-1 * var(--gutter)); aspect-ratio: 16 / 9; background: var(--c-charcoal-panel); }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 1024px) {
	.page-hero--split { padding-block: 0; }
	.page-hero--split .page-hero__grid { grid-template-columns: 1.1fr 1fr; min-height: 440px; }
	.page-hero--split .page-hero__text { align-self: center; padding-block: 56px; padding-right: 40px; }
	.page-hero__media { margin: 0 calc(-1 * ((100vw - min(100vw, 1240px + 2 * var(--gutter))) / 2 + var(--gutter))) 0 0; aspect-ratio: auto; min-height: 100%; }
}

.page-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; }
.page-layout > * { min-width: 0; }
@media (min-width: 1024px) {
	.page-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 64px; align-items: start; }
	.page-aside { position: sticky; top: calc(var(--header-h) + 24px); }
}
.page-aside { display: grid; gap: 20px; }
.toc { border-left: 3px solid var(--c-rule); padding: 4px 0 4px 16px; }
.toc__title { font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--c-label); margin: 0 0 8px; }
.toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.toc a { display: block; padding: 5px 0; font-size: 15.5px; line-height: 1.35; color: var(--c-ink-body); text-decoration: none; }
.toc a:hover { color: var(--c-orange-text); }
@media (max-width: 1023px) { .toc { display: none; } }
.aside-card { background: var(--c-charcoal); color: var(--c-on-dark-body); padding: 24px; border-top: 3px solid var(--c-orange); display: grid; gap: 12px; }
.aside-card__title { font-family: var(--f-display); font-weight: 700; font-size: 26px; line-height: 1.05; text-transform: uppercase; color: var(--c-on-dark); margin: 0; }
.aside-card__body { margin: 0; font-size: 15.5px; }
.aside-card .btn { width: 100%; }
.aside-card__phone { display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-display); font-weight: 700; font-size: 28px; color: var(--c-on-dark); text-decoration: none; }
.aside-card__phone .icon { color: var(--c-orange-dark-bg); }
.aside-card__phone:hover { color: var(--c-orange-dark-bg); }
.aside-card__note { display: flex; gap: 8px; align-items: flex-start; margin: 0; padding-top: 12px; border-top: 1px solid var(--c-charcoal-line); font-size: 14.5px; }
.aside-card__note .icon { color: var(--c-orange-dark-bg); flex: none; margin-top: 2px; }

/* Content blocks used in Gutenberg page content */
.prose .answer { background: var(--c-river-tint); border-left: 4px solid var(--c-river); padding: 20px 22px; margin: 0 0 32px; }
.prose .answer h2 { margin-top: 0; font-size: clamp(24px, 2.8vw, 32px); }
.prose .answer > :last-child, .prose .answer .wp-block-group__inner-container > :last-child { margin-bottom: 0; }
.prose .wp-block-group__inner-container > :first-child { margin-top: 0; }
.prose .answer p { font-size: 18px; }
.prose ul.checklist { list-style: none; padding: 0; display: grid; gap: 1px; background: var(--c-rule); border: 1px solid var(--c-rule); }
.prose ul.checklist li { position: relative; margin: 0; padding: 12px 16px 12px 46px; background: var(--c-white); }
.prose ul.checklist li::before {
	content: ""; position: absolute; left: 16px; top: 17px; width: 16px; height: 9px;
	border-left: 2px solid var(--c-orange-text); border-bottom: 2px solid var(--c-orange-text); transform: rotate(-45deg);
}
.prose ol.process-list { list-style: none; counter-reset: step; padding: 0; margin: 28px 0; display: grid; gap: 20px; }
.prose ol.process-list li { counter-increment: step; position: relative; margin: 0; padding: 16px 0 0 64px; border-top: 3px solid var(--c-orange); }
.prose ol.process-list li::before { content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: 12px; font-family: var(--f-display); font-weight: 700; font-size: 40px; line-height: 1; color: var(--c-stone); }
.prose ol.process-list strong { font-family: var(--f-display); font-weight: 700; font-size: 22px; text-transform: uppercase; display: block; margin-bottom: 2px; }
.prose .callout--caution { background: var(--c-caution-bg, #FBF1DC); border-left-color: var(--c-caution); }
.prose .suit th:nth-child(2), .prose .suit td:nth-child(2) { background: var(--c-river-tint); }
.prose .suit tbody td:first-child { font-weight: 600; color: var(--c-charcoal); }
.prose .wp-block-image img, .prose figure img { width: 100%; height: auto; }
.prose .wp-block-table figcaption { font-size: 14px; color: var(--c-ink-muted); }
.prose .suit table { min-width: 560px; }
.prose .wp-block-table table { border: 1px solid var(--c-rule); }
.prose .wp-block-table th, .prose .wp-block-table td { border: 0; border-bottom: 1px solid var(--c-rule); }
.prose .wp-block-table thead { border-bottom: 2px solid var(--c-charcoal); }
.prose .wp-block-table tbody tr:last-child td { border-bottom: 0; }
@media (max-width: 639px) {
	.prose .wp-block-table { overflow: visible; }
	.prose table.is-stackable { min-width: 0; border: 0; }
	.prose table.is-stackable thead { display: none; }
	.prose table.is-stackable, .prose table.is-stackable tbody, .prose table.is-stackable tr, .prose table.is-stackable td { display: block; width: 100%; }
	.prose table.is-stackable tr { border: 1px solid var(--c-rule); margin-bottom: 12px; background: var(--c-white); }
	.prose table.is-stackable td { border: 0; padding: 8px 14px; background: none; }
	.prose table.is-stackable td::before { content: attr(data-label); display: block; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--c-label); margin-bottom: 2px; }
	.prose table.is-stackable td:first-child { font-family: var(--f-display); font-weight: 700; font-size: 20px; text-transform: uppercase; color: var(--c-charcoal); background: var(--c-paper); padding-block: 10px; }
	.prose table.is-stackable td:first-child::before { display: none; }
	.prose .suit table.is-stackable td:nth-child(2) { background: var(--c-river-tint); }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--c-charcoal-deep); color: var(--c-on-dark-muted); padding-block: 56px 28px; font-size: 15.5px; }
.site-footer__grid { display: grid; gap: 36px; }
@media (min-width: 640px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .site-footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; } }
.site-footer__logo { display: inline-block; background: var(--c-paper); padding: 10px 12px; border-radius: var(--radius); }
.site-footer__logo img { height: 48px; width: auto; }
.site-footer__about { margin: 16px 0 20px; max-width: 36ch; }
.site-footer__heading { font-family: var(--f-display); font-weight: 700; font-size: 18px; letter-spacing: .06em; text-transform: uppercase; color: var(--c-on-dark); margin: 0 0 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.site-footer__col a { display: inline-flex; align-items: center; min-height: 32px; color: var(--c-on-dark-muted); text-decoration: none; }
.site-footer__col a:hover { color: var(--c-white); text-decoration: underline; }
.site-footer__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 44px; padding-top: 20px; border-top: 1px solid #2B3843; font-family: var(--f-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.site-footer__base p { margin: 0; }
.site-footer__base ul { display: flex; gap: 20px; }
.site-footer__base a { color: var(--c-on-dark-muted); }
.site-footer__base a:hover { color: var(--c-white); }

/* ---------- Mobile action bar ---------- */
.actionbar {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1.5fr;
	padding-bottom: env(safe-area-inset-bottom); background: var(--c-charcoal-deep); border-top: 1px solid var(--c-charcoal-line);
}
.actionbar a {
	display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 58px;
	font-family: var(--f-display); font-weight: 700; font-size: 20px; letter-spacing: .03em; text-transform: uppercase; text-decoration: none; color: var(--c-white);
}
.actionbar__call { background: var(--c-charcoal); }
.actionbar__eval { background: var(--c-orange); }
.actionbar a:active { filter: brightness(.92); }
body { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
body.nav-open .actionbar { display: none; }
@media (min-width: 1024px) {
	.actionbar { display: none; }
	body { padding-bottom: 0; }
}

/* ---------- Motion (MOTION-PROFILE.md: minimal, subtle) ----------
   Hidden start states apply only after sonic-motion.js adds .sonic-motion-ready,
   so no-JS visitors and crawlers always see content. */
.sonic-motion-ready .sonic-fade-on-scroll:not(.is-in),
.sonic-motion-ready .sonic-stagger-children:not(.is-in) > * { opacity: 0; transform: translateY(12px); }
.sonic-motion-ready .sonic-fade-on-scroll,
.sonic-motion-ready .sonic-stagger-children > * {
	transition: opacity .6s var(--ease), transform .6s var(--ease);
	transition-delay: calc(var(--i, 0) * 60ms);
}
.sonic-motion-ready .sonic-diagram-lift:not(.is-in) .dg-rise { transform: translateY(8px); }
.sonic-motion-ready .sonic-diagram-lift:not(.is-in) .dg-settle { transform: translateY(12px) rotate(3deg); }
.sonic-motion-ready .sonic-diagram-lift:not(.is-in) .dg-foam { transform: scaleY(0); }
.sonic-motion-ready .sonic-diagram-lift:not(.is-in) .dg-check,
.sonic-motion-ready .sonic-diagram-lift:not(.is-in) .dg-arrow { opacity: 0; }
.sonic-motion-ready .sonic-diagram-lift .dg-rise,
.sonic-motion-ready .sonic-diagram-lift .dg-settle,
.sonic-motion-ready .sonic-diagram-lift .dg-foam { transition: transform .7s var(--ease); }
.sonic-motion-ready .sonic-diagram-lift .dg-check,
.sonic-motion-ready .sonic-diagram-lift .dg-arrow { transition: opacity .4s var(--ease); }
.sonic-motion-ready .diagram__step--2 .dg-foam, .sonic-motion-ready .diagram__step--2 .dg-rise, .sonic-motion-ready .diagram__step--2 .dg-arrow { transition-delay: .2s; }
.sonic-motion-ready .diagram__step--3 .dg-foam, .sonic-motion-ready .diagram__step--3 .dg-settle { transition-delay: .6s; }
.sonic-motion-ready .diagram__step--3 .dg-check { transition-delay: 1.2s; }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition-duration: 0s !important; transition-delay: 0s !important; animation: none !important; }
}

/* Keep phone numbers on one line in body copy. */
.prose a.tel { white-space: nowrap; }

/* Placeholder text meets 4.5:1 (it is example text, not a label). */
.field ::placeholder { color: var(--c-label); opacity: 1; }
