:root {
  --navy: #06475b;
  --deep: #073947;
  --blue: #449abe;
  --blue-bright: #2eb3dc;
  --cyan: #6fc7d3;
  --aqua: #d9f7fb;
  --orange: #f27438;
  --orange-hot: #ff8a3d;
  --orange-dark: #cb5522;
  --cream: #fff2df;
  --gold: #f7b84b;
  --brown: #705653;
  --tan: #d8a88c;
  --ink: #111827;
  --muted: #556070;
  --line: #d8e0e8;
  --paper: #f4f8fb;
  --soft: #eef7fb;
  --white: #fff;
  --shadow: 0 18px 45px rgba(8,35,58,.18);
  --shadow-soft: 0 10px 28px rgba(13,43,69,.09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16px 16px, rgba(111,199,211,.12) 0 2px, transparent 2px 30px),
    linear-gradient(180deg, #fff, #f8fcfd 520px, #fff);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.skip-link, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}
.skip-link:focus {
  z-index: 999;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 16px;
  background: var(--orange);
  color: var(--white);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(216,224,232,.9);
  box-shadow: 0 8px 28px rgba(8,35,58,.08);
  backdrop-filter: blur(14px);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--orange), var(--tan));
}
.top-strip {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 8px max(18px, calc((100% - 1240px) / 2));
  background: linear-gradient(90deg, var(--navy), #0d657a 58%, var(--orange));
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}
.top-strip a { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.nav-shell {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 150px;
}
.brand img { width: 150px; height: auto; }
.division-mark {
  display: none;
  gap: 1px;
  padding-left: 12px;
  border-left: 2px solid rgba(20,127,178,.25);
  color: var(--navy);
  font-weight: 900;
  line-height: 1.05;
  min-width: 126px;
  white-space: nowrap;
}
.division-mark span { color: var(--orange-dark); font-size: 12px; text-transform: uppercase; }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.nav-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 12px;
  font-weight: 900;
}
.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 9px;
  border-radius: 8px;
  color: #26384b;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: #eef9fb;
  color: var(--navy);
}
.nav-links .nav-call {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
  box-shadow: 0 10px 22px rgba(242,116,56,.24);
}
.nav-links .nav-book {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--navy));
}
.hero {
  position: relative;
  min-height: 510px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.hero picture,
.hero picture img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero picture img {
  object-fit: cover;
  object-position: center 72%;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(3,30,42,.95), rgba(3,48,64,.78) 43%, rgba(3,48,64,.26) 70%, rgba(3,48,64,.08)),
    linear-gradient(180deg, rgba(8,35,58,.02), rgba(8,35,58,.28));
}
.hero-content {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 58px 18px 72px;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.hero h1 {
  max-width: 840px;
  margin: 0 0 12px;
  font-size: 4rem;
  line-height: .98;
  letter-spacing: 0;
}
.hero-service {
  max-width: 820px;
  margin: 0;
  font-size: 2rem;
  line-height: 1.12;
  font-weight: 900;
  color: #fff7eb;
}
.hero-lead {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 1.16rem;
  font-weight: 700;
}
.spec-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}
.spec-ribbon span {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 8px;
  background: rgba(255,255,255,.14);
  color: #fff8ec;
  font-weight: 900;
  backdrop-filter: blur(8px);
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
  box-shadow: 0 14px 30px rgba(242,116,56,.32);
}
.btn-call {
  min-width: 210px;
}
.hero .btn-call {
  min-height: 62px;
  padding: 17px 24px;
  font-size: 1.12rem;
}
.btn-book {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--navy));
}
.btn-text {
  color: var(--white);
  background: linear-gradient(135deg, #0f728f, var(--blue));
}
.btn-outline {
  color: var(--navy);
  background: var(--white);
  border: 2px solid rgba(8,35,58,.16);
}
.hero .btn-outline,
.dark-band .btn-outline,
.footer-cta .btn-outline {
  color: var(--white);
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.58);
}
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  background: linear-gradient(90deg, var(--deep), #0d657a, var(--navy));
  color: var(--white);
}
.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  font-size: 13px;
  font-weight: 900;
}
.trust-strip i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange-hot);
  box-shadow: 0 0 0 4px rgba(242,116,56,.18);
}
.brand-panel {
  max-width: 1240px;
  margin: 28px auto 0;
  padding: 0 18px;
}
.brand-panel-inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 260px;
  gap: 24px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(111,199,211,.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18px 18px, rgba(111,199,211,.18) 0 3px, transparent 3px 22px),
    linear-gradient(135deg, #fff, #eefafd);
  box-shadow: var(--shadow-soft);
}
.brand-panel-logo {
  max-height: 122px;
  object-fit: contain;
}
.brand-panel h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.75rem;
  line-height: 1.08;
}
.brand-panel p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}
.brand-panel .eyebrow {
  margin: 0 0 8px;
  color: var(--orange-dark);
}
.brand-panel-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 4px solid var(--white);
  box-shadow: 0 10px 28px rgba(8,35,58,.16);
}
.breadcrumbs {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 18px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.breadcrumbs a { color: var(--blue); }
.section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 74px 18px;
}
.section h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 2.55rem;
  line-height: 1.08;
  letter-spacing: 0;
}
.section h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.22rem;
  line-height: 1.16;
}
.section p {
  color: var(--muted);
  margin: 0 0 14px;
}
.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
  gap: 34px;
  align-items: center;
}
.split-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--navy);
  font-weight: 900;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .44em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(242,116,56,.13);
}
.service-grid,
.audience-grid,
.process-grid,
.finance-grid,
.mini-grid {
  display: grid;
  gap: 16px;
}
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card,
.audience-card,
.process-card,
.finance-card,
.mini-card,
.lead-form {
  border: 1px solid rgba(216,224,232,.9);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.service-card {
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.service-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.service-card div {
  display: grid;
  gap: 9px;
  padding: 18px;
}
.service-card p,
.audience-card p,
.process-card p,
.mini-card p,
.finance-card p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}
.service-card span {
  color: var(--orange-dark);
  font-weight: 900;
}
.audience-band {
  max-width: none;
  padding-left: max(18px, calc((100% - 1240px) / 2));
  padding-right: max(18px, calc((100% - 1240px) / 2));
  background: linear-gradient(135deg, #f8fbfd, #fff7ef);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.audience-grid { grid-template-columns: repeat(4, 1fr); }
.audience-card {
  min-height: 158px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 20px;
}
.audience-card strong {
  color: var(--navy);
  font-size: 1.16rem;
}
.equipment-band {
  max-width: none;
  padding-left: max(18px, calc((100% - 1240px) / 2));
  padding-right: max(18px, calc((100% - 1240px) / 2));
  background: linear-gradient(135deg, var(--navy), #0b4f66 60%, #081d31);
  color: var(--white);
}
.equipment-band h2,
.equipment-band h3,
.equipment-band p { color: var(--white); }
.equipment-layout {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: center;
}
.equipment-layout img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
}
.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}
.spec-card {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
}
.spec-card strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1.05;
  color: #fff8ec;
}
.spec-card span {
  color: var(--aqua);
  font-weight: 900;
}
.gallery-band {
  max-width: none;
  padding-left: max(18px, calc((100% - 1240px) / 2));
  padding-right: max(18px, calc((100% - 1240px) / 2));
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.photo-rail {
  display: grid;
  grid-template-columns: 1.25fr .85fr .85fr;
  gap: 16px;
}
.photo-rail figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.photo-rail figure:first-child {
  grid-row: span 2;
}
.photo-rail img {
  width: 100%;
  height: 100%;
  min-height: 235px;
  object-fit: cover;
}
.photo-rail figure:first-child img { min-height: 486px; }
.photo-rail figcaption {
  padding: 12px 14px;
  color: var(--navy);
  font-weight: 900;
}
.process-grid { grid-template-columns: repeat(4, 1fr); }
.process-card {
  padding: 20px;
}
.process-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: var(--white);
  background: var(--orange);
  font-weight: 900;
}
.finance-band {
  max-width: none;
  padding-left: max(18px, calc((100% - 1240px) / 2));
  padding-right: max(18px, calc((100% - 1240px) / 2));
  background: linear-gradient(135deg, #eef9fd, #fff8ee);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.finance-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 30px;
  align-items: center;
}
.finance-grid { grid-template-columns: 1fr; }
.finance-card {
  padding: 16px;
  display: grid;
  gap: 8px;
}
.finance-card a {
  color: var(--orange-dark);
  font-weight: 900;
}
.lead-section {
  max-width: none;
  padding-left: max(18px, calc((100% - 1240px) / 2));
  padding-right: max(18px, calc((100% - 1240px) / 2));
  background:
    linear-gradient(135deg, rgba(8,35,58,.92), rgba(8,35,58,.74)),
    url("/assets/images/victorville-hydro-jetting-van-trailer.jpg") center/cover;
  color: var(--white);
}
.lead-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: start;
}
.lead-section h2,
.lead-section p { color: var(--white); }
.lead-form {
  padding: 22px;
  color: var(--ink);
  background: rgba(255,255,255,.96);
}
.lead-form h2 {
  color: var(--navy);
  font-size: 1.7rem;
  margin: 0 0 8px;
}
.lead-form p { color: var(--muted); }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.lead-form label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
.lead-form label + label,
.lead-form .full,
.lead-form .btn {
  margin-top: 12px;
}
.lead-form .full { grid-column: 1 / -1; }
input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 11px 12px;
  background: var(--white);
  color: var(--ink);
}
textarea {
  min-height: 122px;
  resize: vertical;
}
.hp-field {
  position: absolute;
  left: -9999px;
}
.form-note,
.form-status {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}
.form-status {
  min-height: 22px;
  font-weight: 800;
}
.form-status.success { color: #0f6f4e; }
.form-status.error { color: var(--orange-dark); }
.faq-list {
  display: grid;
  gap: 10px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  background: var(--white);
  box-shadow: 0 6px 18px rgba(13,43,69,.05);
}
.faq-list summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 900;
}
.faq-list p { margin: 10px 0 0; }
.footer-cta {
  padding: 56px 18px;
  background: linear-gradient(135deg, var(--orange-dark), var(--orange));
  color: var(--white);
  text-align: center;
}
.footer-cta h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 2.3rem;
}
.footer-cta p {
  margin: 0 auto;
  max-width: 780px;
  color: #fff8ec;
  font-weight: 800;
}
.site-footer {
  background: var(--navy);
  color: var(--white);
}
.footer-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 18px;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 28px;
}
.footer-grid img {
  width: 190px;
  margin-bottom: 14px;
}
.site-footer h3 {
  margin: 0 0 12px;
  color: #fff7eb;
}
.site-footer p,
.site-footer li {
  color: rgba(255,255,255,.78);
}
.site-footer ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer a {
  color: #fff7eb;
  font-weight: 800;
}
.footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 18px 92px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
.mobile-cta {
  position: fixed;
  z-index: 90;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 24px rgba(8,35,58,.12);
}
.mobile-cta a {
  display: grid;
  place-items: center;
  min-height: 58px;
  color: var(--navy);
  font-weight: 900;
}
.mobile-cta a:first-child {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
}
.not-found {
  min-height: 78vh;
  display: grid;
  align-items: center;
}
@media (max-width: 1120px) {
  .division-mark { display: none; }
  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 18px;
    right: 18px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .nav-links.is-open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nav-links a {
    justify-content: center;
    border: 1px solid var(--line);
    background: var(--paper);
  }
  .nav-links .nav-call,
  .nav-links .nav-book { border: 0; }
  .hero h1 { font-size: 3.5rem; }
  .hero-service { font-size: 1.65rem; }
  .service-grid,
  .audience-grid,
  .process-grid,
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-rail { grid-template-columns: 1fr 1fr; }
  .photo-rail figure:first-child { grid-row: auto; grid-column: span 2; }
  .photo-rail figure:first-child img { min-height: 360px; }
}
@media (max-width: 820px) {
  body { padding-bottom: 58px; }
  .top-strip {
    display: grid;
    gap: 4px;
    text-align: center;
    font-size: 10px;
    line-height: 1.18;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .brand { min-width: 0; }
  .brand img { width: 122px; }
  .hero {
    min-height: auto;
  }
  .hero-content { padding: 36px 18px 38px; }
  .hero h1 { font-size: 2.18rem; }
  .hero-service { font-size: 1.08rem; }
  .hero-lead { font-size: .92rem; }
  .hero .spec-ribbon {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }
  .hero .spec-ribbon span {
    justify-content: center;
    min-height: 38px;
    padding: 8px 9px;
    text-align: center;
    font-size: 12px;
  }
  .hero .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }
  .hero .btn {
    width: 100%;
    min-height: 50px;
    padding: 13px 14px;
    font-size: .96rem;
  }
  .hero .btn-text,
  .hero .btn-book { display: none; }
  .cta-row .btn { width: 100%; }
  .section { padding: 56px 18px; }
  .section h2 { font-size: 2rem; }
  .brand-panel-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .brand-panel-logo {
    max-width: 260px;
    max-height: none;
    justify-self: center;
  }
  .brand-panel-photo {
    max-height: 260px;
  }
  .split,
  .equipment-layout,
  .finance-layout,
  .lead-layout { grid-template-columns: 1fr; }
  .service-grid,
  .audience-grid,
  .process-grid,
  .spec-grid,
  .footer-grid,
  .form-grid { grid-template-columns: 1fr; }
  .lead-form .full { grid-column: auto; }
  .photo-rail { grid-template-columns: 1fr; }
  .photo-rail figure:first-child { grid-column: auto; }
  .photo-rail img,
  .photo-rail figure:first-child img { min-height: 260px; }
  .mobile-cta { display: grid; }
  .footer-bottom { padding-bottom: 76px; }
}
@media (max-width: 500px) {
  .nav-shell { gap: 10px; }
  .brand img { width: 112px; }
  .nav-links.is-open { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.1rem; }
  .trust-strip { justify-content: flex-start; }
}
