/* Parker Plumbing, design concept C ("Work order")
   Type: Archivo variable (wdth 62-125, wght 100-900) + IBM Plex Mono 500, both OFL, self-hosted.
   Palette: Parker red from the logo, cool ink, cool concrete paper. Radius system: 3px everywhere. */

@font-face {
  font-family: "Archivo";
  src: url("fonts/archivo-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}
@font-face {
  font-family: "Plex Mono";
  src: url("fonts/plexmono-500-latin.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

:root {
  --red: #d4151b;          /* white text on this: 5.4:1 */
  --red-dark: #a90f14;
  --red-on-ink: #ff6a6e;   /* for small red text on ink: 6.1:1 */
  --ink: #15171a;
  --ink-2: #23262b;
  --ink-soft: #9aa1a8;     /* on ink: 7.1:1 */
  --paper: #eef0ef;
  --white: #fbfbfa;
  --steel: #535b63;        /* on paper: 6.2:1 */
  --line: #cfd3d5;
  --radius: 3px;
  --wrap: 1240px;
  --gutter: clamp(16px, 4vw, 48px);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --display: "Archivo", "Arial Narrow", Arial, sans-serif;
  --body: "Archivo", Arial, sans-serif;
  --mono: "Plex Mono", ui-monospace, Menlo, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure, dl, dd, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; }
.icon { width: 1.05em; height: 1.05em; flex: none; }

:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.triage :focus-visible, .call-band :focus-visible, .site-footer :focus-visible, .alert-bar :focus-visible, .svc-ink:focus-visible {
  outline-color: var(--white);
}

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }

.skip {
  position: absolute; left: 16px; top: -60px; z-index: 100;
  background: var(--ink); color: var(--white); padding: 10px 16px; border-radius: var(--radius);
}
.skip:focus { top: 12px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 48px; padding: .7em 1.25em;
  border: 2px solid transparent; border-radius: var(--radius);
  font: 700 1rem/1.1 var(--body); font-stretch: 105%;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: transform .2s var(--ease), background-color .2s, color .2s, border-color .2s;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-lg { min-height: 56px; padding-inline: 1.5em; font-size: 1.0625rem; }
.btn-red { background: var(--red); color: var(--white); }
.btn-red:hover { background: var(--red-dark); }
.btn-line { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-line:hover { background: var(--ink); color: var(--white); }

/* Alert bar */
.alert-bar { background: var(--ink); color: var(--white); font-size: .9rem; }
.alert-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-block: 9px; }
.alert-inner a { font-weight: 700; text-underline-offset: 3px; white-space: nowrap; }
.alert-inner a:hover { color: var(--red-on-ink); }
.alert-inner p { min-width: 0; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand img { width: 132px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a:not(.btn) {
  font-weight: 600; font-size: .98rem; text-decoration: none; padding-block: 6px;
  background: linear-gradient(var(--red), var(--red)) left bottom / 0 2px no-repeat;
  transition: background-size .25s var(--ease);
}
.site-nav a:not(.btn):hover { background-size: 100% 2px; }
.nav-toggle {
  display: none; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px;
  border: 2px solid var(--ink); border-radius: var(--radius); background: transparent;
  font: 700 .95rem var(--body); color: var(--ink); cursor: pointer;
}

/* Hero */
.hero { padding-block: clamp(32px, 5vw, 64px) clamp(40px, 6vw, 88px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: clamp(28px, 4vw, 64px); align-items: center; }
.kicker {
  font-family: var(--mono); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase;
  color: var(--steel); margin-bottom: 22px;
}
.kicker::before { content: ""; display: inline-block; width: 28px; height: 2px; background: var(--red); vertical-align: middle; margin-right: 12px; }
h1 {
  font-family: var(--display);
  font-weight: 860; font-stretch: 112%;
  font-size: clamp(2.3rem, 4.6vw, 4.4rem);
  line-height: .96; letter-spacing: -.025em;
  text-transform: none;
}
.h1-line { display: block; }
.h1-accent { color: var(--red); }
.hero-sub { max-width: 40ch; margin-top: 26px; font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.5; color: var(--ink-2); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero-photo { position: relative; margin-right: calc(-1 * var(--gutter)); }
.hero-photo .photo { aspect-ratio: 1 / 1; border-radius: var(--radius) 0 0 var(--radius); }
.hero-photo img { object-position: 50% 50%; }

/* r6 (owner 9/22): foreground photos back to natural colour with a light grade.
   The red/ink duotone now lives only in background bands (see "Duotone background device"). */
.photo { position: relative; overflow: hidden; background: var(--ink-2); isolation: isolate; }
.photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); }
.hero-photo .photo::after, .family-photo .photo::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: var(--red); pointer-events: none;
}

/* Facts */
.facts { background: var(--white); border-block: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: clamp(24px, 3vw, 40px) clamp(16px, 2vw, 28px); border-left: 1px solid var(--line); }
.fact:first-child { border-left: 0; padding-left: 0; }
.fact-big {
  font-family: var(--display); font-weight: 820; font-stretch: 120%;
  font-size: clamp(2.2rem, 3.6vw, 3.3rem); line-height: 1; letter-spacing: -.02em;
  display: flex; align-items: baseline; gap: 10px;
}
.fact-word { font-size: clamp(1.7rem, 2.6vw, 2.35rem); font-stretch: 112%; }
.fact-unit { font-family: var(--mono); font-size: .8rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: var(--red); }
.fact-note { margin-top: 12px; color: var(--steel); font-size: .98rem; max-width: 24ch; }

/* Triage */
.triage { background: var(--ink); color: var(--white); padding-block: clamp(56px, 8vw, 112px); }
.triage-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "intro intro" "options result";
  gap: 40px clamp(28px, 5vw, 72px);
}
.triage-intro { grid-area: intro; max-width: 760px; }
.triage-intro h2 {
  font-family: var(--display); font-weight: 820; font-stretch: 112%;
  font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.02; letter-spacing: -.02em;
}
.triage-intro p { margin-top: 16px; color: var(--ink-soft); font-size: 1.1rem; max-width: 52ch; }
.triage-options { grid-area: options; display: grid; gap: 10px; align-content: start; }
.triage-btn {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; min-height: 58px; padding: 14px 20px; text-align: left;
  background: var(--ink-2); color: var(--white);
  border: 1px solid #3a3f46; border-radius: var(--radius);
  font: 600 1.05rem/1.3 var(--body); cursor: pointer;
  transition: background-color .2s, border-color .2s, transform .2s var(--ease);
}
.triage-btn::after { content: "+"; font-family: var(--mono); font-size: 1.2rem; color: var(--ink-soft); transition: transform .25s var(--ease); }
.triage-btn:hover { border-color: var(--ink-soft); transform: translateX(4px); }
.triage-btn[aria-pressed="true"] { background: var(--red); border-color: var(--red); }
.triage-btn[aria-pressed="true"]::after { content: "\2192"; color: var(--white); }
.triage-btn-warn { border-color: #6b4a1f; }

.triage-result {
  grid-area: result; align-self: start; position: sticky; top: 110px;
  background: var(--white); color: var(--ink);
  border-top: 6px solid var(--red); border-radius: var(--radius);
  padding: clamp(24px, 3vw, 40px);
  transition: opacity .25s, transform .35s var(--ease);
}
.triage-result.is-changing { opacity: 0; transform: translateY(8px); }
.triage-result.is-warn { border-top-color: #e0a000; }
.result-label { font-family: var(--mono); font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; color: var(--red-dark); }
.is-warn .result-label { color: #7a4f00; }
.result-title {
  margin-top: 12px; font-family: var(--display); font-weight: 780; font-stretch: 108%;
  font-size: clamp(1.45rem, 2.2vw, 1.95rem); line-height: 1.15; letter-spacing: -.01em;
}
.result-body { margin-top: 14px; color: var(--steel); }
.result-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 26px; }
.result-link, .text-link {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: none;
  border-bottom: 2px solid var(--red); padding-bottom: 2px;
}
.result-link .icon, .text-link .icon { transition: transform .2s var(--ease); }
.result-link:hover .icon, .text-link:hover .icon { transform: translateX(4px); }
.result-link[hidden] { display: none; }

/* Services */
.services { padding-block: clamp(64px, 9vw, 128px) clamp(56px, 7vw, 96px); }
.section-title {
  font-family: var(--display); font-weight: 840; font-stretch: 118%;
  font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.025em;
  margin-bottom: clamp(28px, 4vw, 48px);
}
.svc-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto auto auto; gap: 14px;
}
.svc {
  position: relative; display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  text-decoration: none; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .2s;
}
.svc:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -18px rgba(21, 23, 26, .45); border-color: #b7bcbf; }
.svc-body { display: flex; flex-direction: column; gap: 10px; padding: clamp(20px, 2.2vw, 30px); flex: 1; }
.svc h3 { font-family: var(--display); font-weight: 780; font-stretch: 110%; font-size: clamp(1.3rem, 1.7vw, 1.6rem); line-height: 1.1; letter-spacing: -.01em; }
.svc p { color: var(--steel); font-size: 1rem; }
.svc-go { margin-top: auto; padding-top: 10px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .95rem; color: var(--red-dark); }
.svc-go .icon { transition: transform .25s var(--ease); }
.svc:hover .svc-go .icon { transform: translateX(5px); }

.svc-feature { grid-column: 1 / span 2; grid-row: 1 / span 2; }
.svc-feature .svc-photo { flex: 1 1 auto; min-height: 280px; }
.svc-feature .svc-body { flex: 0 0 auto; }
.svc-feature .svc-photo img { object-position: 50% 62%; }
.svc-wide .svc-thumb img { object-position: 45% 50%; }
.svc-wide[href="/water-heaters/"] .svc-thumb img { object-position: 42% 40%; }
.svc-feature h3 { font-size: clamp(1.8rem, 2.6vw, 2.4rem); }
.svc-wide { grid-column: 3 / span 2; flex-direction: row; }
.svc-wide .svc-thumb { flex: 0 0 42%; min-height: 200px; }
.svc-half { grid-column: span 2; }
.svc-ink { background: var(--ink); border-color: var(--ink); color: var(--white); }
.svc-ink p { color: var(--ink-soft); }
.svc-ink .svc-go { color: var(--red-on-ink); }
.svc-ink:hover { border-color: var(--ink); }

.also { display: grid; grid-template-columns: auto 1fr; gap: 12px 28px; align-items: baseline; margin-top: 36px; padding-top: 28px; border-top: 2px solid var(--ink); }
.also-title { font-family: var(--mono); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--steel); }
.also-list { display: flex; flex-wrap: wrap; gap: 8px 8px; }
.also-list li { padding: 6px 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); font-size: .95rem; font-weight: 500; }

/* Family */
.family { background: var(--white); border-top: 1px solid var(--line); padding-block: clamp(64px, 9vw, 128px); }
.family-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.family-photo .photo { aspect-ratio: 4 / 3; border-radius: var(--radius); }
.family-photo img { object-position: 48% 55%; }
.family-copy h2 {
  font-family: var(--display); font-weight: 760; font-stretch: 104%;
  font-size: clamp(1.9rem, 3.4vw, 3rem); line-height: 1.1; letter-spacing: -.02em;
}
.family-copy p { margin-top: 24px; max-width: 54ch; color: var(--steel); font-size: 1.12rem; }
.family-copy .text-link { margin-top: 28px; }

/* Visit */
.visit { padding-block: clamp(56px, 8vw, 104px); }
.visit-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(32px, 6vw, 96px); }
.visit-main h2 {
  font-family: var(--display); font-weight: 800; font-stretch: 112%;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem); line-height: 1.05; letter-spacing: -.02em;
}
.visit-main p { margin-top: 20px; color: var(--steel); max-width: 46ch; font-size: 1.1rem; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 2px solid var(--ink); }
.visit-details div { padding: 20px 20px 22px 0; border-bottom: 1px solid var(--line); }
.visit-details div:nth-child(odd) { padding-right: 24px; }
.visit-details dt { font-family: var(--mono); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--steel); margin-bottom: 6px; }
.visit-details dd { font-weight: 600; overflow-wrap: anywhere; }
.visit-details a { text-underline-offset: 3px; }
.visit-details a:hover { color: var(--red-dark); }

/* Call band: the phone number as the page's biggest piece of type */
.call-band { background: var(--red); color: var(--white); padding-block: clamp(56px, 8vw, 110px); overflow: hidden; }
.call-lead { font-family: var(--display); font-weight: 700; font-stretch: 100%; font-size: clamp(1.3rem, 2.2vw, 1.9rem); line-height: 1.2; }
.call-number {
  display: inline-block; margin-top: 10px;
  font-family: var(--display); font-weight: 880; font-stretch: 125%;
  font-size: clamp(2.1rem, 8.4vw, 7.8rem); line-height: .95; letter-spacing: -.035em;
  text-decoration: none; white-space: nowrap;
  transition: transform .35s var(--ease);
}
.call-number:hover { transform: translateX(6px); text-decoration: underline; text-decoration-thickness: 4px; text-underline-offset: 10px; }
.call-note { margin-top: 18px; font-size: 1.1rem; }

/* Footer */
.site-footer { background: var(--ink); color: var(--ink-soft); padding-block: 56px 32px; font-size: .98rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr; gap: 32px; }
.footer-name { font-family: var(--display); font-weight: 820; font-stretch: 118%; font-size: 1.6rem; color: var(--white); margin-bottom: 8px; }
.footer-head { font-family: var(--mono); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--white); margin-bottom: 12px; }
.site-footer nav a { display: block; text-decoration: none; padding-block: 3px; }
.site-footer a:hover { color: var(--white); }
.site-footer p a { overflow-wrap: anywhere; }
.footer-note { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 48px; padding-top: 20px; border-top: 1px solid #33373d; font-size: .88rem; }

/* Mobile call bar */
.mobile-call { display: none; }

/* Motion: entry + scroll reveal, only when JS runs and motion is allowed */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise .8s var(--ease) both; }
  .hero-copy > :nth-child(2) { animation-delay: .08s; }
  .hero-copy > :nth-child(3) { animation-delay: .16s; }
  .hero-copy > :nth-child(4) { animation-delay: .24s; }
  .hero-photo .photo { animation: wipe 1.1s var(--ease) .1s both; }
  .js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
  .js [data-reveal].in { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes wipe { from { clip-path: inset(0 0 0 100%); } to { clip-path: inset(0 0 0 0); } }

/* ---------- Service detail page ---------- */
.crumb { display: inline-flex; gap: 8px; align-items: center; font-weight: 600; font-size: .95rem; text-decoration: none; color: var(--steel); margin-bottom: 26px; }
.crumb:hover { color: var(--ink); }
.crumb .icon { transform: rotate(180deg); }
.detail-hero h1 { font-size: clamp(2.1rem, 4vw, 3.9rem); }
.detail-hero .hero-photo .photo { aspect-ratio: 5 / 4; }

.urgent { background: var(--ink); color: var(--white); }
.urgent-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 20px 28px; align-items: center; padding-block: 28px; }
.urgent .icon-lg { width: 40px; height: 40px; color: var(--red-on-ink); }
.urgent h2 { font-family: var(--display); font-weight: 780; font-stretch: 108%; font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.2; }
.urgent p { color: var(--ink-soft); margin-top: 4px; }

.signs { padding-block: clamp(56px, 8vw, 112px); }
.signs-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 96px); }
.signs h2, .work h2, .steps h2, .related h2 {
  font-family: var(--display); font-weight: 820; font-stretch: 114%;
  font-size: clamp(1.9rem, 3.6vw, 3rem); line-height: 1.04; letter-spacing: -.02em;
}
.signs-intro p { margin-top: 18px; color: var(--steel); max-width: 42ch; }
.sign-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sign-list li { background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--red); border-radius: var(--radius); padding: 18px 20px; font-weight: 600; line-height: 1.35; }

.work { background: var(--white); border-block: 1px solid var(--line); padding-block: clamp(56px, 8vw, 112px); }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(32px, 5vw, 72px); margin-top: 40px; border-top: 2px solid var(--ink); }
.work-item { padding: 26px 0 28px; border-bottom: 1px solid var(--line); }
.work-item h3 { font-family: var(--display); font-weight: 760; font-stretch: 108%; font-size: 1.35rem; line-height: 1.2; }
.work-item p { margin-top: 8px; color: var(--steel); max-width: 48ch; }

.steps { padding-block: clamp(56px, 8vw, 112px); }
.step-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 40px; counter-reset: step; }
.step-list li { counter-increment: step; position: relative; padding: 26px 22px 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.step-list li::before {
  content: counter(step); display: block; margin-bottom: 18px;
  font-family: var(--display); font-weight: 860; font-stretch: 125%; font-size: 2.6rem; line-height: 1; color: var(--red);
}
.step-list h3 { font-family: var(--display); font-weight: 760; font-stretch: 106%; font-size: 1.2rem; line-height: 1.2; }
.step-list p { margin-top: 8px; color: var(--steel); font-size: .98rem; }

.related { padding-block: 0 clamp(56px, 8vw, 104px); }
.related-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.related-list a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; border: 1px solid var(--ink); border-radius: var(--radius); font-weight: 600; text-decoration: none; transition: background-color .2s, color .2s; }
.related-list a:hover { background: var(--ink); color: var(--white); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .site-nav { gap: 22px; }
  .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-feature { grid-column: 1 / -1; grid-row: auto; }
  .svc-feature .svc-photo { min-height: 260px; aspect-ratio: 16 / 7; flex: none; }
  .svc-wide { grid-column: 1 / -1; }
  .svc-half { grid-column: span 1; }
  .svc-ink { grid-column: 1 / -1; }
  .step-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  /* r6: the open menu is a solid full-height sheet under the header. No page content shows
     through or peeks below it; app.js sets --nav-top and locks page scroll while it is open. */
  .site-nav {
    display: none; position: fixed; left: 0; right: 0; top: var(--nav-top, 76px); bottom: 0; z-index: 40;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--white); border-top: 1px solid var(--line);
    padding: 8px var(--gutter) calc(28px + env(safe-area-inset-bottom));
    overflow-y: auto; overscroll-behavior: contain;
  }
  html.nav-open, html.nav-open body { overflow: hidden; }
  html.nav-open .mobile-call { display: none; }
  /* backdrop-filter would make the header the containing block for the fixed sheet. */
  html.nav-open .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--paper); }
  .site-nav.open { display: flex; }
  .site-nav a:not(.btn) { padding-block: 14px; border-bottom: 1px solid var(--line); background: none; font-size: 1.05rem; }
  .site-nav .nav-call { margin-top: 16px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { margin-right: 0; }
  .hero-photo .photo, .detail-hero .hero-photo .photo { aspect-ratio: 16 / 9; border-radius: var(--radius); }
  .hero-photo img { object-position: 50% 55%; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(3) { border-left: 0; padding-left: 0; }
  .fact:nth-child(n+3) { border-top: 1px solid var(--line); }
  .triage-grid { grid-template-columns: 1fr; grid-template-areas: "intro" "options" "result"; }
  .triage-result { position: static; }
  .family-grid, .visit-grid, .signs-grid { grid-template-columns: 1fr; }
  .family-photo .photo { aspect-ratio: 16 / 10; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .urgent-inner { grid-template-columns: auto 1fr; }
  .urgent-inner .btn { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 640px) {
  body { font-size: 1rem; padding-bottom: 76px; }
  .alert-inner { gap: 12px; padding-block: 8px; font-size: .84rem; }
  .alert-long { display: none; }
  .alert-short { display: inline-block; }
  .alert-short::first-letter { text-transform: uppercase; }
  .header-inner { min-height: 66px; }
  .brand img { width: 108px; }
  .hero-actions .btn { width: 100%; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact, .fact:nth-child(3) { border-left: 0; padding-left: 0; padding-right: 0; }
  .fact + .fact { border-top: 1px solid var(--line); }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-half, .svc-ink { grid-column: auto; }
  .svc-wide { flex-direction: column; }
  .svc-wide .svc-thumb { flex: none; min-height: 0; aspect-ratio: 16 / 7; }
  .svc-feature .svc-photo { min-height: 0; aspect-ratio: 16 / 9; }
  .also { grid-template-columns: 1fr; }
  .visit-details { grid-template-columns: 1fr; }
  .visit-details div, .visit-details div:nth-child(odd) { padding-right: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .sign-list, .work-grid, .step-list { grid-template-columns: 1fr; }
  .triage-btn:hover { transform: none; }
  .call-number { font-stretch: 106%; font-size: clamp(2rem, 11vw, 3rem); }
  .mobile-call {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: var(--ink); box-shadow: 0 -8px 24px -12px rgba(21, 23, 26, .6);
  }
  .mobile-call .btn { width: 100%; min-height: 52px; font-size: 1.1rem; }
}

/* ======================================================================
   r6 additions (2026-09-22): duotone background device, accordion problem
   picker, interior page header, breadcrumbs, prose, FAQ, 5-column footer.
   Same tokens, radius and type as above.
   ====================================================================== */

/* ---------- Duotone background device ----------
   ::before = heavily cropped grayscale photo, masked so it fades in from one side.
   ::after  = ink/red colour layers + halftone dots, multiplied over the photo.
   The band's own background is white so masked-out areas multiply to the pure
   overlay colour (solid ink or solid Parker red). Text always sits on the solid side. */
.dt { position: relative; isolation: isolate; }
.dt::before, .dt::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.dt::before {
  z-index: -2;
  background: var(--dt-img) var(--dt-pos, 60% 50%) / cover no-repeat;
  filter: grayscale(1) contrast(1.45) brightness(1.05);
  -webkit-mask-image: linear-gradient(90deg, transparent 30%, #000 78%);
          mask-image: linear-gradient(90deg, transparent 30%, #000 78%);
}
.dt::after { z-index: -1; mix-blend-mode: multiply; }
.dt-sewer  { --dt-img: url("img/sewer-camera-1536.webp"); --dt-pos: 70% 55%; }
.dt-heater { --dt-img: url("img/water-heater-1536.webp"); --dt-pos: 45% 40%; }
.dt-sink   { --dt-img: url("img/kitchen-sink-1536.webp"); --dt-pos: 50% 60%; }
.dt-van    { --dt-img: url("img/van-1536.webp"); --dt-pos: 55% 50%; }
.dt-dig    { --dt-img: url("img/excavator-1536.webp"); --dt-pos: 50% 45%; }
@media (max-width: 800px) {
  .dt-sewer  { --dt-img: url("img/sewer-camera-800.webp"); }
  .dt-heater { --dt-img: url("img/water-heater-800.webp"); }
  .dt-sink   { --dt-img: url("img/kitchen-sink-800.webp"); }
  .dt-van    { --dt-img: url("img/van-800.webp"); }
  .dt-dig    { --dt-img: url("img/excavator-800.webp"); }
}

/* Ink bands (problem picker, interior page headers): red duotone photo on the right. */
.dt-ink { background: var(--white); color: var(--white); }
.dt-ink::after {
  background:
    radial-gradient(rgba(21, 23, 26, .55) 1px, transparent 1.6px) 0 0 / 5px 5px,
    linear-gradient(90deg, var(--ink) 0 34%, rgba(21, 23, 26, .5) 62%, rgba(21, 23, 26, .12)),
    linear-gradient(var(--red), var(--red));
}
/* Red band (call band): photo multiplies into Parker red on the right. */
.dt-red { background: var(--white); }
.dt-red::before { -webkit-mask-image: linear-gradient(90deg, transparent 38%, #000 90%); mask-image: linear-gradient(90deg, transparent 38%, #000 90%); filter: grayscale(1) contrast(1.25) brightness(1.35); }
.dt-red::after {
  background:
    radial-gradient(rgba(21, 23, 26, .28) 1px, transparent 1.6px) 0 0 / 5px 5px,
    linear-gradient(var(--red), var(--red));
}

/* Home problem picker, variant A (chosen): photo anchored right, fading into solid ink. */
.triage.dt-ink { background: var(--white); }
/* Variant B (kept for comparison, body.dt-b): full-bleed halftone texture at low strength. */
.dt-b .triage.dt::before { -webkit-mask-image: none; mask-image: none; }
.dt-b .triage.dt-ink::after {
  background:
    radial-gradient(rgba(21, 23, 26, .6) 1.2px, transparent 2px) 0 0 / 7px 7px,
    linear-gradient(rgba(21, 23, 26, .86), rgba(21, 23, 26, .86)),
    linear-gradient(var(--red), var(--red));
}

@media (max-width: 800px) {
  /* Narrow screens: text spans the full width, so the photo sits behind a much stronger ink layer. */
  .dt::before { -webkit-mask-image: linear-gradient(180deg, transparent 20%, #000 100%); mask-image: linear-gradient(180deg, transparent 20%, #000 100%); }
  .dt-ink::after {
    background:
      radial-gradient(rgba(21, 23, 26, .55) 1px, transparent 1.6px) 0 0 / 5px 5px,
      linear-gradient(180deg, var(--ink) 0 30%, rgba(21, 23, 26, .72)),
      linear-gradient(var(--red), var(--red));
  }
}

/* ---------- Problem picker: accordion (r6) ---------- */
.pick-list { grid-area: options; display: grid; gap: 10px; align-content: start; }
.pick-h { margin: 0; font: inherit; }
.pick .triage-btn[aria-expanded="true"] { background: var(--red); border-color: var(--red); border-radius: var(--radius) var(--radius) 0 0; transform: none; }
.pick .triage-btn[aria-expanded="true"]::after { content: "\2212"; color: var(--white); }
.pick-warn .triage-btn[aria-expanded="true"] { background: #7a4f00; border-color: #e0a000; }
.pick-panel { display: grid; grid-template-rows: 1fr; }
.pick-inner { overflow: hidden; }
.pick-card {
  background: var(--white); color: var(--ink);
  border-radius: 0 0 var(--radius) var(--radius);
  padding: 20px 20px 22px;
}
.pick-warn .pick-card { border-top: 6px solid #e0a000; }
.pick-card .result-label { margin-bottom: 8px; }
.pick-card p + p { margin-top: 10px; }
.pick-body { color: var(--ink-2); }
.pick-step { font-weight: 600; }
.pick-steps { counter-reset: s; display: grid; gap: 6px; margin-top: 10px; }
.pick-steps li { counter-increment: s; display: grid; grid-template-columns: 26px 1fr; gap: 6px; font-weight: 600; }
.pick-steps li::before { content: counter(s); font-family: var(--mono); color: #7a4f00; }
.pick-card .result-actions { margin-top: 18px; }
/* Collapsed state only when JS runs; without JS every answer stays visible. */
.js .pick-panel { grid-template-rows: 0fr; visibility: hidden; transition: grid-template-rows .38s var(--ease), visibility 0s linear .38s; }
.js .pick.open .pick-panel { grid-template-rows: 1fr; visibility: visible; transition: grid-template-rows .38s var(--ease), visibility 0s; }
.js .pick-card { transform: translateY(-10px); opacity: 0; transition: transform .38s var(--ease), opacity .25s; }
.js .pick.open .pick-card { transform: none; opacity: 1; }
.triage-cta .result-title { font-size: clamp(1.35rem, 2vw, 1.8rem); }

/* ---------- Interior page header ---------- */
.page-hero { padding-block: clamp(28px, 4vw, 48px) clamp(48px, 7vw, 96px); overflow: hidden; }
.page-hero-inner { max-width: 820px; }
.page-hero h1 { font-size: clamp(2.1rem, 4.4vw, 4rem); line-height: 1; }
.page-hero .h1-accent { color: var(--red-on-ink); }
.page-hero .hero-sub { color: #d9dde0; max-width: 46ch; }
.page-hero .kicker { color: var(--ink-soft); }
.btn-line-light { border-color: var(--white); color: var(--white); background: transparent; }
.btn-line-light:hover { background: var(--white); color: var(--ink); }
.page-hero :focus-visible { outline-color: var(--white); }

.crumbs { margin-bottom: 26px; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 4px 0; font-size: .92rem; font-weight: 600; color: var(--ink-soft); }
.crumbs li + li::before { content: "/"; font-family: var(--mono); margin-inline: 10px; color: #6d747b; }
.crumbs a { text-decoration: none; color: var(--ink-soft); }
.crumbs a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.crumbs [aria-current] { color: var(--white); }

/* ---------- Prose sections (location, about, service-area pages) ---------- */
.prose-sec { padding-block: clamp(56px, 8vw, 104px); }
.prose-sec + .prose-sec { padding-top: 0; }
.prose-sec.band { background: var(--white); border-block: 1px solid var(--line); padding-block: clamp(56px, 8vw, 104px); }
.prose-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 6vw, 96px); }
.prose-grid h2, .faq h2, .area-sec h2 {
  font-family: var(--display); font-weight: 820; font-stretch: 114%;
  font-size: clamp(1.9rem, 3.6vw, 3rem); line-height: 1.04; letter-spacing: -.02em;
}
.prose > * + * { margin-top: 18px; }
.prose p, .prose li { color: var(--ink-2); max-width: 64ch; }
.prose h3 { font-family: var(--display); font-weight: 760; font-stretch: 108%; font-size: 1.35rem; line-height: 1.2; margin-top: 32px; }
.prose ul { display: grid; gap: 8px; }
.prose ul li { padding-left: 22px; position: relative; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .72em; width: 10px; height: 2px; background: var(--red); }
.prose a { font-weight: 600; text-decoration-color: var(--red); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.prose a:hover { color: var(--red-dark); }
.note { font-family: var(--mono); font-size: .8rem; letter-spacing: .02em; color: var(--steel); }

/* Area cards (service-area hub) */
.area-sec { padding-block: clamp(56px, 8vw, 104px); }
.area-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 36px; }
.area-grid .svc-body p { color: var(--steel); }
.area-drive { font-family: var(--mono); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--red-dark); }

/* FAQ */
.faq { padding-block: clamp(56px, 8vw, 104px); }
.faq-list { margin-top: 32px; border-top: 2px solid var(--ink); max-width: 900px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
  padding: 20px 0; cursor: pointer; list-style: none;
  font-family: var(--display); font-weight: 740; font-stretch: 106%; font-size: 1.2rem; line-height: 1.3;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--mono); color: var(--red); font-size: 1.3rem; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 0 22px; color: var(--ink-2); max-width: 70ch; }

/* Contact block */
.contact-big { font-family: var(--display); font-weight: 860; font-stretch: 118%; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1; text-decoration: none; letter-spacing: -.02em; }
.contact-big:hover { color: var(--red-dark); }

@media (max-width: 1080px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .area-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  .prose-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .area-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .pick-card { padding: 18px 16px 20px; }
  .pick-card .result-actions .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .js .pick-panel, .js .pick-card { transition: none; transform: none; }
}
.signs-lead { margin-top: 18px; color: var(--steel); max-width: 42ch; }
.work-intro { margin-top: 16px; color: var(--steel); max-width: 60ch; }
.visit-main .text-link { margin-top: 22px; }
.area-sec .note { margin-top: 16px; }

/* ======================================================================
   r7 (2026-09-22): reviews ask, review card, book-a-visit, flexibility
   scale, careers, and new inner-page blocks (timeline, compare, guide,
   side-heading FAQ, related cards). Same tokens, radius and type.
   ====================================================================== */

/* Tighter vertical rhythm (about 15% less than r6 at desktop). */
.signs, .work, .steps, .prose-sec, .prose-sec.band, .family, .faq, .tl, .cmp, .guide, .reviews, .book, .flex, .guarantee, .pay, .apply, .jobs-cta {
  padding-block: clamp(48px, 7vw, 92px);
}
/* Two paper sections in a row: do not stack both paddings. */
:is(.signs, .cmp, .tl, .steps, .guide, .book, .apply, .area-sec, .guarantee, .prose-sec:not(.band)) + :is(.signs, .cmp, .tl, .steps, .guide, .book, .apply, .related, .visit, .prose-sec:not(.band)) { padding-top: 0; }
.related { padding-block: clamp(44px, 6vw, 80px); }

/* Shared section heading size for the new blocks */
.tl h2, .cmp h2, .guide h2, .reviews h2, .book h2, .guarantee h2, .pay h2, .apply h2, .jobs-cta h2 {
  font-family: var(--display); font-weight: 820; font-stretch: 114%;
  font-size: clamp(1.9rem, 3.6vw, 3rem); line-height: 1.04; letter-spacing: -.02em;
}

/* Header: Book a visit link, and Service area hidden where the bar is tight */
.site-nav a.nav-book { color: var(--red-dark); background-size: 100% 2px; }
@media (min-width: 961px) and (max-width: 1199px) {
  .site-nav .nav-opt { display: none; }
  .site-nav { gap: 20px; }
}

/* Related cards: one line of help under each link */
.rel-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; margin-top: 24px; }
.rel-card {
  display: flex; flex-direction: column; gap: 6px; min-height: 100%;
  padding: 18px 20px 20px; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--ink);
  border-radius: var(--radius); text-decoration: none;
  transition: border-color .2s, transform .25s var(--ease);
}
.rel-card:hover { border-top-color: var(--red); transform: translateY(-2px); }
.rel-title { display: block; font-weight: 700; font-stretch: 104%; font-size: 1.05rem; line-height: 1.3; }
.rel-title .icon { vertical-align: -2px; margin-left: 4px; }
.rel-title .icon { color: var(--red); transition: transform .2s var(--ease); }
.rel-card:hover .rel-title .icon { transform: translateX(4px); }
.rel-desc { color: var(--steel); font-size: .95rem; line-height: 1.45; }

/* Visit timeline: heading left (sticky), steps on a rail right */
.tl-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 6vw, 96px); align-items: start; }
.tl-head { position: sticky; top: 120px; }
.tl-lead { margin-top: 18px; color: var(--steel); max-width: 40ch; }
.tl-list { counter-reset: tl; position: relative; }
.tl-list::before { content: ""; position: absolute; left: 19px; top: 20px; bottom: 20px; width: 2px; background: var(--line); }
.tl-list li { counter-increment: tl; position: relative; padding: 0 0 30px 64px; }
.tl-list li:last-child { padding-bottom: 0; }
.tl-list li::before {
  content: counter(tl); position: absolute; left: 0; top: -4px;
  width: 40px; height: 40px; display: grid; place-items: center;
  background: var(--ink); color: var(--white); border-radius: 50%;
  font-family: var(--mono); font-size: .95rem;
  box-shadow: 0 0 0 6px var(--paper);
}
.tl-list li:last-child::before { background: var(--red); }
.tl-list h3 { font-family: var(--display); font-weight: 760; font-stretch: 108%; font-size: 1.3rem; line-height: 1.2; }
.tl-list p { margin-top: 6px; color: var(--ink-2); max-width: 56ch; }

/* Compare: two decision panels */
.cmp-lead { margin-top: 16px; color: var(--steel); max-width: 60ch; }
.cmp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.cmp-panel { border-radius: var(--radius); padding: clamp(22px, 3vw, 36px); }
.cmp-a { background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--ink); }
.cmp-b { background: var(--ink); color: var(--white); border-top: 5px solid var(--red); }
.cmp-panel h3 { font-family: var(--display); font-weight: 780; font-stretch: 108%; font-size: 1.35rem; line-height: 1.2; }
.cmp-panel ul { display: grid; gap: 12px; margin-top: 18px; }
.cmp-panel li { position: relative; padding-left: 24px; line-height: 1.45; }
.cmp-panel li::before { content: ""; position: absolute; left: 0; top: .55em; width: 9px; height: 9px; border-radius: 1px; background: var(--ink); }
.cmp-b li::before { background: var(--red-on-ink); }
.cmp-b li { color: #e3e6e8; }
.cmp-foot { margin-top: 20px; max-width: 70ch; font-weight: 600; }

/* Emergency guide: 5 tiles, first one wide */
.guide-lead { margin-top: 16px; color: var(--steel); max-width: 52ch; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 32px; }
.guide-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 22px 24px; }
.guide-item:first-child { grid-column: span 2; border-left: 6px solid var(--red); }
.guide-item:nth-child(4) { background: var(--ink); color: var(--white); border-color: var(--ink); }
.guide-item:nth-child(4) p { color: #d9dde0; }
.guide-item h3 { font-family: var(--display); font-weight: 780; font-stretch: 108%; font-size: 1.25rem; line-height: 1.2; }
.guide-item:first-child h3 { font-size: 1.55rem; }
.guide-item p { margin-top: 8px; color: var(--ink-2); }

/* Side-heading FAQ on a white band */
.faq { background: var(--white); border-block: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(28px, 6vw, 96px); align-items: start; }
.faq-head { position: sticky; top: 120px; }
.faq-head p { margin-top: 16px; color: var(--steel); max-width: 34ch; }
.faq-head .text-link { margin-top: 18px; }
.faq-grid .faq-list { margin-top: 0; max-width: none; }
.faq details p { font-size: 1.02rem; }

/* Reviews ask */
.reviews { background: var(--white); border-block: 1px solid var(--line); }
.reviews-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(28px, 6vw, 96px); align-items: center; }
.reviews-ask p { margin-top: 18px; color: var(--steel); max-width: 46ch; font-size: 1.1rem; }
.reviews-ask .btn { margin-top: 28px; }
.reviews-ask .reviews-also { margin-top: 18px; font-size: 1rem; }
.reviews-also a { font-weight: 700; color: var(--ink); text-decoration-color: var(--red); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.reviews-how { counter-reset: rv; display: grid; gap: 0; border-top: 2px solid var(--ink); }
.reviews-how li { counter-increment: rv; display: grid; grid-template-columns: 52px 1fr; gap: 4px 12px; padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--steel); line-height: 1.5; }
.reviews-how li::before {
  content: counter(rv); grid-row: span 2;
  font-family: var(--display); font-weight: 860; font-stretch: 125%; font-size: 2.2rem; line-height: 1; color: var(--red);
}
.reviews-how strong { color: var(--ink); font-weight: 700; }
.quote blockquote { margin: 0; }

/* Book a visit: copy left, a dashed slot right (the future booking widget lives there) */
.book-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(28px, 6vw, 96px); align-items: center; }
.book-copy p { margin-top: 18px; color: var(--steel); max-width: 48ch; font-size: 1.1rem; }
.book-copy .btn { margin-top: 26px; }
.book-copy .book-small { margin-top: 14px; font-size: .95rem; }
.book-slot { border: 2px dashed #9aa1a8; border-radius: var(--radius); padding: clamp(20px, 3vw, 32px); background: color-mix(in srgb, var(--white) 60%, transparent); }
.book-steps { counter-reset: bk; display: grid; gap: 18px; }
.book-steps li { counter-increment: bk; display: grid; grid-template-columns: 40px 1fr; column-gap: 14px; color: var(--steel); line-height: 1.45; }
.book-steps li::before {
  content: counter(bk); grid-row: span 2; width: 40px; height: 40px; display: grid; place-items: center;
  border: 2px solid var(--ink); border-radius: 50%; font-family: var(--mono); color: var(--ink);
}
.book-steps span { display: block; color: var(--ink); font-weight: 700; font-stretch: 104%; font-size: 1.08rem; }


/* Careers */
.pay { background: var(--ink); color: var(--white); }
.pay-inner p { max-width: 56ch; }
.pay-inner p { margin-top: 16px; color: #d9dde0; font-size: 1.1rem; max-width: 56ch; }
.pay .note { color: var(--ink-soft); font-size: .8rem; }
.apply-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(28px, 6vw, 96px); align-items: center; }
.apply-grid > div > p { margin-top: 16px; color: var(--steel); max-width: 44ch; font-size: 1.1rem; }
.apply-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.jobs-cta { background: var(--ink); color: var(--white); }
.jobs-cta-inner p { margin-top: 14px; color: #d9dde0; max-width: 52ch; font-size: 1.1rem; }
.jobs-cta .text-link { margin-top: 20px; color: var(--white); border-bottom-color: var(--red-on-ink); }
.jobs-cta :focus-visible, .pay :focus-visible, .cmp-b :focus-visible { outline-color: var(--white); }
.footer-jobs { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--white); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--red-on-ink); padding-bottom: 2px; }

/* Review card page (print + iPad). No header, footer or call band. */
.card-page { background: var(--paper); padding: 0; }
.card-wrap { min-height: 100dvh; display: grid; place-items: center; align-content: center; gap: 16px; padding: 24px 16px 40px; }
.card-tools { width: min(640px, 100%); display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.review-card {
  width: min(640px, 100%); background: var(--white); border-top: 12px solid var(--red); border-radius: var(--radius);
  box-shadow: 0 24px 60px -30px rgba(21, 23, 26, .45);
  padding: clamp(28px, 6vw, 56px); text-align: center; display: grid; justify-items: center;
}
.card-logo { width: 150px; height: auto; }
.review-card h1 { margin-top: 24px; font-size: clamp(2rem, 6vw, 3.1rem); line-height: 1.02; }
.card-sub { margin-top: 14px; color: var(--steel); font-size: 1.1rem; max-width: 36ch; }
.qr-box {
  margin-top: 28px; width: min(300px, 72vw); aspect-ratio: 1; display: grid; place-content: center; gap: 6px;
  border: 3px dashed var(--ink); border-radius: var(--radius); background: var(--paper);
  font-family: var(--mono); text-transform: uppercase; letter-spacing: .04em; font-size: 1rem;
}
.qr-note { font-size: .72rem; color: var(--steel); padding-inline: 12px; text-align: center; }
.card-steps { counter-reset: cs; margin-top: 28px; display: grid; gap: 10px; text-align: left; }
.card-steps li { counter-increment: cs; display: grid; grid-template-columns: 34px 1fr; align-items: baseline; font-weight: 600; font-size: 1.1rem; }
.card-steps li::before { content: counter(cs); font-family: var(--display); font-weight: 860; font-stretch: 125%; font-size: 1.5rem; color: var(--red); }
.card-foot { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 16px; color: var(--steel); }
.card-foot strong { color: var(--ink); }
@media print {
  @page { size: letter; margin: 0.5in; }
  .card-page { background: #fff; }
  .card-tools { display: none; }
  .card-wrap { min-height: auto; padding: 0; }
  .review-card { box-shadow: none; border: 1px solid #ccc; border-top: 12px solid var(--red); -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}

/* r7 responsive */
@media (max-width: 1080px) {
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .guide-item:first-child { grid-column: 1 / -1; }
}
@media (max-width: 960px) {
  .tl-grid, .faq-grid, .reviews-grid, .book-grid, .apply-grid { grid-template-columns: 1fr; }
  .tl-head, .faq-head { position: static; }
}
@media (max-width: 640px) {
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact, .fact:nth-child(3) { padding: 20px 12px 20px 0; }
  .fact + .fact { border-top: 0; }
  .fact:nth-child(even) { border-left: 1px solid var(--line); padding-left: 14px; }
  .fact:nth-child(n+3) { border-top: 1px solid var(--line); }
  .fact-big { font-size: 2rem; flex-wrap: wrap; gap: 2px 8px; }
  .fact-word { font-size: 1.45rem; }
  .fact-note { font-size: .9rem; margin-top: 8px; }
  .cmp-grid, .guide-grid { grid-template-columns: 1fr; }
  .guide-item:first-child { grid-column: auto; }
  .rel-grid { grid-template-columns: 1fr; }
  .reviews-ask .btn, .book-copy .btn, .apply-actions .btn { width: 100%; }
  .card-tools .btn { width: auto; }
}
main > .signs + .tl.tl.tl, main > .cmp + .signs.signs.signs, main > .tl + .signs.signs.signs { border-top: 1px solid var(--line); padding-top: clamp(40px, 5vw, 64px); }
@media (max-width: 640px) {
  /* Home only: keep the mobile page shorter; the booking steps stay on Contact. */
  body:has(.flex-grid) .book-slot { display: none; }
}

/* ======================================================================
   r8 (2026-09-23): readability, stable picker art, trust + reviews,
   flexibility cards, guarantee. Same tokens and radius.
   ====================================================================== */

/* ---------- Type: wide/heavy only for short strings ----------
   Full-sentence headings drop to near-normal width and a lighter weight.
   Numbers, the phone number and the footer wordmark keep the wide cut. */
h1 { font-weight: 740; font-stretch: 104%; line-height: 1.06; letter-spacing: 0; }
.page-hero h1 { line-height: 1.06; }
.section-title { font-weight: 740; font-stretch: 104%; line-height: 1.06; letter-spacing: 0; }
.triage-intro h2 { font-weight: 740; font-stretch: 104%; line-height: 1.08; letter-spacing: 0; }
.visit-main h2, .family-copy h2,
.signs h2, .work h2, .steps h2, .related h2,
.prose-grid h2, .faq h2, .area-sec h2,
.tl h2, .cmp h2, .guide h2, .reviews h2, .book h2, .guarantee h2, .pay h2, .apply h2, .jobs-cta h2 {
  font-weight: 740; font-stretch: 104%; line-height: 1.08; letter-spacing: 0;
}
.result-title, .svc h3, .work-item h3, .step-list h3, .tl-list h3, .cmp-panel h3, .guide-item h3,
.prose h3, .urgent h2, .faq summary {
  font-weight: 720; font-stretch: 102%; letter-spacing: 0;
}
.review-card h1 { line-height: 1.08; }

/* Body copy: 17px desktop / 16px mobile, 1.6 line height, about 68ch max */
.prose p, .prose li, .faq details p { max-width: 68ch; }
.svc p { font-size: 1.0625rem; }
.fact-note { font-size: 1rem; }
.rel-desc { font-size: 1rem; }

/* Mono labels: bigger, only as short eyebrows */
.kicker, .fact-unit, .result-label, .also-title, .visit-details dt, .footer-head, .area-drive, .note, .trust-label, .who-title {
  font-size: .875rem; letter-spacing: .03em;
}

/* ---------- Problem picker: the background art keeps one fixed size ----------
   r7 bug: the art layer used inset:0, so opening an answer made the section taller and the
   cover-fit photo rescaled. Now the art is pinned to the top with a fixed height (--art-h,
   set once by app.js on load/resize, never on toggle). Below it the section is solid ink,
   and the art fades into that ink, so a taller section just shows more ink. */
.triage.dt { --art-h: clamp(760px, 62vw, 900px); }
.triage.dt-ink { background: linear-gradient(var(--white), var(--white)) top left / 100% var(--art-h) no-repeat, var(--ink); }
.triage.dt { overflow: clip; }
.triage.dt::before, .triage.dt::after { bottom: auto; height: min(var(--art-h), 100%); }
/* The photo itself also fades out at the bottom, so the ink below it matches exactly. */
.triage.dt::before {
  -webkit-mask-image: linear-gradient(90deg, transparent 30%, #000 78%), linear-gradient(180deg, #000 68%, transparent 97%);
  -webkit-mask-composite: source-in;
          mask-image: linear-gradient(90deg, transparent 30%, #000 78%), linear-gradient(180deg, #000 68%, transparent 97%);
          mask-composite: intersect;
}
/* Wide screens: enlarge the excavator photo and anchor it left, so the digger sits in the visible right side. */
@media (min-width: 801px) {
  .triage.dt-dig::before { background-size: max(150%, calc(var(--art-h) * 1.5)) auto; background-position: 0% 30%; }
}
.triage.dt-ink::after {
  background:
    linear-gradient(180deg, transparent 72%, var(--ink) 99%),
    radial-gradient(rgba(21, 23, 26, .55) 1px, transparent 1.6px) 0 0 / 5px 5px,
    linear-gradient(90deg, var(--ink) 0 34%, rgba(21, 23, 26, .5) 62%, rgba(21, 23, 26, .12)),
    linear-gradient(var(--red), var(--red));
}
@media (max-width: 800px) {
  .triage.dt { --art-h: 1080px; }
  .triage.dt::before {
    -webkit-mask-image: linear-gradient(180deg, transparent 20%, #000 70%, transparent 98%);
            mask-image: linear-gradient(180deg, transparent 20%, #000 70%, transparent 98%);
  }
  .triage.dt-ink::after {
    background:
      linear-gradient(180deg, transparent 80%, var(--ink) 99%),
      radial-gradient(rgba(21, 23, 26, .55) 1px, transparent 1.6px) 0 0 / 5px 5px,
      linear-gradient(180deg, var(--ink) 0 30%, rgba(21, 23, 26, .72)),
      linear-gradient(var(--red), var(--red));
  }
}

/* ---------- Facts: 4th fact links to Angi ---------- */
.fact-link { text-decoration: none; color: inherit; transition: background-color .2s; }
.fact-link:hover { background: var(--paper); }
.fact-link:hover .fact-go { text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.fact-star { width: .62em; height: .62em; color: var(--red); align-self: center; margin-left: -4px; }
.fact-go { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--red-dark); white-space: nowrap; }

/* ---------- Trust band ---------- */
.trust { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; padding-block: 18px; }
.trust-label { font-family: var(--mono); text-transform: uppercase; color: var(--steel); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-chip {
  display: inline-flex; align-items: center; gap: 12px; min-height: 56px; padding: 8px 18px 8px 14px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  text-decoration: none; line-height: 1.25; transition: border-color .2s, transform .25s var(--ease);
}
.trust-chip:hover { border-color: var(--ink); transform: translateY(-2px); }
.trust-chip strong { display: block; font-weight: 700; font-size: 1rem; }
.trust-sub { display: block; color: var(--steel); font-size: .9375rem; }
.trust-icon { width: 22px; height: 22px; color: var(--red); }

/* ---------- Reviews (verified Angi quotes) ---------- */
.reviews { background: var(--white); border-block: 1px solid var(--line); }
.reviews-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 12px 32px; }
.reviews-score { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; color: var(--steel); }
.reviews-num { font-family: var(--display); font-weight: 800; font-stretch: 112%; font-size: 2.2rem; line-height: 1; color: var(--ink); }
.stars { display: inline-flex; gap: 2px; color: var(--red); }
.stars .icon { width: 18px; height: 18px; }
.quote-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 32px; }
.quote { display: flex; flex-direction: column; gap: 14px; margin: 0; padding: 24px 24px 22px; background: var(--paper); border-radius: var(--radius); border-top: 4px solid var(--ink); }
.quote blockquote p { font-size: 1.0625rem; line-height: 1.6; color: var(--ink); }
.quote figcaption { margin-top: auto; display: grid; gap: 2px; font-size: .9375rem; color: var(--steel); }
.quote figcaption strong { color: var(--ink); font-size: 1rem; }
.reviews-more { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; margin-top: 28px; }
.reviews-more .reviews-also { color: var(--steel); }

/* ---------- Guarantee ---------- */
.guarantee-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(28px, 6vw, 96px); align-items: start; }
.guarantee-head p { margin-top: 16px; color: var(--steel); font-size: 1.1rem; max-width: 34ch; }
.guarantee-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.guarantee-list li { display: grid; gap: 14px; align-content: start; padding: 24px 22px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--red); border-radius: var(--radius); }
.g-icon { width: 30px; height: 30px; color: var(--red); }
.guarantee-list h3 { font-family: var(--display); font-weight: 720; font-stretch: 102%; font-size: 1.25rem; line-height: 1.2; }
.guarantee-list p { margin-top: 6px; color: var(--steel); }

/* ---------- Flexibility: three equal cards ---------- */
.flex { border-top: 1px solid var(--line); }
.flex-head { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.flex-head .section-title { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.flex-copy p { margin-top: 20px; color: var(--steel); font-size: 1.15rem; max-width: 52ch; }
.flex-photo .photo { aspect-ratio: 4 / 3; border-radius: var(--radius); }
.flex-photo img { object-position: 55% 60%; }
.flex-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: clamp(32px, 4vw, 52px); }
.flex-card { display: flex; flex-direction: column; gap: 12px; padding: clamp(22px, 2.4vw, 32px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.flex-icon { width: 34px; height: 34px; color: var(--red); }
.flex-card h3 { font-family: var(--display); font-weight: 720; font-stretch: 102%; font-size: clamp(1.3rem, 1.7vw, 1.55rem); line-height: 1.15; }
.flex-card p { color: var(--steel); }
.flex-links { margin-top: auto; padding-top: 8px; display: grid; border-top: 1px solid var(--line); }
.flex-links a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding-block: 6px; border-bottom: 1px solid var(--line); font-weight: 600; text-decoration: none; }
.flex-links li:last-child a { border-bottom: 0; }
.flex-links .icon { color: var(--red); transition: transform .2s var(--ease); }
.flex-links a:hover { color: var(--red-dark); }
.flex-links a:hover .icon, .flex-links a:focus-visible .icon { transform: translateX(4px); }
.who { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 28px; padding-top: 24px; border-top: 2px solid var(--ink); }
.who-title { font-family: var(--mono); text-transform: uppercase; color: var(--steel); }
.who-list { display: flex; flex-wrap: wrap; gap: 10px; }
.who-list a { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 16px; border: 1px solid var(--ink); border-radius: var(--radius); font-weight: 600; text-decoration: none; transition: background-color .2s, color .2s; }
.who-list a .icon { color: var(--red); }
.who-list a:hover, .who-list a:focus-visible { background: var(--ink); color: var(--white); }
.who-list a:hover .icon { color: var(--red-on-ink); }

/* Keyboard state matches hover */
.svc:focus-visible .svc-go .icon, .result-link:focus-visible .icon, .text-link:focus-visible .icon { transform: translateX(4px); }
.trust-chip:focus-visible { border-color: var(--ink); }

/* Footer links: 44px touch targets on phones */
@media (max-width: 640px) {
  .site-footer nav a { display: flex; align-items: center; min-height: 44px; padding-block: 0; }
}

@media (max-width: 1080px) {
  .quote-grid { grid-template-columns: 1fr 1fr; }
  .quote-grid .quote:nth-child(3) { grid-column: 1 / -1; }
  .guarantee-grid { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .flex-head { grid-template-columns: 1fr; }
  .flex-photo .photo { aspect-ratio: 16 / 9; }
  .flex-grid { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  .guarantee-list { grid-template-columns: 1fr; }
  .guarantee-list li { grid-template-columns: 30px 1fr; gap: 16px; }
}
@media (max-width: 640px) {
  .trust-row { flex-direction: column; align-items: stretch; }
  .trust-list { display: grid; grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-grid .quote:nth-child(3) { grid-column: auto; }
  .who { align-items: stretch; flex-direction: column; }
  .who-list { display: grid; grid-template-columns: 1fr; }
  .fact-link .fact-go { white-space: normal; }
}

/* r8 pass 2: polish after screenshot review */
h1, h2, h3, .result-title { text-wrap: balance; }
.fact-word { min-height: clamp(2.2rem, 3.6vw, 3.3rem); align-items: center; }
.flex-head .section-title { font-size: clamp(2rem, 3.6vw, 3.1rem); }
@media (max-width: 640px) {
  .fact-word { min-height: 2rem; }
  .trust-chip, .who-list a { display: flex; width: 100%; }
}
