:root {
  --orange: #f56600;
  --orange-dark: #c94700;
  --orange-light: #ff8a3d;
  --ink: #17202a;
  --slate: #334155;
  --steel: #64748b;
  --cloud: #f3f4f6;
  --paper: #fff;
  --border: rgba(23, 32, 42, .14);
  --container: min(1200px, 92vw);
  --display: "Bricolage Grotesque", "Segoe UI", sans-serif;
  --body: "Manrope", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus { outline: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.finder input:focus-visible,
.finder select:focus-visible,
.finder textarea:focus-visible,
.finder .check input:focus-visible {
  outline: 3px solid var(--orange-dark);
  outline-offset: 2px;
  border-color: var(--orange-dark);
}
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .75rem 1rem;
  background: var(--ink);
  color: var(--paper);
  font-weight: 800;
  border-radius: 8px;
  text-decoration: none;
}
.skip-link:focus,
.skip-link:focus-visible { top: 1rem; outline-color: var(--orange-light); }

.utility { background: var(--ink); color: var(--paper); font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.utility__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility nav { display: flex; gap: 1.25rem; }
.utility a { color: inherit; text-decoration: none; }
.utility a:hover { color: var(--orange-light); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
}
.header__inner { min-height: 82px; display: flex; align-items: center; gap: 2rem; }
.brand { width: 210px; margin-right: auto; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 1.6rem; }
.main-nav a { text-decoration: none; font-size: .92rem; font-weight: 750; }
.main-nav a:hover { color: var(--orange-dark); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  padding: .85rem 1.35rem;
  background: var(--orange);
  color: var(--ink);
  cursor: pointer;
  font-weight: 850;
  text-decoration: none;
  transition: background-color .18s ease, transform .18s ease;
}
.button:hover { background: var(--orange-light); transform: translateY(-1px); }
.button--small { min-height: 44px; padding: .65rem 1rem; font-size: .88rem; }
.button--full { width: 100%; }
.button--dark { background: var(--ink); color: var(--paper); }
.button--dark:hover { background: var(--slate); }
.button--ink { background: var(--ink); color: var(--paper); }

.hero { position: relative; min-height: 720px; overflow: hidden; color: var(--paper); background: var(--ink); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 14, 20, .98) 0%, rgba(8, 14, 20, .9) 37%, rgba(8, 14, 20, .18) 72%, rgba(8, 14, 20, .04) 100%);
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 720px;
  padding-block: 4rem;
}
.hero__copy { max-width: 650px; }
.hero h1, .section h2, .final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 850;
  line-height: .94;
  letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(4rem, 8vw, 7.6rem); }
.hero h1 span { color: var(--orange); }
.hero__copy > p:not(.eyebrow) { max-width: 620px; margin: 1.6rem 0 2rem; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.35rem; }
.text-link { color: var(--paper); font-weight: 800; text-underline-offset: 4px; }

.eyebrow {
  margin: 0 0 .75rem;
  color: var(--orange-light);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow--orange { color: var(--orange-dark); }

.finder {
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  padding: clamp(1.35rem, 2.6vw, 2rem);
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}
.finder__kicker { margin: 0; color: var(--orange-dark); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.finder h2 { margin: .3rem 0 1.2rem; font-size: 1.85rem; }
.finder label { display: grid; gap: .4rem; margin-top: .9rem; font-size: .82rem; font-weight: 800; }
.finder input, .finder select, .finder textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: .78rem .85rem;
  color: var(--ink);
  background: var(--paper);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.finder textarea { min-height: 96px; resize: vertical; }
.finder input:user-invalid,
.finder select:user-invalid,
.finder textarea:user-invalid {
  border-color: #b91c1c;
  box-shadow: 0 0 0 1px #b91c1c;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.finder .check { display: flex; align-items: flex-start; gap: .65rem; font-weight: 550; line-height: 1.35; }
.check input { width: 18px; height: 18px; margin-top: .1rem; accent-color: var(--orange-dark); flex-shrink: 0; }
.fine-print { margin: .8rem 0 0; color: var(--steel); font-size: .78rem; }
.fine-print--centre { text-align: center; }
.fine-print a { color: var(--orange-dark); font-weight: 700; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.notice { border-radius: 8px; padding: .7rem .8rem; font-size: .84rem; }
.notice--success { background: #dcfce7; color: #14532d; border: 1px solid #bbf7d0; }
.finder .button { margin-top: 1rem; }
.finder .button:focus-visible { outline-color: var(--ink); }

.trust-strip { border-bottom: 1px solid var(--border); background: var(--paper); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip span { padding: 1.25rem 1rem; border-right: 1px solid var(--border); text-align: center; font-size: .82rem; font-weight: 800; }
.trust-strip span:last-child { border-right: 0; }

.section { padding-block: clamp(5rem, 9vw, 8rem); }
.section--ink { color: var(--paper); background: var(--ink); }
.section--cloud { background: var(--cloud); }
.section-heading { display: grid; grid-template-columns: 1.15fr .7fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2, .final-cta h2 { font-size: clamp(2.8rem, 5.6vw, 5.5rem); }
.section-heading > p { max-width: 520px; margin: 0; color: var(--steel); font-size: 1.05rem; }
.section-heading--light > p { color: rgba(255,255,255,.68); }

.trade-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.trade-card {
  min-height: 122px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 1rem;
  align-items: center;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1.2rem;
  color: inherit;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}
.trade-card:hover { background: var(--ink); color: var(--paper); }
.trade-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  flex-shrink: 0;
  place-items: center;
  border-radius: 12px;
  background: rgba(245,102,0,.11);
  color: var(--orange-dark);
  font-size: 1.55rem;
}
.trade-card__img {
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid var(--border);
  object-fit: contain;
  background: var(--paper);
}
.trade-card strong { display: block; font-size: 1.05rem; }
.trade-card small { display: block; margin-top: .3rem; color: var(--steel); line-height: 1.4; }
.trade-card:hover small { color: rgba(255,255,255,.64); }
.trade-card__arrow { color: var(--orange); font-size: 1.4rem; }
.section-action { display: flex; justify-content: center; margin-top: 2.4rem; }

.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.steps li { min-height: 250px; border-top: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); padding: 1.5rem; }
.steps li:last-child { border-right: 0; }
.steps span { color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.steps strong { display: block; margin-top: 3.7rem; font-family: var(--display); font-size: 1.5rem; }
.steps p { margin-bottom: 0; color: rgba(255,255,255,.64); font-size: .92rem; }

/* Audience / property-desk cards — 21st-style responsive feature cards */
.audience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}
.audience-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.5rem 1.4rem 1.55rem;
  background: var(--paper);
  overflow: hidden;
  transition:
    border-color .2s ease,
    transform .22s cubic-bezier(.22, 1, .36, 1),
    box-shadow .22s ease;
}
.audience-card--photo { padding: 0; }
.audience-card__media-link {
  display: block;
  overflow: hidden;
  background: #e8eaed;
  text-decoration: none;
}
.audience-card__media {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  object-position: center 18%;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}
.audience-card--home .audience-card__media { object-position: center 22%; }
.audience-card--office .audience-card__media { object-position: center 28%; }
.audience-card--site .audience-card__media { object-position: center 30%; }
.audience-card__body {
  padding: 1.25rem 1.35rem 1.45rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: .35rem;
  min-width: 0;
}
.audience-card__title {
  margin: .15rem 0 .2rem;
  font-family: var(--display);
  font-size: clamp(1.35rem, 3.2vw, 1.7rem);
  line-height: 1.12;
  letter-spacing: -.02em;
  font-weight: 800;
}
.audience-card__title a {
  color: inherit;
  text-decoration: none;
}
.audience-card__title a:hover { color: var(--orange-dark); }
.audience-card__copy {
  margin: 0;
  color: var(--steel);
  font-size: .95rem;
  line-height: 1.45;
  max-width: 36ch;
}
.audience-card__cta {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: auto;
  padding-top: 1.1rem;
  color: var(--orange-dark);
  font-weight: 850;
  text-decoration: none;
  font-size: .95rem;
}
.audience-card__cta span {
  transition: transform .18s ease;
}
.audience-card:hover {
  border-color: rgba(245, 102, 0, .35);
  box-shadow: 0 16px 36px rgba(23, 32, 42, .08);
  transform: translateY(-3px);
}
.audience-card:hover .audience-card__media {
  transform: scale(1.04);
}
.audience-card:hover .audience-card__cta span {
  transform: translateX(3px);
}
@media (prefers-reduced-motion: reduce) {
  .audience-card,
  .audience-card__media,
  .audience-card__cta span { transition: none; }
  .audience-card:hover { transform: none; }
  .audience-card:hover .audience-card__media { transform: none; }
}
/* Tablet: horizontal split — media left, copy right */
@media (min-width: 720px) and (max-width: 1023px) {
  .audience-card--photo {
    display: grid;
    grid-template-columns: minmax(240px, 42%) minmax(0, 1fr);
    align-items: stretch;
  }
  .audience-card__media-link {
    height: 100%;
    min-height: 240px;
  }
  .audience-card__media {
    height: 100%;
    min-height: 240px;
    aspect-ratio: auto;
    object-position: center 20%;
  }
  .audience-card__body {
    padding: 1.5rem 1.6rem 1.65rem;
    justify-content: center;
  }
  .audience-card__title { font-size: 1.55rem; }
}
/* Desktop: three equal portrait-friendly cards */
@media (min-width: 1024px) {
  .audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
  .audience-card--photo {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .audience-card__media {
    aspect-ratio: 4 / 5;
    max-height: 320px;
    object-position: center 16%;
  }
  .audience-card--home .audience-card__media { object-position: center 18%; }
  .audience-card--office .audience-card__media { object-position: center 24%; }
  .audience-card--site .audience-card__media { object-position: center 26%; }
  .audience-card__body {
    padding: 1.35rem 1.4rem 1.55rem;
  }
  .audience-card__title { font-size: 1.45rem; }
}

.state-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.state-grid a { min-height: 120px; display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.25rem; text-decoration: none; }
.state-grid a:hover { background: var(--cloud); }
.state-grid strong { color: var(--orange-dark); font-size: 1.35rem; }
.state-grid span { color: var(--steel); font-size: .78rem; }
.state-grid span:last-child { color: var(--orange-dark); font-size: 1.2rem; }

.loc-search { max-width: 720px; margin-top: 1rem; }
.loc-search__label { display: block; font-weight: 700; margin-bottom: .5rem; }
.loc-search__row { display: flex; gap: .75rem; align-items: stretch; }
.loc-search__input {
  flex: 1;
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .75rem 1rem;
  font: inherit;
  background: var(--paper);
}
.loc-search__input:focus { outline: 2px solid var(--orange); outline-offset: 2px; }
.loc-search__results {
  list-style: none;
  margin: .85rem 0 0;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--paper);
}
.loc-search__results li { border-bottom: 1px solid var(--border); }
.loc-search__results li:last-child { border-bottom: 0; }
.loc-search__results a {
  display: block;
  padding: .85rem 1rem;
  text-decoration: none;
  color: var(--ink);
}
.loc-search__results a:hover,
.loc-search__results a:focus { background: var(--cloud); color: var(--orange-dark); }

.final-cta { padding-block: 4.5rem; background: var(--orange); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.final-cta .eyebrow { color: var(--ink); }

.site-footer { padding-top: 5rem; color: var(--paper); background: #0d141b; }
.footer__grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 3rem; padding-bottom: 4rem; }
.footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.footer__grid img { width: 220px; height: auto; margin-bottom: .5rem; }
.footer__logo { border-radius: 12px; }
.footer__grid p { max-width: 370px; color: rgba(255,255,255,.6); }
.footer__grid strong { margin-bottom: .35rem; color: var(--orange-light); }
.footer__grid a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .88rem; }
.footer__grid a:hover { color: var(--paper); }
.footer__phone { color: var(--orange-light); font-weight: 700; font-size: 1.05rem; }
.footer__phone:hover { color: var(--paper); }
.footer__bottom { display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.12); padding-block: 1.4rem; color: rgba(255,255,255,.48); font-size: .75rem; }
.footer__bottom nav { display: flex; gap: 1rem; }
.footer__bottom a { color: inherit; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero__inner { grid-template-columns: 1fr; padding-block: 5rem; }
  .hero { min-height: auto; }
  .hero__inner { min-height: auto; }
  .hero__copy { max-width: 720px; }
  .finder { max-width: 680px; }
  .hero__image { object-position: 68% center; }
  .hero__shade { background: linear-gradient(180deg, rgba(8,14,20,.86), rgba(8,14,20,.76)); }
  .section-heading { grid-template-columns: 1fr; gap: 1.25rem; }
  .trade-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: 1fr; }
  .state-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .utility__inner > span { display: none; }
  .utility__inner { justify-content: flex-end; }
  .header__inner { min-height: 68px; gap: .8rem; }
  .brand { width: 142px; }
  .header__inner .button { font-size: .76rem; padding-inline: .8rem; }
  .hero h1 { font-size: clamp(3.5rem, 18vw, 5.3rem); }
  .hero__copy > p:not(.eyebrow) { font-size: 1rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .finder { border-radius: 14px; padding: 1.15rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .trust-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .trade-grid, .state-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 190px; border-right: 0; }
  .steps strong { margin-top: 2.5rem; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:first-child { grid-column: 1 / -1; }
  .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom { flex-direction: column; }
}

.page-hero { position: relative; padding-block: 4.5rem 2.5rem; background: linear-gradient(180deg, #fff7f0, var(--paper)); border-bottom: 1px solid var(--border); }
.page-hero--image {
  background: var(--ink);
  border-bottom: none;
  padding-block: 6rem 4rem;
  overflow: hidden;
  min-height: 420px;
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.page-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,14,20,0.9) 0%, rgba(8,14,20,0.7) 50%, rgba(8,14,20,0.2) 100%); z-index: 1; }
.page-hero__inner { position: relative; z-index: 2; max-width: 820px; }
.page-hero__inner--split { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: start; }
.page-hero h1 { margin: .6rem 0 1rem; font-family: var(--display); font-size: clamp(2.8rem, 6vw, 4.6rem); line-height: .98; letter-spacing: -.03em; }
.page-hero .lede { color: var(--steel); font-size: 1.08rem; max-width: 54ch; }
.page-hero__content-box { padding-right: 2rem; }
.page-hero__content-box .notice { background: rgba(255, 244, 232, 0.1); color: #fff; border-color: rgba(243, 210, 176, 0.3); }
.page-hero__content-box .service-list li { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); color: #fff; }
.page-hero__content-box .fine-print,
.fine-print--light { color: rgba(255,255,255,0.6); }
.page-hero__title-light { color: #fff !important; }
.page-hero__lede-light { color: rgba(255,255,255,0.9) !important; }
.page-hero__trade-icon {
  display: block;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  margin-bottom: .75rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  object-fit: contain;
  background: var(--paper);
  padding: 6px;
  box-sizing: border-box;
}
.page-hero--image .page-hero__trade-icon {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.92);
}
.plain-list--light li { color: rgba(255,255,255,0.82); }
.page-hero__shade--left { background: linear-gradient(90deg, rgba(8,14,20,0.92) 0%, rgba(8,14,20,0.72) 48%, rgba(8,14,20,0.18) 100%); }
.page-hero--image-right .page-hero__bg { object-position: 72% center; }
.page-hero--image .fine-print--light a { color: var(--orange-light); }
.editorial-figure { margin: 0; }
.editorial-figure img { width: 100%; height: auto; display: block; border-radius: 14px; border: 1px solid var(--border); }
.editorial-figure figcaption { margin-top: .85rem; color: var(--steel); font-size: .9rem; max-width: 70ch; }
.finder--page { position: relative; margin: 0; max-width: none; }
.section-title { margin: 0 0 1.25rem; font-family: var(--display); font-size: 1.8rem; }
.section-title--spaced { margin-top: 3rem; }
.narrow { max-width: 760px; }
.narrow h2 { margin-top: 2rem; font-family: var(--display); font-size: 1.55rem; }
.link-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: .35rem 1rem; }
.link-columns a { display: flex; justify-content: space-between; gap: .75rem; padding: .7rem .2rem; border-bottom: 1px solid var(--border); text-decoration: none; color: var(--ink); font-weight: 650; }
.link-columns a:hover { color: var(--orange-dark); }
.muted { color: var(--steel); font-weight: 500; font-size: .82rem; }
.badge { display: inline-block; margin-left: .35rem; padding: .1rem .4rem; border-radius: 999px; background: var(--cloud); color: var(--steel); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem .9rem; margin: 1.5rem 0; padding: 0; list-style: none; }
.service-list li { padding: .55rem .7rem; border: 1px solid var(--border); border-radius: 10px; background: var(--paper); font-size: .92rem; }
.plain-steps { margin: 0; padding-left: 1.2rem; }
.plain-steps li { margin-bottom: .8rem; color: var(--steel); }
.plain-list { margin: 1rem 0 1.5rem; padding-left: 1.2rem; }
.plain-list li { margin-bottom: .55rem; color: var(--steel); }
.meta-list { display: grid; gap: .8rem; margin: 1.5rem 0; }
.meta-list > div { display: grid; grid-template-columns: 140px 1fr; gap: .75rem; padding-bottom: .7rem; border-bottom: 1px solid var(--border); }
.meta-list dt { color: var(--steel); font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
.meta-list dd { margin: 0; font-weight: 700; }
.chip-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { display: inline-flex; padding: .45rem .75rem; border: 1px solid var(--border); border-radius: 999px; text-decoration: none; color: var(--ink); font-size: .85rem; background: var(--paper); }
.chip:hover { border-color: var(--orange); color: var(--orange-dark); }
.notice { margin: 1rem 0; padding: .9rem 1rem; border-radius: 10px; background: #fff4e8; border: 1px solid #f3d2b0; color: var(--ink); font-size: .92rem; }
.notice--success { background: #eaf7ee; border-color: #b7dfc2; }
.fine-print--centre { text-align: center; margin-top: 1.5rem; }
.page-hero a:not(.button):not(.chip) { color: var(--orange-dark); }

@media (max-width: 980px) {
  .page-hero__inner--split { grid-template-columns: 1fr; }
  .link-columns { grid-template-columns: 1fr 1fr; }
  .service-list { grid-template-columns: 1fr; }
  .meta-list > div { grid-template-columns: 1fr; gap: .2rem; }
}

@media (max-width: 640px) {
  .link-columns { grid-template-columns: 1fr; }
}

.brand img { aspect-ratio: 1024 / 682; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  .button:hover { transform: none; }
}

/* Wave 10 booking hub */
.booking-hub {
  min-height: 75vh;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(5rem, 9vw, 8rem);
  background:
    radial-gradient(circle at 85% 0, rgba(245, 102, 0, .12), transparent 30rem),
    var(--cloud);
}
.booking-hub__intro { max-width: 840px; margin-bottom: 2rem; }
.booking-hub__intro h1 {
  margin: .35rem 0 .8rem;
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: .95;
  letter-spacing: -.045em;
}
.booking-hub__intro > p:last-child { max-width: 68ch; color: var(--slate); font-size: 1.05rem; }
.booking-wizard,
.booking-success {
  max-width: 1040px;
  margin-inline: auto;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: clamp(1.25rem, 4vw, 3rem);
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(23, 32, 42, .1);
}
.booking-success { max-width: 760px; }
.booking-success h2 { margin: .3rem 0 1rem; font-family: var(--display); font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1; }
.booking-success p:not(.eyebrow) { color: var(--slate); }
.booking-success .button { margin-top: .75rem; }
.booking-wizard__header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--border); padding-bottom: 1.25rem; }
.booking-wizard__header h2 { margin: .15rem 0 0; font-family: var(--display); font-size: clamp(1.65rem, 4vw, 2.5rem); }
.booking-wizard__step-count { margin: 0; color: var(--orange-dark); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.booking-wizard__meter { width: min(280px, 38%); height: 8px; overflow: hidden; border-radius: 999px; background: var(--cloud); }
.booking-wizard__meter span { display: block; width: 14.28%; height: 100%; border-radius: inherit; background: var(--orange); transition: width .2s ease; }
.booking-wizard__progress { display: grid; grid-template-columns: repeat(7, 1fr); gap: .5rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.booking-wizard__progress li { display: grid; justify-items: center; gap: .35rem; color: var(--steel); text-align: center; }
.booking-wizard__progress span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--border); border-radius: 50%; font-size: .78rem; font-weight: 850; }
.booking-wizard__progress small { font-size: .7rem; font-weight: 700; }
.booking-wizard__progress .is-active { color: var(--ink); }
.booking-wizard__progress .is-active span { border-color: var(--orange); background: var(--orange); }
.booking-wizard__progress .is-complete span { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.booking-wizard__alert { min-height: 1.5rem; color: #9f1239; font-weight: 750; }
.booking-step { min-width: 0; margin: 0; border: 0; padding: .5rem 0 1.5rem; }
.booking-wizard.is-enhanced .booking-step[hidden] { display: none; }
.booking-step legend { width: 100%; margin-bottom: .4rem; font-family: var(--display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 850; line-height: 1.05; }
.booking-step__hint { margin: 0 0 1.4rem; color: var(--steel); }
.booking-trades { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; max-height: 480px; overflow-y: auto; padding: 3px; }
.booking-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.booking-option-list { display: grid; gap: .75rem; }
.booking-choice { position: relative; display: block; cursor: pointer; }
.booking-choice > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.booking-choice__body {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: .9rem;
  border: 2px solid var(--border);
  border-radius: 13px;
  padding: .85rem 1rem;
  background: var(--paper);
  transition: border-color .15s ease, background-color .15s ease, transform .15s ease;
}
.booking-choice__body img { width: 44px; height: 44px; border-radius: 10px; object-fit: contain; }
.booking-choice__body strong,
.booking-choice__body small { display: block; }
.booking-choice__body small { margin-top: .18rem; color: var(--steel); font-size: .75rem; line-height: 1.3; }
.booking-choice:hover .booking-choice__body { border-color: var(--orange-light); transform: translateY(-1px); }
.booking-choice > input:focus-visible + .booking-choice__body { outline: 3px solid var(--orange); outline-offset: 2px; }
.booking-choice > input:checked + .booking-choice__body { border-color: var(--orange); background: #fff7f0; box-shadow: inset 5px 0 0 var(--orange); }
.booking-field { display: grid; gap: .45rem; margin-top: 1rem; color: var(--ink); font-size: .84rem; font-weight: 800; }
.booking-field > span { color: var(--steel); font-weight: 500; }
.booking-field input,
.booking-field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .8rem .9rem;
  background: var(--paper);
  color: var(--ink);
}
.booking-field textarea { resize: vertical; }
.booking-field input:focus,
.booking-field textarea:focus { border-color: var(--orange-dark); outline: 3px solid rgba(245, 102, 0, .18); }
.booking-preferences { display: flex; flex-wrap: wrap; gap: .65rem; }
.booking-preferences label { min-width: 100px; border: 1px solid var(--border); border-radius: 10px; padding: .7rem .8rem; cursor: pointer; }
.booking-preferences input { width: auto; min-height: auto; accent-color: var(--orange-dark); }
.booking-emergency,
.booking-upload-note { margin-top: 1.25rem; border-left: 5px solid var(--orange); border-radius: 10px; padding: 1rem 1.15rem; background: #fff4e8; }
.booking-emergency p,
.booking-upload-note p { margin: .35rem 0 0; color: var(--slate); }
.booking-emergency .button { margin-top: .8rem; }
.booking-location-results { max-width: 700px; margin: .5rem 0 0; padding: 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; list-style: none; }
.booking-location-results li + li { border-top: 1px solid var(--border); }
.booking-location-results button { width: 100%; border: 0; padding: .75rem .9rem; background: var(--paper); color: var(--ink); cursor: pointer; text-align: left; }
.booking-location-results button:hover,
.booking-location-results button:focus-visible { background: var(--cloud); color: var(--orange-dark); }
.booking-field-status { min-height: 1.4rem; margin: .5rem 0 0; color: var(--steel); font-size: .8rem; }
.booking-review { display: grid; grid-template-columns: minmax(130px, .35fr) 1fr; margin: 1rem 0 1.5rem; border-top: 1px solid var(--border); }
.booking-review dt,
.booking-review dd { margin: 0; border-bottom: 1px solid var(--border); padding: .8rem .4rem; }
.booking-review dt { color: var(--steel); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.booking-review dd { white-space: pre-wrap; font-weight: 650; overflow-wrap: anywhere; }
.booking-consent { display: flex; gap: .65rem; align-items: flex-start; font-weight: 600; }
.booking-consent input { flex: 0 0 auto; width: 19px; height: 19px; accent-color: var(--orange-dark); }
.booking-submit { margin-top: 1rem; }
.booking-wizard__nav { position: sticky; bottom: 0; z-index: 5; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1rem; background: var(--paper); }
.booking-back { min-height: 52px; border: 1px solid var(--border); border-radius: 10px; padding: .75rem 1.2rem; background: var(--paper); color: var(--ink); cursor: pointer; font-weight: 850; }
.booking-back:hover { background: var(--cloud); }

@media (max-width: 760px) {
  .booking-wizard__header { align-items: stretch; flex-direction: column; gap: .75rem; }
  .booking-wizard__meter { width: 100%; }
  .booking-wizard__progress small { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .booking-trades,
  .booking-services { grid-template-columns: 1fr; max-height: none; }
  .booking-choice--trade .booking-choice__body { min-height: 68px; }
  .booking-wizard__nav { margin-inline: -1rem; padding: .85rem 1rem max(.85rem, env(safe-area-inset-bottom)); box-shadow: 0 -8px 24px rgba(23, 32, 42, .08); }
  .booking-wizard__nav .button { flex: 1; }
  .booking-review { grid-template-columns: 1fr; }
  .booking-review dt { padding-bottom: .15rem; border-bottom: 0; }
  .booking-review dd { padding-top: 0; }
}

/* Wave 10 scripted live-chat intake */
.live-chat { position: relative; z-index: 160; }
.live-chat__fab {
  position: fixed;
  right: max(1.25rem, env(safe-area-inset-right));
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  z-index: 160;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: .65rem;
  border: 0;
  border-radius: 999px;
  padding: .8rem 1.15rem;
  background: var(--orange);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(23, 32, 42, .28);
  cursor: pointer;
  font-weight: 900;
}
.live-chat__fab:hover { background: var(--orange-light); }
.live-chat__fab > span:first-child { color: #166534; font-size: .8rem; }
.live-chat__dialog {
  width: min(470px, calc(100vw - 2rem));
  max-height: min(760px, calc(100vh - 2rem));
  margin: auto 1.25rem 1.25rem auto;
  border: 0;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(8, 14, 20, .38);
}
.live-chat__dialog::backdrop { background: rgba(8, 14, 20, .48); }
.live-chat__shell { max-height: inherit; overflow-y: auto; }
.live-chat__header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.25rem;
  background: var(--ink);
  color: var(--paper);
}
.live-chat__header h2 { margin: .15rem 0 0; font-family: var(--display); font-size: 1.65rem; line-height: 1; }
.live-chat__kicker { margin: 0; color: var(--orange-light); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.live-chat__close {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 1.65rem;
  line-height: 1;
}
.live-chat form { padding: 1.25rem; }
.live-chat__progress { color: var(--orange-dark); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.live-chat__error { min-height: 1.5rem; margin-top: .25rem; color: #9f1239; font-size: .85rem; font-weight: 750; }
.live-chat__step { min-width: 0; margin: 0; border: 0; padding: .5rem 0 0; }
.live-chat__step[hidden] { display: none; }
.live-chat__step legend { width: 100%; font-family: var(--display); font-size: 1.45rem; font-weight: 850; line-height: 1.1; }
.live-chat__step > p { margin: .5rem 0 1rem; color: var(--steel); font-size: .88rem; }
.live-chat__field { display: grid; gap: .35rem; margin-top: .8rem; font-size: .82rem; font-weight: 800; }
.live-chat__field span { color: var(--steel); font-weight: 500; }
.live-chat__field input,
.live-chat__field select,
.live-chat__field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .72rem .8rem;
  background: var(--paper);
  color: var(--ink);
}
.live-chat__field textarea { min-height: 88px; resize: vertical; }
.live-chat__fields { display: grid; grid-template-columns: 1fr 130px; gap: .7rem; }
.live-chat__choices { display: grid; gap: .65rem; margin-top: .9rem; }
.live-chat__choices label {
  display: flex;
  align-items: center;
  gap: .65rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .8rem;
  cursor: pointer;
  font-weight: 750;
}
.live-chat__choices input,
.live-chat__consent input { width: 19px; height: 19px; flex: 0 0 auto; accent-color: var(--orange-dark); }
.live-chat__emergency { margin-top: 1rem; border-left: 5px solid var(--orange); border-radius: 10px; padding: .9rem; background: #fff4e8; }
.live-chat__emergency-actions { display: grid; gap: .5rem; margin-bottom: .85rem; }
.live-chat__emergency .button { min-height: 46px; padding: .65rem .8rem; }
.live-chat__emergency p { margin: .35rem 0 0; color: var(--slate); font-size: .82rem; }
.live-chat__consent { display: flex; align-items: flex-start; gap: .65rem; margin-top: 1rem; font-size: .8rem; }
.live-chat__consent a { color: var(--orange-dark); font-weight: 750; }
.live-chat__actions { display: flex; justify-content: flex-end; gap: .65rem; border-top: 1px solid var(--border); margin-top: 1.2rem; padding-top: 1rem; }
.live-chat__back { min-height: 48px; border: 1px solid var(--border); border-radius: 10px; padding: .7rem 1rem; background: var(--paper); cursor: pointer; font-weight: 850; }
.live-chat__success { border-left: 5px solid #15803d; border-radius: 10px; padding: 1rem; background: #eaf7ee; }
.live-chat__success p { margin: .35rem 0 0; color: var(--slate); }

@media (max-width: 600px) {
  .live-chat__fab { right: 1rem; bottom: max(1rem, env(safe-area-inset-bottom)); }
  .live-chat__dialog {
    width: 100vw;
    max-width: none;
    max-height: 100dvh;
    height: 100dvh;
    margin: 0;
    border-radius: 0;
  }
  .live-chat__shell { height: 100%; }
  .live-chat__fields { grid-template-columns: 1fr; gap: 0; }
  .live-chat__actions {
    position: sticky;
    bottom: -1.25rem;
    margin-inline: -1.25rem;
    padding: .85rem 1.25rem max(.85rem, env(safe-area-inset-bottom));
    background: var(--paper);
    box-shadow: 0 -8px 24px rgba(23, 32, 42, .08);
  }
}

/* Wave 10 progressive booking app shell */
.app-shell { min-height: 100vh; background: var(--cloud); }
.app-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(14px);
}
.app-topbar__inner {
  width: min(1120px, 92vw);
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-inline: auto;
}
.app-brand { width: 170px; margin-right: auto; }
.app-brand img { width: 100%; height: auto; }
.app-topbar__nav { display: flex; align-items: center; gap: .4rem; }
.app-topbar__nav a {
  border-radius: 8px;
  padding: .6rem .8rem;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
}
.app-topbar__nav a:hover,
.app-topbar__nav a[aria-current="page"] { background: #fff1e7; color: var(--orange-dark); }
.app-main { min-height: calc(100vh - 116px); }
.app-container { width: min(940px, 92vw); margin-inline: auto; }
.app-container--narrow { max-width: 760px; }
.app-dashboard,
.app-page { padding: clamp(2.5rem, 6vw, 5rem) 0; }
.app-dashboard h1,
.app-page h1 {
  max-width: 780px;
  margin: .25rem 0 .8rem;
  font-family: var(--display);
  font-size: clamp(2.65rem, 7vw, 5.2rem);
  line-height: .96;
  letter-spacing: -.045em;
}
.app-lead,
.app-page > .app-container > p:not(.eyebrow) { max-width: 68ch; color: var(--slate); }
.app-action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0 1rem; }
.app-action {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  min-height: 112px;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.2rem;
  background: var(--paper);
  text-decoration: none;
}
.app-action:hover { border-color: var(--orange); }
.app-action--primary { border-color: var(--orange); background: var(--orange); }
.app-action__icon { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.7rem; }
.app-action strong,
.app-action small { display: block; }
.app-action strong { font-size: 1.05rem; }
.app-action small { margin-top: .25rem; color: var(--slate); line-height: 1.3; }
.app-continue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1rem 1.2rem;
  background: var(--paper);
}
.app-continue[hidden] { display: none; }
.app-continue strong,
.app-continue small { display: block; }
.app-continue small { color: var(--steel); }
.app-kicker { margin: 0 0 .25rem; color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.app-panel { margin-top: 1rem; overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: var(--paper); }
.app-panel--padded { padding: clamp(1.25rem, 4vw, 2rem); }
.app-panel--padded h2 { margin-top: 0; }
.app-panel__heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--border); padding: 1.2rem; }
.app-panel__heading h2 { margin: 0; font-size: 1.25rem; }
.app-panel__heading > a { color: var(--orange-dark); font-weight: 800; }
.app-brief-list .app-brief-row + .app-brief-row { border-top: 1px solid var(--border); }
.app-brief-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; text-decoration: none; }
.app-brief-row:hover { background: #fff7f0; }
.app-brief-row strong,
.app-brief-row small { display: block; }
.app-brief-row small { margin-top: .2rem; color: var(--steel); }
.app-empty { padding: clamp(2rem, 6vw, 4rem) 1.25rem; text-align: center; }
.app-empty__icon { display: block; color: var(--steel); font-size: 3rem; }
.app-empty h2,
.app-empty h3 { margin: .4rem 0; }
.app-empty p { max-width: 48ch; margin: .3rem auto 1rem; color: var(--steel); }
.app-truth-note { margin-top: 1rem; border-left: 5px solid var(--orange); border-radius: 12px; padding: 1rem 1.2rem; background: #fff4e8; }
.app-truth-note p { margin: .3rem 0 0; color: var(--slate); }
.app-back-link { display: inline-block; margin-bottom: 1.5rem; color: var(--orange-dark); font-weight: 800; }
.app-detail-card { margin: 2rem 0 0; overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: var(--paper); }
.app-detail-card > div { display: grid; grid-template-columns: minmax(120px, .35fr) 1fr; gap: 1rem; padding: 1rem 1.2rem; }
.app-detail-card > div + div { border-top: 1px solid var(--border); }
.app-detail-card dt { color: var(--steel); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.app-detail-card dd { margin: 0; overflow-wrap: anywhere; font-weight: 700; }
.app-bottom-nav { display: none; }
.app-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 52px;
  border-top: 1px solid var(--border);
  padding: .75rem max(4vw, 1rem);
  background: var(--paper);
  color: var(--steel);
  font-size: .76rem;
}
.app-legal nav { display: flex; gap: 1rem; }
.app-shell .booking-hub { min-height: calc(100vh - 116px); padding-top: clamp(2rem, 5vw, 4rem); }

@media (max-width: 760px) {
  .app-shell { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .app-topbar__inner { min-height: 58px; }
  .app-brand { width: 142px; }
  .app-topbar__nav { gap: 0; }
  .app-topbar__nav a { padding: .55rem .48rem; font-size: .78rem; }
  .app-topbar__nav a:first-child { display: none; }
  .app-action-grid { grid-template-columns: 1fr; }
  .app-action { min-height: 92px; }
  .app-continue { align-items: flex-start; flex-direction: column; }
  .app-detail-card > div { grid-template-columns: 1fr; gap: .25rem; }
  .app-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: calc(68px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--border);
    padding-bottom: env(safe-area-inset-bottom);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -8px 24px rgba(23, 32, 42, .1);
  }
  .app-bottom-nav a { display: grid; place-content: center; justify-items: center; color: var(--slate); font-size: .7rem; font-weight: 800; text-decoration: none; }
  .app-bottom-nav a span { font-size: 1.25rem; line-height: 1; }
  .app-bottom-nav a[aria-current="page"] { color: var(--orange-dark); }
  .app-legal { display: none; }
  .app-shell .booking-wizard__nav { bottom: calc(68px + env(safe-area-inset-bottom)); }
}

/* Worker contact-card — transparent portrait + trust/CTA panel */
.worker-card { padding-block: clamp(2rem, 5vw, 3.5rem); }
.worker-card__inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: linear-gradient(135deg, var(--cloud) 0%, var(--paper) 62%);
  overflow: hidden;
}
.worker-card__portrait { display: flex; justify-content: center; align-self: end; }
.worker-card__portrait img { width: 100%; max-width: 220px; height: auto; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(23, 32, 42, .18)); }
.worker-card__panel { min-width: 0; }
.worker-card__role { margin: .3rem 0 .6rem; font-family: var(--display); font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.05; }
.worker-card__blurb { margin: 0 0 1.1rem; color: var(--slate); max-width: 46ch; }
.worker-card__phone {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0 1rem 0 0;
  font-weight: 850;
  font-size: 1.15rem;
  color: var(--orange-dark);
  text-decoration: none;
}
.worker-card__phone:hover { color: var(--orange); }
.worker-card__cta { margin-top: .75rem; }
@media (max-width: 640px) {
  .worker-card__inner { grid-template-columns: 1fr; text-align: center; padding: 1.5rem 1.25rem 1.75rem; }
  .worker-card__portrait { order: -1; align-self: center; }
  .worker-card__portrait img { max-width: 170px; }
  .worker-card__blurb { max-width: none; }
  .worker-card__phone { display: flex; justify-content: center; margin: 0 0 .9rem; }
  .worker-card__cta { width: 100%; }
}


/* ===== Design upgrade: composition modules, rail, motion ===== */
.section--tight { padding-block: clamp(3.25rem, 6vw, 5rem); }
.section-heading--compact { margin-bottom: 2rem; gap: 2rem; }
.section-heading--spaced { margin-top: 4rem; }
.section-action { gap: 1.5rem; flex-wrap: wrap; align-items: center; }
.hero-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 1.5rem; }
.text-link--dark { color: var(--ink); font-weight: 800; text-underline-offset: 4px; }
.button--ghost-ink {
  background: transparent;
  color: var(--ink);
  border: 2px solid rgba(23, 32, 42, .22);
}
.button--ghost-ink:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* Hero settle */
.hero__image {
  transform: scale(1.04);
  transition: transform 1.4s cubic-bezier(.22, 1, .36, 1);
}
html.motion-ready .hero__image { transform: scale(1); }
@media (prefers-reduced-motion: reduce) {
  .hero__image { transform: none; transition: none; }
}

/* Trade Desk — a command surface, not a carousel */
.trade-desk-section {
  background:
    radial-gradient(68rem 28rem at 90% -8%, rgba(245, 102, 0, .11), transparent 56%),
    linear-gradient(180deg, #f5f7fa 0%, #fff 72%);
  border-block: 1px solid rgba(23, 32, 42, .07);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.trade-desk__toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem 1rem;
  margin: 2rem 0 1.4rem;
  padding: .65rem;
  border: 1px solid rgba(23, 32, 42, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 32px rgba(23, 32, 42, .06);
}
.trade-desk__search { display: block; min-width: 0; }
.trade-desk__search::before {
  content: "⌕";
  position: absolute;
  margin: .62rem 0 0 .82rem;
  color: var(--steel);
  font-size: 1.3rem;
  line-height: 1;
  pointer-events: none;
}
.trade-desk__search input {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  padding: .65rem .85rem .65rem 2.35rem;
  color: var(--ink);
  background: var(--cloud);
  font: inherit;
  font-size: .92rem;
  outline: none;
}
.trade-desk__search input:focus {
  background: var(--paper);
  box-shadow: 0 0 0 3px rgba(245, 102, 0, .28);
}
.trade-desk__segments {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  padding: .2rem;
  border-radius: 12px;
  background: var(--cloud);
}
.trade-desk__seg {
  min-height: 38px;
  border: 0;
  border-radius: 9px;
  padding: .45rem .75rem;
  color: var(--slate);
  background: transparent;
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}
.trade-desk__seg:hover { color: var(--orange-dark); }
.trade-desk__seg.is-active {
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 2px 8px rgba(23, 32, 42, .1);
}
.trade-desk__count {
  grid-column: 1 / -1;
  margin: -.15rem .35rem 0;
  color: var(--steel);
  font-size: .76rem;
  font-weight: 750;
}
.trade-desk__band-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 .8rem;
}
.trade-desk__band-label span {
  color: var(--orange-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.trade-desk__band-label small { color: var(--steel); font-size: .8rem; }
.trade-desk__urgent { margin: 0 0 2.25rem; }
.trade-desk__urgent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}
.trade-desk__feature,
.trade-desk__tile {
  min-width: 0;
  color: inherit;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.22, 1, .36, 1), border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.trade-desk__feature {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: .7rem;
  align-items: center;
  min-height: 98px;
  padding: .8rem;
  border: 1px solid rgba(245, 102, 0, .28);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #fff5ed 100%);
  overflow: hidden;
}
.trade-desk__feature::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--orange);
}
.trade-desk__feature-media,
.trade-desk__tile-media {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(245, 102, 0, .18);
  background: #fff;
}
.trade-desk__feature-media {
  width: 56px;
  height: 56px;
  border-radius: 14px;
}
.trade-desk__feature-media img { width: 42px; height: 42px; object-fit: contain; }
.trade-desk__feature-body,
.trade-desk__tile-body {
  display: grid;
  min-width: 0;
  gap: .15rem;
}
.trade-desk__tag {
  color: var(--orange-dark);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.trade-desk__feature strong {
  font-family: var(--display);
  font-size: .98rem;
  line-height: 1.1;
  letter-spacing: -.015em;
}
.trade-desk__meta {
  overflow: hidden;
  color: var(--steel);
  font-size: .74rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trade-desk__go {
  color: var(--orange-dark);
  font-size: 1.1rem;
  font-weight: 900;
}
.trade-desk__all { margin-top: .25rem; }
.trade-desk__band-label--muted { padding-top: 1.1rem; border-top: 1px solid rgba(23, 32, 42, .1); }
.trade-desk__band-label--muted span { color: var(--ink); }
.trade-desk__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
}
.trade-desk__tile {
  display: flex;
  align-items: center;
  gap: .6rem;
  min-height: 68px;
  padding: .65rem;
  border: 1px solid rgba(23, 32, 42, .11);
  border-radius: 13px;
  background: rgba(255, 255, 255, .72);
}
.trade-desk__tile--urgent { border-color: rgba(245, 102, 0, .28); }
.trade-desk__tile-media {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}
.trade-desk__tile-media img { width: 29px; height: 29px; object-fit: contain; }
.trade-desk__glyph { color: var(--orange-dark); font-size: 1.35rem; font-weight: 850; }
.trade-desk__glyph--sm { font-size: 1rem; }
.trade-desk__tile strong {
  overflow: hidden;
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trade-desk__tile .trade-desk__meta { display: none; }
.trade-desk__empty {
  margin: 1rem 0 0;
  padding: 1rem;
  border: 1px dashed rgba(23, 32, 42, .24);
  border-radius: 12px;
  color: var(--steel);
  text-align: center;
}
.trade-desk__feature:hover,
.trade-desk__feature:focus-visible,
.trade-desk__tile:hover,
.trade-desk__tile:focus-visible {
  border-color: rgba(245, 102, 0, .62);
  background: #fff;
  box-shadow: 0 12px 24px rgba(23, 32, 42, .1);
  transform: translateY(-2px);
}
.trade-desk__feature:hover .trade-desk__go,
.trade-desk__feature:focus-visible .trade-desk__go { transform: translateX(3px); }
@media (min-width: 700px) {
  .trade-desk__toolbar { grid-template-columns: minmax(260px, 1fr) auto auto; }
  .trade-desk__count { grid-column: auto; margin: 0 .25rem; text-align: right; }
  .trade-desk__urgent-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trade-desk__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .trade-desk__urgent-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .trade-desk__feature { grid-template-columns: 1fr auto; align-content: start; min-height: 182px; }
  .trade-desk__feature-media { width: 62px; height: 62px; }
  .trade-desk__feature-body { grid-column: 1; }
  .trade-desk__go { align-self: end; }
  .trade-desk__grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .trade-desk__tile { flex-direction: column; align-items: flex-start; min-height: 120px; gap: .65rem; }
  .trade-desk__tile .trade-desk__meta {
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (prefers-reduced-motion: reduce) {
  .trade-desk__feature,
  .trade-desk__tile,
  .trade-desk__go { transition: none; }
  .trade-desk__feature:hover,
  .trade-desk__tile:hover { transform: none; }
}

/* Trust ledger */
.trust-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.trust-ledger__item {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.4rem 1.3rem 1.5rem;
  background: var(--paper);
  min-height: 220px;
}
.trust-ledger__num {
  display: block;
  color: var(--orange);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
}
.trust-ledger__item h3 {
  margin: .85rem 0 .55rem;
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1.1;
}
.trust-ledger__item p { margin: 0; color: var(--steel); font-size: .92rem; }

/* Problem tiles (trade hubs) */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.problem-tile {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "media media"
    "body go";
  gap: .65rem .75rem;
  align-items: end;
  min-height: 188px;
  padding: 1rem 1rem .95rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--paper);
  text-decoration: none;
  color: inherit;
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.problem-tile:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(23, 32, 42, .12);
}
.problem-tile__media {
  grid-area: media;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, var(--cloud) 100%);
  border: 1px solid rgba(51, 65, 85, .08);
}
.problem-tile__media img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.problem-tile__glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 102, 0, .35);
  color: var(--orange);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.problem-tile__body {
  grid-area: body;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  min-width: 0;
}
.problem-tile__index {
  color: var(--orange);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.problem-tile:hover .problem-tile__index { color: var(--orange-light); }
.problem-tile strong {
  display: block;
  font-size: 1rem;
  line-height: 1.25;
}
.problem-tile__go {
  grid-area: go;
  align-self: end;
  color: var(--orange);
  font-size: 1.25rem;
  line-height: 1;
}
.problem-tile:hover .problem-tile__media {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
}
.problem-grid--conversion {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

/* Provider application form (public, on join page) */
.apply-trades { border: 1px solid var(--border); border-radius: 12px; padding: 1rem; margin: .5rem 0; }
.apply-trades legend { font-weight: 800; padding: 0 .4rem; }
.apply-trades__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: .5rem; }
.apply-check { display: flex; align-items: center; gap: .4rem; font-size: .88rem; font-weight: 600; }
.form-notice {
  max-width: 36rem; margin: 0 auto 1.5rem; padding: .75rem 1rem;
  border-radius: 12px; font-size: .9rem; border: 1px solid var(--border); background: var(--cloud);
}
.form-notice--ok { background: #f0fdf4; color: #15803d; border-color: #bbf7d0; }
.form-notice--warn { background: #fffbeb; color: #b45309; border-color: #fde68a; }

/* ===== Service page conversion spine ===== */
.service-page .section--conversion { scroll-margin-top: 5rem; }
.conversion-spine {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}
.conversion-spine--wide { max-width: 68rem; }
.conversion-heading { margin-bottom: clamp(1.5rem, 3vw, 2.25rem); }
.conversion-heading--center { text-align: center; }
.conversion-heading--light .eyebrow { color: var(--orange-light); }
.conversion-heading--light h2 { color: #fff; }
.conversion-heading--light .conversion-heading__lede { color: rgba(255,255,255,.72); }
.conversion-heading h2 {
  font-family: var(--display);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  line-height: 1.08;
  margin: .35rem 0 .75rem;
}
.conversion-heading__lede {
  max-width: 38rem;
  margin: 0 auto;
  color: var(--steel);
  font-size: 1rem;
  line-height: 1.55;
}
.conversion-hero-frame {
  margin: 0 auto 2rem;
  max-width: 52rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 18px 40px rgba(23, 32, 42, .08);
}
.conversion-hero-frame img { width: 100%; height: auto; display: block; }
.conversion-icon-badge {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.conversion-icon-badge img {
  width: 7.5rem;
  height: 7.5rem;
  object-fit: contain;
}

/* Trust strip */
.trust-strip {
  padding: 1.25rem 0;
  background: var(--ink);
  color: var(--paper);
  border-block: 1px solid rgba(255,255,255,.08);
}
.trust-strip__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.trust-strip__list li {
  text-align: center;
  padding: .5rem .75rem;
}
.trust-strip__num {
  display: block;
  color: var(--orange);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  margin-bottom: .35rem;
}
.trust-strip__list strong {
  display: block;
  font-size: .92rem;
  margin-bottom: .25rem;
}
.trust-strip__list span {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: .78rem;
  line-height: 1.4;
}

/* Infographic overview grid */
.infographic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  text-align: center;
}
.infographic-card {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.35rem 1.2rem 1.5rem;
  background: var(--paper);
}
.infographic-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: var(--cloud);
  border: 1px solid rgba(51, 65, 85, .08);
}
.infographic-card__icon img { width: 2.5rem; height: 2.5rem; object-fit: contain; }
.infographic-card__icon span {
  color: var(--orange);
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.infographic-card h3 {
  margin: 0 0 .55rem;
  font-size: 1.05rem;
  line-height: 1.25;
}
.infographic-card p { margin: 0; color: var(--steel); font-size: .9rem; line-height: 1.45; }

/* Vertical process timeline (conversion) */
.process-timeline {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 32rem;
}
.process-timeline__step {
  position: relative;
  padding-bottom: 2.25rem;
  text-align: center;
}
.process-timeline__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: .35rem;
  width: 2px;
  height: 1.35rem;
  background: rgba(255,255,255,.22);
  transform: translateX(-50%);
}
.process-timeline__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto .85rem;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
}
.process-timeline__icon img { object-fit: contain; }
.process-timeline__glyph {
  color: var(--orange);
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.process-timeline__num {
  display: block;
  color: var(--orange);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  margin-bottom: .35rem;
}
.process-timeline__body h3 {
  margin: 0 0 .45rem;
  color: #fff;
  font-size: 1.15rem;
}
.process-timeline__body p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .92rem;
  line-height: 1.45;
}
.section-action--center { justify-content: center; }

/* Worker card conversion layout */
.worker-card--conversion { padding-block: 2.5rem; }
.worker-card__inner--center {
  max-width: 52rem;
  margin-inline: auto;
  justify-content: center;
  text-align: center;
}
.worker-card__inner--center .worker-card__panel { align-items: center; }
.worker-card__inner--center .worker-card__portrait { margin-inline: auto; }

/* Final CTA conversion */
.final-cta--conversion { text-align: center; }
.final-cta__inner--center {
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.final-cta__actions--center { justify-content: center; }
.final-cta__lede {
  margin: .65rem 0 0;
  color: rgba(255,255,255,.72);
  font-size: .95rem;
  max-width: 36rem;
}

/* FAQ conversion center on service pages */
.service-page .faq-layout__intro { text-align: center; align-items: center; }
.service-page .faq-layout__intro .button { align-self: center; }
.service-page .module-grid--conversion { max-width: 68rem; margin-inline: auto; }

.split-band {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}
.split-band__media {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--ink);
  min-height: 320px;
}
.split-band__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.split-band__icon-frame {
  display: grid;
  place-items: center;
  min-height: 320px;
  background: var(--cloud);
}
.split-band__copy h2 {
  margin: .4rem 0 1.4rem;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: .98;
}
.overview-stack { display: grid; gap: .85rem; }
.overview-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.15rem 1.25rem;
  background: var(--paper);
}
.overview-card h3 {
  margin: 0 0 .45rem;
  font-size: 1.05rem;
  font-family: var(--display);
}
.overview-card p { margin: 0; color: var(--steel); font-size: .94rem; }

/* Module cards */
.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.module-grid--dense { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.module-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.35rem 1.3rem 1.45rem;
  background: var(--paper);
  min-height: 160px;
}
.module-card h3 {
  margin: 0 0 .55rem;
  font-family: var(--display);
  font-size: 1.25rem;
  line-height: 1.15;
}
.module-card p { margin: 0; color: var(--steel); font-size: .92rem; }
.module-card--link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: border-color .18s ease, transform .18s ease;
}
.module-card--link:hover {
  border-color: var(--orange);
  transform: translateY(-2px);
}
.module-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: .75rem;
  border-radius: 10px;
  object-fit: contain;
  background: var(--cloud);
}
.module-card__meta {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--orange-dark);
  font-weight: 850;
  font-size: .88rem;
}

/* Process rail on ink */
.process-rail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.16);
}
.process-rail li {
  padding: 1.5rem 1.25rem 1.6rem;
  border-right: 1px solid rgba(255,255,255,.16);
  min-height: 180px;
}
.process-rail li:last-child { border-right: 0; }
.process-rail__num {
  display: block;
  color: var(--orange);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 1.4rem;
}
.process-rail p { margin: 0; color: rgba(255,255,255,.78); font-size: .95rem; line-height: 1.45; }

/* AfterFive-style process grid (trade hubs) */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.process-card {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 1.35rem 1.2rem 1.5rem;
  background: rgba(255,255,255,.04);
  text-align: center;
  min-height: 100%;
}
.process-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  margin-bottom: .35rem;
}
.process-card__media img {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
}
.process-card__icon {
  width: 4rem !important;
  height: 4rem !important;
  opacity: .92;
}
.process-card__glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255,128,0,.45);
  color: var(--orange);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.process-card__num {
  display: block;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  margin-bottom: .55rem;
}
.process-card__title {
  margin: 0 0 .55rem;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.25;
}
.process-card__detail {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
  line-height: 1.45;
}
.process-grid--home .process-card {
  text-align: left;
  padding: 1.15rem 1.15rem 1.4rem;
}
.process-grid--home .process-card__media {
  min-height: 0;
  margin: 0 0 .85rem;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, .22);
}
.process-grid--home .process-card__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.process-grid--home .process-card__title {
  display: block;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 800;
}

/* Twin panels */
.twin-panels {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1rem;
}
.panel-card {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: var(--paper);
}
.panel-card h2 {
  margin: .35rem 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.05;
}
.panel-card--alert {
  background: #fff7f0;
  border-color: rgba(245, 102, 0, .35);
}
.check-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .65rem;
}
.check-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--slate);
  font-size: .95rem;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45rem;
  width: .7rem;
  height: .7rem;
  border-radius: 3px;
  background: var(--orange);
}

/* FAQ accordion */
.faq-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}
.faq-layout__intro h2 {
  margin: .4rem 0 1rem;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  line-height: .98;
}
.faq-layout__intro p { color: var(--steel); max-width: 38ch; }
.faq-layout__intro .button { margin-top: 1.25rem; }
.faq-accordion { display: grid; gap: .65rem; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--paper);
  padding: 0;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 1.3rem;
  font-weight: 800;
  font-size: 1.02rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: var(--orange);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  margin: 0;
  padding: 0 1.3rem 1.25rem;
  color: var(--steel);
  max-width: 62ch;
}

/* Related rail */
.related-rail {
  display: flex;
  gap: .75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: .5rem;
}
.related-card {
  flex: 0 0 220px;
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: .75rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background: var(--paper);
}
.related-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 10px;
  background: var(--cloud);
}
.related-card:hover { border-color: var(--orange); }

.chip--strong {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.final-cta--trade .final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.page-hero--services { padding-bottom: 3.5rem; }

@media (max-width: 980px) {
  .trust-ledger { grid-template-columns: 1fr 1fr; }
  .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-band { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: 1fr 1fr; }
  .module-grid--dense { grid-template-columns: 1fr 1fr; }
  .twin-panels { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
}
@media (max-width: 1024px) {
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .trust-strip__list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .trust-ledger { grid-template-columns: 1fr; }
  .trust-strip__list { grid-template-columns: 1fr; }
  .worker-card__inner--center { grid-template-columns: 1fr; }
  .problem-grid { grid-template-columns: 1fr; }
  .module-grid,
  .module-grid--dense { grid-template-columns: 1fr; }
  .process-rail li { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .process-rail li:last-child { border-bottom: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .trade-rail__nav--prev { left: 0; }
  .trade-rail__nav--next { right: 0; }
}

/* ===== VIC loc-service (ServiceMate / AfterFive / PPW inspired) ===== */
.page-hero--loc-service { padding-bottom: 3rem; }
.crumb-row {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  margin: 0 0 1rem;
  font-size: .78rem;
  font-weight: 750;
}
.page-hero--image .crumb-row,
.page-hero--image .crumb-row a { color: rgba(255,255,255,.78); }
.page-hero--image .crumb-row a:hover { color: var(--orange-light); }
.page-hero h1 span { color: var(--orange); }
.page-hero--image h1 span { color: var(--orange-light); }
.fact-chip-row { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.1rem 0 0; }
.fact-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .25rem .7rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.page-hero--image .fact-chip {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
  color: #fff;
}
.loc-overview-band { margin-top: -2.5rem; padding-top: 0; position: relative; z-index: 3; }
.loc-overview {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1.5rem;
  align-items: start;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(23, 32, 42, .1);
}
.loc-overview__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 14px;
  background: var(--cloud);
}
.loc-overview h2 {
  margin: .35rem 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.05;
}
@media (max-width: 640px) {
  .loc-overview { grid-template-columns: 1fr; }
  .loc-overview-band { margin-top: -1.25rem; }
}

.loc-overview__intro { margin: 0 0 1rem; color: var(--slate); max-width: 62ch; }
