:root {
  --indigo-950: #17143f;
  --indigo-900: #201a5b;
  --indigo-800: #302a78;
  --indigo-700: #4338ca;
  --indigo-600: #4f46e5;
  --indigo-500: #6366f1;
  --indigo-300: #a5b4fc;
  --indigo-100: #e0e7ff;
  --indigo-50: #eef2ff;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --soft: #f7f7fb;
  --white: #fff;
  --black: #0b0c12;
  --shadow: 0 18px 50px rgba(18, 20, 46, .13);
  --shell: min(1380px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 18px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.is-form-busy { cursor: progress; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.svg-sprite { position: fixed; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--indigo-700); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { color: #fff; background: #0d0e14; }
.ad-disclosure { min-height: 31px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 6px 18px; background: var(--indigo-700); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.ad-disclosure strong { font-weight: 800; }
.brand-row { min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 15px; width: max-content; text-decoration: none; }
.brand__mark { width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid var(--indigo-400, #818cf8); border-radius: 16px 5px 16px 5px; color: #fff; background: linear-gradient(145deg, var(--indigo-600), var(--indigo-800)); font-weight: 800; letter-spacing: -.08em; }
.brand__copy { display: grid; line-height: 1.15; }
.brand__copy strong { font-size: 22px; letter-spacing: .05em; }
.brand__copy small { margin-top: 6px; color: #aeb0bd; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.brand-row__topic { display: flex; align-items: center; gap: 9px; color: #f6f7ff; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .03em; }
.brand-row__topic svg { width: 20px; height: 20px; fill: var(--indigo-500); }
.brand-row__company { display: grid; justify-items: end; text-align: right; }
.brand-row__company strong { color: var(--indigo-300); font-size: 15px; }
.brand-row__company span { margin-top: 4px; color: #aeb0bd; font-size: 12px; }

.hero { position: relative; min-height: 840px; overflow: hidden; color: #fff; background: #05060a; }
.hero__media, .hero__veil { position: absolute; inset: 0; }
.hero__media { background: url("../images/hero-heat-pump.webp") center / cover no-repeat; transform: scale(1.02); }
.hero__veil { background: linear-gradient(90deg, rgba(4,5,11,.96) 0%, rgba(4,5,11,.84) 36%, rgba(4,5,11,.46) 61%, rgba(4,5,11,.72) 100%), linear-gradient(0deg, rgba(3,4,8,.88), transparent 40%); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(430px, .9fr); gap: 54px; align-items: center; min-height: 840px; padding-block: 70px; }
.hero__content { max-width: 780px; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--indigo-300); font-weight: 800; font-size: 13px; letter-spacing: .035em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 7px; }
.eyebrow svg { width: 18px; height: 18px; fill: var(--indigo-500); }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(48px, 5.25vw, 76px); line-height: 1.08; letter-spacing: -.045em; }
.hero h1 span { display: block; margin-top: 8px; color: var(--indigo-300); }
.hero__lead { max-width: 720px; margin: 26px 0 0; color: #ececf2; font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; gap: 14px; margin-top: 34px; }
.button { min-height: 60px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 15px 24px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-weight: 800; font-size: 14px; letter-spacing: .01em; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.button--primary { color: #fff; background: var(--indigo-600); box-shadow: 0 12px 30px rgba(79, 70, 229, .34); }
.button--primary:hover { background: var(--indigo-500); }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.44); background: rgba(18,19,30,.52); backdrop-filter: blur(8px); }
.button--ghost:hover { border-color: var(--indigo-300); }
.hero__proof { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 42px; }
.hero__proof > div { display: flex; align-items: center; gap: 11px; min-width: 0; }
.hero__proof svg { flex: 0 0 auto; width: 32px; height: 32px; fill: none; stroke: var(--indigo-300); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero__proof p { display: grid; margin: 0; line-height: 1.25; }
.hero__proof strong { color: #fff; font-size: 14px; }
.hero__proof span { margin-top: 4px; color: #d0d1db; font-size: 11px; }
.hero__smallprint { max-width: 710px; margin: 18px 0 0; color: #9fa2b0; font-size: 10px; }

.quote-card { color: var(--ink); padding: 37px 40px 34px; border-radius: 25px; background: rgba(255,255,255,.98); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.quote-card__kicker { margin: 0 0 6px; color: var(--indigo-700); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.quote-card h2 { margin: 0; font-size: 24px; line-height: 1.25; letter-spacing: -.02em; }
.quote-card h2 span { color: var(--indigo-600); }
.quote-card__head > p:last-child { margin: 11px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.lead-form { display: grid; gap: 11px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field { display: grid; gap: 5px; }
.field label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d8dae3; border-radius: 7px; outline: none; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { height: 49px; padding: 0 14px; }
.field textarea { min-height: 82px; resize: vertical; padding: 11px 14px; }
.field input::placeholder, .field textarea::placeholder { color: #858893; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--indigo-500); box-shadow: 0 0 0 3px rgba(99, 102, 241, .14); }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea { border-color: #dc2626; }
.field__error { display: none; color: #b91c1c; font-size: 10px; }
.field.is-invalid .field__error { display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 3px 0 1px; color: #575b68; font-size: 10px; line-height: 1.5; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--indigo-600); }
.consent a { color: var(--indigo-700); }
.submit-button { min-height: 61px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 7px; color: #fff; background: var(--indigo-600); box-shadow: 0 12px 24px rgba(79,70,229,.22); font-weight: 800; cursor: pointer; text-transform: uppercase; transition: background-color .2s, transform .2s; }
.submit-button:hover { background: var(--indigo-500); transform: translateY(-1px); }
.submit-button:disabled { opacity: .65; cursor: wait; transform: none; }
.submit-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.submit-button.is-loading svg { animation: spin .75s linear infinite; }
.form-trust { display: flex; justify-content: center; gap: 24px; color: #6d7180; font-size: 10px; font-weight: 600; }
.form-trust span { display: inline-flex; align-items: center; gap: 5px; }
.form-trust svg { width: 15px; height: 15px; fill: none; stroke: var(--indigo-600); stroke-width: 2; }
.form-note { margin: 0; color: #8a8d97; text-align: center; font-size: 9px; line-height: 1.45; }
.form-status { display: none; padding: 9px 11px; border-radius: 6px; font-size: 11px; }
.form-status.is-error { display: block; color: #991b1b; background: #fee2e2; }

.benefit-strip { color: #fff; background: var(--indigo-700); }
.benefit-strip__grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.benefit-strip article { min-height: 190px; display: grid; place-items: center; align-content: center; gap: 13px; padding: 25px 20px; border-right: 1px solid rgba(255,255,255,.16); text-align: center; }
.benefit-strip article:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.benefit-strip svg { width: 48px; height: 48px; fill: none; stroke: #fff; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.benefit-strip article div { display: grid; }
.benefit-strip strong { font-size: 15px; text-transform: uppercase; }
.benefit-strip span { margin-top: 4px; color: #dcdcff; font-size: 12px; }

.section { padding: 95px 0; border-bottom: 1px solid #ececf1; }
.section-heading { max-width: 920px; margin-bottom: 42px; }
.section-heading--centre { margin-inline: auto; text-align: center; }
.section-kicker { margin-bottom: 12px; color: var(--indigo-600); }
.section-heading h2 { margin: 0; font-size: clamp(31px, 3vw, 44px); line-height: 1.2; letter-spacing: -.035em; }
.section-heading h2 span { color: var(--indigo-600); }
.section-heading > p:not(.section-kicker) { margin: 16px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.section-heading strong { color: #414556; }
.card-grid { display: grid; gap: 16px; }
.card-grid--six { grid-template-columns: repeat(6, 1fr); }
.service-card { min-width: 0; min-height: 330px; display: flex; flex-direction: column; align-items: center; padding: 36px 20px 28px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 10px 22px rgba(17,24,39,.08); text-align: center; transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); border-color: var(--indigo-300); box-shadow: var(--shadow); }
.service-card svg { width: 53px; height: 53px; margin-bottom: 24px; fill: none; stroke: var(--indigo-600); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0; font-size: 17px; line-height: 1.35; }
.service-card p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-card a { margin-top: auto; padding: 8px 15px; border: 1px solid var(--indigo-500); border-radius: 6px; color: var(--indigo-700); text-decoration: none; font-size: 12px; font-weight: 700; transition: color .2s, background .2s; }
.service-card a:hover { color: #fff; background: var(--indigo-600); }

.dark-cta { color: #fff; background: #101116; }
.dark-cta__inner { min-height: 160px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.dark-cta__icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--indigo-600); }
.dark-cta__icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.dark-cta h2 { margin: 0; font-size: 25px; }
.dark-cta p { margin: 7px 0 0; color: #b9bbc6; }
.dark-cta .button { min-width: 245px; }

.grant { background: #fbfbfd; }
.grant .section-heading { max-width: 900px; }
.process-line { max-width: 990px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; gap: 30px; margin: 56px auto 0; }
.process-line article { text-align: center; }
.round-icon { position: relative; width: 88px; height: 88px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: #fff; box-shadow: 0 12px 28px rgba(24,28,61,.12); }
.round-icon svg { width: 39px; height: 39px; fill: none; stroke: var(--indigo-600); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.round-icon b { position: absolute; top: -2px; right: -3px; width: 30px; height: 30px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--indigo-600); font-size: 12px; }
.process-line h3 { margin: 0; font-size: 17px; }
.process-line p { margin: 8px auto 0; color: var(--muted); font-size: 13px; }
.process-line__arrow { padding-top: 34px; color: #a7a9b0; font-size: 33px; }
.grant-note { max-width: 980px; display: flex; align-items: flex-start; gap: 14px; margin: 45px auto 0; padding: 20px 22px; border: 1px solid #d9dcf9; border-radius: 10px; background: var(--indigo-50); color: #53576a; }
.grant-note svg { flex: 0 0 auto; width: 25px; height: 25px; fill: none; stroke: var(--indigo-600); stroke-width: 1.8; }
.grant-note p { margin: 0; font-size: 12px; }
.grant-note a { color: var(--indigo-700); font-weight: 700; }

.why__shell { max-width: 1050px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px 80px; }
.why-grid article svg { width: 56px; height: 56px; margin-bottom: 17px; fill: none; stroke: var(--indigo-600); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.why-grid h3 { margin: 0; font-size: 19px; }
.why-grid p { margin: 9px 0 0; color: var(--muted); font-size: 14px; }
.process { background: #fbfbfd; }
.process-line--wide { max-width: 1140px; gap: 46px; }
.compact-cards .service-card { min-height: 255px; }
.compact-cards .service-card h3 { font-size: 18px; }

.coverage { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.coverage__map-panel { display: flex; justify-content: flex-end; padding: 70px 55px max(70px, env(safe-area-inset-bottom)) 24px; background: #fff; }
.coverage__inner { width: min(100%, 690px); }
.coverage .section-heading { margin-bottom: 25px; }
.coverage .section-heading h2 { font-size: 31px; }
.coverage .section-heading p { font-size: 14px; }
.coverage__layout { display: grid; grid-template-columns: 190px 1fr; gap: 25px; align-items: center; }
.area-list { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.area-list button { width: 100%; display: flex; align-items: center; gap: 8px; padding: 7px 4px; border: 0; color: var(--muted); background: transparent; text-align: left; font-size: 12px; cursor: pointer; transition: color .2s, transform .2s; }
.area-list button:hover, .area-list button.is-active { color: var(--indigo-700); transform: translateX(3px); }
.area-list span { color: var(--indigo-600); font-weight: 800; }
.interactive-map { position: relative; }
.interactive-map svg { width: 100%; max-height: 420px; }
.map-regions path { fill: #d9dbe4; stroke: #fff; stroke-width: 4; cursor: pointer; transition: fill .2s, filter .2s, transform .2s; transform-box: fill-box; transform-origin: center; outline: none; }
.map-regions path:hover, .map-regions path:focus, .map-regions path.is-active { fill: var(--indigo-500); filter: drop-shadow(0 8px 10px rgba(67,56,202,.25)); transform: scale(1.018); }
.map-labels { fill: #4f5361; font-size: 14px; font-weight: 800; text-anchor: middle; pointer-events: none; }
.map-regions path:hover ~ .map-labels { fill: #fff; }
.map-hint { display: flex; justify-content: center; gap: 7px; margin: 5px 0 0; color: #898c97; font-size: 11px; }
.coverage__cta-panel { display: flex; align-items: center; padding: 70px max(30px, calc((100vw - 1380px) / 2)) 70px 60px; color: #fff; background: #101116; }
.coverage__cta-panel > div { max-width: 650px; }
.coverage__cta-panel h2 { margin: 0; font-size: clamp(30px, 3vw, 44px); line-height: 1.2; }
.coverage__cta-panel > div > p:not(.eyebrow):not(.coverage__responsibility) { margin: 18px 0 26px; color: #d0d1da; font-size: 17px; }
.coverage__cta-panel .button { min-width: 245px; }
.mini-proof { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 35px; }
.mini-proof span { display: inline-flex; align-items: center; gap: 8px; color: #e4e5ec; font-size: 12px; font-weight: 700; }
.mini-proof svg { width: 23px; height: 23px; fill: none; stroke: var(--indigo-300); stroke-width: 1.8; }
.coverage__responsibility { margin: 32px 0 0; padding-top: 18px; border-top: 1px solid #2d2f38; color: #91949f; font-size: 10px; line-height: 1.6; }

.footer { color: #a2a4ad; background: #050609; }
.footer__bottom { min-height: 92px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px 30px; padding-block: 20px; }
.footer p { margin: 0; font-size: 11px; }
.footer nav { justify-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 22px; }
.footer a { color: #d3d4da; font-size: 11px; text-decoration: none; }
.footer a:hover { color: var(--indigo-300); }
.footer__company { grid-column: 1 / -1; padding-top: 9px; border-top: 1px solid #191b21; text-align: center; }

.cookie-banner { position: fixed; z-index: 800; right: 18px; bottom: 18px; width: min(460px, calc(100% - 36px)); display: flex; align-items: center; gap: 16px; padding: 16px 18px; border: 1px solid #d7d9e7; border-radius: 12px; background: rgba(255,255,255,.97); box-shadow: 0 20px 60px rgba(15,23,42,.2); backdrop-filter: blur(10px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner div { flex: 1; }
.cookie-banner strong { font-size: 12px; }
.cookie-banner p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.cookie-banner a { color: var(--indigo-700); }
.cookie-banner button { flex: 0 0 auto; border: 0; border-radius: 7px; padding: 10px 13px; color: #fff; background: var(--indigo-600); font-size: 11px; font-weight: 800; cursor: pointer; }
.mobile-enquiry { display: none; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Compact first viewport on desktop and laptops. Mobile rules remain unchanged. */
@media (min-width: 901px) {
  .ad-disclosure { min-height: 26px; padding-block: 4px; font-size: 9px; }
  .brand-row { min-height: 80px; gap: 25px; }
  .brand__mark { width: 48px; height: 48px; border-radius: 13px 4px 13px 4px; font-size: 14px; }
  .brand__copy strong { font-size: 18px; }
  .brand__copy small { margin-top: 4px; font-size: 9px; }
  .brand-row__topic { font-size: 11px; }
  .brand-row__topic svg { width: 17px; height: 17px; }
  .brand-row__company strong { font-size: 13px; }
  .brand-row__company span { font-size: 10px; }

  .hero { min-height: max(650px, calc(100svh - 106px)); }
  .hero__grid {
    grid-template-columns: minmax(0, 1.52fr) minmax(440px, .92fr);
    gap: 40px;
    min-height: max(650px, calc(100svh - 106px));
    padding-block: 26px;
  }
  .hero__content { max-width: 730px; }
  .eyebrow { margin-bottom: 12px; font-size: 11px; }
  .hero h1 { max-width: 720px; font-size: clamp(42px, 4.2vw, 62px); line-height: 1.04; }
  .hero h1 span { margin-top: 4px; }
  .hero__lead { max-width: 670px; margin-top: 16px; font-size: 15px; line-height: 1.55; }
  .hero__actions { margin-top: 20px; }
  .hero__actions .button { min-height: 50px; padding: 11px 19px; font-size: 12px; }
  .hero__actions .button svg { width: 21px; height: 21px; }
  .hero__proof { gap: 10px; margin-top: 24px; }
  .hero__proof > div { gap: 8px; }
  .hero__proof svg { width: 27px; height: 27px; }
  .hero__proof strong { font-size: 12px; }
  .hero__proof span { margin-top: 2px; font-size: 9px; }
  .hero__smallprint { margin-top: 10px; font-size: 8px; }

  .quote-card { padding: 22px 26px 20px; border-radius: 19px; }
  .quote-card__kicker { margin-bottom: 3px; font-size: 9px; }
  .quote-card h2 { font-size: 20px; line-height: 1.2; }
  .quote-card__head > p:last-child { margin: 7px 0 13px; font-size: 11px; line-height: 1.45; }
  .lead-form { gap: 7px; }
  .form-row { gap: 7px; }
  .field { gap: 3px; }
  .field input, .field select { height: 41px; padding-inline: 11px; font-size: 12px; }
  .field textarea { min-height: 60px; padding: 8px 11px; font-size: 12px; }
  .field__error { font-size: 8px; }
  .consent { gap: 7px; margin: 1px 0 0; font-size: 8px; line-height: 1.35; }
  .consent input { width: 14px; height: 14px; }
  .submit-button { min-height: 48px; font-size: 12px; }
  .submit-button svg { width: 17px; height: 17px; }
  .form-trust { gap: 18px; font-size: 8px; }
  .form-trust svg { width: 13px; height: 13px; }
  .form-note { font-size: 7px; line-height: 1.35; }
}

@media (max-width: 1200px) {
  :root { --shell: min(1120px, calc(100% - 40px)); }
  .brand-row { grid-template-columns: 1fr auto; }
  .brand-row__topic { display: none; }
  .hero__grid { grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr); gap: 35px; }
  .hero__proof { grid-template-columns: repeat(2, 1fr); }
  .card-grid--six { grid-template-columns: repeat(3, 1fr); }
  .coverage { grid-template-columns: 1.1fr .9fr; }
  .coverage__layout { grid-template-columns: 160px 1fr; }
}

@media (max-width: 900px) {
  :root { --shell: min(760px, calc(100% - 32px)); }
  .brand-row { min-height: 92px; }
  .brand-row__company { display: none; }
  .hero { min-height: auto; }
  .hero__media { background-position: 60% center; }
  .hero__veil { background: linear-gradient(180deg, rgba(4,5,11,.86), rgba(4,5,11,.75) 43%, rgba(4,5,11,.96)); }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; padding-block: 70px; }
  .hero__content { max-width: 690px; }
  .quote-card { max-width: 680px; }
  .benefit-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-strip article { min-height: 155px; }
  .benefit-strip article:last-child { grid-column: 1 / -1; }
  .dark-cta__inner { grid-template-columns: auto 1fr; padding-block: 26px; }
  .dark-cta .button { grid-column: 2; justify-self: start; }
  .why-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 50px; }
  .coverage { grid-template-columns: 1fr; }
  .coverage__map-panel { justify-content: center; padding: 70px 24px; }
  .coverage__inner { width: var(--shell); }
  .coverage__cta-panel { padding: 70px max(24px, calc((100vw - 760px) / 2)); }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  html { scroll-padding-bottom: 70px; }
  body { padding-bottom: 64px; }
  .ad-disclosure { min-height: 29px; font-size: 9px; }
  .brand-row { min-height: 76px; }
  .brand__mark { width: 43px; height: 43px; border-radius: 12px 4px 12px 4px; font-size: 13px; }
  .brand__copy strong { font-size: 16px; }
  .brand__copy small { font-size: 8px; }
  .hero__media { background-position: 57% center; }
  .hero__veil { background: linear-gradient(180deg, rgba(4,5,11,.77), rgba(4,5,11,.78) 38%, rgba(4,5,11,.98) 73%); }
  .hero__grid { gap: 42px; padding-block: 52px 56px; }
  .eyebrow { font-size: 10px; }
  .hero h1 { font-size: clamp(39px, 12vw, 54px); line-height: 1.08; }
  .hero__lead { font-size: 15px; line-height: 1.65; }
  .hero__actions { display: grid; }
  .button { width: 100%; min-height: 56px; }
  .hero__proof { gap: 18px 8px; margin-top: 31px; }
  .hero__proof svg { width: 27px; height: 27px; }
  .hero__proof strong { font-size: 12px; }
  .hero__proof span { font-size: 9px; }
  .quote-card { padding: 27px 18px 24px; border-radius: 18px; }
  .quote-card h2 { font-size: 21px; }
  .quote-card__head > p:last-child { font-size: 12px; }
  .form-row { grid-template-columns: 1fr; }
  .benefit-strip__grid { grid-template-columns: 1fr; }
  .benefit-strip article, .benefit-strip article:last-child { min-height: 132px; grid-column: auto; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .benefit-strip svg { width: 42px; height: 42px; }
  .section { padding: 70px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: 30px; }
  .section-heading > p:not(.section-kicker) { font-size: 14px; }
  .card-grid--six { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .dark-cta__inner { grid-template-columns: 1fr; gap: 15px; text-align: center; }
  .dark-cta__icon { margin-inline: auto; }
  .dark-cta .button { grid-column: auto; justify-self: stretch; }
  .process-line, .process-line--wide { grid-template-columns: 1fr; gap: 18px; }
  .process-line__arrow { padding: 0; transform: rotate(90deg); text-align: center; }
  .grant-note { padding: 16px; }
  .why-grid { grid-template-columns: 1fr; gap: 36px; }
  .coverage__map-panel { padding: 65px 14px; }
  .coverage__layout { grid-template-columns: 1fr; }
  .area-list { grid-template-columns: repeat(2, 1fr); gap: 1px 10px; }
  .interactive-map { order: -1; }
  .map-labels { font-size: 12px; }
  .coverage__cta-panel { padding: 65px 20px; }
  .coverage__cta-panel h2 { font-size: 31px; }
  .coverage__cta-panel > div > p:not(.eyebrow):not(.coverage__responsibility) { font-size: 15px; }
  .mini-proof { display: grid; gap: 12px; }
  .footer__bottom { grid-template-columns: 1fr; text-align: center; }
  .footer nav { justify-self: center; justify-content: center; }
  .footer__company { grid-column: auto; }
  .cookie-banner { bottom: 78px; align-items: flex-end; }
  .cookie-banner p { line-height: 1.4; }
  .mobile-enquiry { position: fixed; z-index: 600; right: 0; bottom: 0; left: 0; display: block; padding: 8px 12px max(8px, env(safe-area-inset-bottom)); border-top: 1px solid rgba(224,231,255,.7); background: rgba(245,247,255,.88); backdrop-filter: blur(13px); transform: translateY(110%); transition: transform .3s ease; }
  .mobile-enquiry.is-visible { transform: translateY(0); }
  .mobile-enquiry a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 8px; color: #fff; background: var(--indigo-600); text-decoration: none; font-size: 13px; font-weight: 800; }
  .mobile-enquiry svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
/*  */
.hero__proof-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 901px) {
  .hero__proof-icon {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 640px) {
  .hero__proof-icon {
    width: 42px;
    height: 42px;
  }
}
/*  */
.coverage-map-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.55fr) minmax(420px, 1.45fr);
  align-items: center;
  gap: clamp(30px, 5vw, 75px);
}

.coverage-areas {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.coverage-areas button {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #5f6470;
  font: inherit;
  font-size: 17px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.coverage-areas button span {
  color: #4f46e5;
  font-size: 21px;
  font-weight: 800;
}

.coverage-areas button:hover,
.coverage-areas button:focus-visible,
.coverage-areas button.is-active {
  color: #312e81;
  background: #eef2ff;
  transform: translateX(4px);
}

.coverage-areas button:focus-visible {
  outline: 3px solid rgba(79, 70, 229, 0.25);
  outline-offset: 2px;
}

.geographic-map-wrap {
  position: relative;
  width: 100%;
}

.geographic-map {
  display: block;
  width: 100%;
  min-height: 410px;
  border: 0;
}

.geographic-map-hint {
  margin: 10px 0 0;
  color: #777b86;
  font-size: 13px;
  text-align: center;
}


@media (max-width: 800px) {
  .coverage-map-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .coverage-areas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .geographic-map {
    min-height: 320px;
  }
}

@media (max-width: 520px) {
  .coverage-areas {
    grid-template-columns: 1fr;
  }

  .coverage-areas button {
    padding: 7px 10px;
    font-size: 15px;
  }

  .geographic-map {
    min-height: 260px;
  }
}