/* =============================================================
   Key Sprint Locksmith — Glen Mills, PA
   Archetype: VELOCITY SPLIT.

   Deliberately not either sister site: All Seasons is dark navy +
   brass editorial, Deluxe is warm paper + gold industrial. This one
   is a COOL LIGHT ground (#f2f6fa) cut by full-bleed navy bands with
   sheared diagonal edges, orange used as the accelerator (pills,
   rules, numerals) and a sky-blue tint lifted from the cap in the
   logo. Pill buttons, 14px radius, motion read left-to-right —
   everything leans the way the runner in the mark is running.
   ============================================================= */

/* =============================================================
   0. Webfont — self-hosted, no third-party request
   ============================================================= */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* =============================================================
   1. Tokens
   ============================================================= */
:root {
  /* Navy — sampled from the logo plate (#083048) and lifted for screen */
  --navy:      #0b3350;
  --navy-2:    #0e4066;
  --navy-3:    #17557f;
  --navy-deep: #062338;

  /* Ink on light */
  --ink:       #0d1b26;
  --ink-2:     #33475a;
  --ink-3:     #5c7086;
  --ink-mute:  #7d8fa1;
  --ink-faint: #a7b6c4;

  /* Orange — the logo disc, exact. Two values: the disc colour for
     surfaces, and a darkened one that passes contrast as text on light. */
  --orange:      #f89028;
  --orange-2:    #ffa64a;
  --orange-deep: #b5620a;
  --orange-wash: #fff3e4;

  /* Sky — the cap in the mark. Informational, never a CTA. */
  --sky:      #2196d6;
  --sky-deep: #10608f;
  --sky-wash: #e9f4fb;

  /* Emergency accent */
  --alert:      #cc2f26;
  --alert-wash: #fdecea;

  /* Ground — cool, never warm, never pure white behind body copy */
  --paper:   #f2f6fa;
  --paper-2: #e8f0f6;
  --paper-3: #dce8f1;
  --card:    #ffffff;

  --line:      #dbe6ef;
  --line-2:    #c3d4e2;
  --line-ink:  rgba(11, 51, 80, 0.10);
  --line-on-navy: rgba(255, 255, 255, 0.14);

  --display: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --sans:    "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono:    ui-monospace, "SFMono-Regular", "Cascadia Mono", Consolas, monospace;

  --gutter: clamp(1.15rem, 4.5vw, 3.25rem);
  --maxw: 1210px;
  --maxw-narrow: 780px;

  --radius:    14px;
  --radius-sm: 10px;
  --radius-lg: 22px;
  --pill: 999px;

  --shadow-sm: 0 1px 2px rgba(11,51,80,.06), 0 2px 8px rgba(11,51,80,.05);
  --shadow:    0 2px 6px rgba(11,51,80,.06), 0 14px 34px rgba(11,51,80,.09);
  --shadow-lg: 0 6px 14px rgba(11,51,80,.08), 0 30px 70px rgba(11,51,80,.14);
  --shadow-orange: 0 8px 22px rgba(248,144,40,.34);

  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  --header-h: 80px;
}

/* =============================================================
   2. Reset & base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
}

body {
  font-family: var(--sans);
  font-size: 16.6px;
  line-height: 1.7;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

img, svg, video, iframe { display: block; max-width: 100%; }
img, svg, video { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--orange); color: var(--navy-deep); }

/* =============================================================
   3. Typography
   ============================================================= */
h1, h2, h3, h4, h5 {
  font-family: var(--display);
  color: var(--ink);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.026em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.3rem, 5.4vw, 3.95rem); letter-spacing: -0.032em; }
h2 { font-size: clamp(1.8rem, 3.7vw, 2.75rem); }
h3 { font-size: clamp(1.22rem, 2.1vw, 1.55rem); letter-spacing: -0.018em; }
h4 { font-size: 1.08rem; letter-spacing: -0.01em; }

p { text-wrap: pretty; }

/* The signature label: an orange speed-tick, then tracked caps */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .715rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--orange-deep);
  margin-bottom: .85rem;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: var(--orange);
  transform: skewX(-24deg);
}
.section--ink .eyebrow { color: var(--orange-2); }

.lede {
  font-size: clamp(1.06rem, 1.65vw, 1.26rem);
  line-height: 1.62;
  color: var(--ink-2);
  max-width: 64ch;
}
.section--ink .lede { color: rgba(233, 241, 248, .88); }

.muted { color: var(--ink-3); }
.section--ink .muted { color: rgba(216, 230, 242, .74); }
.gold { color: var(--orange-deep); }
.section--ink .gold { color: var(--orange-2); }
.note { font-size: .93rem; color: var(--ink-3); }
.mt-1 { margin-top: .6rem; } .mt-2 { margin-top: 1.2rem; } .mt-3 { margin-top: 2rem; }

/* =============================================================
   4. Layout
   ============================================================= */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: var(--maxw-narrow); }

.section { padding-block: clamp(3.6rem, 7vw, 6.4rem); position: relative; }
.section--tight { padding-block: clamp(2.6rem, 4.6vw, 4rem); }
.section--paper2 { background: var(--paper-2); }

/* The full-bleed navy band. Its top edge is sheared — the one move that
   carries the "sprint" idea through the whole page. The shear is drawn by a
   pseudo-element rather than clip-path on the section itself so the section's
   own background can still run edge to edge behind sticky elements. */
.section--ink {
  background: var(--navy);
  color: rgba(233, 241, 248, .9);
  isolation: isolate;
  overflow: hidden;
}
.section--ink::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255,255,255,.05) 0 1px, transparent 1px 92px),
    linear-gradient(160deg, var(--navy-2) 0%, var(--navy) 46%, var(--navy-deep) 100%);
  opacity: 1;
}
/* Two faint orange speed streaks, angled the way the runner runs. */
.section--ink::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -6%;
  top: -22%;
  width: 46%;
  height: 145%;
  background: linear-gradient(100deg, transparent 0 42%, rgba(248,144,40,.11) 42% 47%,
              transparent 47% 62%, rgba(248,144,40,.07) 62% 65%, transparent 65%);
  transform: skewX(-16deg);
  pointer-events: none;
}
.section--ink h1, .section--ink h2, .section--ink h3, .section--ink h4 { color: #f4f8fc; }
.section--ink a:not(.btn) { color: var(--orange-2); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.section--ink a:not(.btn):hover { color: #ffc27a; }

.section-head { margin-bottom: clamp(1.9rem, 3.4vw, 3rem); max-width: 74ch; }
.section-head--split {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.4rem;
  max-width: none;
}
.section-title { margin-bottom: .7rem; }
.section-intro { max-width: 68ch; color: var(--ink-2); }
.section--ink .section-intro { color: rgba(226, 238, 248, .82); }

.layout-2col {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.4rem);
}
@media (min-width: 1000px) {
  .layout-2col { grid-template-columns: minmax(0, 1fr) 330px; align-items: start; }
}

.page-body { padding-block: clamp(2.6rem, 5vw, 4.4rem); }

.prose > * + * { margin-top: 1.05rem; }
.prose h2 {
  margin-top: 2.5rem;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.prose h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.prose h3 { margin-top: 1.9rem; }
.prose a { color: var(--sky-deep); text-decoration: underline; text-underline-offset: 2.5px; text-decoration-thickness: 1px; text-decoration-color: rgba(33,150,214,.42); }
.prose a:hover { color: var(--orange-deep); text-decoration-color: currentColor; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li + li { margin-top: .45rem; }
.prose strong { color: var(--ink); font-weight: 700; }

/* =============================================================
   5. Buttons — pills that lean forward
   ============================================================= */
.btn {
  --btn-bg: var(--card);
  --btn-fg: var(--navy);
  --btn-bd: var(--line-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .78rem 1.5rem;
  border: 1.5px solid var(--btn-bd);
  border-radius: var(--pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-weight: 800;
  font-size: .95rem;
  letter-spacing: -0.012em;
  line-height: 1.25;
  cursor: pointer;
  text-align: center;
  transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out),
              background-color .2s var(--ease-soft), border-color .2s var(--ease-soft),
              color .2s var(--ease-soft);
}
.btn:hover { transform: translateX(2px) translateY(-2px); }
.btn:active { transform: translateY(0); }

/* Primary. Named --gold across the shared templates for historical reasons;
   here it is the brand orange. Navy text on orange is the logo's own pairing
   and clears contrast comfortably. */
.btn--gold {
  --btn-bg: var(--orange);
  --btn-fg: var(--navy-deep);
  --btn-bd: var(--orange);
  box-shadow: var(--shadow-orange);
}
.btn--gold:hover { --btn-bg: var(--orange-2); --btn-bd: var(--orange-2); box-shadow: 0 12px 28px rgba(248,144,40,.42); }

.btn--ghost { --btn-bg: transparent; --btn-fg: var(--navy); --btn-bd: var(--line-2); }
.btn--ghost:hover { --btn-bd: var(--navy); --btn-bg: rgba(11,51,80,.05); }
/* Ghost buttons default to navy text, which is correct on the light ground.
   Every DARK surface that can contain one has to be listed here or the label
   is navy-on-navy and effectively invisible. `.page-head` was missing, so the
   "Request service" button rendered blank on all 1,478 non-home pages - the
   homepage looked fine only because its button sits inside `.hero`, which was
   already listed. Add new dark sections to BOTH of these selector lists. */
.section--ink .btn--ghost, .hero .btn--ghost, .page-head .btn--ghost,
.cta-band .btn--ghost, .mobile-menu .btn--ghost {
  --btn-fg: #eaf2f9;
  --btn-bd: rgba(255,255,255,.32);
}
.section--ink .btn--ghost:hover, .hero .btn--ghost:hover, .page-head .btn--ghost:hover,
.cta-band .btn--ghost:hover, .mobile-menu .btn--ghost:hover { --btn-bg: rgba(255,255,255,.1); --btn-bd: rgba(255,255,255,.6); }

.btn--onink { --btn-bg: rgba(255,255,255,.1); --btn-fg: #fff; --btn-bd: rgba(255,255,255,.34); }
.btn--onink:hover { --btn-bg: rgba(255,255,255,.18); --btn-bd: rgba(255,255,255,.6); }

.btn--lg { padding: .96rem 1.85rem; font-size: 1.02rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }

/* The little forward chevron used in text links */
.arw { display: inline-block; transition: transform .2s var(--ease-out); }
a:hover .arw { transform: translateX(4px); }

.tlink {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-weight: 800;
  color: var(--orange-deep);
  font-size: .95rem;
}
.tlink:hover { color: var(--navy); }
.section--ink .tlink { color: var(--orange-2); }
.section--ink .tlink:hover { color: #ffd0a0; }

/* =============================================================
   6. Header
   ============================================================= */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--orange); color: var(--navy-deep);
  padding: .8rem 1.3rem; border-radius: 0 0 var(--radius) 0; font-weight: 800;
}
.skip-link:focus { left: 0; }

.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(242, 246, 250, .88);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background-color .25s var(--ease-soft), border-color .25s var(--ease-soft),
              box-shadow .25s var(--ease-soft);
}
.site-header.is-scrolled {
  background: rgba(242, 246, 250, .96);
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px rgba(11,51,80,.07);
}

.header-inner {
  display: flex; align-items: center; gap: clamp(.7rem, 2vw, 1.7rem);
  min-height: var(--header-h);
}
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: clamp(148px, 19vw, 208px); height: auto; }

.nav { display: none; margin-left: auto; gap: clamp(.9rem, 1.9vw, 1.7rem); }
.nav a {
  position: relative;
  font-weight: 700; font-size: .95rem; color: var(--ink-2);
  padding-block: .45rem;
  transition: color .18s var(--ease-soft);
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 2.5px; border-radius: 2px; background: var(--orange);
  transition: right .26s var(--ease-out);
}
.nav a:hover { color: var(--navy); }
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }
.nav a[aria-current="page"] { color: var(--navy); }

.header-phone {
  display: none; font-weight: 800; color: var(--navy); font-size: 1rem;
  white-space: nowrap;
}
.header-phone:hover { color: var(--orange-deep); }
.header-cta { display: none; }

@media (min-width: 1024px) {
  .nav { display: flex; }
  .header-phone { display: inline-flex; }
  .header-cta { display: inline-flex; }
}

.nav-toggle {
  margin-left: auto;
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 42px; padding: 0 9px;
  background: var(--card); border: 1.5px solid var(--line-2); border-radius: var(--radius-sm);
  cursor: pointer;
}
.nav-toggle span { display: block; height: 2.5px; border-radius: 2px; background: var(--navy); transition: transform .25s var(--ease-out), opacity .18s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
@media (min-width: 1024px) { .nav-toggle { display: none; } }

/* Mobile menu — a SIBLING of <header>, never a child (the header's
   backdrop-filter would become its containing block and size it to 80px). */
.mobile-menu {
  position: fixed; inset: 0; z-index: 95;
  background: var(--navy);
  padding: calc(var(--header-h) + 1.4rem) var(--gutter) 2.4rem;
  overflow-y: auto;
  opacity: 0; visibility: hidden; transform: translateY(-10px);
  transition: opacity .25s var(--ease-soft), transform .3s var(--ease-out), visibility .25s;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu nav { display: grid; gap: .2rem; }
.mobile-menu nav a {
  display: block; padding: .95rem .2rem; font-size: 1.35rem; font-weight: 800;
  color: #f2f8fd; border-bottom: 1px solid var(--line-on-navy);
  letter-spacing: -0.02em;
}
.mobile-menu nav a:hover { color: var(--orange-2); }
.mobile-menu-foot { margin-top: 2rem; display: grid; gap: .8rem; }
.mobile-menu-hours { display: grid; gap: .3rem; margin-bottom: .7rem; }
.mobile-menu-hours > div { display: flex; justify-content: space-between; gap: 1rem; font-size: .95rem; color: rgba(226,238,248,.85); }
.mobile-menu-hours dt { font-weight: 600; }
.mobile-menu-hours dd { font-weight: 700; color: #fff; }
.mobile-menu-hours dd.closed { color: var(--ink-faint); font-weight: 600; }
.mobile-menu-note { font-size: .87rem; color: rgba(214,230,242,.7); text-align: center; }
html.menu-open, body.menu-open { overflow: hidden; }
@media (min-width: 1024px) { .mobile-menu { display: none; } }

/* =============================================================
   7. Hero
   ============================================================= */
.hero {
  position: relative;
  background: var(--navy-deep);
  color: #eaf2f9;
  padding-block: clamp(3rem, 7vw, 6rem) clamp(3.4rem, 8vw, 7rem);
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: linear-gradient(150deg, var(--navy-2) 0%, var(--navy) 42%, var(--navy-deep) 100%);
}
/* The speed streaks — the hero's signature. Angled, orange, low opacity. */
.hero::after {
  content: ""; position: absolute; z-index: -1; inset: -20% -10%;
  background:
    linear-gradient(102deg, transparent 0 30%, rgba(248,144,40,.13) 30% 33.5%, transparent 33.5% 41%,
                    rgba(248,144,40,.08) 41% 43%, transparent 43% 55%,
                    rgba(33,150,214,.10) 55% 57.5%, transparent 57.5%);
  transform: skewX(-14deg);
  pointer-events: none;
}

.hero-grid { display: grid; gap: clamp(2.2rem, 5vw, 3.6rem); align-items: center; }
@media (min-width: 980px) { .hero-grid { grid-template-columns: 1.05fr .95fr; } }

.hero h1 { color: #fff; }
.hero h1 em {
  font-style: normal;
  color: var(--orange);
  position: relative;
  white-space: nowrap;
}
.hero .lede { color: rgba(226, 238, 248, .88); margin-top: 1.15rem; }

.hero-badge {
  display: inline-flex; align-items: center; gap: .55rem;
  background: rgba(248,144,40,.14);
  border: 1px solid rgba(248,144,40,.38);
  color: var(--orange-2);
  padding: .42rem 1rem .42rem .75rem;
  border-radius: var(--pill);
  font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 1.3rem;
}
.hero-badge::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange); box-shadow: 0 0 0 4px rgba(248,144,40,.22);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.9rem; }

.hero-creds {
  display: flex; flex-wrap: wrap; gap: .55rem 1.5rem;
  margin-top: 2rem; padding-top: 1.5rem;
  border-top: 1px solid var(--line-on-navy);
  list-style: none; padding-left: 0;
}
.hero-creds li {
  display: flex; align-items: center; gap: .5rem;
  font-size: .93rem; font-weight: 600; color: rgba(226,238,248,.86);
}
.hero-creds li::before {
  content: ""; flex: 0 0 auto; width: 7px; height: 7px;
  background: var(--orange); transform: skewX(-22deg);
}

.hero-media { position: relative; }
.hero-media img {
  width: 100%; border-radius: var(--radius-lg);
  box-shadow: 0 30px 70px rgba(0,0,0,.44);
}
/* An orange rule that runs off the bottom-left corner, echoing the mark */
.hero-media::after {
  content: ""; position: absolute; left: -14px; bottom: 26px;
  width: 96px; height: 8px; border-radius: 4px;
  background: var(--orange); transform: skewX(-24deg);
}

/* =============================================================
   8. Trust bar
   ============================================================= */
.trustbar {
  background: var(--card);
  border-block: 1px solid var(--line);
}
.trustbar .wrap {
  display: grid; gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--line);
  padding-inline: 0;
}
@media (min-width: 860px) { .trustbar .wrap { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.trustbar div {
  background: var(--card);
  padding: 1.55rem clamp(1rem, 2.4vw, 1.9rem);
  display: flex; flex-direction: column; gap: .18rem;
}
.trustbar strong {
  font-family: var(--display); font-size: 1.02rem; font-weight: 800;
  color: var(--ink); letter-spacing: -0.02em;
}
.trustbar span { font-size: .875rem; color: var(--ink-3); }

/* =============================================================
   9. Cards
   ============================================================= */
.cards { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
.cards--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.cards--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 285px), 1fr)); }
.cards--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr)); }

.card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.3rem, 2.3vw, 1.8rem);
  overflow: hidden;
  transition: transform .26s var(--ease-out), box-shadow .26s var(--ease-out), border-color .26s var(--ease-soft);
}
/* The launch rule: an orange bar that shoots across the top on hover */
.card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 100%; height: 3.5px;
  background: linear-gradient(90deg, var(--orange), var(--orange-2));
  transition: right .38s var(--ease-out);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.card:hover::before { right: 0; }
.card h3 { margin-bottom: .5rem; }
.card p { font-size: .955rem; color: var(--ink-2); }
.card--gold { background: var(--orange-wash); border-color: rgba(248,144,40,.34); }
.card--gold::before { right: 0; }

.card-media { margin: calc(-1 * clamp(1.3rem, 2.3vw, 1.8rem)); margin-bottom: 1.15rem; }
.card-media img { width: 100%; aspect-ratio: 8 / 5; object-fit: cover; }

.card-link { display: flex; flex-direction: column; }
.card-link .tlink { margin-top: auto; padding-top: .95rem; }

.num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; flex: 0 0 auto;
  border-radius: 50%;
  background: var(--navy); color: var(--orange);
  font-family: var(--display); font-weight: 800; font-size: .88rem;
  letter-spacing: 0;
  margin-bottom: .85rem;
}
.card--gold .num { background: var(--orange); color: var(--navy-deep); }
.section--ink .num { background: var(--orange); color: var(--navy-deep); }

.tick {
  display: flex; align-items: flex-start; gap: .65rem;
  font-size: .95rem;
}
.tick::before {
  content: ""; flex: 0 0 auto; margin-top: .55rem;
  width: 8px; height: 8px; background: var(--orange); transform: skewX(-22deg);
}

/* =============================================================
   10. Service category blocks (homepage + category pages)
   ============================================================= */
.svc-cats { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
@media (min-width: 780px)  { .svc-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1180px) { .svc-cats { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.svc-cat {
  position: relative;
  display: flex; flex-direction: column;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.3rem, 2.2vw, 1.75rem);
  transition: transform .26s var(--ease-out), box-shadow .26s var(--ease-out), border-color .26s var(--ease-soft);
}
.svc-cat:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-2); }
.svc-cat h3 { margin-bottom: .45rem; font-size: 1.26rem; }
.svc-cat h3 a:hover { color: var(--orange-deep); }
.svc-cat > p { font-size: .93rem; color: var(--ink-3); }

.svc-list { list-style: none; padding: 0; margin: 1.05rem 0 0; display: grid; gap: .1rem; }
.svc-list li { border-top: 1px solid var(--line); }
.svc-list a {
  display: flex; align-items: center; justify-content: space-between; gap: .7rem;
  padding: .58rem 0; font-size: .93rem; font-weight: 600; color: var(--ink-2);
  transition: color .16s var(--ease-soft), padding-left .2s var(--ease-out);
}
.svc-list a::after { content: "\2192"; color: var(--ink-faint); transition: transform .2s var(--ease-out), color .16s; }
.svc-list a:hover { color: var(--navy); padding-left: .35rem; }
.svc-list a:hover::after { color: var(--orange); transform: translateX(3px); }
.svc-cat-more { margin-top: auto; padding-top: 1.1rem; }

/* =============================================================
   11. Steps
   ============================================================= */
.steps { list-style: none; padding: 0; display: grid; gap: clamp(1rem, 2vw, 1.4rem); counter-reset: step; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.steps li {
  position: relative;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem 1.35rem 1.35rem;
}
.steps li::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; top: -14px; left: 1.3rem;
  background: var(--orange); color: var(--navy-deep);
  font-family: var(--display); font-weight: 800; font-size: .82rem;
  padding: .3rem .7rem; border-radius: var(--pill);
  box-shadow: var(--shadow-orange);
}
.steps h3 { font-size: 1.08rem; margin-bottom: .4rem; margin-top: .35rem; }
.steps p { font-size: .93rem; color: var(--ink-3); }
.section--ink .steps li { background: rgba(255,255,255,.05); border-color: var(--line-on-navy); }
.section--ink .steps p { color: rgba(220,234,246,.78); }

/* =============================================================
   12. Aside (sidebar)
   ============================================================= */
.aside { display: grid; gap: 1.15rem; position: sticky; top: calc(var(--header-h) + 1.2rem); }
@media (max-width: 999px) { .aside { position: static; } }

.aside-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.35rem;
}
.aside-card h3 { font-size: 1.06rem; margin-bottom: .75rem; }
.aside-card--ink {
  background: var(--navy); border-color: var(--navy);
  color: rgba(228,240,250,.9);
}
.aside-card--ink h3 { color: #fff; }
.aside-card--ink .hours th { color: rgba(228,240,250,.82); }
.aside-card--ink .hours td { color: #fff; }
.aside-card--ink .hours tr + tr { border-top-color: var(--line-on-navy); }
.aside-card--ink .note { color: rgba(214,230,242,.72); }

.aside-links { list-style: none; padding: 0; display: grid; gap: .1rem; }
.aside-links li + li { border-top: 1px solid var(--line); }
.aside-card--ink .aside-links li + li { border-top-color: var(--line-on-navy); }
.aside-links a {
  display: flex; align-items: center; justify-content: space-between; gap: .6rem;
  padding: .55rem 0; font-size: .925rem; font-weight: 600;
  transition: padding-left .2s var(--ease-out), color .16s;
}
.aside-links a::after { content: "\2192"; color: var(--ink-faint); }
.aside-links a:hover { padding-left: .3rem; color: var(--orange-deep); }
.aside-card--ink .aside-links a:hover { color: var(--orange-2); }

/* =============================================================
   13. Hours table
   ============================================================= */
.hours { width: 100%; border-collapse: collapse; font-size: .93rem; }
.hours tr + tr { border-top: 1px solid var(--line); }
.hours th { text-align: left; font-weight: 600; color: var(--ink-3); padding: .5rem 0; }
.hours td { text-align: right; font-weight: 700; color: var(--ink); padding: .5rem 0; }
.hours td.closed, .hours dd.closed { color: var(--ink-mute); font-weight: 600; }

/* =============================================================
   14. Breadcrumbs
   ============================================================= */
.crumbs {
  display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .55rem;
  list-style: none; padding: 0; margin-bottom: 1.4rem;
  font-size: .845rem; color: var(--ink-3);
}
.crumbs li { display: flex; align-items: center; gap: .55rem; }
.crumbs li:not(:last-child)::after { content: "/"; color: var(--ink-faint); }
.crumbs a { font-weight: 600; }
.crumbs a:hover { color: var(--orange-deep); text-decoration: underline; text-underline-offset: 2px; }
.crumbs [aria-current="page"] { color: var(--ink); font-weight: 700; }

/* =============================================================
   15. Page head
   ============================================================= */
.page-head {
  position: relative;
  background: var(--navy);
  color: rgba(230, 240, 249, .9);
  padding-block: clamp(2rem, 4.2vw, 3.4rem) clamp(2.4rem, 5vw, 4rem);
  overflow: hidden;
  isolation: isolate;
}
.page-head::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: linear-gradient(145deg, var(--navy-2) 0%, var(--navy) 50%, var(--navy-deep) 100%);
}
.page-head::after {
  content: ""; position: absolute; z-index: -1; right: -8%; top: -30%;
  width: 40%; height: 160%; transform: skewX(-15deg); pointer-events: none;
  background: linear-gradient(100deg, transparent 0 46%, rgba(248,144,40,.12) 46% 50%,
              transparent 50% 68%, rgba(33,150,214,.10) 68% 71%, transparent 71%);
}
.page-head h1 { color: #fff; }
.page-head .lede { color: rgba(226, 238, 248, .87); margin-top: 1rem; }
.page-head .crumbs { color: rgba(206, 224, 238, .74); }
.page-head .crumbs a { color: rgba(226, 238, 248, .9); }
.page-head .crumbs a:hover { color: var(--orange-2); }
.page-head .crumbs [aria-current="page"] { color: #fff; }
.page-head .crumbs li:not(:last-child)::after { color: rgba(255,255,255,.4); }

.page-head-grid { display: grid; gap: clamp(1.8rem, 4vw, 3rem); align-items: center; }
@media (min-width: 940px) { .page-head-grid { grid-template-columns: 1.15fr .85fr; } }
.page-head-media img {
  width: 100%; border-radius: var(--radius-lg); object-fit: cover;
  aspect-ratio: 8 / 5;
  box-shadow: 0 24px 56px rgba(0,0,0,.42);
}

/* =============================================================
   16. FAQ
   ============================================================= */
.faq { display: grid; gap: .75rem; }
.faq details {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color .2s var(--ease-soft), box-shadow .2s var(--ease-soft);
}
.faq details[open] { border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.faq summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.25rem;
  font-family: var(--display); font-weight: 800; font-size: 1.03rem;
  color: var(--ink); cursor: pointer; list-style: none;
  letter-spacing: -0.016em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: 0 0 auto; margin-top: .38rem;
  width: 13px; height: 13px;
  border-right: 2.5px solid var(--orange); border-bottom: 2.5px solid var(--orange);
  transform: rotate(45deg); transition: transform .26s var(--ease-out);
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq summary:hover { color: var(--orange-deep); }
.faq .faq-body { padding: 0 1.25rem 1.25rem; }
.faq .faq-body p + p { margin-top: .8rem; }
.faq .faq-body a { color: var(--sky-deep); text-decoration: underline; text-underline-offset: 2.5px; }
.faq .faq-body a:hover { color: var(--orange-deep); }

/* =============================================================
   17. Request-service wizard
   ============================================================= */
.form-shell {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.4rem, 3vw, 2.2rem);
  box-shadow: var(--shadow);
}
.section--ink .form-shell { border-color: transparent; }

.form-steps {
  display: flex; gap: .45rem; list-style: none; padding: 0; margin-bottom: 1.6rem;
}
.form-steps li {
  flex: 1; height: 5px; border-radius: 3px; background: var(--paper-3);
  transition: background-color .3s var(--ease-soft);
}
.form-steps li.is-active { background: var(--orange); }
.form-steps li.is-done { background: var(--navy-3); }

.fstep { display: none; }
.fstep.is-active { display: block; animation: fstep-in .32s var(--ease-out); }
@keyframes fstep-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }
.fstep h3 { margin-bottom: .35rem; outline: none; }
.fstep > p { font-size: .95rem; color: var(--ink-3); margin-bottom: 1.15rem; }

.opt-grid { display: grid; gap: .6rem; }
@media (min-width: 560px) { .opt-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.opt {
  display: flex; align-items: center; gap: .75rem; text-align: left;
  padding: .85rem 1rem;
  background: var(--paper); border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: .93rem; font-weight: 600; color: var(--ink-2); cursor: pointer;
  transition: border-color .18s, background-color .18s, transform .18s var(--ease-out);
}
.opt:hover { border-color: var(--orange); background: var(--orange-wash); transform: translateX(2px); }
.opt.is-selected { border-color: var(--orange); background: var(--orange-wash); color: var(--ink); }
.opt-num {
  flex: 0 0 auto; width: 27px; height: 27px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--navy); color: #fff; font-size: .72rem; font-weight: 800;
}
.opt.is-selected .opt-num { background: var(--orange); color: var(--navy-deep); }

.field { display: grid; gap: .35rem; margin-bottom: .95rem; }
.field label { font-size: .855rem; font-weight: 700; color: var(--ink); }
.field input, .field textarea, .field select {
  width: 100%;
  padding: .78rem .95rem;
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: .97rem;
  transition: border-color .18s, background-color .18s, box-shadow .18s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--orange); background: var(--card);
  box-shadow: 0 0 0 4px rgba(248,144,40,.16);
}
.field textarea { min-height: 104px; resize: vertical; }
.field .err { font-size: .82rem; color: var(--alert); display: none; }
.field.has-error input, .field.has-error textarea { border-color: var(--alert); background: var(--alert-wash); }
.field.has-error .err { display: block; }

.form-nav { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.15rem; }
.form-status { font-size: .9rem; margin-top: .85rem; }
.form-status.is-error { color: var(--alert); font-weight: 600; }
.form-done { text-align: center; padding: 1.4rem .5rem; }
.form-done .num { margin-inline: auto; width: 54px; height: 54px; font-size: 1.3rem; }

/* =============================================================
   18. County / city grids
   ============================================================= */
.county-grid { display: grid; gap: clamp(1.1rem, 2.2vw, 1.7rem); }
@media (min-width: 900px) { .county-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.county {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(1.3rem, 2.3vw, 1.75rem);
}
.county h3 { margin-bottom: .5rem; }
.county h3 a:hover { color: var(--orange-deep); }
.county > p { font-size: .93rem; color: var(--ink-3); margin-bottom: 1rem; }
.county ul {
  list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .4rem;
}
.county ul a {
  display: inline-block;
  padding: .34rem .72rem;
  background: var(--paper-2); border: 1px solid transparent;
  border-radius: var(--pill);
  font-size: .845rem; font-weight: 600; color: var(--ink-2);
  transition: background-color .16s, color .16s, border-color .16s;
}
.county ul a:hover { background: var(--orange-wash); border-color: rgba(248,144,40,.4); color: var(--orange-deep); }
.section--ink .county { background: rgba(255,255,255,.05); border-color: var(--line-on-navy); }
.section--ink .county ul a { background: rgba(255,255,255,.09); color: rgba(230,241,250,.9); }
.section--ink .county ul a:hover { background: var(--orange); color: var(--navy-deep); }

/* =============================================================
   19. Town photo + credit
   ============================================================= */
.photo-figure, .town-photo { margin: 0; }
.photo-figure img, .town-photo img {
  width: 100%; border-radius: var(--radius); object-fit: cover;
  aspect-ratio: 8 / 5;
}
.photo-figure figcaption, .town-photo figcaption {
  margin-top: .6rem; font-size: .845rem; color: var(--ink-3); line-height: 1.55;
}
.credit { display: block; font-size: .78rem; color: var(--ink-mute); margin-top: .2rem; }
.credit a { text-decoration: underline; text-underline-offset: 2px; }
.photo-pair { display: grid; gap: 1.1rem; }
@media (min-width: 760px) { .photo-pair { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* =============================================================
   20. Reviews (real Google reviews)
   ============================================================= */
.reviews { display: grid; gap: clamp(1rem, 2vw, 1.4rem); }
@media (min-width: 820px) { .reviews { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.review {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.5rem 1.4rem;
  display: flex; flex-direction: column; gap: .8rem;
}
.review blockquote { font-size: .97rem; color: var(--ink-2); line-height: 1.68; }
.review-head { display: flex; align-items: center; gap: .8rem; margin-top: auto; padding-top: .6rem; }
.review-avatar {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--navy); color: var(--orange);
  font-family: var(--display); font-weight: 800; font-size: 1rem;
}
.review-head strong { display: block; font-size: .93rem; color: var(--ink); font-weight: 800; }
.review-head span { font-size: .82rem; color: var(--ink-mute); }
.stars { display: inline-flex; gap: 2px; color: var(--orange); font-size: 1rem; letter-spacing: 1px; }
.gbp-link {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 800; color: var(--sky-deep); font-size: .95rem;
}
.gbp-link:hover { color: var(--orange-deep); }
.section--ink .gbp-link { color: var(--orange-2); }

/* =============================================================
   21. Map
   ============================================================= */
.map-embed {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); background: var(--paper-2);
  box-shadow: var(--shadow-sm);
}
.map-embed iframe { width: 100%; height: clamp(300px, 42vw, 460px); border: 0; display: block; }
.section--ink .map-embed { border-color: var(--line-on-navy); }

/* =============================================================
   22. CTA band
   ============================================================= */
.cta-band {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--navy-deep); color: rgba(230,241,250,.9);
}
.cta-band::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: linear-gradient(120deg, var(--navy-2) 0%, var(--navy-deep) 62%);
}
.cta-band::after {
  content: ""; position: absolute; z-index: -1; inset: -40% -6%;
  transform: skewX(-16deg); pointer-events: none;
  background: linear-gradient(102deg, transparent 0 58%, rgba(248,144,40,.13) 58% 62%,
              transparent 62% 74%, rgba(248,144,40,.08) 74% 76%, transparent 76%);
}
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.35rem); }
.cta-band p { color: rgba(222,236,247,.84); margin-top: .6rem; max-width: 58ch; }
.cta-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1.6rem;
}
.cta-inner .btn-row { margin-top: 0; }

/* =============================================================
   23. Footer
   ============================================================= */
.site-footer {
  background: var(--navy-deep);
  color: rgba(206, 224, 238, .8);
  padding-block: clamp(3rem, 5.5vw, 4.6rem) 1.8rem;
  font-size: .935rem;
}
.footer-grid { display: grid; gap: clamp(1.9rem, 3.4vw, 3rem); }
@media (min-width: 720px)  { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1060px) { .footer-grid { grid-template-columns: 1.35fr 1fr 1fr 1fr; } }

.flogo { width: 210px; height: auto; margin-bottom: 1.15rem; }
.site-footer address { font-style: normal; line-height: 1.8; }
.footer-phone {
  display: inline-block; font-family: var(--display);
  font-size: 1.42rem; font-weight: 800; color: #fff; letter-spacing: -0.028em;
  margin-bottom: .35rem;
}
.footer-phone:hover { color: var(--orange); }
.site-footer address a:not(.footer-phone) { color: rgba(216,232,245,.85); text-decoration: underline; text-underline-offset: 2.5px; }
.site-footer address a:not(.footer-phone):hover { color: var(--orange); }
.appointment-note {
  margin-top: 1rem; font-size: .87rem; color: rgba(196,216,232,.72);
  padding-left: .85rem; border-left: 3px solid var(--orange);
}
.site-footer h4 {
  color: #fff; font-size: .765rem; font-weight: 800;
  letter-spacing: .17em; text-transform: uppercase; margin-bottom: 1rem;
}
.site-footer ul { list-style: none; padding: 0; display: grid; gap: .48rem; }
.site-footer ul a { color: rgba(206,224,238,.82); transition: color .16s, padding-left .18s var(--ease-out); }
.site-footer ul a:hover { color: var(--orange); padding-left: .25rem; }
.site-footer .hours { font-size: .89rem; }
.site-footer .hours th { color: rgba(196,216,232,.72); }
.site-footer .hours td { color: #fff; }
.site-footer .hours tr + tr { border-top-color: var(--line-on-navy); }
.site-footer .hours td.closed { color: rgba(196,216,232,.6); }

.footer-bottom {
  margin-top: clamp(2.2rem, 4vw, 3.2rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-on-navy);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: .9rem;
  font-size: .855rem; color: rgba(190,212,230,.68);
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-bottom a:hover { color: var(--orange); }

/* Build credit. Deliberately quiet - it sits at the same weight as the legal
   links, brightening only on hover, so it reads as a signature rather than as
   advertising on the client's own footer.

   It takes a FULL ROW of its own at every width (flex-basis:100% inside the
   wrapping .footer-bottom) rather than becoming a third item in the
   space-between row. Three items in space-between would shove the legal nav
   into the middle of the bar, which reads as a mistake - and the credit
   deserves to be a deliberate signature line under the rest, not squeezed
   against it. */
.built-by {
  flex: 0 0 100%;
  display: inline-flex; align-items: center; gap: .5rem;
  margin-top: .3rem;
  color: rgba(190,212,230,.55);
  font-size: .8rem; letter-spacing: .01em;
  transition: color .18s var(--ease-soft), opacity .18s var(--ease-soft);
  opacity: .82;
}
.built-by img {
  width: 22px; height: auto; flex: none;
  opacity: .85;
  transition: opacity .18s var(--ease-soft), transform .18s var(--ease-soft);
}
.built-by-name { font-weight: 650; color: rgba(214,231,245,.72); }
.built-by:hover { opacity: 1; color: rgba(214,231,245,.85); }
.built-by:hover img { opacity: 1; transform: translateY(-1px); }
.built-by:hover .built-by-name { color: var(--orange); }

@media (max-width: 640px) {
  .footer-bottom { justify-content: flex-start; }
}

/* =============================================================
   24. Sticky mobile call bar
   ============================================================= */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  display: none; gap: 1px;
  background: var(--line-on-navy);
  box-shadow: 0 -6px 24px rgba(6,35,56,.22);
  padding-bottom: env(safe-area-inset-bottom);
}
.callbar a {
  flex: 1; text-align: center; padding: .95rem .6rem;
  font-weight: 800; font-size: .95rem;
}
.cb-call { background: var(--orange); color: var(--navy-deep); }
.cb-form { background: var(--navy); color: #fff; }
@media (max-width: 760px) {
  .callbar { display: flex; }
  body { padding-bottom: 62px; }
}

/* =============================================================
   25. Reveals
   INVARIANT: reduced-motion must never leave content invisible. Under
   the media query below everything is simply shown at once — Windows
   ships reduced-motion ON for a lot of users and a gated reveal would
   hand them a blank page.
   ============================================================= */
[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s var(--ease-out), transform .6s var(--ease-out);
}
[data-reveal].is-in { opacity: 1; transform: none; }
html.no-js [data-reveal] { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .fstep.is-active { animation: none; }
  .btn:hover, .card:hover, .svc-cat:hover, .opt:hover { transform: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* =============================================================
   26. Print
   ============================================================= */
@media print {
  .site-header, .mobile-menu, .callbar, .cta-band, .btn-row, .form-shell { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .section--ink, .page-head, .hero { background: #fff !important; color: #000 !important; }
  .section--ink h1, .section--ink h2, .page-head h1 { color: #000 !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}

/* Blog byline. The sister site's audit flagged posts for showing neither an
   author nor a date - both are trust signals a stranger looks for. */
.post-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: .45rem;
  font-size: .85rem; color: var(--ink-3);
  margin-bottom: 1.1rem; padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line);
}
.post-author { font-weight: 650; color: var(--navy); }

/* Licensed & Insured badge. Ships hidden (see BRAND.credentials) - styled
   now so that turning it on needs no CSS work later. */
.credential {
  display: inline-flex; align-items: center; gap: .45rem;
  margin-top: .7rem;
  font-size: .84rem; font-weight: 700; letter-spacing: .01em;
  color: rgba(226,238,248,.9);
}
.credential-tick {
  display: inline-grid; place-items: center;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--orange); color: var(--navy-deep);
  font-size: .7rem; font-weight: 900;
}
.page-body .credential { color: var(--navy); }
.page-body .credential-tick { background: var(--orange); color: #fff; }
