/* =========================================================================
   Bellevue Roofing Co. — main.css
   Profile: pacific-craft (new, declared).
   Axes: georgia-display type (sentence case, 700, ratio 1.414, NEGATIVE
   tracking) / ridge-split hero (two columns divided by a drawn ridge, the
   band closed by a shallow pitched edge with a copper eave line) /
   left-eyebrow rhythm / underline cards (no box, accent bottom rule) /
   transparent header (solid on scroll) / shingle-course texture (SVG tile:
   course lines + hanging keyways offset by a third — never a brick bond).
   Deep spruce primary + copper accent on warm stone. See DESIGN-MANIFEST.json.
   1. Design tokens (:root)
   2. Reset / base
   3. Layout (container, left-eyebrow rhythm, spruce feature band)
   4. Buttons + links
   5. Header / nav / top bar (transparent over the hero, solid on scroll)
   6. Hero (ridge-split) + request band below
   7. Trust signals / Open Now
   8. Cards + silo grids (underline: no box, copper bottom rule)
   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)
   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).
	   Pacific-craft identity: deep spruce + copper on warm stone. */
	--color-primary:#1F3A34;        /* deep spruce: brand, links, dark bands, nav */
	--color-accent:#B4541E;         /* copper: every CTA fill (WHITE ink, ~4.96:1) */
	--color-text:#151E1B;           /* near-black spruce body text */
	--color-primary-hover:#162B27;  /* deeper spruce: hover on strong fills */
	--color-accent-hover:#8F4218;   /* patina copper: CTA hover (white ink ~6.7:1) */

	--color-muted:#5A6560;          /* stone-grey secondary text (~5.4:1 on surface) */
	--color-surface:#F6F4F0;        /* warm stone base band */
	--color-surface-2:#EAE7E0;      /* deeper stone alternate band */
	--color-border:#D8D3C9;         /* stone hairline border */
	--color-white:#ffffff;
	--color-page:#FCFBF9;           /* near-white page floor */
	--color-star:#A9761F;           /* bronze rating stars (decorative) */
	--color-success:#2E6B4F;        /* fir green: open-now + success cues */

	/* Dark surface family — spruce ink. Used for the hero band, ONE mid-page
	   feature band, the scrolled header, and the footer floor. */
	--color-dark:#16241F;           /* spruce ink (hero band, header on scroll) */
	--color-dark-2:#0E1815;         /* deepest spruce (footer floor) */
	--color-on-dark:#EDEAE3;        /* warm paper on spruce (~13:1) */
	--color-on-dark-muted:#B4BDB6;  /* muted paper on spruce (~7.9:1) */
	--color-dark-border:#2A3A33;    /* hairline borders on spruce */

	/* rgb channels for rgba() tints. */
	--color-primary-rgb:31,58,52;
	--color-accent-rgb:180,84,30;

	/* shingle-course texture — an SVG tile (96x68), zero requests, static.
	   Geometry IS the token: 34px course lines, each with a 1px shadow line
	   beneath it, plus keyways that HANG from the course by 40% of its height
	   and shift by a THIRD (32px) on the next course. Not a brick bond (no
	   full-height joints), not blueprint-grid (no square pitch). Alpha ceiling
	   6%; tinted bands and the hero roof plane only — never behind body copy. */
	--shingle-course:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='68'%3E%3Cg stroke='%23151E1B' stroke-width='1' fill='none'%3E%3Cg stroke-opacity='.06'%3E%3Cpath d='M0 .5H96M0 34.5H96'/%3E%3Cpath d='M16 .5V14M64 .5V14M48 34.5V48M96 34.5V48'/%3E%3C/g%3E%3Cg stroke-opacity='.03'%3E%3Cpath d='M0 2.5H96M0 36.5H96'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	--shingle-on-dark:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='68'%3E%3Cg stroke='%23EDEAE3' stroke-width='1' fill='none' stroke-opacity='.055'%3E%3Cpath d='M0 .5H96M0 34.5H96'/%3E%3Cpath d='M16 .5V14M64 .5V14M48 34.5V48M96 34.5V48'/%3E%3C/g%3E%3C/svg%3E");

	/* georgia-display scale — 1.414 ratio ladder on a 17px editorial base.
	   Big jumps between steps are the point: the display face carries the page. */
	--text-xs:0.75rem; --text-sm:0.875rem; --text-base:1.0625rem; --text-lg:1.25rem;
	--text-xl:1.5rem; --text-2xl:2.125rem; --text-3xl:2.75rem; --text-4xl:3.5rem;
	--text-5xl:4.25rem; --text-6xl:5.5rem;

	--fw-normal:400; --fw-medium:500; --fw-semibold:600; --fw-bold:700; --fw-black:800;
	--lh-tight:1.08; --lh-snug:1.4; --lh-normal:1.7;

	/* Display tracking is NEGATIVE (the axis signature); eyebrows are the
	   body sans, uppercase, widely tracked. */
	--track-display:-.015em;
	--track-eyebrow:.16em;

	--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-20:5.5rem;

	--width-content:720px; --width-wide:1180px;
	/* Soft-but-small radius family: 3px on plates, 2px on inputs/chips. */
	--radius-sm:2px; --radius:3px; --radius-full:999px;
	/* Diffuse shadows — elevation is rare here; hairlines carry most of it. */
	--shadow-sm:0 1px 2px rgba(21,30,27,.07);
	--shadow-md:0 6px 20px -8px rgba(21,30,27,.22);
	--shadow-lg:0 18px 44px -18px rgba(21,30,27,.32);
	--transition:180ms ease;
	--header-h:76px; --topbar-h:36px;

	--font:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
	/* georgia-display: Georgia ships on macOS AND stock Windows; Gelasio is its
	   metric-compatible open substitute on Linux. No font request either way. */
	--font-display:Georgia,'Gelasio','Noto Serif','DejaVu Serif','Times New Roman',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-primary);text-decoration:none;}
a:hover{text-decoration:underline;}
/* georgia-display headings — SENTENCE CASE everywhere (a Georgia display set
   in caps loses the axis), 700, tightly tracked, tight leading. */
h1,h2,h3,h4{font-family:var(--font-display);line-height:var(--lh-tight);font-weight:var(--fw-bold);color:var(--color-text);letter-spacing:var(--track-display);margin:0 0 var(--space-4);text-transform:none;}
h1{font-size:var(--text-3xl);} h2{font-size:var(--text-2xl);} h3{font-size:var(--text-xl);}
h4{font-size:var(--text-lg);letter-spacing:0;}
@media(min-width:960px){h1{font-size:var(--text-4xl);}}
p{margin:0 0 var(--space-4);}
ul,ol{margin:0 0 var(--space-4);padding-left:1.25rem;}
/* Every number that is a fact lines up. */
.trust-metric__value,.request-steps__num,.directory__rank,.service-card__price,.entry-meta,.freshness{font-variant-numeric:tabular-nums;}

/* 3. LAYOUT ------------------------------------------------------------- */
.container{width:100%;max-width:var(--width-wide);margin:0 auto;padding:0 var(--space-5);}
/* left-eyebrow rhythm: generous, ASYMMETRIC vertical padding (more above the
   head than below the content) and left-aligned heads throughout. */
.section{padding:var(--space-20) 0 var(--space-16);}
/* Alternate bands are stone with the shingle tile at 6%; :where() keeps
   specificity flat so the hero, feature band and self-backgrounded sections
   override cleanly. */
.site-main > :where(section:nth-of-type(even)){position:relative;background-color:var(--color-surface);background-image:var(--shingle-course);}
.section--surface{background-color:var(--color-surface);background-image:var(--shingle-course);}
/* THE one deep-spruce feature band mid-page. */
.section--dark{position:relative;background-color:var(--color-dark);background-image:var(--shingle-on-dark);color:var(--color-on-dark);padding:var(--space-20) 0;}
.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4{color:var(--color-on-dark);}
.section--dark p{color:var(--color-on-dark-muted);}
.grid{display:grid;gap:var(--space-8);}
.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 ------------------------------------------------------------ */
/* Body sans, sentence case, small radius, no lift — the serif is reserved
   for headings so the CTAs stay unmistakably controls. */
.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-family:var(--font);
	font-weight:var(--fw-semibold);letter-spacing:0;
	font-size:var(--text-base);border:1px solid transparent;cursor:pointer;text-decoration:none;line-height:1.3;
	transition:background var(--transition),border-color var(--transition),color var(--transition),box-shadow var(--transition);}
.btn:hover{text-decoration:none;}
/* Primary CTA — copper fill, WHITE ink (#FFFFFF on #B4541E ≈ 4.96:1). */
.btn--primary{background:var(--color-accent);border-color:var(--color-accent);color:#FFFFFF;}
.btn--primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#FFFFFF;}
/* Secondary — spruce fill, paper ink (~11:1). */
.btn--secondary{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-on-dark);}
.btn--secondary:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover);color:#fff;}
/* Ghost / outline on a LIGHT surface — spruce rule + spruce ink. */
.btn--ghost{background:transparent;border-color:var(--color-primary);color:var(--color-primary);}
.btn--ghost:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;}
/* Paper outline ON a dark band — fills paper on hover. */
.btn--on-dark{background:transparent;border-color:var(--color-on-dark);color:var(--color-on-dark);}
.btn--on-dark:hover{background:var(--color-on-dark);border-color:var(--color-on-dark);color:var(--color-dark);}
.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 (transparent → solid on scroll) ----------------------------- */
/* Slim spruce utility strip above the header — Open Now, phone, Text Us. */
.topbar{background:var(--color-dark-2);color:var(--color-on-dark-muted);font-size:var(--text-sm);min-height:var(--topbar-h);}
.topbar__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:var(--space-2) var(--space-6);padding:var(--space-1) var(--space-5);}
.topbar a{color:var(--color-on-dark);display:inline-flex;align-items:center;gap:var(--space-2);}
.topbar a:hover{color:#fff;}
.topbar svg{width:1em;height:1em;}
.topbar__afterhours{color:var(--color-on-dark);font-weight:var(--fw-semibold);}

/* Transparent header: one inline row (wordmark left, nav + CTA right) laid
   OVER the hero band, gaining a solid spruce background once JS adds
   .is-shrunk on scroll. Pages that render no hero carry no .has-hero body
   class and get the solid header from the first pixel, so header text is
   never light-on-light (§21.4). JS hooks unchanged: .site-header,
   .menu-toggle, .main-nav, .menu-item-has-children, .is-shrunk. */
.site-header{position:sticky;top:0;z-index:100;background:var(--color-dark);transition:background var(--transition),box-shadow var(--transition);}
.has-hero .site-header{background:transparent;}
.site-header.is-shrunk{background:var(--color-dark);box-shadow:var(--shadow-md);}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);min-height:var(--header-h);}
.site-branding{display:flex;align-items:center;}
/* Wordmark in the display serif — the only place the serif is set small. */
.site-title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--fw-bold);letter-spacing:var(--track-display);margin:0;line-height:1.15;}
.site-title a{color:var(--color-on-dark);}
.site-title a:hover{color:#fff;text-decoration:none;}
.site-branding .custom-logo{max-height:46px;width:auto;}
.site-header__nav{display:flex;align-items:center;}
.main-nav > ul{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:0 var(--space-1);margin:0;padding:0;}
.main-nav li{position:relative;}
.main-nav a{color:var(--color-on-dark);font-weight:var(--fw-medium);font-size:var(--text-sm);white-space:nowrap;display:block;padding:var(--space-3);}
.main-nav a:hover,.main-nav .current-menu-item > a,.main-nav [aria-current] {color:#fff;text-decoration:none;box-shadow:inset 0 -2px 0 0 var(--color-accent);}
/* Caret on parent items with a dropdown. */
.main-nav .menu-item-has-children > a::after{content:"";display:inline-block;width:.38em;height:.38em;margin-left:.45em;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform var(--transition);}
/* Submenu dropdown — paper plate, hairline, soft shadow; 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);box-shadow:var(--shadow-lg);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-primary);text-decoration:none;box-shadow:none;}
.header-actions{display:flex;align-items:center;gap:var(--space-3);}
.header-search form{display:flex;}
/* Header CTA — copper, desktop only (the hero CTA and the sticky bar cover
   conversion on phones, §12). */
.header-cta{display:none;white-space:nowrap;}
@media(min-width:960px){.header-cta{display:inline-flex;}}
.menu-toggle{display:inline-flex;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:var(--space-2);}
.menu-toggle span{width:24px;height:2px;background:var(--color-on-dark);display:block;transition:var(--transition);}
@media(max-width:959px){
	/* Accordion drawer under the sticky header — spruce ink, paper links. */
	.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-dark);border-top:1px solid var(--color-dark-border);box-shadow:var(--shadow-lg);max-height:calc(100vh - var(--header-h));overflow-y:auto;}
	.has-hero .main-nav{background:var(--color-dark);}
	.main-nav.is-open{display:block;}
	.main-nav > ul{flex-direction:column;flex-wrap:nowrap;gap:0;padding:var(--space-4) var(--space-5);align-items:stretch;}
	.main-nav li{border-bottom:1px solid var(--color-dark-border);}
	.main-nav a{display:block;padding:var(--space-3) 0;white-space:normal;font-size:var(--text-base);}
	.main-nav a:hover{box-shadow:none;}
	.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-on-dark-muted);}
	.main-nav .sub-menu a:hover{background:transparent;color:#fff;}
}
@media(min-width:960px){.menu-toggle{display:none;}}

/* 6. HERO (ridge-split) ------------------------------------------------- */
/* Two columns divided by a drawn RIDGE: a 2px copper rule that climbs from
   the foot of the text column to the head of the roof-plane panel. The band
   itself is closed by a shallow PITCH — a clipped bottom edge with a 3px
   copper eave line under it. Photo-optional by construction: with no hero
   image the right column is a drawn roof plane (shingle tile + ridge cap),
   so nothing ever collapses to an empty grey box. LCP is the H1 text block
   unless the operator sets a hero image, which then renders as a real <img>
   with fetchpriority (§13). */
.hero{position:relative;color:var(--color-on-dark);background:transparent;isolation:isolate;}
/* Copper pitch edge (sits 3px lower than the band, so it reads as an eave). */
.hero::before{content:"";position:absolute;inset:0;z-index:-2;background:var(--color-accent);
	clip-path:polygon(0 0,100% 0,100% calc(100% - 40px),0 100%);}
/* The spruce band itself. */
.hero::after{content:"";position:absolute;inset:0 0 3px 0;z-index:-1;background-color:var(--color-dark);background-image:var(--shingle-on-dark);
	clip-path:polygon(0 0,100% 0,100% calc(100% - 40px),0 100%);}
/* The transparent header sits OVER the first dark element of the page. On the
   front page that is the hero itself; on inner pages the breadcrumb bar comes
   first, so it takes the same spruce fill and the two merge into one band —
   which is why the header never lands on a light strip (§21.4). */
.has-hero .site-main > .hero:first-child{margin-top:calc(-1 * var(--header-h));}
.has-hero .site-main > .hero:first-child .hero__inner{padding-top:calc(var(--header-h) + var(--space-16));}
.has-hero .breadcrumbs{margin-top:calc(-1 * var(--header-h));padding-top:calc(var(--header-h) + var(--space-4));padding-bottom:var(--space-2);background-color:var(--color-dark);background-image:var(--shingle-on-dark);border-bottom:0;color:var(--color-on-dark-muted);}
.has-hero .breadcrumbs__list{color:var(--color-on-dark-muted);}
.has-hero .breadcrumbs a{color:var(--color-on-dark);}
.has-hero .breadcrumbs a:hover{color:#fff;}
.has-hero .breadcrumbs__item+.breadcrumbs__item::before{color:var(--color-dark-border);}
.hero__inner{position:relative;display:grid;grid-template-columns:1fr;gap:var(--space-12);
	padding:var(--space-16) 0 calc(var(--space-16) + 40px);}
@media(min-width:960px){
	.hero--ridge-split .hero__inner{grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:center;gap:var(--space-16);}
}
.hero__content{color:var(--color-on-dark);position:relative;}
/* Eyebrow — body sans, uppercase, widely tracked, over a short copper rule. */
.hero__eyebrow{display:block;font-family:var(--font);color:var(--color-on-dark-muted);font-weight:var(--fw-semibold);font-size:var(--text-xs);letter-spacing:var(--track-eyebrow);text-transform:uppercase;padding-top:var(--space-4);margin-bottom:var(--space-5);border-top:2px solid var(--color-accent);max-width:max-content;}
/* Display H1 — the LCP element on a photo-free hero. */
.hero__title{font-family:var(--font-display);font-size:clamp(var(--text-3xl),5.6vw,var(--text-5xl));font-weight:var(--fw-bold);letter-spacing:var(--track-display);line-height:1.04;margin-bottom:var(--space-5);color:#fff;max-width:15ch;}
.hero__subtitle{font-size:var(--text-lg);line-height:var(--lh-snug);margin-bottom:var(--space-8);color:var(--color-on-dark);max-width:52ch;}
.hero__ctas{display:flex;flex-wrap:wrap;gap:var(--space-4) var(--space-5);align-items:center;}
/* The phone number in the display serif, beside the CTA pair. */
.hero__phone{display:inline-flex;align-items:center;gap:var(--space-2);font-family:var(--font-display);font-weight:var(--fw-bold);font-size:clamp(var(--text-lg),2.4vw,var(--text-xl));letter-spacing:var(--track-display);color:#fff;line-height:1;font-variant-numeric:tabular-nums;}
.hero__phone:hover{color:#fff;text-decoration:underline;text-decoration-color:var(--color-accent);text-decoration-thickness:2px;text-underline-offset:6px;}
.hero__phone svg{width:.9em;height:.9em;flex:none;}

/* The drawn roof plane — the right half of the split, and the ridge itself.
   Pure CSS: a pitched panel of shingle courses under a copper ridge cap. */
.hero__ridge{position:relative;display:none;}
@media(min-width:960px){.hero--ridge-split .hero__ridge{display:block;}}
/* The plane is drawn as two stacked clipped layers: a copper base whose
   pitched top edge shows as the RIDGE CAP, and the shingle field 3px below
   it. Same technique as the hero band's eave, so the two edges rhyme. */
.hero__plane{position:relative;height:320px;border-radius:var(--radius);
	background:var(--color-accent);
	clip-path:polygon(0 16%,100% 0,100% 100%,0 100%);}
.hero__plane::after{content:"";position:absolute;inset:3px 0 0 0;z-index:0;border-radius:var(--radius);
	background-color:#1B2E27;background-image:var(--shingle-on-dark);
	clip-path:polygon(0 16%,100% 0,100% 100%,0 100%);}
.hero__plane-label{position:absolute;z-index:1;left:var(--space-6);bottom:var(--space-6);right:var(--space-6);font-size:var(--text-xs);letter-spacing:var(--track-eyebrow);text-transform:uppercase;color:var(--color-on-dark-muted);}
/* Optional media (hero--has-media) — the real <img> takes the same slot as
   the drawn plane, keeping its LCP attributes. */
.hero__media{position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-dark-border);box-shadow:var(--shadow-lg);}
.hero__media img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;}
@media(max-width:959px){.hero__media img{aspect-ratio:16/9;}}
.hero--has-media .hero__plane{display:none;}
.hero--has-media .hero__ridge{display:block;}

/* Full-width request band directly below the hero — stone, shingle tile, the
   3-step wizard card centered inside. */
.request-band{position:relative;background-color:var(--color-surface);background-image:var(--shingle-course);padding:var(--space-16) 0 var(--space-20);}
.request-shell{width:100%;max-width:820px;margin:0 auto;}

/* Quote form card — paper plate, hairline, copper rule at the top. */
.quote-form-wrap{background:var(--color-white);border:1px solid var(--color-border);border-top:3px solid var(--color-accent);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:var(--space-8);color:var(--color-text);text-align:left;}
.quote-form-wrap h2{font-size:var(--text-xl);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;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-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.18);}
.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-accent-hover);}
.spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#FFFFFF;border-radius:50%;}
.is-loading .spinner{display:inline-block;animation:brc-spin .7s linear infinite;}
@keyframes brc-spin{to{transform:rotate(360deg);}}
.form-fallback{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-6);text-align:center;color:var(--color-text);}

/* 7. TRUST / OPEN NOW --------------------------------------------------- */
/* A quiet measured strip, not a badge wall: hairline top and bottom, items
   separated by thin rules. */
.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:flex-start;padding:var(--space-6) 0;text-align:left;}
.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:28px;background:var(--color-border);}
}
.trust-bar .trust-badges{padding:var(--space-5) 0;border-top:1px solid var(--color-border);margin-top:var(--space-4);justify-content:flex-start;}
.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-xl);font-weight:var(--fw-bold);letter-spacing:var(--track-display);color:var(--color-primary);line-height:1.1;}
.trust-metric__label{font-size:var(--text-xs);letter-spacing:var(--track-eyebrow);text-transform:uppercase;color:var(--color-muted);}
.trust-chip{display:inline-flex;align-items:center;gap:var(--space-1);font-size:var(--text-sm);background:var(--color-surface);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:flex-start;align-items:center;}
.trust-badge{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--color-text);line-height:1.3;}
.trust-badge svg{width:18px;height:18px;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(46,107,79,.35);}
.open-now.is-closed .open-now__dot{background:var(--color-accent);}

/* 8. CARDS / SILO (underline) ------------------------------------------- */
/* underline cards: no box, no fill, no shadow. A hairline bottom rule that
   turns copper and thickens on hover, and whitespace doing the separating. */
.card{background:transparent;border:0;border-bottom:1px solid var(--color-border);border-radius:0;box-shadow:none;overflow:visible;display:flex;flex-direction:column;padding-bottom:var(--space-6);transition:border-color var(--transition);}
.card:hover{border-bottom-color:var(--color-accent);box-shadow:none;}
.card__media{margin-bottom:var(--space-5);}
.card__media img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:var(--radius);}
.card__body{padding:0;display:flex;flex-direction:column;gap:var(--space-3);flex:1;}
.card__title{font-size:var(--text-xl);margin:0;}
.card__excerpt{color:var(--color-muted);font-size:var(--text-base);margin:0;}
.card__cta{margin-top:auto;padding-top:var(--space-3);font-family:var(--font);font-weight:var(--fw-semibold);font-size:var(--text-sm);letter-spacing:0;color:var(--color-accent);display:inline-flex;align-items:center;gap:var(--space-2);}
.card:hover .card__cta{gap:var(--space-3);}
.card__title a{color:inherit;}
.card__title a:hover{color:var(--color-primary);text-decoration:none;}
.section--dark .card{border-bottom-color:var(--color-dark-border);}
.section--dark .card__excerpt{color:var(--color-on-dark-muted);}
.section--dark .card__title a{color:var(--color-on-dark);}
/* Silo cross-link block — left-aligned label + a row of hairline links. */
.silo{position:relative;margin:var(--space-16) 0;padding:var(--space-12) 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);}
.silo__heading{margin-bottom:var(--space-6);font-size:var(--text-xl);text-align:left;}
.silo__links{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:flex-start;}
.silo__links a{background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-full);padding:var(--space-2) var(--space-5);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--color-text);transition:var(--transition);}
.silo__links a:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-surface);text-decoration:none;}

/* 9. FAQ ---------------------------------------------------------------- */
.faq{padding:var(--space-20) 0 var(--space-16);}
.faq__heading{text-align:left;margin-bottom:var(--space-8);font-size:var(--text-2xl);max-width:760px;}
.faq__list{max-width:820px;display:flex;flex-direction:column;gap:0;}
.faq__item{border:0;border-bottom:1px solid var(--color-border);border-radius:0;background:transparent;overflow:hidden;}
.faq__item:first-child{border-top:1px solid var(--color-border);}
.faq__summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-5) 0;cursor:pointer;list-style:none;transition:color var(--transition);}
.faq__summary::-webkit-details-marker{display:none;}
.faq__summary::marker{content:"";}
.faq__summary:hover .faq-question{color:var(--color-primary);}
.faq-question{font-family:var(--font-display);font-size:var(--text-lg);margin:0;font-weight:var(--fw-bold);letter-spacing:var(--track-display);line-height:1.35;transition:color var(--transition);}
.faq__chevron{flex:none;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-full);border:1px solid var(--color-border);color:var(--color-primary);transition:transform var(--transition),background var(--transition),color var(--transition),border-color var(--transition);}
.faq__chevron svg{width:15px;height:15px;transform:rotate(90deg);}
.faq__item[open] .faq__chevron{transform:rotate(180deg);background:var(--color-primary);border-color:var(--color-primary);color:#fff;}
.faq__answer{padding:0 0 var(--space-6);color:var(--color-muted);font-size:var(--text-base);line-height:var(--lh-normal);max-width:68ch;}
.faq__answer p:last-child{margin-bottom:0;}

/* 10. CTA BANNER -------------------------------------------------------- */
/* A spruce plate with the shingle tile — left-aligned, matching the rhythm. */
.cta-banner{position:relative;background-color:var(--color-dark);background-image:var(--shingle-on-dark);color:var(--color-on-dark);border:0;border-left:3px solid var(--color-accent);border-radius:var(--radius);box-shadow:none;padding:var(--space-12) var(--space-8);text-align:left;margin:var(--space-16) auto;}
.cta-banner h2{color:#fff;}
.cta-banner p{color:var(--color-on-dark-muted);margin-bottom:var(--space-6);max-width:60ch;}
.cta-banner__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:flex-start;}
/* The banner is dark, so its outline button keeps the paper rule (§21.4). */
.cta-banner .btn--on-dark{border-color:var(--color-on-dark);color:var(--color-on-dark);}
.cta-banner .btn--on-dark:hover{background:var(--color-on-dark);border-color:var(--color-on-dark);color:var(--color-dark);}

/* 11. TESTIMONIALS ------------------------------------------------------ */
.testimonials{position:relative;padding:var(--space-20) 0 var(--space-16);background-color:var(--color-surface);background-image:var(--shingle-course);}
.testimonials__track{display:grid;gap:var(--space-8);}
/* Quotes as underlined blocks, not boxes. */
.testimonial{background:transparent;border:0;border-bottom:1px solid var(--color-border);border-radius:0;box-shadow:none;padding:0 0 var(--space-6);}
.testimonial__stars{color:var(--color-star);margin-bottom:var(--space-3);display:flex;}
.testimonial__text{font-family:var(--font-display);font-size:var(--text-lg);line-height:var(--lh-snug);letter-spacing:var(--track-display);margin-bottom:var(--space-4);}
.testimonial__author{font-weight:var(--fw-semibold);font-size:var(--text-sm);}
.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:transparent;border:0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);border-radius:0;box-shadow:none;padding:var(--space-8) 0;margin:var(--space-16) 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{display:block;font-family:var(--font);text-transform:uppercase;letter-spacing:var(--track-eyebrow);font-size:var(--text-xs);font-weight:var(--fw-semibold);color:var(--color-muted);margin-bottom:var(--space-2);}
.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-primary);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;}
/* The panel drops OUT of flow so opening it never reflows the byline row. */
.fact-check__panel{position:absolute;top:calc(100% + 6px);left:0;min-width:260px;max-width:min(420px,90vw);background:var(--color-white);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-lg);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-8);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:0;border-bottom:1px solid var(--color-border);border-radius:0;box-shadow:none;overflow:hidden;background:transparent;padding-bottom:var(--space-6);}
.project-card__images{display:grid;grid-template-columns:1fr 1fr;gap:2px;border-radius:var(--radius);overflow:hidden;}
.project-card__images figure{margin:0;position:relative;}
.project-card__images figcaption{position:absolute;bottom:0;left:0;background:rgba(14,24,21,.88);color:var(--color-on-dark);font-size:var(--text-xs);letter-spacing:var(--track-eyebrow);text-transform:uppercase;padding:2px 8px;}
.project-card__body{padding:var(--space-5) 0 0;}
.project-card__meta{font-size:var(--text-xs);letter-spacing:var(--track-eyebrow);text-transform:uppercase;color:var(--color-muted);margin-bottom:var(--space-2);}

.credentials{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:flex-start;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:var(--color-white);}
.credential svg{width:1.3em;height:1.3em;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:flex-start;padding:var(--space-8) 0;}
.awards img{max-height:44px;width:auto;filter:grayscale(1);opacity:.7;transition:var(--transition);}
.awards a:hover img,.awards img:hover{filter:grayscale(0);opacity:1;}

.team-grid{display:grid;gap:var(--space-8);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:left;background:transparent;border:0;border-bottom:1px solid var(--color-border);border-radius:0;box-shadow:none;padding:0 0 var(--space-6);}
.team-card__photo img{width:110px;height:110px;border-radius:50%;object-fit:cover;margin:0 0 var(--space-4);}

.guarantees{display:grid;gap:var(--space-8);grid-template-columns:1fr;}
@media(min-width:640px){.guarantees{grid-template-columns:repeat(3,1fr);}}
.guarantee{text-align:left;padding:var(--space-5) 0 var(--space-5) var(--space-5);border-left:2px solid var(--color-accent);}
.guarantee svg{width:1.8em;height:1.8em;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-4) 0;background:transparent;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;color:var(--color-muted);}
.breadcrumbs__item+.breadcrumbs__item::before{content:"/";margin-right:var(--space-2);color:var(--color-border);}
.content-narrow{max-width:760px;margin-left:auto;margin-right:auto;}
.prose-content{max-width:var(--width-content);margin:0 auto;padding:var(--space-16) var(--space-5);font-size:var(--text-lg);line-height:var(--lh-normal);}
.prose-content.content-narrow{max-width:760px;}
.prose-content h2{font-size:var(--text-2xl);margin-top:var(--space-16);}
.prose-content h3{font-size:var(--text-xl);margin-top:var(--space-12);}
.prose-content h2:first-child,.prose-content h3:first-child{margin-top:0;}
.prose-content a{text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--color-accent);}
.prose-content img{border-radius:var(--radius);margin:var(--space-8) 0;}
.post-thumb img{border-radius:var(--radius);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-16);}
.pagination .nav-links{display:flex;flex-wrap:wrap;gap:var(--space-2);justify-content:flex-start;}
.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-medium);color:var(--color-text);transition:var(--transition);}
.pagination .page-numbers.current{background:var(--color-primary);color:var(--color-on-dark);border-color:var(--color-primary);}
.pagination a.page-numbers:hover{background:var(--color-surface);color:var(--color-primary-hover);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 ------------------------------------------------------------ */
/* Deepest-spruce floor, opened by a copper hairline. */
.site-footer{position:relative;background-color:var(--color-dark-2);background-image:var(--shingle-on-dark);color:var(--color-on-dark-muted);padding:var(--space-20) 0 var(--space-12);margin-top:var(--space-20);border-top:3px solid var(--color-accent);}
.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-family:var(--font);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--track-eyebrow);font-weight:var(--fw-semibold);margin-bottom:var(--space-4);}
.footer-tagline{color:var(--color-on-dark);font-family:var(--font-display);font-size:var(--text-lg);letter-spacing:var(--track-display);}
.site-footer p{margin-bottom:var(--space-2);color:var(--color-on-dark-muted);}
.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:38px;height:38px;align-items:center;justify-content:center;border-radius:var(--radius-full);border:1px solid var(--color-dark-border);transition:var(--transition);}
.footer-social a:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;}
.footer-social a{display:inline-flex;}
.footer-social svg{width:1.2em;height:1.2em;}
.footer-bottom{border-top:1px solid var(--color-dark-border);margin-top:var(--space-12);padding-top:var(--space-6);font-size:var(--text-sm);text-align:left;}

/* Mobile sticky conversion bar — spruce base, copper Text action, white ink. */
.sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;background:var(--color-dark);border-top:1px solid var(--color-dark-border);}
.sticky-bar a{flex:1;display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-4);color:var(--color-on-dark);font-weight:var(--fw-semibold);}
.sticky-bar a+a{border-left:1px solid var(--color-dark-border);}
.sticky-bar a:last-child{background:var(--color-accent);color:#FFFFFF;}
.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-primary);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: a short copper rule ABOVE a left-aligned head,
   with the intro paragraph held to a narrow measure beside it. */
.section-head{text-align:left;max-width:760px;margin:0 0 var(--space-12);}
.section-head h1,.section-head h2{font-size:var(--text-2xl);margin-bottom:var(--space-4);}
h2.section-head{font-size:var(--text-2xl);margin:0 0 var(--space-8);max-width:760px;}
.section-head>h2::before,.section-head>h1::before,h2.section-head::before{content:"";display:block;width:44px;height:2px;background:var(--color-accent);margin:0 0 var(--space-5);}
.section--dark .section-head>h2::before,.section--dark .section-head>h1::before{background:var(--color-accent);}
.section-head p{color:var(--color-muted);font-size:var(--text-lg);line-height:var(--lh-snug);margin:0;max-width:62ch;}
.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) ----------------------------------- */
.request-form__head{text-align:left;margin-bottom:var(--space-6);}
.request-form__title{font-size:var(--text-xl);margin-bottom:var(--space-2);}
.request-form__sub{color:var(--color-muted);margin:0;}

.request-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;}
.request-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-xs);letter-spacing:var(--track-eyebrow);text-transform:uppercase;font-weight:var(--fw-semibold);text-align:center;}
.request-steps__item:not(:first-child)::before{content:"";position:absolute;top:17px;right:50%;left:-50%;height:1px;background:var(--color-border);z-index:0;}
.request-steps__item.is-active::before,.request-steps__item.is-done::before{background:var(--color-primary);}
.request-steps__num{position:relative;z-index:1;width:34px;height:34px;border-radius:var(--radius-full);background:var(--color-white);border:1px solid var(--color-border);color:var(--color-muted);display:inline-flex;align-items:center;justify-content:center;font-weight:var(--fw-bold);font-family:var(--font-display);}
.request-steps__item.is-active .request-steps__num,.request-steps__item.is-done .request-steps__num{background:var(--color-primary);border-color:var(--color-primary);color:#fff;}
.request-steps__item.is-active{color:var(--color-text);}
.request-steps__label{line-height:1.3;letter-spacing:var(--track-eyebrow);}
.request-form.is-enhanced .request-steps__item.is-done{cursor:pointer;}
@media(max-width:479px){.request-steps__label{display:none;}}

.request-step+.request-step{margin-top:var(--space-8);padding-top:var(--space-8);border-top:1px solid var(--color-border);}
.request-form.is-enhanced .request-step{display:none;margin-top:0;padding-top:0;border-top:0;}
.request-form.is-enhanced .request-step.is-active{display:block;}
.request-step__heading{font-size:var(--text-lg);margin:var(--space-6) 0 var(--space-4);}
.request-step__heading:first-child{margin-top:0;}

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

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

/* Service option cards (Step 2) — hairline plates that gain a copper rule
   when picked; the media slot is a drawn shingle plane, never an empty box. */
.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:var(--color-white);transition:border-color var(--transition),box-shadow var(--transition);}
.service-card:hover{border-color:var(--color-primary);}
.service-card__input{position:absolute;opacity:0;width:1px;height:1px;}
.service-card__media{position:relative;aspect-ratio:16/7;background-color:var(--color-surface);background-image:var(--shingle-course);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:24px;height:24px;border-radius:var(--radius-full);background:var(--color-accent);color:#fff;display:none;align-items:center;justify-content:center;}
.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);letter-spacing:var(--track-display);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-medium);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);padding:3px 10px;color:var(--color-muted);}
.service-card__price{margin-top:auto;padding-top:var(--space-2);font-weight:var(--fw-semibold);font-size:var(--text-sm);color:var(--color-muted);}
.service-card.is-selected{border-color:var(--color-accent);box-shadow:inset 0 0 0 1px var(--color-accent);}
.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:var(--color-white);transition:border-color var(--transition),box-shadow var(--transition);}
.extra-card:hover{border-color:var(--color-primary);}
.extra-card__input{position:absolute;opacity:0;width:1px;height:1px;}
.extra-card__check{flex:none;width:24px;height:24px;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-medium);}
.extra-card__price{color:var(--color-muted);font-size:var(--text-sm);}
.extra-card.is-selected{border-color:var(--color-accent);}
.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; underline-family retint.
 * ====================================================================== */
.directory{position:relative;padding:var(--space-16) 0 var(--space-12);background-color:var(--color-surface);background-image:var(--shingle-course);}
.directory__heading{text-align:left;margin-bottom:var(--space-8);font-size:var(--text-2xl);font-weight:var(--fw-bold);}
.directory__heading::before{content:"";display:block;width:44px;height:2px;background:var(--color-accent);margin:0 0 var(--space-5);}
.directory__list{display:grid;gap:var(--space-8);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:1px solid var(--color-border);border-radius:var(--radius);box-shadow:none;padding:var(--space-6);transition:border-color var(--transition);}
.directory__card:hover{border-color:var(--color-primary);}
.directory__card--featured{border-color:var(--color-accent);}
.directory__card--featured::after{content:"\2605";position:absolute;top:var(--space-4);right:var(--space-5);color:var(--color-accent);font-size:var(--text-lg);line-height:1;}

.directory__rank{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:none;border-radius:var(--radius-full);background:var(--color-primary);color:#fff;font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-base);}
.directory__card--featured .directory__rank{background:var(--color-accent);color:#FFFFFF;}
.directory__name{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-primary);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-primary);transition:var(--transition);}
.directory__action svg{width:1em;height:1em;}
.directory__action:hover{text-decoration:none;border-color:var(--color-primary);background:var(--color-surface);color:var(--color-primary-hover);}
/* Call action — copper fill, WHITE ink (~4.96:1, §21.4). */
.directory__action--call{background:var(--color-accent);border-color:var(--color-accent);color:#FFFFFF;}
.directory__action--call:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#FFFFFF;}

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

.hero__featured-tagline{display:block;margin:calc(-1 * var(--space-4)) 0 var(--space-5);color:var(--color-on-dark);font-size:var(--text-lg);font-weight:var(--fw-medium);max-width:48ch;}

/* =========================================================================
 * CONVERSION PACK — promo bar, area checker, video facade, map embed
 * ====================================================================== */
.promo-bar{display:block;background:var(--color-accent);color:#FFFFFF;text-align:center;font-size:var(--text-sm);font-weight:var(--fw-semibold);letter-spacing:0;}
.promo-bar__inner{display:block;padding:var(--space-2) var(--space-5);}
a.promo-bar{text-decoration:none;}
a.promo-bar:hover{background:var(--color-accent-hover);color:#FFFFFF;text-decoration:underline;text-underline-offset:3px;}
.promo-bar--dark{background:var(--color-dark);color:var(--color-on-dark);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-xl);}
.local-areas__heading::before{content:"";display:block;width:44px;height:2px;background:var(--color-accent);margin:0 0 var(--space-4);}
.area-chips{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-3);justify-content:flex-start;margin:0 0 var(--space-8);padding:0;}
.area-chips li{background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-full);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-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.18);}
.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:var(--color-white);text-align:left;}
.area-check__result.is-yes{border-color:var(--color-success);background:rgba(46,107,79,.06);}
.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-12) var(--space-4);border-radius:var(--radius);background-color:var(--color-dark);background-image:var(--shingle-on-dark);border:1px solid var(--color-dark-border);color:var(--color-on-dark);font-weight:var(--fw-medium);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-md);}
.video-facade__play{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:var(--radius-full);background:var(--color-accent);color:#FFFFFF;font-size:var(--text-xl);}
.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,.brc-map iframe{display:block;width:100%;min-height:320px;border:1px solid var(--color-border);border-radius:var(--radius);}

/* Tool page (page-tool.php) — quiet chrome for linkable assets. */
.tool-header{border-bottom:1px solid var(--color-border, #D8D3C9);padding:var(--space-4, 1rem) 0;background:var(--color-surface, #F6F4F0);}
.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, 1.0625rem);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, 2.125rem);margin:0 0 var(--space-6, 1.5rem);}
.tool-footer{border-top:1px solid var(--color-border, #D8D3C9);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, #5A6560);}
.tool-footer__inner p{margin:0;}
.tool-footer__inner a{color:inherit;}
