@charset "utf-8";
/* ===========================================================================
   Big Boyz Auto Center — Conyers, GA
   Auto repair + auto body, one shop on Old Covington Hwy.

   Palette: black, red and white — the owner's call. The grounds are true
   neutral blacks and a single oxblood band; the one saturated accent is red,
   run at two weights so type clears contrast on black (#ff4139) while the
   fills stay the deeper brand red (#e10f19) under white ink.

   Type: Khand (squared, condensed — gauge and decal lettering) over Fustat.
   Motion: CSS only. Nothing here touches the scroll position.
   =========================================================================== */

/* --------------------------------------------------------------- @font-face */
@font-face {
  font-family: "Khand";
  src: url("/fonts/khand-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Khand";
  src: url("/fonts/khand-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Khand";
  src: url("/fonts/khand-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Fustat";
  src: url("/fonts/fustat-var.woff2") format("woff2-variations");
  font-weight: 200 800; font-style: normal; font-display: swap;
}

/* -------------------------------------------------------------------- tokens */
:root {
  /* neutral greys — no warmth, so the red is the only colour on the page */
  --steel: #4a4a4a;
  --char: #1b1b1b;
  --umber: #2a0a0c;
  /* grounds */
  --ink: #0b0b0b;
  --ink-2: #141414;
  --paper: #f5f5f5;
  --paper-2: #e9e9e9;
  --white: #ffffff;
  /* the accent: one red at four weights */
  --red: #e10f19;
  --red-ink: #ff4139;
  --red-lift: #ff6a62;
  --red-deep: #c00d16;
  /* ink */
  --on-dark: #ffffff;
  --mute-dark: #b4b4b4;
  --on-light: #141414;
  --mute-light: #565656;
  --line-dark: rgba(255, 255, 255, .15);
  --line-light: rgba(0, 0, 0, .14);
  --numeral: rgba(255, 255, 255, .10);
  --numeral-l: rgba(0, 0, 0, .09);

  --display: "Khand", "Oswald", "Arial Narrow", "Haettenschweiler", sans-serif;
  --body: "Fustat", "Segoe UI", system-ui, -apple-system, sans-serif;

  --gut: clamp(18px, 5.2vw, 46px);
  --max: 1220px;
  /* edge-bleed: from the viewport edge to the content column, never overshooting */
  --edge: max(var(--gut), calc((var(--vw, 100vw) - var(--max)) / 2));
  --hdr-h: 62px;
  --sec: clamp(66px, 10.5vw, 132px);
  --r: 4px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  color-scheme: dark;
}
@media (min-width: 1100px) { :root { --hdr-h: 76px; } }

/* --------------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%; text-size-adjust: 100%;
  scroll-padding-top: calc(var(--hdr-h) + 18px);
  -webkit-tap-highlight-color: rgba(255, 65, 57, .18);
}
@media (max-width: 899px) { html { scroll-padding-bottom: calc(86px + env(safe-area-inset-bottom)); } }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0;
  background: var(--ink);
  color: var(--on-dark);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (min-width: 900px) { body { font-size: 17.5px; } }
h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, ol { margin: 0; }
figure, blockquote { margin: 0; }     /* the UA's 1em 40px would narrow every card */
ul, ol { padding: 0; list-style: none; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; background: none; }
a { color: inherit; }
a, button, summary, label, input, textarea, select { touch-action: manipulation; }
button { font: inherit; color: inherit; }
:focus-visible {
  outline: 3px solid var(--red-ink);
  outline-offset: 3px;
  border-radius: 2px;
}
::selection { background: var(--red); color: #fff; }
.skip {
  position: absolute; left: 12px; top: -80px; z-index: 200;
  background: var(--red); color: #fff; font-weight: 700;
  padding: 12px 18px; border-radius: var(--r); text-decoration: none;
  transition: top .18s var(--ease);
}
.skip:focus { top: 12px; }
.sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ------------------------------------------------------------------ typography */
.h1, .h2, .h3, .h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.005em;
  text-wrap: balance;
}
.h1 {
  font-size: clamp(3.05rem, 13.2vw, 6.6rem);
  line-height: .86;
}
.h1 .ln { display: block; }
@media (min-width: 560px) { .h1 .ln { white-space: nowrap; } }
.h2 { font-size: clamp(2.3rem, 8.4vw, 4rem); line-height: .9; }
.h3 { font-size: clamp(1.6rem, 5.2vw, 2.15rem); line-height: .96; }
.h4 { font-size: clamp(1.28rem, 4.2vw, 1.5rem); line-height: 1.02; }
.hl { color: var(--red-ink); }
.t-paper .hl, .t-paper2 .hl { color: var(--red-deep); }
.k {
  display: inline-block;
  font-family: var(--display);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--red-ink);
  margin-bottom: 14px;
}
.t-paper .k, .t-paper2 .k { color: var(--red-deep); }
.k::before {
  content: ""; display: inline-block;
  width: 26px; height: 2px; background: currentColor;
  vertical-align: .32em; margin-right: 10px;
}
.lede {
  font-size: clamp(1.06rem, 3.2vw, 1.22rem);
  line-height: 1.52;
  color: var(--mute-dark);
  max-width: 54ch;
}
.t-paper .lede, .t-paper2 .lede { color: var(--mute-light); }
.lede + .lede { margin-top: .7em; }
.lede b, .lede strong { color: var(--on-dark); font-weight: 600; }
.t-paper .lede b, .t-paper2 .lede b { color: var(--on-light); }
p.sm { font-size: .95rem; line-height: 1.55; color: var(--mute-dark); }
.t-paper p.sm, .t-paper2 p.sm { color: var(--mute-light); }

/* --------------------------------------------------------------- the stripe
   A shop-floor hazard stripe. Used as a hairline rule between grounds — the
   one ornament this site repeats. */
.stripe {
  height: 7px;
  background: repeating-linear-gradient(-45deg,
    var(--red) 0 12px, #0b0b0b 12px 24px);
  opacity: .92;
}
.stripe.thin { height: 4px; opacity: .75; }

/* ------------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 24px;
  font-family: var(--display); font-weight: 600;
  font-size: 1.18rem; letter-spacing: .022em;
  text-decoration: none; border: 2px solid transparent; border-radius: var(--r);
  cursor: pointer; white-space: nowrap;
  transition: transform .16s var(--ease), background-color .16s var(--ease),
              border-color .16s var(--ease), color .16s var(--ease), box-shadow .16s var(--ease);
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn-primary {
  background: var(--red); color: #fff; border-color: var(--red);
  box-shadow: 0 6px 0 -1px rgba(0, 0, 0, .35);
}
.btn-primary:hover { background: var(--red-deep); border-color: var(--red-deep); }
.btn-ghost { background: transparent; color: var(--on-dark); border-color: var(--line-dark); }
.btn-ghost:hover { border-color: var(--red-ink); color: var(--red-ink); }
.t-paper .btn-ghost, .t-paper2 .btn-ghost { color: var(--on-light); border-color: var(--line-light); }
.t-paper .btn-ghost:hover, .t-paper2 .btn-ghost:hover { border-color: var(--red-deep); color: var(--red-deep); }
.btn:active { transform: translateY(2px); }
.btn-primary:active { box-shadow: 0 3px 0 -1px rgba(0, 0, 0, .35); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-row .btn { flex: 1 1 auto; min-width: 0; }
@media (min-width: 480px) { .btn-row .btn { flex: 0 0 auto; } }

.tlink {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--display); font-weight: 600; font-size: 1.16rem;
  letter-spacing: .03em; text-transform: uppercase;
  color: var(--red-ink); text-decoration: none;
  min-height: 44px;
}
.t-paper .tlink, .t-paper2 .tlink { color: var(--red-deep); }
.tlink u { text-decoration-thickness: 2px; text-underline-offset: 5px; }
.tlink svg { width: 20px; height: 20px; transition: transform .2s var(--ease); }
.tlink:hover svg { transform: translateX(5px); }

/* -------------------------------------------------------------------- header */
.hdr {
  position: fixed; inset: 0 0 auto; z-index: 90;
  height: calc(var(--hdr-h) + env(safe-area-inset-top));
  padding-top: env(safe-area-inset-top);
  transition: transform .26s var(--ease), background-color .26s var(--ease),
              border-color .26s var(--ease);
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(6, 6, 6, .72), rgba(6, 6, 6, 0));
}
.hdr.solid {
  background: rgba(14, 14, 14, .94);
  backdrop-filter: saturate(150%) blur(12px);
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  border-bottom-color: var(--line-dark);
}
.hdr.up { transform: translateY(-104%); }
.hdr-in {
  height: var(--hdr-h);
  max-width: var(--max); margin: 0 auto; padding: 0 var(--gut);
  display: flex; align-items: center; gap: 14px;
}
/* typeset wordmark — there is no logo file on this business, so the name is
   set in the display face directly on the page, never inside a plate. */
.brand {
  display: flex; flex-direction: column; justify-content: center; gap: 2px;
  text-decoration: none; margin-right: auto; line-height: 1;
}
.brand .b1 {
  font-family: var(--display); font-weight: 700;
  font-size: 2.05rem; letter-spacing: .012em; text-transform: uppercase;
  color: var(--on-dark); line-height: .82;
}
.brand .b1 em { font-style: normal; color: var(--red-ink); }
.brand .b2 {
  font-family: var(--display); font-weight: 500;
  font-size: .76rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--mute-dark); line-height: 1;
}
@media (min-width: 1100px) { .brand .b1 { font-size: 2.4rem; } .brand .b2 { font-size: .86rem; } }
.nav { display: none; }
@media (min-width: 1100px) {
  .nav { display: block; }
  .nav ul { display: flex; gap: 4px; }
  .nav a {
    display: block; padding: 10px 13px; text-decoration: none;
    font-family: var(--display); font-weight: 600; font-size: 1.1rem;
    letter-spacing: .04em; text-transform: uppercase; color: var(--on-dark);
    border-radius: var(--r); transition: color .16s var(--ease), background-color .16s var(--ease);
  }
  .nav a:hover, .nav a[aria-current] { color: var(--red-ink); background: rgba(255, 255, 255, .06); }
}
.hdr-call {
  display: none; align-items: center; gap: 9px;
  padding: 9px 17px; border-radius: 999px;
  border: 1px solid var(--line-dark); text-decoration: none;
  font-family: var(--display); font-weight: 600; font-size: 1.12rem; letter-spacing: .02em;
  color: var(--on-dark);
  transition: border-color .16s var(--ease), color .16s var(--ease);
}
.hdr-call svg { width: 17px; height: 17px; color: var(--red-ink); }
.hdr-call:hover { border-color: var(--red-ink); color: var(--red-ink); }
@media (min-width: 620px) { .hdr-call { display: inline-flex; } }
.burger {
  width: 46px; height: 46px; flex: none;
  display: grid; place-items: center;
  background: transparent; border: 1px solid var(--line-dark); border-radius: var(--r);
  cursor: pointer;
}
.burger span, .burger span::before, .burger span::after {
  content: ""; display: block; width: 20px; height: 2px;
  background: var(--on-dark); border-radius: 2px;
}
.burger span { position: relative; }
.burger span::before { position: absolute; top: -6px; }
.burger span::after { position: absolute; top: 6px; }
@media (min-width: 1100px) { .burger { display: none; } }

/* ---------------------------------------------------------------- menu sheet */
.sheet {
  position: fixed; inset: 0; z-index: 120;
  background: var(--ink);
  padding: calc(18px + env(safe-area-inset-top)) var(--gut) calc(24px + env(safe-area-inset-bottom));
  overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain;
  opacity: 0; visibility: hidden; transform: translateY(-14px);
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s;
}
.sheet.open { opacity: 1; visibility: visible; transform: none; }
.sheet-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.sheet-top .b1 {
  font-family: var(--display); font-weight: 700; font-size: 1.62rem;
  letter-spacing: .012em; text-transform: uppercase;
}
.sheet-top .b1 em { font-style: normal; color: var(--red-ink); }
.sheet-x {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: transparent; border: 1px solid var(--line-dark); border-radius: var(--r); cursor: pointer;
}
.sheet-x svg { width: 20px; height: 20px; }
.sheet nav a {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
  padding: 15px 0; border-bottom: 1px solid var(--line-dark);
  text-decoration: none;
  font-family: var(--display); font-weight: 600; font-size: 1.62rem;
  letter-spacing: .012em; line-height: 1.04;
}
.sheet nav a small {
  font-family: var(--body); font-weight: 500; font-size: .8rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--red-ink);
}
.sheet nav a[aria-current] { color: var(--red-ink); }
.sheet-cta { display: grid; gap: 10px; margin-top: 24px; }
.sheet-cta .btn { width: 100%; }

/* ---------------------------------------------------------------------- hero */
.hero {
  position: relative; isolation: isolate;
  min-height: max(640px, 100svh);
  display: grid; align-items: end;
  padding: calc(var(--hdr-h) + env(safe-area-inset-top) + 40px) var(--gut) clamp(52px, 12vw, 104px);
  background: var(--ink);
  overflow: hidden;
  text-align: center;
}
.hero-media { position: absolute; inset: 0; z-index: -2; background: #0d0d0d; }
.hero-media img, .hero-media picture { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 50% 62%; }
/* scrim depth is measured, not guessed: every text run over these photographs
   was screenshotted with the type hidden and the backdrop luminance checked. */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 6, 6, .84) 0%, rgba(6, 6, 6, .60) 28%, rgba(6, 6, 6, .80) 60%, rgba(6, 6, 6, .95) 100%),
    linear-gradient(0deg, rgba(120, 12, 16, .30), rgba(120, 12, 16, .30));
}
.hero-in { position: relative; max-width: 880px; margin: 0 auto; width: 100%; }
/* the hero opens with the name, clean, top centre */
.hero-mark { margin-bottom: 26px; }
.hero-mark .m1 {
  display: block;
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2.9rem, 12.4vw, 5.2rem);
  letter-spacing: -.004em; text-transform: uppercase; line-height: .9;
  text-shadow: 0 3px 30px rgba(0, 0, 0, .62);
}
.hero-mark .m1 em { font-style: normal; color: var(--red-ink); }
.hero-mark .m2 {
  display: block; margin-top: clamp(10px, 2.4vw, 15px);
  font-family: var(--display); font-weight: 500;
  font-size: clamp(.88rem, 3.4vw, 1.18rem);
  letter-spacing: .42em; text-transform: uppercase; color: #e4e4e4;
  text-indent: .42em; text-shadow: 0 2px 14px rgba(0, 0, 0, .7);
}
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 17px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(14, 14, 14, .42);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  font-family: var(--display); font-weight: 600; font-size: 1.02rem;
  letter-spacing: .09em; text-transform: uppercase;
  margin-bottom: 20px;
}
.pill svg { width: 16px; height: 16px; color: var(--red-ink); }
.hero .h1 { text-shadow: 0 3px 30px rgba(0, 0, 0, .6); }
/* over a photograph the accent runs one step brighter than it does on flat ink */
.hero .h1 .hl, .phero .h1 .hl, .moment .q em, .cta .h2 .hl { color: var(--red-lift); }
.hero .lede, .phero .lede {
  color: #ededed;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .65);
}
.hero .lede { margin: 20px auto 0; max-width: 46ch; }
.hero .btn-row { justify-content: center; margin-top: 30px; }
.trust {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 8px 0; margin-top: 30px;
  font-family: var(--display); font-weight: 500; font-size: 1.04rem;
  letter-spacing: .1em; text-transform: uppercase; color: #cccccc;
}
.trust li { padding: 0 11px; position: relative; }
/* the rule between items is only drawn where the row cannot wrap, so a wrapped
   line never opens with an orphaned separator */
@media (min-width: 620px) {
  .trust li { padding: 0 14px; }
  .trust li + li::before {
    content: ""; position: absolute; left: 0; top: 50%;
    width: 1px; height: 13px; margin-top: -6.5px;
    background: rgba(255, 255, 255, .3);
  }
}
@media (max-width: 619px) { .trust { gap: 6px 4px; } }

/* Ken Burns: slow, pure CSS, pausable, off under reduced motion */
.kb img { animation: kb 34s ease-in-out infinite alternate; will-change: transform; }
@keyframes kb {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to   { transform: scale(1.13) translate3d(-1.4%, -1.6%, 0); }
}
@media (prefers-reduced-motion: reduce) { .kb img { animation: none; } }
html.motion-off .kb img { animation-play-state: paused; }

.motion-btn {
  position: absolute; right: max(12px, calc(var(--gut) - 10px));
  bottom: calc(14px + env(safe-area-inset-bottom)); z-index: 6;
  display: inline-flex; align-items: center; gap: 7px;
  min-height: 40px; padding: 0 14px; border-radius: 999px;
  background: rgba(14, 14, 14, .72); color: var(--on-dark);
  border: 1px solid var(--line-dark); cursor: pointer;
  font-family: var(--body); font-size: .78rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.motion-btn svg { width: 13px; height: 13px; }
.motion-btn .i-play { display: none; }
html.motion-off .motion-btn .i-play { display: block; }
html.motion-off .motion-btn .i-pause { display: none; }
/* on the hero the control sits under the header, clear of the centred content */
.hero .motion-btn, .phero .motion-btn {
  top: calc(var(--hdr-h) + env(safe-area-inset-top) + 12px);
  bottom: auto;
}

/* --------------------------------------------------------------- shop strip */
.shopbar { background: var(--char); border-bottom: 1px solid rgba(0, 0, 0, .3); }
.shopbar-in {
  max-width: var(--max); margin: 0 auto; padding: 18px var(--gut);
  display: grid; gap: 14px;
}
@media (min-width: 760px) { .shopbar-in { grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: start; } }
.shopbar dt {
  font-family: var(--display); font-weight: 600; font-size: .86rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--red-ink);
  margin-bottom: 3px;
}
.shopbar dd { font-size: .98rem; line-height: 1.4; color: var(--on-dark); font-variant-numeric: tabular-nums; }
.shopbar dd a {
  color: inherit; text-decoration-color: var(--line-dark); text-underline-offset: 3px;
  display: inline-flex; align-items: center; min-height: 40px;
}
.shopbar dd a:hover { color: var(--red-ink); }
.shopbar .open-now { color: var(--red-ink); font-weight: 600; }

/* ------------------------------------------------------------------ sections */
.sec { padding: var(--sec) 0; position: relative; }
.t-ink { background: var(--ink); }
.t-ink2 { background: var(--ink-2); }
.t-char { background: var(--char); }
.t-umber { background: var(--umber); }
.t-paper { background: var(--paper); color: var(--on-light); }
.t-paper2 { background: var(--paper-2); color: var(--on-light); }
.t-paper .h1, .t-paper .h2, .t-paper .h3, .t-paper .h4,
.t-paper2 .h1, .t-paper2 .h2, .t-paper2 .h3, .t-paper2 .h4 { color: var(--on-light); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gut); }
.sec-head { max-width: 62ch; margin-bottom: clamp(34px, 5vw, 58px); }
.sec-head .lede { margin-top: 16px; }
.sec-head.mid { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.mid .lede { margin-left: auto; margin-right: auto; }

/* split: copy beside a photo that bleeds to the viewport edge */
.split { display: grid; gap: clamp(30px, 5vw, 56px); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1.02fr; gap: clamp(40px, 5vw, 76px); } }
@media (min-width: 900px) { .split.flip .split-copy { order: 2; } }
.bleed-r { margin-right: calc(var(--edge) * -1); }
.bleed-l { margin-left: calc(var(--edge) * -1); }
@media (max-width: 899px) {
  .bleed-r, .bleed-l { margin-right: calc(var(--gut) * -1); margin-left: calc(var(--gut) * -1); }
}

/* photo frames — .ph must be a block or aspect-ratio and overflow are ignored */
.ph {
  display: block; position: relative; overflow: hidden;
  background: var(--char); border: 1px solid var(--line-dark);
  border-radius: 2px;
}
.t-paper .ph, .t-paper2 .ph { border-color: var(--line-light); background: var(--paper-2); }
.ph img { width: 100%; height: 100%; object-fit: cover; }
.ph-3x2 { aspect-ratio: 3 / 2; }
.ph-4x3 { aspect-ratio: 4 / 3; }
.ph-1x1 { aspect-ratio: 1 / 1; }
.ph-4x5 { aspect-ratio: 4 / 5; }
.ph-16x9 { aspect-ratio: 16 / 9; }
.ph-cap {
  position: absolute; inset: auto 0 0; padding: 56px 16px 13px;
  background: linear-gradient(0deg, rgba(6, 6, 6, .96) 0%, rgba(6, 6, 6, .88) 42%, rgba(6, 6, 6, 0) 100%);
  color: #ededed; font-size: .82rem; line-height: 1.35; letter-spacing: .01em;
}
.ph-cap b { color: var(--red-lift); font-weight: 600; }

.facts { display: grid; gap: 1px; margin-top: 26px; background: var(--line-dark); }
.t-paper .facts, .t-paper2 .facts { background: var(--line-light); }
.facts li {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 16px;
  padding: 14px 0 14px; background: inherit;
  border-top: 1px solid var(--line-dark);
}
.t-paper .facts li, .t-paper2 .facts li { border-top-color: var(--line-light); }
.facts li:last-child { border-bottom: 1px solid var(--line-dark); }
.t-paper .facts li:last-child, .t-paper2 .facts li:last-child { border-bottom-color: var(--line-light); }
.facts b {
  flex: 0 0 auto; min-width: 8.5em;
  font-family: var(--display); font-weight: 600; font-size: 1.14rem;
  letter-spacing: .05em; text-transform: uppercase; color: var(--red-ink);
}
.t-paper .facts b, .t-paper2 .facts b { color: var(--red-deep); }
.facts span { flex: 1 1 14ch; color: var(--mute-dark); font-size: .98rem; }
.t-paper .facts span, .t-paper2 .facts span { color: var(--mute-light); }

.slash {
  display: flex; flex-wrap: wrap; gap: 4px 0; margin-top: 12px;
  font-family: var(--display); font-weight: 500; font-size: 1.04rem;
  letter-spacing: .07em; text-transform: uppercase; color: var(--mute-dark);
}
.t-paper .slash, .t-paper2 .slash { color: var(--mute-light); }
.slash span { padding-right: 12px; margin-right: 12px; position: relative; }
.slash span + span::before {
  content: "//"; position: absolute; left: -16px; color: var(--red-ink); opacity: .8;
}
.t-paper .slash span + span::before, .t-paper2 .slash span + span::before { color: var(--red-deep); }

/* ------------------------------------------------------- the two-sides duo
   The signature block: this shop is a mechanical shop AND a body shop. */
.duo { display: grid; gap: 3px; }
@media (min-width: 860px) { .duo { grid-template-columns: 1fr 1fr; } }
.duo-half {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: clamp(420px, 62vw, 560px);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(28px, 5vw, 46px);
  text-decoration: none; color: var(--on-dark);
  background: var(--ink-2);
}
.duo-half img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s var(--ease);
}
.duo-half::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(6, 6, 6, .52) 0%, rgba(6, 6, 6, .80) 55%, rgba(6, 6, 6, .95) 100%);
}
.duo-half:hover img { transform: scale(1.05); }
.duo-no {
  font-family: var(--display); font-weight: 700; font-size: clamp(3.4rem, 11vw, 5.4rem);
  line-height: .8; color: transparent;
  -webkit-text-stroke: 2px rgba(255, 65, 57, .70);
  margin-bottom: auto;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .7);
}
@supports not (-webkit-text-stroke: 1px red) { .duo-no { color: rgba(255, 65, 57, .55); } }
.duo-half .h3 { margin-bottom: 10px; }
.duo-half .h3 em { font-style: normal; color: var(--red-ink); }
.duo-half p { color: #d4d4d4; font-size: 1rem; line-height: 1.5; max-width: 34ch; }
.duo-go {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 18px;
  font-family: var(--display); font-weight: 600; font-size: 1.1rem;
  letter-spacing: .06em; text-transform: uppercase; color: var(--red-ink);
}
.duo-go svg { width: 18px; height: 18px; transition: transform .2s var(--ease); }
.duo-half:hover .duo-go svg { transform: translateX(5px); }

/* --------------------------------------------------------------- service rows */
.rows { display: grid; gap: clamp(46px, 7vw, 86px); }
.row { display: grid; gap: clamp(22px, 4vw, 44px); align-items: center; }
@media (min-width: 900px) {
  .row { grid-template-columns: 1fr 1.04fr; }
  .row:nth-child(even) > *:first-child { order: 2; }
  .row:nth-child(even) .row-media { margin-right: 0; margin-left: calc(var(--edge) * -1); }
}
.row-no {
  display: block;
  font-family: var(--display); font-weight: 700; font-size: clamp(3.6rem, 12vw, 5.6rem);
  line-height: .74; color: var(--numeral); margin-bottom: 6px;
}
.t-paper .row-no, .t-paper2 .row-no { color: var(--numeral-l); }
.row .h3 a { text-decoration: none; }
.row .h3 a:hover { color: var(--red-ink); }
.t-paper .row .h3 a:hover, .t-paper2 .row .h3 a:hover { color: var(--red-deep); }
.row p { margin-top: 10px; color: var(--mute-dark); }
.t-paper .row p, .t-paper2 .row p { color: var(--mute-light); }
.row .tlink { margin-top: 16px; }

/* a compact list of the rest — bordered rows, so an odd count never leaves a
   filled-in empty grid cell at the end */
.also { display: grid; margin-top: clamp(40px, 6vw, 70px); border-top: 1px solid var(--line-dark); }
.t-paper .also, .t-paper2 .also { border-top-color: var(--line-light); }
@media (min-width: 720px) { .also { grid-template-columns: 1fr 1fr; column-gap: 0; } }
.also a {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  padding: 19px 4px; text-decoration: none;
  border-bottom: 1px solid var(--line-dark);
  transition: background-color .16s var(--ease), padding-left .16s var(--ease);
}
.t-paper .also a, .t-paper2 .also a { border-bottom-color: var(--line-light); }
@media (min-width: 720px) {
  .also a { padding-right: 20px; }
  .also a:nth-child(odd) { border-right: 1px solid var(--line-dark); padding-right: 24px; }
  .also a:nth-child(even) { padding-left: 24px; }
  .t-paper .also a:nth-child(odd), .t-paper2 .also a:nth-child(odd) { border-right-color: var(--line-light); }
}
.also a:hover { background: var(--ink-2); padding-left: 12px; }
.t-paper .also a:hover, .t-paper2 .also a:hover { background: var(--white); }
@media (min-width: 720px) { .also a:nth-child(even):hover { padding-left: 32px; } }
.also .n { font-family: var(--display); font-weight: 600; font-size: 1.3rem; letter-spacing: .02em; }
.also .d {
  font-family: var(--display); font-weight: 500; font-size: 1rem;
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--mute-dark); text-align: right; flex: 0 0 auto; white-space: nowrap;
}
.t-paper .also .d, .t-paper2 .also .d { color: var(--mute-light); }

/* symptom list on the service pages */
.signs { display: grid; border-top: 1px solid var(--line-dark); }
@media (min-width: 760px) { .signs { grid-template-columns: 1fr 1fr; } }
.signs > div { padding: 20px 4px; border-bottom: 1px solid var(--line-dark); }
@media (min-width: 760px) {
  .signs > div:nth-child(odd) { border-right: 1px solid var(--line-dark); padding-right: 28px; }
  .signs > div:nth-child(even) { padding-left: 28px; }
}
.signs b {
  display: block; margin-bottom: 5px;
  font-family: var(--display); font-weight: 600; font-size: 1.28rem;
  letter-spacing: .015em; line-height: 1.08; color: var(--on-dark);
}
.signs span { display: block; font-size: .97rem; line-height: 1.5; color: var(--mute-dark); }

/* ------------------------------------------------------------- photo moment */
.moment {
  position: relative; isolation: isolate; overflow: hidden;
  width: 100%;
  min-height: clamp(380px, 64vw, 620px);
  display: grid; align-items: center;
  padding: clamp(50px, 9vw, 96px) var(--gut);
}
.moment img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
}
.moment::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(6, 6, 6, .90) 0%, rgba(6, 6, 6, .70) 48%, rgba(6, 6, 6, .46) 100%);
}
.moment-in { max-width: var(--max); margin: 0 auto; width: 100%; }
.moment blockquote { max-width: 11em; }
@media (min-width: 900px) { .moment blockquote { max-width: 13em; } }
.moment .q {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2.05rem, 7.4vw, 3.5rem); line-height: .94;
  color: var(--on-dark); text-shadow: 0 3px 24px rgba(0, 0, 0, .5);
}
.moment .q em { font-style: normal; color: var(--red-lift); }
.moment cite {
  display: block; margin-top: 20px; font-style: normal;
  font-family: var(--display); font-weight: 500; font-size: 1.06rem;
  letter-spacing: .14em; text-transform: uppercase; color: #cbcbcb;
}

/* -------------------------------------------------------------------- steps */
.steps { counter-reset: s; display: grid; gap: 1px; background: var(--line-dark); }
.t-paper .steps, .t-paper2 .steps { background: var(--line-light); }
@media (min-width: 680px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { counter-increment: s; padding: clamp(24px, 3.4vw, 34px); background: var(--ink); }
.t-paper .step { background: var(--paper); }
.t-paper2 .step { background: var(--paper-2); }
.t-char .step { background: var(--char); }
.step::before {
  content: counter(s, decimal-leading-zero);
  display: block; margin-bottom: 14px;
  font-family: var(--display); font-weight: 700; font-size: 2.3rem; line-height: .8;
  color: var(--red-ink);
}
.t-paper .step::before, .t-paper2 .step::before { color: var(--red-deep); }
.step h3 {
  font-family: var(--display); font-weight: 600; font-size: 1.44rem;
  line-height: 1; letter-spacing: .01em; margin-bottom: 9px;
}
.step p { font-size: .98rem; line-height: 1.52; color: var(--mute-dark); }
.t-paper .step p, .t-paper2 .step p { color: var(--mute-light); }

/* ------------------------------------------------------------------ gallery */
.gal { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 820px) { .gal { grid-template-columns: repeat(4, 1fr); gap: 12px; } }
.gal .ph { border-color: var(--line-dark); }
.gal .g-wide { grid-column: span 2; }
.gal figcaption {
  margin-top: 9px; font-size: .84rem; line-height: 1.4; color: var(--mute-dark);
}
.t-paper .gal figcaption, .t-paper2 .gal figcaption { color: var(--mute-light); }

/* ------------------------------------------------------- reviews (CSS only) */
.rev-rail {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 84vw);
  gap: 14px; overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; scroll-padding-left: var(--edge);
  padding: 4px var(--edge) 22px;
  margin: 0 calc(var(--edge) * -1);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: var(--steel) transparent;
}
@media (min-width: 720px) { .rev-rail { grid-auto-columns: minmax(300px, 40vw); } }
@media (min-width: 1100px) { .rev-rail { grid-auto-columns: minmax(320px, 30vw); } }
.rev-rail::-webkit-scrollbar { height: 6px; }
.rev-rail::-webkit-scrollbar-thumb { background: var(--steel); border-radius: 99px; }
.rev {
  scroll-snap-align: start;
  display: flex; flex-direction: column;
  padding: 26px 24px 24px;
  background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--r);
}
.t-paper .rev, .t-paper2 .rev { background: var(--white); border-color: var(--line-light); }
.t-char .rev { background: var(--ink-2); }
.stars { display: flex; gap: 3px; margin-bottom: 14px; color: var(--red-ink); }
.stars svg { width: 16px; height: 16px; }
.rev p { font-size: 1rem; line-height: 1.55; color: var(--on-dark); }
.t-paper .rev p, .t-paper2 .rev p { color: var(--on-light); }
.rev footer {
  margin-top: auto; padding-top: 18px;
  font-family: var(--display); font-weight: 600; font-size: 1.14rem;
  letter-spacing: .04em; text-transform: uppercase;
}
.rev footer span {
  display: block; font-family: var(--body); font-weight: 500;
  font-size: .78rem; letter-spacing: .1em; color: var(--mute-dark); text-transform: uppercase;
  margin-top: 2px;
}
.t-paper .rev footer span, .t-paper2 .rev footer span { color: var(--mute-light); }
.rail-hint {
  font-size: .82rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--mute-dark); margin-top: 4px;
}
.t-paper .rail-hint, .t-paper2 .rail-hint { color: var(--mute-light); }

/* ------------------------------------------------------------------- area */
.area-grid { display: grid; gap: clamp(28px, 4vw, 52px); }
@media (min-width: 900px) { .area-grid { grid-template-columns: 1fr 1fr; align-items: center; } }
.towns { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.towns li {
  padding: 8px 15px; border: 1px solid var(--line-dark); border-radius: 999px;
  font-family: var(--display); font-weight: 500; font-size: 1.04rem;
  letter-spacing: .05em; text-transform: uppercase; color: var(--on-dark);
}
.t-paper .towns li, .t-paper2 .towns li { border-color: var(--line-light); color: var(--on-light); }

/* --------------------------------------------------------------------- faq */
.faq { display: grid; gap: 1px; background: var(--line-dark); }
.t-paper .faq, .t-paper2 .faq { background: var(--line-light); }
.faq details { background: var(--ink); }
.t-paper .faq details { background: var(--paper); }
.t-paper2 .faq details { background: var(--paper-2); }
.t-char .faq details { background: var(--char); }
.faq summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 18px;
  padding: 21px 2px; cursor: pointer; list-style: none;
  font-family: var(--display); font-weight: 600; font-size: 1.32rem;
  line-height: 1.12; letter-spacing: .01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 15px; height: 15px; margin-top: 5px;
  border-right: 2px solid var(--red-ink); border-bottom: 2px solid var(--red-ink);
  transform: rotate(45deg); transition: transform .22s var(--ease);
}
.t-paper .faq summary::after, .t-paper2 .faq summary::after { border-color: var(--red-deep); }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: 10px; }
.faq summary:hover { color: var(--red-ink); }
.t-paper .faq summary:hover, .t-paper2 .faq summary:hover { color: var(--red-deep); }
.faq .a { padding: 0 2px 23px; max-width: 68ch; color: var(--mute-dark); font-size: 1rem; line-height: 1.58; }
.t-paper .faq .a, .t-paper2 .faq .a { color: var(--mute-light); }

/* --------------------------------------------------------------------- CTA */
.cta {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(60px, 10vw, 118px) var(--gut); text-align: center;
  background: var(--umber);
}
.cta img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.cta::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(26, 6, 8, .74), rgba(10, 8, 8, .92));
}
.cta-in { max-width: 760px; margin: 0 auto; }
.cta .h2 { margin-bottom: 16px; }
.cta .lede { margin: 0 auto; }
.cta .btn-row { justify-content: center; margin-top: 30px; }
.cta .sm { margin-top: 20px; }

/* -------------------------------------------------------------------- form */
.form-grid { display: grid; gap: clamp(30px, 5vw, 64px); }
@media (min-width: 960px) { .form-grid { grid-template-columns: 1.05fr 1fr; } }
.form { display: grid; gap: 15px; }
.fld { display: grid; gap: 7px; }
.fld > label, .leg {
  font-family: var(--display); font-weight: 600; font-size: 1.06rem;
  letter-spacing: .09em; text-transform: uppercase; color: var(--red-ink);
}
.t-paper .fld > label, .t-paper .leg, .t-paper2 .fld > label, .t-paper2 .leg { color: var(--red-deep); }
.fld input, .fld textarea, .fld select {
  width: 100%; min-height: 54px; padding: 13px 15px;
  font: inherit; font-size: 1rem; color: var(--on-dark);
  background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--r);
}
.t-paper .fld input, .t-paper .fld textarea, .t-paper2 .fld input, .t-paper2 .fld textarea {
  background: var(--white); color: var(--on-light); border-color: var(--line-light);
}
.fld textarea { min-height: 116px; resize: vertical; }
.fld input:focus, .fld textarea:focus { border-color: var(--red-ink); }
.fld input[aria-invalid="true"] { border-color: #ff6a62; }
.fld .hint { font-size: .82rem; color: var(--mute-dark); }
.t-paper .fld .hint, .t-paper2 .fld .hint { color: var(--mute-light); }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
fieldset legend { padding: 0; margin-bottom: 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips label {
  display: inline-flex; align-items: center; min-height: 44px;
  padding: 0 15px; border: 1px solid var(--line-dark); border-radius: 999px;
  cursor: pointer; font-size: .94rem;
  transition: border-color .16s var(--ease), background-color .16s var(--ease), color .16s var(--ease);
}
.t-paper .chips label, .t-paper2 .chips label { border-color: var(--line-light); }
.chips input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chips input:checked + span { color: var(--red-ink); }
.t-paper .chips input:checked + span, .t-paper2 .chips input:checked + span { color: var(--red-deep); }
.chips label:has(input:checked) { border-color: var(--red-ink); background: rgba(255, 65, 57, .12); }
.chips label:has(input:focus-visible) { outline: 3px solid var(--red-ink); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-msg { font-size: .96rem; line-height: 1.5; min-height: 1.4em; }
.form-msg.ok { color: var(--red-ink); }
.form-msg.err { color: #ff8a80; }
.form-msg a, .form-msg .copy {
  display: inline-flex; align-items: center; min-height: 44px; margin: 8px 10px 0 0;
  padding: 0 16px; border: 1px solid var(--red-ink); border-radius: var(--r);
  color: var(--red-ink); background: transparent; text-decoration: none; cursor: pointer;
  font-family: var(--display); font-weight: 600; font-size: 1.06rem; letter-spacing: .03em;
}
.t-paper .form-msg a, .t-paper .form-msg .copy { border-color: var(--red-deep); color: var(--red-deep); }
.side-card {
  padding: clamp(24px, 4vw, 36px);
  background: var(--char); border: 1px solid var(--line-dark); border-radius: var(--r);
}
.t-paper .side-card { background: var(--white); border-color: var(--line-light); }
.side-card dl { display: grid; gap: 16px; }
.side-card dt {
  font-family: var(--display); font-weight: 600; font-size: .88rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--red-ink); margin-bottom: 2px;
}
.t-paper .side-card dt { color: var(--red-deep); }
.side-card dd { font-size: 1.02rem; line-height: 1.45; }
.side-card dd a {
  text-decoration-color: var(--line-dark); text-underline-offset: 3px;
  display: inline-flex; align-items: center; min-height: 40px;
}
.facts span a { display: inline-flex; align-items: center; min-height: 40px; }
.side-card dd a:hover { color: var(--red-ink); }
.t-paper .side-card dd a:hover { color: var(--red-deep); }
.hours { display: grid; gap: 5px; font-variant-numeric: tabular-nums; }
.hours div { display: flex; justify-content: space-between; gap: 14px; font-size: .98rem; }
.hours .d { color: var(--mute-dark); }
.t-paper .hours .d { color: var(--mute-light); }
.hours .today { color: var(--red-ink); font-weight: 600; }
.t-paper .hours .today { color: var(--red-deep); }
.hours .today .d { color: inherit; }

/* ------------------------------------------------------------------ footer */
.ftr { background: #0d0d0d; border-top: 1px solid var(--line-dark); padding: clamp(50px, 7vw, 82px) 0 0; }
.ftr-grid { display: grid; gap: 34px; }
@media (min-width: 760px) { .ftr-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 44px; } }
.ftr .b1 {
  font-family: var(--display); font-weight: 700; font-size: 1.78rem;
  letter-spacing: .012em; text-transform: uppercase; line-height: 1;
}
.ftr .b1 em { font-style: normal; color: var(--red-ink); }
.ftr .b2 {
  display: block; margin-top: 6px;
  font-family: var(--display); font-weight: 500; font-size: .8rem;
  letter-spacing: .28em; text-transform: uppercase; color: var(--mute-dark);
}
.ftr p { color: var(--mute-dark); font-size: .96rem; line-height: 1.55; margin-top: 16px; max-width: 38ch; }
.ftr h2 {
  font-family: var(--display); font-weight: 600; font-size: 1.04rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--red-ink); margin-bottom: 14px;
}
/* footer links are thumb targets, not 23px text runs */
.ftr nav a, .ftr .cl a {
  color: var(--on-dark); text-decoration: none;
  display: inline-flex; align-items: center; min-height: 40px;
}
.ftr nav li, .ftr .cl li { font-size: .98rem; }
.ftr .cl li { min-height: 40px; display: flex; align-items: center; }
.ftr nav a:hover, .ftr .cl a:hover { color: var(--red-ink); }
.ftr-bot a { display: inline-flex; align-items: center; min-height: 40px; }
.ftr-bot {
  margin-top: clamp(38px, 5vw, 58px); padding: 20px 0 calc(22px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line-dark);
  display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between;
  font-size: .84rem; color: var(--mute-dark);
}
body.has-callbar .ftr-bot { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
@media (min-width: 900px) { body.has-callbar .ftr-bot { padding-bottom: calc(22px + env(safe-area-inset-bottom)); } }

/* --------------------------------------------------------- sticky call bar */
.callbar {
  position: fixed; inset: auto 0 0; z-index: 80;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--line-dark);
  padding-bottom: env(safe-area-inset-bottom);
  transform: translateY(102%); transition: transform .26s var(--ease);
  box-shadow: 0 -8px 28px rgba(0, 0, 0, .4);
}
.callbar.show { transform: none; }
@media (min-width: 900px) { .callbar { display: none; } }
.callbar a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 62px; text-decoration: none;
  font-family: var(--display); font-weight: 600; font-size: 1.2rem; letter-spacing: .03em;
}
.callbar svg { width: 18px; height: 18px; }
.callbar .c1 { background: var(--red); color: #fff; }
.callbar .c2 { background: var(--char); color: var(--on-dark); }

/* -------------------------------------------------------------- page heroes */
.phero {
  position: relative; isolation: isolate; overflow: hidden;
  padding: calc(var(--hdr-h) + env(safe-area-inset-top) + clamp(58px, 11vw, 104px)) var(--gut) clamp(46px, 8vw, 84px);
  background: var(--ink);
}
.phero img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.phero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 6, 6, .90) 0%, rgba(6, 6, 6, .78) 50%, rgba(6, 6, 6, .94) 100%),
    linear-gradient(0deg, rgba(120, 12, 16, .22), rgba(120, 12, 16, .22));
}
.phero-in { max-width: var(--max); margin: 0 auto; }
.phero .h1 { font-size: clamp(2.5rem, 10.4vw, 5rem); }
.phero .lede { margin-top: 18px; }
.phero .btn-row { margin-top: 28px; }
.crumb {
  display: flex; flex-wrap: wrap; gap: 6px 10px; margin-bottom: 18px;
  font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mute-dark);
}
.crumb a { text-decoration: none; display: inline-flex; align-items: center; min-height: 40px; }
.crumb li { display: flex; align-items: center; }
.crumb a:hover { color: var(--red-ink); }
.crumb li + li::before { content: "/"; margin-right: 10px; color: var(--steel); }

/* prose used on the service pages */
.prose { max-width: 66ch; }
.prose p { margin-bottom: 1.05em; color: var(--mute-dark); }
.t-paper .prose p, .t-paper2 .prose p { color: var(--mute-light); }
.prose p:last-child { margin-bottom: 0; }
.prose .h4 { margin: 1.6em 0 .5em; }
.prose .h4:first-child { margin-top: 0; }
.ticks { display: grid; gap: 11px; margin-top: 22px; }
.ticks li { display: flex; gap: 12px; align-items: flex-start; font-size: 1rem; line-height: 1.5; }
.ticks svg { flex: none; width: 19px; height: 19px; margin-top: 4px; color: var(--red-ink); }
.t-paper .ticks svg, .t-paper2 .ticks svg { color: var(--red-deep); }

/* ------------------------------------------------------------------ reveals */
html.io .rv { opacity: 0; transform: translateY(20px); }
html.io .rv.in {
  opacity: 1; transform: none;
  transition: opacity .62s var(--ease), transform .62s var(--ease);
}
@media (prefers-reduced-motion: reduce) {
  html.io .rv { opacity: 1; transform: none; transition: none; }
}

/* ----------------------------------------------------------------- 404 page */
.nf { min-height: 74vh; display: grid; place-items: center; text-align: center; padding: 120px var(--gut) 80px; }
.nf .h1 { font-size: clamp(3.4rem, 16vw, 8rem); }
.nf .btn-row { justify-content: center; margin-top: 30px; }

/* ----------------------------------------------------------------- printing */
@media print {
  .hdr, .callbar, .sheet, .motion-btn, .btn-row { display: none !important; }
  body { background: #fff; color: #000; }
}
