/* Self-hosted fonts (was Google Fonts) — latin + latin-ext, variable woff2. */
@font-face{font-family:'Bitter';font-style:italic;font-weight:500 800;font-display:swap;src:url('/assets/fonts/bitter-italic-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Bitter';font-style:italic;font-weight:500 800;font-display:swap;src:url('/assets/fonts/bitter-italic-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Bitter';font-style:normal;font-weight:500 800;font-display:swap;src:url('/assets/fonts/bitter-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Bitter';font-style:normal;font-weight:500 800;font-display:swap;src:url('/assets/fonts/bitter-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Karla';font-style:italic;font-weight:400 700;font-display:swap;src:url('/assets/fonts/karla-italic-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Karla';font-style:italic;font-weight:400 700;font-display:swap;src:url('/assets/fonts/karla-italic-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Karla';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/karla-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Karla';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/karla-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
/* Belrose Removals — bespoke stylesheet (minimal-kit node, no framework).
   Register: a careful trade document on cream paper under eucalypt shade.
   Tokens are the brand kit's OKLCH set verbatim (brand-kit/system.md) — every
   colour below references a token; no new hexes. */

:root {
  --ink:        oklch(31.0% 0.011 84.6);   /* #33302A */
  --paper:      oklch(94.9% 0.018 89.4);   /* #F3EEE1 */
  --card:       oklch(98.0% 0.010 87.5);   /* #FBF8F1 */
  --sand:       oklch(90.4% 0.031 90.3);   /* #E7DFC9 */
  --bell:       oklch(56.6% 0.161 34.1);   /* #C2492E */
  --bell-deep:  oklch(49.9% 0.153 33.6);   /* #A8371F */
  --rose:       oklch(59.7% 0.144 2.3);    /* #C25578 */
  --rose-deep:  oklch(45.4% 0.123 359.6);  /* #8A3354 */
  --gold:       oklch(74.4% 0.133 78.7);   /* #D9A13B */
  --olive:      oklch(43.5% 0.035 126.7);  /* #4C5540 */
  --sage:       oklch(69.2% 0.053 113.9);  /* #9BA07A */

  --font-display: "Bitter", "Iowan Old Style", Georgia, serif;
  --font-body: "Karla", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1120px;
  --gutter: clamp(1.1rem, 4vw, 2rem);
  --ease: cubic-bezier(.33, 1, .48, 1);
}

/* ---------- reset + floors ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }  /* protects [data-lead-success]/[data-lead-error] */
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.09375rem; /* 17.5px */
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
}
img, svg, video { max-width: 100%; height: auto; }
::placeholder { color: color-mix(in oklab, var(--ink) 25%, transparent); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
::selection { background: var(--sand); }

/* ---------- type ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.12; margin: 0 0 .6em; }
h1 { font-weight: 800; font-size: clamp(2.05rem, 4.6vw, 3.3rem); letter-spacing: -.01em; }
h2 { font-weight: 700; font-size: clamp(1.55rem, 3vw, 2.15rem); }
h3 { font-weight: 700; font-size: clamp(1.18rem, 2vw, 1.4rem); }
p { margin: 0 0 1.05em; }
strong { font-weight: 700; }
a { color: var(--bell-deep); text-decoration-thickness: 1px; text-underline-offset: 2px; transition: color .18s var(--ease); }
a:hover { color: var(--bell); }
.kicker {
  font-family: var(--font-body); font-weight: 700; font-size: .8rem;
  letter-spacing: .13em; text-transform: uppercase; color: var(--olive);
  display: block; margin-bottom: .9rem;
}
.kicker::before {
  content: ""; display: inline-block; width: 1.6rem; height: 2px;
  background: var(--gold); vertical-align: .22em; margin-right: .55rem;
}
.lede { font-size: clamp(1.12rem, 1.8vw, 1.26rem); line-height: 1.55; max-width: 58ch; }
.aside-note { font-family: var(--font-display); font-style: italic; font-weight: 500; color: var(--olive); }

/* the divider IS the brand's hr */
hr {
  border: 0; height: 16px; margin: 2.6rem auto; max-width: 420px;
  background: url("/assets/brand/micro/divider.svg") center / contain no-repeat;
}
.on-dark hr, .band-dark hr { background-image: url("/assets/brand/micro/divider-on-dark.svg"); }

/* bell bullets */
ul.bells { list-style: none; padding-left: 0; margin: 0 0 1.1em; }
ul.bells li { position: relative; padding-left: 1.5rem; margin-bottom: .5em; }
ul.bells li::before {
  content: ""; position: absolute; left: 0; top: .32em; width: .8em; height: .8em;
  background: url("/assets/brand/micro/bullet.svg") center / contain no-repeat;
}

blockquote {
  margin: 2rem 0; padding: 1.4rem 1.6rem 1.2rem 3.4rem; position: relative;
  background: var(--sand); border-radius: 6px;
  font-family: var(--font-display); font-weight: 500; font-size: 1.12rem;
}
blockquote::before {
  content: ""; position: absolute; left: 1rem; top: 1.15rem; width: 1.8rem; height: 1.8rem;
  background: url("/assets/brand/micro/quote.svg") center / contain no-repeat;
}
blockquote p:last-child { margin-bottom: 0; }

/* ---------- layout ---------- */
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-narrow { max-width: 780px; margin-inline: auto; padding-inline: var(--gutter); }
.band { padding-block: clamp(3rem, 7vw, 5rem); }
.band-sand { background: var(--sand); }
.band-card { background: var(--card); }
.band-dark { background: var(--olive); color: var(--paper); }
.band-dark h1, .band-dark h2, .band-dark h3, .band-dark p { color: var(--paper); }
.band-dark .kicker { color: var(--sand); }
.band-dark a:not(.btn) { color: var(--card); }
.band-dark a:not(.btn):hover { color: var(--gold); }

/* texture underlays — one texture per band, whisper wide / firm small */
.tex-sprig { background-image: url("/assets/brand/textures/pattern-sprig-scatter-light-whisper.svg"); }
.tex-bark { background-image: url("/assets/brand/textures/pattern-bark-brick-light-whisper.svg"); }
.tex-weave { background-image: url("/assets/brand/textures/pattern-blanket-weave-light-whisper.svg"); background-size: 150px 150px; }
.tex-contours { background-image: url("/assets/brand/textures/pattern-slope-contours-light-whisper.svg"); }
.tex-contours-dark { background-image: url("/assets/brand/textures/pattern-slope-contours-dark-whisper.svg"); }
.tex-weave-dark { background-image: url("/assets/brand/textures/pattern-blanket-weave-dark-whisper.svg"); }

/* skip link */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--bell-deep); color: var(--card); padding: .7rem 1.2rem;
  border-radius: 0 0 6px 0; font-weight: 700; text-decoration: none;
}
.skip:focus { left: 0; }

/* ---------- header ---------- */
.site-head {
  background: var(--paper);
  border-bottom: 1px solid var(--sage);
  position: relative; z-index: 40;
}
.site-head .bar {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding-block: .85rem;
}
.site-head .lockup img { display: block; height: 46px; width: auto; }
.site-head .lockup .lockup-stacked { display: none; }
.nav-primary { display: flex; align-items: center; gap: clamp(.9rem, 2vw, 1.6rem); }
.nav-primary a:not(.btn) {
  color: var(--ink); text-decoration: none; font-weight: 500; font-size: .98rem;
  padding-block: .3rem; border-bottom: 2px solid transparent;
  transition: border-color .18s var(--ease), color .18s var(--ease);
}
.nav-primary a:not(.btn):hover { color: var(--bell-deep); border-bottom-color: var(--gold); }
/* active page */
body[data-page="services"] .nav-primary a[href="/services/"],
body[data-page="areas"] .nav-primary a[href="/areas/"],
body[data-page="guides"] .nav-primary a[href="/guides/"],
body[data-page="carry-plan"] .nav-primary a[href="/carry-plan/"],
body[data-page="about"] .nav-primary a[href="/about/"] { border-bottom-color: var(--bell); color: var(--bell-deep); }
.nav-toggle {
  display: none; background: none; border: 1px solid var(--sage); border-radius: 6px;
  padding: .5rem .65rem; cursor: pointer; color: var(--ink);
}
.nav-toggle svg { display: block; width: 22px; height: 22px; }

@media (max-width: 860px) {
  .site-head .lockup img.lockup-primary { height: 42px; }
  .nav-toggle { display: block; }
  .nav-primary {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--card); border-bottom: 2px solid var(--gold);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: .6rem var(--gutter) 1.1rem;
    box-shadow: 0 14px 24px -18px var(--ink);
  }
  .nav-primary.open { display: flex; }
  .nav-primary a:not(.btn) {
    padding: .8rem .2rem; font-size: 1.06rem;
    border-bottom: 1px solid var(--sand);
  }
  .nav-primary a:not(.btn):hover { border-bottom-color: var(--sand); }
  .nav-primary .btn { margin-top: .9rem; text-align: center; }
}
@media (max-width: 480px) {
  .site-head .lockup img.lockup-primary { display: none; }
  .site-head .lockup img.lockup-stacked { display: block; height: 58px; }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block; font-family: var(--font-body); font-weight: 700; font-size: 1rem;
  text-decoration: none; border-radius: 6px; padding: .78rem 1.5rem; cursor: pointer;
  border: 2px solid transparent; line-height: 1.25;
  transition: background-color .18s var(--ease), color .18s var(--ease),
              border-color .18s var(--ease), transform .18s var(--ease);
}
.btn svg { width: 16px; height: 16px; flex: 0 0 auto; }
.btn-primary { background: var(--bell-deep); color: var(--card); }
.btn-primary:hover { background: var(--bell); color: var(--card); transform: translateY(-1px); }
.btn-quiet { background: transparent; color: var(--ink); border-color: var(--olive); }
.btn-quiet:hover { color: var(--bell-deep); border-color: var(--bell-deep); }
.band-dark .btn-quiet { color: var(--paper); border-color: var(--sand); }
.band-dark .btn-quiet:hover { color: var(--gold); border-color: var(--gold); }
/* container link rules never outrank buttons (fleet lesson) */
.nav-primary a.btn-primary, .foot a.btn-primary, .band-dark a.btn-primary,
.enquiry-band a.btn-primary { color: var(--card); }

/* ---------- figures / photos ---------- */
figure.photo {
  margin: 0; background: var(--card); border: 1px solid var(--sage);
  border-top: 3px solid var(--gold); border-radius: 4px; padding: .55rem;
}
figure.photo img { display: block; width: 100%; height: auto; border-radius: 2px; }
figure.photo figcaption {
  font-size: .82rem; color: var(--olive); padding: .55rem .2rem .1rem;
  line-height: 1.45;
}

/* ---------- home hero ---------- */
.hero { padding-block: clamp(2.6rem, 6vw, 4.6rem); }
.hero .grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(1.6rem, 4vw, 3.2rem); align-items: center; }
.hero .actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.hero .rate-line { margin-top: 1.4rem; font-size: .95rem; color: var(--olive); }
@media (max-width: 860px) { .hero .grid { grid-template-columns: 1fr; } }

/* ---------- service ledger (hierarchy made visible) ---------- */
.ledger { display: grid; gap: 1rem; margin-top: 2rem; }
.ledger .entry {
  background: var(--card); border: 1px solid var(--sage); border-radius: 6px;
  padding: 1.5rem 1.6rem; display: grid; grid-template-columns: auto 1fr auto; gap: 1.2rem;
  align-items: start; text-decoration: none; color: var(--ink); position: relative;
  transition: border-color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);
}
.ledger .entry:hover { border-color: var(--bell-deep); transform: translateY(-2px); box-shadow: 0 12px 22px -18px var(--ink); }
.ledger .entry .no {
  font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--sage);
  line-height: 1; padding-top: .15rem; min-width: 2.4rem;
}
.ledger .entry:hover .no { color: var(--gold); }
.ledger .entry h3 { margin-bottom: .35rem; }
.ledger .entry p { margin: 0; color: color-mix(in oklab, var(--ink) 82%, var(--paper)); }
.ledger .entry .go { color: var(--bell-deep); font-weight: 700; white-space: nowrap; padding-top: .2rem; }
.ledger .entry img.spot { width: 64px; height: 64px; }
/* descending emphasis: lead entries carry a photo-icon + full copy; tail entries compress */
.ledger .entry.lead { grid-template-columns: auto auto 1fr auto; }
.ledger .entry.minor { padding: 1rem 1.6rem; grid-template-columns: auto 1fr auto; }
.ledger .entry.minor h3 { font-size: 1.05rem; margin-bottom: .1rem; }
.ledger .entry.minor p { font-size: .95rem; }
.ledger .entry.minor img.spot { width: 44px; height: 44px; }
@media (max-width: 700px) {
  .ledger .entry, .ledger .entry.lead { grid-template-columns: auto 1fr; }
  .ledger .entry .go { grid-column: 2; padding-top: 0; }
  .ledger .entry img.spot { display: none; }
}

/* ---------- rates ---------- */
.rate-card {
  background: var(--card); border: 1px solid var(--sage); border-top: 3px solid var(--gold);
  border-radius: 6px; padding: clamp(1.4rem, 3vw, 2.2rem); max-width: 720px;
}
table.rates { width: 100%; border-collapse: collapse; }
table.rates th, table.rates td { text-align: left; padding: .85rem .9rem .85rem 0; border-bottom: 1px solid var(--sand); }
table.rates tr:last-child td { border-bottom: 0; }
table.rates th { font-family: var(--font-body); font-weight: 700; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--olive); }
table.rates td.num {
  font-family: var(--font-display); font-weight: 800; font-size: 1.45rem; color: var(--bell-deep);
  text-align: right; white-space: nowrap; padding-right: .9rem;
}
table.rates td.num:last-child { padding-right: 0; }
table.rates td.num small { font-family: var(--font-body); font-weight: 500; font-size: .82rem; color: var(--olive); }
.rate-foot { font-size: .92rem; color: var(--olive); margin-top: 1rem; }

/* generic content tables (guides) */
.table-scroll { overflow-x: auto; }
table.doc { width: 100%; border-collapse: collapse; min-width: 560px; }
table.doc th, table.doc td { text-align: left; padding: .7rem .9rem .7rem 0; border-bottom: 1px solid var(--sand); vertical-align: top; }
table.doc th { font-weight: 700; font-size: .85rem; letter-spacing: .07em; text-transform: uppercase; color: var(--olive); }
table.doc td.num { text-align: right; font-family: var(--font-display); font-weight: 700; padding-right: .9rem; white-space: nowrap; }
table.doc td.num:last-child { padding-right: 0; }

/* ---------- area cards ---------- */
.area-grid { display: grid; grid-template-columns: 1fr; gap: 1.2rem; margin-top: 2rem; }
@media (min-width: 640px) { .area-grid { grid-template-columns: repeat(2, 1fr); } }
.area-card {
  background: var(--card); border: 1px solid var(--sage); border-radius: 6px; overflow: hidden;
  text-decoration: none; color: var(--ink); display: flex; flex-direction: column;
  transition: border-color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);
}
.area-card:hover { border-color: var(--bell-deep); transform: translateY(-2px); box-shadow: 0 12px 22px -18px var(--ink); }
.area-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.area-card .body { padding: 1.1rem 1.2rem 1.2rem; }
.area-card h3 { margin-bottom: .3rem; }
.area-card .dist { font-size: .82rem; color: var(--olive); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.area-card p { margin: .45rem 0 0; font-size: .95rem; }

/* ---------- guide index ---------- */
.guide-list { display: grid; gap: 1rem; margin-top: 2rem; }
.guide-item {
  display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: start;
  background: var(--card); border: 1px solid var(--sage); border-radius: 6px;
  padding: 1.3rem 1.4rem; text-decoration: none; color: var(--ink);
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.guide-item:hover { border-color: var(--bell-deep); transform: translateY(-2px); }
.guide-item img.spot { width: 52px; height: 52px; }
.guide-item h3 { margin-bottom: .25rem; }
.guide-item p { margin: 0; font-size: .96rem; }
.guide-item .tag { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--rose-deep); }

/* ---------- article (guide body) ---------- */
.article { padding-block: clamp(2.4rem, 5vw, 4rem); }
.article .body { max-width: 720px; }
.article .body h2 { margin-top: 2.2rem; }
.article .body h3 { margin-top: 1.6rem; }
.article figure.photo { margin-block: 1.8rem; }
.crumbs { font-size: .85rem; color: var(--olive); margin-bottom: 1.6rem; }
.crumbs a { color: var(--olive); }
.crumbs a:hover { color: var(--bell-deep); }
.dateline { font-size: .85rem; color: var(--olive); margin-bottom: 1.8rem; }
.dateline strong { color: var(--rose-deep); }
.refs { border-top: 1px solid var(--sage); margin-top: 2.6rem; padding-top: 1.4rem; font-size: .93rem; }
.refs h2 { font-size: 1.15rem; }
.refs li { margin-bottom: .6em; }

/* callout: the parkway/works note */
.note-band {
  background: var(--sand); border-left: 4px solid var(--gold); border-radius: 0 6px 6px 0;
  padding: 1.1rem 1.3rem; margin: 1.6rem 0; font-size: .98rem;
}
.note-band p:last-child { margin-bottom: 0; }
.note-band .stamp { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--rose-deep); display: block; margin-bottom: .3rem; }

/* ---------- FAQ ---------- */
details.qa { border-bottom: 1px solid var(--sand); padding-block: .3rem; }
details.qa summary {
  cursor: pointer; font-weight: 700; font-family: var(--font-display); font-size: 1.06rem;
  padding: .85rem 1.8rem .85rem 0; position: relative; list-style: none;
}
details.qa summary::-webkit-details-marker { display: none; }
details.qa summary::after {
  content: "+"; position: absolute; right: .2rem; top: .72rem;
  font-family: var(--font-body); font-weight: 700; font-size: 1.3rem; color: var(--gold);
  transition: transform .2s var(--ease);
}
details.qa[open] summary::after { transform: rotate(45deg); }
details.qa .a { padding: 0 .2rem 1rem; max-width: 64ch; }

/* ---------- enquiry band (partial) ---------- */
.enquiry-band { position: relative; overflow: hidden; }
.enquiry-band .corner {
  position: absolute; right: 0; bottom: 0; width: clamp(120px, 18vw, 220px); opacity: .9;
  pointer-events: none;
}
.enquiry-band .grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: center; position: relative; }
@media (max-width: 760px) { .enquiry-band .grid { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.foot {
  background: var(--ink); color: var(--sand); position: relative; overflow: hidden;
  padding-block: clamp(2.6rem, 5vw, 4rem) 1.6rem;
}
.foot .ghost {
  position: absolute; right: -80px; top: 44%; transform: translateY(-50%);
  width: clamp(260px, 30vw, 420px); pointer-events: none; opacity: .7;
}
.foot .cols { display: grid; grid-template-columns: auto 1fr 1fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); position: relative; }
.foot h4 { color: var(--card); font-family: var(--font-body); font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .8rem; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: .45em; }
.foot a:not(.btn) { color: var(--sand); text-decoration: none; font-size: .95rem; }
.foot a:not(.btn):hover { color: var(--gold); }
.foot .brandcol img { height: 120px; width: auto; display: block; }
.foot .brandcol p { font-size: .88rem; max-width: 26ch; color: var(--sand); margin-top: .9rem; }
.foot .legal {
  border-top: 1px solid var(--olive); margin-top: 2.4rem; padding-top: 1.2rem;
  font-size: .8rem; color: color-mix(in oklab, var(--sand) 75%, var(--ink));
  display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; justify-content: space-between; position: relative;
}
.foot .legal a { color: inherit; }
.foot .legal a:hover { color: var(--gold); }
@media (max-width: 860px) { .foot .cols { grid-template-columns: 1fr 1fr; } .foot .brandcol { grid-column: 1 / -1; } }

/* ---------- forms ---------- */
.form-card {
  background: var(--card); border: 1px solid var(--sage); border-top: 3px solid var(--gold);
  border-radius: 6px; padding: clamp(1.4rem, 3.4vw, 2.4rem);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.2rem; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } }
label.f { display: block; font-weight: 700; font-size: .92rem; margin-bottom: .35rem; }
label.f small { font-weight: 500; color: var(--olive); }
input[type="text"], input[type="tel"], input[type="email"], select, textarea {
  width: 100%; font: inherit; color: var(--ink);
  background: var(--paper); border: 1px solid var(--sage); border-radius: 5px;
  padding: .7rem .8rem;
}
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
textarea { resize: vertical; min-height: 120px; }
.form-msg { border-radius: 6px; padding: 1rem 1.2rem; margin-top: 1.1rem; font-weight: 500; }
.form-msg.ok { background: var(--sand); border: 1px solid var(--gold); }
.form-msg.err { background: var(--sand); border: 1px solid var(--rose-deep); color: var(--rose-deep); }

/* ---------- carry plan ---------- */
.plan-shell { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
@media (max-width: 900px) { .plan-shell { grid-template-columns: 1fr; } }
.plan-q { margin-bottom: 1.9rem; }
.plan-q > legend, .plan-q > .q-label {
  font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; margin-bottom: .7rem; padding: 0;
}
.plan-q .q-no { color: var(--gold); font-weight: 800; margin-right: .4rem; }
fieldset.plan-q { border: 0; padding: 0; margin-inline: 0; }
.choices { display: flex; flex-wrap: wrap; gap: .55rem; }
.choices label {
  position: relative; cursor: pointer;
}
.choices input { position: absolute; opacity: 0; inset: 0; pointer-events: none; }
.choices .chip {
  display: inline-block; border: 1.5px solid var(--sage); border-radius: 999px;
  background: var(--card); padding: .5rem 1.05rem; font-weight: 500; font-size: .97rem;
  transition: border-color .18s var(--ease), background-color .18s var(--ease), color .18s var(--ease);
}
.choices label:hover .chip { border-color: var(--olive); }
.choices input:checked + .chip { border-color: var(--bell-deep); background: var(--bell-deep); color: var(--card); font-weight: 700; }
.choices input:focus-visible + .chip { outline: 3px solid var(--gold); outline-offset: 2px; }

.plan-sheet {
  position: sticky; top: 1.2rem;
  background: var(--card); border: 1px solid var(--sage); border-top: 3px solid var(--gold);
  border-radius: 6px; padding: clamp(1.3rem, 2.6vw, 2rem);
}
.plan-sheet .sheet-head {
  display: flex; align-items: center; gap: .7rem; border-bottom: 1px solid var(--sand);
  padding-bottom: .9rem; margin-bottom: 1.1rem;
}
.plan-sheet .sheet-head img { width: 44px; height: 44px; }
.plan-sheet .sheet-head .t { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; }
.plan-sheet .sheet-head .s { font-size: .82rem; color: var(--olive); }
.plan-line { display: grid; grid-template-columns: auto 1fr; gap: .8rem; padding-block: .68rem; border-bottom: 1px dashed var(--sand); font-size: .97rem; }
.plan-line:last-of-type { border-bottom: 0; }
.plan-line .k { font-weight: 700; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; color: var(--olive); padding-top: .15rem; min-width: 5.4rem; }
.plan-line .v em { font-style: normal; color: var(--bell-deep); font-weight: 700; }
.plan-sheet .crew {
  background: var(--sand); border-radius: 6px; padding: .9rem 1.1rem; margin-top: 1.1rem;
  font-size: .97rem;
}
.plan-sheet .crew .rate { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; color: var(--bell-deep); }
.plan-sheet .actions { margin-top: 1.3rem; display: flex; flex-direction: column; gap: .6rem; }
.plan-sheet .honesty { font-size: .8rem; color: var(--olive); margin-top: .9rem; }

/* stand-point diagram (code-authored, brand motif: gold dot = where the truck stands) */
.standpoint { margin-top: .4rem; }
.standpoint svg { display: block; width: 100%; height: auto; }
.standpoint .cap { font-size: .8rem; color: var(--olive); margin-top: .3rem; }
#sp-dot { transition: cx .5s var(--ease), cy .5s var(--ease); }
#sp-truck { transition: transform .5s var(--ease); }

/* ---------- stat strip (home) ---------- */
.fact-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2rem; }
.fact-strip .fact {
  border-top: 2px solid var(--gold); padding-top: .8rem;
}
.fact-strip .fact .n { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--bell-deep); line-height: 1.1; }
.fact-strip .fact .d { font-size: .92rem; color: var(--olive); margin-top: .3rem; }
@media (max-width: 640px) { .fact-strip { grid-template-columns: 1fr; } }

/* ---------- spots (404 / success / empty) ---------- */
.spot-page { text-align: center; padding-block: clamp(3rem, 9vw, 6rem); }
.spot-page img.spot { width: min(320px, 70vw); height: auto; margin-bottom: 1.6rem; }
.spot-page .actions { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.4rem; }

/* ---------- two-col split used on service pages ---------- */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
.split.rev { grid-template-columns: .9fr 1.1fr; }
@media (max-width: 860px) { .split, .split.rev { grid-template-columns: 1fr; } }

/* checklist card (printable leave-behind) */
.check-card {
  background: var(--card); border: 1px solid var(--sage); border-radius: 6px;
  padding: 1.6rem 1.8rem; margin-block: 1.8rem;
}
.check-card ol { margin: 0; padding-left: 1.3rem; }
.check-card li { margin-bottom: .55em; }
.print-hint { font-size: .88rem; color: var(--olive); }
@media print {
  body.print-checklist > * { display: none !important; }
  body.print-checklist .print-region, body.print-checklist .print-region * { display: revert !important; }
  body.print-checklist .print-region { position: absolute; top: 0; left: 0; }
  .site-head, .foot, .enquiry-band, .nav-primary { display: none !important; }
}

/* ---------- motion: reveal + reduced-motion floor ---------- */
.reveal { opacity: 1; transform: none; }
html.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
html.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html.js .reveal { opacity: 1; transform: none; }
}
