/* =========================================================================
   Conroe Heat Pump Installation Co. — main.css
   Profile: longleaf, a trust-medical derivative (transitional-serif /
   bottom-anchored hero / left-eyebrow rhythm / float cards / stacked
   header / texture none). Deep olive primary + slate-blue accent on
   parchment surfaces; Charter-family display type; whitespace, serif, and
   photography carry the identity — no texture layer. Light parchment page
   with ONE dark olive feature band mid-page. See DESIGN-MANIFEST.json.
   1. Design tokens (:root)
   2. Reset / base
   3. Layout (container, grid, parchment sections, olive feature band)
   4. Buttons + links
   5. Header / nav / top bar (stacked: utility bar, logo row, nav bar)
   6. Hero (bottom-anchored photo) + quote band + form base
   7. Trust signals / Open Now
   8. Cards (float) + silo grids
   9. FAQ accordion
   10. CTA banner
   11. Testimonials
   12. E-E-A-T
   13. Breadcrumbs / prose / blog
   14. Footer + mobile sticky bar
   15. Utilities / a11y / motion (left-eyebrow section heads + hairline rule)
   16. Quote wizard (3-step lead form)
   17. Directory (off by default) + conversion pack
   ====================================================================== */

/* 1. TOKENS ------------------------------------------------------------- */
:root{
	/* Brand palette (Customizer overrides --color-primary/-accent/-text + their *-hover).
	   longleaf identity: deep olive + slate blue on parchment. */
	--color-primary:#454A2A;        /* deep olive: brand, wordmark, strong fills */
	--color-accent:#3D6B8A;         /* slate blue: EVERY CTA fill (white ink ≈5.7:1) */
	--color-text:#26201B;           /* warm bark body text on light */
	--color-primary-hover:#363B20;  /* deeper olive: hover on strong fills */
	--color-accent-hover:#345F7C;   /* deeper slate: CTA hover (white ink ≈6.8:1) */

	/* Darker slate for accent-colored TEXT on light washes (small-text AA:
	   ≈7.8:1 on parchment). The raw accent is reserved for fills + links. */
	--color-accent-strong:#2E5069;
	/* Lightened slate for accent notes ON dark photo/olive surfaces. */
	--color-accent-soft:#BCD2E0;

	--color-muted:#59564A;          /* warm-gray secondary text (≥6:1 on parchment) */
	--color-surface:#F8F4EC;        /* parchment section wash */
	--color-surface-2:#EFE8D9;      /* deeper warm-linen alternate wash */
	--color-border:#E0D9C7;         /* warm hairline border */
	--color-white:#ffffff;
	--color-page:#FBF9F2;           /* light parchment page floor */
	--color-star:#A97F22;           /* antique-brass rating stars */
	--color-success:#256E45;        /* pine green: open-now + success cues */
	--color-error:#B42318;          /* brick red: error text + closed dot */

	/* Dark surface family — deep-olive floor. Used sparingly: ONE mid-page
	   feature band and the footer. */
	--color-dark:#343921;           /* olive feature band */
	--color-dark-2:#272C18;         /* deepest olive (footer floor) */
	--color-on-dark:#F2EFE2;        /* light text on olive (≥12:1) */
	--color-on-dark-muted:#C6C4AD;  /* muted light text on olive (≥6.7:1) */
	--color-dark-border:#4A5030;    /* hairline borders on olive */

	/* rgb channels for rgba() tints. */
	--color-primary-rgb:69,74,42;
	--color-accent-rgb:61,107,138;
	--color-shadow-rgb:38,32,27;    /* warm-bark shadow + scrim channel */

	/* Transitional-serif scale — ratio 1.25 with a restrained H1 base. */
	--text-xs:0.75rem; --text-sm:0.875rem; --text-base:1rem; --text-lg:1.125rem;
	--text-xl:1.25rem; --text-2xl:1.5625rem; --text-3xl:1.95rem; --text-4xl:2.44rem;
	--text-5xl:3.05rem;

	--fw-normal:400; --fw-medium:500; --fw-semibold:600; --fw-bold:700;
	--lh-display:1.2; --lh-snug:1.45; --lh-normal:1.65;

	/* Small-caps eyebrow tracking (headings themselves carry NO tracking). */
	--track-eyebrow:.08em;

	--space-1:0.25rem; --space-2:0.5rem; --space-3:0.75rem; --space-4:1rem; --space-5:1.25rem;
	--space-6:1.5rem; --space-8:2rem; --space-12:3rem; --space-16:4rem; --space-24:6rem;

	--width-content:720px; --width-wide:1160px;
	/* Quiet radius family: 4 / 8 / 12. Float cards sit on 8px; --radius-full
	   is reserved for genuinely circular UI (step numbers, social dots, play). */
	--radius-sm:4px; --radius:8px; --radius-lg:12px; --radius-full:999px;
	/* Soft single shadows only — no hover lift anywhere; hover merely deepens. */
	--shadow-sm:0 1px 3px rgba(var(--color-shadow-rgb),.08);
	--shadow:0 2px 12px rgba(var(--color-shadow-rgb),.10);
	--shadow-deep:0 4px 18px rgba(var(--color-shadow-rgb),.15);
	--transition:200ms ease;
	--header-h:64px; --topbar-h:36px;

	--font:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
	--font-display:Charter,'Bitstream Charter','Iowan Old Style',Georgia,serif;
}

/* 2. RESET / BASE ------------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:var(--font);font-size:var(--text-base);line-height:var(--lh-normal);color:var(--color-text);background:var(--color-page);-webkit-font-smoothing:antialiased;}
img{max-width:100%;height:auto;display:block;}
a{color:var(--color-accent);text-decoration:none;}
a:hover{text-decoration:underline;color:var(--color-accent-strong);}
/* Transitional-serif headings — 700 weight, taller display leading (1.2),
   normal case, zero letter-spacing. Restraint over urgency. */
h1,h2,h3,h4{font-family:var(--font-display);line-height:var(--lh-display);font-weight:var(--fw-bold);color:var(--color-text);margin:0 0 var(--space-4);}
h1{font-size:var(--text-4xl);} h2{font-size:var(--text-3xl);} h3{font-size:var(--text-xl);}
h4{font-size:var(--text-lg);}
@media(min-width:960px){h1{font-size:var(--text-5xl);}}
p{margin:0 0 var(--space-4);}
ul,ol{margin:0 0 var(--space-4);padding-left:1.25rem;}
blockquote{margin:0 0 var(--space-4);padding-left:var(--space-4);border-left:2px solid var(--color-accent);font-family:var(--font-display);line-height:var(--lh-snug);}

/* 3. LAYOUT ------------------------------------------------------------- */
.container{width:100%;max-width:var(--width-wide);margin:0 auto;padding:0 var(--space-4);}
/* Left-eyebrow rhythm: asymmetric section padding — more top, less bottom. */
.section{padding:var(--space-16) 0 var(--space-12);}
/* Flat parchment wash — no pattern layer (texture: none). */
.section--surface{background-color:var(--color-surface);}
/* THE one dark olive feature band mid-page — flat fill, light text. */
.section--dark{background-color:var(--color-dark);color:var(--color-on-dark);}
.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4{color:#fff;}
.section--dark p{color:var(--color-on-dark-muted);}
.grid{display:grid;gap:var(--space-6);}
.grid--2,.grid--3,.grid--4{grid-template-columns:1fr;}
@media(min-width:640px){.grid--2,.grid--3,.grid--4{grid-template-columns:repeat(2,1fr);}}
@media(min-width:960px){.grid--3{grid-template-columns:repeat(3,1fr);}.grid--4{grid-template-columns:repeat(4,1fr);}}

/* 4. BUTTONS ------------------------------------------------------------ */
/* Quiet 4px-radius CTAs. No hover lift — color shifts only. */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);
	padding:var(--space-3) var(--space-6);border-radius:var(--radius-sm);font-weight:var(--fw-semibold);
	font-size:var(--text-base);letter-spacing:.01em;border:1px solid transparent;cursor:pointer;text-decoration:none;line-height:1.2;
	transition:background var(--transition),border-color var(--transition),color var(--transition);}
.btn:hover{text-decoration:none;}
/* Primary CTA — slate-blue fill, WHITE ink (≈5.7:1 AA; §21.4 on-light). */
.btn--primary{background:var(--color-accent);color:#fff;box-shadow:var(--shadow-sm);}
.btn--primary:hover{background:var(--color-accent-hover);color:#fff;}
/* Secondary — deep-olive fill, WHITE ink (≈9.3:1). */
.btn--secondary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm);}
.btn--secondary:hover{background:var(--color-primary-hover);color:#fff;}
/* Ghost / outline on a LIGHT surface — slate hairline + strong-slate ink. */
.btn--ghost{background:var(--color-white);border-color:var(--color-accent);color:var(--color-accent-strong);}
.btn--ghost:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff;}
/* Outline ON a dark/photo surface (§21.4 on-dark) — white hairline + white
   text; fills white on hover with olive ink. */
.btn--on-dark{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.72);color:#fff;}
.btn--on-dark:hover{background:#fff;border-color:#fff;color:var(--color-primary);}
.btn--lg{padding:var(--space-4) var(--space-8);font-size:var(--text-lg);}
.btn--block{width:100%;}
.btn svg{width:1.1em;height:1.1em;}

/* 5. HEADER (stacked) ---------------------------------------------------- */
/* Thin parchment utility bar — Open Now badge, phone, text link. */
.topbar{background:var(--color-surface);color:var(--color-text);font-size:var(--text-sm);border-bottom:1px solid var(--color-border);min-height:var(--topbar-h);}
.topbar__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-2) var(--space-6);padding:var(--space-1) var(--space-4);}
.topbar a{color:var(--color-accent-strong);display:inline-flex;align-items:center;gap:var(--space-2);}
.topbar a:hover{color:var(--color-accent);}
.topbar svg{width:1em;height:1em;}
.topbar__afterhours{color:var(--color-accent-strong);font-weight:var(--fw-semibold);}

/* Stacked sticky header: a white logo row (serif wordmark, modest) over a
   full-width nav bar with a hover underline. JS toggles .is-shrunk for the
   sticky-shrink shadow — same .site-header hook as before. */
.site-header{position:sticky;top:0;z-index:100;background:var(--color-white);color:var(--color-text);box-shadow:0 1px 0 var(--color-border);transition:box-shadow var(--transition);}
.site-header.is-shrunk{box-shadow:var(--shadow);}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);min-height:var(--header-h);transition:min-height var(--transition);}
.site-header.is-shrunk .site-header__inner{min-height:56px;}
.site-branding{display:flex;align-items:center;}
.site-title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:var(--fw-bold);margin:0;}
.site-title a{color:var(--color-primary);}
.site-title a:hover{color:var(--color-primary);text-decoration:none;}
.site-branding .custom-logo{max-height:44px;width:auto;}
/* Full-width nav bar under the logo row — hairline rule above, underline hover. */
.site-header__nav{border-top:1px solid var(--color-border);background:var(--color-white);}
.main-nav > ul{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2) var(--space-8);margin:0;padding:0;}
.main-nav li{position:relative;}
.main-nav a{color:var(--color-text);font-weight:var(--fw-semibold);font-size:var(--text-sm);white-space:nowrap;display:block;padding:var(--space-3) 0;}
.main-nav a:hover{color:var(--color-accent-strong);text-decoration:underline;text-decoration-color:var(--color-accent);text-underline-offset:8px;text-decoration-thickness:2px;}
/* Caret on parent items with a dropdown. */
.main-nav .menu-item-has-children > a::after{content:"";display:inline-block;width:.4em;height:.4em;margin-left:.45em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform var(--transition);}
/* Submenu dropdown — revealed on hover/focus on DESKTOP only. */
.main-nav .sub-menu{list-style:none;margin:0;padding:var(--space-2);position:absolute;top:100%;left:0;min-width:250px;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:var(--shadow);display:none;flex-direction:column;z-index:60;}
@media(min-width:960px){
	.main-nav li:hover > .sub-menu,.main-nav li:focus-within > .sub-menu{display:flex;}
}
.main-nav .sub-menu a{white-space:normal;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-weight:var(--fw-normal);color:var(--color-text);}
.main-nav .sub-menu a:hover{background:var(--color-surface);color:var(--color-accent-strong);text-decoration:none;}
.header-actions{display:flex;align-items:center;gap:var(--space-3);}
.header-search form{display:flex;}
.menu-toggle{display:inline-flex;flex-direction:column;gap:4px;background:none;border:0;cursor:pointer;padding:var(--space-2);}
.menu-toggle span{width:24px;height:2px;background:var(--color-text);display:block;transition:var(--transition);}
@media(max-width:959px){
	/* Mobile: the nav bar collapses into an accordion panel that opens just
	   below the sticky header (absolute within it, so no offset math). */
	.site-header__nav{border-top:0;}
	.main-nav{position:absolute;top:100%;left:0;right:0;background:var(--color-white);border-top:1px solid var(--color-border);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity var(--transition),transform var(--transition),visibility var(--transition);max-height:calc(100vh - var(--header-h));overflow-y:auto;}
	.main-nav.is-open{opacity:1;visibility:visible;transform:none;}
	.main-nav > ul{flex-direction:column;flex-wrap:nowrap;gap:0;padding:var(--space-4);align-items:stretch;}
	.main-nav li{border-bottom:1px solid var(--color-border);}
	.main-nav a{display:block;padding:var(--space-3) 0;white-space:normal;font-size:var(--text-base);}
	.main-nav .menu-item-has-children > a::after{float:right;margin-top:.5em;}
	.main-nav .sub-menu{position:static;display:none;box-shadow:none;border:0;border-radius:0;padding:0 0 var(--space-2) var(--space-4);min-width:0;background:transparent;}
	.main-nav .menu-item-has-children.is-open > .sub-menu{display:flex;}
	.main-nav .menu-item-has-children.is-open > a::after{transform:rotate(-135deg);}
	.main-nav .sub-menu li{border-bottom:0;}
	.main-nav .sub-menu a{padding:var(--space-2) 0;color:var(--color-muted);}
	.main-nav .sub-menu a:hover{background:transparent;color:var(--color-accent-strong);}
}
@media(min-width:960px){.menu-toggle{display:none;}}

/* 6. HERO (bottom-anchored) + QUOTE BAND -------------------------------- */
/* Full-viewport photograph (real <img>, LCP-eager), content anchored
   bottom-left over a soft bottom scrim, subtle scroll cue. The quote wizard
   sits in its own full-width band IMMEDIATELY below (the #quote-panel card),
   so the hero stays pure photo + words. */
.hero{position:relative;overflow:hidden;color:var(--color-on-dark);background:var(--color-primary);}
.hero--has-media .hero__media{position:absolute;inset:0;z-index:0;}
.hero__media img{width:100%;height:100%;object-fit:cover;}
/* Soft bottom gradient — heavy only where the words sit (bottom third holds
   ≥.78 alpha so white + soft-slate ink clear AA even on a pale photo). */
.hero--has-media .hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(var(--color-shadow-rgb),.14) 0%,rgba(var(--color-shadow-rgb),.30) 52%,rgba(var(--color-shadow-rgb),.78) 72%,rgba(var(--color-shadow-rgb),.92) 100%);}
.hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;padding:var(--space-16) 0 var(--space-12);}
/* BOTTOM-ANCHORED: content block pinned to the lower-left corner. */
.hero--bottom-anchored .hero__inner{justify-content:flex-end;align-items:flex-start;min-height:46vh;padding-bottom:var(--space-16);}
.hero--bottom-anchored.hero--has-media .hero__inner{min-height:92vh;}
@media(max-width:767px){
	.hero--bottom-anchored .hero__inner{min-height:38vh;}
	.hero--bottom-anchored.hero--has-media .hero__inner{min-height:70vh;padding-bottom:var(--space-12);}
}
/* Content placement wrapper — keeps the words in a measured column. */
.hero__anchor{max-width:680px;}
.hero__content{color:var(--color-on-dark);max-width:640px;}
/* Serif small-caps eyebrow in soft slate — the longleaf signature. */
.hero__eyebrow{display:inline-block;font-family:var(--font-display);font-variant:small-caps;color:var(--color-accent-soft);font-weight:var(--fw-semibold);font-size:var(--text-lg);letter-spacing:var(--track-eyebrow);margin-bottom:var(--space-3);}
.hero__title{font-family:var(--font-display);font-size:clamp(2rem,4.2vw,var(--text-5xl));font-weight:var(--fw-bold);line-height:var(--lh-display);margin-bottom:var(--space-4);color:#fff;text-shadow:0 1px 2px rgba(var(--color-shadow-rgb),.35);}
.hero__subtitle{font-size:var(--text-lg);line-height:var(--lh-snug);margin-bottom:var(--space-8);color:var(--color-on-dark);text-shadow:0 1px 2px rgba(var(--color-shadow-rgb),.35);max-width:52ch;}
.hero__ctas{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center;}
/* Call button on the photo takes the outlined-on-dark treatment. */
.hero__call{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.72);color:#fff;}
.hero__call:hover{background:#fff;color:var(--color-primary);border-color:#fff;}
.hero__text-link{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-accent-soft);font-weight:var(--fw-semibold);}
.hero__text-link:hover{color:#fff;}
/* Subtle scroll cue, centered on the hero's bottom edge. */
.hero__scroll-cue{position:absolute;left:50%;bottom:var(--space-4);transform:translateX(-50%);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.65);background:rgba(var(--color-shadow-rgb),.25);color:#fff;}
.hero__scroll-cue svg{width:18px;height:18px;transform:rotate(90deg);}
.hero__scroll-cue:hover{background:#fff;color:var(--color-primary);border-color:#fff;}
@media(prefers-reduced-motion:no-preference){
	.hero__scroll-cue{animation:crh-cue 2.6s ease-in-out infinite;}
}
@keyframes crh-cue{0%,100%{transform:translate(-50%,0);}50%{transform:translate(-50%,6px);}}

/* Full-width band directly under the hero holding the quote wizard card
   (#quote-panel — the CTA scroll target). */
.quote-band{background:var(--color-white);border-bottom:1px solid var(--color-border);padding:var(--space-12) 0 var(--space-16);}
.quote-shell{width:100%;max-width:760px;margin:0 auto;}

/* Quote form card — parchment plate, hairline border, one soft shadow. */
.quote-form-wrap{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-8);border:1px solid var(--color-border);color:var(--color-text);text-align:left;}
.quote-form-wrap h2{font-size:var(--text-2xl);margin-bottom:var(--space-6);}
.quote-form .field{margin-bottom:var(--space-4);}
.quote-form label{display:block;font-weight:var(--fw-semibold);font-size:var(--text-sm);margin-bottom:var(--space-2);color:var(--color-text);}
.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:var(--text-base);font-family:inherit;background:#fff;color:var(--color-text);transition:border-color var(--transition),box-shadow var(--transition);}
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb),.22);}
.quote-form textarea{min-height:96px;resize:vertical;}
.quote-form .btn{margin-top:var(--space-2);}
.quote-form__hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden;}
.quote-form__feedback{margin-top:var(--space-3);font-weight:var(--fw-medium);}
.quote-form__feedback.is-success{color:var(--color-success);}
.quote-form__feedback.is-error{color:var(--color-error);}
.spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;}
.is-loading .spinner{display:inline-block;animation:crh-spin .7s linear infinite;}
@keyframes crh-spin{to{transform:rotate(360deg);}}
.form-fallback{background:var(--color-surface-2);border-radius:var(--radius);padding:var(--space-6);text-align:center;color:var(--color-text);}

/* 7. TRUST / OPEN NOW --------------------------------------------------- */
.trust-bar{background:var(--color-white);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);}
.trust-bar__inner{display:flex;flex-wrap:wrap;gap:var(--space-4) var(--space-8);align-items:center;justify-content:center;padding:var(--space-8) 0;text-align:center;}
.trust-bar__inner>*{position:relative;}
@media(min-width:768px){
	.trust-bar__inner>*+*::before{content:"";position:absolute;left:calc(var(--space-8) / -2);top:50%;transform:translateY(-50%);width:1px;height:32px;background:var(--color-border);}
}
.trust-bar .trust-badges{padding:var(--space-5) var(--space-4);border-top:1px solid var(--color-border);margin-top:var(--space-4);}
.trust-rating{display:flex;align-items:center;gap:var(--space-2);font-weight:var(--fw-semibold);}
.stars{display:inline-flex;color:var(--color-star);}
.stars svg{width:1.1em;height:1.1em;}
.trust-metric{display:flex;flex-direction:column;}
.trust-metric__value{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:var(--fw-bold);color:var(--color-primary);line-height:1;}
.trust-metric__label{font-size:var(--text-sm);color:var(--color-muted);}
.trust-chip{display:inline-flex;align-items:center;gap:var(--space-1);font-size:var(--text-sm);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-1) var(--space-3);}
.trust-badges{display:flex;flex-wrap:wrap;gap:var(--space-4) var(--space-8);justify-content:center;align-items:center;}
.trust-badge{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-base);font-weight:var(--fw-semibold);color:var(--color-text);line-height:1;}
.trust-badge svg{width:20px;height:20px;flex:none;color:var(--color-success);}

.open-now{display:inline-flex;align-items:center;gap:var(--space-2);font-weight:var(--fw-semibold);font-size:var(--text-sm);}
.open-now__dot{width:9px;height:9px;border-radius:50%;background:var(--color-muted);}
.open-now.is-open .open-now__dot{background:var(--color-success);box-shadow:0 0 0 3px rgba(37,110,69,.25);}
.open-now.is-closed .open-now__dot{background:var(--color-error);}

/* 8. CARDS (float) / SILO ------------------------------------------------ */
/* Float cards: borderless, 8px radius, ONE soft flat shadow. No hover lift —
   hover deepens the shadow slightly and shifts the serif title to slate. */
.card{background:var(--color-white);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow);transition:box-shadow var(--transition);}
.card:hover{box-shadow:var(--shadow-deep);}
.card__media img{width:100%;aspect-ratio:3/2;object-fit:cover;}
.card__body{padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-2);flex:1;}
.card__title{font-size:var(--text-xl);margin:0;transition:color var(--transition);}
.card__excerpt{color:var(--color-muted);font-size:var(--text-sm);margin:0;}
.card__cta{margin-top:auto;font-weight:var(--fw-semibold);color:var(--color-accent-strong);display:inline-flex;align-items:center;gap:var(--space-1);}
.card__title a{color:inherit;}
.card:hover .card__title,.card:hover .card__title a{color:var(--color-accent);}
.card__title a:hover{text-decoration:none;}
.silo{margin:var(--space-12) 0;padding:var(--space-12) 0;background-color:var(--color-surface-2);border-radius:var(--radius-lg);}
.silo__heading{margin-bottom:var(--space-6);font-size:var(--text-2xl);text-align:left;padding-left:var(--space-4);}
.silo__links{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:flex-start;padding:0 var(--space-4);}
.silo__links a{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-4);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--color-text);transition:var(--transition);}
.silo__links a:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent);text-decoration:none;}

/* 9. FAQ ---------------------------------------------------------------- */
.faq{padding:var(--space-16) 0 var(--space-12);}
.faq__heading{text-align:left;margin-bottom:var(--space-8);font-size:var(--text-3xl);max-width:760px;margin-left:auto;margin-right:auto;}
.faq__heading::after{content:"";display:block;width:48px;height:2px;background:var(--color-accent);margin-top:var(--space-4);}
.faq__list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-3);}
.faq__item{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;overflow:hidden;transition:border-color var(--transition);}
.faq__item:hover{border-color:var(--color-accent);}
.faq__item[open]{border-color:var(--color-accent);}
.faq__summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-5) var(--space-6);cursor:pointer;list-style:none;transition:background var(--transition);}
.faq__summary::-webkit-details-marker{display:none;}
.faq__summary::marker{content:"";}
.faq__item[open] .faq__summary{background:var(--color-surface);}
.faq__summary:hover .faq-question{color:var(--color-accent-strong);}
.faq-question{font-family:var(--font-display);font-size:var(--text-lg);margin:0;font-weight:var(--fw-bold);line-height:1.4;transition:color var(--transition);}
.faq__chevron{flex:none;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);background:var(--color-surface-2);color:var(--color-accent-strong);transition:transform var(--transition),background var(--transition),color var(--transition);}
.faq__chevron svg{width:18px;height:18px;transform:rotate(90deg);}
.faq__item[open] .faq__chevron{transform:rotate(180deg);background:var(--color-accent);color:#fff;}
.faq__answer{padding:0 var(--space-6) var(--space-6);color:var(--color-muted);font-size:var(--text-base);line-height:var(--lh-normal);}
.faq__answer p:last-child{margin-bottom:0;}

/* 10. CTA BANNER -------------------------------------------------------- */
/* Quiet olive conversion plate — serif heading, slate CTA. */
.cta-banner{background:var(--color-dark);color:var(--color-on-dark);border-radius:var(--radius-lg);padding:var(--space-12);text-align:center;margin:var(--space-12) auto;}
.cta-banner h2{color:#fff;}
.cta-banner p{color:var(--color-on-dark-muted);margin-bottom:var(--space-6);}
.cta-banner__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center;}

/* 11. TESTIMONIALS ------------------------------------------------------ */
.testimonials{padding:var(--space-16) 0 var(--space-12);background-color:var(--color-surface);}
.testimonials__track{display:grid;gap:var(--space-6);}
.testimonial{background:#fff;border-radius:var(--radius);padding:var(--space-8);border:1px solid var(--color-border);}
.testimonial__stars{color:var(--color-star);margin-bottom:var(--space-3);display:flex;}
.testimonial__text{font-size:var(--text-lg);font-family:var(--font-display);line-height:var(--lh-snug);margin-bottom:var(--space-4);}
.testimonial__author{font-weight:var(--fw-semibold);}
.testimonial__location{color:var(--color-muted);font-size:var(--text-sm);}

/* 12. E-E-A-T ----------------------------------------------------------- */
.author-box{display:flex;flex-wrap:wrap;gap:var(--space-6);background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-8);margin:var(--space-12) 0;}
.author-box__photo img{width:96px;height:96px;border-radius:50%;object-fit:cover;}
.author-box__body{flex:1;min-width:240px;}
.author-box__eyebrow{font-family:var(--font-display);font-variant:small-caps;letter-spacing:var(--track-eyebrow);font-size:var(--text-sm);font-weight:var(--fw-semibold);color:var(--color-accent-strong);}
.author-box__name{font-size:var(--text-xl);margin:var(--space-1) 0;}
.author-box__creds{color:var(--color-primary);font-weight:var(--fw-semibold);font-size:var(--text-sm);margin-bottom:var(--space-2);}
.author-box__social{display:flex;gap:var(--space-3);margin-top:var(--space-3);}
.author-box__social svg{width:1.2em;height:1.2em;}

.fact-check{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-muted);margin:var(--space-3) 0;}
.fact-check > svg{width:1.1em;height:1.1em;color:var(--color-success);flex:none;}
.fact-check__details{display:inline-flex;align-items:center;}
.fact-check__details summary{cursor:pointer;color:var(--color-accent-strong);list-style:none;display:inline-flex;align-items:center;}
.fact-check__details summary::-webkit-details-marker{display:none;}
.fact-check__details summary::marker{content:"";}
.fact-check__details summary svg{width:1.1em;height:1.1em;}
.fact-check__panel{position:absolute;top:calc(100% + 6px);left:0;min-width:260px;max-width:min(420px,90vw);background:#fff;color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:var(--space-4);z-index:20;}
.fact-check__panel p{margin:0 0 var(--space-2);}
.fact-check__panel p:last-child{margin-bottom:0;}

.projects__grid{display:grid;gap:var(--space-6);grid-template-columns:1fr;}
@media(min-width:640px){.projects__grid{grid-template-columns:repeat(2,1fr);}}
@media(min-width:960px){.projects__grid{grid-template-columns:repeat(3,1fr);}}
.project-card{border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow);}
.project-card__images{display:grid;grid-template-columns:1fr 1fr;}
.project-card__images figure{margin:0;position:relative;}
.project-card__images figcaption{position:absolute;bottom:0;left:0;background:rgba(var(--color-shadow-rgb),.85);color:#fff;font-size:var(--text-xs);padding:2px 8px;}
.project-card__body{padding:var(--space-6);}
.project-card__meta{font-size:var(--text-sm);color:var(--color-muted);margin-bottom:var(--space-2);}

.credentials{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center;padding:var(--space-8) 0;}
.credential{display:flex;align-items:center;gap:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-3) var(--space-4);background:#fff;}
.credential svg{width:1.4em;height:1.4em;color:var(--color-primary);}
.credential__value{font-weight:var(--fw-semibold);}

.awards{display:flex;flex-wrap:wrap;gap:var(--space-8);align-items:center;justify-content:center;padding:var(--space-8) 0;}
.awards img{max-height:48px;width:auto;filter:grayscale(1);opacity:.75;transition:var(--transition);}
.awards a:hover img,.awards img:hover{filter:grayscale(0);opacity:1;}

.team-grid{display:grid;gap:var(--space-6);grid-template-columns:1fr;}
@media(min-width:640px){.team-grid{grid-template-columns:repeat(2,1fr);}}
@media(min-width:960px){.team-grid{grid-template-columns:repeat(3,1fr);}}
.team-card{text-align:center;background:#fff;border-radius:var(--radius);padding:var(--space-6);box-shadow:var(--shadow);}
.team-card__photo img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto var(--space-3);}

.guarantees{display:grid;gap:var(--space-6);grid-template-columns:1fr;}
@media(min-width:640px){.guarantees{grid-template-columns:repeat(3,1fr);}}
.guarantee{text-align:center;padding:var(--space-6);}
.guarantee svg{width:2.4em;height:2.4em;color:var(--color-primary);margin-bottom:var(--space-2);}

.freshness{font-size:var(--text-sm);color:var(--color-muted);margin:var(--space-3) 0;}

/* 13. BREADCRUMBS / PROSE / BLOG --------------------------------------- */
.breadcrumbs{font-size:var(--text-sm);padding:var(--space-3) 0;background:var(--color-surface);border-bottom:1px solid var(--color-border);}
.breadcrumbs__list{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-2);margin:0;padding:0;}
.breadcrumbs__item+.breadcrumbs__item::before{content:"/";margin-right:var(--space-2);color:var(--color-muted);}
.content-narrow{max-width:760px;margin-left:auto;margin-right:auto;}
.prose-content{max-width:var(--width-content);margin:0 auto;padding:var(--space-12) var(--space-4);font-size:var(--text-lg);}
.prose-content.content-narrow{max-width:760px;}
.prose-content h2{font-size:var(--text-2xl);margin-top:var(--space-12);}
.prose-content h3{font-size:var(--text-xl);margin-top:var(--space-8);}
.prose-content h2:first-child,.prose-content h3:first-child{margin-top:0;}
.prose-content a{text-decoration:underline;text-underline-offset:2px;}
.prose-content img{border-radius:var(--radius);margin:var(--space-6) 0;}
.post-thumb img{border-radius:var(--radius-lg);margin-bottom:var(--space-6);}
.entry-meta{color:var(--color-muted);font-size:var(--text-sm);margin-bottom:var(--space-6);}
.post-list{display:grid;gap:var(--space-8);}
.pagination{margin-top:var(--space-12);}
.pagination .nav-links{display:flex;flex-wrap:wrap;gap:var(--space-2);justify-content:center;}
.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-weight:var(--fw-semibold);color:var(--color-text);transition:var(--transition);}
.pagination .page-numbers.current{background:var(--color-accent);color:#fff;border-color:var(--color-accent);}
.pagination a.page-numbers:hover{background:var(--color-surface);color:var(--color-accent-strong);text-decoration:none;}

/* Read More (collapsible) — JS-gated so no-JS shows everything. */
.readmore__btn{display:none;margin-top:var(--space-6);}
.readmore--center{text-align:center;}
.readmore--right{text-align:right;}
.readmore__visible,.readmore__hidden,.readmore__inner{text-align:left;}
.js .readmore.is-ready .readmore__btn{display:inline-flex;}
.js .readmore--block.is-ready .readmore__btn{display:flex;width:100%;}
.js .readmore.is-collapsed .readmore__hidden{display:none;}
.readmore--height{position:relative;}
.js .readmore--height.is-collapsed .readmore__inner{max-height:var(--readmore-h,480px);overflow:hidden;-webkit-mask-image:linear-gradient(180deg,#000 70%,transparent);mask-image:linear-gradient(180deg,#000 70%,transparent);}
@media(prefers-reduced-motion:no-preference){
	.js .readmore--height .readmore__inner{transition:max-height var(--transition);}
}

/* 14. FOOTER ------------------------------------------------------------ */
/* Deep-olive floor: brand line + tagline, NAP, quiet link columns. */
.site-footer{background:var(--color-dark-2);color:var(--color-on-dark-muted);padding:var(--space-16) 0 var(--space-24);margin-top:var(--space-16);}
.site-footer a{color:var(--color-on-dark);}
.site-footer a:hover{color:#fff;}
.footer-grid{display:grid;gap:var(--space-8);grid-template-columns:1fr;}
@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr;}}
.footer-widget__title,.site-footer h3{color:#fff;font-size:var(--text-lg);margin-bottom:var(--space-4);}
.site-footer p{margin-bottom:var(--space-2);color:var(--color-on-dark-muted);}
/* Serif tagline under the brand line. */
.footer-tagline{font-family:var(--font-display);font-style:italic;color:var(--color-on-dark)!important;margin-bottom:var(--space-4)!important;}
.footer-menu,.site-footer ul{list-style:none;padding:0;margin:0;}
.footer-menu li{margin-bottom:var(--space-2);}
.footer-menu a:hover{color:#fff;text-decoration:underline;}
.footer-license{font-size:var(--text-sm);color:var(--color-on-dark-muted)!important;}
.footer-social{display:flex;gap:var(--space-3);margin-top:var(--space-4);}
.footer-social a{width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--radius-full);background:rgba(255,255,255,.08);transition:var(--transition);}
.footer-social a:hover{background:var(--color-accent);color:#fff;}
.footer-social a{display:inline-flex;}
.footer-social svg{width:1.4em;height:1.4em;}
.footer-bottom{border-top:1px solid var(--color-dark-border);margin-top:var(--space-8);padding-top:var(--space-6);font-size:var(--text-sm);text-align:center;}

/* Mobile sticky conversion bar — olive base, slate Text button (white ink). */
.sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;background:var(--color-dark);box-shadow:0 -2px 10px rgba(var(--color-shadow-rgb),.30);}
.sticky-bar a{flex:1;display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-4);color:#fff;font-weight:var(--fw-bold);}
.sticky-bar a+a{border-left:1px solid var(--color-dark-border);}
.sticky-bar a:last-child{background:var(--color-accent);color:#fff;}
.sticky-bar svg{width:1.2em;height:1.2em;}
@media(min-width:960px){.sticky-bar{display:none;}}
body.has-sticky-bar{padding-bottom:64px;}
@media(min-width:960px){body.has-sticky-bar{padding-bottom:0;}}

/* 15. UTILITIES / A11Y / MOTION ---------------------------------------- */
.skip-link{position:absolute;left:-9999px;top:0;background:#fff;color:var(--color-accent-strong);padding:var(--space-3);z-index:1000;}
.skip-link:focus{left:var(--space-3);}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px;}
.text-center{text-align:center;}
/* LEFT-EYEBROW section heads: left-aligned serif heading closed by a short,
   THIN slate hairline (48px × 2px) — a quiet rule, not a banner. */
.section-head{text-align:left;max-width:760px;margin:0 0 var(--space-12);}
.section-head h1,.section-head h2{font-size:var(--text-3xl);margin-bottom:var(--space-3);}
h2.section-head{font-size:var(--text-3xl);margin:0 0 var(--space-8);max-width:760px;}
.section-head>h2::after,.section-head>h1::after,h2.section-head::after{content:"";display:block;width:48px;height:2px;border-radius:0;background:var(--color-accent);margin:var(--space-4) 0 0;}
.section--dark .section-head>h2::after,.section--dark .section-head>h1::after{background:var(--color-accent-soft);}
.section-head p{color:var(--color-muted);font-size:var(--text-lg);margin:0;}
.section--dark .section-head p{color:var(--color-on-dark-muted);}

/* Scroll reveal — only with JS + motion allowed. */
.js .reveal{opacity:0;transform:translateY(16px);}
@media(prefers-reduced-motion:no-preference){
	.js .reveal{transition:opacity .5s ease,transform .5s ease;}
	.js .reveal.is-visible{opacity:1;transform:none;}
}
@media(prefers-reduced-motion:reduce){
	html{scroll-behavior:auto;}
	.js .reveal{opacity:1;transform:none;}
	*{animation-duration:.001ms!important;transition-duration:.001ms!important;}
}
.no-js .reveal{opacity:1;transform:none;}

/* 16. QUOTE WIZARD (3-step lead form) ----------------------------------- */
.quote-form__head{text-align:center;margin-bottom:var(--space-6);}
.quote-form__title{font-size:var(--text-2xl);margin-bottom:var(--space-2);}
.quote-form__sub{color:var(--color-muted);margin:0;}

.quote-steps{list-style:none;display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-2);margin:0 0 var(--space-8);padding:0;}
.quote-steps__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:var(--space-2);position:relative;color:var(--color-muted);font-size:var(--text-sm);font-weight:var(--fw-semibold);text-align:center;}
.quote-steps__item:not(:first-child)::before{content:"";position:absolute;top:17px;right:50%;left:-50%;height:1px;background:var(--color-border);z-index:0;}
.quote-steps__item.is-active::before,.quote-steps__item.is-done::before{background:var(--color-accent);}
.quote-steps__num{position:relative;z-index:1;width:36px;height:36px;border-radius:var(--radius-full);background:#fff;border:1px solid var(--color-border);color:var(--color-muted);display:inline-flex;align-items:center;justify-content:center;font-weight:var(--fw-bold);}
.quote-steps__item.is-active .quote-steps__num,.quote-steps__item.is-done .quote-steps__num{background:var(--color-accent);border-color:var(--color-accent);color:#fff;}
.quote-steps__item.is-active{color:var(--color-text);}
.quote-steps__label{line-height:1.2;}
.quote-form.is-enhanced .quote-steps__item.is-done{cursor:pointer;}
@media(max-width:479px){.quote-steps__label{display:none;}}

.quote-step+.quote-step{margin-top:var(--space-8);padding-top:var(--space-8);border-top:1px solid var(--color-border);}
.quote-form.is-enhanced .quote-step{display:none;margin-top:0;padding-top:0;border-top:0;}
.quote-form.is-enhanced .quote-step.is-active{display:block;}
/* Serif step headings — the wizard reads like a well-set intake form. */
.quote-step__heading{font-family:var(--font-display);font-size:var(--text-lg);margin:var(--space-6) 0 var(--space-4);}
.quote-step__heading:first-child{margin-top:0;}

.quote-grid{display:grid;grid-template-columns:1fr;gap:var(--space-4) var(--space-5);}
@media(min-width:560px){.quote-grid{grid-template-columns:1fr 1fr;}}
.quote-grid .field{margin-bottom:0;}
.field--full{grid-column:1 / -1;}

.quote-nav{display:flex;gap:var(--space-3);margin-top:var(--space-8);align-items:center;justify-content:space-between;flex-wrap:wrap;}
.quote-nav--end{justify-content:flex-end;}
.quote-nav__btn{display:none;}
.quote-form.is-enhanced .quote-nav__btn{display:inline-flex;}
.quote-submit{margin-left:auto;}

/* Service option cards (Step 2) — hairline borders on white plates. */
.service-grid{display:grid;grid-template-columns:1fr;gap:var(--space-4);}
@media(min-width:560px){.service-grid{grid-template-columns:1fr 1fr;}}
.service-card{position:relative;display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;cursor:pointer;background:#fff;transition:border-color var(--transition),box-shadow var(--transition);}
.service-card:hover{border-color:var(--color-accent);}
.service-card__input{position:absolute;opacity:0;width:1px;height:1px;}
.service-card__media{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,var(--color-surface-2),var(--color-surface));display:flex;align-items:center;justify-content:center;color:rgba(var(--color-primary-rgb),.35);}
.service-card__media img{width:100%;height:100%;object-fit:cover;}
.service-card__tick{position:absolute;top:10px;right:10px;width:26px;height:26px;border-radius:var(--radius-full);background:var(--color-accent);color:#fff;display:none;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);}
.service-card__body{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-2);flex:1;}
.service-card__title{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-lg);}
.service-card__models{color:var(--color-muted);font-size:var(--text-sm);}
.service-card__chips{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:var(--space-1) 0;}
.chip{font-size:var(--text-xs);font-weight:var(--fw-semibold);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:3px 10px;color:var(--color-muted);}
.service-card__price{margin-top:auto;padding-top:var(--space-2);font-weight:var(--fw-bold);font-size:var(--text-lg);color:var(--color-text);}
.service-card.is-selected{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb),.18);}
.service-card.is-selected .service-card__tick{display:inline-flex;}
.service-card__input:focus-visible+.service-card__media{outline:3px solid var(--color-accent);outline-offset:-3px;}

/* Extras list (Step 3) */
.extras-list{display:flex;flex-direction:column;gap:var(--space-3);}
.extra-card{position:relative;display:flex;align-items:center;gap:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-4) var(--space-5);cursor:pointer;background:#fff;transition:border-color var(--transition),box-shadow var(--transition);}
.extra-card:hover{border-color:var(--color-accent);}
.extra-card__input{position:absolute;opacity:0;width:1px;height:1px;}
.extra-card__check{flex:none;width:26px;height:26px;border-radius:var(--radius-sm);border:1px solid var(--color-border);display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:var(--transition);}
.extra-card__check svg{opacity:0;}
.extra-card__body{display:flex;flex-direction:column;}
.extra-card__title{font-weight:var(--fw-semibold);}
.extra-card__price{color:var(--color-muted);font-size:var(--text-sm);}
.extra-card.is-selected{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb),.14);}
.extra-card.is-selected .extra-card__check{background:var(--color-accent);border-color:var(--color-accent);}
.extra-card.is-selected .extra-card__check svg{opacity:1;}
.extra-card__input:focus-visible+.extra-card__check{outline:3px solid var(--color-accent);outline-offset:2px;}

/* =========================================================================
 * 17. Per-city DIRECTORY (off by default in this lead-gen build) +
 *     FEATURED #1 hero badge. Kept + self-hiding; quiet parchment retint.
 * ====================================================================== */
.directory{padding:var(--space-16) 0 var(--space-12);background-color:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);}
.directory__heading{text-align:left;margin-bottom:var(--space-8);font-size:var(--text-3xl);font-weight:var(--fw-bold);}
.directory__heading::after{content:"";display:block;width:48px;height:2px;background:var(--color-accent);margin-top:var(--space-4);}
.directory__list{display:grid;gap:var(--space-6);grid-template-columns:1fr;}
@media(min-width:680px){.directory__list{grid-template-columns:repeat(2,1fr);}}
@media(min-width:1040px){.directory__list{grid-template-columns:repeat(3,1fr);}}

.directory__card{position:relative;display:flex;flex-direction:column;gap:var(--space-3);background:var(--color-white);border-radius:var(--radius);padding:var(--space-6);box-shadow:var(--shadow);transition:box-shadow var(--transition);}
.directory__card:hover{box-shadow:var(--shadow-deep);}
.directory__card--featured{box-shadow:0 0 0 2px var(--color-accent),var(--shadow);}
.directory__card--featured::after{content:"\2605";position:absolute;top:var(--space-4);right:var(--space-5);color:var(--color-accent-strong);font-size:var(--text-lg);line-height:1;}

.directory__rank{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:none;border-radius:var(--radius-sm);background:var(--color-primary);color:#fff;font-weight:var(--fw-bold);font-size:var(--text-base);}
.directory__card--featured .directory__rank{background:var(--color-accent);color:#fff;}
.directory__name{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--fw-bold);margin:0;color:var(--color-text);}

.directory__rating{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--fw-semibold);color:var(--color-text);}
.directory__star{display:inline-flex;align-items:center;justify-content:center;color:var(--color-star);}
.directory__star svg{width:1em;height:1em;}
.directory__rating-count{color:var(--color-muted);font-weight:var(--fw-normal);}

.directory__desc{margin:0;color:var(--color-muted);font-size:var(--text-sm);line-height:var(--lh-normal);}
.directory__meta{display:flex;align-items:flex-start;gap:var(--space-2);margin:0;color:var(--color-muted);font-size:var(--text-sm);}
.directory__icon{display:inline-flex;flex:none;color:var(--color-accent-strong);margin-top:2px;}
.directory__icon svg{width:1em;height:1em;}

.directory__actions{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:auto;padding-top:var(--space-3);}
.directory__action{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--fw-semibold);border:1px solid var(--color-border);background:var(--color-white);color:var(--color-accent-strong);transition:var(--transition);}
.directory__action svg{width:1em;height:1em;}
.directory__action:hover{text-decoration:none;border-color:var(--color-accent);background:var(--color-surface);color:var(--color-accent-strong);}
/* Call action — slate fill keeps the WHITE label AA-safe (§21.4). */
.directory__action--call{background:var(--color-accent);border-color:var(--color-accent);color:#fff;}
.directory__action--call:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff;}

.hero__featured-badge{display:inline-flex;align-items:center;gap:var(--space-2);background:var(--color-accent);color:#fff;font-weight:var(--fw-bold);font-size:var(--text-sm);letter-spacing:.04em;text-transform:uppercase;padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);margin-bottom:var(--space-4);box-shadow:var(--shadow-sm);}
.hero__featured-badge svg{width:1.1em;height:1.1em;}

.hero__featured-tagline{display:block;margin:calc(-1 * var(--space-2)) 0 var(--space-5);color:var(--color-on-dark);font-size:var(--text-lg);font-family:var(--font-display);font-weight:var(--fw-semibold);max-width:48ch;text-shadow:0 1px 2px rgba(var(--color-shadow-rgb),.35);}

/* =========================================================================
 * CONVERSION PACK — promo bar, area checker, video facade, map embed
 * ====================================================================== */
.promo-bar{display:block;background:var(--color-accent);color:#fff;text-align:center;font-size:var(--text-sm);font-weight:var(--fw-semibold);letter-spacing:.02em;}
.promo-bar__inner{display:block;padding:var(--space-2) var(--space-4);}
a.promo-bar{text-decoration:none;}
a.promo-bar:hover{background:var(--color-accent-hover);color:#fff;text-decoration:underline;text-underline-offset:3px;}
.promo-bar--dark{background:var(--color-dark);color:var(--color-on-dark);border-top:1px solid var(--color-dark-border);border-bottom:1px solid var(--color-dark-border);}
a.promo-bar--dark:hover{background:var(--color-dark-2);color:#fff;}

/* Areas we cover — chips + area checker. */
.local-areas{padding:var(--space-12) 0;}
.local-areas__heading{text-align:left;margin-bottom:var(--space-6);font-size:var(--text-2xl);}
.local-areas__heading::after{content:"";display:block;width:48px;height:2px;background:var(--color-accent);margin-top:var(--space-3);}
.area-chips{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:flex-start;margin:0 0 var(--space-8);padding:0;}
.area-chips li{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-4);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--color-text);}
.area-check{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:flex-start;align-items:stretch;max-width:560px;margin:0;}
.area-check__label{flex:1;min-width:220px;display:block;}
.area-check input[type="search"]{width:100%;height:100%;padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:var(--text-base);font-family:inherit;background:#fff;color:var(--color-text);transition:border-color var(--transition),box-shadow var(--transition);}
.area-check input[type="search"]:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb),.22);}
.area-check__result{max-width:560px;margin:var(--space-6) 0 0;padding:var(--space-5) var(--space-6);border-radius:var(--radius);border:1px solid var(--color-border);background:#fff;text-align:left;}
.area-check__result.is-yes{border-color:var(--color-success);background:rgba(37,110,69,.07);}
.area-check__msg{font-weight:var(--fw-semibold);margin:0 0 var(--space-3);color:var(--color-text);}
.area-check__result.is-yes .area-check__msg{color:var(--color-success);}

/* Video facade — click-to-load privacy embed. */
.video-facade{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2);margin-top:var(--space-4);padding:var(--space-8) var(--space-4);border-radius:var(--radius);background:var(--color-dark);border:1px solid var(--color-dark-border);color:var(--color-on-dark);font-weight:var(--fw-semibold);font-size:var(--text-sm);text-decoration:none;transition:box-shadow var(--transition);}
.video-facade:hover{color:#fff;text-decoration:none;box-shadow:var(--shadow);}
.video-facade__play{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--radius-full);background:var(--color-accent);color:#fff;font-size:var(--text-2xl);box-shadow:var(--shadow-sm);}
.video-facade__play svg{margin-left:2px;}
.video-embed{margin-top:var(--space-4);}
.video-embed iframe{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:var(--radius);}

/* Map embed. */
.map-embed{padding:var(--space-12) 0;}
.map-embed iframe,.crh-map iframe{display:block;width:100%;min-height:320px;border:0;border-radius:var(--radius-lg);}

/* Tool page (page-tool.php) — quiet chrome for linkable assets. */
.tool-header{border-bottom:1px solid var(--color-border, #e5e7eb);padding:var(--space-3, .75rem) 0;background:#fff;}
.tool-header__inner{display:flex;align-items:center;justify-content:center;}
.tool-header .custom-logo-link img{max-height:36px;width:auto;}
.tool-header__title{margin:0;font-size:var(--text-base, 1rem);font-weight:700;}
.tool-header__title a{color:var(--color-text);text-decoration:none;}
.tool-page__inner{max-width:var(--width-content, 720px);padding-top:var(--space-8, 2rem);padding-bottom:var(--space-12, 3rem);}
.tool-page__title{font-size:var(--text-2xl, 1.5rem);margin:0 0 var(--space-6, 1.5rem);}
.tool-footer{border-top:1px solid var(--color-border, #e5e7eb);padding:var(--space-6, 1.5rem) 0;margin-top:var(--space-8, 2rem);}
.tool-footer__inner{display:flex;flex-wrap:wrap;gap:var(--space-4, 1rem);justify-content:center;font-size:var(--text-sm, .875rem);color:var(--color-muted, #5C5C6E);}
.tool-footer__inner p{margin:0;}
.tool-footer__inner a{color:inherit;}
