/* Elite Termite Barriers — landing page
   Direction: "site plan" — concrete neutrals, ink, safety orange, drawing-grid details. */

:root {
  --orange: #ff6300;
  --orange-d: #e05500;
  --orange-soft: #fff1e6;
  --ink: #111214;
  --ink-2: #1b1d21;
  --ink-3: #2a2d33;
  --text: #2c2f35;
  --muted: #62666e;
  --line: #e3e0da;
  --concrete: #f3f1ed;
  --concrete-2: #e9e6e0;
  --white: #ffffff;
  --green: #1fae5b;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 18px 50px -24px rgba(17, 18, 20, .35);
  --wrap: 1200px;
  --pad: clamp(52px, 6vw, 86px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: inherit; color: var(--ink); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.05rem, 3.5vw, 3.15rem); font-weight: 700; }
h2 { font-size: clamp(1.55rem, 2.4vw, 2.2rem); font-weight: 700; }
h3 { font-size: 1.15rem; font-weight: 600; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), 100% - 40px); margin-inline: auto; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }

/* ---------- labels & buttons ---------- */
.tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .76rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange-d); margin-bottom: 14px;
}
.tag::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.tag.on-dark { color: var(--orange); }
.lede { font-size: clamp(.98rem, 1.05vw, 1.08rem); color: var(--muted); max-width: 640px; }
.sec-head { max-width: 720px; margin-bottom: clamp(28px, 3.5vw, 44px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .tag::after { content: ""; width: 26px; height: 2px; background: currentColor; }
.sec-head.center .lede { margin-inline: auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 8px 0 22px; border-radius: 999px; border: 0; cursor: pointer;
  font-weight: 600; font-size: .98rem; text-decoration: none; white-space: nowrap;
  transition: background-color .2s, transform .2s, box-shadow .2s;
}
.btn .chip {
  display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255, 255, 255, .2); flex: none;
}
.btn .chip svg { width: 17px; height: 17px; }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 10px 24px -12px rgba(255, 99, 0, .8); }
.btn-primary:hover { background: var(--orange-d); transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-3); }
.btn-dark .chip { background: var(--orange); }
.btn-ghost { background: rgba(255, 255, 255, .08); color: #fff; border: 1px solid rgba(255, 255, 255, .28); }
.btn-ghost:hover { background: rgba(255, 255, 255, .16); }
.btn-ghost .chip { background: var(--orange); }
.btn-line { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn-line:hover { border-color: var(--ink); }
.btn-line .chip { background: var(--orange-soft); color: var(--orange-d); }

.ico { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- top bar & header ---------- */
.topbar { background: var(--ink); color: #c9cbd0; font-size: .84rem; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.topbar ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.topbar li { display: flex; align-items: center; gap: 7px; }
.topbar li svg { width: 15px; height: 15px; color: var(--orange); }
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header .wrap { display: flex; align-items: center; gap: 28px; min-height: 84px; }
.logo img { height: 62px; width: auto; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { text-decoration: none; font-weight: 500; font-size: .95rem; color: var(--ink-3); position: relative; padding: 6px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--orange); transition: right .25s; }
.nav a:hover::after { right: 0; }
.head-cta { display: flex; align-items: center; gap: 12px; }
.head-phone { display: flex; flex-direction: column; line-height: 1.15; text-decoration: none; text-align: right; }
.head-phone small { font-size: .74rem; color: var(--muted); }
.head-phone strong { font-size: 1.08rem; color: var(--ink); }
.menu-btn { display: none; margin-left: auto; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.menu-btn span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px auto; transition: transform .25s, opacity .25s; }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--ink); color: #d7d9dd; isolation: isolate; }
.hero-bg { overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 13, 15, .95) 0%, rgba(12, 13, 15, .86) 42%, rgba(12, 13, 15, .55) 100%),
    linear-gradient(0deg, rgba(12, 13, 15, .7), transparent 40%);
}
.hero::after { /* drawing grid */
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 70%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 70%);
}
.hero > .wrap { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(28px, 4vw, 60px); align-items: center; padding-block: clamp(48px, 6vw, 84px); }
.hero h1 { color: #fff; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero .lede { color: #b9bcc2; }
.hero-points { list-style: none; padding: 0; margin: 24px 0 30px; display: grid; gap: 12px; }
.hero-points li { display: flex; gap: 12px; align-items: flex-start; color: #e6e7ea; }
.hero-points svg { flex: none; width: 22px; height: 22px; margin-top: 1px; color: var(--orange); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 26px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .9rem; }
.rating { display: flex; align-items: center; gap: 10px; }
.rating strong { color: #fff; font-size: 1.35rem; }
.stars { display: flex; gap: 2px; color: #ffb400; }
.stars svg { width: 16px; height: 16px; fill: currentColor; }
.hero-proof .lic { display: flex; flex-direction: column; line-height: 1.3; }
.hero-proof .lic strong { color: #fff; }

/* quote card */
.quote-card { background: #fff; color: var(--text); border-radius: var(--radius-lg); padding: clamp(22px, 2.6vw, 32px); box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .7); position: relative; }
.quote-card::before { content: ""; position: absolute; left: 28px; right: 28px; top: 0; height: 4px; border-radius: 0 0 4px 4px; background: var(--orange); }
.quote-card h2 { font-size: 1.4rem; margin-bottom: 4px; }
.quote-card .sub { font-size: .92rem; color: var(--muted); margin-bottom: 18px; }
.form-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; }
.field { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .8rem; font-weight: 600; color: var(--ink-3); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 46px; padding: 10px 14px; border-radius: 10px;
  border: 1px solid #d9d5ce; background: #fbfaf8; font-size: .95rem; transition: border-color .2s, background-color .2s;
}
.field textarea { min-height: 84px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--orange); background: #fff; box-shadow: 0 0 0 3px rgba(255, 99, 0, .15); }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-foot { margin-top: 14px; display: grid; gap: 10px; }
.form-foot .btn { width: 100%; }
.form-note { font-size: .8rem; color: var(--muted); text-align: center; margin: 0; }
.form-msg { font-size: .9rem; border-radius: 10px; padding: 10px 14px; margin: 0; }
.form-msg.err { background: #fdecec; color: #9b1c1c; }
.form-msg.ok { background: #e8f7ee; color: #146c3b; }

/* ---------- trust strip ---------- */
.strip { background: var(--orange); color: #fff; }
.strip ul { list-style: none; margin: 0; padding: 0; display: flex; justify-content: space-between; gap: 18px; min-height: 64px; align-items: center; flex-wrap: wrap; }
.strip li { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: .95rem; }
.strip svg { width: 20px; height: 20px; }

/* ---------- sections ---------- */
.section { padding-block: var(--pad); }
.section.concrete { background: var(--concrete); }
.section.dark { background: var(--ink); color: #b9bcc2; }
.section.dark h2, .section.dark h3 { color: #fff; }
.section.dark .lede { color: #a7abb2; }

/* intro split */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 70px); align-items: center; }
.collage { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; aspect-ratio: 1 / 1.02; }
.collage figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--concrete-2); }
.collage figure img { width: 100%; height: 100%; object-fit: cover; }
.collage figure:first-child { grid-row: 1 / 3; }
.dim { /* dimension callout */
  position: absolute; left: -14px; bottom: 26px; background: var(--ink); color: #fff; border-radius: 12px;
  padding: 12px 16px; display: flex; gap: 12px; align-items: center; box-shadow: var(--shadow);
}
.dim b { font-size: 1.6rem; color: var(--orange); line-height: 1; }
.dim span { font-size: .8rem; line-height: 1.3; color: #c9cbd0; }
.checks { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px 20px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; color: var(--ink-3); font-size: .95rem; }
.checks svg { flex: none; width: 20px; height: 20px; color: var(--orange); margin-top: 2px; }

/* systems */
.systems { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.sys { background: #fff; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.sys:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.sys figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; position: relative; background: var(--concrete-2); }
.sys figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.sys:hover figure img { transform: scale(1.05); }
.sys .num { position: absolute; top: 14px; left: 14px; background: rgba(17, 18, 20, .85); color: #fff; font-size: .75rem; font-weight: 600; letter-spacing: .1em; padding: 5px 10px; border-radius: 999px; }
.sys-body { padding: 20px 22px 24px; }
.sys-body p { font-size: .94rem; color: var(--muted); margin: 0; }

/* reasons */
.reasons { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(255, 255, 255, .1); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); }
.reason { background: var(--ink); padding: 28px 26px; }
.reason .r-ic { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 99, 0, .12); color: var(--orange); margin-bottom: 16px; }
.reason .r-ic svg { width: 24px; height: 24px; }
.reason p { font-size: .94rem; margin: 0; }

/* stages timeline */
.stages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; counter-reset: stg; }
.stage { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; }
.stage .s-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.stage .s-no { font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-d); }
.stage .s-when { font-size: .76rem; font-weight: 500; background: var(--concrete); color: var(--ink-3); border-radius: 999px; padding: 4px 11px; }
.stage p { font-size: .94rem; color: var(--muted); margin: 0; }
.stage.photo { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.stage.photo img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.stage.photo .s-in { padding: 22px 24px 24px; }
.stage-bar { height: 4px; border-radius: 4px; background: var(--concrete-2); margin: 0 0 14px; position: relative; overflow: hidden; }
.stage-bar i { position: absolute; inset: 0 auto 0 0; background: var(--orange); border-radius: 4px; }

/* tables */
.table-wrap { overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--line); background: #fff; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; min-width: 720px; font-size: .94rem; }
th, td { text-align: left; padding: 16px 20px; vertical-align: top; border-bottom: 1px solid var(--line); }
thead th { background: var(--ink); color: #fff; font-weight: 600; font-size: .86rem; letter-spacing: .02em; }
tbody tr:last-child td { border-bottom: 0; }
tbody td:first-child { font-weight: 600; color: var(--ink); width: 22%; }
tbody tr:nth-child(even) td { background: #fbfaf8; }
.pill { display: inline-block; font-size: .74rem; font-weight: 600; padding: 3px 9px; border-radius: 999px; background: var(--orange-soft); color: var(--orange-d); margin-top: 6px; }
.table-note { font-size: .88rem; color: var(--muted); margin-top: 14px; }

/* builders */
.builders { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 4vw, 56px); align-items: start; }
.builders-photo { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 5; }
.builders-photo img { width: 100%; height: 100%; object-fit: cover; }
.builders-photo figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; background: rgba(17, 18, 20, .82); color: #e6e7ea; font-size: .86rem; padding: 12px 14px; border-radius: 12px; backdrop-filter: blur(6px); }
.b-cards { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
.b-card { background: var(--ink-2); border: 1px solid rgba(255, 255, 255, .08); border-radius: var(--radius); padding: 22px; }
.b-card h3 { font-size: 1.05rem; display: flex; align-items: center; gap: 10px; }
.b-card h3 svg { width: 20px; height: 20px; color: var(--orange); flex: none; }
.b-card p, .b-card li { font-size: .92rem; }
.b-card p:last-child { margin: 0; }
.b-card ul { margin: 0; padding-left: 18px; }
.b-card li { margin-bottom: 4px; }
.b-card li::marker { color: var(--orange); }
.b-card.wide { grid-column: 1 / -1; }
.need { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.need span { font-size: .82rem; border: 1px solid rgba(255, 255, 255, .16); color: #e6e7ea; padding: 5px 11px; border-radius: 999px; }

/* gallery */
.gallery { columns: 4 240px; column-gap: 14px; }
.gallery a { display: block; margin: 0 0 14px; border-radius: var(--radius); overflow: hidden; position: relative; break-inside: avoid; background: var(--concrete-2); }
.gallery img { width: 100%; transition: transform .5s; }
.gallery a:hover img { transform: scale(1.04); }
.gallery a span { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; font-size: .82rem; color: #fff; background: linear-gradient(transparent, rgba(0, 0, 0, .75)); opacity: 0; transition: opacity .3s; }
.gallery a:hover span, .gallery a:focus-visible span { opacity: 1; }

.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8, 9, 10, .94); display: grid; place-items: center; padding: 60px 20px; }
.lightbox img { max-height: 80vh; width: auto; max-width: min(1100px, 100%); border-radius: 10px; }
.lightbox p { color: #d7d9dd; text-align: center; margin: 14px 0 0; font-size: .92rem; }
.lb-btn { position: absolute; width: 48px; height: 48px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .12); color: #fff; cursor: pointer; display: grid; place-items: center; }
.lb-btn:hover { background: var(--orange); }
.lb-btn svg { width: 22px; height: 22px; }
.lb-close { top: 16px; right: 16px; }
.lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 16px; top: 50%; transform: translateY(-50%); }

/* documents */
.docs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.doc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; position: relative; }
.doc::after { content: ""; position: absolute; right: 0; top: 0; border-width: 0 22px 22px 0; border-style: solid; border-color: var(--concrete) var(--concrete) var(--concrete-2) var(--concrete-2); border-radius: 0 var(--radius) 0 6px; }
.doc .d-ic { color: var(--orange); margin-bottom: 12px; }
.doc .d-ic svg { width: 30px; height: 30px; }
.doc p { font-size: .92rem; color: var(--muted); margin: 0 0 10px; }
.doc .who { font-size: .8rem; font-weight: 600; color: var(--ink-3); margin: 0; }

/* reviews */
.reviews-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; }
.g-badge { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 8px 8px 18px; }
.g-badge strong { font-size: 1.5rem; color: var(--ink); line-height: 1; }
.g-badge small { display: block; font-size: .78rem; color: var(--muted); }

/* pricing + care */
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 22px; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 36px); }
.panel.ink { background: var(--ink); border-color: var(--ink); color: #b9bcc2; }
.panel.ink h2, .panel.ink h3 { color: #fff; }
.factors { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 2px; }
.factors li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.factors li b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--orange-soft); color: var(--orange-d); font-size: .82rem; }
.factors strong { display: block; color: var(--ink); font-weight: 600; }
.factors span { font-size: .92rem; color: var(--muted); }
.care { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.care li { display: flex; gap: 12px; font-size: .94rem; }
.care svg { flex: none; width: 20px; height: 20px; color: var(--orange); margin-top: 3px; }
.zone { margin-top: 24px; border: 1px dashed rgba(255, 255, 255, .25); border-radius: var(--radius); padding: 18px; display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; }
.zone svg { width: 120px; height: auto; }
.zone p { margin: 0; font-size: .9rem; }

/* areas */
.areas { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.area { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; background: #fff; }
.area h3 { font-size: 1rem; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.area h3::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.area p { margin: 0; font-size: .9rem; color: var(--muted); }

/* faq */
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 4vw, 60px); align-items: start; }
.faq-side { position: sticky; top: 110px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font-weight: 600; color: var(--ink); font-size: 1.02rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--concrete); position: relative; transition: background-color .2s, transform .3s; }
.faq summary i::before, .faq summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--ink); transform: translate(-50%, -50%); }
.faq summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .3s; }
.faq details[open] summary i { background: var(--orange); }
.faq details[open] summary i::before, .faq details[open] summary i::after { background: #fff; }
.faq details[open] summary i::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq .ans { padding: 0 44px 20px 0; color: var(--muted); font-size: .96rem; }
.faq .ans p:last-child { margin: 0; }

/* final cta */
.cta { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: #c9cbd0; border-radius: var(--radius-lg); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.cta-copy { padding: clamp(30px, 4.5vw, 60px); }
.cta-copy h2 { color: #fff; }
.cta-photo { position: relative; min-height: 320px; }
.cta-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--ink), transparent 45%); }
.cta .hero-actions { margin-top: 24px; }

/* footer */
.footer { background: #0b0c0e; color: #9a9ea6; font-size: .92rem; padding-top: clamp(48px, 5vw, 70px); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; padding-bottom: 40px; }
.footer .logo img { height: 58px; margin-bottom: 16px; }
.footer h4 { color: #fff; font-size: .95rem; margin-bottom: 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer a { text-decoration: none; color: #c9cbd0; }
.footer a:hover { color: var(--orange); }
.foot-base { border-top: 1px solid rgba(255, 255, 255, .08); padding-block: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: .82rem; }

/* mobile sticky bar */
.mbar { display: none; }

/* reveal (content is visible by default; JS only adds motion) */
.reveal.pre { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.pre.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal.pre { opacity: 1; transform: none; transition: none; }
  * { transition-duration: .01ms !important; }
}

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .nav { display: none; }
  .head-phone { display: none; }
  .head-cta { margin-left: auto; }
  .hero > .wrap { grid-template-columns: minmax(0, 1fr); }
  .systems, .reasons, .stages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .docs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .builders { grid-template-columns: minmax(0, 1fr); }
  .builders-photo { aspect-ratio: 16 / 10; }
  .faq-grid { grid-template-columns: minmax(0, 1fr); }
  .faq-side { position: static; }
}
@media (max-width: 860px) {
  .topbar ul li:nth-child(n+2) { display: none; }
  .split, .two-col, .cta { grid-template-columns: minmax(0, 1fr); }
  .cta-photo { min-height: 240px; order: -1; }
  .cta-photo::before { background: linear-gradient(0deg, var(--ink), transparent 60%); }
  .areas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .foot-grid > :first-child { grid-column: 1 / -1; }
  .strip ul { justify-content: center; gap: 10px 22px; padding-block: 14px; }
}
@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .wrap { width: calc(100% - 32px); }
  .header .wrap { min-height: 70px; gap: 12px; }
  .logo img { height: 48px; }
  .head-cta .btn { min-height: 44px; padding-left: 16px; font-size: .9rem; }
  .head-cta .btn .chip { width: 30px; height: 30px; }
  .topbar { display: none; }
  .form-grid, .checks, .b-cards, .docs, .areas, .foot-grid { grid-template-columns: minmax(0, 1fr); }
  .systems, .reasons, .stages { grid-template-columns: minmax(0, 1fr); }
  .hero-actions .btn { flex: 1 1 100%; }
  .strip li { font-size: .86rem; }
  .strip li:nth-child(n+4) { display: none; }
  .collage { aspect-ratio: auto; grid-template-rows: 220px 160px; }
  .dim { left: 10px; bottom: 10px; }
  .zone { grid-template-columns: minmax(0, 1fr); }
  .faq .ans { padding-right: 0; }
  .gallery { columns: 2; column-gap: 10px; }
  .gallery a { margin-bottom: 10px; }
  .mbar {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .97); border-top: 1px solid var(--line);
  }
  .mbar .btn { min-height: 48px; padding: 0 16px; }
}

/* mobile menu */
.header .wrap { position: relative; }
@media (max-width: 1080px) {
  .menu-btn { display: block; margin-left: 0; }
  .nav-open .nav {
    display: flex; flex-direction: column; gap: 0; position: absolute; top: 100%; left: -20px; right: -20px;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 8px 20px 16px;
  }
  .nav-open .nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav-open .nav a::after { display: none; }
  .nav-open .menu-btn span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-open .menu-btn span:nth-child(2) { opacity: 0; }
  .nav-open .menu-btn span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
}
@media (max-width: 640px) {
  .head-cta .btn .lbl-long { display: none; }
  .nav-open .nav { left: -16px; right: -16px; }
}

/* desktop header: menu truly centred between logo and call-to-action */

/* not enough room for logo + centred menu + phone + button: drop the phone text (it's in the top bar) */


/* Sydney Termite Barriers logo: dark lettering needs a light plate on the dark footer */
.logo img { height: 66px; }
.footer .logo { display: inline-block; background: #fff; border-radius: 14px; padding: 10px 14px; margin-bottom: 16px; }
.footer .logo img { height: 58px; margin: 0; }
@media (max-width: 640px) { .header .logo img { height: 50px; } }

/* ===== header merged into the hero, light fade from the left ===== */
html { scroll-padding-top: 20px; }
.header { position: relative; top: auto; z-index: 50; background: transparent; backdrop-filter: none; border-bottom: 1px solid rgba(17, 18, 20, .08); }
.hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 32%, rgba(255, 255, 255, .72) 52%, rgba(255, 255, 255, .15) 74%, rgba(255, 255, 255, 0) 88%),
    linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, transparent 22%);
}
.hero::after {
  background-image:
    linear-gradient(rgba(17, 18, 20, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 18, 20, .045) 1px, transparent 1px);
}
.header .nav a { color: var(--ink); text-shadow: 0 0 12px rgba(255, 255, 255, .9); }
.header .head-phone small { color: #fff; text-shadow: 0 1px 8px rgba(0, 0, 0, .6); }
.header .head-phone strong { color: #fff; text-shadow: 0 1px 10px rgba(0, 0, 0, .6); }
.hero h1 { color: var(--ink); }
.hero .lede { color: var(--text); }
.hero .tag.on-dark { color: var(--orange-d); }
.hero-points li { color: var(--ink-3); font-weight: 500; }
.hero-proof { border-top-color: rgba(17, 18, 20, .12); color: var(--muted); }
.hero-proof .rating strong, .hero-proof .lic strong { color: var(--ink); }
.hero .btn-line { background: rgba(255, 255, 255, .85); }
@media (max-width: 1080px) {
  .hero::before { background: linear-gradient(180deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .9) 55%, rgba(255, 255, 255, .55) 100%); }
  .header .menu-btn { background: rgba(255, 255, 255, .9); }
  .nav-open .nav a { text-shadow: none; }
}

/* ===== hero without the form ===== */
.hero > .wrap { grid-template-columns: minmax(0, 720px); padding-block: clamp(56px, 7vw, 104px); }

/* ===== quote section ===== */
.quote-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.quote-sec .quote-card { box-shadow: var(--shadow); border: 1px solid var(--line); }
.q-steps { list-style: none; padding: 0; margin: 26px 0 28px; display: grid; gap: 16px; }
.q-steps li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 14px; align-items: start; }
.q-steps b { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--orange); color: #fff; font-size: .95rem; }
.q-steps strong { display: block; color: var(--ink); font-weight: 600; }
.q-steps span { font-size: .93rem; color: var(--muted); }
.q-call { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 22px 8px 8px; }
.q-call:hover { border-color: var(--orange); }
.q-call-ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: #fff; }
.q-call-ic svg { width: 20px; height: 20px; }
.q-call small { display: block; font-size: .78rem; color: var(--muted); line-height: 1.2; }
.q-call strong { font-size: 1.1rem; color: var(--ink); }
@media (max-width: 860px) { .quote-grid { grid-template-columns: minmax(0, 1fr); } }

/* hero heading: short brand name, so it can run larger */
.hero h1 { font-size: clamp(2.6rem, 5.2vw, 4.6rem); line-height: 1.02; letter-spacing: -.02em; margin-bottom: .35em; }

/* hero fills the viewport: header on top, content centred in the remaining height */
.hero h1 { font-size: clamp(2.3rem, 4.2vw, 3.8rem); }
.hero { display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; }
.hero > .wrap { flex: 1 0 auto; align-content: center; padding-block: clamp(28px, 4vh, 56px); }
.hero-points { margin: 18px 0 24px; }
.hero-proof { margin-top: 24px; padding-top: 20px; }

/* header phone: solid pill so it reads over any part of the photo */
.header .head-phone {
  flex-direction: row; align-items: center; gap: 10px; text-align: left;
  background: var(--ink); border-radius: 999px; padding: 6px 18px 6px 6px;
  box-shadow: 0 10px 24px -12px rgba(0, 0, 0, .6); transition: background-color .2s;
}
.header .head-phone:hover { background: var(--ink-3); }
.header .head-phone .hp-ic { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--orange); color: #fff; flex: none; }
.header .head-phone .hp-ic svg { width: 17px; height: 17px; }
.header .head-phone .hp-tx { display: flex; flex-direction: column; line-height: 1.15; }
.header .head-phone small { color: #b9bcc2; text-shadow: none; font-size: .72rem; }
.header .head-phone strong { color: #fff; text-shadow: none; font-size: 1.02rem; }
.head-cta, .head-cta > * { flex: none; }
.header .head-phone, .header .head-phone .hp-tx, .header .head-phone small, .header .head-phone strong { white-space: nowrap; }

/* ===== Elite circle phone icon, used everywhere ===== */
.call-ic { display: grid; place-items: center; flex: none; width: 36px; height: 36px; border-radius: 50%; background: #fff; color: var(--orange); }
.call-ic svg { width: 100%; height: 100%; animation: ring 2.6s ease-in-out infinite; transform-origin: center; }
.call-ic.lg { width: 46px; height: 46px; }
.call-ic.xl { width: 50px; height: 50px; }
.btn-line .call-ic { background: #fff; }
.header .head-phone .call-ic { width: 38px; height: 38px; }
@keyframes ring { 0%, 70%, 100% { transform: rotate(0); } 80% { transform: rotate(12deg); } 90% { transform: rotate(-12deg); } }

/* ===== header row (desktop): logo | menu centred in the free space | call + quote ===== */
@media (min-width: 1081px) {
  .header .wrap { display: flex; align-items: center; gap: 24px; }
  .header .logo { flex: none; }
  .nav { margin: 0 auto; gap: clamp(18px, 2vw, 32px); flex: none; }
  .head-cta { margin: 0; flex: none; }
}
@media (min-width: 1081px) and (max-width: 1320px) {
  .head-cta .lbl-long { display: none; }
  .nav a { font-size: .92rem; }
  .header .head-phone { padding-right: 14px; }
  .header .head-phone small { display: none; }
}

/* very narrow desktop: the floating button already carries the number */
@media (min-width: 1081px) and (max-width: 1180px) { .header .head-phone { display: none; } }

/* ===== services marquee (replaces the static trust strip) ===== */
.strip { overflow: hidden; }
.marquee { display: flex; width: max-content; animation: marquee 60s linear infinite; }
.strip:hover .marquee { animation-play-state: paused; }
.strip .marquee-track {
  display: flex; align-items: center; flex-wrap: nowrap; gap: 0; justify-content: flex-start;
  list-style: none; margin: 0; padding: 0; min-height: 64px;
}
.strip .marquee-track li {
  display: flex; align-items: center; gap: 10px; white-space: nowrap;
  font-weight: 600; font-size: 1rem; color: #fff; padding: 0 26px; position: relative;
}
.strip .marquee-track li::after {
  content: ""; position: absolute; right: -4px; top: 50%; width: 8px; height: 8px;
  background: rgba(255, 255, 255, .55); transform: translateY(-50%) rotate(45deg); border-radius: 1px;
}
.strip .marquee-track li svg { width: 20px; height: 20px; color: #fff; flex: none; }
.strip .marquee-track li { display: flex !important; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 640px) {
  .strip .marquee-track { min-height: 54px; padding: 0; }
  .strip .marquee-track li { font-size: .9rem; padding: 0 20px; }
  .marquee { animation-duration: 45s; }
}
@media (prefers-reduced-motion: reduce) { .marquee { animation-duration: 180s; } }
.strip .marquee-track li::after { content: none; display: none; }
.strip .marquee-track li { padding: 0 30px; }
.strip .marquee-track { min-height: 70px; }
.strip .marquee-track li { font-size: 1.15rem; }
.strip .marquee-track li svg { width: 22px; height: 22px; }
@media (max-width: 640px) {
  .strip .marquee-track { min-height: 58px; }
  .strip .marquee-track li { font-size: 1rem; padding: 0 22px; }
}
.strip .marquee-track li { text-transform: uppercase; letter-spacing: .04em; }
.strip .marquee-track li { font-family: 'Proxima Nova', 'Outfit', system-ui, sans-serif; font-weight: 700; }

/* ===== floating "Get in touch" button + panel ===== */
.help { position: fixed; right: 28px; bottom: 28px; z-index: 80; }
.help-fab {
  position: relative; display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%;
  background: #fff; padding: 5px; text-decoration: none;
  box-shadow: 0 18px 40px -12px rgba(242, 85, 0, .55), 0 4px 14px rgba(17, 18, 20, .12);
  transition: transform .25s;
}
.help-fab:hover { transform: scale(1.05); }
.help-fab svg { width: 100%; height: 100%; fill: url(#g-orange); color: #ff6300; }
.help-fab::before, .help-fab::after {
  content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 1px solid rgba(255, 99, 0, .35);
  animation: help-ring 2.8s ease-out infinite; pointer-events: none;
}
.help-fab::after { animation-delay: 1.4s; }
@keyframes help-ring { 0% { transform: scale(.9); opacity: .9; } 100% { transform: scale(1.35); opacity: 0; } }
.help.open .help-fab::before, .help.open .help-fab::after { animation: none; opacity: 0; }

.help-note {
  position: absolute; right: 100px; bottom: 4px; width: 130px; text-align: right;
  font-family: 'Segoe Script', 'Bradley Hand', 'Snell Roundhand', 'Brush Script MT', cursive;
  font-size: 1.05rem; line-height: 1.15; color: var(--ink); transform: rotate(-8deg);
  text-shadow: 0 0 10px #fff, 0 0 4px #fff; pointer-events: none;
}
.help-note svg { display: block; width: 70px; margin: 2px 0 0 auto; color: var(--ink); }

.help-panel {
  position: absolute; right: 18px; bottom: 102px; width: 380px; max-width: calc(100vw - 40px);
  padding: 26px 22px 20px; border-radius: 34px 34px 10px 34px;
  background: rgba(255, 255, 255, .86); backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 30px 70px -24px rgba(17, 18, 20, .45), 0 2px 10px rgba(17, 18, 20, .06);
  transform-origin: bottom right; animation: help-in .28s cubic-bezier(.2, .9, .3, 1.2);
}
@keyframes help-in { from { opacity: 0; transform: translateY(12px) scale(.94); } to { opacity: 1; transform: none; } }
.help-kicker { margin: 0 0 6px; padding-left: 4px; font-size: .72rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-3); }
.help-title { margin: 0; padding-left: 4px; font-size: 2rem; font-weight: 600; letter-spacing: -.01em; }
.help-sub { margin: 4px 0 18px; padding-left: 4px; font-size: .98rem; color: var(--muted); }
.help-list { display: grid; gap: 10px; }
.help-row {
  display: grid; grid-template-columns: 52px minmax(0, 1fr) 20px; align-items: center; gap: 14px;
  padding: 10px 16px 10px 10px; border-radius: 999px; text-decoration: none;
  background: rgba(255, 255, 255, .92); box-shadow: 0 6px 18px -10px rgba(17, 18, 20, .25);
  transition: transform .2s, box-shadow .2s;
}
.help-row:hover { transform: translateX(-2px); box-shadow: 0 10px 24px -10px rgba(255, 99, 0, .35); }
.help-ic { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); }
.help-ic svg { width: 24px; height: 24px; }
.help-ic.solid { background: #fff; }
.help-ic.solid svg { width: 52px; height: 52px; fill: url(#g-orange); }
.help-tx { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.help-tx strong { font-weight: 500; font-size: 1.05rem; color: var(--ink); }
.help-tx small { font-size: .88rem; color: var(--muted); }
.help-chev { width: 20px; height: 20px; color: var(--ink-3); }
.help-foot { display: flex; align-items: center; gap: 14px; margin-top: 16px; padding: 14px 4px 0; border-top: 1px solid rgba(17, 18, 20, .08); }
.help-shield { width: 32px; height: 32px; flex: none; color: var(--ink); padding-right: 14px; box-sizing: content-box; border-right: 1px solid rgba(17, 18, 20, .15); }
.help-foot span { font-size: .84rem; color: var(--muted); line-height: 1.4; }
.help-foot b { display: block; font-weight: 500; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.help-foot i { font-style: normal; margin: 0 5px; color: rgba(17, 18, 20, .3); }
.help-close {
  position: absolute; right: -10px; bottom: 74px; width: 40px; height: 40px; border-radius: 50%; border: 0; cursor: pointer;
  background: #fff; color: var(--ink); display: grid; place-items: center; box-shadow: 0 8px 20px -8px rgba(17, 18, 20, .4); z-index: 2;
}
.help-close svg { width: 18px; height: 18px; }
.help.open .help-note { display: none; }

@media (max-width: 860px) { .help-note { display: none; } }
@media (max-width: 640px) {
  .help { right: 14px; bottom: calc(80px + env(safe-area-inset-bottom)); }
  .help-fab { width: 62px; height: 62px; padding: 4px; }
  .help-panel { right: 0; bottom: 78px; width: calc(100vw - 28px); padding: 22px 16px 16px; border-radius: 28px 28px 10px 28px; }
  .help-title { font-size: 1.6rem; }
  .help-close { right: -4px; bottom: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  .help-fab::before, .help-fab::after, .help-panel { animation: none; }
}
.strip .marquee-track { min-height: 84px; }
.strip .marquee-track li { font-size: 1.45rem; gap: 14px; padding: 0 36px; }
.strip .marquee-track li svg { width: 30px; height: 30px; stroke-width: 2; }
@media (max-width: 640px) {
  .strip .marquee-track { min-height: 64px; }
  .strip .marquee-track li { font-size: 1.12rem; gap: 10px; padding: 0 24px; }
  .strip .marquee-track li svg { width: 24px; height: 24px; }
}

/* hero proof row: bigger stars and rating */
.hero-proof .rating { gap: 12px; }
.hero-proof .rating strong { font-size: 2rem; line-height: 1; }
.hero-proof .stars { gap: 3px; margin-bottom: 3px; }
.hero-proof .stars svg { width: 24px; height: 24px; }
.hero-proof .lic { flex-direction: row; align-items: center; gap: 12px; }
.hero-proof .lic-ic { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); flex: none; }
.hero-proof .lic-ic svg { width: 26px; height: 26px; }
.hero-proof .lic-tx { display: flex; flex-direction: column; line-height: 1.3; }
.hero > .wrap { grid-template-columns: minmax(0, 820px); }

/* ===== hero fit pass: two-line heading, everything inside one screen ===== */
.hero h1 { font-size: clamp(2rem, min(3.5vw, 6.2vh), 3.3rem); line-height: 1.05; margin-bottom: .4em; }
.hero .tag { margin-bottom: 10px; }
.hero .lede { max-width: 700px; margin-bottom: 0; }
.hero-points { margin: 16px 0 22px; gap: 8px; }
.hero > .wrap { padding-block: clamp(20px, 3.5vh, 48px); }
.hero-proof { margin-top: 22px; padding-top: 18px; gap: 12px 30px; }
.hero-proof .rating strong { font-size: 1.7rem; }
.hero-proof .stars svg { width: 20px; height: 20px; }
.hero-proof .lic-ic { width: 42px; height: 42px; }
.hero-proof .lic-ic svg { width: 22px; height: 22px; }
.header .wrap { min-height: 76px; }


/* floating button: smaller */
.help-fab { width: 64px; height: 64px; padding: 4px; }
.help-fab::before, .help-fab::after { inset: -7px; }
.help-panel { bottom: 82px; }
.help-close { bottom: 56px; }
@media (max-width: 640px) {
  .help-fab { width: 56px; height: 56px; }
  .help-panel { bottom: 70px; }
  .help-close { bottom: 48px; }
}

/* ===== hero sized by screen height so it fills one viewport ===== */
@media (min-width: 861px) {
  .hero > .wrap { grid-template-columns: minmax(0, 900px); padding-block: 2vh 3vh; }
  .hero .tag { margin-bottom: 1.6vh; font-size: clamp(.72rem, 1.5vh, .9rem); }
  .hero h1 { font-size: clamp(2.4rem, min(4.4vw, 8.4vh), 4.4rem); line-height: 1.04; margin-bottom: 2.2vh; }
  .hero .lede { font-size: clamp(1rem, 2.3vh, 1.2rem); line-height: 1.6; max-width: 720px; }
  .hero-points { margin: 2.6vh 0 3.4vh; gap: 1.3vh; }
  .hero-points li { font-size: clamp(.98rem, 2.2vh, 1.12rem); }
  .hero .hero-actions .btn { min-height: clamp(48px, 6.6vh, 58px); font-size: clamp(.98rem, 2.1vh, 1.08rem); }
  .hero-proof { margin-top: 3.6vh; padding-top: 2.8vh; gap: 12px 34px; }
  .hero-proof .rating strong { font-size: clamp(1.8rem, 4.4vh, 2.3rem); }
  .hero-proof .stars svg { width: clamp(20px, 2.9vh, 26px); height: clamp(20px, 2.9vh, 26px); }
  .hero-proof .lic-ic { width: clamp(44px, 6.4vh, 54px); height: clamp(44px, 6.4vh, 54px); }
  .hero-proof .lic-ic svg { width: 26px; height: 26px; }
  .hero-proof .lic-tx { font-size: clamp(.9rem, 2vh, 1.02rem); }
}
.hero h1 .h1-line { display: block; white-space: nowrap; }
@media (max-width: 480px) { .hero h1 .h1-line { white-space: normal; } }

/* ===== compact "Get in touch" panel ===== */
.help-panel { width: 300px; right: 8px; bottom: 80px; padding: 16px 14px 12px; border-radius: 24px 24px 8px 24px; }
.help-kicker { font-size: .6rem; letter-spacing: .2em; margin-bottom: 2px; }
.help-title { font-size: 1.35rem; }
.help-sub { font-size: .82rem; margin: 2px 0 12px; }
.help-list { gap: 7px; }
.help-row { grid-template-columns: 38px minmax(0, 1fr) 16px; gap: 10px; padding: 6px 12px 6px 6px; }
.help-ic { width: 38px; height: 38px; }
.help-ic svg { width: 19px; height: 19px; }
.help-ic.solid svg { width: 38px; height: 38px; }
.help-tx strong { font-size: .9rem; }
.help-tx small { font-size: .76rem; }
.help-chev { width: 16px; height: 16px; }
.help-foot { gap: 10px; margin-top: 10px; padding-top: 10px; }
.help-shield { width: 22px; height: 22px; padding-right: 10px; }
.help-foot span { font-size: .72rem; }
.help-foot b { font-size: .58rem; letter-spacing: .14em; }
.help-foot i { margin: 0 3px; }
.help-close { width: 32px; height: 32px; right: -6px; bottom: 54px; }
.help-close svg { width: 15px; height: 15px; }
@media (max-width: 640px) {
  .help-panel { width: min(300px, calc(100vw - 28px)); right: 0; bottom: 68px; }
  .help-close { bottom: 46px; }
}

/* ===== Get in touch footer: quiet, centred, no box ===== */
.help-foot {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px;
  margin: 14px 0 0; padding: 14px 6px 2px; border: 0; border-radius: 0; background: none; box-shadow: none; text-align: center;
}
.help-foot::before { content: none; }
.help-foot::after {
  content: ""; position: absolute; left: 10%; right: 10%; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 18, 20, .14), transparent);
}
.help-badge { display: none; }
.help-foot-tx { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.help-values { display: flex; align-items: center; justify-content: center; gap: 8px; }
.help-values em { font-style: normal; font-size: .58rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.help-values i { width: 3px; height: 3px; border-radius: 50%; background: var(--orange); flex: none; opacity: .8; }
.help-line { display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; color: var(--muted); line-height: 1.3; }
/* call buttons: icon first, then number */
.btn.btn-call { padding: 0 24px 0 7px; }
/* marquee: tighter vertical padding */
.strip .marquee-track { min-height: 0; padding-block: 12px; }
.strip .marquee-track li { line-height: 1.2; }
@media (max-width: 640px) { .strip .marquee-track { min-height: 0; padding-block: 10px; } }
.strip .marquee-track { padding-block: 18px; }
@media (max-width: 640px) { .strip .marquee-track { padding-block: 14px; } }
/* mobile bottom bar removed: no reserved space, floating button back to the corner */
@media (max-width: 640px) {
  body { padding-bottom: 0; }
  .help { bottom: calc(16px + env(safe-area-inset-bottom)); }
}

/* ===== termite menu button ===== */
.termite-btn {
  position: relative; display: none; place-items: center; width: 50px; height: 50px; padding: 0;
  border-radius: 50%; border: 1px solid rgba(255, 99, 0, .22); cursor: pointer; color: var(--orange);
  background: radial-gradient(circle at 30% 25%, #fff 0%, #fff6ef 70%, #ffe9d8 100%);
  box-shadow: 0 10px 24px -12px rgba(255, 99, 0, .55), inset 0 1px 0 #fff;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s;
}
.termite-btn svg { width: 30px; height: 30px; }
.termite-btn .t-ant { transform-origin: 16px 7px; transition: transform .4s cubic-bezier(.22, 1, .36, 1); }
.termite-btn .t-leg { transform-origin: 16px 13px; }
.termite-btn:hover { transform: translateY(-1px) rotate(-6deg); box-shadow: 0 14px 28px -12px rgba(255, 99, 0, .7), inset 0 1px 0 #fff; }
.termite-btn:hover .t-ant { transform: scaleY(1.12) rotate(4deg); }
.termite-btn:hover .t-leg { animation: t-scuttle .45s ease-in-out 2; }
@keyframes t-scuttle { 0%, 100% { transform: scaleX(1); } 50% { transform: scaleX(.9); } }
@media (max-width: 1080px) {
  .menu-btn.termite-btn { display: grid; margin-left: 0; }
  .nav-open .nav { display: none; }
}
@media (min-width: 1081px) { .drawer { display: none; } }

/* ===== right-side drawer ===== */
.drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; pointer-events: none; transition: visibility 0s linear .6s; }
.drawer.open { visibility: visible; pointer-events: auto; transition: visibility 0s; }
.drawer-scrim {
  position: absolute; inset: 0; background: rgba(17, 18, 20, .38);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  opacity: 0; transition: opacity .5s ease;
}
.drawer.open .drawer-scrim { opacity: 1; }
.drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(390px, 88vw);
  display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain;
  padding: 18px 22px calc(22px + env(safe-area-inset-bottom));
  background:
    radial-gradient(420px 260px at 100% 0%, rgba(255, 138, 61, .14), transparent 70%),
    linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
  border-radius: 28px 0 0 28px;
  box-shadow: -30px 0 80px -30px rgba(17, 18, 20, .45);
  transform: translateX(104%);
  transition: transform .6s cubic-bezier(.76, 0, .24, 1);
}
.drawer.open .drawer-panel { transform: none; transition: transform .7s cubic-bezier(.22, 1, .36, 1); }
.drawer-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(17, 18, 20, .07); }
.drawer-logo img { height: 50px; width: auto; }
.drawer-close {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; cursor: pointer;
  border: 1px solid rgba(17, 18, 20, .08); background: #fff; color: var(--ink);
  box-shadow: 0 6px 16px -10px rgba(17, 18, 20, .35);
  transform: rotate(-90deg) scale(.6); opacity: 0;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1) .15s, opacity .3s ease .15s, background-color .2s, color .2s;
}
.drawer-close svg { width: 18px; height: 18px; }
.drawer-close:hover { background: var(--orange); color: #fff; }
.drawer.open .drawer-close { transform: none; opacity: 1; }
.drawer-kicker { margin: 22px 0 6px; font-size: .68rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--orange-d); }

.drawer-nav { display: flex; flex-direction: column; }
.drawer-nav a,
.drawer-cta, .drawer-foot {
  opacity: 0; transform: translateX(28px);
  transition: opacity .25s ease, transform .3s ease;
}
.drawer.open .drawer-nav a,
.drawer.open .drawer-cta, .drawer.open .drawer-foot {
  opacity: 1; transform: none;
  transition: opacity .5s ease calc(.18s + var(--i) * .06s), transform .7s cubic-bezier(.22, 1, .36, 1) calc(.18s + var(--i) * .06s);
}
.drawer-nav a {
  display: grid; grid-template-columns: 34px minmax(0, 1fr) 22px; align-items: center; gap: 10px;
  padding: 15px 4px; text-decoration: none; color: var(--ink); border-bottom: 1px solid rgba(17, 18, 20, .07);
}
.dn-no { font-size: .72rem; font-weight: 500; letter-spacing: .08em; color: rgba(17, 18, 20, .38); }
.dn-tx { font-size: 1.35rem; font-weight: 500; letter-spacing: -.01em; transition: color .25s, transform .35s cubic-bezier(.22, 1, .36, 1); }
.drawer-nav a svg { width: 20px; height: 20px; color: var(--orange); opacity: 0; transform: translateX(-8px); transition: opacity .25s, transform .35s cubic-bezier(.22, 1, .36, 1); }
.drawer-nav a:hover .dn-tx, .drawer-nav a:focus-visible .dn-tx { color: var(--orange-d); transform: translateX(4px); }
.drawer-nav a:hover svg, .drawer-nav a:focus-visible svg { opacity: 1; transform: none; }

.drawer-cta { margin-top: auto; padding-top: 26px; display: grid; gap: 10px; }
.drawer-call {
  display: flex; align-items: center; gap: 12px; padding: 8px 18px 8px 8px; border-radius: 999px; text-decoration: none;
  background: #fff; border: 1px solid rgba(17, 18, 20, .07); box-shadow: 0 10px 24px -16px rgba(17, 18, 20, .4);
}
.drawer-call .call-ic { width: 46px; height: 46px; }
.drawer-call small { display: block; font-size: .74rem; color: var(--muted); line-height: 1.2; }
.drawer-call strong { font-size: 1.08rem; font-weight: 600; color: var(--ink); }
.drawer-quote { width: 100%; min-height: 56px; justify-content: space-between; padding-left: 24px; }
.drawer-foot { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 18px 0 0; }
.drawer-foot em { font-style: normal; font-size: .6rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); }
.drawer-foot i { width: 3px; height: 3px; border-radius: 50%; background: var(--orange); }
body.drawer-lock { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .drawer-panel, .drawer.open .drawer-panel, .drawer-scrim, .drawer-nav a, .drawer-cta, .drawer-foot, .drawer-close { transition-duration: .01ms !important; transition-delay: 0s !important; }
}

/* drawer: no visible scrollbar, and tight enough to fit a phone screen */
.drawer-panel { scrollbar-width: none; -ms-overflow-style: none; padding-top: 14px; }
.drawer-panel::-webkit-scrollbar { display: none; width: 0; height: 0; }
.drawer-top { padding-bottom: 12px; }
.drawer-logo img { height: 44px; }
.drawer-kicker { margin: 14px 0 2px; }
.drawer-nav a { padding: 11px 4px; }
.dn-tx { font-size: 1.22rem; }
.drawer-cta { padding-top: 18px; gap: 8px; }
.drawer-call .call-ic { width: 42px; height: 42px; }
.drawer-quote { min-height: 52px; }
.drawer-foot { margin-top: 12px; }
@media (max-height: 640px) {
  .drawer-nav a { padding: 8px 4px; }
  .dn-tx { font-size: 1.1rem; }
  .drawer-cta { padding-top: 12px; }
}

/* hero proof: Google rating in the same style as the other two items */
.hero-proof .g-ic { background: #fff; box-shadow: 0 0 0 1px rgba(17, 18, 20, .06), 0 6px 14px -8px rgba(17, 18, 20, .3); }
.hero-proof .g-ic svg { width: 58%; height: 58%; }
.hero-proof .g-top { display: flex; align-items: center; gap: 7px; }
.hero-proof .g-rate .stars { display: inline-flex; gap: 1px; margin: 0; color: #fbbc04; }
.hero-proof .g-rate .stars svg { width: 15px; height: 15px; }

/* =====================================================================
   QUOTE SECTION (redesign)
   ===================================================================== */
.qx {
  position: relative; overflow: hidden; isolation: isolate;
  padding-block: clamp(56px, 7vw, 100px);
  background:
    radial-gradient(700px 420px at 8% 0%, rgba(255, 138, 61, .10), transparent 70%),
    radial-gradient(600px 500px at 100% 100%, rgba(255, 138, 61, .08), transparent 70%),
    linear-gradient(180deg, #fbf8f4 0%, #f6f1ea 100%);
}
.qx-arcs { position: absolute; right: -40px; bottom: -60px; width: 340px; height: 340px; color: rgba(255, 99, 0, .55); z-index: -1; pointer-events: none; }
.qx-grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(28px, 4vw, 70px); align-items: center; }

/* slanted photo between the columns */
.qx-photo {
  position: absolute; top: 0; bottom: 0; left: 32%; width: 30%; z-index: -1;
  clip-path: polygon(38% 0, 100% 0, 62% 100%, 0 100%);
}
.qx-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 40% center; }
.qx-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251, 248, 244, .5), transparent 45%); }
.qx-photo-card {
  position: absolute; left: 10%; bottom: 13%; z-index: 2; width: 150px; padding: 16px 16px 14px; border-radius: 14px;
  background: rgba(40, 36, 32, .42); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .18); color: #fff; font-size: .9rem; font-weight: 500; line-height: 1.3;
}
.qx-photo-card svg { display: block; width: 26px; height: 26px; margin-bottom: 10px; }
.qx-photo-card i { display: block; width: 24px; height: 2px; background: var(--orange); margin-top: 10px; }

/* left copy */
.qx-copy { position: relative; max-width: 470px; }
.qx-copy::before { /* soft fade so copy never sits on the photo */
  content: ""; position: absolute; inset: -40px -60px -40px -40px; z-index: -1;
  background: radial-gradient(closest-side, rgba(251, 248, 244, .96), rgba(251, 248, 244, .75) 70%, transparent);
}
.qx-kicker { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 14px; font-size: .74rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--orange-d); }
.qx-kicker::before { content: ""; width: 34px; height: 1.5px; background: currentColor; }
.qx-title { font-size: clamp(2rem, 3.4vw, 3.1rem); line-height: 1.06; letter-spacing: -.02em; margin: 0 0 16px; }
.qx-title em { font-style: normal; background: linear-gradient(90deg, #ff6300, #ff8a3d); -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .08em; }
.qx-lede { font-size: 1.02rem; color: var(--muted); margin: 0 0 28px; }
.qx-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.qx-steps li { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 18px; align-items: center; font-size: .92rem; color: var(--muted); line-height: 1.45; }
.qx-steps strong { display: block; font-size: 1.1rem; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.qx-step-ic { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; color: var(--orange); background: radial-gradient(circle at 30% 25%, #fff3e9, #ffe3cf); box-shadow: inset 0 0 0 1px rgba(255, 99, 0, .08); }
.qx-step-ic svg { width: 26px; height: 26px; }

.qx-call { display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 18px; align-items: center; margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(17, 18, 20, .1); text-decoration: none; }
.qx-call-ic { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #ff8a3d, #f25500); box-shadow: 0 14px 28px -12px rgba(255, 99, 0, .7); }
.qx-call-ic svg { width: 100%; height: 100%; }
.qx-call-tx small { display: block; font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.qx-call-tx strong { display: flex; align-items: center; gap: 12px; font-size: 1.6rem; font-weight: 600; color: var(--ink); letter-spacing: -.01em; line-height: 1.3; }
.qx-call-tx strong b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); transition: transform .3s cubic-bezier(.22, 1, .36, 1); }
.qx-call-tx strong b svg { width: 16px; height: 16px; }
.qx-call:hover strong b { transform: translateX(4px); }
.qx-call-tx em { display: block; font-style: normal; font-size: .86rem; color: var(--muted); }

.qx-trust { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px 0; }
.qx-trust li { display: flex; align-items: center; gap: 10px; padding: 0 18px; font-size: .78rem; color: var(--muted); line-height: 1.35; border-left: 1px solid rgba(17, 18, 20, .12); }
.qx-trust li:first-child { padding-left: 0; border-left: 0; }
.qx-trust svg { width: 26px; height: 26px; color: var(--ink-3); flex: none; }
.qx-trust strong { display: block; font-size: .84rem; font-weight: 600; color: var(--ink); }

/* form card */
.qx-card {
  position: relative; background: rgba(255, 255, 255, .96); border-radius: 30px; padding: clamp(24px, 3vw, 44px);
  box-shadow: 0 40px 90px -40px rgba(60, 35, 10, .35), 0 2px 8px rgba(17, 18, 20, .04);
  border: 1px solid rgba(255, 255, 255, .9);
}
.qx-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.qx-card-head .qx-kicker { margin-bottom: 10px; }
.qx-card-title { font-size: clamp(1.5rem, 2.2vw, 2.05rem); font-weight: 700; letter-spacing: -.015em; margin: 0; }
.qx-badge { display: flex; align-items: center; gap: 10px; flex: none; padding: 10px 16px 10px 12px; border-radius: 14px; background: linear-gradient(135deg, #fff6ef, #fff); box-shadow: 0 10px 24px -14px rgba(255, 99, 0, .5); font-size: .74rem; font-weight: 500; line-height: 1.3; color: var(--ink); }
.qx-badge svg { width: 22px; height: 22px; color: var(--orange); }
.qx-card-sub { margin: 10px 0 24px; font-size: .96rem; color: var(--muted); max-width: 520px; }

.qf-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px 22px; }
.qf { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.qf.full { grid-column: 1 / -1; }
.qf > label { font-size: .9rem; font-weight: 500; color: var(--ink); }
.qf > label span { color: var(--orange); }
.qf > label small { font-weight: 400; color: var(--muted); font-size: .84rem; }
.qf-in { position: relative; }
.qf-in > svg:first-child { position: absolute; left: 16px; top: 50%; width: 19px; height: 19px; transform: translateY(-50%); color: #8a8e95; pointer-events: none; transition: color .2s; }
.qf-in input, .qf-in select, .qf-in textarea {
  width: 100%; height: 52px; padding: 0 16px 0 48px; border-radius: 12px; border: 1px solid #e2ddd6; background: #fff;
  font-size: .95rem; color: var(--ink); transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none; appearance: none;
}
.qf-in input::placeholder, .qf-in textarea::placeholder { color: #9a9ea5; }
.qf-in input:focus, .qf-in select:focus, .qf-in textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255, 99, 0, .12); }
.qf-in:focus-within > svg:first-child { color: var(--orange); }
.qf-sel select { padding-right: 44px; cursor: pointer; color: var(--ink); }
.qf-chev { position: absolute; right: 16px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); color: var(--ink); pointer-events: none; }
.qf-area > svg:first-child { top: 18px; transform: none; }
.qf-area textarea { height: 104px; padding-top: 14px; padding-bottom: 26px; resize: vertical; line-height: 1.5; }
.qf-count { position: absolute; right: 14px; bottom: 10px; font-size: .74rem; color: #9a9ea5; pointer-events: none; }

.qf-drop { position: relative; display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1.5px dashed #ddd6cd; border-radius: 14px; background: #fdfbf9; cursor: pointer; transition: border-color .2s, background-color .2s; }
.qf-drop:hover, .qf-drop.drag { border-color: var(--orange); background: #fff6ef; }
.qf-drop input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.qf-drop:focus-within { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255, 99, 0, .12); }
.qf-drop-clip { width: 22px; height: 22px; color: var(--ink-3); flex: none; }
.qf-drop-tx { flex: 1; min-width: 0; line-height: 1.35; }
.qf-drop-tx strong { display: block; font-size: .92rem; font-weight: 500; color: var(--ink); }
.qf-drop-tx small { font-size: .78rem; color: var(--muted); }
.qf-drop-btn { display: flex; align-items: center; gap: 7px; font-size: .92rem; font-weight: 600; color: var(--orange-d); white-space: nowrap; }
.qf-drop-btn svg { width: 19px; height: 19px; }
.qf-files { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.qf-files li { display: flex; align-items: center; gap: 8px; max-width: 100%; padding: 6px 6px 6px 12px; border-radius: 999px; background: var(--orange-soft); font-size: .8rem; color: var(--ink); }
.qf-files li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 220px; }
.qf-files li small { color: var(--muted); }
.qf-files button { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; border: 0; background: #fff; color: var(--ink); cursor: pointer; }
.qf-files button svg { width: 11px; height: 11px; }

.qx-form .form-msg { margin: 16px 0 0; }
.qx-submit {
  position: relative; display: flex; align-items: center; justify-content: center; gap: 14px; width: 100%; min-height: 62px; margin-top: 22px;
  border: 0; border-radius: 999px; cursor: pointer; font-size: 1.1rem; font-weight: 600; color: #fff;
  background: linear-gradient(90deg, #ff7a1f 0%, #f25500 55%, #d63f00 100%);
  box-shadow: 0 18px 34px -16px rgba(242, 85, 0, .85), inset 0 1px 0 rgba(255, 255, 255, .25);
  transition: transform .25s, box-shadow .25s, filter .25s;
}
.qx-submit:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 22px 40px -16px rgba(242, 85, 0, .95), inset 0 1px 0 rgba(255, 255, 255, .25); }
.qx-submit:disabled { opacity: .75; cursor: progress; transform: none; }
.qx-submit-chip { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, .22); transition: transform .3s cubic-bezier(.22, 1, .36, 1); }
.qx-submit-chip svg { width: 17px; height: 17px; }
.qx-submit:hover .qx-submit-chip { transform: translateX(4px); }
.qx-safe { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 16px 0 0; font-size: .82rem; color: var(--muted); text-align: center; }
.qx-safe svg { width: 15px; height: 15px; flex: none; }

@media (max-width: 1180px) {
  .qx-photo { left: 30%; width: 32%; }
  .qx-trust li { padding: 0 12px; }
}
@media (max-width: 1080px) {
  .qx-grid { grid-template-columns: minmax(0, 1fr); }
  .qx-copy { max-width: 640px; }
  .qx-photo { display: none; }
}
@media (max-width: 640px) {
  .qx-title { font-size: 2rem; }
  .qx-card { border-radius: 22px; padding: 22px 16px; }
  .qx-card-head { flex-direction: column; gap: 12px; }
  .qf-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .qx-call-tx strong { font-size: 1.3rem; }
  .qx-trust { gap: 14px; }
  .qx-trust li { padding: 0; border-left: 0; width: 100%; }
  .qf-drop { flex-wrap: wrap; }
  .qf-drop-btn { width: 100%; justify-content: center; padding-top: 8px; border-top: 1px dashed #e7e0d7; }
  .qx-submit { font-size: 1rem; min-height: 56px; }
  .qx-arcs { width: 220px; height: 220px; }
}

/* =====================================================================
   FLOATING CONTACT: button morphs into its own close control,
   panel grows out of the button and stays attached to it
   ===================================================================== */
.help { position: fixed; right: 26px; bottom: 26px; z-index: 80; }
.help-close { display: none !important; }

.help-fab {
  position: relative; z-index: 2; display: block; width: 64px; height: 64px; padding: 0; border: 0; border-radius: 50%; cursor: pointer;
  background: #fff; box-shadow: 0 16px 34px -12px rgba(242, 85, 0, .55), 0 3px 10px rgba(17, 18, 20, .10);
  transition: transform .45s cubic-bezier(.34, 1.56, .64, 1), box-shadow .4s ease, background-color .4s ease;
}
.help-fab:hover { transform: scale(1.06); }
.help-fab:active { transform: scale(.94); }
.help-fab::before, .help-fab::after {
  content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 1px solid rgba(255, 99, 0, .35);
  animation: help-ring 2.8s ease-out infinite; pointer-events: none; transition: opacity .3s;
}
.help-fab::after { animation-delay: 1.4s; }
.hf-glyph { position: absolute; inset: 4px; display: grid; place-items: center; border-radius: 50%; transition: transform .55s cubic-bezier(.34, 1.4, .64, 1), opacity .3s ease; }
.hf-phone svg { width: 100%; height: 100%; fill: url(#g-orange); color: var(--orange); }
.hf-close { background: linear-gradient(145deg, #2a2d33, #111214); color: #fff; opacity: 0; transform: rotate(-135deg) scale(.4); }
.hf-close svg { width: 24px; height: 24px; }

.help.open .help-fab { background: #111214; box-shadow: 0 16px 34px -14px rgba(17, 18, 20, .6); }
.help.open .help-fab::before, .help.open .help-fab::after { opacity: 0; animation: none; }
.help.open .hf-phone { opacity: 0; transform: rotate(135deg) scale(.4); }
.help.open .hf-close { opacity: 1; transform: none; }

/* the panel */
.help-panel {
  position: absolute; right: 0; bottom: 80px; width: 318px; max-width: calc(100vw - 32px);
  padding: 20px 16px 14px; border-radius: 26px 26px 8px 26px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
  border: 1px solid rgba(17, 18, 20, .06);
  box-shadow: 0 34px 70px -28px rgba(40, 25, 10, .45), 0 2px 6px rgba(17, 18, 20, .05);
  transform-origin: calc(100% - 32px) calc(100% + 16px);
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(14px) scale(.55);
  filter: blur(4px);
  transition: transform .32s cubic-bezier(.55, 0, .75, .2), opacity .22s ease .06s, filter .3s ease, visibility 0s linear .32s;
  animation: none;
}
/* tail joining the panel to the button */
.help-panel::after {
  content: ""; position: absolute; right: 24px; bottom: -8px; width: 16px; height: 16px;
  background: #fcfaf7; border-right: 1px solid rgba(17, 18, 20, .06); border-bottom: 1px solid rgba(17, 18, 20, .06);
  border-bottom-right-radius: 4px; transform: rotate(45deg);
}
.help.open .help-panel {
  opacity: 1; visibility: visible; pointer-events: auto; transform: none; filter: none;
  transition: transform .6s cubic-bezier(.34, 1.36, .64, 1), opacity .25s ease, filter .4s ease, visibility 0s;
}

/* content settles in just after the panel */
.help-panel [style*="--d"] { opacity: 0; transform: translateY(8px); transition: opacity .15s ease, transform .2s ease; }
.help.open .help-panel [style*="--d"] {
  opacity: 1; transform: none;
  transition: opacity .4s ease calc(.12s + var(--d) * .045s), transform .55s cubic-bezier(.22, 1, .36, 1) calc(.12s + var(--d) * .045s);
}
.help.open .help-row:hover { transform: translateX(-3px); transition-delay: 0s; }

.help-row { box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset, 0 6px 16px -12px rgba(17, 18, 20, .35); border: 1px solid rgba(17, 18, 20, .05); }

@media (max-width: 640px) {
  .help { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); }
  .help-fab { width: 58px; height: 58px; }
  .help-panel { bottom: 74px; width: min(318px, calc(100vw - 32px)); }
  .help-panel::after { right: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  .help-fab, .hf-glyph, .help-panel, .help.open .help-panel, .help-panel [style*="--d"], .help.open .help-panel [style*="--d"] { transition-duration: .01ms !important; transition-delay: 0s !important; }
  .help-fab::before, .help-fab::after { animation: none; }
}

/* ===== quote form: compact ===== */
.qx-card { padding: clamp(22px, 2.4vw, 32px); border-radius: 26px; }
.qx-card-head { margin-bottom: 18px; align-items: center; }
.qx-card-head .qx-kicker { margin-bottom: 6px; }
.qx-card-title { font-size: clamp(1.35rem, 1.8vw, 1.7rem); }
.qx-badge { padding: 8px 12px 8px 10px; font-size: .7rem; }
.qx-badge svg { width: 18px; height: 18px; }
.qf-grid { gap: 12px 14px; }
.qf { gap: 5px; }
.qf > label, .qf-lbl { font-size: .82rem; font-weight: 500; color: var(--ink); }
.qf-lbl small, .qf > label small { font-weight: 400; color: var(--muted); font-size: .78rem; }
.qf-in input, .qf-in select { height: 44px; font-size: .9rem; padding-left: 42px; border-radius: 10px; }
.qf-in > svg:first-child { left: 14px; width: 17px; height: 17px; }
.qf-area textarea { height: 64px; min-height: 64px; padding: 11px 14px 20px 42px; font-size: .9rem; border-radius: 10px; }
.qf-area > svg:first-child { top: 13px; }
.qf-count { bottom: 6px; font-size: .68rem; }
.qf-upload { display: flex; flex-direction: column; gap: 5px; }
.qf-drop { height: 44px; padding: 0 6px 0 12px; gap: 10px; border-radius: 10px; }
.qf-drop-clip { width: 17px; height: 17px; }
.qf-drop-tx { display: flex; align-items: baseline; gap: 6px; white-space: nowrap; overflow: hidden; }
.qf-drop-tx strong { display: inline; font-size: .86rem; }
.qf-drop-tx small { font-size: .7rem; overflow: hidden; text-overflow: ellipsis; }
.qf-drop-btn { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; background: var(--orange-soft); }
.qf-drop-btn svg { width: 16px; height: 16px; }
.qf-files { margin-top: 6px; }
.qx-submit { min-height: 52px; margin-top: 16px; font-size: 1rem; }
.qx-submit-chip { width: 30px; height: 30px; }
.qx-safe { margin-top: 10px; font-size: .76rem; }
@media (max-width: 640px) {
  .qf-drop { flex-wrap: nowrap; }
  .qf-drop-btn { width: 32px; padding-top: 0; border-top: 0; }
}

/* quote trust row: one even row of three, never wraps */
.qx-copy { max-width: 520px; }
.qx-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(17, 18, 20, .1); }
.qx-trust li { display: flex; align-items: center; gap: 10px; padding: 0 14px; border-left: 1px solid rgba(17, 18, 20, .1); width: auto; white-space: nowrap; font-size: .76rem; }
.qx-trust li:first-child { padding-left: 0; border-left: 0; }
.qx-trust svg { width: 22px; height: 22px; color: var(--orange); }
.qx-trust strong { font-size: .84rem; }
@media (max-width: 640px) {
  .qx-trust { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .qx-trust li { padding: 0; border-left: 0; }
}
/* quote section without the slanted photo */
.qx-copy::before { content: none; }

/* =====================================================================
   WHY IT MATTERS (redesign)
   ===================================================================== */
.why {
  position: relative; overflow: hidden; padding-block: clamp(56px, 7vw, 100px);
  background:
    radial-gradient(600px 420px at 0% 30%, rgba(255, 138, 61, .07), transparent 70%),
    linear-gradient(180deg, #fffdfb 0%, #fbf8f4 100%);
}
.why-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: center; }

.why-media { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); grid-template-rows: 1fr 1fr; gap: 18px; height: clamp(520px, 50vw, 680px); }
.why-media figure { position: relative; margin: 0; overflow: hidden; border-radius: 22px; background: var(--concrete-2); box-shadow: 0 28px 60px -34px rgba(40, 25, 10, .45); }
.why-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.22, 1, .36, 1); }
.why-media figure:hover img { transform: scale(1.04); }
.why-tall { grid-row: 1 / 3; }

.why-chip {
  position: absolute; display: flex; align-items: center; gap: 12px; padding: 12px 18px 12px 12px; border-radius: 16px;
  background: rgba(255, 255, 255, .82); backdrop-filter: blur(12px) saturate(1.3); -webkit-backdrop-filter: blur(12px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, .7); box-shadow: 0 14px 30px -18px rgba(17, 18, 20, .45);
  line-height: 1.25; color: var(--ink);
}
.why-chip strong { display: block; font-size: .9rem; font-weight: 600; }
.why-chip small { display: block; font-size: .76rem; color: var(--muted); margin-top: 2px; }
.why-chip-top { left: 22px; top: 60px; max-width: 220px; }
.why-chip-low { left: 18px; bottom: 18px; right: 18px; width: max-content; max-width: calc(100% - 36px); border-radius: 999px; padding: 8px 18px 8px 8px; }
.why-chip-low strong { font-size: .84rem; }
.why-chip-ic { display: grid; place-items: center; flex: none; width: 42px; height: 42px; border-radius: 50%; color: var(--orange); }
.why-chip-ic svg { width: 30px; height: 30px; }
.why-chip-ic.solid { background: var(--orange-soft); }
.why-chip-ic.solid svg { width: 20px; height: 20px; }
.why-chip-ic.tick { background: linear-gradient(145deg, #ff8a3d, #f25500); color: #fff; }
.why-chip-ic.tick svg { width: 26px; height: 26px; }
.why-chip-ic.tick svg circle { display: none; }

.why-stat {
  position: absolute; left: 22px; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 16px; padding: 16px 22px; border-radius: 16px;
  background: rgba(20, 16, 12, .55); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, .12);
  color: #fff; font-size: .95rem; font-weight: 500; line-height: 1.3;
}
.why-stat b { font-size: 2.6rem; font-weight: 700; line-height: 1; letter-spacing: -.03em; background: linear-gradient(180deg, #ff9a52, #ff6300); -webkit-background-clip: text; background-clip: text; color: transparent; }

.why-copy { max-width: 640px; }
.why-title { font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.1; letter-spacing: -.02em; margin: 0 0 22px; }
.why-title em { display: block; font-style: normal; background: linear-gradient(90deg, #ff6300, #e84a00); -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .06em; }
.why-copy > p:not(.qx-kicker) { font-size: 1.02rem; line-height: 1.75; color: var(--muted); margin: 0 0 18px; }

.why-points { list-style: none; margin: 28px 0 34px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 28px; }
.why-points li { display: flex; align-items: center; gap: 16px; font-size: 1.02rem; font-weight: 500; color: var(--ink); line-height: 1.4; }
.why-pt-ic { display: grid; place-items: center; flex: none; width: 60px; height: 60px; border-radius: 16px; color: var(--orange); background: linear-gradient(145deg, #fff3e9, #ffe6d4); box-shadow: inset 0 0 0 1px rgba(255, 99, 0, .06); }
.why-pt-ic svg { width: 26px; height: 26px; }

.why-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 30px; }
.why-btn { width: auto; min-height: 60px; margin: 0; padding: 0 10px 0 34px; text-decoration: none; font-size: 1.08rem; }
.why-btn .qx-submit-chip { width: 42px; height: 42px; }
.why-talk { display: flex; align-items: center; gap: 16px; padding-left: 30px; border-left: 1px solid rgba(17, 18, 20, .12); text-decoration: none; line-height: 1.3; }
.why-talk-ic { display: grid; place-items: center; flex: none; width: 58px; height: 58px; border-radius: 50%; background: var(--orange-soft); padding: 6px; }
.why-talk-ic svg { width: 100%; height: 100%; fill: url(#g-orange); color: var(--orange); }
.why-talk small { display: block; font-size: .84rem; color: var(--muted); }
.why-talk strong { display: block; font-size: 1.35rem; font-weight: 600; color: var(--ink); letter-spacing: -.01em; }
.why-talk em { display: block; font-style: normal; font-size: .84rem; color: var(--muted); }

@media (max-width: 1080px) {
  .why-grid { grid-template-columns: minmax(0, 1fr); }
  .why-media { height: clamp(460px, 80vw, 620px); }
}
@media (max-width: 640px) {
  .why-media { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); height: 480px; gap: 10px; }
  .why-media figure { border-radius: 16px; }
  .why-chip-top { left: 10px; right: 10px; top: 10px; max-width: none; padding: 8px 10px; gap: 8px; }
  .why-chip-top .why-chip-ic { width: 30px; height: 30px; }
  .why-chip-top .why-chip-ic svg { width: 22px; height: 22px; }
  .why-chip strong { font-size: .76rem; }
  .why-chip small { font-size: .66rem; }
  .why-chip-low { left: 8px; bottom: 8px; max-width: calc(100% - 16px); padding: 5px 10px 5px 5px; gap: 7px; }
  .why-chip-low .why-chip-ic { width: 28px; height: 28px; }
  .why-chip-low .why-chip-ic svg { width: 16px; height: 16px; }
  .why-chip-low strong { font-size: .68rem; }
  .why-stat { left: 10px; right: 10px; bottom: 10px; padding: 10px 12px; gap: 10px; font-size: .74rem; }
  .why-stat b { font-size: 1.8rem; }
  .why-points { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .why-pt-ic { width: 50px; height: 50px; border-radius: 14px; }
  .why-talk { padding-left: 0; border-left: 0; }
  .why-btn { width: 100%; justify-content: space-between; }
}

/* ===== floating button open state: light, not dark ===== */
.hf-close { inset: 0; background: #fff; color: var(--orange); }
.hf-close svg { width: 22px; height: 22px; }
.help.open .help-fab {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 99, 0, .18), 0 0 0 7px rgba(255, 99, 0, .08), 0 14px 30px -14px rgba(242, 85, 0, .5);
}
.help.open .help-fab:hover .hf-close { transform: rotate(90deg); }
.help.open .hf-close { transition: transform .55s cubic-bezier(.34, 1.4, .64, 1), opacity .3s ease, background-color .2s; }
.help.open .help-fab:hover .hf-close { background: var(--orange-soft); }
/* pointer sits exactly over the button centre */
.help-panel { bottom: 84px; }
.help-panel::after { right: 24px; bottom: -8px; box-shadow: 3px 3px 6px -4px rgba(40, 25, 10, .18); }
@media (max-width: 640px) {
  .help-panel { bottom: 78px; }
  .help-panel::after { right: 21px; }
}

/* ===== Get in touch panel: smaller on phones ===== */
@media (max-width: 700px) {
  .help-panel { width: min(280px, calc(100vw - 32px)); padding: 16px 12px 12px; border-radius: 22px 22px 8px 22px; }
  .help-kicker { font-size: .54rem; letter-spacing: .18em; }
  .help-title { font-size: 1.15rem; }
  .help-sub { font-size: .74rem; margin: 2px 0 10px; }
  .help-list { gap: 6px; }
  .help-row { grid-template-columns: 32px minmax(0, 1fr) 14px; gap: 8px; padding: 5px 10px 5px 5px; }
  .help-ic { width: 32px; height: 32px; }
  .help-ic svg { width: 16px; height: 16px; }
  .help-ic.solid svg { width: 32px; height: 32px; }
  .help-tx strong { font-size: .82rem; }
  .help-tx small { font-size: .7rem; }
  .help-chev { width: 14px; height: 14px; }
  .help-foot { margin-top: 10px; padding: 10px 4px 0; gap: 4px; }
  .help-values em { font-size: .5rem; letter-spacing: .16em; }
  .help-line { font-size: .66rem; }
  .help-line svg { width: 11px; height: 11px; }
}
/* the termite button must never be squeezed out of round */
.menu-btn.termite-btn { flex: 0 0 50px; aspect-ratio: 1; }
@media (max-width: 420px) { .menu-btn.termite-btn { flex-basis: 46px; width: 46px; height: 46px; } }

/* mobile: logo keeps its shape, quote steps use smaller icons */
@media (max-width: 1080px) {
  .header .logo { flex: 0 0 auto; min-width: 0; }
  .header .logo img { width: auto; flex: none; }
  .head-cta .btn { min-width: 0; }
}
@media (max-width: 640px) {
  .header .logo img { height: 44px; }
  .qx-steps { gap: 14px; }
  .qx-steps li { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; align-items: start; }
  .qx-step-ic { width: 44px; height: 44px; }
  .qx-step-ic svg { width: 20px; height: 20px; }
  .qx-steps strong { font-size: 1rem; }
  .qx-call { grid-template-columns: 52px minmax(0, 1fr); gap: 14px; }
  .qx-call-ic { width: 52px; height: 52px; }
  .why-talk-ic { width: 48px; height: 48px; }
}

/* mobile header: everything fits inside the screen, nothing overflows */
@media (max-width: 640px) {
  .header .wrap { gap: 10px; }
  .header .logo img { height: 42px; }
  .head-cta { gap: 8px; }
  .head-cta .btn { min-height: 42px; padding: 0 6px 0 14px; font-size: .88rem; gap: 8px; }
  .head-cta .btn .chip { width: 28px; height: 28px; }
  .head-cta .btn .chip svg { width: 14px; height: 14px; }
  .menu-btn.termite-btn { flex-basis: 44px; width: 44px; height: 44px; }
  .termite-btn svg { width: 26px; height: 26px; }
}
@media (max-width: 400px) {
  .header .logo img { height: 38px; }
  .head-cta .btn { font-size: .82rem; padding: 0 5px 0 12px; }
}
/* mobile header: logo + menu only (the drawer and floating button carry the CTAs) */
@media (max-width: 1080px) { .header .head-cta { display: none; } }
@media (max-width: 640px) { .header .logo img { height: 48px; } }
/* mobile hero buttons: sit left, sized to their text */
@media (max-width: 640px) {
  .hero-actions { justify-content: flex-start; }
  .hero-actions .btn { flex: 0 0 auto; width: auto; }
}

/* photo labels on phones: text only, one tidy block */
@media (max-width: 640px) {
  .why-chip .why-chip-ic { display: none; }
  .why-chip-top { left: 8px; right: 8px; top: 8px; padding: 8px 12px; }
  .why-chip-low { left: 8px; right: 8px; bottom: 8px; width: auto; max-width: calc(100% - 16px); padding: 7px 12px; border-radius: 12px; }
  .why-chip strong { font-size: .72rem; line-height: 1.25; }
  .why-chip small { font-size: .64rem; }
}
/* mobile header: bigger logo, menu button pinned to the right */
@media (max-width: 1080px) {
  .menu-btn.termite-btn { margin-left: auto; }
}
@media (max-width: 640px) {
  .header .logo img { height: 58px; }
  .header .wrap { min-height: 78px; }
}
@media (max-width: 400px) { .header .logo img { height: 50px; } }
/* mobile: "Book your barrier" sits left, sized to its text */
@media (max-width: 640px) {
  .why-actions { justify-content: flex-start; }
  .why-btn { width: auto; justify-content: center; padding: 0 8px 0 26px; }
}

/* ===== tables become cards on phones: no sideways scrolling ===== */
@media (max-width: 760px) {
  .table-wrap { overflow: visible; border: 0; background: none; border-radius: 0; }
  .table-wrap table { min-width: 0; width: 100%; display: block; }
  .table-wrap thead { display: none; }
  .table-wrap tbody, .table-wrap tr, .table-wrap td { display: block; width: auto; }
  .table-wrap tr {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 16px 18px; margin-bottom: 12px; box-shadow: 0 10px 26px -22px rgba(17, 18, 20, .5);
  }
  .table-wrap tbody tr:nth-child(even) td { background: none; }
  .table-wrap td { border: 0; padding: 0 0 12px; font-size: .94rem; color: var(--text); }
  .table-wrap td:last-child { padding-bottom: 0; }
  .table-wrap td:first-child { font-size: 1.05rem; font-weight: 600; color: var(--ink); width: auto; margin-bottom: 4px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
  .table-wrap td[data-l]:not(:first-child)::before {
    content: attr(data-l); display: block; font-size: .68rem; font-weight: 600; letter-spacing: .12em;
    text-transform: uppercase; color: var(--orange-d); margin-bottom: 3px;
  }
  .table-wrap td .pill { margin-top: 8px; }
}

/* builders photo caption: under the photo on phones, never over it */
@media (max-width: 860px) {
  .builders-photo { aspect-ratio: auto; border-radius: var(--radius-lg); }
  .builders-photo img { position: static; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
  .builders-photo figcaption {
    position: static; margin: 0; padding: 14px 16px; border-radius: 0; backdrop-filter: none;
    background: rgba(255, 255, 255, .06); border-top: 1px solid rgba(255, 255, 255, .1); font-size: .88rem;
  }
}
/* phones: the floating button tucks away while scrolling down */
@media (max-width: 860px) {
  .help { transition: transform .35s cubic-bezier(.22, 1, .36, 1), opacity .3s ease; }
  .help.tucked { transform: translateY(120%); opacity: 0; pointer-events: none; }
  .help-fab { width: 54px; height: 54px; }
}

/* ===== mobile comparison cards, properly designed ===== */
@media (max-width: 760px) {
  .table-wrap { display: grid; gap: 14px; }
  .table-wrap tr {
    padding: 0; margin: 0; overflow: hidden; border: 1px solid rgba(17, 18, 20, .07); border-radius: 18px;
    background: #fff; box-shadow: 0 16px 34px -26px rgba(40, 25, 10, .55);
  }
  .table-wrap td { padding: 12px 18px; border: 0; }
  /* card header */
  .table-wrap td:first-child {
    display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px;
    margin: 0; padding: 14px 18px; border-bottom: 0; font-size: 1.02rem; line-height: 1.3;
    background: linear-gradient(135deg, #fff4ec 0%, #fffaf6 100%);
    box-shadow: inset 0 -1px 0 rgba(255, 99, 0, .14);
  }
  .table-wrap td:first-child br { display: none; }
  .table-wrap td:first-child .pill { margin: 0; background: #fff; color: var(--orange-d); box-shadow: 0 0 0 1px rgba(255, 99, 0, .2); }
  /* detail rows */
  .table-wrap td[data-l]:not(:first-child) { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 12px; align-items: baseline; padding: 11px 18px; }
  .table-wrap td[data-l]:not(:first-child) + td { border-top: 1px solid rgba(17, 18, 20, .06); }
  .table-wrap td[data-l]:not(:first-child)::before {
    content: attr(data-l); margin: 0; font-size: .6rem; font-weight: 600; letter-spacing: .1em;
    text-transform: uppercase; color: var(--muted); line-height: 1.5;
  }
  .table-wrap td:not(:first-child) { font-size: .88rem; line-height: 1.5; color: var(--text); }
  .table-wrap td:last-child { padding-bottom: 14px; }
}
@media (max-width: 420px) {
  .table-wrap td[data-l]:not(:first-child) { grid-template-columns: minmax(0, 1fr); gap: 2px; }
}
/* cards must not touch: the gap has to live on tbody, not the wrapper */
@media (max-width: 760px) {
  .table-wrap { display: block; }
  .table-wrap table, .table-wrap tbody { display: grid; gap: 16px; }
  .table-wrap tr { margin: 0; }
}

/* =====================================================================
   COMPARE SYSTEMS — cards (replaces the table on every screen)
   ===================================================================== */
.cmp-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.cmp-card {
  display: flex; flex-direction: column; padding: 26px 26px 22px; border-radius: 24px;
  background: #fff; border: 1px solid rgba(17, 18, 20, .06);
  box-shadow: 0 26px 60px -40px rgba(40, 25, 10, .5);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s;
}
.cmp-card:hover { transform: translateY(-3px); box-shadow: 0 34px 70px -40px rgba(40, 25, 10, .6); }
.cmp-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 12px; font-size: .68rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--orange-d); }
.cmp-kicker::before { content: ""; width: 26px; height: 3px; border-radius: 2px; background: var(--orange); }
.cmp-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.cmp-head h3 { margin: 0; font-size: clamp(1.25rem, 1.7vw, 1.6rem); font-weight: 700; line-height: 1.15; letter-spacing: -.015em; }
.cmp-tag {
  display: inline-flex; align-items: center; gap: 8px; flex: none; padding: 8px 16px; border-radius: 999px;
  font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--orange-d); background: var(--orange-soft); border: 1px solid rgba(255, 99, 0, .28);
}
.cmp-tag svg { width: 15px; height: 15px; }
.cmp-rows { list-style: none; margin: 0; padding: 0; }
.cmp-rows li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 16px; align-items: center; padding: 14px 0; border-top: 1px solid rgba(17, 18, 20, .07); }
.cmp-rows li:first-child { border-top: 0; padding-top: 0; }
.cmp-ic { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: var(--orange); background: var(--orange-soft); }
.cmp-ic svg { width: 23px; height: 23px; }
.cmp-rows strong { display: block; font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); margin-bottom: 4px; }
.cmp-rows li > span:last-child { font-size: .94rem; line-height: 1.5; color: var(--muted); }
.cmp-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 20px; }
.cmp-btn {
  display: inline-flex; align-items: center; gap: 14px; padding: 13px 14px 13px 26px; border-radius: 999px; text-decoration: none;
  font-size: .76rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #fff;
  background: var(--ink); transition: background-color .25s, transform .25s;
}
.cmp-btn span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(255, 255, 255, .14); transition: transform .3s cubic-bezier(.22, 1, .36, 1); }
.cmp-btn span svg { width: 15px; height: 15px; }
.cmp-btn:hover { background: var(--orange); }
.cmp-btn:hover span { transform: translateX(3px); }
.cmp-note { display: flex; align-items: center; gap: 12px; text-align: right; font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); line-height: 1.5; }
.cmp-note i { width: 34px; height: 1px; background: rgba(17, 18, 20, .18); flex: none; }

@media (max-width: 980px) { .cmp-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 640px) {
  .cmp-grid { gap: 16px; }
  .cmp-card { padding: 20px 18px 18px; border-radius: 20px; }
  .cmp-head { flex-direction: column; gap: 10px; margin-bottom: 14px; }
  .cmp-head h3 { font-size: 1.24rem; }
  .cmp-rows li { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 12px 0; align-items: start; }
  .cmp-ic { width: 42px; height: 42px; }
  .cmp-ic svg { width: 19px; height: 19px; }
  .cmp-rows li > span:last-child { font-size: .9rem; }
  .cmp-foot { flex-direction: column; align-items: stretch; gap: 12px; padding-top: 16px; }
  .cmp-btn { justify-content: space-between; padding: 12px 12px 12px 20px; }
  .cmp-note { justify-content: flex-start; text-align: left; }
  .cmp-note i { width: 20px; }
}
/* buttons are never full-width: they hug their text and sit left */
@media (max-width: 640px) {
  .cmp-foot { align-items: flex-start; }
  .cmp-btn { align-self: flex-start; width: auto; justify-content: flex-start; padding: 12px 12px 12px 22px; }
  .qx-submit { width: auto; align-self: flex-start; padding: 0 10px 0 26px; }
  .drawer-quote { width: auto; align-self: flex-start; justify-content: flex-start; }
}

/* Google rating badge: no underlines, never squashed */
.g-badge { text-decoration: none; }
.g-badge > * { flex: none; }
.g-badge .btn { text-decoration: none; }
.g-badge small { text-decoration: none; }
@media (max-width: 640px) {
  .g-badge {
    display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 4px 12px;
    border-radius: 18px; padding: 14px 16px; width: 100%;
  }
  .g-badge > div:first-child { grid-row: span 2; }
  .g-badge strong { font-size: 1.9rem; }
  .g-badge .stars svg { width: 15px; height: 15px; }
  .g-badge small { font-size: .74rem; }
  .g-badge .btn { grid-column: 1 / -1; justify-self: start; margin-top: 10px; }
}
/* panels size to their content instead of stretching to the tallest one */
.two-col { align-items: start; }

/* footer: partnership with the parent brand */
.foot-parent { margin: 18px 0 0; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: #7b7f87; }
.foot-parent a { display: inline-flex; align-items: center; gap: 12px; margin-top: 10px; padding: 10px 16px; border-radius: 12px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .08); text-decoration: none; transition: border-color .25s, background-color .25s; }
.foot-parent a:hover { background: rgba(255, 255, 255, .09); border-color: rgba(255, 99, 0, .5); }
.foot-parent img { height: 30px; width: auto; }
.foot-parent span { font-size: .8rem; letter-spacing: 0; text-transform: none; color: #c9cbd0; }
.foot-base a { color: #c9cbd0; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.foot-base a:hover { color: var(--orange); border-color: var(--orange); }
@media (max-width: 640px) { .foot-parent span { font-size: .76rem; } }

/* after-handover panel: full-width diagram + an inspection CTA fill the column */
.two-col { align-items: stretch; }
.panel.ink { display: flex; flex-direction: column; }
.zone-fig { margin: 22px 0 0; }
.zone-fig svg { display: block; width: 100%; height: auto; border-radius: var(--radius); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); }
.zone-fig figcaption { margin-top: 12px; font-size: .9rem; color: #a7abb2; line-height: 1.6; }
.zone-fig figcaption strong { color: #fff; }
.care-cta {
  margin-top: auto; padding-top: 22px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 20px;
}
.care-cta > div:first-child { max-width: 300px; }
.care-cta strong { display: block; color: #fff; font-size: 1.05rem; font-weight: 600; }
.care-cta span { font-size: .88rem; color: #a7abb2; line-height: 1.5; }
.care-cta-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.care-call { display: inline-flex; align-items: center; gap: 10px; padding: 6px 18px 6px 6px; border-radius: 999px; text-decoration: none; font-weight: 600; color: #fff; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); transition: border-color .2s, background-color .2s; }
.care-call:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 99, 0, .6); }
.care-call .call-ic { width: 38px; height: 38px; }
@media (max-width: 860px) {
  .care-cta { padding-top: 18px; }
  .care-cta > div:first-child { max-width: none; }
}

/* footer: parent-brand credit reads clearly, label on its own line */
.foot-parent { display: block; }
.foot-parent a { margin-top: 12px; }
.foot-parent span { color: var(--orange); font-weight: 600; }
.foot-parent a:hover span { color: var(--orange-l); }
.foot-base a { color: var(--orange); font-weight: 600; border-bottom-color: rgba(255, 99, 0, .4); }
.foot-base a:hover { color: var(--orange-l); border-color: var(--orange-l); }

/* =====================================================================
   SUBURB PAGES
   ===================================================================== */
.loc-hero { min-height: auto; }
.loc-hero > .wrap { padding-block: clamp(30px, 5vh, 70px); }
.loc-hero h1 { font-size: clamp(1.9rem, min(3.4vw, 6.6vh), 3.1rem); }
.loc-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 14px; font-size: .82rem; color: var(--muted); }
.loc-crumbs a { color: var(--ink-3); text-decoration: none; border-bottom: 1px solid rgba(17, 18, 20, .18); }
.loc-crumbs a:hover { color: var(--orange-d); border-color: var(--orange); }
.loc-crumbs span[aria-current] { color: var(--ink); font-weight: 500; }
.loc-facts { display: flex; flex-wrap: wrap; gap: 10px 12px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(17, 18, 20, .12); }
.loc-fact { padding: 10px 18px; border-radius: 14px; background: rgba(255, 255, 255, .78); border: 1px solid rgba(17, 18, 20, .06); box-shadow: 0 10px 24px -20px rgba(17, 18, 20, .5); }
.loc-fact small { display: block; font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.loc-fact strong { font-size: 1rem; color: var(--ink); }

.loc-answer-wrap { padding-block: clamp(34px, 4vw, 56px); }
.loc-answer { position: relative; padding: 26px 30px 26px 34px; border-radius: 20px; background: linear-gradient(135deg, #fff6ef, #fffdfb); border: 1px solid rgba(255, 99, 0, .18); box-shadow: 0 20px 44px -34px rgba(255, 99, 0, .5); }
.loc-answer::before { content: ""; position: absolute; left: 0; top: 22px; bottom: 22px; width: 4px; border-radius: 0 4px 4px 0; background: var(--orange); }
.loc-answer p:last-child { margin: 0; font-size: 1.06rem; line-height: 1.7; color: var(--ink); }

.loc-photo { margin: 0; border-radius: var(--radius-lg); overflow: hidden; background: var(--concrete-2); box-shadow: 0 28px 60px -38px rgba(40, 25, 10, .5); }
.loc-photo img { width: 100%; height: 100%; object-fit: cover; }
.loc-photo figcaption { padding: 14px 18px; font-size: .86rem; color: var(--muted); background: #fff; }

.loc-why { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.loc-why-card { padding: 26px 24px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 50px -40px rgba(40, 25, 10, .5); }
.loc-why-ic { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: var(--orange); background: linear-gradient(145deg, #fff3e9, #ffe6d4); margin-bottom: 16px; }
.loc-why-ic svg { width: 24px; height: 24px; }
.loc-why-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.loc-why-card p { margin: 0; font-size: .94rem; color: var(--muted); line-height: 1.6; }

.loc-sys { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 14px; }
.loc-sys li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; align-items: center; }
.loc-sys-ic { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); }
.loc-sys-ic svg { width: 20px; height: 20px; }
.loc-sys strong { display: block; font-size: .98rem; color: var(--ink); }
.loc-sys li > span:last-child { font-size: .9rem; color: var(--muted); line-height: 1.5; }

.loc-stages { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; counter-reset: s; }
.loc-stages li { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 14px; padding: 20px 22px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.loc-stages b { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--ink); color: #fff; font-size: .9rem; font-weight: 600; }
.loc-stages strong { display: block; font-size: 1rem; color: var(--ink); margin-bottom: 3px; }
.loc-stages li > span:last-child { font-size: .9rem; color: var(--muted); line-height: 1.55; }

.loc-nears { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.loc-near { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; border-radius: 14px; background: #fff; border: 1px solid var(--line); text-decoration: none; font-weight: 500; color: var(--ink); transition: border-color .2s, transform .2s, box-shadow .2s; }
.loc-near:hover { border-color: var(--orange); transform: translateY(-2px); box-shadow: 0 16px 30px -24px rgba(255, 99, 0, .8); }
.loc-near svg { width: 16px; height: 16px; color: var(--orange); flex: none; }
.loc-hub-link { color: var(--orange-d); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255, 99, 0, .35); }
.loc-hub-link:hover { border-color: var(--orange); }

@media (max-width: 1080px) {
  .loc-why, .loc-stages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .loc-nears { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .loc-why, .loc-stages { grid-template-columns: minmax(0, 1fr); }
  .loc-nears { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .loc-answer { padding: 20px 18px 20px 22px; }
  .loc-answer p:last-child { font-size: .98rem; }
  .loc-fact { padding: 8px 14px; }
  .loc-near { padding: 12px 14px; font-size: .9rem; }
}

/* areas index: district blocks */
.area-block { padding-bottom: clamp(30px, 4vw, 48px); margin-bottom: clamp(30px, 4vw, 48px); border-bottom: 1px solid var(--line); }
.area-block:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.area-block-head { max-width: 760px; margin-bottom: 22px; }
.area-block-head h2 { font-size: clamp(1.4rem, 2vw, 1.9rem); margin-bottom: 8px; }
.area-block-head h2 a { text-decoration: none; }
.area-block-head h2 a:hover { color: var(--orange-d); }
.area-block-head p { margin: 0; color: var(--muted); font-size: .96rem; }
/* homepage service-area cards link out to the suburb pages */
.area-links { display: flex; flex-wrap: wrap; gap: 6px 10px; font-size: .9rem; }
.area-links a { color: var(--muted); text-decoration: none; border-bottom: 1px solid transparent; }
.area-links a:hover { color: var(--orange-d); border-color: var(--orange); }
.area-links .area-more { color: var(--orange-d); font-weight: 600; }
.area h3 a { text-decoration: none; }
.area h3 a:hover { color: var(--orange-d); }

/* ===== fixes: buttons, footer credit, hero spacing ===== */
.btn-primary .chip, .qx-submit-chip, .care-cta-actions .chip { background: rgba(255, 255, 255, .24); color: #fff; }
.btn-primary .chip svg, .qx-submit-chip svg { color: #fff; }
.care-call .call-ic { background: var(--orange); color: #fff; }
.foot-parent { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.foot-parent a { margin-top: 6px; }
.foot-base a, .foot-base a:hover { border-bottom: 0; color: var(--orange); }
.foot-parent a span, .foot-parent a:hover span { color: var(--orange); }
.loc-hero .lede { margin-bottom: 24px; }

/* photo column matches the height of the text beside it */
.loc-photo { display: flex; flex-direction: column; align-self: stretch; }
.loc-photo img { flex: 1 1 auto; min-height: 0; width: 100%; object-fit: cover; }
@media (max-width: 860px) { .loc-photo img { max-height: 340px; } }

/* ===== dark panel: coverage illustration ===== */
.loc-map { margin: 24px 0 8px; }
.loc-map svg { display: block; width: 100%; height: auto; border-radius: var(--radius); background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .08); }
.loc-map-note { margin: 12px 0 0; font-size: .84rem; color: #8f949c; }
.loc-map-note span { color: #fff; font-weight: 600; }

/* ===== install stages: premium rail ===== */
.loc-stages { position: relative; gap: 22px 20px; }
.loc-stages li {
  position: relative; overflow: hidden; grid-template-columns: minmax(0, 1fr); gap: 0;
  padding: 30px 26px 26px; border-radius: 22px; border: 1px solid rgba(17, 18, 20, .07);
  background: linear-gradient(160deg, #ffffff 0%, #fdfaf7 100%);
  box-shadow: 0 26px 56px -42px rgba(40, 25, 10, .55);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s, border-color .35s;
}
.loc-stages li::after {
  content: ""; position: absolute; left: 26px; right: 26px; bottom: 0; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--orange), #ff9a52); transform: scaleX(0); transform-origin: left;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}
.loc-stages li:hover { transform: translateY(-4px); border-color: rgba(255, 99, 0, .35); box-shadow: 0 34px 64px -40px rgba(255, 99, 0, .55); }
.loc-stages li:hover::after { transform: scaleX(1); }
.loc-stages i {
  position: absolute; right: 14px; top: 2px; font-style: normal; font-size: 4.6rem; font-weight: 700;
  letter-spacing: -.04em; line-height: 1; color: rgba(17, 18, 20, .05); pointer-events: none;
}
.loc-stages b {
  display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 16px; border-radius: 14px;
  font-size: .82rem; font-weight: 600; color: #fff;
  background: linear-gradient(145deg, #ff8a3d, #f25500); box-shadow: 0 12px 22px -12px rgba(242, 85, 0, .9);
}
.loc-stages strong { font-size: 1.08rem; margin-bottom: 6px; }
.loc-stages li > span:last-child { font-size: .93rem; }

/* ===== nearby band ===== */
.loc-near-band { background: linear-gradient(180deg, #fbf8f4 0%, #f5f0e9 100%); }
.loc-near { padding: 16px 18px; border-radius: 16px; box-shadow: 0 18px 36px -34px rgba(40, 25, 10, .6); }
.loc-near span { display: block; }
.loc-near-hub { background: linear-gradient(135deg, #1b1d21, #111214); color: #fff; border-color: transparent; }
.loc-near-hub strong { display: block; font-size: .96rem; }
.loc-near-hub small { display: block; font-size: .78rem; color: #a7abb2; margin-top: 2px; }
.loc-near-hub svg { color: var(--orange); }
.loc-near-hub:hover { border-color: var(--orange); }

/* =====================================================================
   SERVICE AREAS: every suburb, grouped by district
   ===================================================================== */
.sub-grid { display: grid; gap: 18px; }
.sub-block { padding: 22px 24px 24px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 50px -42px rgba(40, 25, 10, .55); }
.sub-block-head { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
.sub-block-ic { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--orange-soft); color: var(--orange); flex: none; }
.sub-block-ic svg { width: 18px; height: 18px; }
.sub-block-head h3 { margin: 0; font-size: 1.08rem; }
.sub-block-head h3 a { text-decoration: none; }
.sub-block-head h3 a:hover { color: var(--orange-d); }
.sub-count { margin-left: auto; font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.sub-pills { display: grid; grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)); gap: 8px; }
.sub-pill {
  display: flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 10px; text-decoration: none;
  font-size: .9rem; color: var(--ink-3); background: #fcfaf8; border: 1px solid rgba(17, 18, 20, .06);
  transition: border-color .2s, background-color .2s, color .2s, transform .2s;
}
.sub-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); flex: none; }
.sub-pill:hover { color: var(--orange-d); border-color: rgba(255, 99, 0, .45); background: #fff6ef; transform: translateY(-1px); }
.sub-pill.more { color: var(--orange-d); font-weight: 600; background: var(--orange-soft); border-color: rgba(255, 99, 0, .3); }
@media (max-width: 640px) {
  .sub-block { padding: 18px 16px 20px; border-radius: 18px; }
  .sub-pills { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 6px; }
  .sub-pill { padding: 8px 10px; font-size: .84rem; }
}
/* homepage areas: 6 per district plus a view-all button */
.sub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.sub-block { display: flex; flex-direction: column; }
.sub-block .sub-pills { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sub-all {
  display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; margin-top: 16px;
  padding: 11px 18px; border-radius: 999px; text-decoration: none; font-size: .86rem; font-weight: 600;
  color: var(--ink); background: #fff; border: 1px solid var(--line); transition: all .25s;
}
.sub-all svg { width: 15px; height: 15px; color: var(--orange); transition: transform .3s cubic-bezier(.22, 1, .36, 1); }
.sub-all:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.sub-all:hover svg { transform: translateX(3px); }
@media (max-width: 980px) { .sub-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 640px) {
  .sub-block .sub-pills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sub-all { font-size: .8rem; padding: 10px 14px; }
}
/* areas section: solid hover state + real button under the grid */
.sub-all { background: #fff; color: var(--ink); border-color: var(--line); }
.sub-all:hover, .sub-all:focus-visible { background: var(--ink) !important; border-color: var(--ink) !important; color: #fff !important; }
.sub-all:hover svg, .sub-all:focus-visible svg { color: #fff; }
.subs-cta { display: flex; justify-content: center; margin-top: 30px; }
/* view-all buttons: solid black by default, orange on hover */
.sub-all { background: var(--ink); color: #fff; border-color: var(--ink); }
.sub-all svg { color: #fff; }
.sub-all:hover, .sub-all:focus-visible { background: var(--orange) !important; border-color: var(--orange) !important; color: #fff !important; }
.sub-all:hover svg, .sub-all:focus-visible svg { color: #fff; }
.sub-all svg, .sub-all:hover svg, .sub-all:focus-visible svg { color: var(--orange); }
.sub-all:hover svg { color: #fff; }
/* "Long-term protection" chip sits at the very top of the tall photo */
.why-chip-top { top: 16px; left: 16px; right: auto; }
@media (max-width: 640px) { .why-chip-top { top: 8px; } }

/* hub + areas heroes fill the screen like the homepage hero */
.hub-hero { min-height: 100vh; min-height: 100svh; }
.hub-hero > .wrap { align-content: center; }
.hub-hero .hero-points { margin: 20px 0 26px; }
.hub-hero .hero-points li { color: var(--ink-3); font-weight: 500; }
.hub-hero .loc-facts { display: flex; flex-wrap: wrap; gap: 10px 12px; margin-top: 26px; padding-top: 22px; }
@media (max-width: 640px) {
  .hub-hero { min-height: auto; }
  .hub-hero > .wrap { padding-block: 40px 44px; }
}

/* key facts table */
.loc-facts-sec { padding-block: clamp(40px, 5vw, 70px); }
.loc-keyfacts table { min-width: 0; }
.loc-keyfacts th {
  background: none; color: var(--muted); font-size: .8rem; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; width: 34%; text-align: left; vertical-align: top;
}
.loc-keyfacts td { color: var(--ink); font-size: 1rem; }
.loc-keyfacts tbody tr:nth-child(even) td, .loc-keyfacts tbody tr:nth-child(even) th { background: #fbfaf8; }
.loc-reviewed { font-size: .82rem; color: var(--muted); margin: 18px 0 20px; }
.loc-reviewed a { color: var(--orange-d); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255, 99, 0, .35); }
@media (max-width: 760px) {
  .loc-keyfacts table, .loc-keyfacts tbody, .loc-keyfacts tr, .loc-keyfacts th, .loc-keyfacts td { display: block; width: auto; }
  .loc-keyfacts tr { padding: 12px 16px; margin: 0; border-radius: 0; border: 0; border-bottom: 1px solid var(--line); background: #fff; box-shadow: none; }
  .loc-keyfacts th { padding: 0 0 2px; font-size: .68rem; }
  .loc-keyfacts td { padding: 0; font-size: .94rem; }
}

/* ===== desktop: header sticks to the top and turns solid on scroll ===== */
@media (min-width: 1081px) {
  html { scroll-padding-top: 100px; }
  .header { position: fixed; top: 0; left: 0; right: 0; z-index: 90; border-bottom: 1px solid transparent; transition: background-color .3s ease, box-shadow .3s ease, border-color .3s ease; }
  .header.solid {
    background: rgba(255, 255, 255, .97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom-color: var(--line); box-shadow: 0 14px 34px -26px rgba(17, 18, 20, .6);
  }
  .header.solid .wrap { min-height: 72px; }
  .header.solid .logo img { height: 54px; transition: height .3s ease; }
  .header.solid .nav a { color: var(--ink-3); text-shadow: none; }
  .header.solid .head-cta .btn-primary { box-shadow: 0 8px 18px -10px rgba(255, 99, 0, .8); }
  .header .logo img, .header .wrap { transition: height .3s ease, min-height .3s ease; }
}

/* ===== header: fixed at body level on every screen ===== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: transparent; backdrop-filter: none; border-bottom: 1px solid transparent;
  transition: background-color .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.header.solid {
  background: rgba(255, 255, 255, .97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--line); box-shadow: 0 14px 34px -26px rgba(17, 18, 20, .6);
}
.header.solid .nav a { color: var(--ink-3); text-shadow: none; }
/* hero clears the fixed header */
.hero > .wrap { padding-top: clamp(96px, 12vh, 132px); }
.hub-hero > .wrap, .loc-hero > .wrap { padding-top: clamp(104px, 13vh, 150px); }
@media (min-width: 1081px) {
  .header.solid .wrap { min-height: 74px; }
  .header.solid .logo img { height: 54px; }
  .header .logo img, .header .wrap { transition: height .3s ease, min-height .3s ease; }
}
@media (max-width: 1080px) {
  .header { background: rgba(255, 255, 255, .0); }
  .header.solid { background: rgba(255, 255, 255, .98); }
  .hero > .wrap { padding-top: 104px; }
  .loc-hero > .wrap { padding-top: 110px; }
}
/* the thank-you page has no hero photo behind the bar */
.ty .header { position: static; }

/* stacking order: drawer over header, header over page, floating button under both */
.header { z-index: 150; }
.drawer { z-index: 300; }
.help { z-index: 120; }
.lightbox { z-index: 400; }

/* the page header steps aside while the slide-out menu is open, so the menu's
   own logo and close button are the only ones on screen */
.header { transition: background-color .3s ease, box-shadow .3s ease, border-color .3s ease, opacity .25s ease; }
body.drawer-lock .header { opacity: 0; pointer-events: none; }
@media (max-width: 640px) {
  .drawer-panel { width: min(360px, 92vw); border-radius: 22px 0 0 22px; }
}
/* "View all N areas" stays on one line on phones */
.sub-all { white-space: nowrap; }
@media (max-width: 640px) { .sub-all-long { display: none; } }
