:root {
  --ink: #071923;
  --navy: #061725;
  --navy-2: #0b2736;
  --cyan: #16c5e7;
  --cyan-dark: #009ab9;
  --cyan-soft: #dff8fc;
  --white: #ffffff;
  --mist: #f3f8fa;
  --line: #d9e5e9;
  --muted: #5c6b72;
  --radius: 1.35rem;
  --radius-sm: .85rem;
  --shadow: 0 22px 60px rgba(1, 28, 41, .12);
  --shell: min(1180px, calc(100% - 40px));
  --header-height: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI Variable", "Inter", "Aptos", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p, h1, h2, h3 { margin-top: 0; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(5rem, 8vw, 8.5rem) 0; }
.section-tint { background: var(--mist); }
.section-dark { color: var(--white); background: var(--navy); }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: .7rem 1rem;
  color: var(--navy);
  background: var(--white);
  border-radius: .5rem;
  box-shadow: var(--shadow);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  background: rgba(255, 255, 255, .93);
  border-bottom: 1px solid rgba(9, 34, 47, .08);
  backdrop-filter: blur(18px);
}
.admin-bar .site-header { top: 32px; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 132px; height: auto; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 2vw, 2rem); margin-left: auto; }
.site-nav .menu { display: contents; list-style: none; }
.site-nav .menu > li { display: contents; }
.site-nav a { position: relative; color: #243a45; font-size: .92rem; font-weight: 680; }
.site-nav a::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -.55rem;
  left: 0;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-call {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 45px;
  padding: .6rem 1rem;
  color: var(--white);
  background: var(--navy);
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease;
}
.header-call:hover { background: var(--cyan-dark); transform: translateY(-1px); }
.header-call svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  position: absolute;
  content: "";
  width: min(46vw, 730px);
  aspect-ratio: 1;
  right: -12%;
  top: -25%;
  z-index: -1;
  border: 1px solid rgba(22, 197, 231, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(22, 197, 231, .025), 0 0 0 180px rgba(22, 197, 231, .018);
}
.hero::after {
  position: absolute;
  content: "";
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
  min-height: calc(100vh - var(--header-height));
  padding-block: clamp(4rem, 7vw, 7rem);
}
.breadcrumbs { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.8rem; color: #9bb1bc; font-size: .78rem; }
.breadcrumbs a:hover { color: var(--white); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.25rem;
  color: #a7eefa;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow > span { display: inline-block; width: 34px; height: 2px; background: var(--cyan); }
.eyebrow-dark { color: var(--cyan-dark); }
.hero h1 {
  max-width: 720px;
  margin-bottom: 1.25rem;
  font-size: clamp(3.6rem, 8vw, 7rem);
  line-height: .9;
  letter-spacing: -.065em;
}
.hero-lead { max-width: 650px; margin-bottom: 1.25rem; color: #eaf6f9; font-size: clamp(1.16rem, 2vw, 1.42rem); line-height: 1.5; }
.hero-note { max-width: 630px; margin-bottom: 2rem; color: #9fb4be; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  min-height: 52px;
  padding: .85rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .75rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(22,197,231,.45); outline-offset: 3px; }
.button-primary { color: #001d26; background: var(--cyan); box-shadow: 0 12px 28px rgba(22, 197, 231, .2); }
.button-primary:hover { background: #42d7ef; box-shadow: 0 16px 34px rgba(22, 197, 231, .3); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.045); }
.button-ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.button-dark { color: var(--white); background: var(--navy); }
.button-dark:hover { background: var(--cyan-dark); }
.trust-list { display: flex; flex-wrap: wrap; gap: .65rem 1.35rem; margin-bottom: 1.75rem; list-style: none; color: #dcebed; font-size: .86rem; }
.trust-list li::before { content: "✓"; margin-right: .45rem; color: var(--cyan); font-weight: 900; }
.photo-prompt {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  color: #dbecef;
}
.prompt-icon { display: grid; place-items: center; width: 39px; height: 39px; color: var(--navy); background: var(--white); border-radius: 50%; font-weight: 900; }
.photo-prompt span:last-child { display: grid; font-size: .85rem; line-height: 1.35; }
.photo-prompt strong { color: var(--white); }

.hero-visual { position: relative; padding: 1.25rem 0 2.3rem 1.25rem; }
.hero-visual::before {
  position: absolute;
  content: "";
  inset: 0 3rem 5.5rem 0;
  border: 1px solid rgba(22,197,231,.35);
  border-radius: 1.8rem;
}
.image-frame { position: relative; overflow: hidden; border-radius: 1.5rem; box-shadow: 0 34px 80px rgba(0,0,0,.33); }
.image-frame::after { position: absolute; content: ""; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,16,24,.55)); pointer-events: none; }
.image-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 55% center; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.hero-visual:hover .image-frame img { transform: scale(1.025); }
.hero-card {
  position: absolute;
  right: -1.25rem;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: .85rem;
  width: min(330px, 75%);
  padding: 1rem 1.1rem;
  color: var(--ink);
  background: var(--white);
  border-radius: 1rem;
  box-shadow: var(--shadow);
}
.hero-card-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; color: var(--navy); background: var(--cyan); border-radius: 50%; font-weight: 900; }
.hero-card div { display: grid; gap: .12rem; }
.hero-card strong { font-size: .9rem; line-height: 1.25; }
.hero-card small { color: var(--muted); font-size: .74rem; }
.hero-index { position: absolute; top: 2.3rem; right: -1rem; display: flex; flex-direction: column; align-items: center; gap: .55rem; color: rgba(255,255,255,.5); }
.hero-index span { color: var(--cyan); font-size: .75rem; font-weight: 800; }
.hero-index i { width: 1px; height: 70px; background: rgba(255,255,255,.23); }
.hero-index small { font-size: .61rem; letter-spacing: .15em; writing-mode: vertical-rl; }

.proof-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { position: relative; display: grid; gap: .18rem; min-height: 112px; padding: 1.8rem 2rem; align-content: center; }
.proof-grid > div:not(:last-child)::after { position: absolute; content: ""; right: 0; top: 27%; width: 1px; height: 46%; background: var(--line); }
.proof-grid strong { font-size: .93rem; }
.proof-grid span { color: var(--muted); font-size: .78rem; }

.section-heading { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .65fr); gap: clamp(2rem, 6vw, 7rem); align-items: end; }
.section-heading h2, .service-copy h2, .access-copy h2, .frequency-main h2, .work-copy h2, .local-copy h2, .faq-intro h2, .contact-copy h2 {
  margin-bottom: 0;
  max-width: 760px;
  font-size: clamp(2.3rem, 4.8vw, 4.55rem);
  line-height: 1.04;
  letter-spacing: -.052em;
}
.section-heading > p, .split-heading > p { margin-bottom: .25rem; color: var(--muted); font-size: 1.05rem; }
.center-heading { max-width: 820px; margin-inline: auto; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.center-heading > p:last-child { max-width: 650px; margin: 1.25rem auto 0; }

.importance-layout { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: stretch; }
.debris-panel { position: relative; overflow: hidden; min-height: 440px; padding: clamp(2rem, 4vw, 3rem); color: var(--white); background: var(--navy); border-radius: var(--radius); }
.debris-panel::before { position: absolute; content: ""; width: 300px; height: 300px; right: -150px; top: -120px; border: 1px solid rgba(22,197,231,.3); border-radius: 50%; box-shadow: 0 0 0 55px rgba(22,197,231,.025), 0 0 0 110px rgba(22,197,231,.018); }
.debris-title { position: relative; margin-bottom: 1.5rem; font-size: 1.3rem; font-weight: 800; }
.tag-cloud { position: relative; display: flex; flex-wrap: wrap; gap: .65rem; list-style: none; }
.tag-cloud li { padding: .65rem .9rem; color: #d9f5fa; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: .85rem; }
.water-line { position: absolute; inset: auto 0 0; height: 145px; overflow: hidden; opacity: .7; }
.water-line span { position: absolute; left: -10%; width: 120%; height: 95px; border: 2px solid rgba(22,197,231,.28); border-radius: 50%; }
.water-line span:nth-child(1) { bottom: -53px; }
.water-line span:nth-child(2) { bottom: -30px; left: -17%; }
.water-line span:nth-child(3) { bottom: -8px; left: -2%; }
.risk-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.risk-card { padding: clamp(1.5rem, 3vw, 2.3rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.risk-card:hover { transform: translateY(-5px); border-color: rgba(22,197,231,.6); box-shadow: var(--shadow); }
.risk-card > span { display: inline-block; margin-bottom: 2.2rem; color: var(--cyan-dark); font-size: .72rem; font-weight: 850; letter-spacing: .14em; }
.risk-card h3 { margin-bottom: .65rem; font-size: 1.15rem; line-height: 1.25; }
.risk-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.signs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.sign-card { min-height: 280px; padding: 1.7rem; background: var(--white); border: 1px solid transparent; border-radius: var(--radius); box-shadow: 0 8px 34px rgba(10,37,49,.055); transition: transform .25s ease, box-shadow .25s ease; }
.sign-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.sign-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 3.3rem; color: var(--navy); background: var(--cyan-soft); border-radius: .8rem; font-size: 1.35rem; font-weight: 800; }
.sign-card h3 { margin-bottom: .65rem; font-size: 1.12rem; line-height: 1.3; }
.sign-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.media-split { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.service-image { position: relative; }
.service-image::before { position: absolute; content: ""; inset: -1.1rem 2.4rem 2.2rem -1.1rem; z-index: -1; border: 1px solid var(--cyan); border-radius: var(--radius); }
.service-image img { width: 100%; max-height: 720px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-caption { position: absolute; right: -1rem; bottom: 2rem; display: flex; align-items: center; gap: .8rem; max-width: 270px; padding: .95rem 1.1rem; color: var(--white); background: var(--navy); border-radius: .8rem; font-size: .8rem; font-weight: 750; box-shadow: var(--shadow); }
.image-caption span { color: var(--cyan); }
.service-copy h2 { margin-bottom: 1.25rem; }
.lead { color: #314852; font-size: clamp(1.1rem, 2vw, 1.28rem); line-height: 1.55; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem 1.2rem; margin: 2rem 0; list-style: none; }
.check-list li { display: flex; gap: .65rem; color: #344952; font-size: .93rem; }
.check-list span { display: grid; place-items: center; flex: 0 0 24px; width: 24px; height: 24px; color: var(--navy); background: var(--cyan-soft); border-radius: 50%; font-size: .74rem; font-weight: 900; }
.info-callout { padding: 1.35rem 1.45rem; background: var(--mist); border-left: 3px solid var(--cyan); border-radius: 0 .7rem .7rem 0; }
.info-callout strong { display: block; margin-bottom: .35rem; }
.info-callout p { margin: 0; color: var(--muted); font-size: .9rem; }

.compare-section { position: relative; overflow: hidden; }
.compare-section::before { position: absolute; content: ""; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
.compare-layout { position: relative; display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.compare-copy h2 { margin-bottom: 1.3rem; font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: 1.03; letter-spacing: -.05em; }
.compare-copy > p { color: #b0c4cc; }
.compare-disclaimer { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.compare-legend { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; color: #dae9ec; font-size: .78rem; }
.compare-legend span { display: flex; align-items: center; gap: .45rem; }
.compare-legend i { display: inline-block; width: 9px; height: 9px; border-radius: 50%; }
.dot-before { background: #f6a741; }
.dot-after { background: var(--cyan); }
.comparison { position: relative; overflow: hidden; aspect-ratio: 1166 / 744; border-radius: var(--radius); box-shadow: 0 30px 70px rgba(0,0,0,.34); }
.comparison-image { width: 100%; height: 100%; object-fit: cover; }
.comparison-after { position: absolute; inset: 0; }
.comparison-before { position: absolute; inset: 0; width: 100%; overflow: hidden; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.comparison-before img { width: 100%; max-width: none; }
.comparison-range { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison-line { position: absolute; left: var(--position); top: 0; bottom: 0; z-index: 2; width: 2px; background: var(--white); transform: translateX(-50%); pointer-events: none; }
.comparison-line span { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 48px; height: 48px; color: var(--navy); background: var(--white); border-radius: 50%; box-shadow: 0 7px 22px rgba(0,0,0,.22); transform: translate(-50%, -50%); font-weight: 900; }
.image-label { position: absolute; top: 1rem; z-index: 2; padding: .45rem .7rem; color: var(--white); background: rgba(6,23,37,.8); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; pointer-events: none; }
.label-before { left: 1rem; }
.label-after { right: 1rem; }

.process-list { list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 2rem; padding: 1.6rem 1rem; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.process-list li:hover { padding-left: 1.5rem; background: var(--mist); }
.step-number { color: var(--cyan-dark); font-size: .74rem; font-weight: 850; letter-spacing: .14em; }
.process-list h3 { margin-bottom: .35rem; font-size: 1.15rem; }
.process-list p { margin: 0; max-width: 770px; color: var(--muted); font-size: .92rem; }

.object-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.object-card { position: relative; min-height: 310px; padding: 1.7rem; overflow: hidden; color: var(--white); background: var(--navy); border-radius: var(--radius); transition: transform .25s ease, background .25s ease; }
.object-card:hover { transform: translateY(-5px); background: var(--navy-2); }
.object-card::after { position: absolute; content: ""; right: -45px; bottom: -50px; width: 145px; height: 145px; border: 1px solid rgba(22,197,231,.25); border-radius: 50%; box-shadow: 0 0 0 25px rgba(22,197,231,.025); }
.object-index { color: #7b98a4; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.object-icon { display: grid; place-items: center; width: 48px; height: 48px; margin: 3.1rem 0 1.2rem; color: var(--navy); background: var(--cyan); border-radius: .8rem; font-size: 1.4rem; font-weight: 900; }
.object-card h3 { margin-bottom: .65rem; font-size: 1.2rem; }
.object-card p { margin: 0; color: #a9bec6; font-size: .9rem; }

.access-section { background: linear-gradient(120deg, #fff 0 57%, #f3f8fa 57% 100%); }
.access-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.access-copy h2 { margin-bottom: 1.4rem; }
.access-copy > p:last-child { color: var(--muted); }
.access-factors { display: grid; }
.access-factors div { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; align-items: center; min-height: 75px; padding: .8rem 1rem; border-bottom: 1px solid var(--line); }
.access-factors span { display: grid; place-items: center; width: 35px; height: 35px; color: var(--cyan-dark); background: var(--white); border: 1px solid var(--line); border-radius: 50%; font-size: .7rem; font-weight: 850; }
.access-factors strong { font-size: .96rem; }

.price-section { padding-top: 0; }
.price-card { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); overflow: hidden; color: var(--white); background: var(--navy); border-radius: 1.7rem; box-shadow: var(--shadow); }
.price-intro { padding: clamp(2.5rem, 6vw, 5rem); }
.price-intro h2 { margin-bottom: 1.2rem; font-size: clamp(2.6rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.05em; }
.price-intro > p:not(.eyebrow) { max-width: 560px; margin-bottom: 2rem; color: #afc2ca; }
.price-phone { display: inline-block; margin-left: 1.2rem; color: var(--cyan); font-weight: 850; }
.price-factors { padding: clamp(2.5rem, 5vw, 4.5rem); color: var(--ink); background: var(--white); }
.price-factors h3 { margin-bottom: 1.3rem; font-size: 1.25rem; }
.price-factors ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem 1.5rem; margin-bottom: 2rem; list-style: none; }
.price-factors li { position: relative; padding-left: 1rem; color: #43565e; font-size: .92rem; }
.price-factors li::before { position: absolute; content: ""; left: 0; top: .75em; width: 5px; height: 5px; background: var(--cyan-dark); border-radius: 50%; }
.price-tip { display: flex; align-items: flex-start; gap: .9rem; padding: 1.2rem; background: var(--cyan-soft); border-radius: .8rem; }
.price-tip > span { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; color: var(--white); background: var(--cyan-dark); border-radius: 50%; font-weight: 900; }
.price-tip p { margin: 0; color: #314950; font-size: .87rem; }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-card { min-height: 250px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.why-card:hover { background: var(--mist); }
.why-card > span { display: inline-block; margin-bottom: 2.4rem; color: var(--cyan-dark); font-size: .7rem; font-weight: 850; letter-spacing: .13em; }
.why-card h3 { margin-bottom: .65rem; font-size: 1.12rem; }
.why-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.consequences-section { overflow: hidden; }
.consequences-section .center-heading > p { color: #afc2ca; }
.flow-chain { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: .65rem; }
.flow-chain > div { display: grid; align-content: center; min-height: 150px; padding: 1.25rem; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-sm); }
.flow-chain > div:last-child { background: rgba(22,197,231,.12); border-color: rgba(22,197,231,.35); }
.flow-chain span { margin-bottom: 1.3rem; color: var(--cyan); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.flow-chain strong { font-size: .92rem; line-height: 1.25; }
.flow-chain > i { color: var(--cyan); font-style: normal; font-size: 1.2rem; }

.frequency-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.frequency-main h2 { margin-bottom: 1.4rem; }
.frequency-main p:last-child { color: var(--muted); }
.season-card { background: var(--mist); border-radius: var(--radius); }
.season-card > div { display: grid; grid-template-columns: 86px minmax(0, 1fr); column-gap: 1.2rem; padding: 1.5rem; border-bottom: 1px solid var(--line); }
.season-card > div:last-child { border-bottom: 0; }
.season-card span { grid-row: 1 / span 2; align-self: center; color: var(--cyan-dark); font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.season-card strong { font-size: .98rem; }
.season-card p { margin: .2rem 0 0; color: var(--muted); font-size: .84rem; }

.work-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.work-photo { position: relative; }
.work-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: var(--radius); box-shadow: var(--shadow); }
.work-badge { position: absolute; right: 1rem; bottom: 1rem; display: grid; min-width: 210px; padding: 1rem 1.1rem; color: var(--white); background: rgba(6,23,37,.9); border: 1px solid rgba(255,255,255,.14); border-radius: .8rem; backdrop-filter: blur(10px); }
.work-badge strong { font-size: .9rem; }
.work-badge span { color: #a9bec6; font-size: .72rem; }
.work-copy h2 { margin-bottom: 1.25rem; }
.work-copy > p:not(.eyebrow) { color: var(--muted); }
.work-points { margin-top: 2rem; border-top: 1px solid var(--line); }
.work-points > div { display: grid; grid-template-columns: 45px 1fr; gap: .2rem 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.work-points span { grid-row: 1 / span 2; color: var(--cyan-dark); font-size: .68rem; font-weight: 850; }
.work-points strong { font-size: .94rem; }
.work-points p { margin: 0; color: var(--muted); font-size: .83rem; }

.local-section { position: relative; overflow: hidden; }
.local-section::before { position: absolute; content: "ZG"; right: 2vw; top: 50%; color: rgba(7,25,35,.025); font-size: min(27vw, 360px); font-weight: 900; line-height: .7; transform: translateY(-50%); pointer-events: none; }
.local-grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.local-copy h2 { margin-bottom: 1.3rem; }
.local-copy > p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-flex; gap: .7rem; margin-top: 1.3rem; color: var(--cyan-dark); font-weight: 800; border-bottom: 1px solid rgba(0,154,185,.35); }
.location-list { display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.location-list li { min-height: 72px; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .9rem; font-weight: 720; }

.faq-section { background: var(--mist); }
.faq-layout { display: grid; grid-template-columns: minmax(270px, .57fr) minmax(0, 1.43fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.faq-intro { position: sticky; top: calc(var(--header-height) + 2rem); }
.faq-intro h2 { margin-bottom: 1.2rem; }
.faq-intro p { color: var(--muted); }
.faq-intro .button { margin-top: 1rem; }
.faq-list { border-top: 1px solid #cddcdf; }
.faq-list details { border-bottom: 1px solid #cddcdf; }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem .2rem; font-weight: 780; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid #b8cbd0; border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; content: ""; left: 7px; right: 7px; top: 13px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details[open] summary { color: var(--cyan-dark); }
.faq-list details p { max-width: 800px; margin: -.25rem 3.4rem 1.25rem .2rem; color: var(--muted); font-size: .92rem; }

.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.related-card { position: relative; min-height: 245px; padding: 1.6rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.related-card:hover { transform: translateY(-5px); border-color: var(--cyan); box-shadow: var(--shadow); }
.related-card > span { color: var(--cyan-dark); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.related-card h3 { margin: 4rem 0 .6rem; font-size: 1.16rem; }
.related-card p { margin: 0; color: var(--muted); font-size: .87rem; }
.related-card i { position: absolute; right: 1.3rem; top: 1.25rem; display: grid; place-items: center; width: 35px; height: 35px; color: var(--navy); background: var(--cyan-soft); border-radius: 50%; font-style: normal; font-weight: 850; }

.contact-section { padding: clamp(5rem, 9vw, 9rem) 0; color: var(--white); background: var(--navy); }
.contact-layout { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-copy h2 { margin-bottom: 1.25rem; }
.contact-copy > p:not(.eyebrow) { color: #aec2ca; }
.contact-methods { display: grid; gap: .75rem; margin-top: 2.2rem; }
.contact-methods a { display: grid; gap: .15rem; padding: 1rem 1.1rem; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.11); border-radius: .75rem; transition: border-color .2s ease, background .2s ease; }
.contact-methods a:hover { background: rgba(255,255,255,.075); border-color: rgba(22,197,231,.5); }
.contact-methods span { color: #839da8; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-methods strong { color: var(--white); }
.contact-small { margin-top: 1rem; font-size: .8rem; }
.contact-form { padding: clamp(1.5rem, 4vw, 2.7rem); color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 34px 80px rgba(0,0,0,.3); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-form label:not(.file-drop):not(.consent) { display: grid; gap: .4rem; margin-bottom: 1rem; font-size: .78rem; font-weight: 800; }
.contact-form input:not([type="file"]):not([type="checkbox"]), .contact-form textarea {
  width: 100%;
  padding: .8rem .9rem;
  color: var(--ink);
  background: #f8fbfc;
  border: 1px solid #cddcdf;
  border-radius: .65rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form input:not([type="file"]):not([type="checkbox"]):focus, .contact-form textarea:focus { background: var(--white); border-color: var(--cyan-dark); box-shadow: 0 0 0 3px rgba(22,197,231,.13); }
.contact-form textarea { min-height: 125px; resize: vertical; }
.file-drop { display: flex; align-items: center; gap: .9rem; min-height: 88px; padding: 1rem; background: var(--mist); border: 1px dashed #a9c3ca; border-radius: .75rem; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.file-drop:hover { background: var(--cyan-soft); border-color: var(--cyan-dark); }
.file-drop input { position: absolute; opacity: 0; pointer-events: none; }
.file-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; color: var(--white); background: var(--navy); border-radius: .65rem; font-size: 1.2rem; }
.file-drop > span:last-child { display: grid; gap: .1rem; }
.file-drop strong { font-size: .85rem; }
.file-drop small { color: var(--muted); font-size: .72rem; font-weight: 500; }
.file-list { display: grid; gap: .25rem; margin-top: .55rem; color: var(--muted); font-size: .72rem; }
.file-list span::before { content: "✓"; margin-right: .4rem; color: var(--cyan-dark); font-weight: 900; }
.consent { display: flex; align-items: flex-start; gap: .65rem; margin: 1rem 0; color: var(--muted); font-size: .75rem; }
.consent input { margin: .25rem 0 0; accent-color: var(--cyan-dark); }
.form-submit { width: 100%; border: 0; }
.form-help { margin: .8rem 0 0; color: var(--muted); font-size: .7rem; text-align: center; }
.form-status { margin-top: .7rem; color: #006d80; font-size: .78rem; font-weight: 700; text-align: center; }

.site-footer { padding: 4rem 0 calc(1.5rem + env(safe-area-inset-bottom)); color: #a8bbc3; background: #03101a; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: clamp(2rem, 5vw, 5rem); padding-bottom: 3rem; }
.footer-brand img { width: 150px; margin-bottom: 1rem; filter: saturate(.85) brightness(1.08); }
.footer-brand p { max-width: 310px; font-size: .84rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-grid h2 { margin-bottom: .65rem; color: var(--white); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { margin: 0; font-size: .8rem; }
.footer-grid a:hover { color: var(--cyan); }
.footer-phone { color: var(--white); font-weight: 850; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }

.mobile-cta { display: none; }

.motion-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 34px, 1000px); }
  .site-nav { gap: 1rem; }
  .site-nav a { font-size: .82rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(370px, .86fr); gap: 3.5rem; }
  .hero h1 { font-size: clamp(3.7rem, 7.8vw, 6rem); }
  .signs-grid, .object-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }
  .sign-card { min-height: 245px; }
  .flow-chain { grid-template-columns: repeat(5, 1fr); }
  .flow-chain > i { display: none; }
  .flow-chain > div { min-height: 135px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: .4rem 1.5rem; }
  .footer-grid > div:last-child h2 { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  :root { --header-height: 70px; }
  .header-inner { gap: 1rem; }
  .brand img { width: 112px; }
  .menu-toggle {
    display: grid;
    place-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 0;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: .65rem;
    cursor: pointer;
  }
  .menu-toggle span { display: block; width: 18px; height: 2px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: grid;
    gap: 0;
    padding: 1rem 20px 1.5rem;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(7,25,35,.12);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
  }
  .site-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .site-nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-nav a::after { display: none; }
  .header-call span { display: none; }
  .header-call { width: 42px; min-height: 42px; padding: 0; justify-content: center; border-radius: .65rem; }
  .hero-grid, .importance-layout, .media-split, .compare-layout, .access-grid, .price-card, .frequency-grid, .work-grid, .local-grid, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-block: 4.4rem 5rem; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 680px; margin: 0 auto; }
  .image-frame img { aspect-ratio: 16 / 10; }
  .hero-card { right: 1rem; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(2)::after { display: none; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .importance-layout { gap: 1rem; }
  .debris-panel { min-height: 320px; }
  .media-split { gap: 4rem; }
  .service-image { max-width: 570px; margin-inline: auto; }
  .service-image img { max-height: 570px; aspect-ratio: 4 / 4.3; }
  .compare-layout { gap: 2.5rem; }
  .access-section { background: var(--white); }
  .access-grid { gap: 2.5rem; }
  .access-factors { background: var(--mist); border-radius: var(--radius); }
  .price-section { padding-inline: 17px; }
  .price-card { width: min(100%, 760px); }
  .price-factors { border-radius: 1.5rem 1.5rem 0 0; }
  .frequency-grid, .work-grid, .local-grid, .contact-layout { gap: 3.5rem; }
  .faq-intro { position: static; }
  .faq-layout { gap: 2rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; display: flex; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); --radius: 1.05rem; }
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .section { padding: 4.5rem 0; }
  .header-inner { width: calc(100% - 24px); }
  .hero-grid { padding-block: 3rem 4.2rem; gap: 2.6rem; }
  .breadcrumbs { margin-bottom: 1.4rem; }
  .hero h1 { font-size: clamp(3.2rem, 17vw, 5.1rem); }
  .hero-lead { font-size: 1.08rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; }
  .hero-visual { padding: .75rem 0 2.6rem .6rem; }
  .hero-visual::before { inset: 0 1.4rem 4rem 0; }
  .image-frame img { aspect-ratio: 4 / 5; }
  .hero-card { right: .2rem; bottom: .15rem; width: min(290px, 88%); }
  .hero-index { display: none; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 84px; padding: 1rem .3rem; border-bottom: 1px solid var(--line); }
  .proof-grid > div::after { display: none; }
  .section-heading h2, .service-copy h2, .access-copy h2, .frequency-main h2, .work-copy h2, .local-copy h2, .faq-intro h2, .contact-copy h2 { font-size: clamp(2.1rem, 11vw, 3.1rem); }
  .risk-grid, .signs-grid, .object-grid, .related-grid, .why-grid, .price-factors ul, .location-list, .form-row { grid-template-columns: 1fr; }
  .risk-card > span { margin-bottom: 1.4rem; }
  .sign-card { min-height: auto; }
  .sign-icon { margin-bottom: 2rem; }
  .check-list { grid-template-columns: 1fr; }
  .service-image { width: calc(100% - 12px); }
  .image-caption { right: -.6rem; bottom: 1rem; }
  .comparison { aspect-ratio: 4 / 3; }
  .comparison-image { object-position: center; }
  .process-list li { grid-template-columns: 50px 1fr; gap: .6rem; padding-inline: .2rem; }
  .process-list li:hover { padding-left: .2rem; }
  .object-card { min-height: 270px; }
  .price-section { padding-inline: 14px; }
  .price-card { width: 100%; }
  .price-intro, .price-factors { padding: 2rem 1.3rem; }
  .price-phone { display: block; margin: 1rem 0 0; }
  .why-grid { border: 0; gap: .8rem; }
  .why-card { min-height: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); }
  .why-card > span { margin-bottom: 1.5rem; }
  .flow-chain { grid-template-columns: 1fr; gap: .7rem; }
  .flow-chain > div { min-height: 95px; }
  .flow-chain > div span { margin-bottom: .75rem; }
  .season-card > div { grid-template-columns: 67px 1fr; padding-inline: 1rem; }
  .work-badge { right: .6rem; bottom: .6rem; min-width: 190px; }
  .location-list { border-left: 0; }
  .location-list li { border-left: 1px solid var(--line); }
  .faq-list details p { margin-right: .5rem; }
  .contact-form { padding: 1.2rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { gap: 1rem; }
  .mobile-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 150;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    min-height: calc(62px + env(safe-area-inset-bottom));
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 30px rgba(7,25,35,.12);
    backdrop-filter: blur(14px);
  }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: .45rem; margin: 0 3px; border-radius: .65rem; font-size: .82rem; font-weight: 850; }
  .mobile-cta a:first-child { color: var(--navy); background: var(--mist); border: 1px solid var(--line); }
  .mobile-cta a:last-child { color: #001d26; background: var(--cyan); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}
