/* =====================================================================
   All Needs Construction — DESIGN SYSTEM: "Timber & Chalk Line"
   A planed-pine page framed in walnut, with a snapped chalk line and one
   colour that asks: the call and text buttons are chalk-line blue, and
   the only other blue on the page is the chalk line itself. White oak
   does the decorating (rules, ticks, numerals); links are walnut with an
   oak underline. The homeowner's list is the signature device: in the
   hero, on every service, and again, blank, in the closing ask.

   Shape: square-cut lumber — 2px corners, 1px rules, no shadows.
   Display: Roboto Slab 700/800. Text: Libre Franklin.
   Token contract, contrast table and the de-twinning audit:
   docs/design-system.md, docs/de-twinning-audit.md.
   ===================================================================== */

:root {
  /* palette */
  --plane:          #FAF8F4;  /* page field: planed pine, near-neutral */
  --sawdust:        #F0E9DD;  /* hover fills, chips, the phone nav */
  --paper:          #FFFFFF;  /* cards, the list */
  --oak:            #C9A77C;  /* white oak: rules, ticks, numerals, underlines
                                 (decorative; 5.8:1 on walnut, never text on
                                 the light page) */
  --oak-line:       #DDCDB4;  /* 1px borders */
  --walnut:         #3A2E25;  /* structure: headings, links, bands (12.4:1) */
  --walnut-2:       #2E241D;  /* footer */
  --on-walnut:      #F4EEE6;  /* type on walnut (11.4:1) */
  --on-walnut-soft: #CDBDAC;  /* muted type on walnut (7.2:1) */
  --ink:            #2A221C;  /* body text (14.7:1 on plane) */
  --muted:          #675A4E;  /* captions (6.3:1 plane, 5.5:1 sawdust) */
  --chalk:          #2F6FB3;  /* THE ask: call/text buttons + the chalk line.
                                 White type on it 5.2:1 */
  --chalk-deep:     #245A94;  /* button hover (white on it 7.1:1) */
  --chalk-bright:   #8DB8E8;  /* focus ring on walnut (6.4:1) */
  --pending:        #FFE58A;  /* preview-only placeholder marker (ink 12.5:1) */

  /* type */
  --display: "Roboto Slab", "Rockwell", Georgia, serif;
  --body: "Libre Franklin", "Franklin Gothic Book", "Helvetica Neue", Arial, sans-serif;
  --step--2: clamp(.86rem, .84rem + .1vw, .92rem);
  --step--1: clamp(.95rem, .92rem + .15vw, 1.02rem);
  --step-0:  clamp(1.05rem, 1rem + .25vw, 1.14rem);
  --step-1:  clamp(1.18rem, 1.08rem + .5vw, 1.42rem);
  --step-2:  clamp(1.38rem, 1.22rem + .8vw, 1.8rem);
  --step-3:  clamp(1.65rem, 1.4rem + 1.2vw, 2.3rem);
  --step-4:  clamp(2rem, 1.2rem + 2.4vw, 3rem);
  --step-5:  clamp(2.3rem, 1.7rem + 3vw, 3.9rem);

  --maxw: 72rem;
  --gutter: 1.25rem;
  --radius: 2px;
  /* The snapped chalk line: slightly uneven, as a real one is. */
  --chalk-line: repeating-linear-gradient(90deg, var(--chalk) 0 22px, #5C8FC7 22px 25px, var(--chalk) 25px 41px, #7EA6D6 41px 43px);
  --chalk-line-v: repeating-linear-gradient(180deg, var(--chalk) 0 22px, #5C8FC7 22px 25px, var(--chalk) 25px 41px, #7EA6D6 41px 43px);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--plane); color: var(--ink);
  font-family: var(--body); font-size: var(--step-0); line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--walnut); text-decoration-color: var(--oak); text-decoration-thickness: 2px; text-underline-offset: .2em; }
a:hover { color: var(--walnut); text-decoration-color: var(--walnut); }
:focus-visible { outline: 3px solid var(--chalk); outline-offset: 2px; }
.band--walnut :focus-visible, .site-footer :focus-visible { outline-color: var(--chalk-bright); }
h1, h2, h3 { font-family: var(--display); font-weight: 700; color: var(--walnut); line-height: 1.12; margin: 0 0 .5em; text-wrap: balance; }
h1 { font-size: var(--step-5); font-weight: 800; letter-spacing: -.015em; }
h2 { font-size: var(--step-3); letter-spacing: -.01em; }
h3 { font-size: var(--step-1); }
p { margin: 0 0 1em; max-width: 66ch; }
.lede { font-size: var(--step-1); max-width: 54ch; color: var(--ink); }
.muted { color: var(--muted); }
.nowrap { white-space: nowrap; }
.visually-hidden, .pending-q {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.eyebrow {
  font-weight: 700; font-size: var(--step--2); letter-spacing: .14em; text-transform: uppercase;
  color: var(--walnut); margin: 0 0 .7em;
}
.eyebrow::after { content: ""; display: block; width: 3rem; height: 3px; background: var(--chalk-line); margin-top: .55rem; }
main { display: block; }
main > section { max-width: var(--maxw); margin: 0 auto; padding: 3rem var(--gutter); }
main > section.band { max-width: none; padding: 0; }
.band-inner { max-width: var(--maxw); margin: 0 auto; padding: 3.25rem var(--gutter); }
.band--walnut { background: var(--walnut); color: var(--on-walnut); position: relative; }
.band--walnut h2, .band--walnut h3 { color: var(--on-walnut); }
.band--walnut a { color: var(--on-walnut); }
/* The tape-measure edge: long ticks every 40px, short ticks every 8px. */
.band--walnut::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 10px;
  background:
    repeating-linear-gradient(90deg, var(--oak) 0 1px, transparent 1px 40px) top left / 100% 10px no-repeat,
    repeating-linear-gradient(90deg, var(--oak) 0 1px, transparent 1px 8px) top left / 100% 5px no-repeat;
  opacity: .8;
}
.two-col { display: grid; gap: 2.5rem; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 52rem) { .two-col { grid-template-columns: 1.2fr .8fr; } }
figure { margin: 0; }
figcaption { font-size: var(--step--2); color: var(--muted); margin-top: .45rem; }
.skip { position: absolute; left: -999px; top: 0; background: var(--walnut); color: var(--on-walnut); padding: .6rem 1rem; z-index: 100; }
.skip:focus { left: .5rem; top: .5rem; }

/* ---------- preview ribbon + placeholder marks ---------- */
.demo-ribbon {
  background: var(--sawdust); color: var(--walnut); border-bottom: 1px dashed var(--oak);
  font-weight: 600; font-size: var(--step--2); letter-spacing: .04em; text-align: center; padding: .45rem 1rem;
}
mark.pending {
  background: var(--pending); color: var(--ink); padding: 0 .2em; border-radius: var(--radius);
  outline: 1px dashed #A07A10; outline-offset: 0; cursor: help;
}
.story mark.pending { display: inline-block; padding: .6rem .8rem; }
.still-needed { padding-left: 1.4rem; max-width: 60ch; }
.still-needed li { margin: 0 0 .7rem; }

/* ---------- header ---------- */
.site-header { position: relative; background: var(--plane); padding: .9rem 0; }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--chalk-line); }
.site-header-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.brand { text-decoration: none; display: inline-flex; flex-direction: column; line-height: 1; color: var(--walnut); }
.brand-mark { font-family: var(--display); font-weight: 800; font-size: 1.6rem; letter-spacing: -.01em; }
.brand-sub { font-family: var(--body); font-weight: 700; font-size: .7rem; letter-spacing: .34em; text-transform: uppercase; color: var(--muted); margin-top: .3rem; }
.nav { display: flex; align-items: center; gap: .3rem 1.4rem; flex-wrap: wrap; }
.nav a { color: var(--walnut); text-decoration: none; font-weight: 600; font-size: var(--step--1); padding: .3rem 0; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--oak); }
.nav .nav-cta { background: var(--chalk); color: #fff; padding: .6rem 1rem; border-radius: var(--radius); border-bottom: 0; }
.nav .nav-cta:hover { background: var(--chalk-deep); color: #fff; }
.nav .nav-cta mark.pending { background: transparent; color: #fff; outline-color: var(--pending); }
.nav-toggle { position: absolute; opacity: 0; width: 1px; height: 1px; }
.nav-burger { display: none; width: 2.4rem; height: 2rem; flex-direction: column; justify-content: space-between; padding: .35rem .25rem; cursor: pointer; }
.nav-burger span { display: block; height: 3px; background: var(--walnut); border-radius: 1px; }
.nav-toggle:focus-visible + .nav-burger { outline: 3px solid var(--chalk); outline-offset: 2px; }
@media (max-width: 52rem) {
  .nav-burger { display: flex; }
  .nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: .25rem; padding: .5rem 0 .8rem; }
  .nav-toggle:checked ~ .nav { display: flex; }
  .nav .nav-cta { margin-top: .4rem; }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block; background: var(--chalk); color: #fff; text-decoration: none;
  font-weight: 700; font-size: var(--step--1); letter-spacing: .01em; line-height: 1.2;
  padding: .85rem 1.4rem; border-radius: var(--radius); border: 2px solid var(--chalk); cursor: pointer;
}
.btn:hover { background: var(--chalk-deep); border-color: var(--chalk-deep); color: #fff; }
.btn--ghost { background: transparent; color: var(--walnut); border-color: var(--walnut); }
.btn--ghost:hover { background: var(--walnut); border-color: var(--walnut); color: var(--on-walnut); }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; align-items: center; margin: 1.1rem 0 0; }

/* ---------- hero + the list ---------- */
.hero { padding-top: 3.5rem; padding-bottom: 6rem; }
.hero-split { display: grid; gap: 2.5rem; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 56rem) { .hero-split { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.hero h1 { margin-bottom: .35em; }
.hero-number, .cta-number { margin: 1.4rem 0 0; line-height: 1.05; }
.hero-number-label { display: block; font-size: var(--step--2); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: .35rem; }
.hero-number a, .cta-number a { font-family: var(--display); font-weight: 800; font-size: var(--step-4); color: var(--walnut); text-decoration: none; letter-spacing: -.01em; }
.hero-number a:hover, .cta-number a:hover { text-decoration: underline; text-decoration-color: var(--oak); }
@media (max-width: 52rem) { .hero { padding-top: 2rem; padding-bottom: 2rem; } }

.hero-visual { position: relative; }
.hero-photo { position: relative; }
.hero-photo img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; border-radius: var(--radius); border: 1px solid var(--oak-line); }
.hero-visual .job-list { position: relative; margin: -4rem 0 0 1rem; max-width: 20rem; outline: 6px solid var(--plane); }
.hero-visual .job-list li { font-size: var(--step-0); padding: .5rem 0; }
@media (min-width: 56rem) { .hero-visual .job-list { position: absolute; left: -3.5rem; bottom: -5rem; margin: 0; max-width: 16.5rem; padding: 1rem 1.2rem; } .hero-visual .job-list-head { font-size: var(--step-1); } }
.stand-in-tag { position: absolute; top: .6rem; right: .6rem; font-size: var(--step--2); font-weight: 700; }
.service-side { display: grid; gap: 1rem; }
.service-photo { position: relative; }
.service-photo img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; border-radius: var(--radius); border: 1px solid var(--oak-line); }
.job-list {
  background: var(--paper); border: 1px solid var(--oak-line); border-top: 10px solid var(--walnut);
  border-radius: var(--radius); padding: 1.4rem 1.6rem 1.3rem; max-width: 26rem; justify-self: center; width: 100%;
  transform: rotate(-1.2deg);
}
.job-list-head { font-family: var(--display); font-weight: 800; font-size: var(--step-2); color: var(--walnut); margin: 0 0 .4rem; }
.job-list ul, .mini-list { list-style: none; margin: 0; padding: 0; }
.job-list li {
  display: flex; align-items: center; gap: .75rem; font-size: var(--step-1); font-weight: 500;
  padding: .7rem 0; border-bottom: 1px solid var(--oak-line);
}
.tick { width: 1.5rem; height: 1.5rem; flex: none; border: 2px solid var(--walnut); border-radius: var(--radius); padding: 1px; }
.tick path { fill: none; stroke: var(--walnut); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.job-list-foot { margin: 1rem 0 0; font-weight: 700; color: var(--walnut); font-size: var(--step-0); }
@media (prefers-reduced-motion: reduce) { .job-list { transform: none; } }

/* ---------- the paperwork band ---------- */
.band-inner--facts { padding-top: 2.6rem; padding-bottom: 2.6rem; }
.facts-grid { display: grid; gap: 1.5rem 2rem; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); }
.fact { border-top: 3px solid var(--oak); padding-top: .9rem; }
.fact h3 { font-size: var(--step-2); margin-bottom: .25rem; }
.fact p { margin: 0; font-size: var(--step--1); color: var(--on-walnut-soft); }

/* ---------- services on home: an estimate sheet ---------- */
.estimate { list-style: none; padding: 0; margin: 1.5rem 0 0; border-bottom: 1px solid var(--oak-line); }
.estimate-row {
  display: grid; grid-template-columns: 4rem 1fr 1.4fr; gap: .3rem 1.5rem; align-items: baseline;
  padding: 1.25rem 0; border-top: 1px solid var(--oak-line);
}
.estimate-row h3 { font-size: var(--step-2); margin: 0; }
.estimate-row p { margin: 0; color: var(--ink); }
.estimate-n { font-family: var(--display); font-weight: 800; font-size: var(--step-2); color: var(--oak); margin: 0; line-height: 1; }
.estimate-more { margin: 1.25rem 0 0; font-weight: 700; }
@media (max-width: 52rem) {
  .estimate-row { grid-template-columns: 2.75rem 1fr; }
  .estimate-row p { grid-column: 2; }
}

/* ---------- services page ---------- */
.page-head { padding-top: 3.25rem; padding-bottom: 1rem; }
.jump { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; list-style: none; padding: 0; margin: 1.5rem 0 0; font-weight: 600; }
.service { scroll-margin-top: 1rem; padding-top: 0; }
.service-row {
  display: grid; gap: 1.5rem 3rem; grid-template-columns: 1fr; align-items: start;
  border-top: 1px solid var(--oak-line); padding-top: 2.5rem;
}
@media (min-width: 52rem) { .service-row { grid-template-columns: 1fr 20rem; } }
.service-body h2 { margin-bottom: .3em; }
.service-body .estimate-n { margin-bottom: .6rem; }
.mini-list { background: var(--paper); border: 1px solid var(--oak-line); border-top: 6px solid var(--walnut); padding: .5rem 1.2rem .7rem; }
.mini-list li { display: flex; align-items: center; gap: .65rem; padding: .55rem 0; border-bottom: 1px solid var(--oak-line); font-weight: 500; }
.mini-list li:last-child { border-bottom: 0; }
.mini-list .tick { width: 1.2rem; height: 1.2rem; }
.service-note { font-size: var(--step--1); color: var(--muted); border-left: 3px solid var(--oak); padding-left: .9rem; margin-top: 1rem; }

/* ---------- how it works: numerals cut into a chalk line ---------- */
.steps { list-style: none; padding: 0; margin: 1.75rem 0 0; display: grid; gap: 1.5rem 2.5rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); position: relative; }
.steps::before { content: ""; position: absolute; left: 0; right: 0; top: 1.4rem; height: 3px; background: var(--chalk-line); }
.step { position: relative; }
.step-n {
  position: relative; display: inline-block; font-family: var(--display); font-weight: 800; font-size: 3rem; line-height: 1;
  color: var(--walnut); background: var(--plane); padding-right: .7rem; margin-bottom: .6rem;
}
.step h3 { margin-bottom: .3rem; }
.step p { margin: 0; font-size: var(--step--1); }
@media (max-width: 52rem) {
  .steps { grid-template-columns: 1fr; padding-left: 3.5rem; }
  .steps::before { left: 1rem; right: auto; top: .5rem; bottom: .5rem; width: 3px; height: auto; background: var(--chalk-line-v); }
  .step-n { position: absolute; left: -3.5rem; top: 0; width: 2.5rem; text-align: center; padding: 0 0 .3rem; font-size: 2.2rem; }
}

/* ---------- photos (render once Eric's own exist) ---------- */
.work-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); margin-top: 1.25rem; }
.work-grid--tight { margin-top: 1.5rem; }
@media (min-width: 52rem) {
  .work-grid--lead { grid-template-columns: repeat(6, 1fr); }
  .work-grid--lead .work-item { grid-column: span 2; }
  .work-grid--lead .work-item:first-child { grid-column: span 4; grid-row: span 2; }
  .work-grid--lead .work-item:first-child img { height: calc(100% - 2.6rem); }
}
.work-item img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; border-radius: var(--radius) var(--radius) 0 0; }
.ticket { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin: 0; background: var(--walnut); padding: .6rem .9rem; border-radius: 0 0 var(--radius) var(--radius); }
.ticket-job { font-family: var(--display); font-weight: 700; color: var(--on-walnut); font-size: var(--step--1); }
.ticket-town { font-weight: 700; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--oak); white-space: nowrap; }

/* ---------- customer words (render once permissioned quotes exist) ---------- */
.words-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); margin-top: 1.25rem; }
.word { background: var(--paper); border: 1px solid var(--oak-line); border-left: 4px solid var(--oak); padding: 1.2rem 1.3rem; }
.word blockquote { margin: 0; font-size: var(--step-0); }
.word blockquote p { margin: 0 0 .6rem; }
.word figcaption { font-weight: 600; }

/* ---------- areas ---------- */
.area-list { list-style: none; padding: 0; margin: 1.25rem 0 1rem; display: grid; gap: .9rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
.area-list--stack { grid-template-columns: 1fr; }
.area-list a {
  display: flex; flex-direction: column; gap: .2rem; height: 100%; text-decoration: none; color: var(--ink);
  border: 1px solid var(--oak-line); border-radius: var(--radius); padding: 1rem 1.1rem; background: var(--paper);
}
.area-list a:hover { border-color: var(--walnut); background: var(--sawdust); }
.area-list strong { font-family: var(--display); font-size: var(--step-1); color: var(--walnut); }
.area-list span { font-size: var(--step--1); color: var(--muted); }
.area-places { font-size: var(--step--1); margin: -.3rem 0 .4rem; }
.area-body h2 { font-size: var(--step-2); }
.area-services { list-style: none; padding: 0; margin: 0; }
.area-services li { display: flex; flex-direction: column; padding: .75rem 0; border-bottom: 1px solid var(--oak-line); }
.area-services a { font-weight: 700; }
.area-services span { font-size: var(--step--1); color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-list { margin: 1.25rem 0 0; display: grid; gap: 0 3rem; grid-template-columns: 1fr; }
@media (min-width: 52rem) { .faq-list { grid-template-columns: 1fr 1fr; } }
.faq-item { border-top: 1px solid var(--oak-line); padding: 1.1rem 0 1.2rem; }
.faq-item dt { font-family: var(--display); font-weight: 700; font-size: var(--step-1); color: var(--walnut); margin-bottom: .3rem; }
.faq-item dd { margin: 0; }

/* ---------- about / contact ---------- */
.credentials { background: var(--paper); border: 1px solid var(--oak-line); border-top: 6px solid var(--walnut); padding: 1.4rem 1.5rem; }
.credentials h2 { font-size: var(--step-2); }
.credentials dl { margin: 0; display: grid; grid-template-columns: max-content 1fr; gap: .7rem 1.2rem; }
.credentials dt { font-weight: 700; color: var(--walnut); }
.credentials dd { margin: 0; }
.about-story h2 { font-size: var(--step-2); margin-top: .2em; }
.contact-card { background: var(--paper); border: 1px solid var(--oak-line); border-top: 10px solid var(--walnut); padding: 1.6rem; }
.contact-number { font-family: var(--display); font-weight: 800; font-size: var(--step-4); margin: 0; line-height: 1.05; }
.contact-number a { color: var(--walnut); text-decoration: none; }
.contact-when { margin: 1.2rem 0 0; color: var(--muted); }
.checklist { list-style: none; padding: 0; margin: 0 0 1rem; }
.checklist li { padding: .55rem 0 .55rem 1.8rem; border-bottom: 1px solid var(--oak-line); position: relative; }
.checklist li::before { content: ""; position: absolute; left: 0; top: .85rem; width: .9rem; height: .9rem; border: 2px solid var(--walnut); border-radius: var(--radius); }

/* ---------- the closing ask: the list again, blank, and yours ---------- */
.cta { padding-top: 1rem; padding-bottom: 4rem; }
.cta-card {
  display: grid; gap: 1.5rem 3rem; grid-template-columns: 1fr; align-items: center;
  background: var(--paper); border: 1px solid var(--oak-line); border-top: 10px solid var(--walnut);
  border-radius: var(--radius); padding: 2rem clamp(1.25rem, 3vw, 2.5rem);
}
@media (min-width: 52rem) { .cta-card { grid-template-columns: 1.1fr .9fr; } }
.cta-copy h2 { margin-bottom: .3em; }
.cta-sub { color: var(--muted); margin: 0; }
.cta-blanks { list-style: none; margin: 1.2rem 0 0; padding: 0; max-width: 24rem; }
.cta-blanks li { height: 2.4rem; border-bottom: 1px solid var(--oak-line); position: relative; }
.cta-blanks li::before { content: ""; position: absolute; left: 0; bottom: .55rem; width: 1.2rem; height: 1.2rem; border: 2px solid var(--walnut); border-radius: var(--radius); }
.cta-number { margin-top: 0; }

/* ---------- footer ---------- */
.site-footer { background: var(--walnut-2); color: var(--on-walnut); padding: 3rem 0 1.5rem; }
.site-footer a { color: var(--on-walnut); text-decoration-color: var(--oak); }
.site-footer a:hover { text-decoration-color: var(--on-walnut); }
.footer-grid { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); }
.footer-mast { font-family: var(--display); font-weight: 800; font-size: var(--step-2); margin: 0; }
.footer-tag { color: var(--on-walnut-soft); margin: 0 0 1rem; }
.footer-phone { font-family: var(--display); font-weight: 700; font-size: var(--step-1); text-decoration: none; }
.footer-small { font-size: var(--step--2); color: var(--on-walnut-soft); }
.footer-h { font-family: var(--body); font-size: var(--step--2); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--oak); margin: .3rem 0 .8rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 0 0 .45rem; }
.footer-legal { max-width: var(--maxw); margin: 2rem auto 0; padding: 1rem var(--gutter) 0; font-size: var(--step--2); color: var(--on-walnut-soft); }
.footer-legal p { margin: 0; padding-top: 1rem; border-top: 1px solid #4A3B30; }

/* ---------- phone call bar ---------- */
.callbar { display: none; }
@media (max-width: 52rem) {
  body { padding-bottom: 4rem; }
  .callbar {
    display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    transition: transform .2s ease-out;
  }
  .callbar--tucked { transform: translateY(100%); }
  .callbar a { display: block; text-align: center; font-weight: 700; text-decoration: none; padding: 1.05rem .5rem calc(1.05rem + env(safe-area-inset-bottom)); }
  .callbar-call { background: var(--chalk); color: #fff; }
  .callbar-text { background: var(--walnut); color: var(--on-walnut); }
}
@media (prefers-reduced-motion: reduce) { .callbar { transition: none; } }
.job-list-foot a { white-space: nowrap; }
