/* ════════════════════════════════════════════════════════════════════════
   Paradise Mobile Auto Glass — service + location pages ("Strip Marquee")
   Loaded AFTER paradise-home.css (tokens, header, footer, buttons, form, FAQ, why band,
   steps, checklist, chips of the homepage). This file adds only what inner pages need:
   the page hero, the LED town sign, the generic docx section, rate card, chips, text cards.
   ════════════════════════════════════════════════════════════════════════ */

/* ── Page hero (dark, with an LED dot field fading in from the right) ─── */
.phero { position: relative; isolation: isolate; overflow: clip; padding: clamp(40px, 6vh, 72px) 0 clamp(64px, 9vh, 104px); background: var(--night); color: var(--on-night); }
.phero::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle, rgba(111,230,214,.11) 1.1px, transparent 1.6px) 0 0 / 16px 16px; -webkit-mask-image: linear-gradient(100deg, transparent 30%, #000 85%); mask-image: linear-gradient(100deg, transparent 30%, #000 85%); }
.phero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.phero-copy { animation: rise 1s var(--ease) .05s both; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px 10px; margin: 0 0 26px; padding: 0; list-style: none; font: 400 10px/1.5 var(--label); letter-spacing: .16em; text-transform: uppercase; color: var(--on-night-soft); }
.crumbs li + li::before { content: "/"; margin-right: 10px; color: rgba(234,241,239,.4); }
.crumbs a { color: var(--on-night); text-decoration: none; }
@media (hover: hover) { .crumbs a:hover { color: var(--tq-bright); text-decoration: underline; text-underline-offset: 3px; } }
.phero .hero-brand { color: var(--tq-bright); }
.phero .h1-a { font-size: clamp(38px, 4.7vw, 66px); line-height: .98; }
.phero .h1-b { color: var(--on-night-soft); }
.phero--location .h1-a { font-size: clamp(32px, 3.6vw, 50px); line-height: 1.04; }
.phero-lede { max-width: 58ch; margin: 24px 0 30px; color: var(--on-night-soft); font-size: clamp(16.5px, 1.3vw, 18px); line-height: 1.66; }

/* service hero: the photo with the LED board across its lower edge */
.phero-media { position: relative; margin: 0; animation: rise 1.1s var(--ease) .15s both; }
.phero-media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; object-position: 55% 40%; border-radius: 20px; box-shadow: 0 50px 70px -50px rgba(0,0,0,.85); }
.phero-media .mq-board { margin: -46px 18px 0; box-shadow: 0 24px 40px -24px rgba(0,0,0,.8), inset 0 0 0 1px rgba(234,241,239,.08); }


/* Inner pages carry longer, docx-written headings than the homepage: one step down the scale */
.h2 { font-size: clamp(30px, 3.4vw, 48px); line-height: 1.04; }
.sec-head .h2 { max-width: 20ch; }
.faq-head .h2 { max-width: 16ch; }

/* location hero: the quote form sits in the hero, beside the copy */
.phero--location .phero-grid { align-items: start; }
.phero--location .phero-copy { padding-top: clamp(8px, 2vh, 24px); }
.phero .ticket { order: 0; color: var(--ink); box-shadow: 0 0 0 1px rgba(234,241,239,.12), 0 60px 90px -50px rgba(0,0,0,.9); }
.phero .ticket-stub { background: var(--night-2); }
.phero .perf::before, .phero .perf::after { background: var(--night); box-shadow: none; }
/* …and section 2 carries the hours card: a slim LED strip over a white service-desk card */
.desk { align-self: center; overflow: hidden; border-radius: var(--r-lg); background: var(--paper); box-shadow: 0 0 0 1px var(--line), 0 44px 70px -44px rgba(12,17,16,.4); }
.desk-board { --px: 5px; border-radius: 0; box-shadow: none; }
.desk-body { padding: 26px clamp(22px, 3vw, 34px) 30px; }
.desk-h { margin: 0 0 16px; font: 400 10.5px/1.4 var(--label); letter-spacing: .2em; text-transform: uppercase; color: var(--tq-deep); }
.week { list-style: none; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; margin: 0; padding: 0; }
.day { display: grid; justify-items: center; gap: 2px; padding: 11px 2px 10px; border-radius: 12px; background: #EAF6F3; box-shadow: inset 0 0 0 1px rgba(0,98,92,.1); transition: background-color .3s, box-shadow .3s; }
.day-n { font: 600 14.5px/1.1 var(--display); color: var(--ink); }
.day-s { font: 500 11.5px/1.2 var(--body); color: var(--tq-deep); white-space: nowrap; }
.day--off { background: transparent; box-shadow: inset 0 0 0 1px var(--line); }
.day--off .day-n, .day--off .day-s { color: var(--ink-soft); }
.day.is-today { background: var(--night); box-shadow: 0 10px 20px -12px rgba(12,17,16,.7); }
.day.is-today .day-n { color: var(--on-night); }
.day.is-today .day-s { color: var(--tq-bright); }
.day--off.is-today .day-s { color: #FFB4A8; }
.desk-time { display: flex; align-items: center; gap: 10px; margin: 20px 0 6px; font: 600 clamp(19px, 1.7vw, 22px)/1.3 var(--display); letter-spacing: -.01em; }
.desk-time .ic { width: 22px; height: 22px; color: var(--tq-deep); }
.status--desk { margin: 0 0 22px 32px; color: var(--ink-soft); font-size: 14px; white-space: normal; }
.status--desk .status-dot { background: #9AA6A3; }
.status--desk.is-open .status-dot, .status--desk.is-open .status-dot::after { background: var(--tq); }
.status--desk.is-open .status-t { color: var(--tq-deep); font-weight: 700; }
.desk-area { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; padding: 16px 0 0; border-top: 1px solid var(--line); }
.desk-area .ic { width: 22px; height: 22px; color: var(--tq-deep); }
.desk-area div { display: grid; gap: 2px; }
.desk-k { font: 400 9.5px/1.4 var(--label); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }
.desk-v { font: 600 18px/1.25 var(--display); color: var(--ink); }

/* ── Section 2 on inner pages: no overlapping board above it ──────────── */
.intro--page { padding-top: var(--sec); }
.intro--page .lede { margin: 0 0 18px; }
.intro--page .call-line { margin-top: 26px; }

/* ── Generic docx section: sticky heading column beside the body ─────── */
.psec { --bg: var(--glass); position: relative; padding: var(--sec) 0; background: var(--bg); }
.psec--b, .areas.psec--b { --bg: var(--glass-2); background: var(--glass-2); }
.areas.psec--a { background: var(--glass); }
.psec-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.psec-head { position: sticky; top: calc(var(--bar-h) + 30px); }
.psec-h2 { font-size: clamp(30px, 3.3vw, 46px); line-height: 1.04; max-width: 15ch; }
.psec-fig { margin: 30px 0 0; overflow: hidden; aspect-ratio: 4 / 3; max-width: 460px; border-radius: 18px; background: var(--glass-3); box-shadow: 0 40px 60px -48px rgba(12,17,16,.55); }
.psec-fig img { width: 100%; height: 100%; object-fit: cover; }
.psec-body > p { max-width: 64ch; color: var(--ink-soft); }
.psec-body > p:first-child { color: var(--ink); font-size: 18px; line-height: 1.65; }
.psec-h3 { margin: 30px 0 12px; font: 600 21px/1.25 var(--display); letter-spacing: -.01em; }
.lead-in { margin: 28px 0 14px !important; color: var(--ink) !important; font: 700 15.5px/1.4 var(--body) !important; }
.psec-body .lead-in:first-child { margin-top: 0 !important; }
.call-line { max-width: 40ch; margin: 28px 0 0; font: 500 20px/1.45 var(--display) !important; letter-spacing: -.01em; color: var(--ink) !important; }
.tel { color: var(--tq-deep); font-weight: 600; text-decoration: none; white-space: nowrap; }
@media (hover: hover) { .tel:hover { text-decoration: underline; text-underline-offset: 4px; } }
.dark .tel, .phero .tel { color: var(--tq-bright); }
.psec .checklist { margin: 4px 0 8px; }
.psec .steps { margin-top: 18px; }
.psec .step-n { box-shadow: 0 0 0 6px var(--bg); }
.psec .steps::before { opacity: .22; }
.arrow-link { display: inline-flex; align-items: center; gap: 10px; margin: 4px 0 18px; color: var(--tq-deep); font-weight: 700; text-decoration: none; }
.arrow-link .ic { transition: transform .45s var(--ease); }
@media (hover: hover) { .arrow-link:hover .ic { transform: translateX(4px); } }

/* media split — a section that carries a photo: copy and photo side by side, centred on each other */
.psec-media { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 88px); align-items: center; }
.psec-media-copy .psec-h2 { max-width: 18ch; margin-bottom: 22px; }
.psec-media-copy > p:not(.label) { max-width: 58ch; color: var(--ink-soft); }
.psec-media-copy .psec-h2 + p { color: var(--ink); font-size: 18px; line-height: 1.65; }
.psec-media-copy .btn { margin-top: 10px; }
.psec-media-fig { position: relative; margin: 0; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 20px; background: var(--glass-3); box-shadow: 0 50px 70px -50px rgba(12,17,16,.55); }
.psec-media-fig img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }

/* check chips — short docx lists */
.chips { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0 0 26px; padding: 0; }
.chips--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.chips li { display: flex; align-items: flex-start; gap: 10px; padding: 12px 14px; border-radius: 12px; background: var(--paper); box-shadow: 0 0 0 1px var(--line-soft); font: 500 15.5px/1.35 var(--display); color: var(--ink); }
.chip-ic { display: grid; place-items: center; width: 22px; height: 22px; 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); }
.chip-ic .ic { width: 12px; height: 12px; stroke-width: 2.6; }
.psec--b .chips li { background: var(--glass); }

/* rate card — "Label: $x-$y" lists */
.rate { width: 100%; margin: 0 0 26px; border-collapse: separate; border-spacing: 0; overflow: hidden; border-radius: 16px; background: var(--night); color: var(--on-night); box-shadow: 0 40px 60px -48px rgba(12,17,16,.6); }
.rate th, .rate td { padding: 17px 22px; border-bottom: 1px solid var(--line-dark); text-align: left; vertical-align: baseline; }
.rate tr:last-child th, .rate tr:last-child td { border-bottom: 0; }
.rate td.long { width: 58%; white-space: normal; font: 500 17px/1.5 var(--body); letter-spacing: 0; color: var(--led-amber); }
.rate--head thead th { font: 600 12px/1.2 var(--label); letter-spacing: .16em; text-transform: uppercase; color: var(--tq-bright); background: rgba(234,241,239,.06); padding: 14px 22px; }
.rate--head thead th:last-child { text-align: right; white-space: nowrap; }
.rate--head td { text-align: right; }
.rate th { font: 500 16px/1.35 var(--body); color: var(--on-night); }
.rate td { width: 1%; white-space: nowrap; font: 600 21px/1.2 var(--display); letter-spacing: -.01em; color: var(--led-amber); font-variant-numeric: tabular-nums; }

/* ── Service cards without photos (location pages) ───────────────────── */
.svc-grid--text .svc-card:not(.svc-cta) { background: var(--paper); }
.svc-num { display: flex; padding: 22px 20px 0; color: var(--tq-deep); }
.svc-num .dm { --dmh: 18px; }
.svc-card--text .svc-body { padding-top: 16px; }
.psec--b .svc-grid--text .svc-card:not(.svc-cta) { background: var(--glass); }
.svc-grid--text .svc-cta { justify-content: flex-end; }

/* ── Areas on location pages: plain (un-linked) neighbourhood rows ────── */
.area-group-h, .hoods .hoods-h { margin: 0 0 14px; font: 600 20px/1.25 var(--display); letter-spacing: -.01em; }
.area-group-h { padding-bottom: 14px; }
.area-link--static { cursor: default; }
.area-link--static:hover { color: var(--ink); }
.areas .area-list { border-top: 2px solid var(--night); }

/* ── Closing band (last docx section) ─────────────────────────────────── */
.closing .sec-lede { margin-top: 20px; }
.closing .call-line { color: var(--on-night) !important; }
.closing .sched-copy .acts { margin-top: 26px; }
.closing .nap { margin-top: 32px; }
.ready { padding: 28px clamp(22px, 3vw, 34px); border-radius: var(--r-lg); background: var(--night-2); box-shadow: inset 0 0 0 1px var(--line-dark); }
.ready .lead-in { margin-top: 0 !important; color: var(--on-night) !important; }
.ready .chips li { background: var(--night-3); box-shadow: inset 0 0 0 1px var(--line-dark); color: var(--on-night); }
.ready .chip-ic { background: var(--tq); color: var(--night); }
.ready .call-line { margin: 4px 0 24px; color: var(--on-night) !important; }
.ready .call-line strong { font-weight: 500; }
.why .why-after { margin: 34px 0 0; color: var(--on-night) !important; }

/* Centred closing band — pages whose doc carries no map/weather embed. One column
   down the middle of the dark band: dotted rule + label, H2, lede, optional plate,
   call line, buttons, then the phone/hours strip. */
.closing-solo { max-width: 900px; margin-inline: auto; text-align: center; }
.closing--solo .label { justify-content: center; }
.closing--solo .label::after { content: ""; width: 24px; height: 6px; flex: none;
  background: radial-gradient(circle, currentColor 2.1px, transparent 2.5px) 0 50% / 6px 6px repeat-x; }
.closing-solo .h2 { max-width: 22ch; margin-inline: auto; }
.closing-solo .sec-lede { max-width: 64ch; margin: 22px auto 0; }
.closing-solo .call-line { max-width: 48ch; margin: 30px auto 0; font-size: 21px !important; }
.closing-solo .ready { max-width: 660px; margin: 38px auto 0; text-align: left; }
.closing-solo .ready .lead-in { margin-bottom: 18px !important; }
.closing-solo .ready .chips { margin-bottom: 0; }
.closing-solo .acts { justify-content: center; margin-top: 34px; }
.closing-solo .nap { display: flex; flex-wrap: wrap; justify-content: center; width: fit-content;
  margin: 46px auto 0; border-bottom: 1px solid var(--line-dark); }
.closing-solo .nap-row { grid-template-columns: minmax(0, 1fr); justify-items: center; gap: 9px;
  min-width: 270px; padding: 24px clamp(26px, 4vw, 54px); border-bottom: 0; }
/* the hidden address row is still a DOM sibling — skip it when drawing the divider */
.closing-solo .nap-row:not(.nap-row--addr) + .nap-row { box-shadow: inset 1px 0 0 var(--line-dark); }
.closing-solo .nap-row dt { justify-content: center; }
.closing-solo .nap-row dd { font-size: 17.5px; }
@media (max-width: 560px) {
  .closing-solo .nap { display: block; width: auto; border-top: 1px solid var(--line-dark); }
  .closing-solo .nap-row { padding: 18px 0; }
  .closing-solo .nap-row:not(:last-child) { border-bottom: 1px solid var(--line-dark); }
  .closing-solo .nap-row:not(.nap-row--addr) + .nap-row { box-shadow: none; }
}

/* ── Breakpoints: restack, never hide client copy ─────────────────────── */
@media (max-width: 1040px) {
  .phero-grid, .psec-grid, .psec-media { grid-template-columns: minmax(0, 1fr); }
  .psec-media-fig { max-width: 620px; }
  .phero .ticket { max-width: 640px; }
  .psec-head { position: static; }
  .psec-h2 { max-width: 22ch; }
  .phero-media { max-width: 620px; }
}
@media (max-width: 760px) {
  .phero { padding-bottom: 64px; }
  .phero .h1-a { font-size: clamp(32px, 8.4vw, 46px); }
  .phero--location .h1-a { font-size: clamp(28px, 7.4vw, 40px); }
  .phero-media .mq-board { margin: -34px 10px 0; }
  .chips--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rate th, .rate td { padding: 14px 16px; }
  .rate td { font-size: 18px; }
  .rate--head thead th { padding: 12px 16px; }
}
@media (max-width: 560px) {
  .chips, .chips--3 { grid-template-columns: minmax(0, 1fr); }
  .week { gap: 4px; }
  .day-n { font-size: 13px; }
  .day-s { font-size: 10.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .phero-copy, .phero-media { animation: none !important; }
}

/* ── Legal pages (Privacy Policy, Terms): title band + contents list beside numbered sections ── */
.lhero { position: relative; isolation: isolate; overflow: clip; padding: clamp(40px, 6vh, 72px) 0 clamp(44px, 7vh, 80px); background: var(--night); color: var(--on-night); }
.lhero::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle, rgba(111,230,214,.11) 1.1px, transparent 1.6px) 0 0 / 16px 16px; -webkit-mask-image: linear-gradient(100deg, transparent 30%, #000 90%); mask-image: linear-gradient(100deg, transparent 30%, #000 90%); }
.lhero .h1-a { font-size: clamp(32px, 4.2vw, 58px); line-height: 1.02; max-width: 22ch; }
.lhero-intro { max-width: 68ch; margin-top: 24px; color: var(--on-night-soft); font-size: clamp(16.5px, 1.3vw, 18px); line-height: 1.66; }
.lhero-intro p { margin: 0 0 14px; }
.lhero-intro a { color: var(--tq-bright); }
.legal { padding: var(--sec) 0; background: var(--glass); }
.legal-grid { display: grid; grid-template-columns: minmax(0, 280px) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.legal-toc { position: sticky; top: calc(var(--bar-h) + 30px); max-height: calc(100vh - var(--bar-h) - 60px); overflow: auto; padding-right: 8px; }
.legal-toc ol { list-style: none; margin: 0; padding: 0; border-left: 1px solid var(--line); }
.legal-toc a { display: block; padding: 7px 0 7px 16px; margin-left: -1px; border-left: 2px solid transparent; font-size: 14.5px; line-height: 1.35; color: var(--ink-soft); text-decoration: none; }
@media (hover: hover) { .legal-toc a:hover { color: var(--tq-deep); border-left-color: var(--tq); } }
.legal-doc { max-width: 74ch; }
.legal-sec { padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid var(--line); scroll-margin-top: calc(var(--bar-h) + 24px); }
.legal-sec:last-child { border-bottom: 0; margin-bottom: 0; }
.legal-h2 { display: flex; align-items: baseline; gap: 16px; margin: 0 0 16px; font: 600 clamp(22px, 2.2vw, 30px)/1.15 var(--display); letter-spacing: -.02em; }
.legal-n { flex: none; font: 400 11px/1 var(--label); letter-spacing: .16em; color: var(--tq-deep); }
.legal-sec p { color: var(--ink-soft); }
.legal-sec p a, .legal-sec li a { color: var(--tq-deep); text-underline-offset: 3px; }
.legal-sec .checklist, .legal-sec .chips { margin-top: 6px; }
@media (max-width: 900px) {
  .legal-grid { grid-template-columns: minmax(0, 1fr); }
  .legal-toc { position: static; max-height: none; padding: 0 0 8px; border-bottom: 1px solid var(--line); }
}
