/* =========================================================
   Advanced Landscaping - main.css
   Static marketing site (Brisbane / SEQ)
   Brand: Advanced Group system - charcoal #212121 + Advanced Blue #1E5BA8 - Open Sans
   Aligned to Advanced Cleaning Brand Guidelines v1.0
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  /* Colour - Advanced Group palette
     Primary: Charcoal #212121, Pure White #FFFFFF
     Accent:  Advanced Blue #1E5BA8 (CTAs, links, highlights)
     Neutrals: Slate / Mist / Cloud / Paper */
  --color-bg: #ffffff;
  --color-surface: #f5f6f7;        /* Paper */
  --color-surface-alt: #e5e7ea;    /* Cloud */
  --color-surface-dark: #212121;   /* Charcoal */
  --color-surface-dark-alt: #2e2e2e;
  --color-ink-primary: #212121;    /* Charcoal */
  --color-ink-secondary: #4a4a4a;  /* Slate */
  --color-ink-muted: #7a7a7a;      /* Mist */
  --color-ink-inverse: #ffffff;
  --color-ink-inverse-muted: #c8c8c8;
  /* Accent: Advanced Group red (#e73f37)
     Variable names retain "brand-gold" / "brand-blue" prefixes for
     backwards compatibility - all now resolve to the red accent system. */
  --color-brand-gold: #e73f37;        /* Accent red */
  --color-brand-gold-dark: #c4322b;   /* Deeper red for hover/active */
  --color-brand-gold-soft: #fce5e3;   /* Tinted red surface */
  --color-brand-blue: #e73f37;        /* Accent alias */
  --color-brand-blue-light: #ef6b65;  /* Hover / supporting */
  --color-brand-red: #e73f37;
  --color-brand-red-dark: #c4322b;
  --color-brand-red-light: #ef6b65;
  --color-brand-red-soft: #fce5e3;
  --color-accent-green: #2f7d4f;
  --color-accent-green-dark: #235e3b;
  --color-accent-green-soft: #e3efe7;
  --color-success: #2f7d4f;
  --color-error: #b3261e;
  --color-error-soft: #fbe9e7;
  --color-border: #e5e7ea;         /* Cloud */
  --color-border-strong: #b8babd;
  --color-border-dark: #3a3a3a;

  /* Type */
  --font-sans: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --fs-display: 3.75rem;
  --fs-h1: 3rem;
  --fs-h2: 2.25rem;
  --fs-h3: 1.5rem;
  --fs-h4: 1.25rem;
  --fs-h5: 1.0625rem;
  --fs-body-lg: 1.1875rem;
  --fs-body: 1rem;
  --fs-body-sm: 0.9375rem;
  --fs-caption: 0.8125rem;
  --fs-eyebrow: 0.8125rem;
  --fs-button: 0.9375rem;
  --fs-nav: 0.9375rem;

  /* Spacing (8px-based) */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 2.5rem;
  --space-8: 3rem;
  --space-9: 4rem;
  --space-10: 5rem;
  --space-11: 6rem;
  --space-12: 7.5rem;

  /* Radius */
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-pill: 999px;

  /* Shadow */
  --shadow-xs: 0 1px 2px rgba(33,33,33,0.04);
  --shadow-sm: 0 2px 6px rgba(33,33,33,0.06);
  --shadow-md: 0 8px 20px rgba(33,33,33,0.08);
  --shadow-lg: 0 16px 40px rgba(33,33,33,0.12);
  --shadow-gold: 0 8px 24px rgba(231,63,55,0.28); /* Accent red shadow */
  --shadow-accent: 0 8px 24px rgba(231,63,55,0.28);

  /* Motion */
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur-fast: 120ms;
  --dur-base: 180ms;
  --dur-mid: 280ms;
  --dur-slow: 400ms;

  /* Layout */
  --container-xl: 1480px;
  --container-lg: 1320px;
  --container-md: 1040px;
  --container-sm: 760px;
  --header-h: 88px;
}

/* ---------- Reset & base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--color-ink-primary);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--color-brand-gold-dark); }
ul, ol { padding: 0; list-style: none; }
input, select, textarea { font: inherit; color: inherit; }
:focus-visible {
  outline: 2px solid var(--color-brand-gold);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* Skip link */
.skip-link {
  position: absolute; left: -9999px; top: var(--space-2);
  background: var(--color-brand-gold); color: var(--color-ink-primary);
  padding: var(--space-3) var(--space-5); border-radius: var(--radius-pill);
  font-weight: 700; z-index: 9999;
}
.skip-link:focus { left: var(--space-2); }

/* ---------- Typography ----------
   Headings use Instrument Sans with a mixed-weight treatment:
   default sits at regular (400) so designers can wrap a lead phrase in
   <strong> for the bold pop (per brand visual reference). */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .display {
  font-family: var(--font-display);
}
h1, .h1 { font-size: var(--fs-h1); font-weight: 400; line-height: 1.08; letter-spacing: -0.02em; }
h2, .h2 { font-size: var(--fs-h2); font-weight: 400; line-height: 1.14; letter-spacing: -0.015em; }
h3, .h3 { font-size: var(--fs-h3); font-weight: 500; line-height: 1.22; letter-spacing: -0.005em; }
h4, .h4 { font-size: var(--fs-h4); font-weight: 600; line-height: 1.3; }
h5, .h5 { font-size: var(--fs-h5); font-weight: 600; line-height: 1.35; }
.display { font-size: var(--fs-display); font-weight: 400; line-height: 1.04; letter-spacing: -0.025em; }
/* Lead emphasis: any <strong> inside a heading takes the bold weight */
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, .display strong {
  font-weight: 700;
}
p { max-width: 72ch; }
.lead { font-size: var(--fs-body-lg); color: var(--color-ink-secondary); max-width: 68ch; line-height: 1.6; }
.muted { color: var(--color-ink-muted); }

/* Eyebrow - currently hidden site-wide. Markup retained in case it returns. */
.eyebrow { display: none !important; }
.eyebrow--show {
  display: inline-flex !important; align-items: center; gap: var(--space-3);
  font-size: var(--fs-eyebrow); font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--color-ink-secondary);
  margin-bottom: var(--space-3);
}
.eyebrow::before {
  content: ""; display: inline-block; width: 24px; height: 2px;
  background: var(--color-brand-blue);
}
.eyebrow--on-dark { color: var(--color-ink-inverse-muted); }
.eyebrow--on-dark::before { background: var(--color-brand-blue-light); }
.eyebrow--chip {
  background: var(--color-brand-gold-soft); color: var(--color-brand-gold-dark);
  padding: 6px 12px; border-radius: var(--radius-pill);
}
.eyebrow--chip::before { display: none; }

/* ---------- Layout ---------- */
.container { width: 100%; margin: 0 auto; padding-left: 40px; padding-right: 40px; max-width: var(--container-lg); }
.container--xl { max-width: var(--container-xl); }
.container--md { max-width: var(--container-md); }
.container--sm { max-width: var(--container-sm); }

.section { padding: 96px 0; }
.section--lg { padding: 120px 0; }
.section--sm { padding: 64px 0; }
.section--xs { padding: 40px 0; }
.section--surface { background: var(--color-surface); }
.section--surface-alt { background: var(--color-surface-alt); }
.section--dark { background: var(--color-surface-dark); color: var(--color-ink-inverse); }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--color-ink-inverse); }
.section--dark .lead { color: var(--color-ink-inverse-muted); }

.section-head { margin-bottom: var(--space-9); max-width: none; }
.section-head h2 { margin-bottom: var(--space-4); max-width: none; }
.section-head .lead { max-width: none; }
.section-head--centred { margin-left: auto; margin-right: auto; text-align: center; }
.section-head--centred .eyebrow { justify-content: center; }
.section-head--centred h2 { margin-left: auto; margin-right: auto; }
.section-head--centred .lead,
.section-head--centred p { margin-left: auto; margin-right: auto; max-width: 68ch; }
.section-head--centred p + p { margin-top: var(--space-4); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: var(--space-2);
  height: 48px; padding: 0 28px;
  font-size: var(--fs-button); font-weight: 700; letter-spacing: 0.04em;
  border-radius: var(--radius-pill);
  transition: background var(--dur-base) var(--ease-out),
              color var(--dur-base) var(--ease-out),
              transform var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
  white-space: nowrap;
}
.btn .icon { width: 18px; height: 18px; flex: 0 0 18px; }
.btn-primary {
  background: var(--color-brand-blue);
  color: var(--color-ink-inverse);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover {
  background: var(--color-brand-gold-dark);
  color: var(--color-ink-inverse);
  transform: translateY(-1px);
  box-shadow: var(--shadow-accent);
}
.btn-secondary {
  background: transparent;
  color: var(--color-ink-primary);
  border: 1.5px solid var(--color-ink-primary);
}
.btn-secondary:hover {
  background: var(--color-ink-primary);
  color: var(--color-ink-inverse);
}
.btn-secondary--inverse {
  color: var(--color-ink-inverse);
  border-color: var(--color-ink-inverse);
}
.btn-secondary--inverse:hover {
  background: var(--color-ink-inverse);
  color: var(--color-ink-primary);
}

/* Defensive rule: any .btn-secondary placed inside a known-dark container
   gets light text + light border, regardless of whether --inverse was added.
   Covers the mobile sticky CTA bar, drawer, dark sections, dark CTA bands,
   the hero-split-dark panel, and the dark site footer. */
.mobile-cta-bar .btn-secondary,
.drawer .btn-secondary,
.section--dark .btn-secondary,
.cta-band--dark .btn-secondary,
.cta-band--gold .btn-secondary,
.hero-split-dark__panel .btn-secondary,
.site-footer .btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.6);
}
.mobile-cta-bar .btn-secondary:hover,
.drawer .btn-secondary:hover,
.section--dark .btn-secondary:hover,
.cta-band--dark .btn-secondary:hover,
.cta-band--gold .btn-secondary:hover,
.hero-split-dark__panel .btn-secondary:hover,
.site-footer .btn-secondary:hover {
  background: #fff;
  color: var(--color-ink-primary);
  border-color: #fff;
}

/* And ensure btn-ghost stays legible on dark too */
.mobile-cta-bar .btn-ghost,
.drawer .btn-ghost,
.section--dark .btn-ghost,
.cta-band--dark .btn-ghost,
.hero-split-dark__panel .btn-ghost,
.site-footer .btn-ghost { color: #fff; }
.mobile-cta-bar .btn-ghost:hover,
.drawer .btn-ghost:hover,
.section--dark .btn-ghost:hover,
.cta-band--dark .btn-ghost:hover,
.hero-split-dark__panel .btn-ghost:hover,
.site-footer .btn-ghost:hover { background: rgba(255,255,255,0.08); color: #fff; }
.btn-ghost {
  background: transparent; color: var(--color-ink-primary);
  font-weight: 700; padding: 0 12px; height: 40px;
}
.btn-ghost:hover { background: var(--color-surface-alt); color: var(--color-ink-primary); }
.btn--full { width: 100%; }
.btn--lg { height: 56px; padding: 0 32px; font-size: 1rem; }

/* Arrow link */
.arrow-link {
  display: inline-flex; align-items: center; gap: var(--space-2);
  font-size: var(--fs-body-sm); font-weight: 700; color: var(--color-ink-primary);
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: all var(--dur-base) var(--ease-out);
}
.arrow-link::after {
  content: "→"; color: var(--color-brand-gold);
  transition: transform var(--dur-base) var(--ease-out);
}
.arrow-link:hover { color: var(--color-brand-gold-dark); border-bottom-color: var(--color-brand-gold); }
.arrow-link:hover::after { transform: translateX(4px); }
.arrow-link--inverse { color: var(--color-ink-inverse); }
.arrow-link--inverse:hover { color: var(--color-brand-gold); }

/* Phone pill */
.phone-pill {
  display: inline-flex; align-items: center; gap: var(--space-2);
  height: 44px; padding: 0 20px;
  background: var(--color-surface-dark); color: var(--color-ink-inverse);
  border-radius: var(--radius-pill);
  font-weight: 700; font-size: 0.9375rem; letter-spacing: 0.01em;
  transition: background var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);
}
.phone-pill .icon { color: var(--color-brand-gold); width: 16px; height: 16px; }
.phone-pill:hover { background: var(--color-brand-blue); color: var(--color-ink-inverse); }
.phone-pill:hover .icon { color: var(--color-ink-inverse); }

/* ---------- Header ---------- */
/* White utility bar with red action pill on right (Advanced Cleaning pattern) */
.utility-bar {
  background: var(--color-bg); color: var(--color-ink-secondary);
  font-size: var(--fs-caption); letter-spacing: 0.02em;
  border-bottom: 1px solid var(--color-border);
}
.utility-bar__inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 44px; padding-top: 6px; padding-bottom: 6px; gap: var(--space-5);
  flex-wrap: wrap;
}
.utility-bar__left strong { font-weight: 700; }
.utility-search {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%; color: var(--color-ink-secondary);
  transition: background var(--dur-base), color var(--dur-base);
}
.utility-search:hover { background: var(--color-surface); color: var(--color-brand-red); }
.utility-search svg { width: 18px; height: 18px; }
.utility-bar__left { display: inline-flex; align-items: center; gap: var(--space-3); flex-wrap: wrap; color: var(--color-ink-secondary); }
.utility-bar__left strong { color: var(--color-ink-primary); font-weight: 700; }
.utility-bar__left .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--color-brand-red); display: inline-block; }
.utility-bar__right { display: inline-flex; align-items: center; gap: var(--space-4); }
.utility-bar a { color: var(--color-ink-primary); font-weight: 700; }
.utility-bar a:hover { color: var(--color-brand-red); }
.utility-bar .phone-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; border-radius: var(--radius-pill);
  border: 1px solid var(--color-border-strong);
  color: var(--color-ink-primary);
  font-size: var(--fs-caption);
  transition: border-color var(--dur-base), color var(--dur-base);
}
.utility-bar .phone-link:hover { border-color: var(--color-brand-red); color: var(--color-brand-red); }
.utility-bar .phone-link .icon {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--color-brand-red); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.utility-bar .phone-link .icon svg { width: 11px; height: 11px; }
.utility-bar .quote-link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; border-radius: var(--radius-pill);
  background: var(--color-brand-red); color: #fff !important;
  font-size: var(--fs-caption);
  transition: background var(--dur-base);
}
.utility-bar .quote-link:hover { background: var(--color-brand-red-dark); color: #fff !important; }
.utility-bar__right { display: inline-flex; align-items: center; gap: var(--space-3); }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--color-bg);
  border-bottom: 1px solid transparent;
  transition: box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); border-bottom-color: var(--color-border); }
.site-header__inner {
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: var(--space-6);
  min-height: 88px;
}
.site-logo { display: inline-flex; align-items: center; gap: var(--space-3); }
.site-logo__img { display: block; height: 56px; width: auto; transition: height var(--dur-base) var(--ease-out); }
/* Shrink the logo ~20% when the header collapses to its scrolled state */
.site-header.is-scrolled .site-logo__img { height: 44px; }
.site-footer .site-logo__img { height: 72px; }
.drawer .site-logo__img { height: 44px; }
/* Legacy CSS tile - retained for backwards compatibility, no markup uses it now */
.site-logo__mark {
  width: 44px; height: 44px; border-radius: var(--radius-md);
  background: var(--color-brand-blue); color: var(--color-ink-inverse);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 22px; letter-spacing: -0.04em;
}
.site-logo__text strong { color: var(--color-ink-primary); }
.site-logo__text { line-height: 1.05; }
.site-logo__text strong { display: block; font-size: 1.0625rem; font-weight: 800; letter-spacing: -0.01em; }
.site-logo__text span { display: block; font-size: 0.75rem; color: var(--color-ink-muted); letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; }

.primary-nav {
  display: flex; align-items: center; justify-content: flex-end;
  gap: var(--space-7);
}
.primary-nav__item { position: relative; }
.primary-nav__link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: var(--fs-nav); font-weight: 600; letter-spacing: 0.02em;
  height: 48px;
  position: relative;
}
.primary-nav__link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 8px;
  height: 2px; background: var(--color-brand-gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur-base) var(--ease-out);
}
.primary-nav__link:hover,
.primary-nav__link[aria-current="page"] { color: var(--color-brand-red); }
.primary-nav__link:hover::after,
.primary-nav__link[aria-current="page"]::after { transform: scaleX(1); }
/* Contact link styled like other nav items - only the current page is red (client amend p2) */
.primary-nav__link--accent { font-weight: 600; }

/* Dropdown */
.has-dropdown > .primary-nav__link::before {
  content: ""; position: absolute; inset: 0; bottom: -16px;
}
.dropdown {
  position: absolute; top: calc(100% + 4px); left: 50%; transform: translateX(-50%) translateY(6px);
  min-width: 460px; background: var(--color-bg);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: var(--space-5);
  opacity: 0; visibility: hidden;
  transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out), visibility var(--dur-base);
}
.dropdown--single { min-width: 260px; }
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.dropdown__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-2) var(--space-4); }
.dropdown__grid--single { grid-template-columns: 1fr; }
.dropdown__link {
  display: flex; flex-direction: column; gap: 2px;
  padding: var(--space-3) var(--space-4); border-radius: var(--radius-md);
  transition: background var(--dur-fast) var(--ease-out);
}
.dropdown__link:hover { background: var(--color-surface); color: var(--color-ink-primary); }
.dropdown__link strong { font-weight: 700; font-size: 0.9375rem; }
.dropdown__link span { font-size: var(--fs-caption); color: var(--color-ink-muted); }

.site-header__actions { display: inline-flex; align-items: center; gap: var(--space-3); }
/* Desktop has no visible header actions (utility bar covers Call + Quote),
   so collapse the column entirely to let the nav line up with the utility-bar
   CTAs on the right. Mobile re-shows the container in the 1100px breakpoint. */
@media (min-width: 1101px) {
  .site-header__inner { grid-template-columns: auto 1fr; }
  .site-header__actions { display: none; }
}
.nav-toggle {
  display: none;
  flex-direction: column;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  border-radius: var(--radius-md);
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--color-ink-primary); border-radius: 2px; position: relative; transition: transform var(--dur-base) var(--ease-out), opacity var(--dur-base); }
.nav-toggle span + span { margin-top: 5px; }
body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.header-phone-btn { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: var(--color-brand-blue); color: var(--color-ink-inverse); border-radius: 50%; transition: background var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
.header-phone-btn:hover { background: var(--color-brand-gold-dark); color: #fff; transform: translateY(-1px); }
.header-phone-btn:hover svg { color: #fff; }

/* Mobile drawer */
.drawer {
  position: fixed; top: 0; right: 0; height: 100dvh; width: min(360px, 100%);
  background: var(--color-surface-dark); color: var(--color-ink-inverse);
  transform: translateX(100%); transition: transform var(--dur-mid) var(--ease-out);
  z-index: 1100; padding: var(--space-9) var(--space-6) var(--space-6);
  display: flex; flex-direction: column; gap: var(--space-4);
  overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer__close {
  position: absolute; top: 16px; right: 16px;
  width: 44px; height: 44px; color: var(--color-ink-inverse);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 28px; line-height: 1;
}
.drawer__nav a {
  display: block; padding: var(--space-4) 0; font-size: var(--fs-h4); font-weight: 600;
  border-bottom: 1px solid var(--color-border-dark);
}
.drawer__nav a:hover { color: var(--color-brand-gold); }
.drawer__nav details summary { list-style: none; cursor: pointer; padding: var(--space-4) 0; font-size: var(--fs-h4); font-weight: 600; border-bottom: 1px solid var(--color-border-dark); display: flex; justify-content: space-between; align-items: center; }
.drawer__nav details summary::-webkit-details-marker { display: none; }
.drawer__nav details summary::after { content: "+"; color: var(--color-brand-gold); font-weight: 400; font-size: 22px; }
.drawer__nav details[open] summary::after { content: "−"; }
.drawer__nav details ul { padding: var(--space-2) 0 var(--space-4); }
.drawer__nav details ul a { font-size: 1rem; font-weight: 500; padding: var(--space-2) var(--space-4); border: 0; color: var(--color-ink-inverse-muted); }
.drawer__nav details ul a:hover { color: var(--color-brand-gold); }
.drawer__actions { display: flex; flex-direction: column; gap: var(--space-3); margin-top: auto; }
.drawer__actions .btn { width: 100%; }
.drawer-overlay {
  position: fixed; inset: 0; background: rgba(33,33,33,0.5);
  opacity: 0; visibility: hidden; transition: opacity var(--dur-base), visibility var(--dur-base);
  z-index: 1050;
}
.drawer-overlay.is-open { opacity: 1; visibility: visible; }
body.menu-open { overflow: hidden; }

/* Mobile sticky bottom bar */
.mobile-cta-bar { display: none; }

/* Floating call bubble - mobile only (shown via media query below) */
.float-call {
  display: none;
  position: fixed; right: 24px; bottom: 24px; z-index: 950;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--color-brand-red); color: #fff;
  align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(231,63,55,0.35), 0 2px 8px rgba(33,33,33,0.18);
  transition: transform var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out);
}
.float-call:hover { background: var(--color-brand-red-dark); color: #fff; transform: translateY(-2px) scale(1.04); }
.float-call .icon { width: 22px; height: 22px; }
.float-call::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  background: var(--color-brand-red); opacity: 0.25;
  animation: float-call-pulse 2.2s ease-out 3;
  z-index: -1;
}

/* Floating "Request a quote" pill - desktop only */
.float-quote {
  position: fixed; right: 24px; bottom: 24px; z-index: 950;
  display: inline-flex; align-items: center; gap: 10px;
  height: 52px; padding: 0 26px;
  background: var(--color-brand-red); color: #fff;
  border-radius: var(--radius-pill);
  font-size: 14px; font-weight: 700; letter-spacing: 0.04em;
  box-shadow: 0 10px 28px rgba(231,63,55,0.32), 0 2px 8px rgba(33,33,33,0.18);
  transition: transform var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out);
}
.float-quote:hover {
  background: var(--color-brand-red-dark); color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(231,63,55,0.40), 0 4px 12px rgba(33,33,33,0.20);
}
.float-quote .icon { width: 18px; height: 18px; flex: 0 0 18px; }
.float-quote.is-hidden, .float-call.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px); }
@keyframes float-call-pulse {
  0% { transform: scale(0.95); opacity: 0.35; }
  70% { transform: scale(1.45); opacity: 0; }
  100% { transform: scale(1.45); opacity: 0; }
}

/* ---------- Hero A: full-bleed ---------- */
.hero-fullbleed {
  position: relative;
  min-height: 720px;
  display: flex; align-items: center;
  color: var(--color-ink-inverse);
  overflow: hidden;
  background: var(--color-surface-dark);
}
.hero-fullbleed__bg { position: absolute; inset: 0; }
.hero-fullbleed__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-fullbleed__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(33,33,33,0.82) 0%, rgba(33,33,33,0.6) 55%, rgba(33,33,33,0.3) 100%);
}
.hero-fullbleed__inner { position: relative; z-index: 2; padding: 96px 0 80px; max-width: 720px; }
.hero-fullbleed h1 { color: #fff; margin-bottom: var(--space-5); }
.hero-fullbleed .lead { color: var(--color-ink-inverse-muted); margin-bottom: var(--space-7); max-width: 56ch; }
.hero-fullbleed__ctas { display: flex; gap: var(--space-3); flex-wrap: wrap; }
.hero-fullbleed--short { min-height: 520px; }
.hero-fullbleed--contact { min-height: 460px; }

.trust-strip {
  display: flex; flex-wrap: wrap; gap: var(--space-7);
  margin-top: var(--space-9);
  padding-top: var(--space-6);
  border-top: 1px solid rgba(255,255,255,0.18);
}
.trust-strip__item { display: inline-flex; align-items: center; gap: var(--space-2); font-size: var(--fs-body-sm); font-weight: 600; color: var(--color-ink-inverse); }
.trust-strip__item .icon { color: var(--color-brand-gold); width: 20px; height: 20px; flex: 0 0 20px; }

.trust-strip--light {
  border-color: var(--color-border);
}
.trust-strip--light .trust-strip__item { color: var(--color-ink-primary); }

/* ---------- Hero D: Split-dark (Advanced Cleaning home pattern) ----------
   Charcoal panel on the left holds eyebrow/headline/lead/CTAs.
   Full-bleed image sits on the right. Rendered inside a container with
   a subtle paper background and rounded outer card. */
.hero-split-dark {
  background: var(--color-surface);
  padding: 56px 0 96px;
}
.hero-split-dark__grid {
  position: relative;
  display: flex; align-items: center;
  min-height: 580px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--color-surface-alt);
}
.hero-split-dark__panel {
  position: relative; z-index: 2;
  width: min(540px, calc(100% - 2 * var(--space-7)));
  margin: var(--space-7);
  background: rgba(33, 33, 33, 0.9);
  color: var(--color-ink-inverse);
  padding: 48px 44px;
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column; justify-content: center;
}
.hero-split-dark__panel .eyebrow { color: var(--color-ink-inverse-muted); }
.hero-split-dark__panel .eyebrow::before { background: var(--color-brand-red); }
.hero-split-dark__panel h1 { color: #fff; margin-bottom: var(--space-5); max-width: 16ch; }
/* Hero panel paragraphs - all paragraphs share one consistent size (per client feedback) */
.hero-split-dark__panel p { color: var(--color-ink-inverse-muted); max-width: 60ch; font-size: var(--fs-body); line-height: 1.65; }
.hero-split-dark__panel .lead { margin-bottom: var(--space-4); }
.hero-split-dark__panel p + p { margin-top: var(--space-4); }
.hero-split-dark__panel p:last-of-type { margin-bottom: var(--space-7); }
.hero-split-dark__ctas { display: flex; gap: var(--space-3); flex-wrap: wrap; }
.hero-split-dark__panel .btn-secondary { color: #fff; border-color: rgba(255,255,255,0.6); }
.hero-split-dark__panel .btn-secondary:hover { background: #fff; color: var(--color-ink-primary); border-color: #fff; }
.hero-split-dark__media { position: absolute; inset: 0; z-index: 0; background: var(--color-surface-alt); }
.hero-split-dark__media img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Hero carousel: image-only auto-rotating carousel inside the hero media area */
.hero-split-dark__media .carousel--hero { height: 100%; width: 100%; position: absolute; inset: 0; }
.hero-split-dark__media .carousel--hero .carousel__track-wrap { height: 100%; }
.hero-split-dark__media .carousel--hero .carousel__track { height: 100%; gap: 0; }
.hero-split-dark__media .carousel--hero .carousel__slide { flex: 0 0 100%; height: 100%; min-width: 0; }
.hero-split-dark__media .carousel--hero .carousel__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-split-dark__media .carousel--hero .carousel__dots {
  position: absolute; left: 0; right: 0; bottom: 18px;
  margin: 0; z-index: 2; pointer-events: auto;
}
.hero-split-dark__media .carousel--hero .carousel__dot { background: rgba(255,255,255,0.55); }
.hero-split-dark__media .carousel--hero .carousel__dot:hover { background: rgba(255,255,255,0.85); }
.hero-split-dark__media .carousel--hero .carousel__dot.is-active { background: var(--color-brand-red); }
.hero-split-dark__trust {
  display: flex; flex-wrap: wrap; gap: var(--space-5);
  margin-top: var(--space-7); padding-top: var(--space-5);
  border-top: 1px solid rgba(255,255,255,0.18);
}
.hero-split-dark__trust .trust-strip__item .icon { color: var(--color-brand-red); }

/* ---------- Hero B: split ---------- */
.hero-split {
  background: var(--color-surface);
  padding: 80px 0;
}
.hero-split__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-9); align-items: center;
}
.hero-split__text { padding-right: var(--space-7); }
.hero-split__text h1 { margin: var(--space-3) 0 var(--space-4); max-width: 16ch; }
.hero-split__text .lead { margin-bottom: var(--space-6); }
.hero-split__ctas { display: flex; gap: var(--space-3); flex-wrap: wrap; }
.hero-split__media { position: relative; }
.hero-split__media img { border-radius: var(--radius-xl); box-shadow: var(--shadow-md); aspect-ratio: 4/5; object-fit: cover; width: 100%; }

/* ---------- Hero C: location band ---------- */
.hero-band {
  position: relative;
  min-height: 380px;
  display: flex; align-items: center;
  color: var(--color-ink-inverse); overflow: hidden;
  background: var(--color-surface-dark);
}
.hero-band__bg { position: absolute; inset: 0; }
.hero-band__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-band__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(33,33,33,0.55) 0%, rgba(33,33,33,0.78) 100%); }
.hero-band__inner { position: relative; z-index: 2; padding: 64px 0; }
.hero-band h1 { color: #fff; max-width: 18ch; margin: var(--space-3) 0 var(--space-4); }
.hero-band .lead { color: var(--color-ink-inverse-muted); max-width: 60ch; }

/* Breadcrumb */
.breadcrumb { display: flex; flex-wrap: wrap; gap: var(--space-2); font-size: var(--fs-caption); color: var(--color-ink-muted); letter-spacing: 0.02em; }
.breadcrumb a:hover { color: var(--color-brand-gold-dark); }
.breadcrumb [aria-current="page"] { color: var(--color-ink-primary); font-weight: 600; }
.breadcrumb--on-dark { color: var(--color-ink-inverse-muted); }
.breadcrumb--on-dark [aria-current="page"] { color: var(--color-ink-inverse); }
.breadcrumb--on-dark a:hover { color: var(--color-brand-gold); }
.sep { opacity: 0.5; }

/* ---------- Services grid ---------- */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
.service-grid--2 { grid-template-columns: repeat(2, 1fr); gap: var(--space-7); }
/* Desktop-only column overrides - wrapped so they never apply below 700px */
@media (min-width: 701px) {
  .service-grid--4 { grid-template-columns: repeat(4, 1fr); }
  /* Auto-detect: when the grid has exactly 4 children, lay them out in a single 4-col row */
  .service-grid:has(> :nth-child(4):last-child) { grid-template-columns: repeat(4, 1fr); }
}
.service-card {
  display: flex; flex-direction: column;
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform var(--dur-mid) var(--ease-out), box-shadow var(--dur-mid) var(--ease-out);
}
.service-card__media { aspect-ratio: 16/10; overflow: hidden; background: var(--color-surface-alt); position: relative; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
/* Read More pill (Advanced Cleaning card pattern) - sits over the bottom of the image */
.service-card__badge {
  display: none; /* "Read more" pill removed - client amend p5 */
  position: absolute; left: 14px; bottom: 14px;
  align-items: center; gap: 8px;
  padding: 7px 14px 7px 16px;
  background: var(--color-surface-dark); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 12px rgba(33,33,33,0.18);
  transition: background var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.service-card__badge .badge-arrow {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--color-brand-red);
  display: inline-flex; align-items: center; justify-content: center;
}
.service-card__badge .badge-arrow svg { width: 8px; height: 8px; fill: #fff; }
.service-card:hover .service-card__badge { background: var(--color-brand-red); transform: translateY(-2px); }
.service-card:hover .service-card__badge .badge-arrow { background: #fff; color: var(--color-ink-primary); }
.service-card:hover .service-card__badge .badge-arrow svg { fill: var(--color-ink-primary); }
.service-card__body { padding: 28px; display: flex; flex-direction: column; gap: var(--space-3); flex: 1; }
.service-card__body h3 { font-size: var(--fs-h3); margin-bottom: 4px; }
.service-card__body p { color: var(--color-ink-secondary); font-size: var(--fs-body-sm); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.service-card__body .arrow-link { margin-top: auto; padding-top: var(--space-3); align-self: flex-start; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.service-card:hover .service-card__media img { transform: scale(1.04); }
.service-card--view-all {
  background: var(--color-surface-dark); color: var(--color-ink-inverse);
  align-items: center; justify-content: center; text-align: center;
  padding: var(--space-9);
}
.service-card--view-all h3 { color: #fff; margin-bottom: var(--space-3); }
.service-card--view-all p { color: var(--color-ink-inverse-muted); }
.service-card--view-all .arrow-link { color: var(--color-brand-gold); }

/* ---------- Why us grid ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
.feature-card { padding: var(--space-6); border-radius: var(--radius-lg); background: var(--color-bg); border: 1px solid var(--color-border); }
.feature-card .icon-circle { width: 48px; height: 48px; border-radius: 50%; background: var(--color-brand-red); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-bottom: var(--space-4); }
.feature-card .icon-circle svg { width: 22px; height: 22px; }
.feature-card h4 { margin-bottom: var(--space-2); }
.feature-card p { color: var(--color-ink-secondary); font-size: var(--fs-body-sm); }

.section--dark .feature-card { background: var(--color-surface-dark-alt); border-color: var(--color-border-dark); color: var(--color-ink-inverse); }
.section--dark .feature-card p { color: var(--color-ink-inverse-muted); }

/* Dark "view-all / not sure where to start" card slot inside the feature-grid (service pages) */
.feature-card--view-all {
  background: var(--color-surface-dark); color: var(--color-ink-inverse);
  border-color: transparent;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
}
.feature-card--view-all h4 { color: #fff; margin-bottom: var(--space-3); }
.feature-card--view-all p { color: var(--color-ink-inverse-muted); margin-bottom: var(--space-3); }
.feature-card--view-all .arrow-link { color: var(--color-brand-red); font-weight: 700; }
.feature-card--view-all .arrow-link:hover { color: var(--color-brand-red-dark); }

/* ---------- Stats strip ---------- */
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-6); padding: 0; }
.stat { text-align: left; }
.stat__value { font-size: 3rem; font-weight: 800; color: var(--color-brand-gold); line-height: 1; }
.stat__label { font-size: var(--fs-body-sm); font-weight: 600; margin-top: var(--space-2); color: var(--color-ink-inverse); }
.section:not(.section--dark) .stat__label { color: var(--color-ink-primary); }

/* ---------- Alt image/text ---------- */
.alt-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-9); align-items: center; }
.alt-row--reverse .alt-row__media { order: 2; }
.alt-row--reverse .alt-row__text { order: 1; padding-right: var(--space-7); padding-left: 0; }
.alt-row__text { padding-left: var(--space-7); }
.alt-row__text h2 { margin-bottom: var(--space-4); }
.alt-row__text p + p { margin-top: var(--space-4); }
.alt-row__media img { border-radius: var(--radius-xl); box-shadow: var(--shadow-md); aspect-ratio: 5/4; object-fit: cover; width: 100%; }
.alt-row__media--portrait img { aspect-ratio: 4/5; }

/* Modifier: stretch media to fill the column height.
   Used when the text column is much taller than a fixed-ratio image. */
.alt-row--fill { align-items: stretch; }
.alt-row--fill .alt-row__media { position: relative; min-height: 480px; }
.alt-row--fill .alt-row__media img { aspect-ratio: auto; height: 100%; width: 100%; object-fit: cover; position: absolute; inset: 0; }
.alt-row--fill .alt-row__text { display: flex; flex-direction: column; justify-content: center; }
/* Optional stat badge that sits on top of the filled image */
.alt-row__badge {
  position: absolute; left: 24px; bottom: 24px; z-index: 2;
  background: var(--color-brand-red); color: #fff;
  padding: 16px 22px; border-radius: var(--radius-lg);
  box-shadow: 0 10px 28px rgba(231,63,55,0.32);
  display: inline-flex; align-items: baseline; gap: 10px;
}
.alt-row__badge .num { font-family: var(--font-display); font-size: 36px; font-weight: 700; line-height: 1; }
.alt-row__badge .label { font-weight: 600; font-size: 13px; letter-spacing: 0.04em; line-height: 1.3; max-width: 12ch; }
@media (max-width: 1100px) {
  .alt-row--fill .alt-row__media { min-height: 360px; }
}
.bullets { margin: var(--space-5) 0; display: flex; flex-direction: column; gap: var(--space-3); }

/* Give buttons breathing room when they follow body text inside content blocks */
.alt-row__text p + .btn,
.alt-row__text ul + .btn,
.alt-row__text .bullets + .btn,
.section-head--centred p + .btn,
.hero-split-dark__panel p + .btn,
.contact-info p + .btn {
  margin-top: var(--space-6);
}
.bullets li { display: flex; gap: var(--space-3); align-items: flex-start; }
.bullets li::before {
  content: ""; flex: 0 0 18px; width: 18px; height: 18px; margin-top: 4px;
  background: var(--color-brand-gold);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2l-3.5-3.5a1 1 0 1 0-1.4 1.4l4.2 4.2c.4.4 1 .4 1.4 0L20.7 7.7a1 1 0 1 0-1.4-1.4L9 16.2z"/></svg>') no-repeat center / contain;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2l-3.5-3.5a1 1 0 1 0-1.4 1.4l4.2 4.2c.4.4 1 .4 1.4 0L20.7 7.7a1 1 0 1 0-1.4-1.4L9 16.2z"/></svg>') no-repeat center / contain;
}

/* ---------- Testimonials carousel ---------- */
.carousel { position: relative; }
.carousel__head { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--space-5); margin-bottom: var(--space-7); flex-wrap: wrap; }
.carousel__controls { display: inline-flex; gap: var(--space-2); }
.carousel__btn {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--color-bg); border: 1px solid var(--color-border); color: var(--color-ink-primary);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--dur-base), color var(--dur-base), border-color var(--dur-base);
}
.carousel__btn:hover { background: var(--color-brand-blue); color: var(--color-ink-inverse); border-color: var(--color-brand-blue); }
.carousel__track-wrap { overflow: hidden; }
.carousel__track { display: flex; gap: var(--space-5); transition: transform var(--dur-slow) var(--ease-out); will-change: transform; }
.carousel__slide { flex: 0 0 calc((100% - 2 * var(--space-5)) / 3); display: flex; flex-direction: column; }
.carousel__slide > .testimonial,
.carousel__slide > .project-card { flex: 1; }
.testimonial {
  position: relative; padding: var(--space-7); background: var(--color-bg);
  border-radius: var(--radius-lg); border: 1px solid var(--color-border);
  min-height: 280px; display: flex; flex-direction: column; gap: var(--space-4);
  box-shadow: var(--shadow-xs);
}
.testimonial__quote-mark {
  position: absolute; top: 12px; right: 18px; font-size: 64px; font-weight: 800;
  color: var(--color-brand-gold-soft); line-height: 1; pointer-events: none;
}
.testimonial__stars { display: inline-flex; gap: 2px; color: var(--color-brand-gold); }
.testimonial__quote { font-size: var(--fs-body-lg); color: var(--color-ink-primary); flex: 1; line-height: 1.55; }
.testimonial__attr { display: flex; flex-direction: column; gap: 2px; }
.testimonial__attr strong { font-weight: 700; font-size: 0.9375rem; }
.testimonial__attr span { font-size: var(--fs-caption); color: var(--color-ink-muted); }
/* Testimonials shown one at a time - client amend p7 */
.carousel[data-carousel-per-view="1"] .carousel__slide { flex: 0 0 100%; }
.carousel[data-carousel-per-view="1"] .testimonial { max-width: none; }
/* Testimonials: dark Cleaning-style block (client amend p7) */
.section--dark .testimonial { max-width: none; margin: 0; background: transparent; border: 0; box-shadow: none; padding: 0; display: grid; grid-template-columns: auto 1fr; column-gap: var(--space-7); align-items: start; }
.section--dark .testimonial__quote { color: var(--color-ink-inverse); grid-column: 2; }
.section--dark .testimonial__attr { grid-column: 2; }
.section--dark .testimonial__quote-mark { grid-row: 1 / span 2; grid-column: 1; position: static; color: var(--color-brand-red); font-size: 92px; line-height: 0.8; margin: 0; }
.testimonial__quote-mark svg { display: block; width: 58px; height: auto; }
.section--dark .testimonial__attr strong { color: #fff; font-style: italic; }
.section--dark .testimonial__attr span { color: var(--color-brand-red); font-style: italic; font-weight: 600; }
.section--dark .eyebrow--show { background: #fff; color: var(--color-brand-red); border: 1px solid #b8babd; padding: 6px 18px; border-radius: var(--radius-pill); font-size: 11px; letter-spacing: 2.2px; font-weight: 600; }
.section--dark .eyebrow--show::before { display: none; }
.section--dark .carousel__btn { background: transparent; border-color: rgba(255,255,255,0.4); color: #fff; }
.section--dark .carousel__btn:hover { background: #fff; color: var(--color-ink-primary); border-color: #fff; }
.section--dark .carousel__dot { background: rgba(255,255,255,0.4); }
.section--dark .carousel__dot.is-active { background: var(--color-brand-red); }
.section--dark .carousel__controls { display: none; }
.carousel__dots { display: flex; justify-content: center; gap: var(--space-2); margin-top: var(--space-6); }

/* Project snapshot card (used inside the project carousel on home) */
.project-card {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  height: 100%;
  transition: transform var(--dur-mid) var(--ease-out), box-shadow var(--dur-mid) var(--ease-out);
}
.project-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.project-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.project-card figcaption {
  padding: var(--space-5) var(--space-5) var(--space-6);
  display: flex; flex-direction: column; gap: 4px;
}
.project-card figcaption strong { font-weight: 700; font-size: 1rem; color: var(--color-ink-primary); }
.project-card figcaption span { font-size: var(--fs-caption); color: var(--color-ink-muted); }
.carousel__dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--color-border-strong);
  border: 0;
  padding: 0;
  flex: 0 0 10px;
  transition: background var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.carousel__dot:hover { background: var(--color-ink-muted); transform: scale(1.15); }
.carousel__dot.is-active { background: var(--color-brand-red); }

/* ---------- Location cards ---------- */
.location-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--space-5); }
.location-card {
  background: var(--color-bg); border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: var(--space-5);
  display: flex; flex-direction: column; gap: var(--space-2);
  transition: border-color var(--dur-base), transform var(--dur-base), box-shadow var(--dur-base);
  position: relative;
  min-height: 160px;
}
.location-card .pin { width: 22px; height: 22px; color: var(--color-brand-gold); }
.location-card h4 { font-size: 1.0625rem; font-weight: 700; margin-top: var(--space-3); }
.location-card span { font-size: var(--fs-caption); color: var(--color-ink-muted); }
.location-card .arrow-link { margin-top: auto; }
.location-card:hover { border-color: var(--color-brand-gold); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.location-card--lg { padding: var(--space-7); min-height: 220px; }
.location-card--media { padding: 0; overflow: hidden; }
.location-card--media .location-card__img { aspect-ratio: 4/3; overflow: hidden; background: var(--color-surface-alt); }
.location-card--media .location-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.location-card--media .location-card__body { padding: var(--space-5); display: flex; flex-direction: column; gap: var(--space-2); }
.location-card--media:hover .location-card__img img { transform: scale(1.04); }

/* ---------- Process steps ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-5); position: relative; }
.process--5 { grid-template-columns: repeat(5, 1fr); }
.process__step { background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: var(--space-6); position: relative; }
.process__step .num { font-weight: 800; color: var(--color-brand-gold); font-size: 1rem; letter-spacing: 0.16em; margin-bottom: var(--space-3); display: inline-flex; align-items: center; gap: var(--space-2); }
.process__step .num::before { content: ""; width: 28px; height: 2px; background: var(--color-brand-gold); display: inline-block; }
.process__step h4 { margin-bottom: var(--space-2); }
.process__step p { color: var(--color-ink-secondary); font-size: var(--fs-body-sm); }

/* ---------- CTA band ---------- */
/* Default: charcoal canvas with white headline + blue CTA (Advanced Cleaning pattern) */
.cta-band {
  background: var(--color-surface-dark); color: var(--color-ink-inverse);
  text-align: center; padding: var(--space-10) var(--space-5);
}
.cta-band h2, .cta-band h3, .cta-band h4 { color: var(--color-ink-inverse); }
.cta-band--dark { background: var(--color-surface-dark); color: var(--color-ink-inverse); }
.cta-band--light { background: var(--color-surface); color: var(--color-ink-primary); }
.cta-band--light h2, .cta-band--light h3, .cta-band--light h4 { color: var(--color-ink-primary); }
.cta-band__inner { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: var(--space-5); }
.cta-band h2 { margin-bottom: 0; }
.cta-band .lead { color: inherit; opacity: 0.85; }
.cta-band__buttons { display: inline-flex; gap: var(--space-3); flex-wrap: wrap; justify-content: center; }
.cta-band--dark .btn-primary { background: var(--color-brand-blue); color: var(--color-ink-inverse); }
.cta-band--dark .btn-primary:hover { background: var(--color-brand-blue-light); color: var(--color-ink-inverse); }
.cta-band--dark .btn-secondary { color: var(--color-ink-inverse); border-color: var(--color-ink-inverse); }
.cta-band--dark .btn-secondary:hover { background: var(--color-ink-inverse); color: var(--color-ink-primary); }
/* Legacy alias for any pages still using --gold */
.cta-band--gold { background: var(--color-surface-dark); color: var(--color-ink-inverse); }
.cta-band--gold .btn-primary { background: var(--color-brand-blue); color: var(--color-ink-inverse); }
.cta-band--gold .btn-primary:hover { background: var(--color-brand-blue-light); }
.cta-band--gold .btn-secondary { color: var(--color-ink-inverse); border-color: var(--color-ink-inverse); }

/* ---------- Forms ---------- */
.quote-form {
  background: var(--color-bg); border-radius: var(--radius-xl);
  padding: var(--space-8); border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
}
.quote-form__head { margin-bottom: var(--space-6); }
.quote-form__head p { max-width: none; }
.quote-form__head p + p { margin-top: var(--space-4); }

/* Search modal (Pagefind) */
.search-modal {
  position: fixed; inset: 0; z-index: 1150;
  display: none; align-items: flex-start; justify-content: center;
  padding: 8vh 20px 20px;
}
.search-modal.is-open { display: flex; }
.search-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(29, 29, 31, 0.62);
  backdrop-filter: blur(2px);
  animation: search-fade-in var(--dur-base) ease-out both;
}
.search-modal__dialog {
  position: relative; z-index: 1;
  width: 100%; max-width: 780px;
  background: #fff; border-radius: var(--radius-xl);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  padding: 54px 24px 8px;
  animation: search-pop-in var(--dur-base) ease-out both;
}
.search-modal__close {
  position: absolute; top: 10px; right: 10px; z-index: 3;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--color-surface); border: 0; padding: 0;
  color: var(--color-ink-secondary); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--dur-base), color var(--dur-base);
}
.search-modal__close:hover { background: var(--color-ink-primary); color: #fff; }
.search-modal__ui {
  --pagefind-ui-scale: 0.9;
  --pagefind-ui-primary: var(--color-brand-red);
  --pagefind-ui-text: var(--color-ink-primary);
  --pagefind-ui-background: #fff;
  --pagefind-ui-border: var(--color-border);
  --pagefind-ui-tag: var(--color-surface);
  --pagefind-ui-border-width: 1px;
  --pagefind-ui-border-radius: 12px;
  --pagefind-ui-image-border-radius: 8px;
  --pagefind-ui-image-box-ratio: 3 / 2;
  --pagefind-ui-font: var(--font-sans);
  padding-top: 8px;
}
.search-modal__ui .pagefind-ui__search-input { height: 52px; font-size: var(--fs-body); }
.search-modal__ui .pagefind-ui__search-clear { top: 10px; right: 10px; }
.search-modal__ui .pagefind-ui__result-title a { color: var(--color-ink-primary); text-decoration: none; }
.search-modal__ui .pagefind-ui__result-title a:hover { color: var(--color-brand-red); text-decoration: underline; }
.search-modal__ui .pagefind-ui__result-excerpt { color: var(--color-ink-secondary); }
.search-modal__ui .pagefind-ui__results-area { max-height: 60vh; overflow-y: auto; padding-right: 6px; }
body.search-open { overflow: hidden; }
@keyframes search-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes search-pop-in {
  from { opacity: 0; transform: translateY(-8px) scale(0.98); }
  to   { opacity: 1; transform: none; }
}
@media (max-width: 700px) {
  .search-modal { padding: 4vh 12px 12px; }
  .search-modal__dialog { padding: 20px 16px 8px; }
  .search-modal__ui { --pagefind-ui-scale: 0.85; }
  .search-modal__ui .pagefind-ui__results-area { max-height: 68vh; }
}

/* Carousel used inside an .alt-row__media (About page "Led by hands-on landscapers" section) */
.alt-row__media .carousel--alt-row { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-md); }
.alt-row__media .carousel--alt-row .carousel__track { gap: 0; }
.alt-row__media .carousel--alt-row .carousel__slide { flex: 0 0 100%; min-width: 0; }
.alt-row__media .carousel--alt-row .carousel__slide img { aspect-ratio: 5/4; width: 100%; object-fit: cover; display: block; border-radius: 0; box-shadow: none; }
.alt-row__media .carousel--alt-row .carousel__dots { position: absolute; bottom: 12px; left: 0; right: 0; display: flex; gap: 8px; justify-content: center; padding: 0; z-index: 2; }
.alt-row__media .carousel--alt-row .carousel__dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.55); border: 0; padding: 0; }
.alt-row__media .carousel--alt-row .carousel__dot:hover { background: rgba(255,255,255,0.85); }
.alt-row__media .carousel--alt-row .carousel__dot.is-active { background: var(--color-brand-red); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5); }
.form-grid--single { grid-template-columns: 1fr; }
.field { display: flex; flex-direction: column; min-width: 0; }
.field input, .field select, .field textarea { width: 100%; max-width: 100%; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: var(--fs-body-sm); font-weight: 600; color: var(--color-ink-primary); margin-bottom: 6px; }
.field label .req { color: var(--color-brand-gold-dark); margin-left: 2px; }
.field input, .field select, .field textarea {
  background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-md);
  height: 48px; padding: 0 16px; font-size: var(--fs-body); color: var(--color-ink-primary);
  transition: border-color var(--dur-base), box-shadow var(--dur-base);
  font-family: var(--font-sans);
}
.field textarea { min-height: 140px; padding: 12px 16px; resize: vertical; height: auto; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--color-border-strong); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--color-brand-gold); box-shadow: 0 0 0 3px rgba(231,63,55,0.20);
}
.field .help { font-size: var(--fs-caption); color: var(--color-ink-muted); margin-top: 6px; }
.quote-form__submit { margin-top: var(--space-6); display: flex; gap: var(--space-4); align-items: center; flex-wrap: wrap; }
.quote-form__reassure { font-size: var(--fs-caption); color: var(--color-ink-muted); }

/* Success state - replaces the form visually when the request succeeds */
.form-success {
  display: none;
  background: var(--color-accent-green-soft);
  border: 2px solid var(--color-accent-green);
  color: var(--color-ink-primary);
  padding: var(--space-8) var(--space-6);
  border-radius: var(--radius-lg);
  text-align: center;
  animation: form-success-in 0.4s ease-out both;
}
.form-success.is-visible { display: block; }
.form-success__icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--color-accent-green); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin: 0 auto var(--space-4);
}
.form-success__icon svg { width: 32px; height: 32px; }
.form-success__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 24px; line-height: 1.2; color: var(--color-ink-primary);
  margin: 0 0 var(--space-3);
}
.form-success__message {
  color: var(--color-ink-secondary); font-size: 16px; line-height: 1.6;
  font-weight: 400; margin: 0 auto var(--space-5); max-width: 46ch;
}
.form-success__reset {
  background: none; border: 0; padding: 8px 16px;
  color: var(--color-brand-red); font-weight: 600; font-family: var(--font-sans);
  font-size: 15px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px;
}
.form-success__reset:hover { color: var(--color-brand-red-dark); }
@keyframes form-success-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: none; }
}
/* When the form is in its post-submit state, hide the header + fields + submit + error;
   only the success card remains. */
.quote-form.is-submitted .quote-form__head,
.quote-form.is-submitted .form-grid,
.quote-form.is-submitted .quote-form__submit,
.quote-form.is-submitted .form-error { display: none !important; }

.form-error {
  display: none; background: #fce5e3; border: 1px solid var(--color-brand-red);
  color: var(--color-brand-red-dark); padding: var(--space-5);
  border-radius: var(--radius-md); font-weight: 600; margin-top: var(--space-4);
}
.form-error.is-visible { display: block; }

/* Long-form legal / policy body copy */
.legal-body { max-width: 760px; margin: 0 auto; color: var(--color-ink-primary); }
.legal-body .lead { font-size: 15px; color: var(--color-ink-muted); margin-bottom: var(--space-6); }
.legal-body h2 { font-size: 22px; line-height: 1.3; margin-top: var(--space-7); margin-bottom: var(--space-3); }
.legal-body h2:first-of-type { margin-top: var(--space-5); }
.legal-body p { font-size: 16px; line-height: 1.65; color: var(--color-ink-secondary); margin-bottom: var(--space-4); }
.legal-body ul { padding-left: 22px; margin: 0 0 var(--space-5) 0; }
.legal-body li { font-size: 16px; line-height: 1.65; color: var(--color-ink-secondary); margin-bottom: 6px; }
.legal-body a { color: var(--color-brand-red); text-decoration: underline; text-underline-offset: 3px; }
.legal-body a:hover { color: var(--color-brand-red-dark); }
.legal-body strong { color: var(--color-ink-primary); }

/* ---------- FAQ accordion ---------- */
/* ---------- FAQ section (matches Advanced Cleaning layout) ---------- */
/* Two-column wrapper: heading on the left, FAQ list stacked on the right */
.faq-layout { display: grid; grid-template-columns: 5fr 7fr; column-gap: var(--space-9); align-items: start; }
@media (max-width: 900px) { .faq-layout { grid-template-columns: 1fr; row-gap: var(--space-6); } }
.faq-head .eyebrow-pill {
  display: inline-block; padding: 6px 18px; border-radius: 999px;
  border: 1.5px solid var(--color-brand-red); color: var(--color-brand-red);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  margin-bottom: var(--space-5);
}
.faq-head .faq-heading { font-size: 2.25rem; line-height: 1.15; margin: 0; }
.faq-head p { margin-top: var(--space-4); color: var(--color-ink-secondary); max-width: 38ch; }

/* ---------- More services list (About page, sister Advanced Group divisions) ---------- */
.more-services { display: block; }
.more-services__item {
  display: flex; align-items: center; gap: var(--space-4);
  padding: var(--space-5) 0;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-ink-primary);
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease-out);
}
.more-services__item:first-child { border-top: 1px solid var(--color-border); }
.more-services__item:hover { color: var(--color-brand-red); }
.more-services__icon { width: 32px; height: 32px; flex: 0 0 32px; color: var(--color-brand-red); display: inline-flex; align-items: center; justify-content: center; }
.more-services__icon svg,
.more-services__icon img { width: 32px; height: 32px; display: block; object-fit: contain; }
.more-services__label { flex: 1; font-size: var(--fs-h4); font-weight: 600; }
.more-services__arrow { width: 36px; height: 36px; flex: 0 0 36px; display: inline-flex; align-items: center; justify-content: center; transition: transform var(--dur-base) var(--ease-out); }
.more-services__arrow svg { width: 36px; height: 36px; display: block; }
.more-services__item:hover .more-services__arrow { transform: translate(2px, -2px); }
.faq { display: block; }
.faq__item { border-bottom: 1px solid var(--color-border); }
.faq__item:first-child { border-top: 1px solid var(--color-border); }
.faq__btn {
  display: flex; justify-content: space-between; align-items: center; gap: var(--space-4);
  width: 100%; padding: var(--space-5) 0;
  text-align: left; font-size: var(--fs-h4); font-weight: 600; color: var(--color-ink-primary);
}
.faq__btn:hover { color: var(--color-brand-gold-dark); }
.faq__icon { width: 36px; height: 36px; flex: 0 0 36px; display: inline-flex; align-items: center; justify-content: center; transition: transform var(--dur-base) var(--ease-out); }
.faq__icon svg { width: 36px; height: 36px; display: block; }
.faq__btn:hover .faq__icon { transform: scale(1.06); }
.faq__item.is-open .faq__icon { transform: rotate(90deg); }
.faq__panel { max-height: 0; overflow: hidden; transition: max-height var(--dur-mid) var(--ease-out); }
.faq__inner { padding: 0 0 var(--space-6); font-size: var(--fs-body); color: var(--color-ink-secondary); max-width: 68ch; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-5); }
.gallery__item { aspect-ratio: 3/2; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.gallery__item:hover img { transform: scale(1.04); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--color-surface-dark); color: var(--color-ink-inverse);
  padding: 80px 0 0;
}
.site-footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: var(--space-9);
}
.site-footer h5 { font-size: 1.0625rem; color: var(--color-brand-gold); margin-bottom: var(--space-5); font-weight: 700; }
.site-footer .blurb { color: var(--color-ink-inverse-muted); font-size: var(--fs-body-sm); margin-top: var(--space-4); max-width: 36ch; }
.site-footer ul { display: flex; flex-direction: column; gap: var(--space-3); }
.site-footer ul a { font-size: var(--fs-body-sm); color: var(--color-ink-inverse-muted); transition: color var(--dur-base); }
.site-footer ul a:hover { color: var(--color-brand-gold); }
.site-footer .contact-row { display: flex; gap: var(--space-3); align-items: flex-start; color: var(--color-ink-inverse-muted); font-size: var(--fs-body-sm); }
.site-footer .contact-row + .contact-row { margin-top: var(--space-3); }
.site-footer .contact-row .icon { color: var(--color-brand-gold); flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; }
.site-footer .contact-row a { color: var(--color-ink-inverse); }
.site-footer .contact-row a:hover { color: var(--color-brand-gold); }
.site-footer .contact-row strong { color: var(--color-brand-gold); font-weight: 700; }
.socials { display: inline-flex; gap: var(--space-3); margin-top: var(--space-5); }
.socials a {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--color-surface-dark-alt); color: var(--color-ink-inverse-muted);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--dur-base), color var(--dur-base);
}
.socials a:hover { background: var(--color-brand-blue); color: var(--color-ink-inverse); }
.sub-footer {
  margin-top: 64px; border-top: 1px solid var(--color-border-dark); padding: var(--space-5) 0;
  display: flex; justify-content: space-between; align-items: center; gap: var(--space-5);
  flex-wrap: wrap; font-size: var(--fs-caption); color: var(--color-ink-inverse-muted);
}
.sub-footer__right { display: inline-flex; gap: var(--space-5); }
.sub-footer__right a:hover { color: var(--color-brand-gold); }

/* ---------- Footer rebuilt to match Cleaning, simplified - client amend p1/p2 ---------- */
/* Row 1: logo (left) + Landscape Queensland award badges (right) */
.site-footer__top { display: flex; align-items: center; justify-content: space-between; gap: var(--space-6); flex-wrap: wrap; padding-bottom: var(--space-7); }
/* Row 2: contact rows (left) + Follow Us socials (right) */
.site-footer__info { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-4) var(--space-7); padding: var(--space-6) 0; border-top: 1px solid var(--color-border-dark); }
.site-footer__info .contact-row { margin: 0; align-items: center; color: var(--color-ink-inverse); }
.site-footer__info .contact-row + .contact-row { margin-top: 0; }
.site-footer__info .contact-row strong { color: var(--color-ink-inverse); font-weight: 400; }
.site-footer__follow { display: inline-flex; align-items: center; gap: var(--space-4); margin-left: auto; }
.site-footer__follow .label { font-size: var(--fs-caption); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--color-ink-inverse-muted); }
.site-footer__follow .socials { margin-top: 0; }
.site-footer__awards { display: inline-flex; align-items: center; gap: var(--space-4); }
.site-footer__awards img { height: 150px; width: auto; }
.sub-footer__legal a { color: var(--color-ink-inverse-muted); margin-left: var(--space-3); }
.sub-footer__legal a:hover { color: var(--color-brand-gold); }
@media (max-width: 700px) {
  /* Centre and stack everything in the footer on mobile */
  .site-footer__top { flex-direction: column; align-items: center; gap: var(--space-5); text-align: center; }
  .site-footer__awards { justify-content: center; }
  .site-footer__awards img { height: 120px; }

  /* Each contact row + follow block on its own row, centred */
  .site-footer__info { flex-direction: column; align-items: center; gap: var(--space-4); text-align: center; }
  .site-footer__info .contact-row { justify-content: center; }
  .site-footer__follow { margin-left: 0; flex-direction: row; justify-content: center; }

  /* Sub-footer centred too */
  .sub-footer { flex-direction: column; align-items: center; gap: var(--space-3); text-align: center; }
  .sub-footer__legal a { margin-left: var(--space-2); }
}

/* ---------- Page intro ---------- */
.page-intro { padding: var(--space-9) 0 var(--space-7); text-align: center; }
.page-intro h1 { margin-bottom: var(--space-4); }

/* ---------- Suburbs list ---------- */
.suburbs-list { columns: 4; column-gap: var(--space-7); }
.suburbs-list li { break-inside: avoid; padding: var(--space-2) 0; color: var(--color-ink-secondary); font-size: var(--fs-body); display: flex; align-items: center; gap: var(--space-2); }
.suburbs-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--color-brand-gold); flex: 0 0 6px; }

/* ---------- Contact page split ---------- */
.contact-split { display: grid; grid-template-columns: 1.5fr 1fr; gap: var(--space-9); align-items: start; }
.contact-split--solo { grid-template-columns: 1fr; }
.quote-form__contact { display: flex; flex-wrap: wrap; gap: var(--space-3) var(--space-6); margin-top: var(--space-5); padding-top: var(--space-5); border-top: 1px solid var(--color-border); }
.quote-form__contact-item { display: inline-flex; align-items: center; gap: var(--space-2); font-size: var(--fs-body-sm); font-weight: 600; color: var(--color-ink-primary); }
.quote-form__contact-item .icon { width: 18px; height: 18px; color: var(--color-brand-red); flex: 0 0 18px; }
.contact-info { background: var(--color-surface-alt); padding: var(--space-8); border-radius: var(--radius-xl); }
.contact-info h3 { margin-bottom: var(--space-5); }
.contact-info .contact-row { display: flex; gap: var(--space-4); padding: var(--space-4) 0; border-bottom: 1px solid var(--color-border); }
.contact-info .contact-row:last-child { border-bottom: 0; }
.contact-info .contact-row .icon { color: var(--color-brand-gold-dark); flex: 0 0 22px; width: 22px; height: 22px; margin-top: 2px; }
.contact-info .contact-row strong { display: block; font-weight: 700; }
.contact-info .contact-row a { color: var(--color-ink-primary); font-weight: 600; }

.map-embed { width: 100%; aspect-ratio: 16/7; border: 0; border-radius: var(--radius-xl); box-shadow: var(--shadow-md); }

/* ---------- On-scroll fade ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Award row ---------- */
.award-row { display: flex; flex-wrap: wrap; gap: var(--space-7); align-items: center; justify-content: center; padding: var(--space-7) 0; }
.award-chip { display: inline-flex; gap: var(--space-3); align-items: center; padding: var(--space-3) var(--space-5); border-radius: var(--radius-pill); background: var(--color-surface-alt); border: 1px solid var(--color-border); }
.award-chip .icon { color: var(--color-brand-gold-dark); width: 22px; height: 22px; }
.award-chip strong { font-weight: 700; font-size: var(--fs-body-sm); }
.award-chip span { font-size: var(--fs-caption); color: var(--color-ink-muted); margin-left: var(--space-1); }

/* ---------- Sectors ---------- */
.sectors { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-4); }
.sector-chip { display: flex; gap: var(--space-3); padding: var(--space-5); background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-lg); align-items: center; }
.sector-chip .icon { width: 28px; height: 28px; color: var(--color-brand-gold-dark); flex: 0 0 28px; }
.sector-chip strong { font-size: 1rem; font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  :root { --fs-display: 3rem; --fs-h1: 2.5rem; --fs-h2: 2rem; --fs-h3: 1.375rem; --header-h: 72px; }
  .container { padding-left: 24px; padding-right: 24px; }
  .section { padding: 80px 0; }
  .section--lg { padding: 96px 0; }
  .primary-nav, .site-header__actions .btn, .site-header__actions .phone-pill { display: none; }
  .site-header__actions .nav-toggle, .header-phone-btn { display: inline-flex; }
  .site-header__inner {
    min-height: 72px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .site-logo__img { height: 46px; }
  .site-header.is-scrolled .site-logo__img { height: 36px; }
  .site-header__actions { justify-self: end; }
  .hero-fullbleed { min-height: 600px; }
  .hero-split { padding: 56px 0; }
  .hero-split__grid { grid-template-columns: 1fr; gap: var(--space-7); }
  .hero-split__text { padding-right: 0; }
  .hero-split-dark__grid { min-height: 460px; }
  .hero-split-dark__panel { padding: 48px 32px; }
  /* Keep the absolute-positioned media filling the grid even when the panel
     grows taller than the min-height (was: aspect-ratio: 16/10 which capped
     the image height below the panel). */
  .hero-split-dark__media { aspect-ratio: auto; min-height: 0; height: auto; }
}

@media (max-width: 1100px) {
  /* Continuation of tablet rules - the following originally lived in the
     1100px block; restored here after a hero-padding edit accidentally
     terminated that block early. */
  .alt-row { grid-template-columns: 1fr; gap: var(--space-7); }
  .alt-row__text, .alt-row--reverse .alt-row__text { padding: 0; }
  .alt-row--reverse .alt-row__media { order: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid--2 { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-strip { grid-template-columns: repeat(2, 1fr); gap: var(--space-7); }
  .location-grid { grid-template-columns: repeat(3, 1fr); }
  .process, .process--5 { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: var(--space-7); }
  .site-footer { padding-top: 56px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .carousel__slide { flex: 0 0 calc((100% - var(--space-5)) / 2); }
  .suburbs-list { columns: 3; }
  .sectors { grid-template-columns: repeat(2, 1fr); }
  .contact-split { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .utility-bar__left .sep-hide { display: none; }
}

@media (max-width: 700px) {
  :root { --fs-display: 2.125rem; --fs-h1: 1.875rem; --fs-h2: 1.625rem; --fs-h3: 1.25rem; }
  .utility-bar { display: none; }
  .container { padding-left: 20px; padding-right: 20px; }
  .section { padding: 64px 0; }
  .section--lg { padding: 72px 0; }
  .section--sm { padding: 48px 0; }
  .hero-fullbleed { min-height: 560px; }
  .hero-fullbleed__inner { padding: 72px 0 64px; }
  .trust-strip { gap: var(--space-5); margin-top: var(--space-7); padding-top: var(--space-5); }
  .hero-band { min-height: 280px; }
  .service-grid, .service-grid--2 { grid-template-columns: 1fr; gap: var(--space-5); }
  .feature-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); gap: var(--space-5); }
  .stat__value { font-size: 2.25rem; }
  .location-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: 1fr; }
  .carousel__slide { flex: 0 0 100%; }
  .carousel__head h2 { font-size: 1.75rem; }
  .suburbs-list { columns: 2; }
  .sectors { grid-template-columns: 1fr; }
  .quote-form { padding: var(--space-6); }
  .process, .process--5 { grid-template-columns: 1fr; }
  .utility-bar { font-size: 12px; }
  .utility-bar__inner { padding: var(--space-2) 0; gap: var(--space-3); }
  .utility-bar__right .quote-link { display: none; }
  .btn { width: auto; }
  .hero-fullbleed__ctas .btn, .cta-band__buttons .btn { flex: 1 1 auto; min-width: 180px; }
  .cta-band { padding: var(--space-9) var(--space-5); }
  .mobile-cta-bar {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
    background: var(--color-surface-dark); padding: 10px;
    gap: 8px; box-shadow: 0 -4px 16px rgba(0,0,0,0.2);
  }
  .mobile-cta-bar .btn { flex: 1; height: 48px; }
  /* Mobile: hide both desktop quote pill AND the call bubble - the sticky
     bottom CTA bar already provides Call + Free quote so no floating CTA
     is needed at this width. */
  .float-quote, .float-call { display: none; }
  body { padding-bottom: 72px; }
  .site-footer { padding-bottom: 72px; }
  .sub-footer { padding-bottom: 72px; }
}

/* Narrow phones: tighten hero, stretch CTAs to full width */
@media (max-width: 540px) {
  .hero-split-dark { padding: 24px 0 56px; }
  .hero-split-dark__panel { padding: 40px 24px; }
  .hero-split-dark__ctas { flex-direction: column; align-items: stretch; }
  .hero-split-dark__ctas .btn { width: 100%; }
}

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

/* Print */
@media print {
  .site-header, .site-footer, .mobile-cta-bar, .cta-band, .quote-form, .float-call, .float-quote { display: none; }
}
