/* ===== Hestia Co — Commercial Cleaning, GTA ===== */
:root {
  --green-900: #061915;
  --green-800: #0b2a22;   /* logo bg — primary brand */
  --green-700: #133a30;
  --green-600: #1c4c40;
  --green-500: #2a6555;
  --green-400: #4a8978;
  --green-300: #7aa99a;
  --sage:      #b8cdc3;

  --cream:     #f4f1ea;
  --cream-2:   #ebe6db;
  --paper:     #ffffff;

  --ink-900:   #0d1411;
  --ink-700:   #2a342f;
  --ink-500:   #56635c;
  --ink-300:   #8a948e;
  --line:      #d9d4c7;

  --gold:      #c9a86a;
  --gold-soft: #e6d4a9;

  --radius-sm: 6px;
  --radius:    12px;
  --radius-lg: 20px;

  --shadow-1:  0 1px 2px rgba(11,42,34,.06), 0 4px 12px rgba(11,42,34,.06);
  --shadow-2:  0 4px 14px rgba(11,42,34,.08), 0 16px 40px rgba(11,42,34,.10);

  --maxw:      1240px;

  --ff-display: 'Outfit', 'Helvetica Neue', system-ui, sans-serif;
  --ff-body:    'Manrope', 'Helvetica Neue', system-ui, sans-serif;
}

/* ----- Dark mode: override surfaces/text directly, NOT --cream
   (--cream is also used as on-dark text color in hero/footer/contact) ----- */
[data-theme="dark"] {
  --line: #262c2a;
}
[data-theme="dark"] body { background: #14181a; color: #ebe6db; }

/* Light surfaces → dark */
[data-theme="dark"] .services,
[data-theme="dark"] .industries,
[data-theme="dark"] .process,
[data-theme="dark"] .testimonials,
[data-theme="dark"] .coverage,
[data-theme="dark"] .trust {
  background: #14181a;
}

/* Card / chip surfaces */
[data-theme="dark"] .service-card,
[data-theme="dark"] .ind-card,
[data-theme="dark"] .testi,
[data-theme="dark"] .form-card,
[data-theme="dark"] .coverage-map { background: #1b2123; border-color: #262c2a; }

[data-theme="dark"] .services-grid { background: #262c2a; border-color: #262c2a; }

/* Process step pill */
[data-theme="dark"] .process-step,
[data-theme="dark"] .process-step .step-num { background: #14181a; }
[data-theme="dark"] .process-step .step-num { border-color: #3a4540; color: #d6b97a; }
[data-theme="dark"] .process-steps::before {
  background: repeating-linear-gradient(to right, #3a4540 0 6px, transparent 6px 12px);
}

/* Text */
[data-theme="dark"] body,
[data-theme="dark"] .service-card h3,
[data-theme="dark"] .ind-card h4,
[data-theme="dark"] .process-step h4,
[data-theme="dark"] .testi .quote,
[data-theme="dark"] .form-card .form-head h3,
[data-theme="dark"] .form-success h3 { color: #ebe6db; }

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4 { color: #ebe6db; }

/* But the hero/why/contact/footer keep their on-dark text */
[data-theme="dark"] .hero h1,
[data-theme="dark"] .hero h1 .em { color: var(--cream); }
[data-theme="dark"] .why h2,
[data-theme="dark"] .contact h2 { color: var(--cream); }

[data-theme="dark"] .services h2,
[data-theme="dark"] .industries h2,
[data-theme="dark"] .process h2,
[data-theme="dark"] .coverage h2 { color: #ebe6db; }

[data-theme="dark"] .svc-desc,
[data-theme="dark"] .ind-card .ind-sub,
[data-theme="dark"] .process-step p { color: #8a8779; }

/* Eyebrows in light sections become gold */
[data-theme="dark"] .services .eyebrow,
[data-theme="dark"] .industries .eyebrow,
[data-theme="dark"] .process .eyebrow,
[data-theme="dark"] .coverage .eyebrow,
[data-theme="dark"] .testimonials .eyebrow { color: #d6b97a; }

/* Section-head right column */
[data-theme="dark"] .services .section-head .head-right,
[data-theme="dark"] .industries .section-head .head-right,
[data-theme="dark"] .process .section-head .head-right,
[data-theme="dark"] .coverage .section-head .head-right { color: #8a8779; }

[data-theme="dark"] .coverage .lede { color: #8a8779; }

/* Service icon + tag swap to subtle on-dark */
[data-theme="dark"] .svc-icon { background: rgba(255,255,255,0.04); color: #d6b97a; border-color: rgba(255,255,255,0.06); }
[data-theme="dark"] .svc-tag  { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.06); color: #c0baad; }
[data-theme="dark"] .svc-more { color: #d6b97a; }
[data-theme="dark"] .ind-card .ind-icon { background: #d6b97a; color: #14181a; }

/* Hover dark service card stays consistent */
[data-theme="dark"] .service-card:hover { background: #0b2a22; color: var(--cream); }

/* Process step border/dot */
[data-theme="dark"] .process-step h4,
[data-theme="dark"] .process-step p { color: inherit; }

/* Form inputs */
[data-theme="dark"] .form-card { color: #ebe6db; }
[data-theme="dark"] .field input,
[data-theme="dark"] .field select,
[data-theme="dark"] .field textarea {
  background: #0e1214; color: #ebe6db; border-color: #262c2a;
}
[data-theme="dark"] .field label { color: #8a8779; }
[data-theme="dark"] .chip { background: #0e1214; border-color: #262c2a; color: #c0baad; }
[data-theme="dark"] .chip.on { background: #d6b97a; color: #14181a; border-color: #d6b97a; }
[data-theme="dark"] .form-fine { color: #8a8779; }

/* Trust */
[data-theme="dark"] .trust { border-bottom-color: #262c2a; }
[data-theme="dark"] .trust-lbl  { color: #8a8779; }
[data-theme="dark"] .trust-logo { color: #ebe6db; opacity: 0.5; }
[data-theme="dark"] .trust-logo:hover { color: #d6b97a; opacity: 1; }
[data-theme="dark"] .trust-dot { background: #3a4540; }
[data-theme="dark"] .trust::before { background: linear-gradient(to right, #14181a, transparent); }
[data-theme="dark"] .trust::after  { background: linear-gradient(to left,  #14181a, transparent); }

/* Testimonial avatar bg */
[data-theme="dark"] .testi-avatar { background: #d6b97a; color: #14181a; }
[data-theme="dark"] .testi-meta .name { color: #ebe6db; }
[data-theme="dark"] .testi-meta .role { color: #8a8779; }
[data-theme="dark"] .testi-foot { border-top-color: #262c2a; }

/* Coverage map */
[data-theme="dark"] .coverage-list li { color: #c0baad; }
[data-theme="dark"] .coverage-map { border-color: #262c2a; }

/* Industry card hover */
[data-theme="dark"] .ind-card:hover { border-color: #d6b97a; }

/* Primary CTA — stay readable */
[data-theme="dark"] .btn-primary { background: var(--cream); color: var(--green-900); }
[data-theme="dark"] .btn-primary:hover { background: #fff; }
[data-theme="dark"] .btn-submit { background: #d6b97a; color: #14181a; }
[data-theme="dark"] .btn-submit:hover { background: #e6c98a; }
[data-theme="dark"] .nav-cta { background: var(--cream); color: var(--green-900); }

/* Footer stays dark already */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  color: var(--ink-900);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ---------- Typography ---------- */
.eyebrow {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--green-500);
}
.eyebrow.on-dark { color: var(--gold-soft); }
.eyebrow .dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
  vertical-align: middle;
  margin: 0 10px 2px 0;
}

h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 300;
  margin: 0;
  letter-spacing: -0.01em;
  color: var(--green-900);
  text-wrap: balance;
}
h1 { font-size: clamp(40px, 6vw, 78px); line-height: 1.02; letter-spacing: -0.02em; }
h2 { font-size: clamp(30px, 3.6vw, 48px); line-height: 1.08; }
h3 { font-size: 22px; line-height: 1.25; font-weight: 400; }
h4 { font-size: 17px; line-height: 1.3; font-weight: 500; letter-spacing: 0; }
p  { margin: 0; }

.lede {
  font-size: 18px;
  color: var(--ink-700);
  max-width: 60ch;
  text-wrap: pretty;
}

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
}
section { padding: 120px 0; }
section.tight { padding: 80px 0; }

.section-head {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 64px;
}
.section-head .head-left h2 { margin-top: 14px; }
.section-head .head-right { color: var(--ink-700); font-size: 17px; max-width: 56ch; }

/* ---------- Nav (liquid-glass pill) ---------- */
.nav {
  position: fixed;
  top: 14px;
  left: 0; right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  pointer-events: none;     /* so the gutter doesn't block clicks */
}
.nav-pill {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(1100px, 100%);
  padding: 8px 8px 8px 22px;
  border-radius: 999px;
  /* liquid-glass surface */
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06)),
    rgba(255,255,255,0.10);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.5) inset,
    0 -1px 0 rgba(255,255,255,0.08) inset,
    0 12px 36px rgba(0,0,0,0.18),
    0 2px 6px rgba(0,0,0,0.08);
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease, transform .25s ease;
}
.nav.scrolled .nav-pill {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.08)),
    rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.28);
}

/* When user has scrolled past the hero, the nav floats over light cream
   sections — flip it to a light-glass pill with dark text for contrast. */
.nav.over-light .nav-pill {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.55)),
    rgba(255,255,255,0.6);
  border-color: rgba(11,42,34,0.10);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 12px 36px rgba(11,42,34,0.12),
    0 2px 6px rgba(11,42,34,0.05);
}
.nav.over-light .brand,
.nav.over-light .nav-links a { color: var(--green-900); }
.nav.over-light .nav-links a { opacity: 0.78; }
.nav.over-light .nav-links a:hover { opacity: 1; }
.nav.over-light .nav-sep { background: rgba(11,42,34,0.14); }
.nav.over-light .theme-toggle {
  background: rgba(11,42,34,0.06);
  border-color: rgba(11,42,34,0.12);
}
.nav.over-light .theme-toggle:hover { background: rgba(11,42,34,0.10); }
.nav.over-light .theme-toggle .t-thumb { background: var(--green-900); }
.nav.over-light .theme-toggle .t-sun  { color: #fff; }
.nav.over-light .theme-toggle .t-moon { color: var(--ink-500); }
.nav.over-light .nav-cta {
  background: var(--green-900);
  color: var(--cream);
}
.nav.over-light .nav-cta:hover { background: var(--green-800); }

/* In dark mode we don't want over-light kicking in — pages are dark everywhere */
[data-theme="dark"] .nav.over-light .nav-pill {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02)),
    rgba(11,42,34,0.35);
  border-color: rgba(255,255,255,0.14);
}
[data-theme="dark"] .nav.over-light .brand,
[data-theme="dark"] .nav.over-light .nav-links a { color: var(--cream); }
[data-theme="dark"] .nav.over-light .nav-sep { background: rgba(255,255,255,0.22); }
[data-theme="dark"] .nav.over-light .theme-toggle { background: rgba(0,0,0,0.18); border-color: rgba(255,255,255,0.18); }
[data-theme="dark"] .nav.over-light .theme-toggle .t-thumb { background: #1a1f1c; }
[data-theme="dark"] .nav.over-light .theme-toggle .t-sun { color: var(--cream); }
[data-theme="dark"] .nav.over-light .theme-toggle .t-moon { color: var(--cream); }
[data-theme="dark"] .nav.over-light .nav-cta { background: var(--cream); color: var(--green-900); }
[data-theme="dark"] .nav-pill {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02)),
    rgba(11,42,34,0.35);
  border-color: rgba(255,255,255,0.14);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.14) inset,
    0 12px 36px rgba(0,0,0,0.40),
    0 2px 6px rgba(0,0,0,0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--cream);
  font-family: var(--ff-display);
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
.nav-sep {
  width: 1px;
  height: 22px;
  background: rgba(255,255,255,0.22);
  flex: 0 0 1px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 1;
}
.nav-links a {
  color: var(--cream);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  opacity: 0.85;
  transition: opacity .2s ease;
  padding: 6px 2px;
}
.nav-links a:hover { opacity: 1; }

.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.theme-toggle {
  position: relative;
  width: 64px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(0,0,0,0.10);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background .25s ease, border-color .25s ease;
}
.theme-toggle:hover { background: rgba(0,0,0,0.18); }
.theme-toggle .t-thumb {
  position: absolute;
  top: 3px; left: 3px;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--cream);
  box-shadow: 0 2px 6px rgba(0,0,0,0.22);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), background .25s ease;
}
.theme-toggle.is-dark .t-thumb { transform: translateX(32px); background: #1a1f1c; }
.theme-toggle .t-icon {
  position: relative; z-index: 1;
  display: inline-grid; place-items: center;
  width: 20px; height: 20px;
  color: var(--cream);
  transition: color .25s ease, opacity .25s ease;
}
.theme-toggle .t-icon svg { width: 14px; height: 14px; }
.theme-toggle .t-sun  { color: var(--green-900); opacity: 1; }
.theme-toggle .t-moon { color: var(--cream); opacity: 0.75; }
.theme-toggle.is-dark .t-sun  { color: var(--cream); opacity: 0.7; }
.theme-toggle.is-dark .t-moon { color: var(--cream); opacity: 1; }

.nav-cta {
  display: inline-flex; align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--green-900);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease;
}
.nav-cta:hover { background: #fff; transform: translateY(-1px); }
[data-theme="dark"] .nav-cta { background: var(--cream); color: var(--green-900); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: clamp(620px, 86vh, 900px);
  padding: clamp(96px, 13vh, 140px) 0 clamp(140px, 16vh, 180px);
  background: var(--green-800);
  color: var(--cream);
  overflow: hidden;
  isolation: isolate;
}
.hero .skyline-wrap {
  position: absolute; inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero .container { position: relative; z-index: 2; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 48px;
  align-items: start;
  min-height: 0;
}

.hero h1 {
  color: var(--cream);
  font-weight: 200;
  letter-spacing: -0.02em;
}
.hero h1 .em {
  font-style: normal;
  color: var(--gold-soft);
  font-weight: 300;
}
.hero h1 .em .line { display: inline-block; }

.hero .lede {
  color: rgba(244, 241, 234, 0.78);
  margin-top: 28px;
  font-size: 19px;
  max-width: 52ch;
}

.hero .cta-row {
  display: flex; flex-wrap: wrap; gap: 16px;
  margin-top: 40px;
}

.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 26px;
  border-radius: 999px;
  font-family: var(--ff-body);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn .arrow { transition: transform .25s ease; }
.btn:hover .arrow { transform: translateX(4px); }

.btn-primary { background: var(--cream); color: var(--green-800); }
.btn-primary:hover { background: #fff; transform: translateY(-1px); }

.btn-ghost { background: transparent; color: var(--cream); border-color: rgba(244,241,234,0.3); }
.btn-ghost:hover { border-color: rgba(244,241,234,0.7); }

.btn-dark { background: var(--green-800); color: var(--cream); }
.btn-dark:hover { background: var(--green-700); transform: translateY(-1px); }

.hero-side {
  border-left: 1px solid rgba(244, 241, 234, 0.14);
  padding-left: 40px;
  display: flex; flex-direction: column; gap: 28px;
}
.hero-side .stat-row { display: grid; gap: 24px; }
.hero-side .stat {
  display: grid; grid-template-columns: auto 1fr; gap: 16px 18px; align-items: baseline;
}
.hero-side .stat .num {
  font-family: var(--ff-display);
  font-size: 44px; font-weight: 200;
  color: var(--cream);
  letter-spacing: -0.02em;
  line-height: 1;
  min-width: 90px;
}
.hero-side .stat .num sup { font-size: 0.5em; vertical-align: super; color: var(--gold-soft); }
.hero-side .stat .lbl {
  font-size: 13px;
  color: rgba(244,241,234,0.7);
  line-height: 1.4;
}

.hero-meta {
  position: absolute;
  left: 0; right: 0;
  bottom: 36px;
  z-index: 3;
}
.hero-meta-band {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 18px 14px 20px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02)),
    rgba(11,42,34,0.45);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(244,241,234,0.16);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.10) inset,
    0 10px 30px rgba(0,0,0,0.28);
}
.meta-coverage {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 0 0 auto;
}
.live-pulse {
  position: relative;
  width: 10px; height: 10px;
  flex: 0 0 10px;
  display: inline-block;
}
.live-pulse span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #6ee7b7;
  box-shadow: 0 0 12px rgba(110,231,183,0.7);
}
.live-pulse::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: rgba(110,231,183,0.55);
  animation: live-ping 1.8s ease-out infinite;
}
@keyframes live-ping {
  0%   { transform: scale(0.6); opacity: 0.7; }
  100% { transform: scale(2.2); opacity: 0; }
}
.meta-text { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.meta-kicker {
  font-family: var(--ff-display);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.meta-cities {
  font-size: 13px;
  color: rgba(244,241,234,0.86);
  margin-top: 4px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.meta-divider {
  width: 1px;
  align-self: stretch;
  background: linear-gradient(180deg, transparent, rgba(244,241,234,0.18), transparent);
  flex: 0 0 1px;
}
.meta-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px 7px 8px;
  border-radius: 999px;
  background: rgba(244,241,234,0.06);
  border: 1px solid rgba(244,241,234,0.14);
  color: rgba(244,241,234,0.92);
  font-size: 12.5px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: background .25s ease, border-color .25s ease, transform .2s ease;
}
.badge:hover { background: rgba(244,241,234,0.10); border-color: rgba(244,241,234,0.24); transform: translateY(-1px); }
.badge-ic {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(201,168,106,0.18);
  color: var(--gold-soft);
  display: grid; place-items: center;
  flex: 0 0 20px;
}
.badge-ic svg { width: 11px; height: 11px; }

/* ---------- Marquee logo row (trust) ---------- */
.trust {
  background: var(--cream);
  padding: 44px 0 48px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.trust-head {
  text-align: center;
  margin-bottom: 28px;
}
.trust-lbl {
  font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--ink-500);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
  will-change: transform;
}
.marquee-track:hover { animation-play-state: paused; }
.marquee-row {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-right: 48px;
  flex-shrink: 0;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.trust-logo {
  font-family: var(--ff-display);
  font-weight: 300;
  font-size: 22px;
  color: var(--ink-700);
  letter-spacing: 0.08em;
  opacity: 0.55;
  white-space: nowrap;
  transition: opacity .25s ease, color .25s ease;
}
.trust-logo:hover { opacity: 1; color: var(--green-800); }
.trust-logo.italic { font-style: italic; font-weight: 400; letter-spacing: 0.02em; }
.trust-img {
  height: 38px;
  width: auto;
  display: block;
  opacity: 0.6;
  transition: opacity .25s ease, transform .25s ease;
  flex: 0 0 auto;
}
.trust-img:hover { opacity: 1; transform: translateY(-1px); }
[data-theme="dark"] .trust-img { filter: invert(94%) sepia(8%) saturate(160%) hue-rotate(20deg) brightness(0.95); opacity: 0.5; }
[data-theme="dark"] .trust-img:hover { opacity: 0.9; }
.trust-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--green-300);
  flex: 0 0 5px;
  opacity: 0.6;
}
/* gradient masks at edges */
.trust { position: relative; }
.trust::before, .trust::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.trust::before { left: 0;  background: linear-gradient(to right, var(--cream), transparent); }
.trust::after  { right: 0; background: linear-gradient(to left,  var(--cream), transparent); }

/* ---------- Services ---------- */
.services { background: var(--cream); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.service-card {
  background: var(--cream);
  padding: 36px 32px 32px;
  display: flex; flex-direction: column;
  gap: 18px;
  min-height: 280px;
  position: relative;
  transition: background .3s ease, color .3s ease;
}
.service-card:hover { background: var(--green-800); color: var(--cream); }
.service-card:hover .svc-icon { background: rgba(244,241,234,0.1); color: var(--gold-soft); border-color: rgba(244,241,234,0.2); }
.service-card:hover .svc-desc { color: rgba(244,241,234,0.75); }
.service-card:hover .svc-tag { background: rgba(244,241,234,0.08); color: var(--gold-soft); border-color: rgba(244,241,234,0.16); }
.service-card:hover h3 { color: var(--cream); }
.service-card:hover .svc-more { color: var(--gold-soft); }
.service-card:hover .svc-more .arrow { transform: translateX(4px); }

.svc-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(11,42,34,0.06);
  color: var(--green-800);
  display: grid; place-items: center;
  border: 1px solid rgba(11,42,34,0.08);
  transition: all .3s ease;
}
.svc-icon svg { width: 26px; height: 26px; }
.svc-desc { color: var(--ink-500); font-size: 14.5px; line-height: 1.55; transition: color .3s ease; }
.svc-tag {
  display: inline-flex; align-items: center;
  padding: 5px 10px;
  background: rgba(11,42,34,0.05);
  border: 1px solid rgba(11,42,34,0.08);
  color: var(--ink-700);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 999px;
  align-self: flex-start;
  transition: all .3s ease;
}
.svc-more {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px;
  color: var(--green-700);
  letter-spacing: 0.04em;
  transition: color .3s ease;
}
.svc-more .arrow { transition: transform .25s ease; }

.service-card .svc-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }

/* ---------- Industries / pills ---------- */
.industries { background: var(--paper); }
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.ind-card {
  padding: 28px 24px;
  background: var(--cream);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ind-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: var(--green-300); }
.ind-card .ind-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--green-800);
  color: var(--cream);
  display: grid; place-items: center;
}
.ind-card .ind-icon svg { width: 20px; height: 20px; }
.ind-card h4 { color: var(--green-900); }
.ind-card .ind-sub { font-size: 13px; color: var(--ink-500); }

/* ---------- Why Hestia ---------- */
.why {
  background: var(--green-800);
  color: var(--cream);
}
.why h2 { color: var(--cream); font-weight: 200; }
.why .section-head .head-right { color: rgba(244,241,234,0.7); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(244,241,234,0.1);
  border: 1px solid rgba(244,241,234,0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.why-card {
  background: var(--green-800);
  padding: 36px 28px;
  display: flex; flex-direction: column; gap: 16px;
  min-height: 240px;
}
.why-card .why-num {
  font-family: var(--ff-display);
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.32em;
  color: var(--gold-soft);
}
.why-card h4 { color: var(--cream); font-weight: 400; font-size: 18px; }
.why-card p { color: rgba(244,241,234,0.7); font-size: 14.5px; }

/* ---------- Process ---------- */
.process { background: var(--cream); }
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}
.process-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 8%; right: 8%;
  height: 1px;
  background: repeating-linear-gradient(to right, var(--green-300) 0 6px, transparent 6px 12px);
  z-index: 0;
}
.process-step {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: 14px;
  background: var(--cream);
  padding-right: 12px;
}
.process-step .step-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--green-300);
  color: var(--green-800);
  display: grid; place-items: center;
  font-family: var(--ff-display);
  font-weight: 300;
  font-size: 22px;
}
.process-step h4 { color: var(--green-900); }
.process-step p { font-size: 14.5px; color: var(--ink-500); }

/* ---------- Coverage / GTA ---------- */
.coverage {
  background: var(--paper);
}
.coverage-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: center;
}
.coverage h2 { margin-bottom: 18px; }
.coverage .lede { color: var(--ink-500); margin-bottom: 28px; }
.coverage-list {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
  list-style: none; padding: 0; margin: 0;
}
.coverage-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14.5px; color: var(--ink-700);
}
.coverage-list li .pin {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 4px rgba(42,101,85,0.12);
  flex: 0 0 8px;
}
.coverage-map {
  position: relative;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
}

/* ---------- Testimonials ---------- */
.testimonials { background: var(--cream); }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testi {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex; flex-direction: column; gap: 20px;
  min-height: 280px;
}
.testi .quote {
  font-family: var(--ff-display);
  font-weight: 300;
  font-size: 19px;
  line-height: 1.45;
  color: var(--green-900);
  letter-spacing: -0.01em;
  text-wrap: pretty;
}
.testi .quote::before { content: "“"; color: var(--gold); font-size: 32px; line-height: 0.4; margin-right: 4px; vertical-align: -8px; }
.testi-foot {
  margin-top: auto;
  display: flex; align-items: center; gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.testi-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--green-800);
  color: var(--cream);
  display: grid; place-items: center;
  font-family: var(--ff-display);
  font-size: 14px; font-weight: 300; letter-spacing: 0.04em;
}
.testi-meta .name { font-size: 14px; font-weight: 500; color: var(--green-900); }
.testi-meta .role { font-size: 12.5px; color: var(--ink-500); }

/* ---------- Contact ---------- */
.contact {
  background: var(--green-800);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 90% 10%, rgba(201,168,106,0.08), transparent 60%),
    radial-gradient(700px 500px at 0% 100%, rgba(122,169,154,0.07), transparent 70%);
  pointer-events: none;
}
.contact .container { position: relative; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.contact h2 { color: var(--cream); font-weight: 200; }
.contact .lede { color: rgba(244,241,234,0.75); margin-top: 18px; }
.contact-meta { margin-top: 36px; display: grid; gap: 22px; }
.contact-meta .row {
  display: grid; grid-template-columns: 28px 1fr; gap: 16px; align-items: center;
}
.contact-meta .row .ic {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: rgba(244,241,234,0.08);
  display: grid; place-items: center;
  color: var(--gold-soft);
}
.contact-meta .row .ic svg { width: 14px; height: 14px; }
.contact-meta .row .lbl { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(244,241,234,0.5); }
.contact-meta .row .val { font-size: 15px; color: var(--cream); }

/* form */
.form-card {
  background: var(--cream);
  color: var(--ink-900);
  padding: 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-2);
}
.form-card .form-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 24px;
}
.form-card .form-head h3 { font-size: 22px; color: var(--green-900); font-weight: 400; }
.form-card .form-head .step {
  font-family: var(--ff-display);
  font-size: 12px; letter-spacing: 0.2em; color: var(--ink-500); text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-row.single { grid-template-columns: 1fr; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-500);
}
.field input, .field select, .field textarea {
  font-family: var(--ff-body);
  font-size: 15px;
  color: var(--ink-900);
  padding: 13px 14px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius-sm);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px rgba(42,101,85,0.12);
}
.field.error input, .field.error select, .field.error textarea { border-color: #c1493a; box-shadow: 0 0 0 3px rgba(193,73,58,0.1); }
.field .err {
  font-size: 12px; color: #c1493a; letter-spacing: 0;
}

.chip-group {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 999px;
  font-size: 13px;
  color: var(--ink-700);
  cursor: pointer;
  transition: all .15s ease;
  user-select: none;
}
.chip:hover { border-color: var(--green-400); }
.chip.on { background: var(--green-800); color: var(--cream); border-color: var(--green-800); }

.form-actions {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 28px;
  gap: 16px;
}
.form-fine {
  font-size: 12px; color: var(--ink-500); max-width: 32ch;
}
.btn-submit {
  background: var(--green-800); color: var(--cream);
  padding: 14px 22px;
  border-radius: 999px;
  border: none;
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 14px; font-weight: 500; letter-spacing: 0.04em;
  transition: background .2s ease, transform .2s ease;
}
.btn-submit:hover { background: var(--green-900); transform: translateY(-1px); }
.btn-submit:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

.form-success {
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  padding: 40px 20px;
  text-align: center;
}
.form-success .check {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--green-800); color: var(--cream);
  display: grid; place-items: center;
}
.form-success h3 { color: var(--green-900); font-weight: 400; }
.form-success p { color: var(--ink-500); max-width: 40ch; }

/* ---------- Footer ---------- */
footer {
  background: var(--green-900);
  color: rgba(244,241,234,0.7);
  padding: 80px 0 32px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 64px;
}
.foot-col h5 {
  font-family: var(--ff-display);
  font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold-soft);
  margin: 0 0 18px;
  font-weight: 400;
}
.foot-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.foot-col a { font-size: 14px; opacity: 0.8; transition: opacity .15s ease; }
.foot-col a:hover { opacity: 1; color: var(--cream); }
.foot-brand-blurb { font-size: 14px; max-width: 36ch; margin-top: 16px; line-height: 1.6; }
.foot-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid rgba(244,241,234,0.1);
  font-size: 12.5px;
}
.foot-bottom .legal a { margin-left: 24px; opacity: 0.7; }
.foot-mark {
  display: flex; align-items: center; gap: 12px;
  color: var(--cream);
  font-family: var(--ff-display);
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.28em;
}
.foot-mark .brand-mark {
  width: 32px; height: 32px;
  background: var(--cream);
  color: var(--green-800);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 14px; letter-spacing: 0;
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

/* ---------- Skyline animation ---------- */
.skyline-svg {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  width: 100%;
  display: block;
  pointer-events: none;
}
/* Heights are a % of hero so the skyline is always prominent
   regardless of viewport aspect ratio. preserveAspectRatio="xMidYEnd slice"
   crops horizontally when needed instead of squishing the buildings. */
.skyline-svg.back  { height: 46%; min-height: 220px; }
.skyline-svg.mid   { height: 58%; min-height: 280px; }
.skyline-svg.front { height: 70%; min-height: 340px; }
.sky-gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(1200px 600px at 70% 10%, rgba(201,168,106,0.06), transparent 60%),
    linear-gradient(180deg, #061915 0%, #0b2a22 50%, #133a30 100%);
}
.stars { display: none; }   /* sky stars removed in favour of building lights */

/* building window light variations */
.light-steady  { animation: light-breathe linear infinite; }
.light-blink   { animation: light-blink   ease-in-out infinite; }
.light-flicker { animation: light-flicker steps(2, end) infinite; }
.light-spark   { animation: light-spark   ease-in-out infinite; }

@keyframes light-breathe {
  0%, 100% { opacity: calc(var(--lit) * 0.85); }
  50%      { opacity: var(--lit); }
}
@keyframes light-blink {
  0%, 42%, 100% { opacity: var(--lit); }
  45%, 60%      { opacity: 0; }
  62%, 100%     { opacity: var(--lit); }
}
@keyframes light-flicker {
  0%, 100% { opacity: var(--lit); }
  20%      { opacity: calc(var(--lit) * 0.3); }
  40%      { opacity: var(--lit); }
  55%      { opacity: 0; }
  60%      { opacity: var(--lit); }
}
@keyframes light-spark {
  0%, 70%, 100% { opacity: 0; }
  75%, 85%      { opacity: var(--lit); }
}

/* Cloud drift is now SVG-native via <animateTransform>; CSS @keyframes drift no longer used */

/* layer parallax wrapper – moves on scroll via JS */
.parallax-layer { will-change: transform; }

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  section { padding: 100px 0; }
  .hero-grid { gap: 40px; }
}

@media (max-width: 1080px) {
  section { padding: 96px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; align-items: start; }
  .hero-side { border-left: none; border-top: 1px solid rgba(244,241,234,0.14); padding-left: 0; padding-top: 28px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .process-steps::before { display: none; }
  .testi-grid { grid-template-columns: 1fr; }
  .coverage-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 48px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px; }

  /* Hero on tablet: content stacks, but stays high. Skyline slightly smaller
     so the stat column doesn't crowd it. */
  .hero {
    min-height: clamp(680px, 92vh, 1000px);
    padding: clamp(96px, 11vh, 130px) 0 clamp(140px, 14vh, 170px);
  }
  .hero-side {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .hero-side .eyebrow { grid-column: 1 / -1; }
  .hero-side .stat-row { display: contents; }
  .hero-side .stat { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
  .hero-side .stat .num { font-size: 36px; min-width: auto; }
  .hero-side .stat .lbl { font-size: 12.5px; }
}

@media (max-width: 720px) {
  :root { --maxw: 100%; }
  section { padding: 72px 0; }
  .container { padding: 0 22px; }

  /* nav pill */
  .nav { top: 10px; padding: 0 10px; }
  .nav-pill { gap: 10px; padding: 6px 6px 6px 16px; }
  .nav-links, .nav-sep { display: none; }
  .nav-cta { padding: 9px 14px; font-size: 13px; }
  .theme-toggle { width: 54px; height: 28px; padding: 0 6px; }
  .theme-toggle .t-thumb { width: 20px; height: 20px; }
  .theme-toggle.is-dark .t-thumb { transform: translateX(26px); }
  .brand { font-size: 19px; }

  /* hero */
  .hero {
    padding: 96px 0 0;
    min-height: clamp(720px, 100svh, 980px);
    display: flex;
    flex-direction: column;
  }
  .hero .container { flex: 0 0 auto; }
  .hero h1 {
    font-size: clamp(36px, 10vw, 54px);
    line-height: 1.04;
    letter-spacing: -0.025em;
  }
  .hero .lede {
    font-size: 16px;
    margin-top: 18px;
    line-height: 1.5;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
  }
  .hero .cta-row {
    margin-top: 24px;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
  .btn { width: 100%; justify-content: center; padding: 15px 22px; font-size: 15px; }

  /* "By the numbers" — compact glass card on mobile, sits above credentials
     band with a tall stretch of visible skyline + drifting clouds between
     it and the CTAs. */
  .hero-side {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px 12px;
    margin-top: clamp(180px, 30svh, 260px);
    padding: 16px 18px;
    border: 1px solid rgba(244,241,234,0.14);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)),
      rgba(6,25,21,0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .hero-side .eyebrow { grid-column: 1 / -1; margin: 0; }
  .hero-side .stat-row { display: contents; }
  .hero-side .stat {
    display: flex; flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    grid-template-columns: unset !important;
    min-width: 0;
  }
  .hero-side .stat .num { font-size: 24px; min-width: 0; line-height: 1; }
  .hero-side .stat .num sup { font-size: 0.55em; }
  .hero-side .stat .lbl { font-size: 10.5px; line-height: 1.35; }

  /* credentials band hugs the stats — small gap, sits at the very bottom */
  .hero-meta {
    position: static;
    margin-top: 12px;
    padding-top: 0;
    padding-bottom: 16px;
  }

  /* clouds — drift LOW, just above the building rooftops on mobile.
     Building tops sit around 34% from the hero bottom, so clouds at
     bottom:36% sit right above the horizon line of buildings. */
  .cloud-layer { bottom: 36% !important; height: 70px !important; }

  /* skyline as the BACKDROP for the headline — tall buildings extend
     behind the hero text. preserveAspectRatio="xMidYEnd slice" crops
     horizontally so towers stay legible. */
  .skyline-svg.back  { height: 56%; min-height: 280px; }
  .skyline-svg.mid   { height: 68%; min-height: 340px; }
  .skyline-svg.front { height: 80%; min-height: 420px; }
  .hero-meta-band {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    /* solid backdrop on mobile so the skyline doesn't bleed through and
       overlap the credentials band */
    background:
      linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01)),
      rgba(6,25,21,0.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .meta-coverage { justify-content: center; align-items: center; gap: 10px; }
  .meta-text { align-items: center; text-align: center; }
  .meta-cities { font-size: 12px; white-space: normal; line-height: 1.4; }
  .meta-divider { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(244,241,234,0.18), transparent); }
  .meta-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    justify-items: center;
  }
  .badge {
    font-size: 11.5px;
    padding: 7px 12px 7px 8px;
    gap: 6px;
    justify-content: center;
    width: 100%;
    max-width: 180px;
  }
  .badge-ic { width: 18px; height: 18px; }

  /* trust marquee */
  .trust { padding: 32px 0 36px; }
  .trust-logo { font-size: 18px; letter-spacing: 0.06em; }
  .trust-img { height: 28px; }
  .marquee-row { gap: 32px; padding-right: 32px; }
  .marquee-track { animation-duration: 28s; }
  .trust::before, .trust::after { width: 60px; }

  /* section heads */
  .section-head { margin-bottom: 36px; }
  .section-head .head-right { font-size: 15px; }
  h2 { font-size: clamp(28px, 7.5vw, 38px); line-height: 1.12; }

  /* services */
  .services-grid { grid-template-columns: 1fr; border-radius: var(--radius); }
  .service-card { min-height: 220px; padding: 28px 24px 24px; gap: 14px; }
  .service-card h3 { font-size: 19px; }
  .svc-desc { font-size: 14px; }

  /* industries */
  .industries-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .ind-card { padding: 20px 16px; gap: 10px; }
  .ind-card .ind-icon { width: 36px; height: 36px; }
  .ind-card h4 { font-size: 15px; }
  .ind-card .ind-sub { font-size: 12.5px; line-height: 1.45; }

  /* why */
  .why-grid { grid-template-columns: 1fr; border-radius: var(--radius); }
  .why-card { min-height: auto; padding: 28px 24px; }

  /* process */
  .process-steps { grid-template-columns: 1fr; gap: 28px; }
  .process-step .step-num { width: 48px; height: 48px; font-size: 18px; }

  /* coverage */
  .coverage-grid { grid-template-columns: 1fr; gap: 32px; }
  .coverage-list { grid-template-columns: 1fr 1fr; }
  .coverage-map { aspect-ratio: 5/4; }

  /* contact */
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .form-card { padding: 26px 22px; border-radius: var(--radius); }
  .form-row { grid-template-columns: 1fr; gap: 14px; }
  .form-card .form-head h3 { font-size: 19px; }
  .field input, .field select, .field textarea {
    font-size: 16px;
    padding: 14px 14px;
  }
  .chip { padding: 10px 14px; font-size: 13.5px; }
  .form-actions { flex-direction: column-reverse; align-items: stretch; gap: 14px; }
  .form-fine { max-width: none; text-align: center; font-size: 11.5px; }
  .btn-submit { width: 100%; justify-content: center; padding: 16px 22px; }
  #back-btn { align-self: center; }

  /* footer */
  .foot-grid { grid-template-columns: 1fr; gap: 28px; margin-bottom: 40px; }
  .foot-bottom { flex-direction: column; gap: 14px; align-items: flex-start; }
  .foot-mark { font-size: 18px; letter-spacing: 0.22em; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: clamp(30px, 10vw, 42px); }
  .container { padding: 0 18px; }
  .nav .container { padding: 0 16px; }
  .industries-grid { grid-template-columns: 1fr; }
  .coverage-list { grid-template-columns: 1fr; }
  .form-card { padding: 22px 18px; }
  .service-card { padding: 24px 20px; }
}

/* tap-friendly hover removal on touch */
@media (hover: none) {
  .service-card:hover { background: var(--cream); color: inherit; }
  .service-card:hover .svc-icon { background: rgba(11,42,34,0.06); color: var(--green-800); border-color: rgba(11,42,34,0.08); }
  .service-card:hover .svc-desc { color: var(--ink-500); }
  .service-card:hover .svc-tag { background: rgba(11,42,34,0.05); color: var(--ink-700); border-color: rgba(11,42,34,0.08); }
  .service-card:hover h3 { color: var(--green-900); }
  .service-card:hover .svc-more { color: var(--green-700); }
  .ind-card:hover { transform: none; box-shadow: none; border-color: var(--line); }
}
