@font-face { font-family: "Inter"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("/assets/fonts/inter-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter Fallback"; src: local("Arial"); size-adjust: 107.12%; ascent-override: 90.49%; descent-override: 22.56%; line-gap-override: 0%; }

/* Geaux Overhead Door: design tokens and components */
:root {
  --bg: #f6f4ef;
  --surface: #fffdf8;
  --surface-2: #ecebe4;
  --text: #16171a;
  --muted: #5d6066;
  --line: #d9d5cb;
  --primary: #ff914d;
  --primary-hover: #f07a32;
  --primary-ink: #16171a;
  --tint: #ffe7d6;
  --ink: #16171a;
  --ink-2: #1f2125;
  --ink-text: #f3f1ea;
  --ink-muted: #b7b9be;
  --ink-line: #33363c;
  --emergency: #c2361f;
  --focus: #ff914d;
  --accent-text: #b04e18;
  --dur: .18s; --ease: ease;
  --radius: 6px;
  --radius-lg: 12px;
  --shadow: 0 1px 2px rgba(20, 20, 20, .06), 0 8px 24px rgba(20, 20, 20, .06);
  --font-display: "Inter", "Inter Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", "Inter Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
  --space-1: .25rem; --space-2: .5rem; --space-3: .75rem; --space-4: 1rem; --space-5: 1.5rem;
  --space-6: 2rem; --space-7: 3rem; --space-8: 4rem; --space-9: 6rem;
  --container: 1200px;
  --text-xs: .8125rem; --text-sm: .9rem; --text-base: 1.0625rem; --text-lg: 1.25rem;
  --text-xl: 1.4rem; --text-2xl: 1.85rem; --text-3xl: 2.35rem; --text-hero: clamp(2.05rem, 3.7vw, 3.3rem);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--font-body); font-size: var(--text-base); line-height: 1.6;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
  font-feature-settings: "cv11", "ss01", "ss03"; font-optical-sizing: auto;
}
img, picture, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-text); }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.12; letter-spacing: -.024em; margin: 0 0 var(--space-4); font-weight: 500; text-wrap: balance; }
h1 { font-size: var(--text-hero); }
h2 { font-size: clamp(1.65rem, 2.7vw, var(--text-3xl)); }
h3 { font-size: var(--text-xl); letter-spacing: -.016em; line-height: 1.25; font-weight: 600; }
h4 { letter-spacing: -.012em; line-height: 1.3; font-weight: 600; }
h4 { font-size: var(--text-lg); }
p { margin: 0 0 var(--space-4); }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.25rem; margin: 0 0 var(--space-4); }
li { margin-bottom: .35rem; }
strong { font-weight: 600; }
small, .small { font-size: var(--text-sm); }
.muted { color: var(--muted); }
.eyebrow {
  display: inline-block; font-size: .75rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--accent-text); margin-bottom: var(--space-3);
}
.lead { font-size: var(--text-lg); line-height: 1.5; color: var(--muted); max-width: 60ch; }
.measure { max-width: 68ch; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 2px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--primary); color: var(--primary-ink); padding: .5rem 1rem; z-index: 100; font-weight: 700; }
.skip-link:focus { left: 8px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--space-5); }
@media (min-width: 900px) { .container { padding: 0 var(--space-7); } }
.section { padding: var(--space-8) 0; }
@media (min-width: 900px) { .section { padding: 5rem 0; } }
.section-tight { padding: var(--space-7) 0; }
.section-ink { background: var(--ink); color: var(--ink-text); }
.section-ink .muted, .section-ink .lead { color: var(--ink-muted); }
.section-ink .eyebrow { color: var(--primary); }
.section-surface { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-tint { background: var(--tint); }
.section-head { max-width: 760px; margin-bottom: var(--space-7); }
.section-head p { color: var(--muted); font-size: var(--text-lg); }
/* Wide screens: section intros and the narrow blocks under them sit centered instead of hugging the left edge */
@media (min-width: 900px) {
  .section-head { margin-left: auto; margin-right: auto; text-align: center; }
  .section-head p { margin-left: auto; margin-right: auto; }
  .faq, .ba-grid.ba-feature { margin-left: auto; margin-right: auto; }
  .center { text-align: center; }
  .btn-group.center { justify-content: center; }
}
.section-ink .section-head p { color: var(--ink-muted); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .9rem 1.4rem; border-radius: var(--radius); font-weight: 500; font-size: 1rem; letter-spacing: -.005em;
  text-decoration: none; border: 2px solid transparent; cursor: pointer; line-height: 1.1;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
  font-family: var(--font-body); white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--primary); color: var(--primary-ink); }
.btn-primary:hover { background: var(--primary-hover); color: var(--primary-ink); }
.btn-outline { border-color: currentColor; color: inherit; background: transparent; }
.btn-outline:hover { background: var(--text); color: var(--bg); border-color: var(--text); }
.section-ink .btn-outline:hover, .hero .btn-outline:hover { background: var(--ink-text); color: var(--ink); border-color: var(--ink-text); }
.btn-ink { background: var(--ink); color: var(--ink-text); }
.btn-ink:hover { background: var(--ink-2); color: var(--ink-text); }
.btn-lg { padding: 1.05rem 1.7rem; font-size: 1.05rem; }
.btn svg { width: 1.1em; height: 1.1em; flex: none; }
.btn-group { display: flex; flex-wrap: wrap; gap: var(--space-3); }
@keyframes cta-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 145, 77, .55); }
  55%, 100% { box-shadow: 0 0 0 14px rgba(255, 145, 77, 0); }
}
.btn-pulse { animation: cta-pulse 2.6s cubic-bezier(.2, .7, .3, 1) infinite; }
.cta-band .btn-pulse { animation-name: cta-pulse-ink; }
@keyframes cta-pulse-ink {
  0% { box-shadow: 0 0 0 0 rgba(22, 23, 26, .45); }
  55%, 100% { box-shadow: 0 0 0 14px rgba(22, 23, 26, 0); }
}
@media (prefers-reduced-motion: reduce) { .btn-pulse { animation: none; } }

/* Header */
.topbar { background: var(--ink); color: var(--ink-text); font-size: .8rem; }
.topbar .right a { display: inline-flex; align-items: center; gap: .35rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; min-height: 30px; gap: var(--space-4); white-space: nowrap; }
.topbar .right { display: flex; align-items: center; gap: .5rem; margin-left: auto; }
@media (max-width: 599px) { .topbar .container { justify-content: center; font-size: .82rem; } .topbar .right { margin-left: 0; } .topbar .right .bbb, html.after-hours .topbar .right .bbb { display: none; } }
.topbar a { text-decoration: none; color: var(--ink-text); font-weight: 500; }
.topbar a:hover { color: var(--primary); }
.topbar .loc { display: none; gap: var(--space-5); }
@media (min-width: 900px) { .topbar .loc { display: flex; } }
.topbar .loc span { color: var(--ink-muted); }
/* After-hours notice: only rendered outside posted hours (window set in build/lib.py, checked against Central Time) */
.topbar .right .emergency, .topbar .right .sep { display: none; }
html.after-hours .topbar .right .emergency { display: inline-flex; align-items: center; gap: .5rem; }
@media (min-width: 600px) { html.after-hours .topbar .right .sep { display: inline; } }
@media (max-width: 899px) { html:not(.after-hours) .topbar { display: none; } }
.beacon { position: relative; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 6px rgba(61, 220, 132, .7); flex: none; }
.beacon::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1.5px solid rgba(61, 220, 132, .55); animation: beacon 3s ease-out infinite; }
@keyframes beacon { 0% { transform: scale(.5); opacity: .9; } 70%, 100% { transform: scale(1.4); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .beacon::after { animation: none; opacity: .4; } }
.header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: blur(10px); border-bottom: 3px solid var(--primary); }
.header .container { display: flex; align-items: center; justify-content: space-between; gap: var(--space-5); min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; color: var(--text); }
.brand:hover { color: var(--text); }
.brand img { height: 75px; width: auto; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-display); font-weight: 500; font-size: 1.38rem; letter-spacing: -.025em; }
.brand-tag { font-size: .68rem; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; margin-top: .38rem; font-weight: 500; }
.nav { display: none; align-items: center; gap: .25rem; }
.nav a { text-decoration: none; padding: .55rem .8rem; border-radius: var(--radius); font-weight: 500; font-size: .95rem; color: var(--text); letter-spacing: -.008em; }
.nav a:hover, .nav a[aria-current="page"] { background: var(--surface-2); color: var(--text); }
.nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--primary); }
.header-actions { display: flex; align-items: center; gap: var(--space-3); }
.header-actions .btn-call { display: none; }
.menu-toggle {
  display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); color: var(--text); cursor: pointer;
}
.menu-toggle:hover { border-color: var(--primary); }
.menu-toggle svg { width: 20px; height: 20px; }
@media (min-width: 1024px) {
  .nav { display: flex; }
  .header-actions .btn-call { display: inline-flex; }
  .menu-toggle { display: none; }
}
.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--bg); }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: .9rem var(--space-5); text-decoration: none; font-weight: 500; border-bottom: 1px solid var(--line); }
.mobile-nav a[aria-current="page"] { color: var(--accent-text); }
.mobile-nav .mobile-loc { padding: var(--space-4) var(--space-5) var(--space-5); display: grid; gap: .6rem; background: var(--surface-2); }
.mobile-nav .mobile-loc a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); color: var(--text); }
.mobile-nav .mobile-loc a span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-text); font-weight: 600; }
.mobile-nav .mobile-loc a strong { display: flex; align-items: center; gap: .45rem; font-size: 1rem; font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.mobile-nav .mobile-loc a strong svg { width: 15px; height: 15px; color: var(--primary); flex: none; }

/* Mobile sticky call bar */
.callbar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ink-line); border-top: 1px solid var(--ink-line); }
.callbar a { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .95rem .5rem; font-weight: 600; text-decoration: none; font-size: .95rem; }
.callbar .cb-call { background: var(--primary); color: var(--primary-ink); }
.callbar .cb-book { background: var(--ink); color: var(--ink-text); }
.callbar svg { width: 18px; height: 18px; }
@media (min-width: 1024px) { .callbar { display: none; } }
body { padding-bottom: 64px; }
@media (min-width: 1024px) { body { padding-bottom: 0; } }

/* Hero */
.hero { position: relative; color: var(--ink-text); background: var(--ink); overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -1; }
.hero-watermark { position: absolute; left: -3%; top: 50%; width: clamp(260px, 62vh, 540px); transform: translateY(-50%); color: var(--ink-text); opacity: .07; pointer-events: none; z-index: 0; }
.hero-watermark svg { display: block; width: 100%; height: auto; }
.hero .container { z-index: 1; }
.hero-badge { display: block; width: 120px; height: auto; margin-bottom: var(--space-4); }
@media (max-width: 899px) { .hero-watermark { left: auto; right: -12%; width: 70vw; top: 46%; } }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14, 15, 18, .92) 0%, rgba(14, 15, 18, .84) 34%, rgba(14, 15, 18, .5) 60%, rgba(14, 15, 18, .3) 100%); }
/* Phones and tablets: the photo box has a fixed height and fades into the hero background, so opening
   the call-back card makes the section taller without rescaling the photo */
@media (max-width: 899px) {
  .hero-media { bottom: auto; height: 600px; }
  .hero-media::after { background: linear-gradient(180deg, rgba(14, 15, 18, .74) 0%, rgba(14, 15, 18, .74) 55%, rgba(14, 15, 18, 1) 100%); }
}
.hero .container { position: relative; padding-top: var(--space-7); padding-bottom: var(--space-7); min-height: 520px; display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 900px) { .hero .container { min-height: 600px; padding-top: var(--space-8); padding-bottom: var(--space-8); } }
.hero-grid { display: grid; gap: var(--space-6); align-items: center; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: minmax(0, 1fr) 380px; gap: var(--space-8); } .hero-grid.no-side { grid-template-columns: minmax(0, 1fr); } }
.hero-inner { max-width: 640px; min-width: 0; }
/* Heroes without the call-back card (brand, contact) can use the width the card would have taken */
@media (min-width: 900px) { .hero-grid.no-side .hero-inner { max-width: 900px; } .hero-grid.no-side .lead { max-width: 70ch; } }
.hero-side { width: 100%; max-width: 440px; }
@media (min-width: 900px) { .hero-side { max-width: none; justify-self: end; } }
.hero h1 { margin-bottom: var(--space-5); }
.hero .lead { color: #d9d7d0; margin-bottom: var(--space-6); font-size: clamp(1.05rem, 1.4vw, 1.2rem); }
.hero .eyebrow { color: var(--primary); }
.hero-compact .container { min-height: 340px; }
@media (min-width: 900px) { .hero-compact .container { min-height: 430px; } }

/* Trust strip */
.trust { background: var(--surface); border-bottom: 1px solid var(--line); }
.trust .container { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-5) var(--space-6); padding-top: var(--space-5); padding-bottom: var(--space-5); }
@media (min-width: 900px) { .trust .container { grid-template-columns: repeat(4, 1fr); align-items: start; } }
.trust-item { display: grid; grid-template-rows: 22px auto auto; gap: .2rem; font-size: var(--text-sm); align-content: start; }
.trust-item .t-top { display: flex; align-items: center; height: 22px; }
.trust-item strong { display: block; font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; letter-spacing: -.01em; line-height: 1.2; }
.trust-item .stars { color: var(--primary); letter-spacing: .05em; font-size: .95rem; line-height: 1; }
.trust-item img { height: 20px; width: auto; }
.trust-item .t-label { font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-text); }
.trust-item strong svg { width: 18px; height: 18px; color: var(--primary); vertical-align: -3px; margin-right: .3rem; }
.trust-item .muted { color: var(--muted); }
.trust-item a { text-decoration: none; color: var(--muted); }
.trust-item a:hover { color: var(--primary-hover); }

/* Grid utilities */
.grid { display: grid; gap: var(--space-5); }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr 1fr; }
@media (min-width: 700px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.split { display: grid; gap: var(--space-6); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: var(--space-8); } .split.split-wide { grid-template-columns: 1.15fr .85fr; } .split.split-narrow { grid-template-columns: .85fr 1.15fr; } .split .order-first { order: -1; } }
.figure { margin: 0; border-radius: var(--radius-lg); overflow: hidden; background: var(--surface-2); }
.figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.figure.tall img { aspect-ratio: 3 / 4; }
.figure.wide img { aspect-ratio: 16 / 9; }
.figure figcaption { font-size: var(--text-xs); color: var(--muted); padding: .5rem .75rem; }

/* Service cards */
.service-list { display: grid; gap: var(--space-4); }
@media (min-width: 700px) { .service-list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .service-list { grid-template-columns: repeat(3, 1fr); } }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: border-color .15s ease, transform .2s ease; }
.card:hover { border-color: var(--primary); transform: translateY(-2px); }
.card img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.card-body { padding: var(--space-5); display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.card-body h3 { margin: 0; font-size: 1.25rem; }
.card-body p { color: var(--muted); font-size: var(--text-sm); flex: 1; }
.card-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
.card-cta { font-weight: 600; color: var(--accent-text); font-size: var(--text-sm); display: inline-flex; align-items: center; gap: .35rem; }
.card-cta svg { width: 1em; height: 1em; }

/* Feature rows (alternating) */
.feature-row { display: grid; gap: var(--space-6); align-items: center; padding: var(--space-7) 0; border-top: 1px solid var(--line); }
.feature-row:first-of-type { border-top: 0; }
@media (min-width: 900px) { .feature-row { grid-template-columns: 1fr 1fr; gap: var(--space-8); } .feature-row.flip .figure { order: 2; } }
.feature-row h3 { font-size: clamp(1.4rem, 2.1vw, 1.75rem); font-weight: 500; }
.feature-row ul { columns: 1; }
@media (min-width: 600px) { .feature-row ul.cols { columns: 2; column-gap: var(--space-5); } }

/* Difference / promise list */
.promise { display: grid; gap: var(--space-5); counter-reset: promise; }
@media (min-width: 800px) { .promise { grid-template-columns: repeat(2, 1fr); gap: var(--space-6) var(--space-8); } }
.promise-item { display: grid; grid-template-columns: auto 1fr; gap: var(--space-4); padding-top: var(--space-5); border-top: 1px solid var(--ink-line); }
.promise-item .num { font-family: var(--font-display); font-weight: 500; color: var(--primary); font-size: 2rem; line-height: 1; min-width: 2.6rem; letter-spacing: -.03em; }
.promise-item h3 { font-size: 1.25rem; margin-bottom: .4rem; }
.promise-item p { color: var(--ink-muted); font-size: var(--text-sm); margin: 0; }
.section:not(.section-ink) .promise-item { border-top-color: var(--line); }
.section:not(.section-ink) .promise-item p { color: var(--muted); }
.section:not(.section-ink) .promise-item .num { color: var(--accent-text); }

/* Steps */
.steps { display: grid; gap: var(--space-5); }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(4, 1fr); } }
/* Light cards keep dark text even inside a dark section */
.step, .card, .review, .loc-card, .callout, .rating-badge, .faq details, .price-table { color: var(--text); }
.step { padding: var(--space-5); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.step .num { font-family: var(--font-display); font-weight: 600; font-size: var(--text-sm); color: var(--accent-text); letter-spacing: .1em; }
.step h3 { font-size: 1.15rem; margin: .5rem 0 .4rem; }
.step p { color: var(--muted); font-size: var(--text-sm); margin: 0; }

/* Reviews */
.review-grid { display: grid; gap: var(--space-4); }
@media (min-width: 700px) { .review-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .review-grid { grid-template-columns: repeat(3, 1fr); } }
.review { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: var(--space-5); display: flex; flex-direction: column; gap: .75rem; }
.review .stars { color: var(--primary); letter-spacing: .1em; font-size: .95rem; }
.review blockquote { margin: 0; font-size: 1rem; line-height: 1.55; flex: 1; }
.review cite { font-style: normal; font-weight: 600; font-size: var(--text-sm); }
.review cite span { display: block; font-weight: 400; color: var(--muted); font-size: var(--text-xs); }
.rating-badge { display: inline-flex; align-items: center; gap: .75rem; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); text-decoration: none; color: inherit; }
.rating-badge .rb-body { display: grid; gap: .2rem; min-width: 0; }
.rating-badge strong { font-family: var(--font-display); font-size: 1.35rem; letter-spacing: -.02em; line-height: 1.1; }
.rating-badge .rb-body .muted { font-size: var(--text-sm); }
.rating-badge .stars { color: var(--primary); }
.rating-badge small { color: var(--muted); display: block; }

/* Location cards */
.loc-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: grid; }
.loc-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: 50% 45%; }
.loc-card .loc-body { padding: var(--space-6); display: flex; flex-direction: column; gap: .75rem; }
.loc-card h3 { margin: 0; }
.loc-card address { font-style: normal; line-height: 1.5; }
.loc-card .phone { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; letter-spacing: -.01em; text-decoration: none; }
.loc-card .hours { color: var(--muted); font-size: var(--text-sm); }
.loc-card .loc-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: auto; }

/* Service area */
.area-cols { display: grid; gap: var(--space-5); }
@media (min-width: 700px) { .area-cols { grid-template-columns: repeat(3, 1fr); } }
.area-cols h3 { font-size: 1.1rem; margin-bottom: .5rem; padding-bottom: .5rem; border-bottom: 2px solid var(--primary); display: inline-block; }
.area-cols ul { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: var(--space-4); }
.area-cols li { margin: 0 0 .3rem; font-size: var(--text-sm); break-inside: avoid; }
.area-cols a { text-decoration: none; }
.area-cols a:hover { text-decoration: underline; }

/* FAQ */
.faq { display: grid; gap: .5rem; max-width: 820px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 0; }
.faq summary { cursor: pointer; padding: 1rem 1.25rem; font-weight: 500; list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font-display); font-size: 1.4rem; color: var(--accent-text); flex: none; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq details > div { padding: 0 1.25rem 1.1rem; color: var(--muted); }
.faq details > div p:last-child { margin: 0; }

/* Pricing tables */
.price-table { width: 100%; border-collapse: collapse; font-size: var(--text-sm); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.price-table th, .price-table td { text-align: left; padding: .85rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table th { font-family: var(--font-display); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; background: var(--surface-2); }
.price-table tr:last-child td { border-bottom: 0; }
.table-wrap { overflow-x: auto; border-radius: var(--radius-lg); }

/* Checklist */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
@media (min-width: 700px) { .checklist.two { grid-template-columns: repeat(2, 1fr); } }
.checklist li { padding-left: 1.75rem; position: relative; }
.checklist li::before { content: ""; position: absolute; left: 0; top: .45em; width: .9rem; height: .9rem; border-radius: 50%; background: var(--primary); mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 100% no-repeat; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 100% no-repeat; }

/* Before / after */
.ba-grid { display: grid; gap: var(--space-6); }
@media (min-width: 800px) { .ba-grid { grid-template-columns: repeat(2, 1fr); } .ba-grid.ba-feature { grid-template-columns: 1fr; gap: var(--space-7); max-width: 1000px; } }
.ba { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.ba figure { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; }
.ba img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.ba figcaption { display: none; position: absolute; top: .6rem; left: .6rem; background: var(--ink); color: var(--ink-text); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .3rem .55rem; border-radius: 3px; }
.ba figure.after figcaption { background: var(--primary); color: var(--primary-ink); }
.ba-caption { margin-top: .75rem; font-size: var(--text-sm); color: var(--muted); }

/* Gallery */
.gallery { display: grid; gap: .75rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 800px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
.gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--surface-2); }
.gallery img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; transition: transform .3s ease; }
.gallery figure:hover img { transform: scale(1.03); }
.gallery figcaption { font-size: var(--text-xs); color: var(--muted); padding: .45rem .6rem; }
.gallery .span-2 { grid-column: span 2; }
.gallery .span-2 img { aspect-ratio: 16 / 9; }

/* Brands strip */
.brands { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-5) var(--space-6); align-items: center; }
@media (min-width: 700px) { .brands { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .brands { grid-template-columns: repeat(5, 1fr); gap: var(--space-6) var(--space-7); } }
.brands a { display: flex; align-items: center; justify-content: center; min-height: 64px; opacity: .78; transition: opacity var(--dur) var(--ease); }
.brands a:hover { opacity: 1; }
.brands img { height: 40px; width: auto; max-width: 100%; object-fit: contain; }
.brands img.tall { height: 58px; }

/* CTA band */
.cta-band { background: var(--primary); color: var(--primary-ink); }
.cta-band .container { display: grid; gap: var(--space-6); padding-top: var(--space-8); padding-bottom: var(--space-8); align-items: center; }
@media (min-width: 900px) { .cta-band .container { grid-template-columns: minmax(0, 1fr) auto; gap: var(--space-8); } .cta-band .btn-group { justify-content: flex-end; } }
.cta-band h2 { margin-bottom: .6rem; }
.cta-band p { margin: 0; font-weight: 400; max-width: 52ch; color: #2b1a10; }
.cta-band .btn-ink { background: var(--ink); color: var(--ink-text); }
.cta-band .btn-outline { border-color: var(--ink); color: var(--ink); }
.cta-band .btn-outline:hover { background: var(--ink); color: var(--ink-text); }
.cta-band .btn-group { justify-content: flex-start; }
.lead-card { background: rgba(255, 255, 255, .9); color: #16171a; border-radius: var(--radius-lg); padding: var(--space-6); box-shadow: 0 24px 60px rgba(0, 0, 0, .35); border-top: 4px solid var(--primary); }
.lead-form { display: grid; gap: var(--space-4); }
.lead-title { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; letter-spacing: -.02em; margin: 0; color: #16171a; }
.lead-sub { margin: -.5rem 0 0; font-size: var(--text-sm); color: #4b4e54; }
.lead-form label { display: grid; gap: .35rem; font-size: var(--text-sm); font-weight: 500; margin: 0; }
.lead-form label span { color: #16171a; }
.lead-form input, .lead-form select { background: #fff; color: #16171a; border: 1px solid #c9c4b8; padding: .85rem .95rem; font-size: 1rem; }
.lead-form input::placeholder { color: #8a8d93; }
.lead-form .btn { width: 100%; margin-top: .15rem; padding: 1rem 1.4rem; font-size: 1.05rem; font-weight: 600; }
.lead-form .form-note { margin: 0; color: #4b4e54; font-size: .8rem; }
.lead-form .form-note a { color: #16171a; font-weight: 500; }
.lead-card .form-success { margin: 0; background: #fff3ea; color: #16171a; border-color: var(--primary); }
.lead-card .form-success a { color: #16171a; }

.form { display: grid; gap: var(--space-4); }
.form-row { display: grid; gap: var(--space-4); }
@media (min-width: 600px) { .form-row { grid-template-columns: 1fr 1fr; } }
label { font-weight: 600; font-size: var(--text-sm); display: block; margin-bottom: .35rem; }
input, select, textarea { width: 100%; font: inherit; padding: .8rem .9rem; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); color: var(--text); }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--primary); outline-offset: 1px; border-color: var(--primary); }
textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: var(--text-xs); color: var(--muted); }
.form-success { display: none; padding: var(--space-5); border: 1px solid var(--primary); background: var(--tint); border-radius: var(--radius-lg); color: var(--text); }

/* Emergency banner */
.emergency-strip { background: var(--emergency); color: #fff; }
.emergency-strip .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1.5rem; padding-top: .8rem; padding-bottom: .8rem; font-weight: 600; font-size: var(--text-sm); }
.emergency-strip a { color: #fff; font-weight: 600; text-decoration: none; }
.emergency-strip a:hover { text-decoration: underline; color: #fff; }

/* Stat callouts */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-5); }
.split .stats { grid-template-columns: repeat(2, 1fr); gap: var(--space-6) var(--space-5); }
.stat strong { display: block; font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem, 3.4vw, 2.6rem); letter-spacing: -.03em; line-height: 1; color: var(--primary); }
.stat span { font-size: var(--text-sm); color: var(--ink-muted); }
.section:not(.section-ink) .stat span { color: var(--muted); }

/* Breadcrumb */
.crumbs { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.crumbs a { color: var(--ink-muted); text-decoration: none; }
.crumbs a:hover { color: var(--primary); }
.crumbs span { margin: 0 .4rem; }

/* Prose */
.prose { max-width: 72ch; }
.prose h2 { font-size: clamp(1.45rem, 2.2vw, 1.85rem); margin-top: var(--space-7); }
.prose h3 { margin-top: var(--space-6); }
.prose ul li { margin-bottom: .5rem; }
.callout { border-left: 4px solid var(--primary); background: var(--surface); padding: var(--space-5); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; margin: var(--space-6) 0; }
.callout p:last-child { margin: 0; }

/* Footer */
.footer { background: var(--ink); color: var(--ink-muted); font-size: var(--text-sm); }
.footer a { color: var(--ink-text); text-decoration: none; }
.footer a:hover { color: var(--primary); }
.footer-top { display: grid; gap: var(--space-7); padding: var(--space-8) 0 var(--space-7); border-bottom: 1px solid var(--ink-line); }
@media (min-width: 900px) { .footer-top { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: var(--space-7); } }
.footer h4 { color: var(--ink-text); font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: var(--space-4); font-family: var(--font-body); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: .5rem; }
.footer address { font-style: normal; line-height: 1.55; margin-bottom: var(--space-4); }
.footer address strong { color: var(--ink-text); display: block; }
.footer address a.phone { font-weight: 700; }
.footer .brand { display: block; margin-bottom: var(--space-5); }
.footer .brand img { height: auto; width: 260px; max-width: 100%; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--space-3); padding: var(--space-5) 0; font-size: var(--text-xs); }
.footer-bottom a { color: var(--ink-muted); }
.footer .badge-row { display: flex; align-items: center; gap: 1rem; margin-top: var(--space-5); flex-wrap: wrap; }
.footer .badge-row img { height: 32px; width: auto; }
.footer .badge-row span { color: var(--ink-text); font-weight: 600; }

/* Motion */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
  .reveal.in { opacity: 1; transform: none; }
}

/* Late fixes */
.rating-badge .big { font-family: var(--font-display); font-weight: 500; font-size: 2.2rem; letter-spacing: -.02em; line-height: 1; }
.rating-badge .stars { color: var(--primary); }
.section-ink .loc-card, .section-ink .callout { color: var(--text); }
.section-ink .loc-card .muted, .section-ink .loc-card .hours { color: var(--muted); }
.section-ink .loc-card .eyebrow { color: var(--accent-text); }
.section-ink .loc-card .btn-outline { color: var(--text); border-color: var(--line-strong, var(--line)); }
.section-ink .loc-card .btn-outline:hover { background: var(--text); color: var(--bg); }
.section-ink .checklist li { color: var(--ink-text); }
.section-ink .checklist a, .section-ink .promise-item a, .section-ink p a { color: var(--primary); }
.checklist a { color: inherit; }
.checklist a:hover { color: var(--primary); }
.area-cols a { color: inherit; text-decoration: none; }
.area-cols a:hover { color: var(--primary); text-decoration: underline; }
.split > .loc-card { align-self: start; }
.split > .callout { margin: 0; }
.ba > p { grid-column: 1 / -1; margin: .25rem 0 0; }
.brand-name, .brand-tag, .nav a, .header .btn { white-space: nowrap; }
.brand-text { flex: none; }
@media (min-width: 1200px) { .header .container { min-height: 96px; } }
@media (min-width: 1024px) { .header .container { max-width: 1320px; } .nav { gap: 0; } .nav a { padding: .5rem .6rem; font-size: .92rem; } }
@media (min-width: 1024px) and (max-width: 1199px) { .brand img { height: 56px; } .header .container { gap: var(--space-3); } .nav a { padding: .5rem .4rem; font-size: .84rem; } .header .btn-call { padding: .7rem .9rem; font-size: .88rem; } .header-actions { gap: .4rem; } }
@media (max-width: 1023px) { .header .container { gap: var(--space-3); } .header-actions { flex: none; gap: .5rem; } .brand { min-width: 0; } .brand img { height: 60px; } }
@media (max-width: 480px) { .brand img { height: auto; width: min(259px, calc(100vw - 112px)); } }
@media (max-width: 480px) { .btn-group { display: grid; grid-template-columns: 1fr; } .btn-group .btn { width: 100%; } .loc-actions .btn { flex: 1 1 auto; } }

/* Service tiles: two across on phones so the grid is not nine full-bleed cards */
@media (max-width: 699px) {
  .service-list { grid-template-columns: repeat(2, 1fr); gap: var(--space-3); }
  .card img { aspect-ratio: 4 / 3; }
  .card-body { padding: var(--space-4); gap: .3rem; }
  .card-body h3 { font-size: 1rem; }
  .card-body p { display: none; }
}

/* Mobile CTA cleanup: the fixed call bar carries Call and Request Service below 1024px,
   so heroes that have the call-back card drop their own button pair and sit tighter */
@media (max-width: 1023px) {
  .hero.has-card .hero-inner .btn-group { display: none; }
  .hero.has-card .lead { margin-bottom: 0; }
}
@media (max-width: 899px) {
  .hero .container { padding-top: var(--space-6); padding-bottom: var(--space-6); }
  .hero-grid { gap: var(--space-5); }
}

/* Lead card: compact collapsible on small screens */
.lead-toggle { display: none; }
@media (max-width: 899px) {
  .hero-side { max-width: 480px; }
  .hero-side .lead-card { padding: 0; border-top-width: 3px; box-shadow: 0 14px 34px rgba(0, 0, 0, .3); overflow: hidden; }
  .hero-side .lead-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: var(--space-3); padding: .95rem 1.1rem; background: #fff; color: #16171a; border: 0; text-align: left; cursor: pointer; font: inherit; }
  .hero-side .lead-toggle .lt-text { display: grid; gap: .1rem; }
  .hero-side .lead-toggle .lt-title { font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; letter-spacing: -.015em; }
  .hero-side .lead-toggle .lt-sub { font-size: .8rem; color: #4b4e54; }
  .hero-side .lead-toggle .lt-icon { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--primary); color: #16171a; display: grid; place-items: center; transition: transform var(--dur) var(--ease); }
  .hero-side .lead-toggle .lt-icon svg { width: 16px; height: 16px; }
  .hero-side .lead-card.open .lt-icon { transform: rotate(45deg); }
  .hero-side .lead-card .lead-form, .hero-side .lead-card .form-success { display: none; }
  .hero-side .lead-card.open .lead-form { display: grid; padding: .25rem 1.1rem 1.1rem; gap: var(--space-3); border-top: 1px solid #e8e4dc; }
  .hero-side .lead-card.open .form-success { margin: 0 1.1rem 1.1rem; }
  .hero-side .lead-card .lead-title, .hero-side .lead-card .lead-sub, .hero-side .lead-card .form-note { display: none; }
  .hero-side .lead-form input, .hero-side .lead-form select { padding: .7rem .85rem; font-size: .98rem; }
  .hero-side .lead-form .btn { padding: .85rem 1.2rem; font-size: 1rem; }
  .hero .container { min-height: 0; }
}

/* Request forms: off-screen bot field, error line, and the sending state */
.hp { position: absolute !important; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-error { color: #b3261e; font-weight: 600; margin: 0; }
.lead-form button[disabled], .form button[disabled] { opacity: .7; cursor: wait; }

/* Brand page (/brand/): logo tiles, clear space diagram, misuse examples, color swatches */
.bk-family { display: grid; gap: var(--space-5); align-items: start; margin-bottom: var(--space-7); }
.bk-family h3 { margin-bottom: var(--space-2); }
.bk-family .muted { margin: 0 0 var(--space-3); }
.bk-meta { font-size: var(--text-sm); color: var(--muted); margin: 0; }
.bk-meta code, #logo code { font-family: Consolas, Menlo, monospace; font-size: .92em; background: var(--surface-2); padding: .1em .35em; border-radius: 4px; }
.bk-tiles { display: grid; gap: var(--space-4); grid-template-columns: 1fr 1fr; }
.bk-tile { margin: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #f6f4ef; }
.bk-tile.bk-dark { background: #16171a; }
.bk-tile .bk-art { display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; padding: 12%; }
.bk-tile img { width: 100%; height: 100%; object-fit: contain; display: block; }
.bk-tile figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .35rem var(--space-3); padding: .65rem .9rem; font-size: var(--text-sm); background: var(--surface); border-top: 1px solid var(--line); color: var(--text); }
.bk-links { white-space: nowrap; }
.bk-links a { margin-left: .7rem; font-weight: 600; }
.bk-clear { max-width: 320px; margin: 0 auto; }
.bk-clear-zone { padding: 16.667%; outline: 2px dashed var(--accent-text); outline-offset: -2px; background: #f6f4ef; }
.bk-clear-zone img { display: block; width: 100%; outline: 1px dashed var(--muted); }
.bk-never { display: grid; gap: var(--space-4); grid-template-columns: 1fr 1fr; }
.bk-never figure { margin: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #f6f4ef; }
.bk-never .bk-art { aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; padding: 18%; overflow: hidden; }
.bk-never img { width: 100%; height: 100%; object-fit: contain; display: block; }
.bk-never figcaption { padding: .6rem .9rem; font-size: var(--text-sm); background: var(--surface); border-top: 1px solid var(--line); color: var(--text); }
.bk-never figcaption strong { color: #c2361f; }
.bk-stretch img { transform: scaleX(1.45); }
.bk-rotate img { transform: rotate(-14deg); }
.bk-recolor img { filter: hue-rotate(150deg); }
.bk-orange .bk-art { background: #ff914d; }
.bk-orange img { filter: brightness(0) invert(1); }
.bk-busy .bk-art { background: url(/assets/img/brick-three-bay-800.webp) center / cover; }
.bk-effects img { filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .55)); }
.bk-also { max-width: 760px; margin-top: var(--space-7); }
.bk-also ul { padding-left: 1.2rem; display: grid; gap: .5rem; }
.bk-swatches { display: grid; gap: var(--space-4); grid-template-columns: 1fr; }
.bk-swatch { display: grid; grid-template-columns: 88px 1fr; gap: var(--space-4); align-items: stretch; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.bk-chip { min-height: 120px; border-right: 1px solid var(--line); }
.bk-swatch-body { padding: var(--space-4) var(--space-4) var(--space-4) 0; }
.bk-swatch-body strong { display: block; font-family: var(--font-display); font-size: var(--text-lg); font-weight: 500; }
.bk-swatch-body p { margin: .2rem 0 .6rem; color: var(--muted); font-size: var(--text-sm); }
.bk-values { display: flex; flex-wrap: wrap; gap: .3rem 1rem; margin: 0; font-size: var(--text-sm); }
.bk-values div { display: flex; gap: .4rem; }
.bk-values dt { color: var(--muted); }
.bk-values dd { margin: 0; font-family: Consolas, Menlo, monospace; }
@media (max-width: 599px) { .bk-tiles { grid-template-columns: 1fr; } .bk-tile .bk-art { aspect-ratio: 16 / 9; padding: 8% 14%; } }
@media (min-width: 700px) { .bk-swatches { grid-template-columns: 1fr 1fr; } .bk-never { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .bk-family { grid-template-columns: 1fr 2fr; } }
@media (min-width: 1200px) { .bk-swatches { grid-template-columns: 1fr 1fr 1fr; } }
/* The brand page uses cards for text, so the phone-size service-tile rule must not hide their copy */
@media (max-width: 699px) { #type .card-body p, #approval .card-body p { display: block; } #type .card-body h3, #approval .card-body h3 { font-size: 1.15rem; } #type .card-body, #approval .card-body { padding: var(--space-5); gap: .5rem; } }
