/* Crescent Removals, Fairfield NSW.
   Shop-strip civic: warm concrete paper, oxide brick, Flow-Ribbon gold (large or on
   dark), Bitter slab signage over Barlow plain talk. Tokens verbatim from
   brand-kit/brand-kit.md; components consume tokens, never raw hexes. */

@import url('/assets/fonts/fonts.css');

:root {
  --cr-ink: #33241E;
  --cr-ink-soft: #635147;
  --cr-paper: #F3F0EB;
  --cr-awning: #F0E9DB;
  --cr-cream: #F8F1E5;
  --cr-brick: #7E312A;
  --cr-brick-deep: #5C221D;
  --cr-gold: #DFA22E;
  --cr-gold-deep: #8C5F0E;
  --cr-crate: #C9B79B;

  --cr-font-display: "Bitter", Georgia, serif;
  --cr-font-body: "Barlow", system-ui, sans-serif;

  --measure: 68ch;
  --radius: 6px;
  --shadow-lift: 0 10px 28px rgba(51, 36, 30, 0.14);
  --ease: cubic-bezier(0.33, 1, 0.68, 1);
}

/* ── Reset-ish ─────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--cr-font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--cr-ink);
  background: var(--cr-paper);
  overflow-wrap: break-word;
}
img, svg, video { max-width: 100%; height: auto; }
[hidden] { display: none !important; }
::placeholder { color: rgba(99, 81, 71, 0.45); }

h1, h2, h3, h4 {
  font-family: var(--cr-font-display);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.6em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.15rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.15rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1em; }
a { color: var(--cr-brick); text-decoration-thickness: 1.5px; text-underline-offset: 2px; }
a:hover { color: var(--cr-brick-deep); }
strong { font-weight: 600; }
ul, ol { padding-left: 1.3em; }

hr, .cr-divider {
  border: 0;
  height: 18px;
  margin: 2.4rem auto;
  background: url('/assets/brand/micro/divider.svg') center / contain no-repeat;
}
.on-dark hr, .on-dark .cr-divider { background-image: url('/assets/brand/micro/divider-reversed.svg'); }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2rem); }
.wrap-narrow { max-width: 860px; margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2rem); }

.kicker {
  display: block;
  font-family: var(--cr-font-body);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cr-brick);
  margin-bottom: 0.9rem;
}
.on-dark .kicker { color: var(--cr-gold); }
.lede { font-size: 1.2rem; font-weight: 500; line-height: 1.55; max-width: var(--measure); }
.muted { color: var(--cr-ink-soft); }
.small { font-size: 0.9rem; }

/* The gold furrow — the site's signature micro-mark under major kickers.
   Three curved rows in the mark's language; the gold one draws in once on view. */
.furrow-sig { display: block; width: 120px; height: 22px; margin: 0.35rem 0 1.1rem; }
.furrow-sig path { fill: none; stroke-width: 5; stroke-linecap: round; }
.furrow-sig .row { stroke: var(--cr-crate); }
.furrow-sig .row-gold { stroke: var(--cr-gold); }
@media (prefers-reduced-motion: no-preference) {
  .furrow-sig.animate .row-gold {
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    animation: furrow-draw 1.1s var(--ease) 0.25s forwards;
  }
}
@keyframes furrow-draw { to { stroke-dashoffset: 0; } }

/* ── Buttons ───────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--cr-font-body);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.22s var(--ease), color 0.22s var(--ease),
              border-color 0.22s var(--ease), transform 0.22s var(--ease),
              box-shadow 0.22s 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(--cr-brick); color: var(--cr-cream); }
.btn-primary:hover { background: var(--cr-brick-deep); color: var(--cr-cream); box-shadow: var(--shadow-lift); }
.btn-outline { background: transparent; color: var(--cr-brick); border-color: var(--cr-brick); }
.btn-outline:hover { background: var(--cr-brick); color: var(--cr-cream); }
.on-dark .btn-primary { background: var(--cr-gold); color: var(--cr-ink); }
.on-dark .btn-primary:hover { background: var(--cr-cream); color: var(--cr-brick-deep); }
.on-dark .btn-outline { color: var(--cr-cream); border-color: var(--cr-cream); }
.on-dark .btn-outline:hover { background: var(--cr-cream); color: var(--cr-brick-deep); }

/* ── Header: the awning ────────────────────────────────────────────────── */
.awning-strip {
  background: var(--cr-brick-deep);
  color: var(--cr-cream);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.awning-strip .wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.awning-strip .patch { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.awning-strip .hours { white-space: nowrap; }
.awning-strip .hours em { font-style: normal; color: var(--cr-gold); }

.site-header {
  background: var(--cr-paper);
  border-bottom: 1px solid var(--cr-crate);
  position: relative;
  z-index: 40;
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.brand-lockup { display: inline-flex; align-items: center; text-decoration: none; }
.brand-lockup img { height: 46px; width: auto; display: block; }
.brand-lockup .brand-mark-sm { display: none; }

.nav-primary { display: flex; align-items: center; gap: 1.35rem; }
.nav-primary a:not(.btn) {
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--cr-ink);
  text-decoration: none;
  padding: 0.35rem 0;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.nav-primary a:not(.btn):hover { color: var(--cr-brick); border-bottom-color: var(--cr-gold); }
body[data-page="services"] .nav-primary a[data-nav="services"]:not(.btn),
body[data-page="areas"] .nav-primary a[data-nav="areas"]:not(.btn),
body[data-page="guides"] .nav-primary a[data-nav="guides"]:not(.btn),
body[data-page="move-plan"] .nav-primary a[data-nav="move-plan"]:not(.btn),
body[data-page="faq"] .nav-primary a[data-nav="faq"]:not(.btn),
body[data-page="about"] .nav-primary a[data-nav="about"]:not(.btn) {
  border-bottom-color: var(--cr-brick);
  color: var(--cr-brick);
}
.nav-primary .btn { padding: 0.55rem 1.1rem; font-size: 0.95rem; }

.nav-toggle {
  display: none;
  background: none;
  border: 2px solid var(--cr-brick);
  border-radius: var(--radius);
  padding: 0.45rem 0.6rem;
  cursor: pointer;
  color: var(--cr-brick);
}
.nav-toggle svg { width: 22px; height: 22px; display: block; }

/* Mobile drawer — dark ground; explicit .btn overrides beside every link rule */
.drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 60;
}
.drawer.open { display: block; }
.drawer .scrim { position: absolute; inset: 0; background: rgba(51, 36, 30, 0.55); }
.drawer .panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(320px, 88vw);
  background: var(--cr-brick-deep);
  background-image: url('/assets/brand/textures/brick-bond-dark.svg');
  padding: 1.4rem 1.5rem 2rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media (prefers-reduced-motion: no-preference) {
  .drawer .panel { transform: translateX(12px); opacity: 0.4; transition: transform 0.28s var(--ease), opacity 0.28s var(--ease); }
  .drawer.open .panel { transform: translateX(0); opacity: 1; }
}
.drawer .panel nav { display: flex; flex-direction: column; gap: 0.2rem; }
.drawer .panel .drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.drawer .panel .drawer-head img { height: 40px; width: auto; }
.drawer .close {
  background: none; border: 0; color: var(--cr-cream); cursor: pointer; padding: 0.4rem;
}
.drawer .close svg { width: 22px; height: 22px; display: block; }
.drawer .panel a:not(.btn) {
  color: var(--cr-cream);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.15rem;
  padding: 0.7rem 0.2rem;
  border-bottom: 1px solid rgba(248, 241, 229, 0.15);
}
.drawer .panel a:not(.btn):hover { color: var(--cr-gold); }
.drawer .panel .btn { margin-top: 1.3rem; justify-content: center; }
.drawer .panel .btn-primary { background: var(--cr-gold); color: var(--cr-ink); font-size: 1.05rem; padding: 0.85rem 1.2rem; }
.drawer .panel .btn-primary:hover { background: var(--cr-cream); color: var(--cr-brick-deep); }

@media (max-width: 880px) {
  .nav-primary { display: none; }
  .nav-toggle { display: block; }
  .brand-lockup .brand-lockup-full { display: none; }
  .brand-lockup .brand-mark-sm { display: block; height: 42px; }
  .awning-strip .hours { display: none; }
}

/* ── Sections ──────────────────────────────────────────────────────────── */
.band { padding: clamp(2.8rem, 6vw, 4.6rem) 0; position: relative; }
.band-awning { background: var(--cr-awning); }
.band-texture-furrow { background: var(--cr-paper) url('/assets/brand/textures/furrow-rows-whisper.svg'); }
.band-texture-crate { background: var(--cr-awning) url('/assets/brand/textures/crate-weave-whisper.svg'); }
.on-dark {
  background: var(--cr-brick-deep);
  color: var(--cr-cream);
}
.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4 { color: var(--cr-cream); }
.on-dark a:not(.btn) { color: var(--cr-gold); }
.on-dark a:not(.btn):hover { color: var(--cr-cream); }
.on-dark .muted { color: rgba(248, 241, 229, 0.75); }
.band-ink { background: var(--cr-ink); }
.band-ribbon-dark { background-image: url('/assets/brand/textures/ribbon-shade-dark.svg'); }
.band-furrow-dark { background-image: url('/assets/brand/textures/furrow-rows-dark.svg'); }

.hem-top, .hem-bottom { position: relative; }
.hem-top::before, .hem-bottom::after {
  content: "";
  display: block;
  position: absolute;
  left: 0; right: 0;
  height: 44px;
  background: url('/assets/brand/textures/motif-furrow-edge.svg') repeat-x center / auto 100%;
  pointer-events: none;
  opacity: 0.9;
}
.hem-top::before { top: 0; }
.hem-bottom::after { bottom: 0; }

.watermark-host { position: relative; overflow: clip; }
.watermark {
  position: absolute;
  width: 460px;
  max-width: 65vw;
  pointer-events: none;
  user-select: none;
}

.section-head { max-width: 760px; margin-bottom: 2.2rem; }
.section-head p { color: var(--cr-ink-soft); }
.on-dark .section-head p { color: rgba(248, 241, 229, 0.8); }

/* ── Hero ──────────────────────────────────────────────────────────────── */
.hero { padding: clamp(2.6rem, 6vw, 4.8rem) 0 clamp(2.8rem, 6vw, 4.6rem); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(1.8rem, 4vw, 3.4rem);
  align-items: center;
}
.hero-copy .lede { margin-bottom: 1.6rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 1.4rem; }
.hero-note { font-size: 0.92rem; color: var(--cr-ink-soft); max-width: 46ch; }
.hero-figure { position: relative; margin: 0; }
.hero-figure img {
  display: block;
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lift);
}
.hero-figure .photo-chip {
  position: absolute;
  left: 1rem; bottom: 1rem;
  background: var(--cr-brick-deep);
  border-radius: var(--radius);
  padding: 0.55rem 0.8rem;
  display: flex;
  align-items: center;
}
.hero-figure .photo-chip img { height: 30px; width: auto; box-shadow: none; border-radius: 0; }
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
}

/* ── Docket cards ──────────────────────────────────────────────────────── */
.docket-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.docket-row-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 790px; }
@media (max-width: 880px) { .docket-row, .docket-row-2 { grid-template-columns: 1fr; } }
.docket {
  background: var(--cr-cream);
  border: 1.5px solid var(--cr-crate);
  border-top: 5px solid var(--cr-brick);
  border-radius: var(--radius);
  padding: 1.5rem 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--cr-ink);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}
a.docket:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-top-color: var(--cr-gold); color: var(--cr-ink); }
.docket-eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cr-gold-deep);
}
.docket h3 { margin: 0; }
.docket p { margin: 0; color: var(--cr-ink-soft); font-size: 0.98rem; }
.docket .docket-go { margin-top: auto; padding-top: 0.6rem; font-weight: 600; color: var(--cr-brick); font-size: 0.95rem; }
.docket .icon { width: 54px; height: 54px; }

/* ── Rates ─────────────────────────────────────────────────────────────── */
.rates-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; margin: 2rem 0 1.4rem; }
@media (max-width: 880px) { .rates-grid { grid-template-columns: 1fr; max-width: 460px; } }
.rate-card {
  background: rgba(51, 36, 30, 0.35);
  border: 1.5px solid rgba(248, 241, 229, 0.22);
  border-radius: var(--radius);
  padding: 1.6rem 1.5rem 1.4rem;
}
.rate-card .crew { font-weight: 600; font-size: 1.02rem; color: var(--cr-cream); }
.rate-card .price {
  font-family: var(--cr-font-display);
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--cr-gold);
  line-height: 1.1;
  margin: 0.35rem 0 0.1rem;
}
.rate-card .per { font-size: 0.92rem; color: rgba(248, 241, 229, 0.75); margin-bottom: 0.7rem; }
.rate-card .fits { font-size: 0.95rem; color: rgba(248, 241, 229, 0.85); margin: 0; }

/* ── Service cards (hierarchy) ─────────────────────────────────────────── */
.svc-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1.3rem; }
.svc { grid-column: span 2; }
.svc-lead { grid-column: span 6; }
.svc-half { grid-column: span 3; }
@media (max-width: 880px) { .svc, .svc-lead, .svc-half { grid-column: span 6; } }
.svc-card {
  display: flex;
  flex-direction: column;
  background: var(--cr-cream);
  border: 1.5px solid var(--cr-crate);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: var(--cr-ink);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
a.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); color: var(--cr-ink); }
.svc-card img { width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; display: block; }
.svc-card .svc-body { padding: 1.3rem 1.4rem 1.4rem; display: flex; flex-direction: column; gap: 0.5rem; }
.svc-card h3 { margin: 0; }
.svc-card p { margin: 0; color: var(--cr-ink-soft); font-size: 0.98rem; }
.svc-card .docket-go { font-weight: 600; color: var(--cr-brick); font-size: 0.95rem; margin-top: auto; padding-top: 0.5rem; }
.svc-lead .svc-card { flex-direction: row; }
.svc-lead .svc-card img { width: 52%; aspect-ratio: auto; }
.svc-lead .svc-card .svc-body { padding: 2rem 2.2rem; justify-content: center; }
@media (max-width: 880px) {
  .svc-lead .svc-card { flex-direction: column; }
  .svc-lead .svc-card img { width: 100%; aspect-ratio: 16 / 9; }
}
.svc-quiet {
  background: transparent;
  border: 1.5px dashed var(--cr-crate);
}

/* ── Areas ─────────────────────────────────────────────────────────────── */
.area-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 2.5rem; }
@media (max-width: 640px) { .area-list { columns: 1; } }
.area-list li {
  break-inside: avoid;
  border-bottom: 1px solid var(--cr-crate);
  padding: 0.65rem 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.area-list .km { font-size: 0.85rem; color: var(--cr-ink-soft); text-align: right; }
.area-list a { font-weight: 600; text-decoration: none; }
.area-list a:hover { text-decoration: underline; }
.area-list .plain { font-weight: 500; color: var(--cr-ink); }

/* ── FAQ ───────────────────────────────────────────────────────────────── */
.faq-item { border: 1.5px solid var(--cr-crate); border-radius: var(--radius); background: var(--cr-cream); margin-bottom: 0.9rem; }
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-family: var(--cr-font-display);
  font-size: 1.08rem;
  padding: 1rem 1.2rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--cr-font-body);
  font-size: 1.4rem;
  color: var(--cr-brick);
  transition: transform 0.25s var(--ease);
  line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 1.2rem 1.1rem; color: var(--cr-ink-soft); }
.faq-item .faq-body p:last-child { margin-bottom: 0; }

/* ── Forms ─────────────────────────────────────────────────────────────── */
.form-panel {
  background: var(--cr-awning) url('/assets/brand/textures/brick-bond-grain.svg');
  border: 1.5px solid var(--cr-crate);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 3vw, 2.2rem);
}
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 600; font-size: 0.95rem; margin-bottom: 0.3rem; }
.field .hint { font-weight: 400; color: var(--cr-ink-soft); font-size: 0.85rem; }
.field input, .field select, .field textarea {
  width: 100%;
  font: inherit;
  color: var(--cr-ink);
  background: var(--cr-cream);
  border: 1.5px solid var(--cr-crate);
  border-radius: var(--radius);
  padding: 0.7rem 0.85rem;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--cr-brick);
  box-shadow: 0 0 0 3px rgba(126, 49, 42, 0.15);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 640px) { .field-row { grid-template-columns: 1fr; } }
.form-msg { border-radius: var(--radius); padding: 1rem 1.2rem; margin-top: 1rem; font-weight: 500; }
.form-msg.ok { background: var(--cr-cream); border: 1.5px solid var(--cr-gold); }
.form-msg.err { background: var(--cr-cream); border: 1.5px solid var(--cr-brick); color: var(--cr-brick-deep); }
.success-spot { display: flex; gap: 1.1rem; align-items: center; }
.success-spot img { width: 84px; height: 84px; flex: 0 0 auto; }

/* ── Move Plan tool ────────────────────────────────────────────────────── */
.plan-step { margin-bottom: 2rem; }
.plan-step .q {
  font-family: var(--cr-font-display);
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.9rem;
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}
.plan-step .q .qnum {
  font-family: var(--cr-font-body);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--cr-gold-deep);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.tile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.8rem; }
.tile { position: relative; }
.tile input { position: absolute; opacity: 0; inset: 0; pointer-events: none; }
.tile label {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  height: 100%;
  background: var(--cr-cream);
  border: 1.5px solid var(--cr-crate);
  border-radius: var(--radius);
  padding: 0.95rem 1.05rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.35;
  transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease), transform 0.2s var(--ease);
}
.tile label small { font-weight: 400; color: var(--cr-ink-soft); font-size: 0.85rem; }
.tile label:hover { border-color: var(--cr-brick); transform: translateY(-2px); }
.tile input:checked + label {
  border-color: var(--cr-brick);
  background: #fff;
  box-shadow: inset 0 0 0 1.5px var(--cr-brick), 0 6px 16px rgba(51, 36, 30, 0.1);
}
.tile input:focus-visible + label { outline: 3px solid rgba(126, 49, 42, 0.4); outline-offset: 2px; }

/* The plan card — built to be screenshotted and forwarded */
.plan-card {
  background: var(--cr-cream);
  border: 2px solid var(--cr-brick);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  max-width: 640px;
}
.plan-card-head {
  background: var(--cr-brick-deep) url('/assets/brand/textures/ribbon-shade-dark.svg');
  color: var(--cr-cream);
  padding: 1.1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.plan-card-head img { height: 42px; width: auto; }
.plan-card-head .t { font-family: var(--cr-font-display); font-weight: 700; font-size: 1.25rem; }
.plan-card-head .s { font-size: 0.85rem; color: rgba(248, 241, 229, 0.8); }
.plan-card-body { padding: 1.4rem 1.5rem 1.5rem; }
.plan-card-body .shape-line { font-weight: 500; font-size: 1.05rem; margin-bottom: 1.1rem; }
.plan-crew {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  flex-wrap: wrap;
  border-top: 1.5px solid var(--cr-crate);
  border-bottom: 1.5px solid var(--cr-crate);
  padding: 0.9rem 0;
  margin-bottom: 1.1rem;
}
.plan-crew .crew-size { font-weight: 600; font-size: 1.1rem; }
.plan-crew .crew-rate { font-family: var(--cr-font-display); font-weight: 700; font-size: 1.6rem; color: var(--cr-brick); }
.plan-crew .crew-why { flex-basis: 100%; font-size: 0.92rem; color: var(--cr-ink-soft); margin: 0; }
.plan-card-body h4 { margin: 1.1rem 0 0.5rem; }
.plan-card-body ol, .plan-card-body ul { margin: 0 0 0.4rem; padding-left: 1.25em; }
.plan-card-body li { margin-bottom: 0.3rem; font-size: 0.97rem; }
.plan-honest {
  font-size: 0.88rem;
  color: var(--cr-ink-soft);
  border-top: 1.5px solid var(--cr-crate);
  padding-top: 0.85rem;
  margin: 1.1rem 0 0;
}
.plan-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.4rem; }
@media (prefers-reduced-motion: no-preference) {
  .plan-card.assemble .plan-reveal { opacity: 0; transform: translateY(10px); animation: plan-in 0.5s var(--ease) forwards; }
  .plan-card.assemble .plan-reveal:nth-child(2) { animation-delay: 0.08s; }
  .plan-card.assemble .plan-reveal:nth-child(3) { animation-delay: 0.16s; }
  .plan-card.assemble .plan-reveal:nth-child(4) { animation-delay: 0.24s; }
  .plan-card.assemble .plan-reveal:nth-child(5) { animation-delay: 0.32s; }
}
@keyframes plan-in { to { opacity: 1; transform: translateY(0); } }

/* ── Prose (guides) ────────────────────────────────────────────────────── */
.prose { max-width: var(--measure); }
.prose h2 { margin-top: 2.2em; }
.prose h3 { margin-top: 1.6em; }
.prose img { border-radius: var(--radius); margin: 1.4rem 0; }
.prose figure { margin: 1.8rem 0; }
.prose figcaption { font-size: 0.85rem; color: var(--cr-ink-soft); margin-top: 0.5rem; }
.prose ul { list-style: none; padding-left: 1.35em; }
.prose ul li { position: relative; margin-bottom: 0.45em; }
.prose ul li::before {
  content: "";
  position: absolute;
  left: -1.35em;
  top: 0.52em;
  width: 0.85em;
  height: 0.5em;
  background: url('/assets/brand/micro/bullet.svg') center / contain no-repeat;
}
.prose blockquote {
  margin: 1.6rem 0;
  padding: 1rem 1.4rem 1rem 3.2rem;
  background: var(--cr-awning) url('/assets/brand/micro/quote.svg') 1rem 1.1rem / 1.5rem no-repeat;
  border-left: 4px solid var(--cr-gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-weight: 500;
}
.prose table { border-collapse: collapse; width: 100%; font-size: 0.97rem; }
.table-scroll { overflow-x: auto; margin: 1.4rem 0; }
.table-scroll table { min-width: 560px; }
.prose th, .prose td { text-align: left; padding: 0.6rem 0.9rem; border-bottom: 1px solid var(--cr-crate); vertical-align: top; }
.prose th { font-weight: 600; background: var(--cr-awning); }
.prose td.num, .prose th.num { text-align: right; padding-right: 1.3rem; }
.prose td.num:last-child, .prose th.num:last-child { padding-right: 0.9rem; }

.callout {
  background: var(--cr-awning);
  border: 1.5px solid var(--cr-crate);
  border-left: 5px solid var(--cr-brick);
  border-radius: var(--radius);
  padding: 1.1rem 1.4rem;
  margin: 1.6rem 0;
}
.callout p:last-child { margin-bottom: 0; }
.callout-gold { border-left-color: var(--cr-gold); }

/* Guide/article header band */
.article-head { padding: clamp(2.4rem, 5vw, 3.8rem) 0 clamp(1.6rem, 3vw, 2.4rem); }
.article-head .meta { font-size: 0.9rem; color: var(--cr-ink-soft); }
.breadcrumbs { font-size: 0.85rem; color: var(--cr-ink-soft); margin-bottom: 1.3rem; }
.breadcrumbs a { color: var(--cr-ink-soft); text-decoration: none; }
.breadcrumbs a:hover { color: var(--cr-brick); text-decoration: underline; }
.breadcrumbs span[aria-hidden] { margin: 0 0.35rem; color: var(--cr-crate); }

/* References block */
.refs { border-top: 1.5px solid var(--cr-crate); margin-top: 2.5rem; padding-top: 1.2rem; font-size: 0.9rem; color: var(--cr-ink-soft); }
.refs h2 { font-size: 1.05rem; margin-top: 0; }

/* ── Checklist (printable) ─────────────────────────────────────────────── */
.checklist { list-style: none; padding: 0; margin: 1.2rem 0; }
.checklist li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.55rem 0;
  border-bottom: 1px dashed var(--cr-crate);
}
.checklist li::before {
  content: "";
  flex: 0 0 auto;
  width: 1.05em;
  height: 1.05em;
  margin-top: 0.22em;
  border: 2px solid var(--cr-brick);
  border-radius: 3px;
  background: var(--cr-cream);
}
.print-sheet-only { display: none; }
@media print {
  /* Isolation is scoped to pages that HAVE a print sheet — every other page
     prints normally. Collapse everything that is not the sheet or its ancestry
     (display, not visibility, so no blank leader/trailer pages), and neutralise
     positioned ancestors so the sheet's top:0 means the top of the page.
     Engines without :has() simply print the whole page — honest degradation. */
  body:has(.print-sheet) *:not(.print-sheet):not(.print-sheet *):not(:has(.print-sheet)) { display: none !important; }
  body:has(.print-sheet) main, body:has(.print-sheet) article, body:has(.print-sheet) section,
  body:has(.print-sheet) .band, body:has(.print-sheet) .hem-top, body:has(.print-sheet) .hem-bottom,
  body:has(.print-sheet) .watermark-host { position: static !important; }
  body:has(.print-sheet) .print-sheet { position: absolute; left: 0; top: 0; width: 100%; padding: 1cm; }
  .print-sheet-only { display: block; }
  .no-print { display: none !important; }
}

/* ── Diagram (granny-flat plan view) ───────────────────────────────────── */
.diagram-frame {
  background: var(--cr-cream);
  border: 1.5px solid var(--cr-crate);
  border-radius: var(--radius);
  padding: 1.2rem;
  margin: 1.8rem 0;
}
.diagram-frame svg { display: block; width: 100%; height: auto; }
.diagram-frame figcaption { font-size: 0.85rem; color: var(--cr-ink-soft); margin-top: 0.7rem; }

/* ── Timeline (estates day) ────────────────────────────────────────────── */
.timeline { list-style: none; padding: 0; margin: 1.8rem 0; position: relative; }
.timeline::before {
  content: "";
  position: absolute;
  left: 5.4rem;
  top: 0.4rem; bottom: 0.4rem;
  width: 3px;
  background: var(--cr-crate);
  border-radius: 2px;
}
.timeline li { display: flex; gap: 1.6rem; padding: 0 0 1.6rem; position: relative; }
.timeline .tl-time {
  flex: 0 0 4.2rem;
  text-align: right;
  font-family: var(--cr-font-display);
  font-weight: 700;
  color: var(--cr-brick);
  font-size: 1.02rem;
  line-height: 1.5;
}
.timeline li::after {
  content: "";
  position: absolute;
  left: 5.4rem;
  top: 0.5em;
  width: 13px;
  height: 13px;
  transform: translateX(-5px);
  border-radius: 50%;
  background: var(--cr-gold);
  border: 3px solid var(--cr-paper);
}
.timeline .tl-body { flex: 1; padding-left: 1rem; }
.timeline .tl-body h3 { margin-bottom: 0.3rem; font-size: 1.12rem; }
.timeline .tl-body p { margin-bottom: 0; color: var(--cr-ink-soft); font-size: 0.98rem; }
@media (max-width: 640px) {
  .timeline::before { left: 3.4rem; }
  .timeline li::after { left: 3.4rem; }
  .timeline .tl-time { flex-basis: 2.6rem; font-size: 0.9rem; }
}

/* ── Comparison table cards (Cabramatta walk-up vs lift) ───────────────── */
.compare-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; margin: 1.8rem 0; }
@media (max-width: 760px) { .compare-pair { grid-template-columns: 1fr; } }
.compare-col { background: var(--cr-cream); border: 1.5px solid var(--cr-crate); border-radius: var(--radius); padding: 1.4rem 1.5rem; }
.compare-col h3 { display: flex; align-items: center; gap: 0.7rem; }
.compare-col h3 img { width: 40px; height: 40px; }

/* ── Enquiry band + footer ─────────────────────────────────────────────── */
.enquiry-band { text-align: left; }
.enquiry-band .wrap {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 2.4rem;
  align-items: center;
}
@media (max-width: 880px) { .enquiry-band .wrap { grid-template-columns: 1fr; } }
.enquiry-band h2 { margin-bottom: 0.4rem; }
.enquiry-band p { color: rgba(248, 241, 229, 0.85); margin-bottom: 0; }
.enquiry-band .actions { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: flex-end; }
@media (max-width: 880px) { .enquiry-band .actions { justify-content: flex-start; } }

.site-footer {
  background: var(--cr-ink) url('/assets/brand/textures/brick-bond-dark.svg');
  color: rgba(248, 241, 229, 0.82);
  font-size: 0.95rem;
  padding: 3.2rem 0 2.2rem;
}
.site-footer .foot-grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) repeat(3, minmax(0, 2.6fr));
  gap: 2.2rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 880px) { .site-footer .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer .foot-grid { grid-template-columns: 1fr; } }
.site-footer .foot-brand img { height: 84px; width: auto; margin-bottom: 0.9rem; }
.site-footer h4 { color: var(--cr-cream); font-family: var(--cr-font-body); font-weight: 600; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 0.8rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 0.45rem; }
.site-footer a:not(.btn) { color: rgba(248, 241, 229, 0.82); text-decoration: none; }
.site-footer a:not(.btn):hover { color: var(--cr-gold); }
.site-footer .foot-legal {
  border-top: 1px solid rgba(248, 241, 229, 0.18);
  padding-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.8rem;
  justify-content: space-between;
  font-size: 0.82rem;
  color: rgba(248, 241, 229, 0.6);
}
.site-footer .foot-legal a { color: rgba(248, 241, 229, 0.7); text-decoration: underline; }
.site-footer .foot-legal a:hover { color: var(--cr-gold); }
.site-footer { position: relative; overflow: clip; }
.site-footer .watermark { right: -4%; bottom: -12%; width: 420px; opacity: 1; }

/* ── Reveals ───────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
  .reveal.in { opacity: 1; transform: translateY(0); }
}

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

/* ── 404 / spots ───────────────────────────────────────────────────────── */
.spot-page { text-align: center; padding: clamp(3rem, 8vw, 6rem) 0; }
.spot-page img { width: 180px; height: 180px; margin-bottom: 1.4rem; }
.spot-page .actions { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.4rem; }

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--cr-brick);
  color: var(--cr-cream);
  padding: 0.6rem 1rem;
  z-index: 100;
  border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; }
