/* Self-hosted fonts (was Google Fonts) — latin + latin-ext, variable woff2. */
@font-face{font-family:'Bricolage Grotesque';font-style:normal;font-weight:400 700;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:400 700;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:'Figtree';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/figtree-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:'Figtree';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/figtree-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;}
/* ============================================================
   Sunnyholt Removals, Blacktown. The morning of settlement day:
   early light on a new street. Road-marking language throughout,
   tokens verbatim from brand-kit/brand-kit.md. EN-AU, no em dashes.
   ============================================================ */

:root {
  /* text + grounds */
  --ink:          oklch(27.6% 0.026 46);   /* #33241D headings, body; the logo's ink */
  --ink-soft:     oklch(45.3% 0.026 47);   /* #63524A secondary text, captions */
  --paper:        oklch(96.9% 0.014 78);   /* #FAF4EB page ground; the logo's cream */
  --render:       oklch(93.7% 0.021 82);   /* #F1E9DB card/panel ground, alt sections */
  --oxide-wash:   oklch(91.7% 0.029 54);   /* #F4DFD2 brand-spine callout/rate-panel ground */
  /* brand */
  --primary:      oklch(55.8% 0.153 36);   /* #BC4B2B date-locked CTA, links on --paper */
  --primary-deep: oklch(46.1% 0.132 37);   /* #93361B hover/pressed; links on tinted panels */
  --sun:          oklch(68.2% 0.141 41);   /* #E07850 dark grounds ONLY, decorative/large */
  /* support */
  --monument:     oklch(35.5% 0.006 258);  /* #3A3C3F considered-path CTA, footer, dark bands */
  --grassland:    oklch(49.3% 0.078 97);   /* #6E6128 locality trim, eyebrows, dividers */
  --greybox:      oklch(49.6% 0.050 157);  /* #4A6B57 success states ONLY */

  --font-display: "Bricolage Grotesque", "Seravek", "Avenir Next", sans-serif;
  --font-body: "Figtree", "Seravek", "Segoe UI", sans-serif;

  --measure: 68ch;
  --wrap: 1160px;
  --gutter: clamp(1.1rem, 4vw, 2rem);
  --radius: 10px;
  --shadow-soft: 0 1px 2px rgba(51,36,29,.06), 0 10px 28px -14px rgba(51,36,29,.22);
  --ease: cubic-bezier(.33,.9,.32,1);
}

/* ---- reset-ish -------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; } /* before anything styles display */
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.66;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
::placeholder { color: color-mix(in oklab, var(--ink-soft) 45%, transparent); }

h1, h2, h3 { font-family: var(--font-display); font-weight: 650; line-height: 1.12; letter-spacing: -0.012em; margin: 0 0 .5em; text-wrap: balance; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.3rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.15rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.35rem); font-weight: 600; }
h4 { font-family: var(--font-body); font-weight: 600; font-size: 1.02rem; margin: 0 0 .4em; }
p { margin: 0 0 1em; }
a { color: var(--primary-deep); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--primary); }
strong { font-weight: 600; }
small { color: var(--ink-soft); }

hr {
  border: 0; height: 20px; margin: 2.5rem auto; width: min(240px, 60%);
  background: url("/assets/brand/micro/divider.svg") center / contain no-repeat;
}

/* the site's roadline: page top strip, ochre with cream median dashes */
.roadtop {
  height: 6px;
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, #FAF4EB 18px 30px, transparent 30px 48px) center / 100% 2px no-repeat,
    var(--primary);
}

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.measure { max-width: var(--measure); }

/* ---- masthead ---------------------------------------------------- */
.masthead {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in oklab, var(--paper) 92%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid color-mix(in oklab, var(--ink) 10%, transparent);
  transition: box-shadow .3s var(--ease);
}
.masthead.is-scrolled { box-shadow: var(--shadow-soft); }
.masthead-inner {
  display: flex; align-items: center; gap: 1.2rem;
  padding-block: .65rem; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter);
}
.lockup { display: inline-flex; align-items: center; flex: 0 0 auto; }
.lockup img { height: 52px; width: auto; }
.lockup .lockup-mark { display: none; height: 44px; }
.nav-main { display: flex; gap: 1.35rem; margin-left: auto; align-items: center; }
.nav-main a:not(.btn) {
  font-weight: 600; font-size: .95rem; text-decoration: none; color: var(--ink);
  padding: .25rem 0; border-bottom: 2px solid transparent; transition: border-color .25s var(--ease), color .25s var(--ease);
}
.nav-main a:not(.btn):hover { color: var(--primary-deep); border-bottom-color: var(--primary); }
/* active page: dashed underline, the median paint */
body[data-page="services"] .nav-main a[href="/services/"],
body[data-page="areas"] .nav-main a[href="/areas/"],
body[data-page="guides"] .nav-main a[href="/guides/"],
body[data-page="planner"] .nav-main a[href="/planner/"],
body[data-page="about"] .nav-main a[href="/about/"] {
  border-bottom: 2px dashed var(--primary); color: var(--primary-deep);
}
.burger {
  display: none; margin-left: auto; background: none; border: 0; cursor: pointer; padding: .5rem;
  min-width: 44px; min-height: 44px; align-items: center; justify-content: center;
}
.burger svg { display: block; width: 26px; height: 26px; stroke: var(--ink); }

/* drawer (mobile nav): slides from the right like a door opening */
.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(21rem, 86vw); z-index: 80;
  background: var(--paper); padding: 1.4rem 1.6rem 2rem;
  transform: translateX(102%); visibility: hidden;
  transition: transform .35s var(--ease), visibility 0s .35s;
  box-shadow: -18px 0 40px -20px rgba(51,36,29,.4);
  display: flex; flex-direction: column; gap: .2rem; overflow-y: auto;
}
.drawer.is-open { transform: none; visibility: visible; transition: transform .35s var(--ease), visibility 0s 0s; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.drawer-head img { height: 40px; width: auto; }
.drawer-close { background: none; border: 0; font-size: 1.6rem; line-height: 1; cursor: pointer; color: var(--ink); padding: .4rem; }
.drawer nav { display: flex; flex-direction: column; }
.drawer nav a:not(.btn) {
  font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; color: var(--ink);
  text-decoration: none; padding: .55rem 0;
  border-bottom: 1px dashed color-mix(in oklab, var(--ink) 18%, transparent);
}
.drawer nav a:not(.btn):hover { color: var(--primary-deep); }
.drawer .btn { margin-top: 1.2rem; }
.drawer-note { margin-top: auto; font-size: .85rem; color: var(--ink-soft); }
.scrim {
  position: fixed; inset: 0; z-index: 70; background: rgba(51,36,29,.45);
  opacity: 0; pointer-events: none; transition: opacity .3s var(--ease);
}
.scrim.is-open { opacity: 1; pointer-events: auto; }

@media (max-width: 880px) {
  .nav-main { display: none; }
  .burger { display: inline-flex; }
  .lockup img.lockup-full { display: none; }
  .lockup .lockup-mark { display: block; }
}

/* ---- buttons ------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem; line-height: 1.2;
  padding: .78rem 1.5rem; border-radius: 999px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: transform .22s var(--ease), background-color .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 16px; height: 16px; flex: 0 0 auto; }
.btn-go { background: var(--primary); color: var(--paper); }
.btn-go:hover { background: var(--primary-deep); color: var(--paper); }
.btn-plan { background: var(--monument); color: var(--paper); }
.btn-plan:hover { background: var(--ink); color: var(--paper); }
.btn-quiet { border-color: var(--monument); color: var(--monument); background: transparent; }
.btn-quiet:hover { background: var(--monument); color: var(--paper); }
.btn-cream { border-color: var(--paper); color: var(--paper); background: transparent; }
.btn-cream:hover { background: var(--paper); color: var(--ink); }
.btn-sm { padding: .5rem 1.05rem; font-size: .9rem; }

/* ---- kicker / eyebrow --------------------------------------------- */
.kicker {
  display: flex; align-items: center; gap: .7rem;
  font-weight: 600; font-size: .82rem; letter-spacing: .09em; text-transform: uppercase;
  color: var(--grassland); margin-bottom: .9rem;
}
.kicker::before {
  content: ""; width: 52px; height: 8px; flex: 0 0 auto;
  background: url("/assets/brand/micro/divider-plain.svg") left center / cover no-repeat;
}
/* on dark: sun-coral lightened toward paper so a 13px kicker holds AA; the dash
   redraws in cream road paint (CSS gradient, same motif language, no artwork recolour) */
.band--dark .kicker { color: color-mix(in oklab, var(--sun) 45%, var(--paper)); }
.band--dark .kicker::before {
  background: repeating-linear-gradient(90deg, #FAF4EB 0 7px, transparent 7px 13px) center / 100% 3px no-repeat;
  opacity: .85;
}

/* ---- bands -------------------------------------------------------- */
.band { padding-block: clamp(3rem, 7vw, 5rem); position: relative; }
.band--render { background: var(--render); }
.band--wash { background: var(--oxide-wash); }
.band--dark { background: var(--monument); color: var(--paper); }
.band--dark :is(h1,h2,h3) { color: var(--paper); }
.band--dark p { color: color-mix(in oklab, var(--paper) 88%, var(--monument)); }
.band--dark a:not(.btn) { color: var(--paper); text-decoration-color: var(--sun); }
.band--whisper { background: url("/assets/brand/textures/texture-render-whisper.webp") center / cover no-repeat; }
.band--dash { background-image: url("/assets/brand/textures/pattern-median-dash.svg"); background-size: 120px; }
.band--dark.band--dash { background-image: url("/assets/brand/textures/pattern-median-dash-cream.svg"); background-color: var(--monument); }
.band--clip { overflow: clip; } /* required home of any negative-offset watermark */

.watermark {
  position: absolute; width: clamp(300px, 30vw, 460px); aspect-ratio: 1;
  pointer-events: none; z-index: 0;
}
/* narrow screens: the corner watermark would sit under the reading column (kit rule:
   beside or above the measure, never behind it), so it steps out entirely */
@media (max-width: 880px) { .watermark { display: none; } }
.band > .wrap { position: relative; z-index: 1; }

/* ---- hero ---------------------------------------------------------- */
.hero { padding-block: clamp(2.6rem, 6vw, 4.6rem) clamp(2.8rem, 6vw, 4.4rem); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 11fr) minmax(0, 9fr); gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
.hero-copy .lede { font-size: 1.17rem; color: var(--ink-soft); max-width: 54ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; align-items: center; }
.hero-media { position: relative; }
.hero-media img { border-radius: var(--radius); box-shadow: var(--shadow-soft); }
/* the kerb: an offset road-edge behind the photo, in the mark's own paint */
.hero-media::before {
  content: ""; position: absolute; inset: 1.1rem -1.1rem -1.1rem 1.1rem; z-index: -1;
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(90deg, transparent 0 16px, #FAF4EB 16px 27px, transparent 27px 43px) left 55% top 50% / 100% 2.5px no-repeat,
    var(--primary);
  opacity: .92;
}
.hero-media figcaption {
  position: absolute; left: .9rem; bottom: .9rem;
  background: color-mix(in oklab, var(--ink) 82%, transparent); color: var(--paper);
  font-size: .78rem; padding: .3rem .7rem; border-radius: 6px; max-width: 85%;
}
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { margin-right: 1.1rem; } /* room for the kerb offset */
}

/* the date chip: settlement date in, planner out */
.datechip {
  margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: .6rem; align-items: center;
  background: var(--render); border: 1px dashed color-mix(in oklab, var(--grassland) 55%, transparent);
  border-radius: var(--radius); padding: .8rem .9rem; max-width: 34rem;
}
.datechip label { font-weight: 600; font-size: .92rem; flex: 1 1 100%; }
.datechip input[type="date"] {
  flex: 1 1 10rem; min-width: 0; font: inherit; padding: .5rem .7rem; border-radius: 8px;
  border: 1px solid color-mix(in oklab, var(--ink) 25%, transparent); background: var(--paper); color: var(--ink);
}

/* ---- fact strip (the road under the hero) ------------------------- */
.factstrip { background: var(--monument); color: var(--paper); padding-block: .95rem; }
.factstrip .wrap { display: flex; flex-wrap: wrap; gap: .45rem 2.4rem; align-items: center; justify-content: center; }
.factstrip span { font-size: .93rem; font-weight: 500; display: inline-flex; gap: .55rem; align-items: center; }
.factstrip span::before { content: ""; width: 9px; height: 9px; border-radius: 50%; border: 2.5px solid var(--sun); flex: 0 0 auto; }

/* ---- rate board ----------------------------------------------------- */
.rateboard { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2rem; }
.tier {
  background: var(--paper); border-radius: var(--radius); padding: 1.5rem 1.4rem 1.3rem;
  box-shadow: var(--shadow-soft); position: relative; overflow: clip;
  display: flex; flex-direction: column; gap: .3rem;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.tier:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(51,36,29,.07), 0 18px 34px -16px rgba(51,36,29,.3); }
.tier-crew { font-weight: 600; font-size: 1.02rem; }
.tier-rate { font-family: var(--font-body); font-weight: 600; font-size: 2.35rem; line-height: 1.1; font-variant-numeric: lining-nums; }
.tier-rate small { font-size: 1.05rem; font-weight: 500; color: var(--ink-soft); }
.tier-for { color: var(--ink-soft); font-size: .95rem; margin: 0; }
.tier::after { /* a short run of median paint along the card foot */
  content: ""; position: absolute; left: 1.4rem; right: 1.4rem; bottom: .8rem; height: 3px;
  background: repeating-linear-gradient(90deg, var(--primary) 0 14px, transparent 14px 24px);
  opacity: .55;
}
.tier { padding-bottom: 1.9rem; }
@media (max-width: 780px) { .rateboard { grid-template-columns: 1fr; } }

/* ---- services ------------------------------------------------------- */
.svc-lead {
  display: grid; grid-template-columns: 96px 1fr; gap: 1.4rem; align-items: start;
  background: var(--oxide-wash); border-radius: var(--radius); padding: 1.8rem;
  box-shadow: var(--shadow-soft);
}
.svc-lead img { width: 96px; height: 96px; }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 1.1rem; }
.svc-card {
  background: var(--paper); border-radius: var(--radius); padding: 1.3rem 1.3rem 1.15rem;
  box-shadow: var(--shadow-soft); display: flex; flex-direction: column; gap: .4rem;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.svc-card:hover { transform: translateY(-3px); }
.svc-card img { width: 64px; height: 64px; margin-bottom: .2rem; }
.svc-card p { color: var(--ink-soft); font-size: .95rem; margin: 0; flex: 1; }
.svc-card .cardlink { font-weight: 600; font-size: .93rem; text-decoration: none; margin-top: .5rem; }
.svc-card .cardlink::after { content: " \2192"; }
@media (max-width: 880px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) {
  .svc-grid { grid-template-columns: 1fr; }
  .svc-lead { grid-template-columns: 64px 1fr; padding: 1.3rem; }
  .svc-lead img { width: 64px; height: 64px; }
}

/* ---- corridor split (established / growth front) -------------------- */
.corridor { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius); overflow: clip; box-shadow: var(--shadow-soft); }
.corridor-col { padding: clamp(1.5rem, 3.5vw, 2.6rem); position: relative; }
.corridor-col.is-old { background: var(--paper); }
.corridor-col.is-new { background: var(--render); background-image: url("/assets/brand/textures/pattern-estate-plan.svg"); background-size: 240px; }
.corridor-col h3 { margin-bottom: .3rem; }
.corridor-col .whichway { font-size: .9rem; color: var(--ink-soft); margin-bottom: 1rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.chips a, .chips span {
  font-size: .9rem; font-weight: 600; text-decoration: none; color: var(--ink);
  background: color-mix(in oklab, var(--paper) 60%, transparent);
  border: 1px solid color-mix(in oklab, var(--ink) 22%, transparent);
  padding: .3rem .8rem; border-radius: 999px;
  transition: border-color .22s var(--ease), background-color .22s var(--ease), color .22s var(--ease);
}
.chips a:hover { border-color: var(--primary); color: var(--primary-deep); background: var(--paper); }
.chips span { color: var(--ink-soft); font-weight: 500; border-style: dashed; }
@media (max-width: 780px) { .corridor { grid-template-columns: 1fr; } }

/* the corridor divider: the road between the two columns */
@media (min-width: 781px) {
  .corridor::after {
    content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 10px; transform: translateX(-50%);
    background:
      repeating-linear-gradient(180deg, transparent 0 16px, #FAF4EB 16px 27px, transparent 27px 43px) center / 2.5px 100% no-repeat,
      var(--primary);
  }
  .corridor { position: relative; }
}

/* ---- media figures --------------------------------------------------- */
.figure { margin: 0; }
.figure img { border-radius: var(--radius); box-shadow: var(--shadow-soft); width: 100%; object-fit: cover; }
.figure figcaption { font-size: .85rem; color: var(--ink-soft); padding-top: .55rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.4rem, 4vw, 3rem); align-items: center; }
/* grid/flex children default to min-width:auto and refuse to shrink below a wide
   table/image, blowing the page sideways at 390w; force them shrinkable */
.split > *, .hero-grid > *, .corridor > *, .foot-grid > * { min-width: 0; }
@media (max-width: 780px) { .split { grid-template-columns: 1fr; } }

/* ---- cards row (guides, areas) --------------------------------------- */
.cardrow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 1.6rem; }
.pagecard {
  background: var(--paper); border-radius: var(--radius); overflow: clip; box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column; text-decoration: none; color: var(--ink);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.pagecard:hover { transform: translateY(-4px); color: var(--ink); box-shadow: 0 2px 4px rgba(51,36,29,.07), 0 20px 38px -16px rgba(51,36,29,.32); }
.pagecard img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.pagecard-body { padding: 1.1rem 1.2rem 1.25rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.pagecard-body .tag { font-size: .78rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--grassland); }
.pagecard-body h3 { margin: 0; font-size: 1.18rem; }
.pagecard-body p { color: var(--ink-soft); font-size: .95rem; margin: 0; flex: 1; }
.pagecard-body .go { font-weight: 600; font-size: .92rem; color: var(--primary-deep); margin-top: .5rem; }
.pagecard:hover .go { color: var(--primary); }
.pagecard-body .go::after { content: " \2192"; }
@media (max-width: 880px) { .cardrow { grid-template-columns: 1fr; } }

/* ---- prose (guides) --------------------------------------------------- */
.crumbs { font-size: .85rem; color: var(--ink-soft); margin-bottom: 1.2rem; }
.crumbs a { color: var(--ink-soft); text-decoration: none; }
.crumbs a:hover { color: var(--primary-deep); }
.crumbs span[aria-hidden] { margin-inline: .35rem; color: var(--grassland); }
.prose { max-width: var(--measure); }
.prose h2 { margin-top: 2.4rem; padding-top: 1.6rem; position: relative; }
.prose h2::before {
  content: ""; position: absolute; top: 0; left: 0; width: 96px; height: 8px;
  background: url("/assets/brand/micro/divider-plain.svg") left center / cover no-repeat;
}
.prose h3 { margin-top: 1.8rem; }
.prose ul { list-style: none; padding-left: 0; margin: 0 0 1.2em; }
.prose ul li { padding-left: 1.5rem; position: relative; margin-bottom: .5em; }
.prose ul li::before {
  content: ""; position: absolute; left: 0; top: .42em; width: .72em; height: .72em;
  background: url("/assets/brand/micro/bullet.svg") center / contain no-repeat;
}
.prose ul ul { margin-top: .5em; }
.prose ul ul li::before { background-image: url("/assets/brand/micro/bullet-dash.svg"); }
.prose ol { padding-left: 1.3rem; }
.prose ol li { margin-bottom: .5em; }
.prose blockquote {
  margin: 1.8rem 0; padding: 1.4rem 1.6rem 1.2rem 4.2rem; background: var(--oxide-wash);
  border-radius: var(--radius); position: relative; font-size: 1.05rem;
}
.prose blockquote::before {
  content: ""; position: absolute; left: 1.2rem; top: 1.3rem; width: 2.1rem; height: 1.6rem;
  background: url("/assets/brand/micro/blockquote.svg") center / contain no-repeat;
}
.prose blockquote p:last-child { margin-bottom: 0; }
.prose .note {
  background: var(--render); border-left: 4px solid var(--grassland);
  padding: 1rem 1.2rem; border-radius: 0 var(--radius) var(--radius) 0; margin: 1.5rem 0;
  font-size: .98rem;
}
.prose table { width: 100%; border-collapse: collapse; margin: 1.4rem 0; font-size: .97rem; }
.prose th { text-align: left; font-weight: 600; border-bottom: 2px solid var(--ink); padding: .5rem .8rem .5rem 0; }
.prose td { border-bottom: 1px dashed color-mix(in oklab, var(--ink) 22%, transparent); padding: .55rem .8rem .55rem 0; vertical-align: top; }
.prose td.num, .prose th.num { text-align: right; padding-right: 1.4rem; font-variant-numeric: lining-nums tabular-nums; }
.prose tr :is(td,th):last-child { padding-right: 0; }
.tablewrap { overflow-x: auto; }
.tablewrap table { min-width: min(560px, 100%); }
.refs { font-size: .9rem; color: var(--ink-soft); }
.refs li { margin-bottom: .6em; }

.article-head { padding-block: clamp(2.2rem, 5vw, 3.6rem) 1.2rem; }
.article-head .lede { font-size: 1.15rem; color: var(--ink-soft); max-width: 60ch; }
.article-meta { font-size: .85rem; color: var(--ink-soft); display: flex; gap: 1.1rem; flex-wrap: wrap; }

/* ---- planner (signature): the road to moving day ---------------------- */
.plannerform {
  background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow-soft);
  padding: clamp(1.3rem, 3vw, 2rem); margin-top: 1.6rem;
}
.plannerform .fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 1.2rem; }
.plannerform .field-wide { grid-column: 1 / -1; }
@media (max-width: 640px) { .plannerform .fields { grid-template-columns: 1fr; } }
.plannerform .actions { margin-top: 1.3rem; display: flex; gap: .9rem; align-items: center; flex-wrap: wrap; }
.plannerform .quiet-note { font-size: .88rem; color: var(--ink-soft); margin: 0; }

label { font-weight: 600; font-size: .93rem; display: block; margin-bottom: .3rem; }
input, select, textarea {
  font: inherit; color: var(--ink); background: var(--paper); width: 100%;
  border: 1px solid color-mix(in oklab, var(--ink) 28%, transparent); border-radius: 8px;
  padding: .62rem .75rem;
}
input:focus-visible, select:focus-visible, textarea:focus-visible, .btn:focus-visible, a:focus-visible {
  outline: 3px solid color-mix(in oklab, var(--primary) 55%, transparent); outline-offset: 2px;
}
fieldset { border: 0; padding: 0; margin: 0; }

/* the drawn plan */
.plan { margin-top: 2.4rem; }
.plan-summary {
  background: var(--oxide-wash); border-radius: var(--radius); padding: 1.4rem 1.5rem;
  display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; box-shadow: var(--shadow-soft);
}
.plan-summary .plan-tier { font-weight: 600; }
.plan-summary .plan-rate { font-size: 1.9rem; font-weight: 600; font-variant-numeric: lining-nums; white-space: nowrap; }
.plan-summary .plan-rate small { font-size: .95rem; font-weight: 500; color: var(--ink-soft); }
@media (max-width: 640px) { .plan-summary { grid-template-columns: 1fr; } }

.road { list-style: none; margin: 2.2rem 0 0; padding: 0 0 0 3.4rem; position: relative; }
.road::before { /* the road itself: ochre seal with cream median dashes */
  content: ""; position: absolute; left: 1rem; top: 6px; bottom: 0; width: 18px; border-radius: 4px 4px 0 0;
  background:
    repeating-linear-gradient(180deg, transparent 0 14px, #FAF4EB 14px 24px, transparent 24px 38px) center / 2.5px 100% no-repeat,
    var(--primary);
}
.stop { position: relative; padding: 0 0 1.9rem; }
.stop::before { /* give-way holding point off the road edge */
  content: ""; position: absolute; left: -2.9rem; top: .42em; width: 13px; height: 13px; border-radius: 50%;
  border: 4px solid var(--primary); background: var(--paper);
}
.stop-when { font-size: .82rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--grassland); }
.stop h3, .stop h4 { margin: .1rem 0 .25rem; font-size: 1.08rem; }
.stop p { color: var(--ink-soft); font-size: .96rem; margin: 0; max-width: 56ch; }
.stop.is-today .stop-when { color: var(--primary-deep); }
.stop.is-today::before { background: var(--primary); }
/* terminus: the turning head, moving day */
.stop-end { padding-bottom: 0; }
.stop-end::before {
  width: 30px; height: 30px; left: -3.4rem; top: 0;
  border-width: 7px; background: var(--paper);
}
.road::after { content: none; }
.plan-cta {
  margin-top: 2rem; background: var(--monument); color: var(--paper); border-radius: var(--radius);
  padding: 1.6rem 1.7rem; box-shadow: var(--shadow-soft);
}
.plan-cta h3 { color: var(--paper); }
.plan-cta p { color: color-mix(in oklab, var(--paper) 86%, var(--monument)); }
.plan-cta .actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 1rem; }

/* ---- quote form -------------------------------------------------------- */
.quotecard {
  background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow-soft);
  padding: clamp(1.4rem, 3.5vw, 2.2rem);
}
.quotecard .fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.2rem; }
.quotecard .field-wide { grid-column: 1 / -1; }
@media (max-width: 640px) { .quotecard .fields { grid-template-columns: 1fr; } }
.quotecard button[type="submit"] { margin-top: 1.3rem; width: 100%; font-size: 1.08rem; padding: .95rem 1.5rem; }
.form-note { font-size: .88rem; color: var(--ink-soft); margin-top: .8rem; text-align: center; }

.sent-panel { text-align: center; padding: 1.6rem 1rem .4rem; }
.sent-panel img { width: 132px; margin: 0 auto .8rem; }
.sent-panel h3 { color: var(--greybox); }
.error-panel {
  margin-top: 1rem; background: var(--oxide-wash); border-left: 4px solid var(--primary-deep);
  padding: .8rem 1rem; border-radius: 0 8px 8px 0; font-weight: 500;
}

/* ---- CTA band + footer -------------------------------------------------- */
.ctaband { background: var(--primary); color: var(--paper); padding-block: clamp(2.6rem, 6vw, 4rem); position: relative; overflow: clip; }
.ctaband h2 { color: var(--paper); margin-bottom: .4rem; }
.ctaband p { color: color-mix(in oklab, var(--paper) 90%, var(--primary)); max-width: 56ch; }
.ctaband .wrap { display: grid; grid-template-columns: 1fr auto; gap: 1.6rem; align-items: center; position: relative; z-index: 1; }
.ctaband .actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.ctaband .btn-onred { background: var(--paper); color: var(--primary-deep); border-color: var(--paper); }
.ctaband .btn-onred:hover { background: var(--render); color: var(--primary-deep); }
.ctaband .btn-ghostcream { border-color: color-mix(in oklab, var(--paper) 75%, transparent); color: var(--paper); background: transparent; }
.ctaband .btn-ghostcream:hover { background: color-mix(in oklab, var(--paper) 16%, transparent); color: var(--paper); }
.ctaband::after { /* median paint running the band's foot */
  content: ""; position: absolute; left: 0; right: 0; bottom: 14px; height: 3px;
  background: repeating-linear-gradient(90deg, #FAF4EB 0 22px, transparent 22px 40px); opacity: .5;
}
@media (max-width: 780px) { .ctaband .wrap { grid-template-columns: 1fr; } }

.foot { background: var(--monument); color: color-mix(in oklab, var(--paper) 82%, var(--monument)); padding-block: 3.2rem 2rem; position: relative; overflow: clip; font-size: .95rem; }
.foot a:not(.btn) { color: var(--paper); text-decoration: none; }
.foot a:not(.btn):hover { text-decoration: underline; text-decoration-color: var(--sun); }
.foot-grid { display: grid; grid-template-columns: minmax(220px, 1.3fr) repeat(3, 1fr); gap: 2rem; position: relative; z-index: 1; }
.foot-brand img { width: 168px; height: auto; margin-bottom: .9rem; }
.foot h4 { color: var(--paper); font-size: .88rem; letter-spacing: .07em; text-transform: uppercase; margin-bottom: .7rem; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: .45rem; }
.foot-legal { margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid color-mix(in oklab, var(--paper) 18%, transparent); font-size: .84rem; position: relative; z-index: 1; }
.foot-legal p { margin-bottom: .4em; }
.foot .wm { position: absolute; right: -3%; bottom: -8%; width: clamp(280px, 26vw, 420px); pointer-events: none; }
@media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .foot-grid { grid-template-columns: 1fr; } }

/* ---- suburb pages -------------------------------------------------------- */
.local-facts {
  background: var(--render); border-radius: var(--radius); padding: 1.4rem 1.5rem;
  background-image: url("/assets/brand/textures/pattern-estate-plan.svg"); background-size: 240px;
}
.local-facts dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: .45rem 1.2rem; }
.local-facts dt { font-weight: 600; }
.local-facts dd { margin: 0; color: var(--ink-soft); }
@media (max-width: 640px) { /* two narrow columns read cramped on a phone; stack them */
  .local-facts dl { grid-template-columns: 1fr; gap: .1rem; }
  .local-facts dd { margin-bottom: .65rem; }
}
.grain-panel {
  background: var(--oxide-wash) url("/assets/brand/textures/texture-grassland-grain.webp") center / cover no-repeat;
  border-radius: var(--radius); padding: 1.5rem 1.6rem; box-shadow: var(--shadow-soft);
}
.grain-panel h3 { margin-bottom: .3rem; }

/* planner stops draw themselves onto the road (reduced-motion: instant via global kill) */
.plan .stop.draw { opacity: 0; transform: translateY(10px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.plan .stop.draw.drawn { opacity: 1; transform: none; }

/* tick list: kit bullets outside .prose */
.ticklist { list-style: none; padding-left: 0; margin: 0 0 1.2em; }
.ticklist li { padding-left: 1.5rem; position: relative; margin-bottom: .55em; }
.ticklist li::before {
  content: ""; position: absolute; left: 0; top: .42em; width: .72em; height: .72em;
  background: url("/assets/brand/micro/bullet.svg") center / contain no-repeat;
}

/* ---- utility ------------------------------------------------------------- */
.center { text-align: center; }
.center .kicker { justify-content: center; }
.mt-0 { margin-top: 0; } .mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; }
.turning-lane { display: block; height: 72px; width: min(680px, 76%); margin: 0 0 1.4rem; }

/* 404 */
.lost { text-align: center; padding-block: clamp(3rem, 8vw, 5.5rem); }
.lost img { width: min(260px, 60vw); margin-inline: auto; margin-bottom: 1.4rem; }

/* reveal-on-scroll: gentle, brand-quiet */
.rv { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.rv.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; }
}

/* skip link */
.skip { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--ink); color: var(--paper); padding: .6rem 1rem; }
.skip:focus { left: 0; }

/* ---- reduced-motion floor -------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
}

/* print: keep it plain */
@media print {
  .masthead, .ctaband, .foot, .drawer, .scrim, .roadtop, .factstrip { display: none !important; }
  body { background: #fff; color: #000; }
}
