/* ════════════════════════════════════════════════════════════════════════
   Paradise Mobile Auto Glass — homepage — "Strip Marquee"
   The Las Vegas Strip sits inside Paradise, NV, so the page borrows its signage:
   an LED dot-matrix board across the company's own daylight photography, on a
   clear pale ground. Voice: turquoise LED + warm amber.
   Type: Funnel Display / Atkinson Hyperlegible Next / Michroma. One easing curve.
   Standalone — this page does not load bootstrap.min.css or style.css.
   ════════════════════════════════════════════════════════════════════════ */

:root {
  --glass: #F4F7F6; --glass-2: #E7EEEB; --glass-3: #D6E2DE; --paper: #FFFFFF;
  --night: #0C1110; --night-2: #16201E; --night-3: #223230;
  --ink: #0C1110; --ink-soft: #44514E;
  --tq-deep: #00625C; --tq: #12B5A4; --tq-bright: #6FE6D6;
  --bulb: #FFC857; --led-amber: #FFD27A;
  --on-night: #EAF1EF; --on-night-soft: #A7B7B3;
  --line: rgba(12,17,16,.14); --line-soft: rgba(12,17,16,.08); --line-dark: rgba(234,241,239,.14);
  --ease: cubic-bezier(.16,1,.3,1);
  --display: 'Funnel Display', 'Atkinson Hyperlegible Next', 'Helvetica Neue', sans-serif;
  --body: 'Atkinson Hyperlegible Next', 'Helvetica Neue', sans-serif;
  --label: 'Michroma', 'Atkinson Hyperlegible Next', sans-serif;
  --wrap: 1240px; --pad: clamp(20px, 4vw, 48px);
  --bar-h: 84px;
  --sec: clamp(84px, 11vh, 140px);
  --r-lg: 24px; --r-md: 16px; --r-sm: 10px;
}

/* ── Base ─────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; scroll-padding-top: calc(var(--bar-h) + 18px); }
body { margin: 0; background: var(--glass); color: var(--ink); font: 400 16.5px/1.7 var(--body); overflow-x: clip; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; }
ul, ol { margin: 0; padding: 0; }
button, input, textarea { font: inherit; color: inherit; }
::selection { background: var(--tq); color: var(--night); }
:focus-visible { outline: 2px solid var(--tq-deep); outline-offset: 3px; }
.dark :focus-visible, .bar :focus-visible, .drawer :focus-visible, .foot :focus-visible { outline-color: var(--tq-bright); }
[hidden] { display: none !important; }
.sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -64px; z-index: 1000; background: var(--tq); color: var(--night); padding: 10px 18px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: top .3s var(--ease); }
.skip:focus { top: 12px; }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.ic { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* Labels: Michroma caps led by a short run of LED dots */
.label, .hero-brand { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; font: 400 10.5px/1.4 var(--label); letter-spacing: .2em; text-transform: uppercase; color: var(--tq-deep); }
.label::before, .hero-brand::before { content: ""; width: 24px; height: 6px; flex: none; background: radial-gradient(circle, currentColor 2.1px, transparent 2.5px) 0 50% / 6px 6px repeat-x; }
.dark .label { color: var(--tq-bright); }

.h2 { font: 600 clamp(32px, 4.3vw, 58px)/1.02 var(--display); letter-spacing: -.03em; text-wrap: balance; }
.h3 { font: 600 clamp(22px, 2.2vw, 29px)/1.12 var(--display); letter-spacing: -.018em; text-wrap: balance; }
.lede { font-size: clamp(17.5px, 1.45vw, 19.5px); line-height: 1.62; }

/* LED dot-matrix figures (rendered server-side by dm()) */
.dm { display: block; height: var(--dmh, 26px); width: auto; flex: none; overflow: visible; }
.dm-off { fill: currentColor; opacity: .14; }
.dm-on { fill: currentColor; }

/* ── Buttons — hover = a glint of light crossing glass ───────────────── */
.btn { --bg: var(--night); --fg: var(--glass); position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; border: 1.5px solid var(--bg); background: var(--bg); color: var(--fg); font: 700 15.5px/1 var(--body); text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform .45s var(--ease), background-color .2s, color .2s, border-color .2s; }
.btn::after { content: ""; position: absolute; inset: -2px; z-index: -1; background: linear-gradient(105deg, transparent 32%, rgba(255,255,255,.55) 48%, rgba(255,255,255,.12) 56%, transparent 70%); transform: translateX(-115%); transition: transform .8s var(--ease); pointer-events: none; }
.btn .ic-arrow { transition: transform .45s var(--ease); }
.btn-tq { --bg: var(--tq); --fg: var(--night); }
.btn-line { --bg: transparent; --fg: var(--ink); border-color: var(--ink); }
.btn-line::after { background: linear-gradient(105deg, transparent 32%, rgba(18,181,164,.32) 48%, transparent 70%); }
.btn-ghost { --bg: rgba(234,241,239,.08); --fg: var(--on-night); border-color: rgba(234,241,239,.34); }
.btn-lg { padding: 17px 26px; font-size: 16.5px; }
.btn-sm { padding: 10px 16px; font-size: 14.5px; }
.btn-block { width: 100%; }
.btn:focus-visible::after { transform: translateX(115%); }
@media (hover: hover) {
  .btn:hover { transform: translateY(-2px); }
  .btn:hover::after { transform: translateX(115%); }
  .btn:hover .ic-arrow { transform: translateX(4px); }
}

/* ── Header ───────────────────────────────────────────────────────────── */
/* the header stays fixed to the top of the window on every screen */
.bar { position: sticky; top: 0; z-index: 100; height: var(--bar-h); color: var(--on-night); background: var(--night); box-shadow: inset 0 -1px 0 rgba(111,230,214,.22), 0 12px 30px -18px rgba(0,0,0,.55); }
.bar-in { max-width: 1400px; height: 100%; margin-inline: auto; padding-inline: var(--pad); display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--on-night); text-decoration: none; flex: none; }
.brand-logo { display: block; flex: none; }
.brand-logo img { display: block; width: auto; height: 64px; }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.bw-1 { font: 600 21px/1 var(--display); letter-spacing: -.02em; }
.bw-2 { font: 400 8px/1 var(--label); letter-spacing: .24em; text-transform: uppercase; color: var(--tq-bright); margin-top: 6px; }
.nav { margin-left: auto; }
.nav-list { display: flex; gap: 2px; list-style: none; }
.nav-list > li { position: relative; }
.nav-a { display: inline-flex; align-items: center; gap: 4px; padding: 9px 12px; border: 0; border-radius: 999px; background: none; color: var(--on-night); font: 500 14.5px/1 var(--body); white-space: nowrap; text-decoration: none; cursor: pointer; transition: background-color .2s, color .2s; }
.nav-a .ic { width: 14px; height: 14px; transition: transform .4s var(--ease); }
.nav-btn[aria-expanded="true"] .ic { transform: rotate(180deg); }
.nav-a[aria-current] { color: var(--tq-bright); }
@media (hover: hover) { .nav-a:hover { background: rgba(234,241,239,.09); } }
.menu { position: absolute; top: calc(100% + 16px); right: -24px; z-index: 110; opacity: 0; visibility: hidden; transform: translateY(8px); background: var(--glass); color: var(--ink); border-radius: var(--r-md); padding: 20px; box-shadow: 0 34px 60px -24px rgba(12,17,16,.5), 0 0 0 1px var(--line); transition: opacity .25s var(--ease), transform .45s var(--ease), visibility 0s linear .45s; }
.menu.open { opacity: 1; visibility: visible; transform: none; transition: opacity .25s var(--ease), transform .45s var(--ease), visibility 0s; }
.menu a { display: block; padding: 7px 10px; border-radius: 8px; color: var(--ink); font-size: 14.5px; line-height: 1.35; text-decoration: none; transition: background-color .2s, color .2s; }
@media (hover: hover) { .menu a:hover { background: var(--glass-2); color: var(--tq-deep); } }
.menu--mega { position: fixed; top: calc(var(--bar-h) + 10px); left: 50%; right: auto; width: min(820px, 94vw); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px 14px; transform: translate(-50%, 8px); }
.menu--mega.open { transform: translate(-50%, 0); }
.menu--tips { width: 380px; }
.menu-h { font: 400 9.5px/1.4 var(--label); letter-spacing: .2em; text-transform: uppercase; color: var(--tq-deep); margin: 0 0 8px; padding: 0 10px 8px; border-bottom: 1px solid var(--line); }
.bar-end { display: flex; align-items: center; gap: 14px; }
.status { display: inline-flex; align-items: center; gap: 8px; font: 500 13px/1.2 var(--body); color: var(--on-night-soft); white-space: nowrap; }
.status-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--on-night-soft); flex: none; }
.status.is-open .status-dot { background: var(--tq-bright); }
.status.is-open .status-dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--tq-bright); animation: pulse 2s var(--ease) infinite; }
.status.is-open .status-t { color: var(--on-night); }
@keyframes pulse { from { transform: scale(1); opacity: .6; } to { transform: scale(2.8); opacity: 0; } }
.burger { display: none; position: relative; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-dark); background: none; cursor: pointer; }
.burger::before, .burger::after { content: ""; position: absolute; left: 13px; right: 13px; height: 1.5px; background: var(--on-night); transition: transform .45s var(--ease); }
.burger::before { top: 18px; } .burger::after { top: 25px; }
.burger[aria-expanded="true"]::before { transform: translateY(3.5px) rotate(45deg); }
.burger[aria-expanded="true"]::after { transform: translateY(-3.5px) rotate(-45deg); }
.drawer { position: fixed; inset: var(--bar-h) 0 0 0; z-index: 99; overflow-y: auto; background: var(--night); color: var(--on-night); padding: 28px var(--pad) 48px; }
.drawer-a, .drawer-g summary { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line-dark); font: 600 22px/1.2 var(--display); letter-spacing: -.015em; text-decoration: none; color: var(--on-night); cursor: pointer; list-style: none; }
.drawer-g summary::-webkit-details-marker { display: none; }
.drawer-g summary::after { content: "+"; font-family: var(--body); font-weight: 400; color: var(--tq-bright); }
.drawer-g[open] summary::after { content: "–"; }
.drawer-g a { display: block; padding: 10px 0 10px 14px; color: var(--on-night-soft); font-size: 16px; text-decoration: none; }
.drawer-call { margin-top: 28px; width: 100%; }

/* ── Hero: the company photo on top, headline over a dark wash ───────── */
.hero { position: relative; z-index: 2; background: var(--glass-2); }
.hero-stage { position: relative; isolation: isolate; display: flex; align-items: center; min-height: clamp(580px, calc(100svh - var(--bar-h) - 36px), 820px); padding: clamp(56px, 8vh, 96px) 0 clamp(100px, 12vh, 136px); overflow: hidden; background: var(--night); color: var(--on-night); }
.hero-img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 66% 30%; animation: settle 1.6s var(--ease) both; }
.hero-stage::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background:
  linear-gradient(90deg, rgba(8,12,11,.94) 0%, rgba(8,12,11,.9) 38%, rgba(8,12,11,.78) 52%, rgba(8,12,11,.22) 72%, rgba(8,12,11,0) 86%),
  linear-gradient(0deg, rgba(8,12,11,.78) 0%, rgba(8,12,11,0) 34%); }
@keyframes settle { from { transform: scale(1.05); } to { transform: none; } }
.hero-in { width: 100%; }
.hero-copy { max-width: 620px; animation: rise 1s var(--ease) .1s both; }
@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.hero .hero-brand { color: var(--tq-bright); }
.h1 { margin: 0; font-family: var(--display); color: var(--on-night); letter-spacing: -.035em; }
.h1-a { display: block; font-size: clamp(42px, 5.6vw, 80px); line-height: .96; font-weight: 600; text-wrap: balance; }
.h1-b { display: block; margin-top: .5em; font-size: clamp(20px, 2.1vw, 29px); line-height: 1.2; font-weight: 400; letter-spacing: -.012em; color: var(--on-night); }
.h1-dash { color: var(--tq-bright); font-weight: 600; }
.hero-call { max-width: 30ch; margin: 26px 0 28px; font: 500 20px/1.4 var(--display); letter-spacing: -.01em; color: var(--on-night); }
.hero-call a { color: var(--tq-bright); text-decoration: none; white-space: nowrap; }
.hero-call strong { font-weight: 600; }
.acts { display: flex; flex-wrap: wrap; gap: 10px; }

/* LED board straddling the photo's bottom edge: off-LEDs are the background grid; the message steps one column at a time */
.hero-board { position: relative; z-index: 3; margin-top: -45px; }
.mq-board { --px: 6px; position: relative; display: flex; align-items: center; height: calc(var(--px) * 15); overflow: hidden; border-radius: 14px; background: #050807 radial-gradient(circle, #1C2826 0 calc(var(--px) * .34), transparent calc(var(--px) * .4)) 0 0 / var(--px) var(--px); box-shadow: inset 0 0 0 1px rgba(234,241,239,.06); }
.mq-board .dm { height: calc(var(--px) * 7); width: auto; flex: none; }
.mq-status { position: relative; display: flex; align-items: center; flex: none; height: 100%; padding: 0 calc(var(--px) * 4); color: var(--tq-bright); }
.mq-status .dm-on { filter: drop-shadow(0 0 5px rgba(111,230,214,.7)); }
.mq-status::after { content: ""; position: absolute; right: 0; top: calc(var(--px) * 2); bottom: calc(var(--px) * 2); width: 1px; background: rgba(234,241,239,.16); }
.mq-scroll { display: flex; align-items: center; flex: 1; min-width: 0; height: 100%; overflow: hidden; }
.mq-track { display: flex; flex: none; will-change: transform; animation: ledscroll calc(var(--cols) * 60ms) steps(var(--cols)) infinite; }
.mq-track .dm-on { fill: var(--led-amber); }
@keyframes ledscroll { to { transform: translateX(-50%); } }

/* ── Intro + the eight inclusions ────────────────────────────────────── */
.intro { position: relative; z-index: 1; padding: clamp(84px, 10vw, 124px) 0 var(--sec); background: var(--glass-2); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: clamp(36px, 5vw, 76px); align-items: start; }
.intro-copy .lede { margin: 0 0 18px; color: var(--ink); }
.intro-note { margin: 0; color: var(--ink-soft); }
.promise-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 26px; margin: 32px 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); }
.promise-item { display: flex; align-items: flex-start; gap: 12px; font: 500 16.5px/1.35 var(--display); letter-spacing: -.005em; }
.promise-ic { display: grid; place-items: center; width: 26px; height: 26px; flex: none; margin-top: -1px; border-radius: 50%; background: #CFF1EB; color: var(--tq-deep); box-shadow: inset 0 0 0 1px rgba(0,98,92,.16); }
.promise-ic .ic { width: 14px; height: 14px; stroke-width: 2.4; }

/* ── Reveal primitive (JS adds .js to <html>; without JS everything stays visible) ── */
.js .ro { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.js .ro.in { opacity: 1; transform: none; }
.js .ro.d1 { transition-delay: .09s; } .js .ro.d2 { transition-delay: .18s; } .js .ro.d3 { transition-delay: .27s; }
.js .ro .dm { clip-path: inset(0 100% 0 0); transition: clip-path 1.2s var(--ease) .25s; }
.js .ro.in .dm { clip-path: inset(0 0 0 0); }

/* ── Section heads ────────────────────────────────────────────────────── */
.sec-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: clamp(24px, 5vw, 80px); align-items: end; margin-bottom: clamp(44px, 6vw, 72px); }
.sec-head .h2 { max-width: 17ch; }
.sec-lede { max-width: 56ch; margin: 0; font-size: 17.5px; line-height: 1.65; color: var(--ink-soft); }
.dark .sec-lede { color: var(--on-night-soft); }

/* ── Services: eleven photo cards + a quote tile ─────────────────────── */
.services { padding: var(--sec) 0; background: var(--glass); }
.svc-grid { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.svc-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--r-md); background: var(--paper); box-shadow: 0 0 0 1px var(--line-soft), 0 30px 50px -44px rgba(12,17,16,.5); transition: transform .5s var(--ease); }
.svc-img { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--glass-3); }
.svc-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; transition: transform .9s var(--ease); }
.svc-no { position: absolute; left: 12px; top: 12px; display: flex; padding: 7px 8px; border-radius: 8px; background: rgba(12,17,16,.86); color: var(--tq-bright); }
.svc-no .dm { --dmh: 16px; }
.svc-no .dm-on { transition: filter .3s; }
.svc-body { display: flex; flex-direction: column; flex: 1; padding: 20px 20px 18px; }
.svc-t { margin: 0 0 8px; font: 600 19px/1.22 var(--display); letter-spacing: -.012em; text-wrap: balance; }
.svc-d { flex: 1; margin: 0 0 16px; font-size: 15px; line-height: 1.55; color: var(--ink-soft); }
.svc-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line-soft); color: var(--tq-deep); font-weight: 700; font-size: 14.5px; line-height: 1.3; text-decoration: none; }
.svc-link::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.svc-link .ic { width: 16px; height: 16px; transition: transform .45s var(--ease); }
.svc-card:focus-within { box-shadow: 0 0 0 2px var(--tq-deep); }
@media (hover: hover) {
  .svc-card:hover { transform: translateY(-5px); }
  .svc-card:hover .svc-img img { transform: scale(1.05); }
  .svc-card:hover .svc-link .ic { transform: translateX(4px); }
  .svc-card:hover .svc-no .dm-on { filter: drop-shadow(0 0 4px rgba(111,230,214,.9)); }
}
.svc-cta { justify-content: center; gap: 18px; padding: 46px 24px; color: var(--on-night); background:
  radial-gradient(circle at 13px 11px, var(--bulb) 0 2.6px, rgba(255,200,87,.3) 4px, transparent 6px) 0 0 / 52px 22px repeat-x,
  radial-gradient(circle at 13px 11px, var(--bulb) 0 2.6px, rgba(255,200,87,.3) 4px, transparent 6px) 0 100% / 52px 22px repeat-x,
  var(--night); }
.svc-cta-dm { color: var(--led-amber); }
.svc-cta-dm .dm { --dmh: 24px; }
.svc-cta-t { margin: 0; font: 600 22px/1.25 var(--display); letter-spacing: -.012em; }
.svc-cta-acts { display: grid; gap: 10px; position: relative; z-index: 2; }
.svc-cta .btn { width: 100%; }

/* ── How it works: four stops on a dashed route ───────────────────────── */
.how { padding: var(--sec) 0; background: var(--glass-2); }
.how-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 6vw, 96px); align-items: start; }
.how-fig { position: sticky; top: calc(var(--bar-h) + 30px); margin: 0; overflow: hidden; aspect-ratio: 4 / 5; border-radius: var(--r-lg); background: var(--glass-3); box-shadow: 0 50px 70px -50px rgba(12,17,16,.55); }
.how-fig img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; }
.how-tag { position: absolute; left: 18px; bottom: 18px; padding: 11px 12px; border-radius: 10px; background: rgba(12,17,16,.88); color: var(--led-amber); }
.how-tag .dm { --dmh: 18px; }
.how-body .sec-lede { margin-top: 22px; }
.steps { position: relative; list-style: none; margin: 34px 0 0; }
.steps::before { content: ""; position: absolute; left: 27px; top: 30px; bottom: 30px; width: 2px; background: repeating-linear-gradient(180deg, var(--ink) 0 10px, transparent 10px 20px); opacity: .28; }
.step { position: relative; display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 22px; padding: 16px 0; }
.step-n { position: relative; z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 14px; background: var(--night); color: var(--tq-bright); box-shadow: 0 0 0 6px var(--glass-2); }
.step-n .dm { --dmh: 20px; }
.step-t { margin: 6px 0 6px; font: 600 21px/1.2 var(--display); letter-spacing: -.012em; }
.step-body p { max-width: 58ch; margin: 0; color: var(--ink-soft); }
.note { display: flex; align-items: flex-start; gap: 14px; margin: 24px 0 0; padding: 18px 20px; border-radius: var(--r-md); background: var(--paper); box-shadow: inset 4px 0 0 var(--bulb), 0 0 0 1px var(--line-soft); font-weight: 500; }
.note .ic { width: 22px; height: 22px; margin-top: 1px; color: #8A5A00; }

/* ── Dark bands (the why-band keeps a bulb trim; the schedule band after the FAQ does not) ── */
.dark { position: relative; z-index: 2; background: var(--night); color: var(--on-night); }
.why::before, .why::after { content: ""; position: absolute; left: 0; right: 0; height: 24px; pointer-events: none; background:
  radial-gradient(circle at 13px 12px, var(--bulb) 0 3px, rgba(255,200,87,.3) 4.5px, transparent 6.5px) 0 0 / 78px 24px repeat-x,
  radial-gradient(circle at 13px 12px, #2B3634 0 3px, transparent 4px) 0 0 / 26px 24px repeat-x; }
.why::before { top: 0; } .why::after { bottom: 0; }

/* ── Why choose us ────────────────────────────────────────────────────── */
.why { padding: calc(var(--sec) + 12px) 0; }
.why-grid { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(32px, 5vw, 72px); border-top: 1px solid var(--line-dark); }
.why-item { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line-dark); }
.why-n { padding-top: 4px; color: var(--tq-bright); }
.why-n .dm { --dmh: 22px; }
.why-n .dm-on { transition: filter .3s; }
.why-item p { margin: 0; font-size: 16.5px; line-height: 1.62; color: var(--on-night-soft); }
.why-item strong { display: block; margin-bottom: 6px; font: 600 19px/1.3 var(--display); letter-spacing: -.01em; color: var(--on-night); }
@media (hover: hover) { .why-item:hover .why-n .dm-on { filter: drop-shadow(0 0 5px rgba(111,230,214,.85)); } }

/* ── Prepare + quote ──────────────────────────────────────────────────── */
.prep { padding: var(--sec) 0; background: var(--glass); }
.prep-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 6vw, 96px); align-items: start; }
.prep-copy { position: sticky; top: calc(var(--bar-h) + 30px); }
.prep-copy .sec-lede { margin-top: 22px; }
.prep-copy .acts { margin-top: 26px; }
.checklist { list-style: none; margin: 0; border-top: 2px solid var(--night); }
.checklist li { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cb { display: grid; place-items: center; width: 24px; height: 24px; margin-top: 2px; border: 1.5px solid var(--ink); border-radius: 6px; color: var(--tq-deep); }
.cb .ic { width: 15px; height: 15px; stroke-width: 2.4; }
.checklist p { margin: 0; color: var(--ink-soft); }
.checklist strong { color: var(--ink); }
.prep-call { margin: 26px 0 0; font: 500 20px/1.4 var(--display); letter-spacing: -.01em; }
.prep-call a { color: var(--tq-deep); text-decoration: none; white-space: nowrap; }

/* The work-order ticket (posts to the existing schedule-red.php) */
.ticket { position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--glass); box-shadow: 0 0 0 1px var(--line), 0 44px 70px -44px rgba(12,17,16,.4); }
.ticket-stub { position: relative; padding: 30px clamp(22px, 3vw, 38px) 26px; background: var(--night); color: var(--on-night); }
.perf { position: relative; height: 0; border-top: 2px dashed rgba(12,17,16,.16); }
.perf::before, .perf::after { content: ""; position: absolute; top: -14px; width: 26px; height: 26px; border-radius: 50%; background: var(--glass-2); z-index: 2; box-shadow: inset 0 0 0 1px var(--line); }
.perf::before { left: -13px; } .perf::after { right: -13px; }
.ticket-badge { display: inline-flex; margin: 0 0 16px; padding: 7px 12px; border: 1px solid rgba(111,230,214,.4); border-radius: 999px; font: 400 9.5px/1 var(--label); letter-spacing: .18em; text-transform: uppercase; color: var(--tq-bright); }
.ticket-h { margin: 0 0 10px; font: 600 clamp(28px, 2.8vw, 38px)/1.05 var(--display); letter-spacing: -.028em; }
.ticket-h em { font-style: normal; color: var(--tq-bright); }
.ticket-sub { margin: 0; font-size: 15px; color: var(--on-night-soft); }
.trust { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0; padding: 26px clamp(22px, 3vw, 38px) 0; }
.trust li { display: flex; align-items: center; gap: 8px; font: 400 9px/1.35 var(--label); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.trust li::before { content: ""; width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--tq); }
.qf { display: grid; gap: 18px; padding: 22px clamp(22px, 3vw, 38px) 32px; }
.qf-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fld { display: grid; gap: 7px; min-width: 0; }
.fl { font: 400 9.5px/1.3 var(--label); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); transition: color .2s; }
.fl b { font-weight: 400; color: var(--tq-deep); }
.fld:focus-within .fl { color: var(--tq-deep); }
.fi { width: 100%; min-width: 0; padding: 13px 14px; border: 1.5px solid var(--glass-3); border-radius: 12px; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.3; outline: none; transition: border-color .2s, box-shadow .2s; }
.fi::placeholder { color: #5F6C69; opacity: 1; }
.fi:focus { border-color: var(--tq-deep); box-shadow: 0 0 0 4px rgba(18,181,164,.2); }
.fi[aria-invalid="true"] { border-color: #B3261E; }
.fta { min-height: 96px; resize: vertical; }
.ferr { margin: 0; font-size: 13.5px; color: #B3261E; }
.cap-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cap-img { width: 140px; height: 42px; flex: none; display: block; border: 1.5px solid var(--glass-3); border-radius: 10px; background: var(--paper); cursor: pointer; }
.cap-re { display: grid; place-items: center; width: 42px; height: 42px; flex: none; border: 1.5px solid var(--glass-3); border-radius: 10px; background: var(--paper); cursor: pointer; transition: transform .55s var(--ease), border-color .2s; }
.cap-row .fi { flex: 1 1 120px; min-width: 0; height: 42px; min-height: 0; padding-top: 0; padding-bottom: 0; }
.cap-re.is-loading svg { animation: cap-spin .6s linear infinite; }
@keyframes cap-spin { to { transform: rotate(360deg); } }
@media (hover: hover) { .cap-re:hover { transform: rotate(180deg); border-color: var(--tq-deep); } }
.qresp:empty { display: none; }
.qresp { padding: 12px 14px; border: 1px solid rgba(179,38,30,.25); border-radius: 12px; background: #FBEAE9; color: #8C1D18; font-size: 14.5px; }
.qf .btn[aria-busy="true"] { opacity: .75; pointer-events: none; }
.privacy { margin: 0; text-align: center; font-size: 13px; color: var(--ink-soft); }
.qdone { display: grid; justify-items: center; gap: 18px; padding: 44px clamp(22px, 3vw, 38px) 46px; text-align: center; outline: none; }
.qdone-stamp { display: grid; place-items: center; width: 116px; height: 116px; border: 2px solid var(--tq-deep); border-radius: 50%; transform: rotate(-8deg); }
.qdone-stamp img { display: block; width: auto; height: 70px; }
.qdone-t { max-width: 26ch; margin: 0; font: 600 22px/1.3 var(--display); letter-spacing: -.01em; }

/* ── Areas: a light ruled list + the neighborhood board ─────────────── */
.areas { padding: var(--sec) 0; background: var(--glass-2); }
.areas-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.area-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(20px, 3vw, 40px); border-top: 2px solid var(--night); }
.area-link { display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 16px 2px; border-bottom: 1px solid var(--line); color: var(--ink); font: 600 clamp(17px, 1.5vw, 20px)/1.25 var(--display); letter-spacing: -.01em; text-decoration: none; transition: color .2s; }
.area-link .ic-pin { width: 18px; height: 18px; color: var(--tq-deep); }
.area-link .ic-arrow { width: 18px; height: 18px; margin-left: auto; color: var(--ink-soft); transform: rotate(-45deg); transition: transform .45s var(--ease), color .2s; }
.area-link:focus-visible { outline-offset: 2px; }
@media (hover: hover) {
  .area-link:hover { color: var(--tq-deep); }
  .area-link:hover .ic-arrow { color: var(--tq-deep); transform: rotate(0deg); }
}
.hoods { padding: 26px 26px 20px; border-radius: var(--r-lg); background: var(--paper); box-shadow: 0 0 0 1px var(--line-soft), 0 30px 50px -44px rgba(12,17,16,.45); }
.hoods-h { margin: 0 0 12px; padding-bottom: 14px; border-bottom: 2px solid var(--night); font: 600 20px/1.25 var(--display); letter-spacing: -.01em; }
.hoods-list { list-style: none; columns: 2; column-gap: 22px; }
.hoods-list li { display: flex; align-items: baseline; gap: 10px; padding: 7px 0; border-bottom: 1px dashed var(--line); font-size: 15px; line-height: 1.35; break-inside: avoid; }
.hoods-list li::before { content: ""; width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--bulb); box-shadow: 0 0 0 3px rgba(255,200,87,.22); transform: translateY(-1px); }

/* ── FAQs ─────────────────────────────────────────────────────────────── */
.faq { padding: var(--sec) 0; background: var(--glass); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(36px, 6vw, 96px); align-items: start; }
.faq-head { position: sticky; top: calc(var(--bar-h) + 30px); }
.faq-head .h2 { max-width: 12ch; margin-bottom: 28px; }
.faq-list { border-top: 2px solid var(--night); }
.qa { border-bottom: 1px solid var(--line); }
.qa summary { display: grid; grid-template-columns: 40px minmax(0, 1fr) 36px; gap: 16px; align-items: center; padding: 20px 0; cursor: pointer; list-style: none; }
.qa summary::-webkit-details-marker { display: none; }
.qa-n { color: var(--tq-deep); }
.qa-n .dm { --dmh: 16px; }
.qa-q { font: 600 clamp(18px, 1.55vw, 21px)/1.3 var(--display); letter-spacing: -.01em; transition: color .2s; }
.qa-ic { position: relative; width: 36px; height: 36px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px var(--ink); transition: background-color .3s, transform .45s var(--ease); }
.qa-ic::before, .qa-ic::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.6px; margin: -.8px 0 0 -6px; background: var(--ink); transition: background-color .3s; }
.qa-ic::after { transform: rotate(90deg); }
.qa[open] .qa-ic { background: var(--night); transform: rotate(45deg); }
.qa[open] .qa-ic::before, .qa[open] .qa-ic::after { background: var(--tq-bright); }
.qa-a { padding: 0 52px 22px 56px; }
.qa-a p { max-width: 62ch; margin: 0; color: var(--ink-soft); }
.qa[open] .qa-a { animation: qa .55s var(--ease); }
@keyframes qa { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@media (hover: hover) { .qa summary:hover .qa-q { color: var(--tq-deep); } }

/* ── Schedule: the closing band ───────────────────────────────────────── */
.schedule { padding: calc(var(--sec) + 12px) 0; }
.sched-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 88px); align-items: start; }
.sched-copy .sec-lede { margin-top: 22px; }
.sched-call { max-width: 34ch; margin: 24px 0 26px; font: 500 21px/1.45 var(--display); letter-spacing: -.01em; color: var(--on-night); }
.sched-call a { color: var(--tq-bright); text-decoration: none; white-space: nowrap; }
.sched-call strong { font-weight: 600; }
.nap { margin: 34px 0 0; border-top: 1px solid var(--line-dark); }
.nap-row { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.nap-row dt { display: flex; align-items: center; gap: 10px; font: 400 9.5px/1.4 var(--label); letter-spacing: .16em; text-transform: uppercase; color: var(--on-night-soft); }
.nap-row dt .ic { width: 16px; height: 16px; color: var(--tq-bright); }
.nap-row dd { margin: 0; font-size: 16.5px; color: var(--on-night); overflow-wrap: break-word; }
.nap-row a { color: var(--on-night); text-decoration-color: var(--tq); text-underline-offset: 4px; }
.sched-side { display: grid; gap: 12px; }
.map { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: var(--r-lg); background: var(--night-2); box-shadow: inset 0 0 0 1px var(--line-dark); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.gbp { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-radius: var(--r-md); background: var(--night-2); color: var(--on-night); font-weight: 700; font-size: 15px; text-decoration: none; box-shadow: inset 0 0 0 1px var(--line-dark); transition: background-color .25s; }
.gbp .ic { color: var(--tq-bright); }
.gbp .ic-out { margin-left: auto; transition: transform .45s var(--ease); }
@media (hover: hover) { .gbp:hover { background: var(--night-3); } .gbp:hover .ic-out { transform: translate(2px, -2px); } }
.weather { min-height: 110px; overflow: hidden; border-radius: var(--r-md); background: var(--night-2); box-shadow: inset 0 0 0 1px var(--line-dark); }
.weatherwidget-io { display: block; padding: 20px; color: var(--on-night); font: 400 10px/1.4 var(--label); letter-spacing: .2em; text-decoration: none; }

/* ── Footer ───────────────────────────────────────────────────────────── */
.foot { position: relative; z-index: 2; padding: clamp(56px, 7vw, 88px) 0 0; background: #070A09; color: var(--on-night); }
.foot-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, .8fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 56px); padding-bottom: clamp(40px, 5vw, 60px); }
.foot-logo { display: inline-block; margin-bottom: 18px; }
.foot-logo img { display: block; width: auto; height: 128px; }
.foot-brand p { max-width: 38ch; margin: 0 0 20px; font-size: 15px; color: var(--on-night-soft); }
.foot-h { margin: 0 0 16px; font: 400 9.5px/1.3 var(--label); letter-spacing: .2em; text-transform: uppercase; color: var(--tq-bright); }
.foot-col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.foot-col a, .foot-legal a { color: var(--on-night-soft); font-size: 15px; line-height: 1.35; text-decoration: none; transition: color .2s; }
@media (hover: hover) { .foot-col a:hover, .foot-legal a:hover { color: var(--on-night); text-decoration: underline; text-underline-offset: 3px; } }
.foot-office p:not(.foot-h) { display: flex; gap: 10px; margin: 0; font-size: 15px; line-height: 1.5; color: var(--on-night-soft); }
.foot-office .ic { width: 16px; height: 16px; margin-top: 3px; color: var(--tq-bright); }
.foot-office a { overflow-wrap: break-word; }
.foot-zips { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 24px clamp(28px, 4vw, 56px); padding: 30px 0 clamp(32px, 4vw, 44px); border-top: 1px solid var(--line-dark); }
.foot-zip-row .foot-h { margin-bottom: 12px; }
.foot-zip-row ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.foot-zip-row a { display: block; padding: 7px 13px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line-dark); color: var(--on-night-soft); font: 500 14px/1 var(--body); font-variant-numeric: tabular-nums; text-decoration: none; transition: color .2s, background-color .2s, box-shadow .2s; }
@media (hover: hover) { .foot-zip-row a:hover { color: var(--night); background: var(--tq-bright); box-shadow: none; } }
.foot-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; padding: 22px 0 28px; border-top: 1px solid var(--line-dark); font-size: 14px; color: var(--on-night-soft); }
.foot-bar p { margin: 0; }
.foot-bar p a { color: var(--on-night); }
.foot-legal { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.foot-legal a { font-size: 14px; }

/* ── Mobile quick-contact bar ─────────────────────────────────────────── */
.callbar { display: none; }

/* ── Breakpoints: restack, never hide client copy ─────────────────────── */
@media (max-width: 1420px) { .bar .status { display: none; } }
@media (max-width: 1180px) {
  .bar .status { display: none; }
  .bar-in { gap: 16px; }
  .nav-a { padding: 9px 9px; }
  .svc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1040px) {
  .nav { display: none; }
  .burger { display: inline-block; }
  .bar-end { margin-left: auto; }
  .intro-grid, .sec-head, .how-grid, .prep-grid, .areas-grid, .faq-grid, .sched-grid { grid-template-columns: minmax(0, 1fr); }
  .sec-head { align-items: start; }
  .hero-stage::before { background: linear-gradient(90deg, rgba(8,12,11,.93), rgba(8,12,11,.84) 62%, rgba(8,12,11,.55)), linear-gradient(0deg, rgba(8,12,11,.78), rgba(8,12,11,0) 34%); }
  .how-fig, .faq-head, .prep-copy { position: static; }
  .how-fig { aspect-ratio: 16 / 10; }
  .ticket { order: -1; max-width: 640px; }
}
@media (max-width: 760px) {
  :root { --bar-h: 72px; }
  .brand-logo img { height: 52px; }
  body { font-size: 16px; }
  .bw-1 { font-size: 19px; }
  .bar-end .btn-sm { padding: 11px; }
  .bar-end .btn-sm span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .hero-stage { display: block; min-height: 0; padding: 0 0 72px; }
  .hero-img { position: relative; z-index: 0; height: auto; aspect-ratio: 4 / 3; object-position: 62% 36%; animation: none; }
  .hero-stage::before { display: none; }
  .hero-in { padding-top: 30px; }
  .h1-a { font-size: clamp(36px, 9.4vw, 52px); }
  .mq-board { --px: 4px; }
  .hero-board { margin-top: -30px; }
  .intro { padding-top: 64px; }
  .foot-logo img { height: 104px; }
  .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-grid { gap: 14px; }
  .why-grid, .qf-2 { grid-template-columns: minmax(0, 1fr); }
  .nap-row { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  .qa summary { grid-template-columns: 30px minmax(0, 1fr) 32px; gap: 12px; }
  .qa-a { padding: 0 0 20px 42px; }
  .foot-grid { grid-template-columns: minmax(0, 1fr); }
  .foot-zips { grid-template-columns: minmax(0, 1fr); }
  .foot { padding-bottom: 84px; }
  .callbar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 90; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 8px; padding: 8px; border-radius: 999px; background: rgba(12,17,16,.94); box-shadow: 0 20px 40px -20px rgba(0,0,0,.6); }
  .callbar .btn { padding: 13px 14px; font-size: 15px; }
}
@media (max-width: 560px) {
  .promise-list, .svc-grid, .area-list { grid-template-columns: minmax(0, 1fr); }
  .hoods-list { columns: 1; }
}

/* ── Reduced motion: the complete page, instantly ─────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; animation-delay: 0s !important; transition-duration: .001s !important; scroll-behavior: auto !important; }
  .mq-track, .hero-img, .status.is-open .status-dot::after { animation: none !important; }
  .js .ro { opacity: 1; transform: none; }
  .js .ro .dm { clip-path: none; }
}

/* ── Street address: FOOTER ONLY ──────────────────────────────────────────
   The postal address is published in the footer and nowhere else on the site.
   Every other NAP block keeps the row in the markup (schema/NAP consistency,
   and it stays one edit away from coming back) but out of the layout. */
.nap-row--addr { display: none; }
