/* Self-hosted fonts (was Google Fonts) — latin + latin-ext, variable woff2. */
@font-face{font-family:'Bricolage Grotesque';font-style:normal;font-weight:500 800;font-display:swap;src:url('/assets/fonts/bricolage-grotesque-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:'Bricolage Grotesque';font-style:normal;font-weight:500 800;font-display:swap;src:url('/assets/fonts/bricolage-grotesque-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:'Work Sans';font-style:normal;font-weight:400 600;font-display:swap;src:url('/assets/fonts/work-sans-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:'Work Sans';font-style:normal;font-weight:400 600;font-display:swap;src:url('/assets/fonts/work-sans-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;}
/* ============================================================================
   Punt Road Removals · Gladesville NSW
   Design system: crossing-day momentum. Brick leads, bay answers.
   Tokens verbatim from brand-kit/brand-kit.md; assets keep their baked inks.
   ========================================================================== */

:root {
  --paper:    oklch(0.97 0.007 95);   /* #F6F5F0 page ground, arch-concrete off-white */
  --ink:      oklch(0.27 0.025 40);   /* #31221D text; fired-brick umber near-black */
  --brick:    oklch(0.5 0.125 33);    /* #9E4331 PRIMARY: buttons, links, nav */
  --bay:      oklch(0.44 0.068 195);  /* #155E5E ACCENT: ticks, tags, secondary actions */
  --bay-deep: oklch(0.31 0.05 205);   /* #05373C dark panel ground */
  --manila:   oklch(0.88 0.045 85);   /* #E5D6B6 warm section wash (surface only) */
  --concrete: oklch(0.925 0.006 100); /* #E7E6E2 alternate ground, form fields */
  --kiln:     oklch(0.78 0.085 45);   /* #E6A68A ON-DARK ONLY; banned on light */

  --brick-dark: oklch(0.42 0.115 33); /* hover step for brick */
  --display: "Bricolage Grotesque", "Arial Black", sans-serif;
  --body: "Work Sans", system-ui, sans-serif;
  --ease: cubic-bezier(.33,.9,.35,1);
  --shadow: 0 2px 6px oklch(0.27 0.025 40 / .08), 0 12px 32px oklch(0.27 0.025 40 / .10);
  --maxw: 72rem;
}

/* ---------- Reset-ish ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.09375rem; /* 17.5px */
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-text-size-adjust: 100%;
}
img, svg, video { max-width: 100%; height: auto; }
[hidden] { display: none !important; }
::placeholder { color: oklch(0.27 0.025 40 / 0.35); }

h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.12; margin: 0 0 .5em; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.15rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.55rem, 3.4vw, 2.25rem); }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.4rem); }
h4 { font-family: var(--body); font-weight: 600; font-size: 1.02rem; margin: 0 0 .4em; }
p { margin: 0 0 1em; }
a { color: var(--brick); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--brick-dark); }
strong { font-weight: 600; }
.tnum, td.num, .rate { font-variant-numeric: tabular-nums; }

/* Kickers: Work Sans 600 spaced caps */
.kicker {
  font-family: var(--body); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.09em; font-size: .82rem; color: var(--bay);
  display: block; margin-bottom: .8rem;
}
.kicker.brick { color: var(--brick); }

/* One 800 hero moment per page */
.hero-word { font-weight: 800; }

/* The site <hr> is the cable */
hr {
  border: 0; height: 10px; margin: 2.6rem auto; width: min(240px, 60%);
  background: url("/assets/brand/micro/divider.svg") no-repeat center / contain;
}
hr.laden { height: 17px; background-image: url("/assets/brand/micro/divider-laden.svg"); }
.on-dark hr { background-image: url("/assets/brand/micro/divider-reversed.svg"); }

/* Branded lists */
ul.cable-list { list-style: none; padding: 0; margin: 0 0 1em; }
ul.cable-list li { position: relative; padding-left: 26px; margin-bottom: .55em; }
ul.cable-list li::before {
  content: ""; position: absolute; left: 0; top: .42em; width: 15px; height: 10px;
  background: url("/assets/brand/micro/bullet.svg") no-repeat center / contain;
}
.on-dark ul.cable-list li::before { background-image: url("/assets/brand/micro/bullet-reversed.svg"); }

blockquote {
  margin: 1.6rem 0; padding: 0 0 0 3.4rem; position: relative;
  font-family: var(--display); font-weight: 600; font-size: 1.18rem; line-height: 1.4;
}
blockquote::before {
  content: ""; position: absolute; left: 0; top: .2em; width: 40px; height: 23px;
  background: url("/assets/brand/micro/quote.svg") no-repeat center / contain;
}

/* ---------- Layout primitives ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.5rem); }
.band { padding: clamp(3rem, 7vw, 5.5rem) 0; position: relative; }
.band.tight { padding: clamp(2rem, 4vw, 3.2rem) 0; }
.band.concrete { background: var(--concrete); }
.band.manila { background: var(--manila); }
.band.dark { background: var(--bay-deep); color: var(--paper); }
.on-dark { color: var(--paper); }
.on-dark .kicker { color: var(--kiln); }
.on-dark a:not(.btn) { color: var(--kiln); }
.on-dark a:not(.btn):hover { color: var(--manila); }
.on-dark h1, .on-dark h2, .on-dark h3 { color: var(--paper); }

/* Texture washes: one family per band, whisper only behind running copy */
.tex-current { background-image: url("/assets/brand/textures/pattern-current-whisper.svg"); }
.tex-cable { background-image: url("/assets/brand/textures/pattern-cable-whisper.svg"); }
.tex-coursing { background-image: url("/assets/brand/textures/pattern-coursing-whisper.svg"); }
.tex-load { background-image: url("/assets/brand/textures/pattern-load-whisper.svg"); }

/* Watermark: one per contiguous colour region, clipped */
.has-watermark { overflow: clip; }
.watermark {
  position: absolute; width: min(560px, 60%); aspect-ratio: 160/86; pointer-events: none;
  background: url("/assets/brand/textures/watermark-mark.svg") no-repeat center / contain;
  right: -4%; bottom: -6%;
}
.on-dark .watermark, .watermark.rev { background-image: url("/assets/brand/textures/watermark-mark-reversed.svg"); }

/* Band furniture */
.cable-edge {
  position: absolute; left: 0; right: 0; height: 48px; bottom: -24px; z-index: 2;
  background: url("/assets/brand/textures/motif-cable-edge.svg") no-repeat center / 100% 100%;
  pointer-events: none;
}
.arch-foot {
  position: absolute; left: 0; right: 0; bottom: 0; height: 180px;
  background: url("/assets/brand/textures/motif-arch-span.svg") no-repeat bottom center / cover;
  pointer-events: none;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem; justify-content: center;
  font-family: var(--body); font-weight: 600; font-size: 1rem;
  padding: .78rem 1.5rem; border-radius: 6px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer; line-height: 1.2;
  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:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--brick); color: var(--paper) !important; border-color: var(--brick); }
.btn-primary:hover { background: var(--brick-dark); border-color: var(--brick-dark); color: var(--paper) !important; }
.btn-secondary { background: transparent; color: var(--bay) !important; border-color: var(--bay); }
.btn-secondary:hover { background: var(--bay); color: var(--paper) !important; }
/* On dark grounds brick's job passes to kiln; secondary goes paper-outline */
.on-dark .btn-secondary { color: var(--paper) !important; border-color: var(--paper); background: transparent; }
.on-dark .btn-secondary:hover { background: var(--paper); color: var(--bay-deep) !important; }
/* On photos: solid only, never ghost */
.hero .btn-secondary { background: oklch(0.97 0.007 95 / .92); color: var(--bay) !important; border-color: transparent; }
.hero .btn-secondary:hover { background: var(--paper); color: var(--bay) !important; }
.btn-lg { padding: .95rem 1.9rem; font-size: 1.06rem; }

/* Focus visible everywhere */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--bay); outline-offset: 2px; border-radius: 3px;
}
.on-dark a:focus-visible, .on-dark button:focus-visible { outline-color: var(--kiln); }

/* ---------- Header ---------- */
.site-head { background: var(--paper); position: sticky; top: 0; z-index: 60; }
.site-head .wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding-top: .8rem; padding-bottom: .8rem;
}
.site-head .logo img { width: clamp(190px, 22vw, 250px); height: auto; display: block; }
.nav-primary { display: flex; align-items: center; gap: clamp(.9rem, 2vw, 1.7rem); }
.nav-primary a:not(.btn) {
  color: var(--ink); text-decoration: none; font-weight: 500; font-size: .99rem;
  padding: .3rem 0; border-bottom: 2px solid transparent;
  transition: color .18s var(--ease), border-color .18s var(--ease);
}
.nav-primary a:not(.btn):hover { color: var(--brick); }
/* active page: <body data-page="x"> + matching data-nav on the link */
body[data-page="services"] .nav-primary a[data-nav="services"],
body[data-page="areas"]    .nav-primary a[data-nav="areas"],
body[data-page="guides"]   .nav-primary a[data-nav="guides"],
body[data-page="about"]    .nav-primary a[data-nav="about"],
body[data-page="both-ends"] .nav-primary a[data-nav="both-ends"] {
  color: var(--brick); border-bottom-color: var(--brick);
}

/* The crossing line: cable under the header; the punt is scroll progress */
.crossing-line { position: relative; height: 12px; background: var(--paper); overflow: visible; }
.crossing-line .cable {
  position: absolute; left: 0; right: 0; top: 5px; height: 2px;
  background: oklch(0.72 0.08 80); /* manila rope, a step deeper for visibility */
}
.crossing-line .punt {
  position: absolute; top: -6px; left: 0; width: 30px; height: 18px;
  transition: none; /* driven by JS via left%; no easing lag on scroll */
  pointer-events: none;
}

/* Mobile nav */
.nav-toggle {
  display: none; background: none; border: 0; padding: .4rem; cursor: pointer;
  color: var(--ink);
}
.nav-toggle svg { width: 30px; height: 30px; display: block; }
.mobile-nav {
  position: fixed; inset: 0; z-index: 80; background: var(--bay-deep); color: var(--paper);
  padding: 1.2rem clamp(1.1rem, 5vw, 2rem); display: none; flex-direction: column;
  overflow-y: auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.mobile-nav .top img { width: 200px; }
.mobile-nav .close { background: none; border: 0; color: var(--paper); padding: .4rem; cursor: pointer; }
.mobile-nav .close svg { width: 30px; height: 30px; }
.mobile-nav nav { display: flex; flex-direction: column; gap: .35rem; }
.mobile-nav nav a:not(.btn) {
  color: var(--paper); text-decoration: none; font-family: var(--display);
  font-weight: 600; font-size: 1.55rem; padding: .55rem 0;
  border-bottom: 1px solid oklch(0.97 0.007 95 / .14);
}
.mobile-nav nav a:not(.btn):hover { color: var(--kiln); }
.mobile-nav nav .btn { margin-top: 1.4rem; font-size: 1.06rem; padding: .95rem 1.5rem; font-family: var(--body); }
.mobile-nav .sub { margin-top: auto; padding-top: 2rem; font-size: .92rem; color: var(--manila); }

@media (max-width: 900px) {
  .nav-primary { display: none; }
  .nav-toggle { display: block; }
}

/* ---------- Hero ---------- */
.hero { position: relative; color: var(--paper); overflow: clip; }
.hero .bg { position: absolute; inset: 0; }
.hero .bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero .bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, oklch(0.2 0.04 220 / .82) 12%, oklch(0.2 0.04 220 / .45) 55%, oklch(0.2 0.04 220 / .18));
}
.hero .wrap { position: relative; z-index: 1; padding-top: clamp(4rem, 9vw, 7.5rem); padding-bottom: clamp(4rem, 9vw, 7rem); }
.hero .kicker { color: var(--kiln); }
.hero h1 { color: var(--paper); max-width: 15ch; text-wrap: balance; }
.hero .lede { font-size: clamp(1.08rem, 2vw, 1.28rem); max-width: 46ch; }
.hero .cta-row { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 1.8rem; }
.hero .ground-note { margin-top: 2.2rem; font-size: .92rem; color: var(--manila); max-width: 52ch; }

/* ---------- Two registers split (home signature layout) ---------- */
.registers { display: grid; grid-template-columns: 1fr 1fr; position: relative; }
.register { padding: clamp(2.2rem, 5vw, 4rem) clamp(1.3rem, 4vw, 3.2rem); }
.register.unit { background: var(--bay-deep); color: var(--paper); }
.register.house { background: var(--manila); background-image: url("/assets/brand/textures/pattern-coursing-whisper.svg"); }
.register .icon { width: 62px; height: 62px; margin-bottom: 1rem; }
.register h3 { font-size: clamp(1.35rem, 2.6vw, 1.8rem); }
.registers .midline {
  position: absolute; left: 50%; top: 8%; bottom: 8%; width: 2px;
  background: oklch(0.72 0.08 80); transform: translateX(-1px);
}
.registers .midline::before, .registers .midline::after {
  content: ""; position: absolute; left: 50%; transform: translate(-50%, 0);
  width: 12px; height: 12px; border-radius: 50%; background: var(--brick);
}
.registers .midline::before { top: -6px; }
.registers .midline::after { bottom: -6px; }
@media (max-width: 820px) {
  .registers { grid-template-columns: 1fr; }
  .registers .midline { display: none; }
}

/* ---------- Cards ---------- */
.card {
  background: var(--paper); border-radius: 10px; box-shadow: var(--shadow);
  padding: 1.6rem 1.5rem; position: relative;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.card:hover { transform: translateY(-3px); box-shadow: 0 4px 10px oklch(0.27 0.025 40 / .1), 0 18px 44px oklch(0.27 0.025 40 / .14); }
.card h3 a { color: var(--ink); text-decoration: none; }
.card h3 a::after { content: ""; position: absolute; inset: 0; }
.card h3 a:hover { color: var(--brick); }
.card .icon { width: 52px; height: 52px; margin-bottom: .9rem; }
.card-grid { display: grid; gap: 1.3rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.card .more { font-weight: 600; color: var(--brick); font-size: .95rem; }
.card.img-card { padding: 0; overflow: clip; }
.card.img-card img.cover { width: 100%; aspect-ratio: 3/2; object-fit: cover; display: block; }
.card.img-card .body { padding: 1.3rem 1.4rem 1.5rem; }

/* quiet service rows (the back of the list, honest and present) */
.quiet-services { display: grid; gap: .9rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.quiet-services .row {
  display: flex; gap: .95rem; align-items: flex-start; padding: 1.05rem 1.1rem;
  background: var(--paper); border-radius: 8px; border: 1px solid oklch(0.27 0.025 40 / .1);
}
.quiet-services .row img { width: 42px; height: 42px; flex: 0 0 auto; }
.quiet-services .row p { margin: 0; font-size: .96rem; }

/* ---------- Rates ---------- */
.rates-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); margin: 2rem 0 1.4rem; }
.rate-card {
  background: oklch(0.97 0.007 95 / .06); border: 1px solid oklch(0.97 0.007 95 / .2);
  border-radius: 10px; padding: 1.5rem 1.4rem; text-align: left;
}
.rate-card .crew { font-weight: 600; color: var(--manila); font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; }
.rate-card .rate { font-family: var(--display); font-weight: 700; font-size: 2.5rem; color: var(--paper); line-height: 1.1; margin: .35rem 0 .2rem; }
.rate-card .rate small { font-size: 1.05rem; font-weight: 600; color: var(--kiln); }
.rate-card .fits { font-size: .95rem; color: var(--concrete); margin: 0; }
.rate-card.mid { border-color: var(--kiln); }
.rate-card.mid .crew { color: var(--kiln); }

/* rates table on light pages */
table.rates { width: 100%; border-collapse: collapse; margin: 1.4rem 0; }
table.rates th, table.rates td { text-align: left; padding: .8rem .9rem; border-bottom: 1px solid oklch(0.27 0.025 40 / .14); }
table.rates th { font-family: var(--body); font-weight: 600; font-size: .9rem; text-transform: uppercase; letter-spacing: .05em; color: var(--bay); }
table.rates td.num { text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; padding-right: 1.6rem; }
table.rates td.num:last-child { padding-right: .9rem; }
table.rates tr:nth-child(even) td { background: var(--concrete); }
/* On dark panels the zebra must be a translucent paper tint, not solid concrete,
   or paper text sits on a light bar and washes out. */
.callout.teal table.rates tr:nth-child(even) td,
.on-dark table.rates tr:nth-child(even) td { background: oklch(0.97 0.007 95 / .08); }

/* generic content table */
.table-scroll { overflow-x: auto; }
table.plain { width: 100%; border-collapse: collapse; margin: 1.4rem 0; min-width: 540px; }
/* Inside a two-col grid the column is ~540px at desktop; a forced wider table
   just clips its last column. Let those tables wrap naturally instead. */
.two-col table.plain { min-width: 0; }
@media (max-width: 640px) { .two-col table.plain { min-width: 480px; } }
table.plain th, table.plain td { text-align: left; padding: .7rem .8rem; border-bottom: 1px solid oklch(0.27 0.025 40 / .14); vertical-align: top; }
table.plain th { font-weight: 600; font-size: .9rem; text-transform: uppercase; letter-spacing: .05em; color: var(--bay); }
table.plain tr:nth-child(even) td { background: oklch(0.925 0.006 100 / .5); }

/* ---------- Steps (the crossing plan) ---------- */
.steps { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); counter-reset: step; }
.step { position: relative; padding: 1.4rem 1.3rem 1.2rem; background: var(--paper); border-radius: 10px; box-shadow: var(--shadow); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--display); font-weight: 800; font-size: 1.05rem; color: var(--brick);
  display: block; margin-bottom: .5rem;
}
.step img { width: 46px; height: 46px; float: right; margin: -0.3rem 0 .4rem .6rem; }
.step p { margin: 0; font-size: .98rem; }

/* ---------- FAQ ---------- */
details.faq { border-bottom: 1px solid oklch(0.27 0.025 40 / .16); padding: .35rem 0; }
details.faq summary {
  cursor: pointer; font-weight: 600; font-size: 1.05rem; padding: .8rem .2rem;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: "+"; font-family: var(--display); font-weight: 700; color: var(--brick);
  font-size: 1.4rem; line-height: 1; transition: transform .2s var(--ease); flex: 0 0 auto;
}
details.faq[open] summary::after { transform: rotate(45deg); }
details.faq .a { padding: 0 .2rem 1rem; max-width: 65ch; }

/* ---------- Figures ---------- */
figure { margin: 2rem 0; }
figure img { border-radius: 10px; display: block; width: 100%; }
figcaption { font-size: .88rem; color: oklch(0.27 0.025 40 / .72); padding-top: .55rem; }
.on-dark figcaption { color: var(--concrete); }
.split-media { display: grid; gap: clamp(1.4rem, 4vw, 3rem); grid-template-columns: 1fr 1fr; align-items: center; }
.split-media img { border-radius: 10px; width: 100%; object-fit: cover; }
@media (max-width: 820px) { .split-media { grid-template-columns: 1fr; } }

/* ---------- Prose (guides) ---------- */
.prose { max-width: 68ch; }
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.8rem; }
.prose .lede { font-size: 1.2rem; line-height: 1.55; color: oklch(0.27 0.025 40 / .88); }
.callout {
  background: var(--manila); border-radius: 10px; padding: 1.3rem 1.5rem; margin: 1.8rem 0;
  background-image: url("/assets/brand/textures/pattern-cable-whisper.svg");
}
.callout.teal { background: var(--bay-deep); color: var(--paper); background-image: none; }
.callout p:last-child { margin-bottom: 0; }
.refs { font-size: .92rem; border-top: 2px solid var(--concrete); margin-top: 3rem; padding-top: 1.3rem; }
.refs li { margin-bottom: .5em; }

/* ---------- Forms / enquiry ---------- */
.lead-form { display: grid; gap: 1rem; }
.lead-form .duo { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 640px) { .lead-form .duo { grid-template-columns: 1fr; } }
.lead-form label { font-weight: 600; font-size: .95rem; display: block; margin-bottom: .3rem; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%; font: inherit; color: var(--ink); background: var(--paper);
  border: 1.5px solid oklch(0.27 0.025 40 / .28); border-radius: 6px; padding: .7rem .8rem;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--bay); }
.lead-form textarea { min-height: 8.5rem; resize: vertical; }
.form-msg { border-radius: 8px; padding: 1rem 1.2rem; font-weight: 500; }
.form-msg.ok { background: var(--bay); color: var(--paper); }
.form-msg.err { background: var(--brick); color: var(--paper); }
.form-note { font-size: .9rem; color: oklch(0.27 0.025 40 / .7); }
.enquiry-panel {
  background: var(--concrete); border-radius: 12px; padding: clamp(1.4rem, 4vw, 2.4rem);
  background-image: url("/assets/brand/textures/pattern-current-whisper.svg");
}

/* ---------- Both Ends planner ---------- */
.planner { max-width: 60rem; margin: 0 auto; }
.shores {
  position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.4rem, 4vw, 3rem);
  margin: 2.2rem 0 1rem;
}
.shore {
  background: var(--paper); border-radius: 12px; box-shadow: var(--shadow);
  padding: clamp(1.2rem, 3vw, 1.8rem); border-top: 5px solid var(--bay);
}
.shore.b { border-top-color: var(--brick); }
.shore .shore-tag { font-weight: 600; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; color: var(--bay); }
.shore.b .shore-tag { color: var(--brick); }
.shore h3 { margin-top: .2rem; }
.shore fieldset { border: 0; padding: 0; margin: 0 0 1.1rem; }
.shore legend { font-weight: 600; font-size: .97rem; padding: 0; margin-bottom: .5rem; }
.chip-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip {
  display: inline-flex; align-items: center; gap: .4rem; cursor: pointer;
  border: 1.5px solid oklch(0.27 0.025 40 / .3); border-radius: 999px;
  padding: .42rem .95rem; font-size: .93rem; font-weight: 500; background: var(--paper);
  transition: border-color .15s var(--ease), background-color .15s var(--ease), color .15s var(--ease);
}
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip:hover { border-color: var(--bay); }
.chip:has(input:checked) { background: var(--bay); border-color: var(--bay); color: var(--paper); }
.shore.b .chip:has(input:checked) { background: var(--brick); border-color: var(--brick); }
.chip:has(input:focus-visible) { outline: 3px solid var(--bay); outline-offset: 2px; }

/* the crossing strip between the shores */
.crossing-strip { position: relative; height: 64px; margin: .4rem 0 0; }
.crossing-strip .rope { position: absolute; left: 4%; right: 4%; top: 30px; height: 3px; background: oklch(0.72 0.08 80); border-radius: 2px; }
.crossing-strip .drum { position: absolute; top: 23.5px; width: 16px; height: 16px; border-radius: 50%; background: var(--bay); }
.crossing-strip .drum.a { left: calc(4% - 8px); }
.crossing-strip .drum.b { right: calc(4% - 8px); }
.crossing-strip .punt-marker {
  position: absolute; top: 8px; left: 4%; width: 46px; height: 30px;
  transform: translateX(-23px);
  transition: left .7s var(--ease);
}
.crossing-strip .label { position: absolute; top: 44px; font-size: .8rem; font-weight: 600; color: var(--bay); }
.crossing-strip .label.a { left: 4%; }
.crossing-strip .label.b { right: 4%; }
@media (max-width: 820px) { .shores { grid-template-columns: 1fr; } }

.plan-result { margin-top: 2rem; }
.plan-card {
  background: var(--bay-deep); color: var(--paper); border-radius: 12px;
  padding: clamp(1.5rem, 4vw, 2.4rem); position: relative; overflow: clip;
}
.plan-card .watermark { width: min(420px, 55%); opacity: .9; }
.plan-card .tier { display: flex; flex-wrap: wrap; align-items: baseline; gap: .8rem; margin: .6rem 0 1rem; }
.plan-card .tier .rate { font-family: var(--display); font-weight: 800; font-size: 2.6rem; }
.plan-card .tier .crew { color: var(--kiln); font-weight: 600; }
.plan-card ol { padding-left: 1.3rem; }
.plan-card ol li { margin-bottom: .6em; }
.plan-card .sort-list { background: oklch(0.97 0.007 95 / .08); border-radius: 8px; padding: 1rem 1.2rem 1rem 1.1rem; margin-top: 1.2rem; }
.plan-card .sort-list ul { margin: .4rem 0 0; }
.plan-honesty { font-size: .9rem; color: var(--concrete); margin-top: 1.2rem; }

/* ---------- Areas ---------- */
.pocket-list { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.pocket {
  background: var(--paper); border-radius: 10px; padding: 1.2rem 1.3rem;
  border-left: 4px solid var(--bay); box-shadow: var(--shadow);
}
.pocket .dist { font-size: .85rem; font-weight: 600; color: var(--bay); font-variant-numeric: tabular-nums; }
.pocket h3 { font-size: 1.15rem; margin: .2rem 0 .35rem; }
.pocket p { margin: 0; font-size: .95rem; }
.pocket h3 a { color: var(--ink); text-decoration: none; }
.pocket h3 a:hover { color: var(--brick); }

/* street table rows */
.street-notes { border-top: 2px solid var(--ink); }
.street-notes .street {
  display: grid; grid-template-columns: minmax(150px, 1fr) 2.2fr; gap: .5rem 1.4rem;
  padding: .95rem 0; border-bottom: 1px solid oklch(0.27 0.025 40 / .16);
}
.street-notes .street .name { font-weight: 600; font-family: var(--display); }
.street-notes .street p { margin: 0; font-size: .97rem; }
@media (max-width: 640px) { .street-notes .street { grid-template-columns: 1fr; padding: .8rem 0; } }

/* ---------- Guide index ---------- */
.guide-list { display: grid; gap: 1.3rem; }
.guide-item {
  display: grid; grid-template-columns: 110px 1fr; gap: 1.3rem; align-items: center;
  background: var(--paper); border-radius: 10px; box-shadow: var(--shadow); padding: 1.1rem 1.3rem;
  position: relative; transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.guide-item:hover { transform: translateY(-2px); }
.guide-item img { width: 110px; height: 82px; object-fit: cover; border-radius: 8px; }
.guide-item h3 { margin: 0 0 .25rem; font-size: 1.2rem; }
.guide-item h3 a { color: var(--ink); text-decoration: none; }
.guide-item h3 a::after { content: ""; position: absolute; inset: 0; }
.guide-item p { margin: 0; font-size: .96rem; }
@media (max-width: 560px) { .guide-item { grid-template-columns: 1fr; } .guide-item img { width: 100%; height: 130px; } }

/* ---------- Footer ---------- */
.site-foot { background: var(--bay-deep); color: var(--paper); position: relative; overflow: clip; }
.site-foot .watermark { bottom: auto; top: -8%; } /* keep the brand mark off the fine-print row */
.site-foot .wrap { position: relative; z-index: 1; padding-top: 3.4rem; padding-bottom: 2.2rem; }
.site-foot .cols { display: grid; gap: 2.2rem; grid-template-columns: 1.4fr 1fr 1fr; margin-bottom: 2.4rem; }
.site-foot img.logo { width: 230px; margin-bottom: 1rem; }
.site-foot h4 { color: var(--kiln); text-transform: uppercase; letter-spacing: .07em; font-size: .82rem; }
.site-foot nav { display: grid; gap: .35rem; }
.site-foot a:not(.btn) { color: var(--concrete); text-decoration: none; font-size: .97rem; }
.site-foot a:not(.btn):hover { color: var(--kiln); }
.site-foot .fine {
  border-top: 1px solid oklch(0.97 0.007 95 / .16); padding-top: 1.3rem;
  font-size: .84rem; color: oklch(0.925 0.006 100 / .75);
  display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; justify-content: space-between;
}
.site-foot .fine a { color: oklch(0.925 0.006 100 / .85); text-decoration: underline; font-size: .84rem; }
@media (max-width: 780px) { .site-foot .cols { grid-template-columns: 1fr; gap: 1.6rem; } }

/* ---------- Page banners (inner pages) ---------- */
.page-banner { background: var(--concrete); position: relative; overflow: clip; }
.page-banner .wrap { padding-top: clamp(2.6rem, 6vw, 4.2rem); padding-bottom: clamp(2.4rem, 5vw, 3.6rem); position: relative; z-index: 1; }
.page-banner h1 { max-width: 20ch; text-wrap: balance; }
.page-banner .lede { font-size: clamp(1.05rem, 1.8vw, 1.22rem); max-width: 56ch; }
.page-banner.dark { background: var(--bay-deep); color: var(--paper); }

/* breadcrumb */
.crumbs { font-size: .88rem; margin-bottom: 1.2rem; color: oklch(0.27 0.025 40 / .7); }
.crumbs a { color: var(--bay); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.on-dark .crumbs, .page-banner.dark .crumbs { color: var(--concrete); }
.page-banner.dark .crumbs a { color: var(--kiln); }

/* ---------- Reveal on scroll (rest state VISIBLE; JS opts in) ---------- */
.js-reveal .reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js-reveal .reveal.in { opacity: 1; transform: none; }

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

/* ---------- Utilities ---------- */
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.section-head { max-width: 56ch; margin-bottom: 2.2rem; }
.section-head.center { margin-left: auto; margin-right: auto; }
.flow > * + * { margin-top: 1rem; }
.two-col { display: grid; gap: clamp(1.6rem, 4vw, 3rem); grid-template-columns: 1fr 1fr; }
@media (max-width: 820px) { .two-col { grid-template-columns: 1fr; } }
/* Grid children must be allowed to shrink below content min-width, or a wide
   table inside .table-scroll forces page-level horizontal overflow at 390w. */
.two-col > *, .card-grid > *, .split-media > *, .shores > *, .quiet-services > * { min-width: 0; }
.pill {
  display: inline-block; background: var(--bay); color: var(--paper); border-radius: 999px;
  font-size: .8rem; font-weight: 600; padding: .22rem .75rem; letter-spacing: .03em;
}
.pill.brick { background: var(--brick); }
.small { font-size: .92rem; }
