:root {
  --night: #061728;
  --navy: #0b2a42;
  --panel: #103a58;
  --blue: #00aeef;
  --blue-dark: #006fba;
  --blue-soft: #eaf7ff;
  --steel: #a9b8c6;
  --ink: #071529;
  --muted: #506171;
  --line: rgba(255, 255, 255, 0.18);
  --paper: #f4f9fd;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #fff;
  background: #edf6fc;
}

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

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 370px 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 124px;
  padding: 24px clamp(22px, 3.2vw, 42px);
  background: rgba(7, 24, 39, 0.92);
  border-bottom: 1px solid rgba(0, 174, 239, 0.28);
  backdrop-filter: blur(16px);
}

.brand img {
  display: block;
  width: min(350px, 100%);
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.8vw, 25px);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nav a {
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid transparent;
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 7px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 30;
  display: grid;
  min-width: 260px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 8px);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #cfe6f4;
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(7, 21, 41, 0.24);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.dropdown-menu a {
  padding: 11px 12px;
  color: var(--ink);
  border-bottom: 0;
  border-radius: 6px;
  text-transform: none;
  white-space: nowrap;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
  color: var(--blue-dark);
  background: var(--blue-soft);
  border-bottom-color: transparent;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.nav a.active,
.nav a:hover {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--blue-dark), #004d91);
  border: 1px solid rgba(0, 174, 239, 0.8);
  border-radius: 5px;
  box-shadow: 0 16px 36px rgba(0, 98, 170, 0.32);
}

.button::after {
  content: ">";
  margin-left: 12px;
  font-size: 1.6rem;
  line-height: 1;
}

.nav-cta {
  display: grid;
  justify-items: center;
  gap: 7px;
}

.nav-phone,
.estimate-phone {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1.1;
}

.nav-phone:hover,
.estimate-phone:hover {
  color: var(--blue);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(360px, 1.12fr);
  min-height: 330px;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 42%, rgba(0, 174, 239, 0.18), transparent 34%),
    linear-gradient(105deg, #0b314f 0%, #0d3b5d 44%, rgba(10, 91, 131, 0.5) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 32, 52, 0.9) 0%, rgba(6, 39, 64, 0.62) 42%, rgba(6, 39, 64, 0.08) 82%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 16px);
  z-index: 1;
}

.hero-art {
  position: absolute;
  inset: 0 0 0 42%;
  background: url("assets/hero-basement.png") center 18% / cover no-repeat;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: clamp(28px, 4vw, 42px) 0 clamp(26px, 4vw, 38px) clamp(28px, 5vw, 50px);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.accent-line {
  display: block;
  width: 82px;
  height: 3px;
  margin: 0 0 14px;
  background: var(--blue);
}

.hero-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.58;
}

.hero-actions {
  margin-top: 18px;
}

.integrity-note {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 430px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.45;
}

.shield {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 44px;
  color: var(--blue);
  font-weight: 900;
  border: 3px solid var(--blue);
  border-radius: 8px 8px 14px 14px;
}

.shield::before,
.cta-mark::before {
  content: "\2713";
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 34px clamp(18px, 3vw, 36px) 38px;
  background: linear-gradient(180deg, #0d314d, #08263d);
  border-top: 1px solid rgba(0, 174, 239, 0.34);
  border-bottom: 1px solid rgba(0, 174, 239, 0.3);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #cfe6f4;
  border-top: 1px solid #cfe6f4;
  border-bottom: 1px solid #cfe6f4;
}

.stats-band div {
  padding: 22px clamp(22px, 4vw, 48px);
  background: #fff;
}

.stats-band strong,
.stats-band span {
  display: block;
}

.stats-band strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  line-height: 1;
  text-transform: uppercase;
}

.stats-band span {
  color: #172335;
  line-height: 1.5;
}

.service-strip article {
  min-width: 0;
  padding: 0 clamp(14px, 2vw, 24px);
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
}

.service-strip article:last-child {
  border-right: 0;
}

.service-photo {
  width: min(150px, 100%);
  aspect-ratio: 1.2 / 1;
  margin: 0 auto 18px;
  overflow: hidden;
  background: #e8f7ff;
  border: 1px solid rgba(0, 174, 239, 0.46);
  border-radius: 6px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.26);
}

.service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-photo a {
  display: block;
  width: 100%;
  height: 100%;
}

.service-strip h2 {
  margin-bottom: 12px;
  font-size: clamp(1rem, 1.45vw, 1.26rem);
  line-height: 1.18;
  text-transform: uppercase;
}

.service-strip h2 a:hover {
  color: var(--blue);
}

.service-strip p {
  margin: 0 auto;
  max-width: 190px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.46;
}

.service-strip p a {
  color: rgba(255, 255, 255, 0.82);
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(340px, 1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
  padding: clamp(56px, 7vw, 86px) clamp(28px, 5vw, 50px);
  color: var(--ink);
  background:
    linear-gradient(135deg, #fff 0%, var(--paper) 74%, var(--blue-soft) 100%);
  border-top: 1px solid #d7ecf8;
  border-bottom: 1px solid #d7ecf8;
}

.eyebrow {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.proof-section h2,
.process-section h2,
.cta-band h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.proof-copy > p:not(.eyebrow) {
  color: #172335;
  font-size: 1.06rem;
  line-height: 1.58;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.value-grid div {
  display: grid;
  gap: 8px;
}

.value-grid strong {
  font-size: 0.86rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.value-grid span {
  color: #172335;
  font-size: 0.84rem;
  line-height: 1.45;
}

.proof-image {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(7, 21, 41, 0.18);
}

.page-teasers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(0, 174, 239, 0.34);
}

.page-teasers a {
  min-height: 190px;
  padding: 34px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  background: linear-gradient(160deg, #123f61, #08263d);
}

.page-teasers span {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 950;
  text-transform: uppercase;
}

.page-teasers a:hover span {
  color: var(--blue);
}

.process-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(56px, 7vw, 86px) clamp(28px, 5vw, 50px);
  background:
    linear-gradient(135deg, #0e304b 0%, #0a263d 58%, #123f61 100%);
}

.process-section.full {
  grid-template-columns: 0.55fr 1.45fr;
  padding-top: clamp(34px, 5vw, 56px);
  background: #fff;
}

.process-section.full h2 {
  color: var(--ink);
}

.process-section.full .steps article {
  background: linear-gradient(135deg, #0e304b 0%, #0a263d 58%, #123f61 100%);
  border-color: rgba(0, 174, 239, 0.34);
}

.process-section.full .steps {
  grid-template-columns: repeat(3, 1fr);
}

.process-section .eyebrow {
  color: var(--blue);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.steps article {
  min-height: 220px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  color: #fff;
  font-weight: 950;
  background: var(--blue-dark);
  border: 1px solid var(--blue);
  border-radius: 50%;
}

.steps h3 {
  font-size: clamp(1rem, 1.45vw, 1.26rem);
  line-height: 1.18;
  text-transform: uppercase;
}

.steps p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.06rem;
  line-height: 1.6;
}

.service-areas {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 60px);
  padding: clamp(52px, 7vw, 82px) clamp(28px, 5vw, 50px);
  color: var(--ink);
  background: #fff;
}

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

.service-areas h2 {
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.08;
}

.service-areas p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.62;
}

.county-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.county-list span {
  padding: 11px 12px;
  color: #172335;
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  background: var(--paper);
  border: 1px solid #cfe6f4;
  border-radius: 6px;
}

.cta-band {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  padding: 28px clamp(28px, 5vw, 50px);
  background: linear-gradient(90deg, #123f61, #08263d);
  border-top: 1px solid rgba(0, 174, 239, 0.36);
  border-bottom: 1px solid rgba(0, 174, 239, 0.3);
}

.cta-mark {
  display: grid;
  place-items: center;
  width: 74px;
  height: 86px;
  color: #fff;
  font-size: 2rem;
  font-weight: 950;
  border: 5px solid rgba(255, 255, 255, 0.78);
  border-radius: 12px 12px 24px 24px;
}

.cta-band h2 {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.cta-band p {
  margin: 0;
  color: var(--blue);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 950;
  text-transform: uppercase;
}

.cta-contact {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px 22px;
  align-items: center;
  padding-left: clamp(20px, 4vw, 42px);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.cta-contact strong {
  grid-column: 1 / -1;
  font-size: 1rem;
  text-transform: uppercase;
}

.cta-contact a:not(.button) {
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 54px);
  padding: 34px clamp(28px, 5vw, 50px) 24px;
  background: linear-gradient(180deg, #08263d, #061728);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: end;
  padding: clamp(64px, 8vw, 98px) clamp(28px, 5vw, 50px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 23, 40, 0.93), rgba(10, 38, 61, 0.68), rgba(18, 63, 97, 0.36)),
    url("assets/hero-basement.png") center / cover no-repeat;
}

.page-hero > div {
  max-width: 820px;
}

.page-hero .eyebrow {
  color: var(--blue);
}

.page-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(2.05rem, 4.25vw, 3.85rem);
}

.gallery-hero {
  align-items: center;
  text-align: center;
}

.gallery-hero > div {
  width: 100%;
  max-width: none;
}

.gallery-hero h1 {
  margin: 0;
  color: var(--white);
  font-size: 4rem;
  line-height: 1.04;
}

.page-hero-large h1 {
  font-size: clamp(2.05rem, 4.2vw, 3.75rem);
}

.page-hero-large .eyebrow {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  letter-spacing: 0;
}

.blog-hero {
  min-height: 240px;
  padding-top: clamp(38px, 5vw, 58px);
  padding-bottom: clamp(34px, 5vw, 52px);
}

.blog-hero h1 {
  max-width: 760px;
  font-size: clamp(1.85rem, 3.3vw, 3rem);
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.12rem;
  line-height: 1.58;
}

.process-hero {
  min-height: 260px;
  padding-top: clamp(42px, 5vw, 62px);
  padding-bottom: clamp(34px, 5vw, 52px);
}

.process-hero h1 {
  max-width: 760px;
  font-size: clamp(1.75rem, 3.2vw, 2.8rem);
}

.process-hero p {
  font-size: 1.06rem;
  line-height: 1.6;
}

.about-hero {
  min-height: 260px;
  padding-top: clamp(42px, 5vw, 62px);
  padding-bottom: clamp(34px, 5vw, 52px);
}

.about-hero h1 {
  max-width: 780px;
  font-size: clamp(1.75rem, 3.2vw, 2.85rem);
}

.about-hero p {
  font-size: 1.06rem;
  line-height: 1.6;
}

.service-hero .eyebrow {
  font-size: clamp(1.4rem, 3.2vw, 2.35rem);
  line-height: 1.08;
}

.service-hero h1 {
  max-width: 760px;
  font-size: clamp(1.75rem, 3.45vw, 3.1rem);
}

.service-hero p {
  max-width: 680px;
  font-size: 1rem;
}

.compact-service-hero {
  min-height: 260px;
  padding-top: clamp(42px, 5vw, 62px);
  padding-bottom: clamp(38px, 5vw, 56px);
}

.compact-service-hero .eyebrow {
  font-size: clamp(1.15rem, 2.5vw, 1.8rem);
}

.compact-service-hero h1 {
  font-size: clamp(1.65rem, 3vw, 2.65rem);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: clamp(46px, 7vw, 78px) clamp(28px, 5vw, 50px);
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.detail-grid article {
  scroll-margin-top: 150px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfe6f4;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 21, 41, 0.08);
}

.detail-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.detail-grid h2,
.detail-grid p {
  margin-left: 22px;
  margin-right: 22px;
}

.detail-grid h2 {
  margin-top: 22px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.detail-grid p {
  margin-bottom: 24px;
  color: var(--muted);
  line-height: 1.55;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: clamp(46px, 7vw, 78px) clamp(28px, 5vw, 50px);
  background: linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: clamp(26px, 4vw, 42px) clamp(28px, 5vw, 50px) clamp(46px, 7vw, 78px);
  background: linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.blog-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.blog-grid article {
  height: 100%;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfe6f4;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 21, 41, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.blog-card:hover article,
.blog-card:focus-visible article {
  transform: translateY(-4px);
  border-color: var(--blue);
  box-shadow: 0 24px 52px rgba(7, 21, 41, 0.14);
}

.blog-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-grid article > div {
  padding: 24px;
}

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

.blog-grid h2 {
  font-size: 1.28rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.blog-grid p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}

.blog-grid span {
  display: inline-block;
  margin-top: 6px;
  color: var(--blue-dark);
  font-weight: 950;
  text-transform: uppercase;
}

.article-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(28px, 5vw, 56px);
  padding: clamp(44px, 7vw, 78px) clamp(28px, 5vw, 50px);
  background: linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.article-body {
  max-width: 820px;
}

.article-body img {
  width: 100%;
  max-height: 420px;
  margin-bottom: 28px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 21, 41, 0.12);
}

.article-body h2 {
  margin-top: 30px;
  color: var(--ink);
  font-size: 1.5rem;
  text-transform: uppercase;
}

.article-body p,
.article-body li {
  color: #172335;
  font-size: 1.04rem;
  line-height: 1.7;
}

.article-body ul {
  padding-left: 22px;
}

.article-sidebar {
  align-self: start;
  padding: 24px;
  background: #fff;
  border: 1px solid #cfe6f4;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 21, 41, 0.08);
}

.article-sidebar h2 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.article-sidebar p {
  color: #172335;
  line-height: 1.55;
}

.gallery-grid figure {
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfe6f4;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 21, 41, 0.08);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding: 16px 18px 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.upload-card {
  display: grid;
  place-items: center;
  align-content: center;
  border: 2px dashed #9db3c4;
}

.upload-card span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: var(--blue-dark);
  font-size: 3rem;
  line-height: 1;
  border: 2px solid var(--blue-dark);
  border-radius: 50%;
}

.contact-page {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(30px, 6vw, 70px);
  padding: clamp(46px, 7vw, 78px) clamp(28px, 5vw, 50px);
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(340px, 1.08fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  padding: clamp(50px, 7vw, 86px) clamp(28px, 5vw, 50px);
  color: var(--ink);
  background: linear-gradient(135deg, #fff 0%, var(--paper) 74%, var(--blue-soft) 100%);
  border-top: 1px solid #d7ecf8;
  border-bottom: 1px solid #d7ecf8;
}

.service-detail h2 {
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.service-detail p {
  color: #172335;
  font-size: 1.06rem;
  line-height: 1.6;
}

.service-detail ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  color: var(--ink);
  font-weight: 850;
  list-style: none;
}

.service-detail li {
  padding-left: 28px;
  background: linear-gradient(var(--blue-dark), var(--blue-dark)) left 0.72em / 14px 3px no-repeat;
}

.service-detail img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(7, 21, 41, 0.16);
}

.contact-card,
.lead-form {
  padding: clamp(24px, 4vw, 34px);
  background: #fff;
  border: 1px solid #cfe6f4;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 21, 41, 0.08);
}

.contact-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  text-transform: uppercase;
}

.contact-card p {
  color: var(--muted);
  line-height: 1.55;
}

.contact-card a {
  display: block;
  margin: 14px 0;
  color: var(--blue-dark);
  font-size: 1.15rem;
  font-weight: 900;
}

.lead-form {
  display: grid;
  gap: 16px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  padding: 14px;
  color: var(--ink);
  font: inherit;
  border: 1px solid #c9d6df;
  border-radius: 6px;
}

.lead-form button {
  min-height: 52px;
  color: #fff;
  font-weight: 950;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--blue-dark), #004d91);
  border: 1px solid rgba(0, 174, 239, 0.8);
  border-radius: 5px;
  cursor: pointer;
}

.footer-brand img {
  width: min(260px, 100%);
  margin-bottom: 16px;
}

.site-footer h3 {
  margin-bottom: 14px;
  font-size: 0.94rem;
  text-transform: uppercase;
}

.site-footer a,
.site-footer p {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.site-footer a {
  margin-bottom: 8px;
}

.site-footer a::before {
  content: ">";
  margin-right: 8px;
  color: var(--blue);
}

.site-footer .footer-brand p,
.site-footer div:last-of-type p {
  margin: 0;
}

.copyright {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .dropdown-menu {
    left: 0;
    transform: translate(0, 8px);
  }

  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu {
    transform: translate(0, 0);
  }

  .service-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

  .service-strip article:nth-child(2n) {
    border-right: 0;
  }

  .stats-band,
  .page-teasers,
  .detail-grid,
  .gallery-grid,
  .blog-grid,
  .service-detail,
  .contact-page,
  .article-page {
    grid-template-columns: 1fr;
  }

  .process-section,
  .proof-section,
  .service-areas,
  .cta-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .process-section.full,
  .process-section.full .steps {
    grid-template-columns: 1fr;
  }

  .cta-contact {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: auto;
    padding: 20px;
  }

  .nav-cta,
  .nav-button {
    width: 100%;
    grid-column: 1 / -1;
  }

  .nav {
    align-items: flex-start;
  }

  .dropdown-menu {
    min-width: 230px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 430px;
  }

  .hero-art {
    inset: 0;
    opacity: 0.58;
  }

  .hero-copy {
    padding: 34px 22px 28px;
  }

  .service-strip,
  .steps,
  .value-grid,
  .county-list,
  .cta-contact,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .service-strip article {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .service-strip article:last-child {
    border-bottom: 0;
  }

  .service-photo {
    width: min(260px, 88vw);
  }
}
