@font-face {
  font-family: "Archivo";
  src: url("assets/fonts/archivo-latin-700-900.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Archivo";
  src: url("assets/fonts/archivo-latin-700-900.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Archivo";
  src: url("assets/fonts/archivo-latin-700-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/figtree-latin-400-800.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/figtree-latin-400-800.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/figtree-latin-400-800.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/figtree-latin-400-800.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/figtree-latin-400-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "DM Mono";
  src: url("assets/fonts/dm-mono-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "DM Mono";
  src: url("assets/fonts/dm-mono-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: optional;
}

:root {
  --blue: #0343f9;
  --blue-dark: #101c4e;
  --blue-ink: #0a1438;
  --blue-soft: #edf1ff;
  --yellow: #fdd20a;
  --green: #159a56;
  --white: #ffffff;
  --paper: #f6f7fa;
  --line: #e0e3ec;
  --text: #12141b;
  --muted: #4c5265;
  --subtle: #6c7386;
  --glass: rgb(255 255 255 / 0.12);
  --glass-line: rgb(255 255 255 / 0.18);
  --shadow: 0 24px 48px -14px rgb(18 20 27 / 0.22), 0 6px 14px -6px rgb(18 20 27 / 0.1);
  --shadow-soft: 0 10px 24px -8px rgb(18 20 27 / 0.16), 0 2px 6px -2px rgb(18 20 27 / 0.08);
  --shadow-cta: 0 12px 26px -10px rgb(3 67 249 / 0.55);
  --radius: 12px;
  --radius-lg: 16px;
  --radius-card: 20px;
  --radius-card-lg: 28px;
  --radius-pill: 999px;
  --shell: 1180px;
  --gutter: clamp(18px, 4vw, 48px);
  --display: "Archivo", Impact, sans-serif;
  --body: "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

body::before {
  display: none;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1400;
  transform: translateY(-150%);
  background: var(--yellow);
  color: var(--blue-ink);
  padding: 10px 14px;
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(100%, var(--shell));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: rgb(255 255 255 / 0.86);
  backdrop-filter: blur(10px) saturate(1.4);
}

html.has-nav-open .site-header {
  z-index: 1300;
}

.site-header.is-scrolled {
  background: rgb(255 255 255 / 0.96);
  box-shadow: 0 14px 44px rgb(8 18 47 / 0.1);
}

.header-grid {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
  color: var(--blue);
}

.brand-lockup {
  align-items: center;
  gap: clamp(8px, 1.2vw, 13px);
}

.brand-logo-mark {
  width: clamp(82px, 7.7vw, 100px);
  flex: 0 0 auto;
}

.aes-logo-svg {
  display: block;
  width: 100%;
  height: auto;
  color: currentColor;
  overflow: visible;
  transform-origin: 60% 50%;
  transition: transform 450ms cubic-bezier(0.2, 0.8, 0.25, 1);
}

.aes-logo-bolt {
  fill: var(--yellow);
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 450ms cubic-bezier(0.2, 0.8, 0.25, 1), filter 450ms cubic-bezier(0.2, 0.8, 0.25, 1);
}

.brand-wordmark-image {
  display: block;
  width: clamp(96px, 8.5vw, 118px);
  max-width: 100%;
  height: auto;
  flex: 0 0 auto;
}

.site-header .brand-logo-mark {
  width: clamp(88px, 7.8vw, 104px);
}

.site-header .brand-wordmark-image {
  width: clamp(104px, 9.2vw, 124px);
}

.site-nav {
  justify-self: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-panel-head,
.nav-panel-actions,
.nav-scrim {
  display: none;
}

.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
  padding: 10px 12px;
  border-radius: var(--radius);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue);
  background: var(--blue-soft);
}

.header-phone {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: var(--radius);
  background: var(--blue);
  color: var(--white);
  text-decoration: none;
  font-family: var(--mono);
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgb(3 67 249 / 0.22);
}

.header-phone svg,
.button svg,
.eyebrow svg,
.service-card a svg,
.symptom-list svg,
.check-list svg,
.contact-blocks svg,
.nav-panel-phone svg,
.mobile-call svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.nav-toggle {
  display: none;
}

.nav-close {
  appearance: none;
  border: 0;
  font: inherit;
}

.hero {
  position: relative;
  min-height: clamp(620px, 82vh, 820px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--text);
  background: var(--white);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hero::before {
  width: min(42vw, 620px);
  height: min(42vw, 620px);
  right: -18vw;
  top: 14vh;
  border-radius: 50%;
  background: rgb(3 67 249 / 0.08);
  border: 1px solid rgb(3 67 249 / 0.1);
}

.hero::after {
  display: none;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/aes-brand-home-light.png");
  background-size: cover;
  background-position: 74% center;
  transform: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 39%, rgb(255 255 255 / 0.92) 52%, rgb(255 255 255 / 0.22) 72%, rgb(255 255 255 / 0.02) 100%),
    linear-gradient(0deg, rgb(255 255 255 / 0.92), rgb(255 255 255 / 0.12) 44%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 118px;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  gap: 0;
  align-items: center;
}

.hero-copy-stack {
  min-width: 0;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 clamp(28px, 3.2vw, 38px);
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  border: 1px solid rgb(3 67 249 / 0.09);
  border-radius: var(--radius-pill);
  background: rgb(3 67 249 / 0.055);
  box-shadow: none;
  width: fit-content;
}

.eyebrow::after {
  display: none;
  content: none;
}

.eyebrow svg {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: currentColor;
}

.hero .eyebrow {
  margin: 0 0 24px;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 0.09em;
  color: var(--blue);
  background: transparent;
}

.eyebrow-dark {
  color: rgb(255 255 255 / 0.78);
  background: rgb(255 255 255 / 0.09);
  border-color: rgb(255 255 255 / 0.13);
}

.eyebrow-yellow {
  color: rgb(255 255 255 / 0.78);
  background: rgb(255 255 255 / 0.09);
  border-color: rgb(255 255 255 / 0.13);
}

.eyebrow-dark::after,
.eyebrow-yellow::after,
.problem-band .eyebrow::after,
.smoke-section .eyebrow::after,
.quote-section .eyebrow::after {
  display: none;
  content: none;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  font-family: var(--display);
  letter-spacing: 0;
  margin-top: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 22px;
  color: var(--text);
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.94;
  font-weight: 900;
  overflow-wrap: normal;
  text-wrap: balance;
}

.hero-copy {
  max-width: 610px;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 32px;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: var(--radius);
  padding: 13px 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: var(--shadow-cta);
}

.button-accent {
  background: var(--yellow);
  color: var(--blue-ink);
  box-shadow: 0 14px 28px -14px rgb(253 210 10 / 0.7);
}

.button-ghost {
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
}

.button:hover,
.button:focus-visible,
.header-phone:hover,
.header-phone:focus-visible {
  transform: translateY(-1px);
}

.button:focus-visible,
.header-phone:focus-visible,
.site-nav a:focus-visible,
.nav-toggle:focus-visible,
.nav-close:focus-visible,
summary:focus-visible {
  outline: 4px solid rgb(3 67 249 / 0.28);
  outline-offset: 3px;
}

.service-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  contain: layout paint;
  background: var(--yellow);
  border-block: 1px solid rgb(16 28 78 / 0.16);
  color: var(--blue-ink);
  box-shadow: 0 -18px 52px rgb(8 18 47 / 0.08);
}

.service-ribbon::before,
.service-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(34px, 7vw, 110px);
  pointer-events: none;
}

.service-ribbon::before {
  left: 0;
  background: linear-gradient(90deg, var(--yellow), rgb(253 210 10 / 0));
}

.service-ribbon::after {
  right: 0;
  background: linear-gradient(270deg, var(--yellow), rgb(253 210 10 / 0));
}

.service-ticker-track {
  display: flex;
  width: max-content;
  animation: serviceTicker 34s linear infinite;
  will-change: transform;
}

.service-ribbon:hover .service-ticker-track {
  animation-play-state: paused;
}

.service-ticker-set {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.ticker-item {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px clamp(18px, 3vw, 30px);
  font-family: var(--display);
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: 0.96;
  font-weight: 900;
  color: var(--blue-ink);
  white-space: nowrap;
}

.ticker-item svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  stroke: var(--blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.section {
  padding: clamp(70px, 9vw, 112px) 0;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 700ms ease, transform 700ms ease;
}

body.motion-ready .reveal {
  opacity: 0;
  transform: translateY(28px);
}

body.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.problem-band {
  background: var(--blue);
  color: var(--white);
}

.problem-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.problem-grid h2,
.section-head h2,
.visual-grid h2,
.smoke-grid h2,
.areas-grid h2,
.faq-grid h2,
.quote-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 0.98;
}

.symptom-list,
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

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

.symptom-list li,
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 800;
}

.problem-band .symptom-list li {
  padding: 12px 14px;
  border-radius: var(--radius);
  background: rgb(255 255 255 / 0.12);
  border: 1px solid rgb(255 255 255 / 0.14);
}

.section-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.section-head p:not(.eyebrow),
.visual-grid p:not(.eyebrow),
.smoke-grid p:not(.eyebrow),
.areas-grid p:not(.eyebrow),
.quote-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  margin: 0;
}

.services-section {
  background: var(--paper);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgb(3 67 249 / 0.08), transparent 48%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-2px);
  border-color: rgb(3 67 249 / 0.32);
  box-shadow: var(--shadow);
}

.service-card:hover::before,
.service-card:focus-within::before {
  opacity: 1;
}

.service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--blue-soft);
  color: var(--blue);
  font-family: var(--mono);
  font-weight: 800;
}

.service-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.service-card h3 {
  font-size: 24px;
  line-height: 1.05;
  margin: 6px 0 0;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.service-card a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  text-decoration: none;
  font-weight: 800;
}

.visual-proof {
  background: var(--white);
}

.visual-grid,
.smoke-grid,
.areas-grid,
.quote-grid,
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.visual-grid .check-list {
  margin-top: 28px;
}

.check-list svg {
  color: var(--green);
}

.brand-figure {
  margin: 0;
  aspect-ratio: 1.12;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: clamp(18px, 4vw, 44px);
}

.brand-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.smoke-section {
  background: var(--blue-ink);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.smoke-section::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.06);
  pointer-events: none;
}

.smoke-grid p {
  color: rgb(255 255 255 / 0.8);
  margin-bottom: 16px;
}

.text-link {
  display: inline-flex;
  color: var(--yellow);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.process-section {
  background: var(--white);
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
}

.steps li {
  border-top: 4px solid var(--blue);
  padding-top: 20px;
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--blue-ink);
  font-family: var(--mono);
  font-weight: 800;
}

.steps h3 {
  margin-bottom: 8px;
  font-size: 25px;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.areas-section {
  background: var(--paper);
}

.map-shell {
  position: relative;
  z-index: 0;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-card);
  border: 1px solid rgb(3 67 249 / 0.2);
  background: var(--blue-ink);
  box-shadow: var(--shadow);
}

.map-toolbar {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  color: var(--white);
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
  background: var(--blue-ink);
}

.map-toolbar span {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
}

.map-toolbar .map-location {
  color: var(--yellow);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.service-map {
  flex: 1 1 auto;
  height: auto;
  min-height: 420px;
}

.map-noscript {
  color: var(--white);
  padding: 20px;
}

.map-fallback {
  margin: 0;
  padding: 14px 16px 16px;
  color: rgb(255 255 255 / 0.82);
  background: var(--blue-ink);
  border-top: 1px solid rgb(255 255 255 / 0.14);
  font-size: 14px;
}

.map-shell.is-map-ready .map-fallback {
  display: none;
}

.service-map .leaflet-control-attribution {
  font-family: var(--body);
  font-size: 11px;
}

.service-map .leaflet-popup-content-wrapper,
.service-map .leaflet-popup-tip {
  background: var(--blue-ink);
  color: var(--white);
}

.service-map .leaflet-popup-content {
  margin: 12px 14px;
  font-family: var(--body);
}

.service-map .leaflet-popup-content strong {
  color: var(--yellow);
}

.service-map .aes-map-label {
  border: 1px solid rgb(255 255 255 / 0.7);
  border-radius: var(--radius-pill);
  background: rgb(10 17 48 / 0.82);
  box-shadow: 0 8px 22px -14px rgb(10 17 48 / 0.6);
  color: var(--white);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 4px 8px;
}

.service-map .aes-map-label-core {
  background: var(--blue);
  color: var(--white);
}

.service-map .aes-map-label-nearby {
  background: rgb(255 255 255 / 0.9);
  color: var(--blue-ink);
  border-color: rgb(16 28 78 / 0.22);
}

.aes-map-pin {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgb(8 18 47 / 0.22);
}

.aes-map-pin span {
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgb(3 67 249 / 0.16), 0 0 28px rgb(3 67 249 / 0.45);
}

.aes-map-pin-core span {
  width: 18px;
  height: 18px;
  background: var(--yellow);
  border: 4px solid var(--blue);
}

.aes-map-pin-nearby span {
  width: 12px;
  height: 12px;
  background: var(--blue);
  border: 3px solid var(--white);
}

.service-map .leaflet-control-zoom a {
  color: var(--blue-ink);
}

.faq-section {
  background: var(--white);
}

.faq-grid {
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 18px;
}

details p {
  margin: 12px 0 0;
  color: var(--muted);
}

.quote-section {
  background: var(--blue);
  color: var(--white);
}

.quote-grid {
  align-items: start;
}

.quote-copy p,
.quote-copy p a {
  color: rgb(255 255 255 / 0.82);
}

.quote-copy p a {
  font-weight: 900;
}

.quote-contact-panel {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
  color: var(--white);
  background: linear-gradient(135deg, rgb(255 255 255 / 0.16), rgb(255 255 255 / 0.07));
  border: 1px solid rgb(255 255 255 / 0.18);
  border-top: 8px solid var(--yellow);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow);
}

.quote-contact-panel .eyebrow {
  margin: 0 0 6px;
  color: var(--yellow);
  background: rgb(255 255 255 / 0.09);
  border-color: rgb(255 255 255 / 0.13);
}

.quote-contact-panel h3 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 0.98;
}

.quote-contact-panel p:not(.eyebrow) {
  margin: 0;
  color: rgb(255 255 255 / 0.78);
  font-size: 17px;
}

.contact-blocks {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.quote-contact-panel .contact-blocks {
  max-width: none;
  margin-top: 6px;
  gap: 12px;
}

.contact-blocks > a,
.contact-blocks > span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
}

.site-footer {
  background: var(--white);
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding: 58px 0 96px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 34px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-brand .brand-logo-mark {
  width: 96px;
}

.footer-brand .brand-wordmark-image {
  width: 118px;
}

.site-footer p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
}

.site-footer h2 {
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blue);
  margin-bottom: 14px;
}

.site-footer a,
.site-footer span {
  display: block;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 8px;
}

.site-footer .brand-lockup,
.site-footer .brand-lockup span {
  display: inline-flex;
  color: var(--blue);
  margin-bottom: 0;
}

.site-footer .footer-brand {
  margin-bottom: 18px;
  color: var(--blue);
}

.site-footer a:hover {
  color: var(--blue);
}

.site-footer .footer-brand:hover,
.site-footer .footer-brand:focus-visible {
  text-decoration: none;
}

.site-footer .footer-brand:hover,
.site-footer .footer-brand:focus-visible {
  color: var(--blue);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 12px;
}

.mobile-call {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes serviceTicker {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
  }

  @keyframes aesBoltFlicker {
    0% { opacity: 0.5; }
    10% { opacity: 1; }
    20% { opacity: 0.35; }
    32% { opacity: 1; }
    46% { opacity: 0.7; }
    60% { opacity: 1; }
    100% { opacity: 1; }
  }

  .brand-lockup:hover .aes-logo-bolt,
  .brand-lockup:focus-visible .aes-logo-bolt {
    animation: aesBoltFlicker 600ms cubic-bezier(0.2, 0.8, 0.25, 1);
  }
}

@media (max-width: 980px) {
  html.has-nav-open,
  html.has-nav-open body {
    overflow: hidden;
  }

  .header-grid {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    justify-self: end;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    color: var(--blue-ink);
    padding: 0;
    box-shadow: 0 10px 28px rgb(8 18 47 / 0.08);
  }

  .nav-toggle-icon {
    display: grid;
    gap: 5px;
    width: 20px;
  }

  .nav-toggle-icon span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    width: min(88vw, 430px);
    height: 100dvh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 26px;
    padding: calc(18px + env(safe-area-inset-top)) clamp(20px, 6vw, 30px) calc(24px + env(safe-area-inset-bottom));
    overflow-y: auto;
    border-left: 1px solid rgb(255 255 255 / 0.18);
    background:
      radial-gradient(circle at 18% 12%, rgb(253 210 10 / 0.18), transparent 28%),
      linear-gradient(180deg, var(--blue), var(--blue-dark));
    color: var(--white);
    box-shadow: -28px 0 70px rgb(8 18 47 / 0.32);
    transform: translate3d(104%, 0, 0);
    visibility: hidden;
    pointer-events: none;
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), visibility 280ms ease;
  }

  .site-nav.is-open {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
  }

  .nav-scrim {
    position: fixed;
    inset: 0;
    z-index: 1190;
    display: block;
    background: rgb(4 10 28 / 0.48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(3px);
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .nav-scrim.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .site-nav .nav-panel-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: clamp(8px, 1.2vw, 13px);
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--white);
  }

  .site-nav .nav-panel-brand .brand-logo-mark {
    width: clamp(84px, 25vw, 98px);
  }

  .site-nav .nav-panel-brand .brand-wordmark-image {
    width: clamp(102px, 31vw, 124px);
    filter: brightness(0) invert(1);
  }

  .site-nav .nav-panel-brand:hover,
  .site-nav .nav-panel-brand:focus-visible {
    background: transparent;
    color: var(--white);
  }

  .nav-panel-brand::after,
  .nav-panel-actions a::after {
    display: none;
  }

  .nav-close {
    position: relative;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 1px solid rgb(255 255 255 / 0.22);
    border-radius: 999px;
    background: rgb(255 255 255 / 0.12);
    color: var(--white);
    box-shadow: 0 10px 28px rgb(8 18 47 / 0.16);
  }

  .nav-close span,
  .nav-close span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
  }

  .nav-close span {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .nav-close span::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .nav-links {
    display: grid;
    align-content: start;
    gap: 10px;
  }

  .site-nav .nav-links a {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 0.18);
    border-radius: 0;
    background: transparent;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(22px, 6vw, 30px);
    line-height: 0.95;
    box-shadow: none;
  }

  .site-nav .nav-links a::after {
    display: none;
  }

  .site-nav .nav-links a:hover,
  .site-nav .nav-links a:focus-visible {
    color: var(--yellow);
    background: transparent;
    border-color: rgb(253 210 10 / 0.42);
  }

  .nav-panel-actions {
    display: grid;
    gap: 10px;
    padding-top: 18px;
    border-top: 1px solid rgb(255 255 255 / 0.18);
  }

  .nav-panel-actions a {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: var(--radius);
    text-decoration: none;
    font-weight: 900;
  }

  .site-nav .nav-panel-quote {
    background: var(--yellow);
    color: var(--blue-ink);
    box-shadow: 0 14px 28px rgb(4 10 28 / 0.18);
  }

  .site-nav .nav-panel-phone {
    border: 1px solid rgb(255 255 255 / 0.24);
    background: rgb(255 255 255 / 0.12);
    color: var(--white);
  }

  .header-phone {
    display: none;
  }

  .problem-grid,
  .visual-grid,
  .smoke-grid,
  .areas-grid,
  .quote-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .steps,
  .symptom-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header .brand-logo-mark {
    width: clamp(70px, 21vw, 82px);
  }

  .site-header .brand-wordmark-image {
    width: clamp(84px, 25vw, 98px);
  }

  .hero {
    min-height: 920px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, #ffffff 0%, rgb(255 255 255 / 0.96) 44%, rgb(255 255 255 / 0.84) 100%),
      linear-gradient(90deg, #ffffff 0%, rgb(255 255 255 / 0.55) 100%);
  }

  .hero-media {
    background-position: 76% top;
    opacity: 0.28;
  }

  .hero-content {
    padding-top: 48px;
    padding-bottom: 124px;
  }

  h1 {
    font-size: clamp(39px, 12vw, 56px);
    line-height: 0.9;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .services-grid,
  .steps,
  .symptom-list {
    grid-template-columns: 1fr;
  }

  .ticker-item {
    padding-block: 16px;
  }

  .map-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-map {
    min-height: 360px;
  }

  .section {
    padding: 66px 0;
  }

  .mobile-call {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-call.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-call a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: var(--radius);
    background: var(--yellow);
    color: var(--blue-ink);
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 12px 28px rgb(8 18 47 / 0.22);
  }
}

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

  .service-ribbon {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .service-ribbon::-webkit-scrollbar {
    display: none;
  }

  .service-ticker-track {
    animation: none !important;
    transform: none !important;
  }

  .service-ticker-set[aria-hidden="true"] {
    display: none;
  }

  .aes-logo-svg,
  .aes-logo-bolt {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --blue: #0343f9;
  --blue-dark: #0135d1;
  --blue-ink: #0a1130;
  --blue-soft: #edf1ff;
  --yellow: #fdd20a;
  --paper: #f6f7fa;
  --line: #e0e3ec;
  --text: #12141b;
  --muted: #363b4a;
  --subtle: #6c7386;
  --header-offset: 94px;
  --shadow: 0 24px 48px -14px rgb(18 20 27 / 0.22), 0 6px 14px -6px rgb(18 20 27 / 0.1);
  --shadow-soft: 0 10px 24px -8px rgb(18 20 27 / 0.16), 0 2px 6px -2px rgb(18 20 27 / 0.08);
}

html {
  scroll-behavior: auto;
  scroll-padding-top: var(--header-offset);
}

#top,
#services,
#smoke-alarms,
#areas,
#quote,
#faq,
#core-service-suburbs,
.service-card[id],
section[id] {
  scroll-margin-top: var(--header-offset);
}

body {
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--yellow);
  color: var(--blue-ink);
}

.site-header {
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 18px 48px -30px rgb(10 17 48 / 0.48);
}

.header-grid {
  min-height: 76px;
}

.brand {
  border-radius: var(--radius);
}

.brand:focus-visible {
  outline: 4px solid rgb(3 67 249 / 0.28);
  outline-offset: 5px;
}

.brand-lockup:hover .aes-logo-svg,
.brand-lockup:focus-visible .aes-logo-svg {
  transform: translateY(-1px) rotate(-0.8deg);
}

.brand-lockup:hover .aes-logo-bolt,
.brand-lockup:focus-visible .aes-logo-bolt {
  transform: scale(1.24);
  filter: drop-shadow(0 0 6px rgb(253 210 10 / 0.92)) drop-shadow(0 0 16px rgb(253 210 10 / 0.5));
}

.site-nav a {
  position: relative;
  border-radius: var(--radius);
  transition: color 160ms ease, background-color 160ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 3px;
  border-radius: var(--radius-pill);
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-phone,
.button {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.header-phone:hover,
.header-phone:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  background: var(--blue-dark);
  box-shadow: 0 16px 34px -16px rgb(3 67 249 / 0.68);
}

.button-accent:hover,
.button-accent:focus-visible {
  background: #edbe00;
  box-shadow: 0 16px 30px -18px rgb(253 210 10 / 0.8);
}

.button:active,
.header-phone:active {
  transform: translateY(0) scale(0.97);
}

.hero {
  min-height: clamp(620px, 78svh, 780px);
  background: var(--white);
}

.hero::before,
.hero::after,
.smoke-section::after {
  display: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, #fff 0%, #fff 41%, rgb(255 255 255 / 0.94) 54%, rgb(255 255 255 / 0.46) 74%, rgb(255 255 255 / 0.08) 100%),
    linear-gradient(0deg, rgb(255 255 255 / 0.98), rgb(255 255 255 / 0.08) 50%);
}

.hero-content {
  padding-top: clamp(44px, 5.6vw, 64px);
  padding-bottom: clamp(76px, 8vw, 96px);
  gap: clamp(38px, 7vw, 88px);
}

h1 {
  max-width: 720px;
  font-size: clamp(42px, 4.7vw, 64px);
  line-height: 0.95;
}

.hero-copy {
  color: var(--muted);
}

.eyebrow {
  letter-spacing: 0.09em;
  font-weight: 700;
}

.section {
  padding: clamp(76px, 8.5vw, 112px) 0;
}

.problem-band {
  background: var(--blue);
}

.problem-grid {
  align-items: center;
}

.problem-grid h2,
.section-head h2,
.visual-grid h2,
.smoke-grid h2,
.areas-grid h2,
.faq-grid h2,
.quote-copy h2 {
  letter-spacing: 0;
  text-wrap: balance;
}

.problem-band .symptom-list li {
  min-height: 52px;
  align-items: center;
  border-color: rgb(255 255 255 / 0.16);
  background: rgb(255 255 255 / 0.1);
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.problem-band .symptom-list li:hover {
  background: rgb(255 255 255 / 0.16);
  border-color: rgb(253 210 10 / 0.34);
  transform: translateY(-1px);
}

.services-section,
.areas-section {
  background: var(--paper);
}

.section-head {
  max-width: 820px;
  margin-bottom: clamp(34px, 5vw, 50px);
}

.section-head p:not(.eyebrow),
.visual-grid p:not(.eyebrow),
.smoke-grid p:not(.eyebrow),
.areas-grid p:not(.eyebrow),
.quote-copy p:not(.eyebrow) {
  color: var(--muted);
}

.services-grid {
  gap: clamp(14px, 2vw, 22px);
}

.service-card {
  min-height: 286px;
  padding: clamp(22px, 3vw, 30px);
  border-color: rgb(224 227 236 / 0.96);
  box-shadow: 0 12px 28px -22px rgb(18 20 27 / 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::before {
  background: rgb(3 67 249 / 0.045);
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-3px);
  border-color: rgb(3 67 249 / 0.34);
  box-shadow: 0 24px 44px -26px rgb(18 20 27 / 0.34);
}

.service-icon {
  border: 1px solid rgb(3 67 249 / 0.12);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.service-card:hover .service-icon,
.service-card:focus-within .service-icon {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-1px);
}

.service-card a {
  width: fit-content;
  border-radius: var(--radius);
  text-underline-offset: 4px;
}

.service-card a:hover,
.service-card a:focus-visible,
.text-link:hover,
.text-link:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.visual-proof {
  background: var(--white);
}

.visual-grid {
  align-items: center;
}

.check-list {
  gap: 14px;
}

.check-list li {
  color: var(--text);
}

.brand-figure {
  border: 1px solid rgb(224 227 236 / 0.92);
  box-shadow: 0 22px 52px -30px rgb(18 20 27 / 0.32);
}

.smoke-section {
  background: var(--blue-ink);
}

.smoke-grid {
  position: relative;
  z-index: 1;
}

.smoke-grid p {
  color: rgb(255 255 255 / 0.78);
}

.smoke-grid strong {
  color: var(--white);
}

.process-section {
  background: var(--white);
}

.process-section .section-head {
  margin-bottom: clamp(46px, 6vw, 70px);
}

.process-section .section-head h2 {
  max-width: 760px;
}

.steps {
  gap: clamp(22px, 3vw, 34px);
}

.steps li {
  position: relative;
  min-height: 218px;
  padding: clamp(28px, 3.2vw, 36px);
  border: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: 0 10px 24px -20px rgb(18 20 27 / 0.28);
}

.steps li::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 4px;
  border-radius: 0 0 var(--radius-pill) var(--radius-pill);
  background: var(--blue);
}

.steps span {
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  border-radius: var(--radius);
}

.steps h3 {
  line-height: 1.05;
}

.areas-grid {
  align-items: stretch;
  row-gap: clamp(28px, 4vw, 46px);
}

.map-shell {
  border-color: rgb(3 67 249 / 0.18);
  background: var(--blue-ink);
  box-shadow: 0 22px 52px -28px rgb(10 17 48 / 0.42);
}

.map-toolbar {
  background: var(--blue-ink);
}

.service-map {
  min-height: 430px;
}

.service-map .leaflet-control-zoom a {
  width: 34px;
  height: 34px;
  border-bottom-color: var(--line);
  color: var(--blue-ink);
}

.service-map .leaflet-control-zoom a:hover {
  color: var(--blue);
}

.service-map .leaflet-popup-content-wrapper {
  border-radius: var(--radius);
}

.faq-section {
  background: var(--white);
}

.faq-list {
  gap: 12px;
}

details {
  border-color: rgb(224 227 236 / 0.96);
  box-shadow: 0 8px 20px -18px rgb(18 20 27 / 0.28);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

details[open] {
  border-color: rgb(3 67 249 / 0.28);
  background: var(--blue-soft);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--text);
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  font-family: var(--mono);
  font-size: 18px;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
  background: var(--blue);
  color: var(--white);
}

.quote-section {
  background: var(--blue);
}

.quote-copy .eyebrow {
  color: rgb(255 255 255 / 0.82);
  background: rgb(255 255 255 / 0.09);
  border-color: rgb(255 255 255 / 0.13);
}

.contact-blocks {
  max-width: 420px;
}

.contact-blocks > a,
.contact-blocks > span {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 0.1);
}

.contact-blocks > a:hover,
.contact-blocks > a:focus-visible {
  background: rgb(255 255 255 / 0.16);
  border-color: rgb(253 210 10 / 0.34);
}

.site-footer {
  background: var(--white);
}

.footer-grid {
  align-items: start;
}

.footer-bottom {
  color: var(--subtle);
  flex-wrap: wrap;
  gap: 8px 20px;
}

.service-list,
.smoke-checklist,
.smoke-alarm-checklist {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
}

.service-list li,
.smoke-checklist li,
.smoke-alarm-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--text);
  font-weight: 700;
}

.quote-steps,
.quote-step-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 22px);
  margin: 0;
  padding: 0;
}

.quote-step,
.quote-steps > li,
.quote-step-list > li {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.suburb-chips,
.suburb-chip-list,
.areas-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.suburb-chip,
.area-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--white);
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.suburb-chip.is-primary,
.suburb-chip--primary,
.area-chip--primary {
  border-color: transparent;
  background: var(--blue-soft);
  color: var(--blue);
}

.hero .button-ghost:hover,
.hero .button-ghost:focus-visible {
  border-color: rgb(3 67 249 / 0.34);
  background: var(--blue-soft);
  box-shadow: 0 10px 24px -18px rgb(3 67 249 / 0.28);
}

.proof-gallery {
  display: grid;
  place-items: center;
  align-self: stretch;
  min-width: 0;
}

.proof-gallery figure {
  margin: 0;
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius-card);
  border: 1px solid rgb(224 227 236 / 0.92);
  box-shadow: 0 22px 52px -30px rgb(18 20 27 / 0.32);
  background: var(--white);
}

.proof-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.visual-copy {
  min-width: 0;
}

.visual-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(30px, 4.6vw, 58px);
}

.visual-copy > p:not(.eyebrow) {
  max-width: 760px;
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
  margin-top: clamp(26px, 3vw, 34px);
}

.proof-point {
  position: relative;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgb(224 227 236 / 0.94);
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.98), rgb(246 248 255 / 0.86)),
    var(--white);
  box-shadow: 0 16px 36px -30px rgb(18 20 27 / 0.36);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.proof-point:hover {
  transform: translateY(-2px);
  border-color: rgb(3 67 249 / 0.28);
  box-shadow: 0 24px 42px -30px rgb(3 67 249 / 0.34);
}

.proof-point--feature {
  color: var(--white);
  border-color: rgb(3 67 249 / 0.54);
  background:
    radial-gradient(circle at right top, rgb(253 210 10 / 0.28), transparent 34%),
    linear-gradient(135deg, var(--blue), #1037d8);
}

.proof-point__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  color: var(--blue);
  background: var(--blue-soft);
}

.proof-point--feature .proof-point__icon {
  color: var(--blue-ink);
  background: var(--yellow);
}

.proof-point__icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.proof-point > div {
  display: grid;
  gap: 8px;
}

.proof-point h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: 0;
}

.visual-grid .proof-point p {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
}

.visual-grid .proof-point--feature p {
  color: rgb(255 255 255 / 0.82);
}

.service-list {
  margin: 4px 0 0;
  gap: 8px;
}

.service-card .service-list li {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--muted);
  background: var(--paper);
  border-color: rgb(224 227 236 / 0.9);
}

.service-card {
  min-height: auto;
  gap: 10px;
}

.service-card a {
  margin-top: auto;
  padding-top: clamp(14px, 2vw, 20px);
}

.problem-band .symptom-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.problem-band .symptom-list li:has(a:hover),
.problem-band .symptom-list li:has(a:focus-visible) {
  background: rgb(255 255 255 / 0.16);
  border-color: rgb(253 210 10 / 0.34);
  transform: translateY(-1px);
}

.suburb-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 18px);
  margin: 0;
}

.suburb-grid div {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.suburb-grid dt {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
  color: var(--text);
}

.suburb-grid dd {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.smoke-checklist-title {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.05;
  color: var(--white);
}

.smoke-checklist-panel {
  align-self: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: var(--radius-card-lg);
  background: linear-gradient(135deg, rgb(255 255 255 / 0.12), rgb(255 255 255 / 0.055));
  box-shadow: 0 26px 52px -30px rgb(0 0 0 / 0.46);
}

.smoke-section .smoke-alarm-checklist {
  margin-top: 0;
}

.smoke-section .smoke-alarm-checklist li {
  border-color: rgb(255 255 255 / 0.14);
  background: rgb(255 255 255 / 0.08);
  color: rgb(255 255 255 / 0.9);
  font-weight: 700;
}

.smoke-section .text-link {
  margin-top: 22px;
}

.smoke-section .check-list {
  margin-top: clamp(22px, 3vw, 34px);
}

.smoke-section .check-list li {
  color: rgb(255 255 255 / 0.9);
}

.smoke-section .check-list svg {
  color: var(--yellow);
}

.smoke-section .smoke-grid > div:first-child > p:not(.eyebrow) {
  color: rgb(255 255 255 / 0.88);
}

.quote-section .quote-copy p,
.quote-section .quote-copy p a {
  color: rgb(255 255 255 / 0.84);
}

.quote-section .quote-copy p a {
  font-weight: 900;
}

.contact-blocks > a,
.contact-blocks > span {
  min-width: 0;
}

.contact-blocks span span,
.contact-blocks a span {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  :root {
    --header-offset: 104px;
  }

  .header-grid {
    min-height: 70px;
  }

  .nav-links {
    gap: 10px;
  }

  .nav-links a {
    padding: 15px 16px;
  }

  .hero {
    min-height: auto;
  }

  .visual-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-top: 56px;
  }

  .quote-steps,
  .quote-step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-gallery {
    justify-items: center;
  }

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

@media (max-width: 680px) {
  :root {
    --header-offset: 84px;
  }

  body {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .shell {
    padding-inline: clamp(16px, 5vw, 22px);
  }

  .site-header {
    backdrop-filter: blur(12px) saturate(1.3);
  }

  .header-grid {
    min-height: 66px;
    gap: 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    background-position: 72% top;
    opacity: 0.22;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, #fff 0%, rgb(255 255 255 / 0.97) 42%, rgb(255 255 255 / 0.9) 100%),
      linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 0.6) 100%);
  }

  .hero-content {
    padding-top: 42px;
    padding-bottom: 130px;
    gap: 28px;
  }

  h1 {
    font-size: clamp(40px, 11.5vw, 56px);
    line-height: 0.92;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .proof-gallery {
    justify-items: center;
  }

  .proof-points {
    grid-template-columns: 1fr;
  }

  .proof-point,
  .proof-point--feature {
    grid-column: auto;
    min-height: auto;
    padding: 16px;
  }

  .service-card,
  .steps li,
  details,
  .quote-contact-panel {
    border-radius: var(--radius-lg);
  }

  .service-ticker-track {
    animation-duration: 26s;
  }

  .ticker-item {
    gap: 8px;
    padding: 14px 18px;
    font-size: 16px;
  }

  .ticker-item svg {
    width: 20px;
    height: 20px;
  }

  .section {
    padding: 64px 0;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .process-section .section-head {
    margin-bottom: 34px;
  }

  .problem-grid h2,
  .section-head h2,
  .visual-grid h2,
  .smoke-grid h2,
  .areas-grid h2,
  .faq-grid h2,
  .quote-copy h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .service-card {
    min-height: auto;
  }

  .steps li {
    min-height: auto;
  }

  .service-map {
    min-height: 340px;
    height: 72vw;
  }

  .suburb-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    gap: 24px;
  }

  summary {
    font-size: 16px;
  }

  .quote-section {
    padding-bottom: 96px;
  }

  .quote-contact-panel {
    padding: 20px;
  }

  .site-footer {
    padding-bottom: calc(136px + env(safe-area-inset-bottom));
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-call {
    position: fixed;
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 1000;
    pointer-events: none;
    isolation: isolate;
    transform: translate3d(0, 18px, 0);
  }

  .mobile-call.is-visible {
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .mobile-call a {
    min-height: 52px;
    border: 1px solid rgb(255 255 255 / 0.24);
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  }

  .mobile-call a:first-child {
    background: var(--blue);
    color: var(--white);
  }

  .mobile-call a:last-child {
    background: var(--yellow);
    color: var(--blue-ink);
  }

  .mobile-call a:active {
    transform: scale(0.97);
  }

  .quote-steps,
  .quote-step-list {
    grid-template-columns: 1fr;
  }
}

:root {
  --surface-cool: #f4f7ff;
  --surface-card: #ffffff;
  --line-soft: rgb(224 227 236 / 0.94);
}

body {
  background: var(--white);
}

h1,
h2,
h3 {
  font-weight: 800;
}

h1 {
  max-width: 705px;
  font-size: clamp(42px, 4.45vw, 64px);
  line-height: 0.98;
}

.problem-grid h2,
.section-head h2,
.visual-grid h2,
.smoke-grid h2,
.areas-grid h2,
.faq-grid h2,
.quote-copy h2 {
  font-weight: 800;
  line-height: 1.03;
  text-wrap: balance;
}

.site-header {
  border-bottom: 1px solid rgb(224 227 236 / 0.6);
}

.header-grid {
  min-height: 74px;
}

.hero {
  isolation: isolate;
  min-height: clamp(650px, 80svh, 820px);
  background: var(--white);
}

.hero-media {
  background-image: url("assets/aes-queenslander-hero.jpeg");
  background-position: 78% center;
  opacity: 1;
  filter: saturate(1.02) contrast(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, #fff 0%, #fff 38%, rgb(255 255 255 / 0.93) 53%, rgb(255 255 255 / 0.48) 76%, rgb(255 255 255 / 0.04) 100%),
    linear-gradient(0deg, rgb(255 255 255 / 0.98), rgb(255 255 255 / 0.1) 54%);
}

.hero-content {
  grid-template-columns: minmax(0, 705px);
  padding-top: clamp(54px, 6vw, 78px);
  padding-bottom: clamp(86px, 8.5vw, 110px);
}

.hero-copy-stack {
  max-width: 705px;
}

.hero-copy {
  max-width: 620px;
  font-size: clamp(17px, 1.28vw, 19px);
  line-height: 1.62;
}

.hero .eyebrow {
  letter-spacing: 0.07em;
}

.button,
.header-phone {
  border-radius: 10px;
}

.section {
  padding: clamp(74px, 8vw, 108px) 0;
}

.problem-band {
  background:
    linear-gradient(135deg, rgb(3 67 249 / 0.98), rgb(8 47 208 / 1));
}

.problem-grid {
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
}

.problem-band .symptom-list li {
  min-height: 58px;
  border-color: rgb(255 255 255 / 0.18);
  background: rgb(255 255 255 / 0.1);
}

.services-section,
.areas-section {
  background: var(--surface-cool);
}

.section-head {
  max-width: 770px;
  margin-bottom: clamp(34px, 4.6vw, 50px);
}

.services-grid {
  gap: clamp(14px, 2vw, 22px);
}

.service-card {
  min-height: auto;
  gap: 11px;
  padding: clamp(22px, 2.8vw, 28px);
  border-color: var(--line-soft);
  border-radius: 16px;
  box-shadow: 0 16px 34px -28px rgb(18 20 27 / 0.32);
}

.service-card::before {
  background: linear-gradient(135deg, rgb(3 67 249 / 0.055), transparent 58%);
}

.service-card h3,
.proof-point h3,
.steps h3,
.suburb-grid dt,
.smoke-checklist-title {
  font-weight: 800;
}

.service-card .service-list li {
  border-color: rgb(224 227 236 / 0.86);
  background: rgb(246 247 250 / 0.74);
}

.visual-proof {
  background: var(--white);
}

.visual-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.82fr);
  gap: clamp(34px, 5vw, 66px);
}

.proof-points {
  gap: 14px;
}

.proof-point {
  min-height: 190px;
  border-radius: 16px;
  box-shadow: 0 16px 36px -32px rgb(18 20 27 / 0.34);
}

.proof-gallery figure {
  width: min(100%, 460px);
  border-radius: 18px;
  box-shadow: 0 24px 56px -34px rgb(18 20 27 / 0.4);
}

.smoke-section {
  background:
    linear-gradient(135deg, #0a1130, #101c4e);
}

.smoke-checklist-panel {
  border-radius: 18px;
}

.steps {
  gap: clamp(18px, 2.6vw, 30px);
}

.steps li {
  min-height: 210px;
  border-radius: 16px;
  box-shadow: 0 14px 30px -26px rgb(18 20 27 / 0.34);
}

.map-shell {
  border-radius: 18px;
  box-shadow: 0 24px 56px -34px rgb(10 17 48 / 0.44);
}

.suburb-grid div,
details {
  border-radius: 16px;
  box-shadow: 0 12px 26px -24px rgb(18 20 27 / 0.34);
}

.faq-list {
  gap: 10px;
}

.quote-section {
  background:
    linear-gradient(135deg, var(--blue), #0736de);
}

.quote-contact-panel {
  border-radius: 18px;
  box-shadow: 0 24px 56px -34px rgb(4 10 28 / 0.48);
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding-bottom: clamp(136px, 15vw, 164px);
  }

  .visual-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(38px, 10.7vw, 50px);
    line-height: 0.98;
  }

  .hero-media {
    background-position: 79% top;
    opacity: 0.22;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, #fff 0%, rgb(255 255 255 / 0.98) 42%, rgb(255 255 255 / 0.9) 100%),
      linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 0.58) 100%);
  }

  .hero-content {
    padding-top: 40px;
    padding-bottom: 118px;
  }

  .section {
    padding: 62px 0;
  }

  .service-card,
  .proof-point,
  .steps li,
  .suburb-grid div,
  details,
  .quote-contact-panel,
  .smoke-checklist-panel {
    border-radius: 14px;
  }
}
