/* ==========================================================================
   Peters Plumbing and Repairs LLC - preview build by NH Media Web
   Residential plumbing repair. Lexington, Ohio.
   Two self-hosted variable families. No external requests of any kind.
   ========================================================================== */

@font-face {
  font-family: 'Bitter';
  src: url('fonts/bitter-latin-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('fonts/sourcesans3-latin-var.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --slate:      #141C22;   /* deepest ground: hero base, footer, request */
  --slate-2:    #1A242B;   /* dark section */
  --slate-3:    #212D35;   /* the adjacent dark, lifted */
  --line:       #33434E;

  --cream:      #F4F1EA;
  --cream-2:    #E6E0D4;

  --copper:     #C2703F;   /* the accent */
  --copper-lt:  #E7A470;   /* accent type on dark ground */
  --copper-dk:  #8A4A20;   /* accent type on light ground */
  --ink-on-copper: #190D04; /* type sitting on the accent */

  --on-dark:      #F3F0E9;
  --on-dark-mut:  #BDC6CB;
  --on-light:     #16201F;
  --on-light-mut: #4B575E;

  --shell-w: 1220px;
  --pad: clamp(20px, 5vw, 48px);

  --disp: 'Bitter', Georgia, 'Times New Roman', serif;
  --body: 'Source Sans 3', 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--slate);
  color: var(--on-dark);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { max-width: 100%; }
img { height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

h1, h2, h3, h4 {
  font-family: var(--disp);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.012em;
  margin: 0;
  text-wrap: balance;
}

.shell {
  width: 100%; max-width: var(--shell-w); margin: 0 auto;
  padding-left: var(--pad); padding-right: var(--pad);
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: fixed; left: -9999px; top: 0; z-index: 300;
  background: var(--copper); color: var(--ink-on-copper); padding: 12px 20px;
  font-family: var(--body); font-weight: 700; font-size: 17px;
  letter-spacing: .03em; text-decoration: none;
}
.skip:focus { left: 8px; top: 8px; }

:focus-visible { outline: 3px solid var(--copper-lt); outline-offset: 3px; }
.sec-light :focus-visible, .call :focus-visible { outline-color: var(--copper-dk); }

/* Fixed and floating children of body cross light, dark and accent grounds as
   the page scrolls, so they carry two rings: one reads on any of them. */
.fab:focus-visible, .skip:focus-visible {
  outline: 3px solid var(--cream);
  outline-offset: 3px;
  box-shadow: 0 0 0 3px var(--slate), 0 0 0 9px rgba(0, 0, 0, .6);
}

/* --------------------------------------------------------- preview banner */
.pbar { background: #101A20; border-bottom: 1px solid var(--line); }
.pbar-in {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 10px 26px; padding-top: 11px; padding-bottom: 11px;
}
.pbar-txt { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--on-dark-mut); max-width: 64ch; }
.pbar-acts { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
.pbar-btn {
  display: inline-block;
  font-family: var(--body); font-weight: 700; font-size: 15px;
  letter-spacing: .05em; text-transform: uppercase; line-height: 1;
  background: var(--copper); color: var(--ink-on-copper);
  padding: 12px 17px; text-decoration: none; border-radius: 3px;
}
.pbar-btn:hover { background: var(--copper-lt); }
.pbar-mail { font-size: 14.5px; color: var(--copper-lt); text-decoration: underline; text-underline-offset: 3px; }

/* ---------------------------------------------------------------- masthead */
.mast {
  position: sticky; top: 0; z-index: 60;
  background: rgba(20, 28, 34, .95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.mast-in { display: flex; align-items: center; gap: 18px; padding-top: 11px; padding-bottom: 11px; }

.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; margin-right: auto; }
.brand-mark { width: 50px; height: 50px; flex: none; }
.brand-txt { display: flex; flex-direction: column; }
.brand-name {
  font-family: var(--disp); font-weight: 700; font-size: 25px; line-height: 1;
  letter-spacing: -.012em;
}
.brand-sub {
  font-family: var(--body); font-weight: 600; font-size: 11px;
  letter-spacing: .15em; text-transform: uppercase; color: var(--copper-lt);
  margin-top: 6px; white-space: nowrap;
}

.nav { display: flex; gap: 22px; }
.nav a {
  font-family: var(--body); font-weight: 600; font-size: 16px; line-height: 1;
  letter-spacing: .01em; text-decoration: none; white-space: nowrap;
  color: var(--on-dark-mut); padding: 8px 0 6px; border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--on-dark); border-bottom-color: var(--copper); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--body); font-weight: 700; font-size: 16.5px; line-height: 1;
  letter-spacing: .02em; text-decoration: none; white-space: nowrap;
  padding: 14px 20px; border-radius: 3px; border: 2px solid transparent;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.btn-solid { background: var(--copper); color: var(--ink-on-copper); }
.btn-solid:hover { background: var(--copper-lt); }
.btn-ghost { border-color: rgba(243, 240, 233, .5); color: var(--on-dark); }
.btn-ghost:hover { border-color: var(--copper); color: var(--copper-lt); }
.btn-lg { font-size: 19px; padding: 17px 26px; }
.mast-call { flex: none; }

.burger {
  display: none; width: 46px; height: 42px; background: none;
  border: 1px solid var(--line); border-radius: 3px; cursor: pointer; padding: 0;
}
.burger span { display: block; width: 20px; height: 2px; background: var(--on-dark); margin: 4px auto; }

/* -------------------------------------------------------------------- hero */
.hero { position: relative; overflow: hidden; background: var(--slate); }
.hero-img {
  position: absolute; inset: 0;
  background-image: url('assets/img/stock-hero-bath.jpg');
  background-size: cover; background-position: 68% 58%; background-color: #2A2621;
  animation: kb 30s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes kb {
  from { transform: scale(1.05) translate3d(0, 0, 0); }
  to   { transform: scale(1.14) translate3d(-1.6%, -1.2%, 0); }
}
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(101deg, rgba(15, 21, 26, .96) 6%, rgba(15, 21, 26, .9) 42%, rgba(15, 21, 26, .34) 92%);
}
.hero-scrim-b {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15, 21, 26, .86), rgba(15, 21, 26, 0) 44%);
}
.hero-in { position: relative; padding-top: clamp(70px, 11vh, 118px); padding-bottom: clamp(70px, 11vh, 118px); }
.hero-copy { max-width: 660px; }

.lab {
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 20px;
  font-family: var(--body); font-weight: 700; font-size: 12.5px;
  letter-spacing: .2em; text-transform: uppercase;
}
.lab::before { content: ""; width: 28px; height: 2px; background: currentColor; flex: none; }
.lab-d { color: var(--copper-lt); }
.lab-l { color: var(--copper-dk); }

.hero-h {
  font-size: clamp(42px, 6.4vw, 72px);
  line-height: 1.02; letter-spacing: -.02em;
  margin: 0 0 22px;
}
.hero-h .w { display: inline-block; }
.js .hero-h .w { opacity: 0; transform: translateY(14px); animation: rise .6s cubic-bezier(.2,.7,.3,1) forwards; }
.js .hero-h .w:nth-child(1) { animation-delay: .05s; }
.js .hero-h .w:nth-child(2) { animation-delay: .12s; }
.js .hero-h .w:nth-child(3) { animation-delay: .19s; }
.js .hero-h .w:nth-child(4) { animation-delay: .26s; }
.js .hero-h .w:nth-child(5) { animation-delay: .33s; }
.js .hero-h .w:nth-child(6) { animation-delay: .40s; }
.js .hero-h .w:nth-child(7) { animation-delay: .47s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* Verbatim review text keeps the characters the reviewer typed, including
   runs of spaces, so these paragraphs do not collapse whitespace. */
.vb { white-space: pre-wrap; }

.hero-p { font-size: 19.5px; color: var(--on-dark); max-width: 47ch; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
/* The 404's button row: no inline style attribute, because the shipped CSP has no
   'unsafe-inline' in style-src and would drop one. */
.cta-gap { margin-top: 30px; }

.hero-card {
  display: inline-flex; flex-direction: column; gap: 6px; margin: 0;
  background: rgba(16, 24, 30, .8); border: 1px solid var(--line);
  border-left: 3px solid var(--copper);
  padding: 14px 20px; border-radius: 3px; backdrop-filter: blur(3px);
}
.js .hero-card { opacity: 0; animation: rise .7s cubic-bezier(.2,.7,.3,1) .6s forwards; }
.stars { display: flex; gap: 2px; color: var(--copper-lt); }
.hero-card-k { font-family: var(--disp); font-weight: 700; font-size: 24px; line-height: 1.1; }
.hero-card-s { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--on-dark-mut); }

/* ------------------------------------------------------------ record strip */
/* The strip sits between the hero and the first dark section, so it takes the
   lifted value: two adjacent darks never share one value. */
.record { background: var(--slate-3); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.record-in {
  display: grid; grid-template-columns: 0.78fr 1.24fr 1.06fr;
  padding-top: 30px; padding-bottom: 30px; gap: 24px 30px;
}
.record div { padding-left: 22px; border-left: 2px solid var(--copper); }
.record dt {
  font-family: var(--body); font-weight: 700; font-size: 11.5px;
  letter-spacing: .17em; text-transform: uppercase; color: var(--copper-lt);
  margin-bottom: 7px;
}
.record dd {
  margin: 0; font-family: var(--disp); font-weight: 700;
  font-size: clamp(18.5px, 1.95vw, 23px); line-height: 1.2; color: var(--on-dark);
  text-wrap: balance;
}

/* ---------------------------------------------------------------- sections */
.sec { padding: clamp(64px, 9vw, 108px) 0; position: relative; }
.sec-dark { background: var(--slate-2); }
.sec-deep { background: var(--slate-3); }
.sec-deepest { background: var(--slate); }
.sec-light { background: var(--cream); color: var(--on-light); }

.dotted::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(231, 164, 112, .09) 1px, transparent 1px);
  background-size: 22px 22px;
}
.dotted > * { position: relative; }

.sec-head { max-width: 60ch; margin-bottom: clamp(36px, 5vw, 58px); }
.sec-h { font-size: clamp(31px, 4.2vw, 48px); letter-spacing: -.018em; margin: 0 0 16px; }
.sec-lede { font-size: 18.5px; color: var(--on-dark-mut); margin: 0; }
.sec-light .sec-lede { color: var(--on-light-mut); }

/* reveals: gated on JS so a no-JS visit simply sees everything */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.3,1); }
.js .reveal.in-view { opacity: 1; transform: none; }
.js .svc-col > .reveal:nth-child(2) { transition-delay: .08s; }
.js .svc-col > .reveal:nth-child(3) { transition-delay: .16s; }
.js .shut-grid > .reveal:nth-child(2) { transition-delay: .07s; }
.js .shut-grid > .reveal:nth-child(3) { transition-delay: .14s; }
.js .cards > .reveal:nth-child(2) { transition-delay: .08s; }

/* --------------------------------------------------------------- services */
.svc-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 24px; align-items: start; }
.svc-col { display: grid; gap: 24px; align-content: start; }

.svc {
  background: rgba(255, 255, 255, .045); border: 1px solid var(--line);
  border-radius: 4px; padding: 24px 24px 26px;
}
.svc h3 { font-size: 25px; margin: 0 0 11px; }
.svc p { color: var(--on-dark-mut); margin: 0; font-size: 17px; }

.svc-t {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 13px; margin-bottom: 18px;
  background: rgba(194, 112, 63, .17); color: var(--copper-lt);
}
.svc-t svg { width: 30px; height: 30px; }

.svc-fig { margin: 0 0 18px; }
.svc-shot { overflow: hidden; border-radius: 3px; background: linear-gradient(160deg, #3A3B3E, #1B2329); aspect-ratio: 3 / 2; }
.svc-shot-wide { aspect-ratio: 16 / 9; }
.svc-shot img { width: 100%; height: 100%; object-fit: cover; }
.cap { font-size: 12.5px; line-height: 1.55; color: var(--on-dark-mut); margin-top: 9px; }
.cap-note { display: block; margin-top: 5px; color: var(--copper-lt); }

.svc-feat { display: flex; flex-direction: column; padding-bottom: 28px; }
.svc-feat h3 { font-size: 34px; }
.svc-feat p { font-size: 18px; }

/* ------------------------------------------------------- furniture slots */
.slot {
  border: 2px dashed rgba(231, 164, 112, .5);
  border-radius: 4px; padding: 22px 24px; background: rgba(194, 112, 63, .06);
}
.sec-light .slot { border-color: rgba(138, 74, 32, .45); background: rgba(138, 74, 32, .04); }
.slot p { font-size: 16.5px; color: var(--on-dark-mut); }
.sec-light .slot p { color: var(--on-light-mut); }
.slot-h {
  font-family: var(--disp); font-weight: 700; font-size: 21px; line-height: 1.2;
  color: var(--copper-lt); margin: 0 0 10px;
}
.slot-k {
  font-family: var(--body); font-weight: 700; font-size: 12.5px;
  letter-spacing: .13em; text-transform: uppercase; color: var(--copper-lt);
  margin: 0 0 12px;
}
.sec-story .slot { max-width: 78ch; margin: 0 auto; padding: clamp(24px, 4vw, 40px); }
.sec-story .slot p:not(.slot-h):not(.slot-k) { font-size: 18px; }

/* ------------------------------------------------------------ the shutoff */
.shut-in { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(30px, 5vw, 62px); align-items: start; }
.shut-in .sec-head { margin-bottom: 0; }
.shut-grid { display: grid; gap: 26px; }
.shut { display: flex; gap: 20px; align-items: flex-start; }
.shut-n {
  flex: none; width: 52px; height: 52px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid rgba(138, 74, 32, .32); background: rgba(194, 112, 63, .12);
  color: var(--copper-dk); font-family: var(--disp); font-weight: 700; font-size: 21px;
}
.shut h3 { font-size: 23px; margin: 8px 0 9px; }
.shut p { margin: 0; font-size: 17px; color: var(--on-light-mut); }

/* ------------------------------------------------------------ hours + area */
.hrs-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 60px); align-items: start; }
.hrs { width: 100%; border-collapse: collapse; margin-bottom: 18px; }
.hrs caption {
  text-align: left; font-family: var(--body); font-weight: 700; font-size: 11.5px;
  letter-spacing: .17em; text-transform: uppercase; color: var(--copper-lt);
  padding-bottom: 12px;
}
.hrs th, .hrs td { text-align: left; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 400; }
.hrs th { font-family: var(--body); font-weight: 600; font-size: 17px; color: var(--on-dark); }
.hrs td { font-family: var(--disp); font-weight: 700; font-size: 19px; color: var(--on-dark); text-align: right; }
.hrs .shut-day td { color: var(--on-dark-mut); font-weight: 400; font-family: var(--body); font-size: 17px; }

.area-home {
  font-family: var(--disp); font-weight: 700; font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.06; margin: 0 0 16px;
}
.area-p { color: var(--on-dark-mut); font-size: 17.5px; }
.area-flag {
  display: inline-block; margin: 4px 0 22px;
  font-family: var(--body); font-weight: 700; font-size: 12.5px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--copper-lt);
  border: 2px dashed rgba(231, 164, 112, .5); border-radius: 3px; padding: 7px 12px;
}

/* ---------------------------------------------------------------- reviews */
.quote { margin: 0 0 clamp(34px, 5vw, 54px); border-left: 3px solid var(--copper); padding-left: clamp(22px, 3vw, 34px); }
.quote-stars { display: flex; gap: 4px; color: var(--copper-lt); margin: 0 0 16px; }
.quote blockquote { margin: 0 0 18px; }
.quote blockquote p {
  font-family: var(--disp); font-weight: 700;
  font-size: clamp(25px, 3.6vw, 40px); line-height: 1.16; letter-spacing: -.018em;
  color: var(--on-dark); margin: 0; max-width: 24ch;
}
.quote figcaption { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; }
.quote-who { font-family: var(--disp); font-weight: 700; font-size: 20px; }
.quote-src { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--on-dark-mut); }

.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.card {
  margin: 0; background: rgba(255, 255, 255, .045); border: 1px solid var(--line);
  border-radius: 4px; padding: 24px;
}
.card .quote-stars { margin-bottom: 14px; }
.card blockquote { margin: 0 0 16px; }
.card blockquote p { font-size: 17.5px; color: var(--on-dark); margin: 0; }
.card figcaption { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; }
.card .quote-who { font-size: 18px; }

.answered { margin: clamp(30px, 4vw, 44px) 0 0; display: flex; align-items: center; gap: 15px; }
.answered span:first-child { width: 40px; height: 2px; background: var(--copper); flex: none; }
.answered span + span { font-family: var(--disp); font-weight: 700; font-size: 20px; line-height: 1.3; color: var(--on-dark); }

/* ---------------------------------------------------------------- CTA band */
.call { background: var(--copper); color: var(--ink-on-copper); padding: clamp(46px, 6.5vw, 74px) 0; }
.call-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px 44px; }
.call h2 { font-size: clamp(28px, 3.8vw, 44px); margin: 0 0 12px; max-width: 20ch; }
.call p { margin: 0; max-width: 44ch; font-size: 17.5px; color: #241105; }
.call-side { text-align: right; }
.call-side-k { font-family: var(--body); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 6px; color: #241105; }
.call-num {
  font-family: var(--disp); font-weight: 700; font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.1; text-decoration: none; color: var(--ink-on-copper);
  border-bottom: 3px solid rgba(25, 13, 4, .35);
}
.call-num:hover { border-bottom-color: var(--ink-on-copper); }

/* ---------------------------------------------------------------- request */
.req-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 62px); align-items: start; }
.req-lede { color: var(--on-dark-mut); font-size: 18px; margin: 0 0 28px; }

.req-facts { border-top: 1px solid var(--line); padding-top: 22px; margin-bottom: 24px; }
.rs-k { font-family: var(--body); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-mut); margin: 0 0 5px; }
.rs-v { margin: 0 0 18px; font-family: var(--disp); font-weight: 700; font-size: 27px; line-height: 1.2; }
.rs-v:last-child { margin-bottom: 0; }
.rs-v a { text-decoration: none; border-bottom: 2px solid var(--copper); }
.rs-v a:hover { color: var(--copper-lt); }
.rs-sm { font-size: 17px; font-family: var(--body); font-weight: 600; color: var(--on-dark); }

.req-form { background: rgba(255, 255, 255, .04); border: 1px solid var(--line); border-radius: 4px; padding: clamp(22px, 3.2vw, 34px); }
.form-h { font-size: 28px; margin: 0 0 14px; }
.req-note { font-size: 16.5px; color: var(--on-dark-mut); margin: 0 0 8px; }
.req-confirm { font-size: 16.5px; color: var(--copper-lt); font-weight: 600; margin: 0 0 24px; }

.f-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.f { display: flex; flex-direction: column; gap: 7px; margin: 0 0 18px; }
.f label { font-family: var(--body); font-weight: 700; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark-mut); }
.f input, .f select, .f textarea {
  font-family: var(--body); font-size: 16.5px; color: var(--on-dark);
  background: rgba(16, 24, 30, .6); border: 1px dashed #74838C;
  border-radius: 3px; padding: 12px 13px; width: 100%;
}
.f textarea { min-height: 128px; resize: vertical; }
.f input::placeholder { color: #8A98A0; }
.f input:disabled, .f select:disabled, .f textarea:disabled { color: #98A5AC; -webkit-text-fill-color: #98A5AC; opacity: 1; cursor: not-allowed; }
.f-note { font-size: 14.5px; color: var(--on-dark-mut); margin: 0 0 20px; }

.f-send {
  font-family: var(--body); font-weight: 700; font-size: 17px; line-height: 1;
  letter-spacing: .04em; text-transform: uppercase;
  background: none; color: #98A5AC; border: 2px dashed #74838C;
  border-radius: 3px; padding: 16px 26px; cursor: not-allowed; width: 100%;
}
.f-off { font-size: 13.5px; color: var(--copper-lt); margin: 12px 0 0; text-align: center; }

/* ----------------------------------------------------------------- footer */
.foot { background: #101A20; border-top: 1px solid var(--line); }
.foot-in {
  display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 34px;
  padding-top: clamp(46px, 6vw, 70px); padding-bottom: 40px;
}
.foot h2 { font-size: 19px; margin: 0 0 14px; color: var(--copper-lt); }
.foot p, .foot li { font-size: 16px; color: var(--on-dark-mut); }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot a { text-decoration: none; border-bottom: 1px solid rgba(231, 164, 112, .35); }
.foot a:hover { color: var(--copper-lt); }
.foot-brand { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; }
.foot-brand img { width: 46px; height: 46px; }
.foot-brand span { font-family: var(--disp); font-weight: 700; font-size: 24px; line-height: 1.1; color: var(--on-dark); }

.about { border-top: 1px solid var(--line); padding-top: 32px; padding-bottom: 32px; max-width: none; }
.about h2 { font-size: 21px; margin: 0 0 14px; color: var(--copper-lt); }
.about p { font-size: 16.5px; color: var(--on-dark-mut); max-width: 76ch; }
.about .pbar-btn { margin-top: 6px; }
.about a.pbar-btn { border-bottom: 0; color: var(--ink-on-copper); }

.bottom { border-top: 1px solid var(--line); padding-top: 22px; padding-bottom: 26px; }
.bottom p { font-size: 14.5px; color: var(--on-dark-mut); margin: 0; }

/* -------------------------------------------------------------------- fab */
.fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  display: none; align-items: center; justify-content: center;
  background: var(--copper); color: var(--ink-on-copper);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .5);
}
.fab svg { width: 26px; height: 26px; }
.fab::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid rgba(194, 112, 63, .5); animation: pulse 2.6s ease-out infinite;
}
@keyframes pulse {
  0% { transform: scale(.86); opacity: .9; }
  70% { transform: scale(1.16); opacity: 0; }
  100% { transform: scale(1.16); opacity: 0; }
}

/* ------------------------------------------------------------ breakpoints */
@media (max-width: 1080px) {
  .nav { gap: 16px; }
  .nav a { font-size: 15px; }
  .brand-name { font-size: 22px; }
}

@media (max-width: 940px) {
  .mast-in { flex-wrap: wrap; }
  .burger { display: block; order: 3; }
  .mast-call { order: 2; font-size: 15.5px; padding: 12px 15px; }
  .nav {
    order: 4; width: 100%; display: none; flex-direction: column; gap: 0;
    border-top: 1px solid var(--line); margin-top: 10px; padding-top: 6px;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border-bottom: 0; }

  .svc-grid, .req-in, .hrs-in, .shut-in { grid-template-columns: minmax(0, 1fr); }
  .record-in { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .foot-in { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .fab { display: inline-flex; }
  .hero-copy { max-width: 580px; }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  .cards { grid-template-columns: minmax(0, 1fr); }
  .call-in { flex-direction: column; align-items: flex-start; }
  .call-side { text-align: left; }
  .foot-in { grid-template-columns: minmax(0, 1fr); }
  .quote blockquote p { max-width: none; }
  .hero-copy { max-width: none; }
  /* Narrow viewports put the copy over the brightest part of the frame, so the
     scrim stops being directional and simply covers. Measured on rendered
     pixels with the text layer hidden. */
  .hero-scrim {
    background: linear-gradient(180deg, rgba(15, 21, 26, .93), rgba(15, 21, 26, .88) 56%, rgba(15, 21, 26, .7));
  }
}

@media (max-width: 520px) {
  .f-row { grid-template-columns: minmax(0, 1fr); }
  .mast-call { display: none; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-name { font-size: 21px; }
  .brand-sub { font-size: 10px; letter-spacing: .12em; }
  /* Not full width: the floating call button sits bottom right, and a
     full-bleed button would run underneath it. */
  .hero-cta { flex-direction: column; align-items: flex-start; padding-right: 76px; }
  .btn-lg { font-size: 17px; padding: 15px 20px; }
  .shut { gap: 14px; }
  .shut-n { width: 44px; height: 44px; font-size: 18px; }
  .hrs td { font-size: 17px; }
  .pbar-in { padding-top: 13px; padding-bottom: 13px; }
}

/* ------------------------------------------------------- reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-img { animation: none; }
  .fab::after { animation: none; }
  .js .hero-h .w, .js .hero-card { opacity: 1; transform: none; animation: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
