
:root {
  --navy-950: #061a33;
  --navy-900: #08264a;
  --navy-800: #0a376b;
  --blue-600: #0a82ce;
  --blue-500: #12a7e8;
  --cyan-300: #79daf5;
  --ink: #10243a;
  --muted: #5e7185;
  --line: #d9e5ee;
  --ice: #eef7fb;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.topbar {
  background: var(--navy-950);
  color: #d9edfa;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar p {
  margin: 0;
}

.topbar strong,
.topbar a {
  color: var(--cyan-300);
  font-weight: 700;
}

.topbar-dot {
  margin: 0 10px;
  color: #4f6c88;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(6, 26, 51, 0.08);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  width: 260px;
  display: block;
  line-height: 0;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #30465b;
  font-size: 14px;
  font-weight: 700;
}

nav a {
  position: relative;
  padding: 31px 0;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 23px;
  height: 2px;
  background: var(--blue-500);
  transition: right 180ms ease;
}

nav a:hover::after,
nav a:focus-visible::after,
nav a.nav-active::after {
  right: 0;
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--navy-800);
  font-size: 14px;
  font-weight: 800;
}

.text-link svg,
.button svg,
.mobile-contact svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button {
  min-height: 54px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.button-small {
  min-height: 44px;
  padding: 0 18px;
  background: var(--navy-800);
  color: var(--white);
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(8, 55, 107, 0.16);
}

.hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 82% 20%, rgba(18, 167, 232, 0.28), transparent 32%),
    linear-gradient(122deg, var(--navy-950), var(--navy-900) 62%, #0b4275);
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -6% -165px 47%;
  height: 340px;
  border: 56px solid rgba(20, 173, 232, 0.08);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, black, transparent 69%);
}

.pipe {
  position: absolute;
  border: 15px solid rgba(108, 214, 244, 0.12);
}

.pipe-one {
  width: 240px;
  height: 160px;
  right: -90px;
  top: 58px;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 110px 0 0;
}

.pipe-two {
  width: 180px;
  height: 240px;
  left: -126px;
  bottom: -42px;
  border-right: 0;
  border-top: 0;
  border-radius: 0 0 0 120px;
}

.hero-layout {
  position: relative;
  z-index: 2;
  padding: 84px 0 95px;
  display: grid;
  grid-template-columns: 1.05fr 0.82fr;
  gap: 82px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #a8dff4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--blue-500);
}

.hero h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(52px, 5.7vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 820;
}

.hero h1 em {
  color: var(--cyan-300);
  font-style: normal;
}

.hero-intro {
  max-width: 635px;
  margin: 28px 0 32px;
  color: #c7d9e8;
  font-size: 18px;
  line-height: 1.72;
}

.button-primary {
  min-width: 220px;
  background: var(--blue-500);
  color: #04192d;
  box-shadow: 0 14px 34px rgba(18, 167, 232, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #38c2f1;
  box-shadow: 0 18px 40px rgba(18, 167, 232, 0.3);
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.27);
  color: var(--white);
  background: rgba(255,255,255,.04);
}

.button-outline:hover,
.button-outline:focus-visible {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255,255,255,.09);
}

.hero-notes {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #c8dcec;
  font-size: 13px;
  font-weight: 700;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-notes i {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(121, 218, 245, 0.15);
  color: var(--cyan-300);
  font-size: 11px;
  font-style: normal;
}

.hero-card {
  position: relative;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 70px rgba(0, 10, 25, 0.36);
  backdrop-filter: blur(12px);
}

.hero-card-glow {
  position: absolute;
  inset: -130px -100px auto auto;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(26, 184, 238, 0.28);
  filter: blur(38px);
}

.card-label {
  position: relative;
  margin: 0 0 13px 3px;
  color: #b9d8e9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.logo-frame {
  position: relative;
  overflow: hidden;
  padding: 23px 20px;
  border-radius: 15px;
  background: var(--white);
}

.logo-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.quick-services {
  margin: 14px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.quick-services span {
  padding: 9px 4px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 8px;
  background: rgba(4, 22, 45, 0.28);
  color: #e5f4fb;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.card-contact {
  padding: 14px 3px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-contact small {
  display: block;
  margin-bottom: 3px;
  color: #a9c5d7;
  font-size: 11px;
}

.card-contact a:not(.round-arrow) {
  font-size: 22px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.round-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-500);
  color: var(--navy-950);
  font-size: 22px;
  font-weight: 800;
}

.trust-strip {
  position: relative;
  z-index: 4;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15, 49, 77, 0.05);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
  min-height: 108px;
  padding: 23px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.trust-grid > div:first-child {
  border-left: 1px solid var(--line);
}

.trust-grid strong {
  margin-bottom: 7px;
  color: var(--navy-800);
  font-size: 15px;
}

.trust-grid span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.section {
  padding: 108px 0;
}

.services-preview {
  background:
    radial-gradient(circle at 94% 4%, rgba(18,167,232,.08), transparent 25%),
    var(--white);
}

.section-heading {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 90px;
  align-items: end;
}

.eyebrow-dark {
  color: var(--blue-600);
}

.section-heading h2 {
  max-width: 710px;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 322px;
  padding: 29px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.8);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #a9d9ec;
  box-shadow: 0 22px 44px rgba(13, 55, 85, 0.1);
}

.service-card-top {
  margin-bottom: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blue-600);
  font-size: 12px;
  font-weight: 850;
}

.service-card-top i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy-800);
  font-size: 17px;
  font-style: normal;
}

.service-card h3 {
  margin: 44px 0 13px;
  color: var(--navy-900);
  font-size: 22px;
  letter-spacing: -0.02em;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.service-cta {
  margin-top: 18px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 18px;
  background: var(--ice);
  border: 1px solid #d4e8f2;
}

.service-cta span,
.service-cta strong {
  display: block;
}

.service-cta span {
  margin-bottom: 5px;
  color: var(--blue-600);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-cta strong {
  color: var(--navy-900);
  font-size: 18px;
}

.button-dark {
  flex: 0 0 auto;
  background: var(--navy-900);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(8, 38, 74, 0.17);
}

.why-section {
  overflow: hidden;
  background: var(--ice);
}

.why-layout {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 90px;
  align-items: center;
}

.why-visual {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  background:
    radial-gradient(circle at 75% 22%, rgba(42, 190, 235, .35), transparent 30%),
    linear-gradient(145deg, var(--navy-950), #0c4779);
  box-shadow: 0 30px 65px rgba(11, 48, 78, 0.2);
}

.why-visual::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
}

.water-mark {
  position: relative;
  z-index: 2;
  width: 230px;
  height: 292px;
  padding-top: 73px;
  border-radius: 52% 48% 50% 50% / 66% 66% 34% 34%;
  background: linear-gradient(155deg, #74ddf7, #0a9ad8 65%, #0870b5);
  color: var(--navy-950);
  font-size: 76px;
  font-weight: 900;
  letter-spacing: -.08em;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: inset 20px 20px 45px rgba(255,255,255,.25), 0 28px 58px rgba(0, 8, 28, .3);
}

.water-mark::after {
  content: "AM";
  display: block;
  transform: rotate(-45deg);
}

.water-mark {
  font-size: 0;
}

.water-mark::after {
  font-size: 76px;
}

.pressure-ring {
  position: absolute;
  border: 1px solid rgba(110, 220, 248, .25);
  border-radius: 50%;
}

.pressure-ring-one {
  width: 390px;
  height: 390px;
}

.pressure-ring-two {
  width: 520px;
  height: 520px;
}

.why-number {
  position: absolute;
  z-index: 3;
  left: 42px;
  right: 42px;
  bottom: 38px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.2);
  color: var(--white);
}

.why-number strong {
  font-size: 20px;
  letter-spacing: .04em;
}

.why-number span {
  max-width: 130px;
  color: #b8d1df;
  font-size: 10px;
  line-height: 1.4;
  text-align: right;
  text-transform: uppercase;
}

.why-copy h2 {
  max-width: 630px;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(40px, 4.4vw, 61px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.why-intro {
  max-width: 630px;
  margin: 25px 0 36px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.reason-list {
  border-top: 1px solid #c9dce6;
}

.reason {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  border-bottom: 1px solid #c9dce6;
}

.reason > span {
  color: var(--blue-600);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}

.reason h3 {
  margin: 0 0 5px;
  color: var(--navy-900);
  font-size: 17px;
}

.reason p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.steps-section {
  padding: 97px 0 105px;
  background: var(--navy-950);
  color: var(--white);
}

.steps-header {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.steps-header .eyebrow {
  margin-bottom: 0;
}

.steps-header h2 {
  max-width: 630px;
  margin: 0;
  font-size: clamp(37px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.steps-grid article {
  min-height: 230px;
  padding: 31px 34px;
  border-right: 1px solid rgba(255,255,255,.18);
}

.steps-grid article:first-child {
  border-left: 1px solid rgba(255,255,255,.18);
}

.steps-grid span {
  color: var(--cyan-300);
  font-size: 11px;
  font-weight: 850;
}

.steps-grid h3 {
  margin: 55px 0 11px;
  font-size: 21px;
}

.steps-grid p {
  max-width: 285px;
  margin: 0;
  color: #b7cad9;
  font-size: 13px;
  line-height: 1.65;
}

.area-section {
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(8,38,74,.06) 50%, transparent 50.1%),
    var(--white);
}

.area-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 96px;
  align-items: center;
}

.area-copy h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(40px, 4.3vw, 59px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.area-copy > p {
  margin: 24px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.inline-call {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 850;
}

.inline-call svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.county-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.county-grid article {
  min-height: 330px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 10%, rgba(18,167,232,.17), transparent 28%),
    var(--ice);
}

.county-code {
  width: fit-content;
  margin-bottom: auto;
  padding: 7px 10px;
  border-radius: 7px;
  background: var(--navy-900);
  color: var(--cyan-300);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.county-grid h3 {
  margin: 0 0 12px;
  color: var(--navy-900);
  font-size: 22px;
}

.county-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.67;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background: linear-gradient(123deg, #071d37, #0a3970 65%, #0876ad);
  color: var(--white);
}

.contact-orb {
  position: absolute;
  border-radius: 50%;
  border: 42px solid rgba(87, 211, 245, .09);
}

.contact-orb-one {
  width: 430px;
  height: 430px;
  right: -140px;
  top: -160px;
}

.contact-orb-two {
  width: 330px;
  height: 330px;
  left: -180px;
  bottom: -180px;
}

.contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr .68fr;
  gap: 104px;
  align-items: center;
}

.contact-copy h2 {
  margin: 0;
  font-size: clamp(48px, 5.2vw, 74px);
  line-height: .98;
  letter-spacing: -.055em;
}

.contact-copy > p {
  max-width: 640px;
  margin: 26px 0 31px;
  color: #c4d8e7;
  font-size: 16px;
  line-height: 1.72;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button-light {
  background: var(--white);
  color: var(--navy-900);
}

.no-email-note {
  display: block;
  margin-top: 19px;
  color: #9fbacd;
  font-size: 11px;
}

.contact-card {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 24px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(14px);
}

.contact-card-label {
  color: var(--cyan-300);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-card h3 {
  margin: 17px 0 28px;
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.contact-card dl {
  margin: 0;
}

.contact-card dl > div {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 15px;
  border-top: 1px solid rgba(255,255,255,.17);
}

.contact-card dt {
  color: #9eb9ca;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-card dd {
  margin: 0;
  color: #edf9fd;
  font-size: 13px;
  line-height: 1.5;
}

.contact-card dd a:hover {
  color: var(--cyan-300);
}

footer {
  background: #041426;
  color: var(--white);
}

.footer-top {
  padding: 55px 0 48px;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  gap: 60px;
  align-items: center;
}

.footer-brand {
  padding: 12px;
  display: block;
  border-radius: 10px;
  background: var(--white);
  line-height: 0;
}

.footer-brand img {
  display: block;
  width: 100%;
}

.footer-top > p {
  max-width: 460px;
  margin: 0;
  color: #98b0c2;
  font-size: 13px;
  line-height: 1.65;
}

.footer-links {
  display: flex;
  gap: 24px;
  color: #d8e8f1;
  font-size: 12px;
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--cyan-300);
}

.footer-bottom {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #7892a7;
  font-size: 10px;
  letter-spacing: .04em;
}

.mobile-contact {
  display: none;
}

@media (max-width: 1040px) {
  .brand { width: 220px; }
  nav { display: none; }
  .hero-layout { gap: 45px; grid-template-columns: 1fr .82fr; }
  .hero h1 { font-size: 60px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-layout { gap: 55px; }
  .why-visual { min-height: 570px; }
  .area-layout { gap: 55px; }
  .contact-layout { gap: 55px; }
  .footer-top { grid-template-columns: 220px 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 34px, 680px); }
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar-inner > a { display: none; }
  .topbar-dot { margin: 0 6px; }
  .nav-wrap { min-height: 74px; }
  .brand { width: 205px; }
  .nav-actions .text-link { display: none; }
  .button-small { min-height: 40px; padding: 0 13px; font-size: 12px; }
  .hero { min-height: auto; }
  .hero-layout { padding: 72px 0 78px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-card { max-width: 560px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { max-width: 610px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 250px; }
  .why-layout { grid-template-columns: 1fr; }
  .why-visual { min-height: 520px; }
  .steps-header { display: block; }
  .steps-header .eyebrow { margin-bottom: 20px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 190px; border-left: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
  .steps-grid article:last-child { border-bottom: 0; }
  .steps-grid h3 { margin-top: 40px; }
  .area-section { background: var(--white); }
  .area-layout { grid-template-columns: 1fr; }
  .county-grid { max-width: 680px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-card { max-width: 560px; }
}

@media (max-width: 520px) {
  html { scroll-padding-top: 82px; }
  body { padding-bottom: 77px; }
  .shell { width: calc(100% - 28px); }
  .topbar { font-size: 10px; }
  .topbar-inner { min-height: 32px; }
  .topbar-dot { display: block; height: 2px; overflow: hidden; }
  .nav-wrap { min-height: 68px; }
  .brand { width: 172px; }
  .nav-actions { display: none; }
  .hero-layout { padding: 58px 0 60px; gap: 43px; }
  .eyebrow { margin-bottom: 17px; font-size: 10px; letter-spacing: .13em; }
  .eyebrow span { width: 25px; }
  .hero h1 { font-size: clamp(45px, 14vw, 62px); }
  .hero-intro { margin: 23px 0 27px; font-size: 16px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-notes { gap: 11px; flex-direction: column; }
  .hero-card { padding: 14px; border-radius: 18px; }
  .logo-frame { padding: 17px 14px; }
  .quick-services { grid-template-columns: repeat(2, 1fr); }
  .card-contact a:not(.round-arrow) { font-size: 19px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 98px; padding: 17px 13px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: 38px; }
  .service-card { min-height: 264px; padding: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-cta { padding: 23px; align-items: stretch; flex-direction: column; }
  .service-cta .button { width: 100%; }
  .why-layout { gap: 43px; }
  .why-visual { min-height: 440px; border-radius: 20px; }
  .water-mark { width: 178px; height: 225px; padding-top: 55px; }
  .water-mark::after { font-size: 58px; }
  .pressure-ring-one { width: 300px; height: 300px; }
  .pressure-ring-two { width: 390px; height: 390px; }
  .why-number { left: 27px; right: 27px; bottom: 25px; }
  .why-copy h2 { font-size: 39px; }
  .steps-section { padding: 78px 0; }
  .steps-header { margin-bottom: 34px; }
  .steps-header h2 { font-size: 38px; }
  .steps-grid article { min-height: 176px; padding: 26px 24px; }
  .steps-grid h3 { margin-top: 32px; }
  .area-copy h2 { font-size: 39px; }
  .county-grid { grid-template-columns: 1fr; }
  .county-grid article { min-height: 270px; }
  .contact-section { padding: 82px 0; }
  .contact-copy h2 { font-size: 45px; }
  .contact-actions { display: grid; grid-template-columns: 1fr; }
  .contact-actions .button { width: 100%; }
  .contact-card { padding: 25px; }
  .footer-top { padding: 45px 0 38px; grid-template-columns: 1fr; gap: 27px; }
  .footer-brand { max-width: 260px; }
  .footer-links { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { min-height: 90px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 8px; }
  .mobile-contact {
    position: fixed;
    z-index: 100;
    left: 12px;
    right: 12px;
    bottom: 10px;
    min-height: 58px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 14px;
    background: rgba(6, 26, 51, 0.96);
    color: var(--white);
    box-shadow: 0 14px 35px rgba(0, 10, 25, 0.32);
    backdrop-filter: blur(16px);
  }
  .mobile-contact svg { width: 22px; height: 22px; color: var(--cyan-300); }
  .mobile-contact span { display: flex; align-items: baseline; gap: 8px; font-size: 17px; font-weight: 850; }
  .mobile-contact small { color: #aac1d4; font-size: 10px; font-weight: 700; text-transform: uppercase; }
}

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

/* Our Work gallery */
.work-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 112px;
  background:
    radial-gradient(circle at 86% 20%, rgba(18, 167, 232, .26), transparent 28%),
    linear-gradient(122deg, var(--navy-950), var(--navy-900) 62%, #0b4275);
  color: var(--white);
}

.work-hero-ring {
  position: absolute;
  width: 390px;
  height: 390px;
  right: -100px;
  bottom: -230px;
  border: 48px solid rgba(121, 218, 245, .08);
  border-radius: 50%;
}

.work-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 90px;
  align-items: end;
}

.work-hero h1 {
  margin: 0;
  font-size: clamp(52px, 6.2vw, 84px);
  line-height: .96;
  letter-spacing: -.055em;
}

.work-hero h1 em {
  color: var(--cyan-300);
  font-style: normal;
}

.work-hero-layout > div > p:last-child {
  max-width: 690px;
  margin: 28px 0 0;
  color: #c7d9e8;
  font-size: 17px;
  line-height: 1.72;
}

.work-hero-stat {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}

.work-hero-stat strong,
.work-hero-stat span {
  display: block;
}

.work-hero-stat strong {
  color: var(--cyan-300);
  font-size: 68px;
  line-height: .9;
  letter-spacing: -.06em;
}

.work-hero-stat span {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.work-hero-stat p {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: #b8cedd;
  font-size: 12px;
  line-height: 1.6;
}

.gallery-section {
  padding: 100px 0 118px;
  background: linear-gradient(180deg, var(--white), #f6fbfd 48%, var(--white));
}

.gallery-intro {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1.2fr .65fr;
  gap: 90px;
  align-items: end;
}

.gallery-intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(40px, 4.5vw, 60px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.gallery-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.gallery-toolbar {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.filter-button {
  min-height: 43px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy-800);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.filter-button:hover,
.filter-button:focus-visible {
  transform: translateY(-1px);
  border-color: #9fcfe3;
}

.filter-button span {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--ice);
  color: var(--blue-600);
  font-size: 10px;
}

.filter-button.is-active {
  border-color: var(--navy-900);
  background: var(--navy-900);
  color: var(--white);
}

.filter-button.is-active span {
  background: var(--blue-500);
  color: var(--navy-950);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 20px;
}

.project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(13, 55, 85, .05);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.project-card[hidden] {
  display: none;
}

.project-card:hover {
  transform: translateY(-5px);
  border-color: #b0d8e9;
  box-shadow: 0 22px 46px rgba(13, 55, 85, .11);
}

.project-card-wide {
  grid-column: span 2;
}

.project-photo {
  position: relative;
  width: 100%;
  height: 360px;
  padding: 0;
  overflow: hidden;
  display: block;
  border: 0;
  background: #dfeaf0;
  cursor: zoom-in;
}

.project-card-wide .project-photo {
  height: 390px;
}

.project-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 500ms ease;
}

.project-card:hover .project-photo img {
  transform: scale(1.035);
}

.photo-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  background: rgba(6, 26, 51, .84);
  color: var(--white);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.project-copy {
  min-height: 190px;
  padding: 24px 24px 26px;
}

.project-copy > span {
  color: var(--blue-600);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.project-copy h3 {
  margin: 12px 0 9px;
  color: var(--navy-900);
  font-size: 21px;
  letter-spacing: -.025em;
}

.project-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.66;
}

.quality-section {
  padding: 104px 0;
  background: var(--navy-950);
  color: var(--white);
}

.quality-layout {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 92px;
  align-items: start;
}

.quality-heading h2 {
  margin: 0;
  font-size: clamp(40px, 4.2vw, 58px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.quality-points {
  border-top: 1px solid rgba(255,255,255,.17);
}

.quality-points article {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 48px 190px 1fr;
  gap: 20px;
  align-items: baseline;
  border-bottom: 1px solid rgba(255,255,255,.17);
}

.quality-points span {
  color: var(--cyan-300);
  font-size: 11px;
  font-weight: 850;
}

.quality-points h3 {
  margin: 0;
  font-size: 18px;
}

.quality-points p {
  margin: 0;
  color: #a9c0d1;
  font-size: 13px;
  line-height: 1.65;
}

.gallery-cta {
  padding: 100px 0;
  background:
    radial-gradient(circle at 87% 25%, rgba(18,167,232,.28), transparent 28%),
    linear-gradient(123deg, #071d37, #0a3970 65%, #0876ad);
  color: var(--white);
}

.gallery-cta-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: center;
}

.gallery-cta h2 {
  margin: 0;
  font-size: clamp(46px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.05em;
}

.gallery-cta-layout > div:first-child > p:last-child {
  max-width: 630px;
  margin: 22px 0 0;
  color: #c4d8e7;
  font-size: 15px;
  line-height: 1.7;
}

.gallery-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.lightbox {
  width: min(980px, calc(100% - 34px));
  max-height: calc(100vh - 34px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: #041426;
  color: var(--white);
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
}

.lightbox::backdrop {
  background: rgba(1, 10, 20, .88);
  backdrop-filter: blur(9px);
}

.lightbox figure {
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  max-height: calc(100vh - 34px);
}

.lightbox img {
  width: 100%;
  height: min(70vh, 720px);
  display: block;
  object-fit: contain;
  background: #020b14;
}

.lightbox figcaption {
  padding: 20px 68px 22px 24px;
}

.lightbox h2 {
  margin: 0 0 6px;
  font-size: 21px;
}

.lightbox p {
  margin: 0;
  color: #a9c0d1;
  font-size: 13px;
  line-height: 1.6;
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 13px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: rgba(6,26,51,.85);
  color: var(--white);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 1040px) {
  .work-hero-layout { gap: 50px; }
  .gallery-intro { gap: 55px; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quality-layout { gap: 55px; }
  .quality-points article { grid-template-columns: 42px 160px 1fr; }
}

@media (max-width: 820px) {
  .work-hero { padding: 82px 0 88px; }
  .work-hero-layout { grid-template-columns: 1fr; }
  .work-hero-stat { max-width: 360px; }
  .gallery-intro { grid-template-columns: 1fr; gap: 20px; }
  .quality-layout { grid-template-columns: 1fr; }
  .gallery-cta-layout { grid-template-columns: 1fr; gap: 38px; }
  .gallery-cta-actions { max-width: 320px; }
}

@media (max-width: 600px) {
  .work-hero { padding: 66px 0 70px; }
  .work-hero h1 { font-size: clamp(45px, 14vw, 62px); }
  .work-hero-layout > div > p:last-child { font-size: 15px; }
  .work-hero-stat { padding: 22px; }
  .gallery-section { padding: 76px 0 84px; }
  .gallery-intro h2 { font-size: 38px; }
  .gallery-toolbar { display: grid; grid-template-columns: 1fr 1fr; }
  .filter-button { justify-content: space-between; padding: 0 13px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card-wide { grid-column: auto; }
  .project-photo,
  .project-card-wide .project-photo { height: 360px; }
  .project-copy { min-height: auto; }
  .quality-section { padding: 78px 0; }
  .quality-heading h2 { font-size: 39px; }
  .quality-points article { grid-template-columns: 38px 1fr; gap: 12px; }
  .quality-points p { grid-column: 2; }
  .gallery-cta { padding: 78px 0; }
  .gallery-cta h2 { font-size: 45px; }
  .gallery-cta-actions { max-width: none; }
  .gallery-cta-actions .button { width: 100%; }
  .lightbox { width: calc(100% - 20px); max-height: calc(100vh - 20px); border-radius: 16px; }
  .lightbox figure { max-height: calc(100vh - 20px); }
  .lightbox img { height: 66vh; }
  .lightbox figcaption { padding: 17px 56px 19px 18px; }
}
