:root {
  --bg-main: #060d17;
  --bg-strong: #0c1624;
  --glass: rgba(11, 23, 35, 0.66);
  --glass-strong: rgba(8, 18, 29, 0.86);
  --bg-surface: rgba(18, 31, 47, 0.78);
  --bg-surface-strong: rgba(10, 21, 33, 0.92);
  --text-main: #eff6ff;
  --text-muted: #b7c8da;
  --line: rgba(126, 181, 224, 0.34);
  --line-strong: rgba(149, 232, 255, 0.6);
  --blue-1: #95e8ff;
  --blue-2: #4eb9ff;
  --blue-3: #1b82d6;
  --shadow-lg: 0 26px 60px rgba(0, 0, 0, 0.45);
  --shadow-sm: 0 12px 24px rgba(0, 0, 0, 0.3);
  --shadow-glow: 0 22px 48px rgba(78, 185, 255, 0.22);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --max-width: 1180px;
  --ease-out-strong: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-fluid: cubic-bezier(0.23, 1, 0.32, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sora", "Segoe UI", sans-serif;
  color: var(--text-main);
  line-height: 1.58;
  letter-spacing: 0.003em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  overflow-x: clip;
  background:
    radial-gradient(900px 460px at 88% -5%, rgba(78, 185, 255, 0.25), transparent 66%),
    radial-gradient(700px 380px at 4% 34%, rgba(149, 232, 255, 0.15), transparent 70%),
    linear-gradient(180deg, #040a12 0%, var(--bg-main) 42%, #0e1a29 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  opacity: 0.33;
  background:
    radial-gradient(circle at 16% 12%, rgba(149, 232, 255, 0.08) 0 2px, transparent 2px),
    radial-gradient(circle at 78% 26%, rgba(149, 232, 255, 0.07) 0 1.5px, transparent 1.5px),
    radial-gradient(circle at 62% 74%, rgba(149, 232, 255, 0.06) 0 1.4px, transparent 1.4px),
    repeating-radial-gradient(circle at 50% 50%, rgba(149, 232, 255, 0.06) 0 1px, transparent 1px 18px);
  background-size: 700px 520px, 780px 620px, 840px 680px, 100% 100%;
  mix-blend-mode: screen;
}

body::after {
  opacity: 0.2;
  background:
    linear-gradient(180deg, transparent 74%, rgba(149, 232, 255, 0.14) 100%),
    radial-gradient(760px 320px at 50% 120%, rgba(149, 232, 255, 0.26), transparent 75%);
}

h1,
h2,
h3 {
  margin: 0 0 var(--space-3);
  font-family: "Barlow Condensed", "Segoe UI", sans-serif;
  line-height: 1;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(2.25rem, 8.6vw, 4.8rem);
}

h2 {
  font-size: clamp(1.78rem, 5vw, 3rem);
}

h3 {
  font-size: clamp(1.2rem, 3.8vw, 1.64rem);
}

p {
  margin: 0 0 var(--space-3);
  color: var(--text-muted);
  font-size: 1.02rem;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.skip-link {
  position: absolute;
  top: -1000px;
  left: var(--space-3);
  background: #d8f6ff;
  color: #021019;
  border-radius: var(--radius-sm);
  padding: 0.65rem 1rem;
  font-weight: 700;
  z-index: 2100;
}

.skip-link:focus {
  top: var(--space-3);
}

.container {
  width: min(92vw, var(--max-width));
  margin-inline: auto;
}

.section {
  padding: clamp(2.8rem, 6vw, var(--space-7)) 0;
  position: relative;
  isolation: isolate;
}

main section[id] {
  scroll-margin-top: 96px;
}

.section > .container {
  padding-block: clamp(0.35rem, 1.4vw, 0.9rem);
}

.section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(149, 232, 255, 0.18), transparent);
  pointer-events: none;
}

main .section:nth-of-type(odd) {
  background: linear-gradient(180deg, rgba(8, 18, 29, 0.4), rgba(6, 13, 23, 0));
}

main .section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(3, 10, 18, 0.35), rgba(8, 16, 25, 0));
}

main .section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(580px 220px at 50% -10%, rgba(149, 232, 255, 0.07), transparent 75%);
  opacity: 0.8;
}

.eyebrow {
  margin: 0 0 var(--space-2);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--blue-1);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--glass);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(1.2);
  transition: background 280ms var(--ease-out-strong), border-color 280ms var(--ease-out-strong), box-shadow 280ms var(--ease-out-strong), backdrop-filter 280ms var(--ease-out-strong);
}

.site-header.is-scrolled {
  background: rgba(6, 14, 24, 0.86);
  border-bottom-color: rgba(149, 232, 255, 0.2);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px) saturate(1.4);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
}

.brand {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #031422;
  background: linear-gradient(145deg, var(--blue-1), var(--blue-2));
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.brand-text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-weight: 600;
}

.menu-toggle {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(10, 20, 32, 0.85);
  display: grid;
  place-content: center;
  gap: 0.3rem;
  transition: border-color 220ms ease, transform 220ms var(--ease-fluid), box-shadow 220ms var(--ease-fluid);
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: rgba(149, 232, 255, 0.72);
  box-shadow: 0 10px 24px rgba(78, 185, 255, 0.18);
  transform: translateY(-1px);
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--text-main);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.primary-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 78px;
  display: grid;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scaleY(0.95);
  transform-origin: top;
  transition: opacity 200ms ease, transform 200ms ease;
}

.primary-nav a {
  padding: 0.95rem 1.2rem;
  background: rgba(7, 15, 24, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 600;
  transition: color 220ms ease, background 220ms ease;
  position: relative;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(149, 232, 255, 0.78), transparent);
  transform: scaleX(0.18);
  transform-origin: center;
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.primary-nav a.is-active {
  color: var(--blue-1);
  background: rgba(149, 232, 255, 0.12);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  margin: 0.35rem 1rem 0.6rem;
  background: linear-gradient(145deg, var(--blue-1), var(--blue-2));
  color: #021019;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(78, 185, 255, 0.36);
}

.primary-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scaleY(1);
}

.hero {
  position: relative;
  overflow: clip;
  padding-top: clamp(3.4rem, 8vw, 6.2rem);
  padding-bottom: clamp(3.2rem, 6vw, 5.2rem);
  min-height: clamp(620px, 84vh, 860px);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 180px;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(4, 10, 18, 0.9) 100%),
    linear-gradient(106deg, rgba(7, 16, 27, 0) 18%, rgba(7, 16, 27, 0.74) 56%, rgba(7, 16, 27, 0) 100%);
}

.hero-background {
  position: absolute;
  inset: 0;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: brightness(1.08) contrast(1.04) saturate(1.03);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(3, 8, 14, 0.92) 0%, rgba(3, 8, 14, 0.84) 28%, rgba(3, 8, 14, 0.5) 48%, rgba(3, 8, 14, 0.22) 66%, rgba(3, 8, 14, 0.12) 100%),
    radial-gradient(620px 360px at 78% 52%, rgba(255, 210, 130, 0.14), transparent 72%),
    radial-gradient(640px 420px at 24% 35%, rgba(78, 185, 255, 0.18), transparent 74%);
}

.hero-photo {
  object-position: 52% 56%;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(1.9rem, 5vw, 3.2rem);
  align-items: end;
}

.hero-copy {
  max-width: 700px;
}

.hero-copy .eyebrow {
  margin-bottom: 0.75rem;
}

.hero-copy h1 {
  margin-bottom: clamp(1.2rem, 3vw, 1.8rem);
  max-width: 12.8ch;
  text-wrap: balance;
  letter-spacing: 0.005em;
}

.hero-lead {
  max-width: 52ch;
  font-size: clamp(1.05rem, 2.8vw, 1.22rem);
  margin-bottom: clamp(1.6rem, 4vw, 2.35rem);
  color: #d5e2f0;
  line-height: 1.64;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: clamp(1.65rem, 4vw, 2.3rem);
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(149, 232, 255, 0.45);
  background: rgba(13, 28, 42, 0.76);
  color: #d9eeff;
  font-size: 0.82rem;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hero-trust {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 0.9rem;
  max-width: 540px;
}

.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d9e9f9;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid rgba(149, 232, 255, 0.28);
  background: rgba(9, 20, 31, 0.58);
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
}

.hero-trust li span {
  color: var(--blue-1);
}

.hero-panel {
  padding: clamp(1.3rem, 3vw, 1.75rem);
  background: linear-gradient(165deg, rgba(9, 22, 35, 0.88), rgba(7, 17, 27, 0.94));
}

.metric-list {
  display: grid;
  gap: 0.88rem;
  margin: 0 0 1.4rem;
}

.metric-list li {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(149, 232, 255, 0.2);
  background: rgba(8, 19, 30, 0.58);
}

.metric-list strong {
  color: var(--text-main);
}

.metric-list span {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 100%;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.9rem 1.4rem;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.018em;
  transition: transform 260ms var(--ease-fluid), box-shadow 260ms var(--ease-fluid), border-color 260ms var(--ease-fluid), background 260ms var(--ease-fluid), color 220ms ease, filter 220ms ease;
  cursor: pointer;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow);
}

.btn:active {
  transform: translateY(0);
  box-shadow: 0 14px 28px rgba(65, 171, 237, 0.24);
}

.btn-xl {
  min-height: 60px;
  font-size: 1.02rem;
  letter-spacing: 0.025em;
}

.btn:focus-visible,
.quick-btn:focus-visible,
.gallery-item:focus-visible,
.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
  outline: 2px solid var(--blue-1);
  outline-offset: 2px;
}

.btn-primary {
  color: #041322;
  background: linear-gradient(150deg, #baf3ff 0%, var(--blue-1) 42%, var(--blue-2) 100%);
  box-shadow: 0 16px 32px rgba(65, 171, 237, 0.35);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  filter: brightness(1.04);
}

.btn-secondary {
  border-color: var(--line-strong);
  background: rgba(10, 23, 34, 0.78);
  color: var(--text-main);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(149, 232, 255, 0.9);
  background: rgba(13, 28, 42, 0.9);
}

.btn-tertiary {
  border-color: rgba(149, 232, 255, 0.5);
  background: rgba(78, 185, 255, 0.16);
  color: var(--blue-1);
}

.btn-tertiary:hover,
.btn-tertiary:focus-visible {
  border-color: rgba(149, 232, 255, 0.86);
  color: #ddf2ff;
}

.card {
  background: linear-gradient(160deg, var(--bg-surface), var(--bg-surface-strong));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  transition: border-color 320ms var(--ease-fluid), box-shadow 320ms var(--ease-fluid), transform 320ms var(--ease-fluid);
}

.card:hover {
  border-color: rgba(149, 232, 255, 0.45);
  box-shadow: 0 30px 66px rgba(78, 185, 255, 0.2);
  transform: translateY(-4px);
}

.section-heading {
  margin-bottom: clamp(1.9rem, 4vw, 2.8rem);
  max-width: 760px;
}

.section-heading h2 {
  margin-bottom: clamp(0.75rem, 2vw, 1.1rem);
}

.section-heading p {
  max-width: 62ch;
}

.presentation-banner {
  width: min(92vw, 980px);
  margin: 1rem auto 0;
  border: 1px solid rgba(149, 232, 255, 0.32);
  background: linear-gradient(145deg, rgba(7, 18, 29, 0.94), rgba(9, 24, 37, 0.88));
  border-radius: 999px;
  padding: 0.5rem 0.65rem 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  box-shadow: var(--shadow-sm);
}

.presentation-banner p {
  margin: 0;
  color: #d9eafb;
  font-size: 0.84rem;
}

.presentation-banner button {
  border: 1px solid rgba(149, 232, 255, 0.5);
  background: rgba(13, 30, 46, 0.88);
  color: var(--blue-1);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms var(--ease-fluid);
}

.presentation-banner button:hover,
.presentation-banner button:focus-visible {
  background: rgba(16, 37, 56, 0.94);
  border-color: rgba(149, 232, 255, 0.84);
  transform: translateY(-1px);
}

.presentation-banner.is-hidden {
  display: none;
}

.chapter-kicker {
  margin: 0 0 0.45rem;
  color: #d7ecff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 0.72rem;
}

.quick-actions {
  padding-top: 0;
}

.quick-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-2);
  margin-top: clamp(-0.7rem, -2vw, -0.4rem);
}

.quick-btn {
  display: block;
  text-align: center;
  padding: 1.1rem 1.15rem;
  border-radius: var(--radius-sm);
  background: linear-gradient(145deg, rgba(15, 31, 48, 0.92), rgba(10, 20, 31, 0.97));
  border: 1.4px solid var(--line-strong);
  font-weight: 700;
  font-size: 0.93rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 240ms var(--ease-fluid), border-color 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.quick-btn:hover,
.quick-btn:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(149, 232, 255, 0.88);
  background: linear-gradient(145deg, rgba(18, 36, 54, 0.95), rgba(11, 22, 34, 0.98));
  box-shadow: 0 16px 32px rgba(78, 185, 255, 0.22);
}

.process-timeline {
  display: grid;
  gap: 0.85rem;
}

.process-timeline li {
  position: relative;
  border: 1px solid rgba(149, 232, 255, 0.24);
  background: linear-gradient(160deg, rgba(14, 27, 41, 0.82), rgba(9, 19, 30, 0.9));
  border-radius: var(--radius-sm);
  padding: 1rem 1.1rem 1.1rem;
  transition: transform 260ms var(--ease-fluid), border-color 260ms ease, box-shadow 260ms var(--ease-fluid);
}

.process-timeline li:hover {
  transform: translateY(-2px);
  border-color: rgba(149, 232, 255, 0.42);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26);
}

.process-timeline h3 {
  color: var(--blue-1);
  margin-bottom: 0.5rem;
}

.process-timeline p {
  margin: 0;
}

.step-dot {
  position: absolute;
  right: 0.95rem;
  top: 0.95rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(145deg, #b9f2ff, #4eb9ff);
  box-shadow: 0 0 0 5px rgba(149, 232, 255, 0.14);
}

.flow-shell {
  padding: 1rem;
  overflow: hidden;
}

.flow-track {
  position: relative;
  display: grid;
  gap: 0.8rem;
}

.flow-node {
  border: 1px solid rgba(149, 232, 255, 0.34);
  border-radius: 999px;
  background: linear-gradient(165deg, rgba(10, 23, 35, 0.9), rgba(9, 20, 30, 0.86));
  padding: 0.62rem 0.95rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #dff2ff;
  width: fit-content;
  transition: transform 240ms var(--ease-fluid), border-color 240ms ease, background 240ms ease;
}

.flow-node:hover {
  transform: translateY(-1px);
  border-color: rgba(149, 232, 255, 0.7);
  background: linear-gradient(165deg, rgba(13, 28, 42, 0.94), rgba(10, 22, 33, 0.9));
}

.flow-pipe {
  width: 100%;
  height: 74px;
}

.flow-pipe path {
  fill: none;
  stroke: rgba(149, 232, 255, 0.36);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 12 14;
  animation: water-flow 7s linear infinite;
}

@keyframes water-flow {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -156; }
}

.service-grid,
.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.4rem, 3vw, 2.1rem);
}

.equipment-explorer {
  display: grid;
  gap: 1rem;
}

.equipment-blueprint {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-style: dashed;
}

.equipment-blueprint::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 20, 31, 0.08), rgba(8, 20, 31, 0.5)),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(149, 232, 255, 0.08) 42px 43px),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(149, 232, 255, 0.08) 42px 43px);
  pointer-events: none;
  z-index: 1;
}

.blueprint-photo {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: brightness(0.88) contrast(1.1) saturate(0.92);
}

.hotspot {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(149, 232, 255, 0.6);
  background: rgba(7, 20, 32, 0.84);
  color: #e5f5ff;
  border-radius: 999px;
  padding: 0.26rem 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: default;
  transition: transform 220ms var(--ease-fluid), border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.hotspot:hover,
.hotspot:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(149, 232, 255, 0.95);
  background: rgba(10, 26, 40, 0.94);
  box-shadow: 0 12px 24px rgba(78, 185, 255, 0.18);
}

.hs-tank { left: 10%; top: 62%; }
.hs-controls { left: 56%; top: 26%; }
.hs-filters { left: 60%; top: 58%; }
.hs-pump { left: 26%; top: 30%; }

.equipment-panels {
  display: grid;
  gap: 0.9rem;
}

.equip-panel {
  padding: 0.75rem;
}

.equip-thumb {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 0.8rem;
}

.equip-panel h3 {
  color: var(--blue-1);
  margin-bottom: 0.5rem;
}

.equip-panel p {
  margin: 0;
}

.service-card,
.media-card {
  overflow: hidden;
}

.service-card,
.media-card,
.job-feature,
.compare-card,
.trust-proof-card {
  position: relative;
}

.service-card::after,
.media-card::after,
.job-feature::after,
.compare-card::after,
.trust-proof-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 64px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 13, 22, 0), rgba(6, 13, 22, 0.78));
  opacity: 0;
  transition: opacity 260ms ease;
}

.service-card:hover::after,
.media-card:hover::after,
.job-feature:hover::after,
.compare-card:hover::after,
.trust-proof-card:hover::after {
  opacity: 1;
}

.service-card img,
.media-card img {
  width: 100%;
  height: clamp(220px, 25vw, 280px);
  object-fit: cover;
  border-bottom: 1px solid rgba(149, 232, 255, 0.16);
}

.service-photo-well {
  object-position: 44% 58%;
}

.service-photo-pump {
  object-position: 50% 54%;
}

.service-photo-water {
  object-position: 54% 48%;
}

.media-photo-control {
  object-position: 50% 58%;
}

.media-photo-treatment {
  object-position: 52% 44%;
}

.media-photo-system {
  object-position: 48% 46%;
}

.service-card h3,
.service-card p,
.media-card h3,
.media-card p {
  padding-inline: 1.35rem;
}

.service-card h3,
.media-card h3 {
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
  color: var(--blue-1);
}

.service-card p,
.media-card p {
  margin-bottom: 1.3rem;
}

.no-water-shell {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.feature-bg {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.no-water-photo {
  object-position: 50% 42%;
}

.feature-content {
  padding: clamp(1.7rem, 4vw, 2.45rem);
  text-align: left;
  position: relative;
  z-index: 2;
}

.no-water-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(4, 10, 18, 0.92) 8%, rgba(4, 10, 18, 0.68) 48%, rgba(4, 10, 18, 0.58) 100%);
  z-index: 1;
}

.feature-content h2 span {
  display: block;
  margin-top: 0.4rem;
  color: #e7f3ff;
  font-size: clamp(1.18rem, 3.1vw, 1.75rem);
}

.emergency-actions .btn {
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.36);
}

.job-grid,
.compare-grid,
.area-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.4rem, 3vw, 2rem);
}

.job-feature {
  overflow: hidden;
}

.job-feature img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.job-photo-install {
  object-position: 50% 54%;
}

.job-photo-truck {
  object-position: 52% 36%;
}

.job-copy {
  padding: 1.2rem 1.35rem 1.35rem;
}

.job-copy h3 {
  color: var(--blue-1);
  margin-bottom: 0.7rem;
}

.compare-card {
  overflow: hidden;
  position: relative;
}

.compare-tag {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 2;
  border-radius: 999px;
  padding: 0.32rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #06111c;
  background: linear-gradient(145deg, var(--blue-1), var(--blue-2));
}

.compare-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.compare-photo-before {
  object-position: 50% 56%;
}

.compare-photo-after {
  object-position: 50% 52%;
}

.service-area-photo,
.area-content,
.area-map {
  overflow: hidden;
}

.service-area-photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.area-photo {
  object-position: 52% 46%;
}

.area-content {
  padding: 1.4rem;
}

.area-list {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.area-list li {
  padding: 0.9rem 1.1rem;
  border: 1.4px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(12, 24, 36, 0.76);
  color: var(--text-main);
  font-weight: 600;
}

.county-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.county-chips span {
  border: 1px solid rgba(149, 232, 255, 0.36);
  border-radius: 999px;
  background: rgba(10, 23, 35, 0.8);
  color: #d8ecff;
  padding: 0.36rem 0.72rem;
  font-size: 0.74rem;
  font-weight: 600;
}

.county-chips em {
  margin-left: 0.35rem;
  color: #9fd9f7;
  font-style: normal;
  font-weight: 500;
}

.area-map {
  padding: 1rem;
  display: grid;
}

.map-shell {
  border: 1px dashed rgba(149, 232, 255, 0.38);
  border-radius: 14px;
  background:
    linear-gradient(165deg, rgba(14, 28, 44, 0.72), rgba(8, 18, 30, 0.88)),
    radial-gradient(circle at 40% 30%, rgba(78, 185, 255, 0.14), transparent 70%);
  display: grid;
  place-content: center;
  text-align: center;
  padding: 1.5rem;
  min-height: 280px;
  position: relative;
  overflow: hidden;
}

.map-shell::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    linear-gradient(180deg, rgba(6, 17, 29, 0.06), rgba(6, 17, 29, 0.48)),
    repeating-radial-gradient(circle at 40% 62%, rgba(149, 232, 255, 0.14) 0 1px, transparent 1px 14px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.map-title {
  color: var(--blue-1);
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 132px;
  gap: 0.85rem;
}

.gallery-item {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  cursor: zoom-in;
  box-shadow: var(--shadow-sm);
  position: relative;
  border: 1px solid rgba(149, 232, 255, 0.14);
  transition: transform 260ms var(--ease-fluid), box-shadow 260ms var(--ease-fluid), border-color 260ms ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 16, 26, 0.02), rgba(8, 16, 26, 0.66));
  opacity: 0.24;
  pointer-events: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.14) contrast(1.04);
  transition: transform 300ms var(--ease-fluid), filter 240ms ease;
}

.g1 img { object-position: 50% 55%; }
.g2 img { object-position: 50% 46%; }
.g3 img { object-position: 50% 52%; }
.g4 img { object-position: 50% 48%; }
.g5 img { object-position: 50% 42%; }
.g6 img { object-position: 50% 58%; }
.g7 img { object-position: 50% 56%; }
.g8 img { object-position: 50% 50%; }
.g9 img { object-position: 50% 40%; }
.g10 img { object-position: 54% 34%; }

.gallery-item.feature {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.04);
  filter: brightness(1.18) contrast(1.05);
}

.gallery-item:hover,
.gallery-item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(149, 232, 255, 0.42);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
}

.gallery-badges {
  display: none;
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.55rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.gallery-badges span {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.48rem;
  border: 1px solid rgba(149, 232, 255, 0.46);
  border-radius: 999px;
  background: rgba(5, 14, 24, 0.84);
  color: #d8ecff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.review-placeholder {
  padding: clamp(1.5rem, 3vw, 2rem);
}

.trust-proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.trust-proof-card {
  padding: 1.25rem 1.25rem 1.35rem;
}

.trust-proof-card h3 {
  color: var(--blue-1);
  margin-bottom: 0.6rem;
}

.trust-proof-card p {
  margin-bottom: 0;
}

.review-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.8rem;
  padding-left: 1rem;
  list-style: disc;
}

.review-rating {
  margin-top: 1.25rem;
  font-size: 0.92rem;
}

.page-shell {
  background:
    radial-gradient(900px 460px at 88% -5%, rgba(78, 185, 255, 0.25), transparent 66%),
    radial-gradient(700px 380px at 4% 34%, rgba(149, 232, 255, 0.15), transparent 70%),
    linear-gradient(180deg, #040a12 0%, var(--bg-main) 42%, #0e1a29 100%);
}

.page-hero {
  padding-top: clamp(2.8rem, 6vw, 5rem);
}

.page-hero-grid {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}

.page-hero-copy,
.page-hero-panel {
  position: relative;
}

.page-hero-copy {
  padding: clamp(1.6rem, 3.6vw, 2.8rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(8, 18, 29, 0.92), rgba(12, 26, 42, 0.82));
  border: 1px solid rgba(149, 232, 255, 0.14);
  box-shadow: var(--shadow-lg);
}

.page-hero-copy h1 {
  max-width: 12ch;
}

.page-hero-copy p:last-child,
.page-hero-panel p:last-child {
  margin-bottom: 0;
}

.page-hero-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.featured-project-grid,
.project-grid,
.spotlight-grid {
  display: grid;
  gap: 1rem;
}

.featured-project-card,
.project-card {
  overflow: hidden;
}

.featured-project-card img,
.project-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.featured-project-card div,
.project-copy {
  padding: 1rem 1rem 1.15rem;
}

.featured-project-card h3,
.project-copy h3 {
  margin-bottom: 0.55rem;
}

.floating-contact {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1500;
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(21, 92, 154, 0.96), rgba(13, 34, 54, 0.98));
  border: 1px solid rgba(149, 232, 255, 0.5);
  box-shadow: var(--shadow-lg);
  color: var(--text-main);
  transition: transform 220ms var(--ease-fluid), box-shadow 220ms var(--ease-fluid), border-color 220ms ease;
}

.floating-contact span {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue-1);
}

.floating-contact strong {
  font-size: 0.92rem;
}

.floating-contact:hover,
.floating-contact:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(149, 232, 255, 0.8);
  box-shadow: 0 26px 44px rgba(0, 0, 0, 0.38), 0 0 0 6px rgba(149, 232, 255, 0.08);
}

.page-shell .site-footer {
  margin-top: 0;
}

.footer-meta a,
.footer-links a {
  position: relative;
}

.footer-meta a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease-fluid);
}

.footer-meta a:hover::after,
.footer-meta a:focus-visible::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  transform: scaleX(1);
}

.trust-proof-grid-home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-heading h2 + p {
  max-width: 66ch;
}

.contact-shell {
  padding: clamp(2rem, 5vw, 3rem);
  text-align: center;
}

.contact-meta {
  margin-top: 1.8rem;
}

.contact-meta p {
  margin: 0.35rem 0;
}

.final-cta-shell {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-color: rgba(149, 232, 255, 0.42);
}

.final-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 44%;
  filter: brightness(0.76) contrast(1.08) saturate(1.02);
}

.final-cta-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(4, 10, 18, 0.92) 0%, rgba(4, 10, 18, 0.7) 46%, rgba(4, 10, 18, 0.52) 100%),
    radial-gradient(500px 240px at 78% 30%, rgba(149, 232, 255, 0.17), transparent 74%);
}

.final-cta-copy {
  position: relative;
  z-index: 2;
  padding: clamp(1.6rem, 4vw, 3rem);
  max-width: 720px;
}

.final-cta-copy h2 {
  margin-bottom: 1rem;
}

.final-cta-copy p {
  margin-bottom: 1.3rem;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(5, 11, 18, 0.95), rgba(3, 8, 14, 0.82));
}

.footer-inner {
  min-height: 84px;
  display: grid;
  gap: 1rem;
  padding: 1.5rem 0;
}

.footer-inner a {
  color: var(--blue-1);
  font-weight: 600;
  transition: color 220ms ease, transform 220ms ease;
}

.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: #d9f4ff;
  transform: translateY(-1px);
}

.footer-title {
  color: var(--text-main);
  font-weight: 700;
  margin-bottom: 0.2rem;
  font-size: 1.15rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 1rem;
}

.footer-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
}

.footer-meta p {
  margin-bottom: 0.35rem;
}

.footer-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 0.45rem;
  color: var(--blue-1);
  vertical-align: -2px;
}

.footer-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(2, 8, 14, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, backdrop-filter 220ms ease;
  z-index: 2200;
  padding: 2rem;
  backdrop-filter: blur(2px);
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  max-width: min(95vw, 1200px);
  max-height: 82vh;
  border-radius: var(--radius-md);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.55);
  transition: transform 240ms var(--ease-fluid), box-shadow 240ms var(--ease-fluid);
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 1px solid rgba(149, 232, 255, 0.45);
  background: rgba(10, 23, 34, 0.88);
  color: var(--text-main);
  border-radius: 999px;
  padding: 0.6rem 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 220ms var(--ease-fluid), border-color 220ms ease, background 220ms ease;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(149, 232, 255, 0.88);
  background: rgba(13, 30, 45, 0.94);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(149, 232, 255, 0.5);
  background: rgba(10, 23, 34, 0.86);
  color: var(--text-main);
  border-radius: 999px;
  width: 44px;
  height: 44px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: transform 220ms var(--ease-fluid), border-color 220ms ease, background 220ms ease;
}

.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  transform: translateY(-50%) scale(1.03);
  border-color: rgba(149, 232, 255, 0.88);
  background: rgba(13, 30, 45, 0.96);
}

.lightbox-nav.prev {
  left: 1rem;
}

.lightbox-nav.next {
  right: 1rem;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(2px);
  transition: opacity 720ms var(--ease-out-strong), transform 720ms var(--ease-out-strong), filter 580ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (min-width: 760px) {
  .section {
    padding: var(--space-7) 0;
  }

  .presentation-banner {
    margin-top: 1.2rem;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .hero-trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 760px;
  }

  .hero-actions .btn {
    width: auto;
  }

  .btn {
    min-height: 50px;
  }

  .quick-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-hero-grid,
  .featured-project-grid,
  .spotlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wraps-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: 220px;
  }

  .footer-cta {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, max-content);
    justify-content: start;
  }

  .floating-contact {
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .service-grid,
  .trust-grid,
  .job-grid,
  .compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    position: relative;
  }

  .process-timeline::before {
    content: "";
    position: absolute;
    left: 7%;
    right: 7%;
    top: 1.6rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(149, 232, 255, 0.42), rgba(149, 232, 255, 0.2));
  }

  .process-timeline li {
    border: 0;
    background: transparent;
    padding: 0 1rem 0.8rem;
  }

  .process-timeline h3 {
    margin-top: 2.2rem;
  }

  .step-dot {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: 1.2rem;
  }

  .flow-shell {
    padding: 1.25rem 1.2rem;
  }

  .flow-track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    gap: 0.65rem;
  }

  .flow-pipe {
    grid-column: 1 / -1;
    grid-row: 1;
    height: 100px;
  }

  .flow-node {
    grid-row: 1;
    justify-self: center;
  }

  .flow-node:nth-of-type(1) { align-self: start; }
  .flow-node:nth-of-type(2) { align-self: center; }
  .flow-node:nth-of-type(3) { align-self: end; }
  .flow-node:nth-of-type(4) { align-self: center; }
  .flow-node:nth-of-type(5) { align-self: start; }

  .equipment-explorer {
    grid-template-columns: 1.2fr 1fr;
    align-items: stretch;
  }

  .trust-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .area-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 150px;
    gap: 1rem;
  }

  .no-water-shell {
    min-height: 470px;
    display: grid;
    align-items: stretch;
  }

  .feature-content {
    display: grid;
    align-content: center;
    max-width: 720px;
  }

  .hero-photo {
    object-position: 52% 54%;
  }

  .footer-inner {
    grid-template-columns: 1.2fr 1fr;
    align-items: start;
  }

  .footer-cta {
    grid-column: 1 / -1;
    grid-template-columns: auto auto;
    justify-content: start;
  }
}

@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }

  .header-inner {
    min-height: 84px;
  }

  .primary-nav {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    display: flex;
    gap: 0.18rem;
    background: transparent;
    align-items: center;
  }

  .primary-nav a {
    border: 0;
    background: transparent;
    border-radius: 999px;
    padding: 0.62rem 0.82rem;
    margin: 0;
    transition: background 200ms ease, color 200ms ease, transform 200ms ease;
  }

  .primary-nav a:hover,
  .primary-nav a:focus-visible {
    background: rgba(149, 232, 255, 0.13);
    color: var(--blue-1);
    transform: translateY(-1px);
  }

  .nav-call {
    margin: 0 0 0 0.45rem;
    padding: 0.62rem 0.95rem;
  }

  .hero-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
  }

  .hero-actions .btn {
    min-width: 180px;
  }

  .hero-actions {
    gap: 0.7rem;
  }

  .page-hero-grid {
    grid-template-columns: 1.3fr 0.9fr;
  }

  .trust-proof-grid-home {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .featured-project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .spotlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-bg {
    height: 330px;
  }

  .hero-photo {
    object-position: 54% 52%;
  }

  .final-cta-copy {
    padding: clamp(2.1rem, 4vw, 3.4rem);
  }

  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 156px;
  }

  .area-shell {
    grid-template-columns: 1.1fr 0.9fr 1fr;
    align-items: stretch;
  }

  .footer-inner {
    grid-template-columns: 1.1fr 0.8fr 1fr 0.8fr;
    align-items: start;
  }

  .footer-cta {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .flow-pipe path {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }
}
/* Final mobile override block */
@media (max-width: 960px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  img,
  video,
  iframe,
  svg {
    max-width: 100%;
    height: auto;
  }

  h1,
  .hero-copy h1,
  .page-hero-copy h1 {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
    line-height: 1.15;
  }

  h2,
  .section-heading h2,
  .content-section h2 {
    font-size: clamp(1.35rem, 5.4vw, 2rem);
    line-height: 1.2;
  }

  h3,
  .service-card h3,
  .media-card h3,
  .featured-project-card h3,
  .project-card h3 {
    font-size: clamp(1.08rem, 4.6vw, 1.35rem);
    line-height: 1.25;
  }

  .hero,
  .page-hero {
    overflow: hidden;
  }

  .hero-grid,
  .page-hero-grid,
  .area-shell,
  .equipment-panels,
  .service-grid,
  .trust-grid,
  .job-grid,
  .compare-grid,
  .quick-grid,
  .featured-project-grid,
  .project-grid,
  .spotlight-grid,
  .trust-proof-grid,
  .trust-proof-grid-home,
  .gallery-grid,
  .footer-inner,
  .footer-links,
  .footer-cta {
    grid-template-columns: 1fr !important;
  }

  .service-area-photo,
  .area-content,
  .area-map,
  .hero-panel,
  .page-hero-panel {
    width: 100%;
    max-width: 100%;
  }

  .gallery-grid {
    grid-auto-rows: auto !important;
  }

  .gallery-item,
  .gallery-item.feature,
  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .gallery-item img,
  .service-card img,
  .media-card img,
  .service-area-photo img,
  .area-photo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }

  .header-inner,
  .site-header,
  .page-shell,
  .container,
  .hero-copy,
  .page-hero-copy {
    min-width: 0;
  }

  .primary-nav {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .primary-nav a,
  .nav-call {
    white-space: normal;
    word-break: break-word;
  }

  .floating-contact,
  .floating-emergency,
  .emergency-bubble,
  .emergency-float {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .hero-actions,
  .footer-cta {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .hero-actions .btn,
  .btn,
  button,
  [type="button"],
  [type="submit"],
  .nav-call {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}

/* Final mobile visual + layout override block */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero,
  .page-hero {
    overflow: hidden;
  }

  .hero-grid,
  .page-hero-grid {
    grid-template-columns: 1fr !important;
    gap: clamp(1rem, 3.6vw, 1.6rem);
  }

  h1,
  .hero-copy h1,
  .page-hero-copy h1 {
    font-size: clamp(1.85rem, 7vw, 2.7rem);
    line-height: 1.15;
  }

  h2,
  .section-heading h2,
  .content-section h2 {
    font-size: clamp(1.35rem, 5.2vw, 2.05rem);
    line-height: 1.2;
  }

  img,
  video,
  iframe,
  svg {
    max-width: 100%;
    height: auto;
  }

  .primary-nav {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .primary-nav a,
  .nav-call {
    white-space: normal;
    word-break: break-word;
  }

  .service-card,
  .media-card,
  .featured-project-card,
  .project-card,
  .compare-card,
  .trust-proof-card,
  .service-area-card {
    margin-bottom: 0.4rem;
    padding: clamp(1rem, 3.6vw, 1.25rem);
  }

  .gallery-item img,
  .service-card img,
  .media-card img,
  .service-area-photo img,
  .area-photo,
  .area-photo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }

  .floating-contact,
  .floating-emergency,
  .emergency-bubble,
  .emergency-float {
    display: none !important;
  }

  body,
  main,
  .site-main,
  .page-main {
    padding-bottom: max(5.5rem, calc(4.5rem + env(safe-area-inset-bottom)));
  }
}

@media (max-width: 700px) {
  .service-grid,
  .trust-grid,
  .job-grid,
  .compare-grid,
  .quick-grid,
  .featured-project-grid,
  .project-grid,
  .spotlight-grid,
  .trust-proof-grid,
  .trust-proof-grid-home,
  .gallery-grid,
  .area-shell,
  .equipment-panels,
  .footer-inner,
  .footer-links,
  .footer-cta {
    grid-template-columns: 1fr !important;
    gap: clamp(0.9rem, 3vw, 1.3rem);
  }

  .gallery-grid {
    grid-auto-rows: auto !important;
  }

  .gallery-item,
  .gallery-item.feature,
  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .service-area-photo,
  .area-content,
  .area-map,
  .hero-panel,
  .page-hero-panel {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .btn,
  .hero-actions .btn,
  .emergency-actions .btn,
  .nav-call,
  button,
  [type="button"],
  [type="submit"] {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
