/* ============================================================
   LONDON CITY PLUMBERS — "The City Answers"
   Design system tokens + full stylesheet.
   LAWS (do not break):
   1. INSULATION RULE — red (--red) exists only inside white
      surfaces. .btn-red may only appear as a child of a
      .surface-white section or the white sticky-bar chassis.
      There is no legal markup that puts red on navy.
   2. RED-TYPE LAW — red-coloured TEXT only at >= 24px.
      White text on red fills: always 700 weight, >= 19px
      (WCAG large-bold threshold is 18.66px; 4.37:1 passes
      only in the large-text band — never drop below 19px).
   3. Body text is navy-on-white or white-on-navy. No greys.
   4. Stars are monochrome partial-fill, fifth star 70%.
      Never five full stars. (--star swap point: gradient defs
      #sfn / #sfw in the SVG sprite.)
   ============================================================ */

@font-face {
  font-family: 'Besley';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/besley-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Besley';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/besley-italic-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/public-sans-var.woff2') format('woff2');
}

:root {
  --navy: #1E285E;
  --royal: #29338B;
  --red: #ED1B30;
  --white: #FFFFFF;
  --hairline-w: rgba(30, 40, 94, 0.14);
  --hairline-n: rgba(255, 255, 255, 0.18);

  --display: 'Besley', Georgia, 'Times New Roman', serif;
  --sans: 'Public Sans', -apple-system, 'Segoe UI', Arial, sans-serif;

  --fs-h1: clamp(2.25rem, 5vw, 3.75rem);
  --fs-phone-display: clamp(2.5rem, 8vw, 4.5rem);
  --fs-crest-numeral: clamp(4.5rem, 10vw, 7.5rem);
  --fs-h2: clamp(1.75rem, 3.2vw, 2.5rem);
  --fs-pull: 1.3125rem;
  --fs-body: 1.0625rem;
  --fs-label: 0.9375rem;
  --fs-btn: 1.25rem; /* never below 19px — see LAW 2 */

  --section-pad: clamp(64px, 9vw, 120px);
  --content-w: 1200px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-bottom: 96px; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.6;
  color: var(--navy);
  background: var(--white);
}
h1, h2, h3, p, figure, ul { margin: 0; }
ul { padding: 0; list-style: none; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

:focus-visible { outline: 3px solid var(--royal); outline-offset: 2px; }
.surface-navy :focus-visible { outline-color: var(--white); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ---------- shared ---------- */
.wrap { max-width: var(--content-w); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.surface-white { background: var(--white); color: var(--navy); }
.surface-navy { background: var(--navy); color: var(--white); }
section { padding-top: var(--section-pad); padding-bottom: var(--section-pad); }
[id] { scroll-margin-top: 88px; }
@media (min-width: 1024px) { [id] { scroll-margin-top: 112px; } }

.skip-link {
  position: absolute; left: 12px; top: -80px; z-index: 60;
  background: var(--navy); color: var(--white); font-weight: 700;
  padding: 14px 22px; border-radius: 0 0 4px 4px; text-decoration: none;
}
.skip-link:focus-visible { top: 0; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 56px; padding: 12px 28px;
  font-family: var(--sans); font-size: var(--fs-btn); font-weight: 700;
  text-decoration: none; border-radius: 4px; border: 0; cursor: pointer;
}
.btn-red { background: var(--red); color: var(--white); } /* white surfaces only — see LAW 1 */
.btn-ghost-navy { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn-ghost-white { background: transparent; color: var(--white); border: 2px solid var(--white); }
.link-royal {
  color: var(--royal); font-weight: 600; text-underline-offset: 3px;
  min-height: 48px; display: inline-flex; align-items: center;
}
.link-tel-navy {
  color: var(--navy); font-family: var(--display); font-weight: 700;
  font-size: 1.25rem; text-decoration: none; border-bottom: 2px solid var(--navy);
  padding: 8px 0; display: inline-flex; align-items: center; min-height: 48px;
}
.link-tel-white {
  color: var(--white); font-family: var(--display); font-weight: 700;
  font-size: 1.25rem; text-decoration: none; border-bottom: 2px solid var(--white);
  padding: 8px 0; display: inline-flex; align-items: center; min-height: 48px;
}

/* Skyline seam device */
.seam svg, .areas-skyline svg, .footer-skyline svg, .crest-skyline svg { fill: currentColor; }
.seam { display: block; position: relative; height: 192px; overflow: hidden; }
.seam svg { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; }
.seam .sky-ghost { color: var(--royal); transform: translateY(-8px); }
.seam .sky-front { color: var(--navy); }
@media (max-width: 767px) { .seam { height: 64px; } }

/* Section heading */
.h2 { font-family: var(--display); font-weight: 700; font-size: var(--fs-h2); line-height: 1.15; }
.kerb-rule { width: 80px; height: 2px; background: var(--red); border: 0; margin: 20px 0 0; } /* red on white only */

/* ============================================================
   S1 HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: var(--white); color: var(--navy);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { border-bottom-color: var(--hairline-w); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 72px; max-width: var(--content-w);
  margin: 0 auto; padding: 8px 24px;
}
.header-logo img { width: 190px; height: 80px; object-fit: contain; }
.header-nav ul { display: flex; gap: 28px; }
.header-nav a {
  font-size: var(--fs-label); font-weight: 600; color: var(--navy);
  text-decoration: none; padding: 12px 2px; display: inline-block;
}
.header-nav a:hover { color: var(--royal); text-decoration: underline; text-underline-offset: 4px; }
.header-call { display: flex; align-items: center; gap: 12px; }
.header-tel {
  font-family: var(--display); font-weight: 700; font-size: 1.125rem;
  color: var(--navy); text-decoration: none; padding: 10px 4px; min-height: 48px;
  display: inline-flex; align-items: center; white-space: nowrap;
}
.chip-24 {
  font-size: 0.8125rem; font-weight: 600; color: var(--navy);
  border: 1px solid var(--navy); border-radius: 999px; padding: 4px 12px; white-space: nowrap;
}
.menu-btn {
  display: none; background: none; border: 2px solid var(--navy); border-radius: 4px;
  color: var(--navy); font: 600 0.9375rem var(--sans); padding: 10px 14px; min-height: 48px;
  cursor: pointer;
}
.mobile-nav { display: none; background: var(--white); border-top: 1px solid var(--hairline-w); }
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block; padding: 16px 24px; font-weight: 600; color: var(--navy);
  text-decoration: none; border-bottom: 1px solid var(--hairline-w); font-size: 1.0625rem;
}
@media (max-width: 1023px) {
  .header-nav { display: none; }
  .menu-btn { display: inline-flex; align-items: center; }
  .chip-24 { display: none; }
  .header-logo img { width: 150px; height: 63px; }
}
@media (max-width: 479px) {
  .header-tel { font-size: 1rem; }
  .header-logo img { width: 120px; height: 51px; }
}

/* ============================================================
   S2 HERO
   ============================================================ */
.hero-sky { background: var(--navy); color: var(--white); padding: clamp(32px, 7vw, 96px) 0 clamp(20px, 4vw, 48px); }
@media (max-width: 767px) {
  .hero-sky { padding: 28px 0 18px; }
  .hero-h1 { margin-top: 16px; }
  .hero-badge { margin-top: 16px; }
  .hero-street { padding-top: 28px; }
}
.status-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); color: var(--navy); border-radius: 999px;
  padding: 8px 18px; font-size: var(--fs-label); font-weight: 600;
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }
.hero-h1 {
  font-family: var(--display); font-weight: 800; font-size: var(--fs-h1);
  line-height: 1.08; letter-spacing: -0.005em; margin-top: 28px; max-width: 24ch;
}
.hero-h1 span { display: block; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-top: 28px; text-decoration: none; color: var(--white); padding: 6px 0; min-height: 48px;
}
.hero-badge:hover .badge-words { text-decoration: underline; text-underline-offset: 3px; }
.stars { display: inline-flex; gap: 4px; }
.stars svg { width: 22px; height: 22px; }
.badge-words { font-size: var(--fs-body); font-weight: 600; }
.badge-words .num { font-family: var(--display); font-weight: 900; font-size: 1.4em; }

.hero-street { background: var(--white); color: var(--navy); padding: clamp(40px, 5vw, 64px) 0 clamp(48px, 6vw, 72px); }
.plate-label { font-size: var(--fs-label); font-weight: 600; }
.brass-plate {
  display: inline-block; margin-top: 6px;
  font-family: var(--display); font-weight: 900; font-size: var(--fs-phone-display);
  letter-spacing: -0.01em; font-variant-numeric: lining-nums;
  color: var(--navy); text-decoration: none; line-height: 1.1;
  min-height: 64px; white-space: nowrap;
}
.plate-caption { margin-top: 4px; font-weight: 500; }
.cta-stack { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 32px; }

.doors { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-top: 48px; }
.door {
  position: relative; display: flex; align-items: flex-end;
  min-height: 96px; padding: 16px 20px; border-radius: 0;
  font-size: var(--fs-btn); font-weight: 700; color: var(--white); text-decoration: none;
}
.door::before {
  content: ''; position: absolute; top: 10px; left: 12px; right: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.door-red { background: var(--red); }      /* sits on the white plinth — LAW 1 holds */
.door-navy { background: var(--navy); }
.door-royal { background: var(--royal); }
.door:hover { filter: brightness(1.08); }
@media (max-width: 767px) {
  .doors { grid-template-columns: 1fr; margin-top: 36px; }
  .door { min-height: 72px; }
  .cta-stack .btn { width: 100%; }
  .cta-stack { gap: 14px; }
}

/* ============================================================
   S3 EMERGENCY
   ============================================================ */
.emergency-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); margin-top: 48px; }
.emergency-cols h3 { font-family: var(--sans); font-weight: 700; font-size: 1.25rem; }
.emergency-list { margin-top: 20px; }
.emergency-list li { position: relative; padding: 6px 0 6px 24px; font-weight: 500; }
.emergency-list li::before {
  content: ''; position: absolute; left: 0; top: 14px;
  width: 8px; height: 8px; background: var(--navy);
}
.wait-card {
  margin-top: 24px; border: 1px solid var(--hairline-w); padding: 18px 20px;
}
.wait-card strong { display: block; font-size: var(--fs-label); font-weight: 700; margin-bottom: 6px; }
.emergency-cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 48px; }
@media (max-width: 767px) {
  .emergency-cols { grid-template-columns: 1fr; }
  .emergency-cta .btn { width: 100%; }
}

/* ============================================================
   S4 PROCESS — tube-style route line
   ============================================================ */
.route { position: relative; margin-top: 64px; }
.route::before {
  content: ''; position: absolute; top: 7px; left: 8px; right: 8px;
  height: 3px; background: var(--royal);
}
.route ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; list-style: none; margin: 0; padding: 0; }
.route li { position: relative; padding-top: 36px; }
.route li::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--royal);
}
.route .station { font-family: var(--display); font-weight: 700; font-size: 1.125rem; line-height: 1.3; display: block; }
.route p { margin-top: 8px; opacity: 0.92; font-size: 1rem; }
.route-cta { margin-top: 48px; }
@media (max-width: 767px) {
  .route::before { top: 8px; bottom: 8px; left: 7px; right: auto; width: 3px; height: auto; }
  .route ol { grid-template-columns: 1fr; gap: 32px; }
  .route li { padding-top: 0; padding-left: 40px; }
}

/* ============================================================
   S5 TWO PILLARS
   ============================================================ */
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); position: relative; }
@media (min-width: 768px) {
  .pillars::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; border-left: 1px solid var(--hairline-w); }
}
.ledger { margin-top: 28px; }
.ledger li { border-bottom: 1px solid var(--hairline-w); }
.ledger li:first-child { border-top: 1px solid var(--hairline-w); }
.ledger .row { display: block; padding: 14px 2px; font-weight: 600; color: var(--navy); }
.pull-line { font-family: var(--display); font-style: italic; font-weight: 500; font-size: var(--fs-pull); margin-top: 28px; }
.slot-accreditation {
  margin-top: 28px; border: 1px dashed var(--hairline-w); border-radius: 4px;
  padding: 14px 18px; font-size: 0.875rem; font-weight: 600;
  opacity: 0.75; /* contrast floor — never below .75 (4.5:1 on white) */
}
.pillar-cta { margin-top: 32px; }
.plate-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 32px; }
.plate-row-full {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px; max-width: 920px; margin-top: clamp(48px, 6vw, 72px);
  align-items: start;
}
@media (max-width: 767px) { .pillars { grid-template-columns: 1fr; } }
@media (max-width: 479px) { .plate-row, .plate-row-full { grid-template-columns: 1fr; } }

/* Plates (framed photo mats) */
.plate {
  background: var(--white); padding: 14px 14px 10px;
  border: 2px solid var(--royal); display: inline-block; margin: 0;
  max-width: 100%;
}
.plate img { width: 100%; }
.plate .img-wrap { position: relative; }
.plate .img-wrap::after {
  content: ''; position: absolute; inset: 0;
  background: var(--navy); opacity: 0.12; mix-blend-mode: multiply; pointer-events: none;
}
.plate--duotone img { filter: grayscale(0.85); }
.plate--duotone .img-wrap::after { opacity: 0.45; }
.plate figcaption { padding: 12px 2px 4px; }
.plate .cap-lead { font-family: var(--display); font-style: italic; font-weight: 500; font-size: var(--fs-pull); line-height: 1.35; display: block; }
.plate .cap-fact { font-size: 0.875rem; font-weight: 600; display: block; margin-top: 4px; }
.plate-382 { max-width: min(414px, 100%); }
.plate-400 { max-width: min(432px, 100%); }
.plate-wide { max-width: 100%; }

/* ============================================================
   S6 REVIEW WALL
   ============================================================ */
.crest {
  display: block; max-width: 520px; margin: 72px auto 0;
  text-decoration: none; text-align: center; position: relative;
}
.crest-skyline { color: var(--royal); height: 72px; display: flex; justify-content: center; }
.crest-skyline svg { width: 280px; height: 72px; }
.crest-plate {
  display: block; background: var(--white); color: var(--navy); border: 2px solid var(--navy);
  padding: 36px 32px 28px; position: relative;
}
.crest-plate::after {
  content: ''; position: absolute; left: 24px; right: 24px; bottom: 12px;
  border-bottom: 2px solid var(--red); /* red rule on white plate — LAW 1 holds */
}
.crest .stars { justify-content: center; }
.crest .stars svg { width: 26px; height: 26px; }
.crest-num { font-family: var(--display); font-weight: 900; font-size: var(--fs-crest-numeral); line-height: 1; display: block; margin-top: 12px; }
.crest-words { font-weight: 600; display: block; margin-top: 6px; }
.crest-via { font-size: 0.8125rem; font-weight: 600; display: block; margin-top: 10px; opacity: 0.75; padding-bottom: 10px; }
.crest:hover .crest-words { text-decoration: underline; text-underline-offset: 3px; }

.wall-actions { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
.review-wall { margin-top: 48px; min-height: 40px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card {
  background: var(--white); color: var(--navy); border: 1px solid var(--hairline-w);
  padding: 20px 22px; border-radius: 4px;
}
.review-card .stars svg { width: 16px; height: 16px; }
.review-card .r-name { font-weight: 700; margin-top: 10px; }
.review-card .r-meta { font-size: 0.8125rem; font-weight: 600; opacity: 0.75; }
.review-card .r-text { margin-top: 10px; font-size: 0.9375rem; }
.review-card .r-via { font-size: 0.75rem; font-weight: 600; opacity: 0.7; margin-top: 12px; display: block; }
.wall-filters { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.chip-filter {
  background: transparent; color: var(--white); border: 1px solid var(--hairline-n);
  border-radius: 999px; padding: 8px 20px; font: 600 0.875rem var(--sans); cursor: pointer;
  min-height: 48px;
}
.chip-filter[aria-pressed="true"] { background: var(--white); color: var(--navy); }
.wall-more { display: block; margin: 36px auto 0; }
@media (max-width: 1023px) { .review-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 639px) { .review-grid { grid-template-columns: 1fr; } }

/* ============================================================
   S7 VAN BAND
   ============================================================ */
.van-band .plate { margin-top: 48px; }
.van-copy { margin-top: 28px; max-width: 62ch; }
.van-copy p + p { margin-top: 12px; }

/* ============================================================
   S8 AREAS
   ============================================================ */
.areas-band { position: relative; padding-top: 0; }
.areas-skyline { color: var(--royal); height: 180px; overflow: hidden; }
.areas-skyline svg { width: 100%; height: 100%; }
.areas-inner { padding-top: clamp(48px, 6vw, 80px); }
.plaques { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.plaque {
  border: 1px solid rgba(255, 255, 255, 0.35); color: var(--white);
  padding: 12px 22px; font-size: var(--fs-label); font-weight: 600; cursor: default;
}
.areas-note { margin-top: 32px; opacity: 0.92; max-width: 52ch; }
@media (max-width: 767px) { .areas-skyline { height: 90px; } }

/* ============================================================
   S9 QUOTE FORM
   ============================================================ */
.quote-lead { font-family: var(--display); font-weight: 500; font-style: italic; font-size: var(--fs-pull); margin-top: 16px; }
.quote-grid { display: grid; grid-template-columns: 3fr 2fr; gap: clamp(32px, 5vw, 64px); margin-top: 48px; }
.quote-form { border: 1px solid var(--hairline-w); border-radius: 4px; padding: clamp(24px, 4vw, 40px); }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: var(--fs-label); font-weight: 600; margin-bottom: 6px; }
.field input, .field select {
  width: 100%; font: 400 1rem var(--sans); color: var(--navy);
  border: 1px solid var(--navy); border-radius: 4px; padding: 13px 14px;
  background: var(--white); min-height: 48px;
}
.field input:focus, .field select:focus { outline: 3px solid var(--royal); outline-offset: 1px; }
.field .err { display: none; font-size: 0.875rem; font-weight: 600; color: var(--navy); margin-top: 6px; }
.field.invalid input, .field.invalid select { border: 2px solid var(--red); }
.field.invalid .err { display: block; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 8px; }
.form-reassure { margin-top: 14px; font-size: 0.9375rem; }
/* Live region: always rendered (never display:none) so injection announces reliably */
.form-success { display: block; font-weight: 500; }
.form-success.filled { padding: 24px; border: 2px solid var(--navy); border-radius: 4px; margin-top: 8px; }
.form-success strong { font-family: var(--display); font-size: 1.25rem; display: block; margin-bottom: 8px; }
.quote-aside .wait-card { margin-top: 0; }
@media (max-width: 900px) { .quote-grid { grid-template-columns: 1fr; } .form-actions .btn { width: 100%; } }

/* ============================================================
   S10 FOOTER
   ============================================================ */
.site-footer { background: var(--navy); color: var(--white); padding-top: var(--section-pad); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(32px, 5vw, 80px); align-items: start; }
.footer-logo img { width: 220px; height: 93px; object-fit: contain; }
.footer-nap { font-style: normal; }
.footer-nap p { margin: 0 0 6px; }
.footer-nap a {
  color: var(--white); text-decoration: none; font-weight: 600;
  display: inline-flex; align-items: center; min-height: 48px; padding: 4px 0;
}
.footer-nap a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-tel { font-family: var(--display); font-weight: 700; font-size: 1.375rem; }
.footer-review-link {
  color: var(--white); font-weight: 600; text-decoration: none;
  display: inline-flex; gap: 10px; align-items: center; padding: 6px 0; min-height: 48px;
}
.footer-review-link:hover span { text-decoration: underline; text-underline-offset: 3px; }
.footer-fine { margin-top: 48px; padding-bottom: 40px; font-size: 0.875rem; opacity: 0.92; }
.footer-skyline { color: var(--royal); height: 110px; margin-top: 24px; }
.footer-skyline svg { width: 100%; height: 100%; display: block; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr; } }

/* ============================================================
   S11 STICKY MOBILE CALL BAR
   ============================================================ */
.sticky-call {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: var(--white); border-top: 1px solid var(--hairline-w);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  display: none; gap: 10px; align-items: stretch;
  transform: translateY(110%); transition: transform 200ms ease;
}
.sticky-call.show { transform: translateY(0); }
.sticky-call .btn-red { flex: 1; }
.sticky-wa {
  width: 56px; min-width: 56px; height: 56px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--navy); border-radius: 4px; color: var(--navy); text-decoration: none;
}
.sticky-wa svg { width: 26px; height: 26px; }
@media (max-width: 767px) {
  body.has-sticky { padding-bottom: 88px; } /* reserved from first paint — zero CLS; only pages that render the bar */
  body.has-sticky .sticky-call { display: flex; }
}
