@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("/assets/fonts/oswald-latin.woff2") format("woff2");
}

:root {
  --navy: #001b31;
  --navy-2: #062b46;
  --orange: #ff4b05;
  --orange-2: #ff6a18;
  --ink: #14202b;
  --muted: #5e6b75;
  --line: #dfe7ed;
  --soft: #f4f7f9;
  --problem-bg: #f3f7fa;
  --process-bg: #edf4f8;
  --quality-bg: #f8fafc;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(0, 27, 49, 0.16);
  --texture-light:
    linear-gradient(90deg, rgba(0, 27, 49, 0.012) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 27, 49, 0.01) 1px, transparent 1px),
    radial-gradient(circle at 18% 14%, rgba(255, 75, 5, 0.022), transparent 30rem);
  --texture-dark:
    radial-gradient(circle at 78% 14%, rgba(255, 75, 5, 0.06), transparent 36rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 44%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 14px clamp(20px, 5vw, 70px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 27, 49, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 220px;
  justify-self: start;
}

.brand-mark {
  width: 48px;
  height: 48px;
  overflow: visible;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-type {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-type span {
  color: var(--navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-type b {
  color: var(--orange);
}

.brand-type small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  color: #344451;
  font-size: 14px;
  font-weight: 800;
  justify-self: center;
}

.main-nav a {
  padding: 8px 0;
}

.main-nav a:hover {
  color: var(--orange);
}

.header-cta,
.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: 0 14px 28px rgba(255, 75, 5, 0.24);
  font-size: 14px;
  font-weight: 900;
}

.header-cta {
  justify-self: end;
}

.header-cta:hover,
.primary-cta:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: clamp(620px, calc(100vh - 150px), 760px);
  display: grid;
  align-items: center;
  padding: clamp(52px, 7vw, 84px) clamp(22px, 7vw, 96px);
  overflow: hidden;
  background: var(--navy);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    radial-gradient(circle at 16% 22%, rgba(255, 75, 5, 0.08), transparent 26rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 42%);
  background-size: auto;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 58%, transparent 92%);
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.94) 0%, rgba(0, 27, 49, 0.82) 37%, rgba(0, 27, 49, 0.36) 72%, rgba(0, 27, 49, 0.16) 100%),
    linear-gradient(0deg, rgba(0, 27, 49, 0.45), rgba(0, 27, 49, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--white);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(54px, 6.3vw, 88px);
  line-height: 0.93;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero h1 span {
  color: var(--orange);
  text-shadow: 0 8px 30px rgba(255, 75, 5, 0.34);
}

.hero-copy {
  max-width: 650px;
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.55;
}

.proof-bar {
  position: relative;
  z-index: 4;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1.45fr);
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  width: min(1160px, calc(100% - 44px));
  margin: -38px auto 0;
  padding: 22px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)),
    var(--white);
  box-shadow: 0 28px 80px rgba(0, 27, 49, 0.12);
  overflow: visible;
}

.proof-bar::before {
  content: "";
  position: absolute;
  top: -42px;
  bottom: -42px;
  left: 50%;
  z-index: -1;
  width: 100vw;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 27, 49, 0.045), transparent 34rem),
    linear-gradient(180deg, var(--problem-bg) 0%, #f8fafc 100%);
  transform: translateX(-50%);
}

.proof-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  min-width: 0;
}

.proof-copy p {
  margin: 0;
  color: var(--navy);
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.proof-logo-rail {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-left: 1px solid rgba(0, 27, 49, 0.08);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.proof-logo-rail::before,
.proof-logo-rail::after {
  content: "";
  position: absolute;
  top: 12%;
  bottom: 12%;
  z-index: 3;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 27, 49, 0.16), transparent);
}

.proof-logo-rail::before {
  left: 0;
}

.proof-logo-rail::after {
  right: 0;
}

.proof-logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: proofRail 34s linear infinite;
}

.proof-logo {
  display: grid;
  place-items: center;
  gap: 10px;
  width: clamp(154px, 18vw, 214px);
  min-height: 132px;
  padding: 12px clamp(18px, 2vw, 28px);
  opacity: 0.72;
  filter: grayscale(0.92) saturate(0.35) contrast(1.03);
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.proof-logo:hover {
  opacity: 1;
  filter: grayscale(0) saturate(1) contrast(1);
  transform: translateY(-2px);
}

.proof-logo img {
  width: auto;
  max-width: 130px;
  max-height: 68px;
  object-fit: contain;
}

.proof-logo-wide img {
  max-width: 152px;
  max-height: 72px;
}

.proof-logo span {
  color: #40515e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.3px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

@keyframes proofRail {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.service-area-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
  padding: 9px 12px;
  border: 1px solid rgba(255, 75, 5, 0.18);
  border-radius: 999px;
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(255, 75, 5, 0.09), rgba(255, 255, 255, 0.82) 48%),
    #fff;
}

.service-area-note span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  color: var(--orange);
  background: rgba(255, 75, 5, 0.1);
}

.service-area-note svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-area-note b {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.section {
  padding: clamp(70px, 9vw, 118px) clamp(22px, 7vw, 96px);
}

.problem {
  position: relative;
  margin-top: -38px;
  padding-top: clamp(108px, 11vw, 146px);
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 27, 49, 0.045), transparent 34rem),
    linear-gradient(180deg, var(--problem-bg) 0%, #f8fafc 100%);
  border-bottom: 1px solid rgba(0, 27, 49, 0.08);
}

.problem::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  width: 2px;
  height: 48px;
  background: linear-gradient(180deg, rgba(0, 27, 49, 0.12), rgba(0, 27, 49, 0));
  transform: translateX(-50%);
}

.section-heading h2,
.feature-copy h2,
.final-cta h2 {
  margin: 0;
  color: var(--navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.feature-copy p,
.final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.problem-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.problem-grid::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 38px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 27, 49, 0.16), var(--orange));
  transform: translate(-50%, -50%);
}

.problem-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 18px);
  z-index: 3;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  transform: translate(-50%, -50%) rotate(45deg);
}

.problem-grid article {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 30px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(0, 27, 49, 0.07);
}

.problem-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pain-card {
  filter: saturate(0.82);
}

.pain-card::after {
  background:
    linear-gradient(135deg, rgba(0, 27, 49, 0.045), transparent 44%),
    repeating-linear-gradient(135deg, rgba(0, 27, 49, 0.035) 0 1px, transparent 1px 10px);
}

.solution-card {
  border-color: rgba(255, 75, 5, 0.28) !important;
  box-shadow: 0 24px 60px rgba(255, 75, 5, 0.12), 0 18px 46px rgba(0, 27, 49, 0.07) !important;
}

.solution-card::after {
  border-top: 5px solid var(--orange);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 75, 5, 0.1), transparent 12rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 75, 5, 0.035));
}

.card-signal {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 6px;
  color: var(--white);
  background: #6b7782;
  font-size: 21px;
  font-weight: 900;
}

.solution-card .card-signal {
  background: var(--orange);
}

.problem-grid h3 {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.06;
}

.problem-grid p {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.6;
}

.proof-points,
.inline-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}

.proof-points span,
.inline-proof span {
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  background: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.inline-proof {
  margin-top: 30px;
  padding: 18px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: var(--soft);
}

.inline-proof b {
  margin-right: 8px;
  color: var(--navy);
  font-size: 14px;
}

.inline-proof span {
  background: var(--white);
}

.story-bridge {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  max-width: 780px;
  margin: 42px auto -70px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 27, 49, 0.98), rgba(4, 39, 64, 0.98));
  box-shadow: 0 24px 70px rgba(0, 27, 49, 0.18);
}

.story-bridge span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.story-bridge p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
}

.services {
  background: var(--white);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.service-grid article,
.steps article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 36px rgba(0, 27, 49, 0.06);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 40px;
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

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

.service-grid p,
.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.feature-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  padding: clamp(70px, 9vw, 118px) clamp(22px, 7vw, 96px);
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 27, 49, 0.014) 1px, transparent 1px),
    radial-gradient(circle at 18% 16%, rgba(0, 27, 49, 0.052), transparent 28rem),
    linear-gradient(135deg, #eef5f8, #f9fbfc);
  background-size: 46px 46px, 46px 46px, auto, auto;
}

.feature-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(22px, 7vw, 96px);
  right: clamp(22px, 7vw, 96px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 27, 49, 0.12), transparent);
}

.feature-image {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy h2 {
  color: var(--navy);
}

.feature-copy p {
  margin-top: 22px;
  color: var(--muted);
}

.feature-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.trust-grid article {
  display: grid;
  gap: 18px;
  min-height: 130px;
  padding: 18px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(0, 27, 49, 0.06);
}

.trust-grid span {
  color: var(--orange);
  font-family: Oswald, Inter, sans-serif;
  font-size: 26px;
  line-height: 1;
}

.trust-grid b {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.22;
}

.feature-copy li {
  position: relative;
  padding-left: 28px;
  color: var(--navy);
  font-weight: 800;
}

.feature-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--orange);
  transform: rotate(45deg);
}

.standards-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
  padding: clamp(70px, 9vw, 118px) clamp(22px, 7vw, 96px);
  background:
    var(--texture-dark),
    linear-gradient(135deg, #00121f, #062b46);
  background-size: auto, auto, auto;
}

.standards-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
}

.standards-photo {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.standards-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.standards-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 27, 49, 0.74));
}

.photo-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(0, 27, 49, 0.62);
  backdrop-filter: blur(14px);
}

.photo-note span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.photo-note b {
  color: var(--white);
  font-size: 18px;
  line-height: 1.35;
}

.standards-copy h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1;
  text-transform: uppercase;
}

.standards-copy > p:not(.eyebrow) {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.65;
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.standards-grid article {
  min-height: 210px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.standards-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--orange);
  font-family: Oswald, Inter, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.standards-grid h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 18px;
}

.standards-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.process {
  position: relative;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 27, 49, 0.045), transparent 30rem),
    linear-gradient(180deg, var(--process-bg), #f3f7fa);
}

.process::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(22px, 7vw, 96px);
  right: clamp(22px, 7vw, 96px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 27, 49, 0.14), transparent);
}

.process-board {
  display: grid;
  gap: 24px;
  margin-top: 42px;
}

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

.process-timeline {
  position: relative;
  margin-top: 0;
}

.process-timeline::before {
  content: "";
  position: absolute;
  top: 55px;
  left: calc(16.66% + 28px);
  right: calc(16.66% + 28px);
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 75, 5, 0.12), rgba(255, 75, 5, 0.5), rgba(255, 75, 5, 0.12));
}

.process-timeline article {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 252px;
  padding: 26px;
}

.process-timeline article:not(:last-child)::before {
  content: "->";
  position: absolute;
  top: 38px;
  right: -26px;
  z-index: 4;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 75, 5, 0.22);
  border-radius: 50%;
  color: var(--orange);
  background: #fff8f5;
  box-shadow: 0 12px 28px rgba(255, 75, 5, 0.14);
  font-size: 15px;
  font-weight: 900;
}

.process-timeline article::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 88% 12%, rgba(255, 75, 5, 0.08), transparent 12rem);
}

.steps b {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 32px;
  border: 6px solid #fff5f0;
  border-radius: 50%;
  color: var(--orange);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(255, 75, 5, 0.17);
  font-family: Oswald, Inter, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.process-timeline article > span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.process-timeline h3,
.process-timeline p {
  position: relative;
  z-index: 1;
}

.plan-preview {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(380px, 1.22fr);
  align-items: center;
  gap: clamp(22px, 4vw, 54px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(0, 27, 49, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 75, 5, 0.08), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.96));
  box-shadow: 0 20px 52px rgba(0, 27, 49, 0.08);
}

.plan-preview-copy h3 {
  max-width: 560px;
  margin: 0;
  color: var(--navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.plan-preview-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.6;
}

.plan-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 75, 5, 0.16), transparent 12rem),
    linear-gradient(135deg, #001b31, #062b46);
  box-shadow: 0 22px 50px rgba(0, 27, 49, 0.18);
}

.plan-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.plan-card-header span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.plan-card-header b {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.plan-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.plan-metrics div {
  display: grid;
  gap: 7px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.055);
}

.plan-metrics span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.plan-metrics b {
  color: var(--white);
  font-family: Oswald, Inter, sans-serif;
  font-size: 31px;
  line-height: 1;
}

.plan-checks {
  display: grid;
  gap: 10px;
  padding: 18px 20px 14px;
}

.plan-checks span {
  position: relative;
  display: block;
  padding: 13px 14px 13px 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
}

.plan-checks span::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: translateY(-68%) rotate(-45deg);
}

.plan-zones {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 20px 20px;
}

.plan-zones span {
  padding: 8px 10px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 850;
}

.testimonial-band {
  position: relative;
  padding: clamp(70px, 9vw, 118px) clamp(22px, 7vw, 96px);
  background: var(--white);
}

.testimonial-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(22px, 7vw, 96px);
  right: clamp(22px, 7vw, 96px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 27, 49, 0.12), transparent);
}

.testimonial-reel {
  --cell: 122px;
  --gap: 8px;
  --step: calc((var(--cell) + var(--gap)) * 3);
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 10px;
  max-width: 1160px;
  min-height: 356px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(0, 27, 49, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 24px 70px rgba(0, 27, 49, 0.11),
    inset 0 2px 0 rgba(255, 255, 255, 0.9);
}

.portrait-reel {
  position: relative;
  min-height: 356px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 93, 21, 0.13), transparent 36%),
    linear-gradient(135deg, rgba(0, 27, 49, 0.07), rgba(255, 255, 255, 0.52));
  mask-image:
    linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-composite: intersect;
}

.portrait-columns {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
}

.portrait-column {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  transition: transform 800ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

.middle-column {
  transform: translateY(calc(var(--step) - (var(--active-index, 0) * var(--step))));
}

.side-column {
  transform: translateY(calc((var(--active-index, 0) * var(--step)) - var(--step)));
}

.portrait-cell,
.portrait-column img {
  flex: 0 0 auto;
  width: var(--cell);
  height: var(--cell);
  border-radius: 8px;
}

.portrait-cell {
  border: 1px solid rgba(0, 27, 49, 0.08);
  background:
    linear-gradient(180deg, rgba(244, 247, 249, 0.84), rgba(255, 255, 255, 0.94)),
    var(--soft);
  filter: blur(1px);
  box-shadow:
    0 1px 2px rgba(0, 27, 49, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.portrait-column img {
  object-fit: cover;
  border: 2px solid var(--white);
  background: var(--soft);
  filter: saturate(0.86);
  box-shadow:
    0 8px 16px rgba(0, 27, 49, 0.12),
    0 30px 46px rgba(0, 27, 49, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.testimonial-stage {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: clamp(28px, 5vw, 54px);
}

.quote-mark {
  display: block;
  height: 44px;
  color: rgba(0, 27, 49, 0.18);
  font-family: Georgia, serif;
  font-size: 86px;
  line-height: 0.85;
}

.testimonial-copy {
  max-width: 570px;
}

.testimonial-quote {
  min-height: 116px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.testimonial-author {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.4;
}

.testimonial-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  animation: testimonial-char-rise 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.testimonial-word {
  display: inline-block;
  white-space: nowrap;
}

.testimonial-copy.is-exiting {
  animation: testimonial-exit 220ms ease forwards;
}

.testimonial-controls {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.testimonial-controls button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(0, 27, 49, 0.16);
  border-radius: 999px;
  color: var(--navy);
  background: transparent;
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.testimonial-controls button:hover:enabled {
  color: var(--orange);
  border-color: rgba(255, 93, 21, 0.52);
  transform: translateY(-1px);
}

.testimonial-controls button:disabled {
  cursor: default;
  opacity: 0.38;
}

.testimonial-controls span {
  display: block;
  transform: translateY(-1px);
  font-size: 24px;
  line-height: 1;
}

@keyframes testimonial-char-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes testimonial-exit {
  to {
    opacity: 0;
    transform: translateY(-12px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .proof-logo-track {
    animation: none !important;
  }
}

.service-showcase {
  position: relative;
  padding-top: clamp(86px, 9vw, 126px);
  padding-bottom: clamp(88px, 10vw, 140px);
  background: var(--white);
}

.service-showcase::after {
  content: "";
  position: absolute;
  left: clamp(22px, 7vw, 96px);
  right: clamp(22px, 7vw, 96px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 27, 49, 0.14), transparent);
}

.animated-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.animated-service-card {
  display: block;
  min-height: 430px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 16px 46px rgba(0, 27, 49, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.animated-service-card:hover {
  border-color: rgba(255, 75, 5, 0.32);
  box-shadow: 0 26px 70px rgba(0, 27, 49, 0.12);
  transform: translateY(-4px);
}

.card-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.card-topline h3 {
  max-width: 360px;
  margin: 0;
  color: var(--navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 0.96;
  text-transform: uppercase;
}

.card-topline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
  font-size: 18px;
  font-weight: 900;
  transition: transform 220ms ease, background 220ms ease;
}

.animated-service-card:hover .card-topline span {
  background: var(--orange);
  transform: translateX(3px);
}

.image-stack {
  position: relative;
  height: 152px;
  margin: 28px 0 24px;
}

.image-stack img {
  position: absolute;
  top: 0;
  width: 42%;
  height: 100%;
  object-fit: cover;
  border: 3px solid var(--white);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0, 27, 49, 0.18);
  transition: transform 260ms ease;
}

.image-stack img:nth-child(1) {
  left: 0;
  z-index: 3;
}

.image-stack img:nth-child(2) {
  left: 29%;
  z-index: 2;
}

.image-stack img:nth-child(3) {
  left: 58%;
  z-index: 1;
}

.animated-service-card:hover .image-stack img:nth-child(1) {
  transform: translateX(-4px) rotate(-4deg);
}

.animated-service-card:hover .image-stack img:nth-child(2) {
  transform: translateX(3px) rotate(2deg);
}

.animated-service-card:hover .image-stack img:nth-child(3) {
  transform: translateX(7px) rotate(5deg);
}

.service-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.service-stats span {
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--navy);
  background: var(--soft);
  font-size: 12px;
  font-weight: 900;
}

.animated-service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.58;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(54px, 8vw, 86px) clamp(22px, 7vw, 96px);
  color: var(--white);
  background:
    var(--texture-dark),
    linear-gradient(135deg, rgba(0, 27, 49, 0.96), rgba(6, 43, 70, 0.95)),
    url("assets/hero-clean-office.webp") center / cover;
  background-size: auto, auto, cover;
}

.final-cta h2 {
  color: var(--white);
}

.final-cta h2 span {
  color: var(--orange);
}

.final-cta p {
  max-width: 690px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.walkthrough-form-card {
  overflow: hidden;
  min-height: 668px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.walkthrough-form-card iframe {
  display: block;
  min-height: 668px;
  background: transparent;
}

.site-footer {
  padding: clamp(42px, 6vw, 74px) clamp(22px, 7vw, 96px) 28px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(244, 247, 249, 0.9)),
    var(--texture-light),
    #f4f7f9;
  border-top: 1px solid rgba(0, 27, 49, 0.08);
}

.footer-inner {
  display: grid;
  gap: 30px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(420px, 1.05fr);
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
  padding-bottom: 4px;
}

.footer-brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  max-width: 680px;
}

.footer-brand img {
  width: 168px;
  height: auto;
  object-fit: contain;
}

.footer-brand p {
  max-width: 430px;
  margin: 0;
  color: #465865;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.65;
}

.footer-links {
  display: grid;
  justify-items: end;
  gap: 13px;
  align-content: start;
  text-align: right;
}

.footer-links span {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.footer-links div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
}

.footer-links a {
  color: var(--navy);
  font-size: 15px;
  font-weight: 850;
}

.footer-links a:hover,
.footer-contact-card:hover em {
  color: var(--orange);
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.footer-contact-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(0, 27, 49, 0.06);
}

.footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--orange);
  background: rgba(255, 75, 5, 0.1);
}

.footer-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact-card b {
  display: block;
  margin: 1px 0 6px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.footer-contact-card em {
  display: block;
  color: #40515e;
  font-size: 14px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.45;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 27, 49, 0.1);
  color: #6d7982;
  font-size: 13px;
  font-weight: 750;
}

.footer-legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.footer-legal-links a {
  color: #6d7982;
  font-weight: 850;
}

.footer-legal-links a:hover {
  color: var(--orange);
}

.about-page {
  background: var(--white);
}

.about-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(560px, calc(100vh - 170px), 720px);
  padding: clamp(96px, 12vw, 156px) clamp(22px, 7vw, 96px) clamp(64px, 8vw, 96px);
  overflow: hidden;
  background: var(--navy);
}

.about-hero-media,
.about-hero-media img,
.about-hero-overlay {
  position: absolute;
  inset: 0;
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.96) 0%, rgba(0, 27, 49, 0.86) 45%, rgba(0, 27, 49, 0.38) 100%),
    linear-gradient(0deg, rgba(0, 27, 49, 0.64), rgba(0, 27, 49, 0.06));
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

.about-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--white);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-hero h1 span {
  color: var(--orange);
}

.about-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 650;
  line-height: 1.6;
}

.about-snapshot,
.about-problem,
.about-team,
.about-proof,
.about-faq,
.about-reputation {
  padding: clamp(70px, 9vw, 118px) clamp(22px, 7vw, 96px);
}

.about-snapshot {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  background:
    radial-gradient(circle at 18% 10%, rgba(0, 27, 49, 0.045), transparent 30rem),
    linear-gradient(180deg, var(--problem-bg), #f8fafc);
}

.snapshot-copy h2,
.founder-card h2,
.standard-copy h2,
.team-copy h2,
.reputation-copy h2,
.about-beliefs h2,
.local-card h2,
.about-final-cta h2 {
  margin: 0;
  color: var(--navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.snapshot-grid,
.standard-steps,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.snapshot-grid article,
.standard-steps article,
.faq-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 44px rgba(0, 27, 49, 0.07);
}

.snapshot-grid span,
.belief-list span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--orange);
  font-family: Oswald, Inter, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.snapshot-grid b,
.standard-steps b,
.faq-grid b {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.18;
}

.snapshot-grid p,
.standard-steps p,
.faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.58;
}

.about-founder {
  position: relative;
  padding: clamp(70px, 8vw, 108px) clamp(22px, 7vw, 96px);
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 75, 5, 0.075), transparent 24rem),
    linear-gradient(135deg, #f8fbfc 0%, #eef5f8 100%);
}

.about-founder::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 42%;
  background: linear-gradient(180deg, rgba(0, 27, 49, 0.035), transparent);
  pointer-events: none;
}

.founder-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(0px, 2vw, 24px);
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(14px, 1.8vw, 22px);
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 80px rgba(0, 27, 49, 0.13);
}

.founder-card {
  display: grid;
  align-content: center;
  padding: clamp(28px, 3.6vw, 44px);
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 75, 5, 0.12), transparent 16rem),
    linear-gradient(135deg, #001b31, #062b46);
  box-shadow: 0 24px 70px rgba(0, 27, 49, 0.16);
}

.founder-card h2,
.about-beliefs h2,
.about-final-cta h2 {
  color: var(--white);
}

.founder-card p:not(.eyebrow),
.about-final-cta p {
  max-width: 780px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.56;
}

.founder-promise {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.founder-promise span,
.standard-steps span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.founder-promise b {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-size: clamp(23px, 2.6vw, 32px);
  line-height: 1.05;
}

.founder-promise p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.56;
}

.founder-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.founder-proof-row span {
  display: grid;
  align-content: center;
  min-height: 54px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11.8px;
  font-weight: 850;
  line-height: 1.32;
}

.owner-portrait {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 27, 49, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: none;
}

.owner-portrait img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center top;
}

.owner-portrait figcaption {
  padding: 24px;
  background: var(--white);
}

.owner-portrait span,
.team-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.owner-portrait b {
  display: block;
  color: var(--navy);
  font-size: 23px;
  line-height: 1.1;
}

.owner-portrait p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.about-problem {
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 27, 49, 0.045), transparent 30rem),
    linear-gradient(180deg, var(--process-bg), #f8fafc);
}

.about-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.about-problem-grid article {
  min-height: 260px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 46px rgba(0, 27, 49, 0.07);
}

.about-problem-grid article:last-child {
  border-color: rgba(255, 75, 5, 0.28);
  box-shadow: 0 24px 60px rgba(255, 75, 5, 0.1), 0 16px 46px rgba(0, 27, 49, 0.07);
}

.about-problem-grid b {
  display: block;
  margin-bottom: 14px;
  color: var(--navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.about-problem-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.65;
}

.about-standard {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  padding: clamp(70px, 9vw, 118px) clamp(22px, 7vw, 96px);
  background: var(--white);
}

.premium-standard {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 27, 49, 0.04), transparent 28rem),
    var(--white);
}

.standard-copy p:not(.eyebrow),
.local-card p,
.team-copy p,
.reputation-copy p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.65;
}

.standard-points {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.standard-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 850;
}

.standard-points span::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 75, 5, 0.1);
}

.standard-action-photo {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 26px 74px rgba(0, 27, 49, 0.16);
}

.standard-action-photo img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.standard-action-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 27, 49, 0.86));
}

.standard-action-photo figcaption {
  position: absolute;
  z-index: 1;
  inset: auto 24px 24px;
  max-width: 520px;
  color: var(--white);
}

.standard-action-photo span {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.standard-action-photo b {
  display: block;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.08;
}

.standard-steps article {
  position: relative;
  overflow: hidden;
}

.standard-steps article::after {
  content: "";
  position: absolute;
  inset: auto -20% -42% 44%;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 75, 5, 0.08);
}

.standard-steps span {
  display: inline-block;
  margin-bottom: 34px;
}

.about-team {
  padding-top: clamp(70px, 8vw, 104px);
  padding-bottom: clamp(70px, 8vw, 104px);
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 27, 49, 0.014) 1px, transparent 1px),
    linear-gradient(135deg, #eef5f8, #f9fbfc);
  background-size: 46px 46px, 46px 46px, auto;
}

.team-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.team-list {
  display: grid;
  gap: 12px;
}

.team-list article {
  padding: 24px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 44px rgba(0, 27, 49, 0.07);
}

.member-intro {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.member-intro img {
  display: block;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 50%;
  background: #eef5f8;
  box-shadow: 0 10px 24px rgba(0, 27, 49, 0.08);
  object-fit: cover;
  object-position: center 28%;
}

.team-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.team-list b {
  display: block;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.16;
}

.team-list p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.team-grid article {
  overflow: hidden;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 46px rgba(0, 27, 49, 0.08);
}

.team-grid img {
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  padding: 28px 22px 0;
  object-fit: contain;
  object-position: center bottom;
  background: linear-gradient(180deg, #eef3f6, #f8fafc);
}

.team-grid div {
  min-height: 178px;
  padding: 20px;
}

.team-grid b {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.22;
}

.team-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.55;
}

.about-beliefs {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  padding: clamp(70px, 9vw, 118px) clamp(22px, 7vw, 96px);
  background:
    var(--texture-dark),
    linear-gradient(135deg, #00121f, #062b46);
}

.belief-list {
  display: grid;
  gap: 12px;
}

.belief-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.belief-list span {
  margin: 0;
}

.belief-list b {
  color: var(--white);
  font-size: 20px;
  line-height: 1.3;
}

.about-local {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.56fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: center;
  padding: clamp(70px, 9vw, 118px) clamp(22px, 7vw, 96px);
  background: var(--white);
}

.local-card {
  max-width: 800px;
}

.local-proof {
  display: grid;
  gap: 18px;
  justify-items: start;
  padding: 28px;
  border: 1px solid rgba(255, 75, 5, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 75, 5, 0.09), rgba(255, 255, 255, 0.88) 48%),
    #fff;
  box-shadow: 0 18px 48px rgba(0, 27, 49, 0.08);
}

.local-proof span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  color: var(--orange);
  background: rgba(255, 75, 5, 0.1);
}

.local-proof svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.local-proof b {
  color: var(--navy);
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.12;
}

.about-reputation {
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 75, 5, 0.075), transparent 22rem),
    linear-gradient(180deg, #f8fafc, #eef5f8);
}

.reputation-copy {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 34px;
}

.reputation-copy p {
  margin-top: 0;
}

.reputation-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 28px auto 0;
}

.reputation-cards article {
  padding: 24px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 44px rgba(0, 27, 49, 0.07);
}

.reputation-cards b {
  display: block;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.18;
}

.reputation-cards p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.about-proof {
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 27, 49, 0.052), transparent 28rem),
    linear-gradient(135deg, #eef5f8, #f9fbfc);
}

.about-proof-rail {
  margin-top: 34px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(0, 27, 49, 0.08);
}

.about-faq {
  background: var(--white);
}

.about-final-cta {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(360px, 0.72fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  padding: clamp(62px, 9vw, 104px) clamp(22px, 7vw, 96px);
  background:
    var(--texture-dark),
    linear-gradient(135deg, rgba(0, 27, 49, 0.98), rgba(6, 43, 70, 0.96));
  scroll-margin-top: 90px;
}

.about-final-cta .walkthrough-form-card {
  width: 100%;
  max-width: 560px;
  justify-self: end;
  padding: 10px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.about-cta-points {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin-top: 28px;
}

.about-cta-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
}

.about-cta-points span::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 75, 5, 0.12);
}

.services-page {
  background: var(--white);
}

.services-hero {
  display: grid;
  min-height: 620px;
  padding: clamp(88px, 10vw, 136px) clamp(22px, 7vw, 96px) clamp(70px, 8vw, 104px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.96) 0%, rgba(0, 27, 49, 0.86) 48%, rgba(0, 27, 49, 0.36) 100%),
    url("/assets/service-cards/commercial-2.webp") center / cover;
}

.services-hero-copy {
  align-self: end;
  max-width: 920px;
}

.services-hero h1,
.service-plan h2,
.service-fit h2,
.service-includes h2 {
  margin: 0;
  color: inherit;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(48px, 7.2vw, 96px);
  line-height: 0.9;
  text-transform: uppercase;
  text-wrap: balance;
}

.services-hero p:not(.eyebrow),
.service-plan p,
.service-fit p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.62;
}

.services-hero-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(0, 27, 49, 0.74);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
}

.services-hero-panel div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.services-hero-panel span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.services-hero-panel b {
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
  text-align: right;
}

.service-hub,
.service-detail-band,
.services-faq {
  padding: clamp(76px, 9vw, 122px) clamp(22px, 7vw, 96px);
}

.service-hub {
  background:
    var(--texture-light),
    linear-gradient(135deg, #f7fafc, #ffffff);
  background-size: 46px 46px, 46px 46px, auto, auto;
}

.section-heading {
  max-width: 850px;
}

.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
}

.section-heading p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.62;
}

.service-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.hub-service-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.62fr);
  gap: 22px;
  align-items: stretch;
  min-height: 316px;
  padding: 22px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 44px rgba(0, 27, 49, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hub-service-card:hover {
  border-color: rgba(255, 75, 5, 0.32);
  box-shadow: 0 28px 74px rgba(0, 27, 49, 0.12);
  transform: translateY(-4px);
}

.hub-card-topline {
  display: grid;
  align-content: start;
  gap: 16px;
}

.hub-card-topline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  color: var(--white);
  background: var(--orange);
  font-weight: 900;
}

.hub-card-topline b {
  display: block;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 0.96;
  text-transform: uppercase;
}

.hub-card-image {
  grid-column: 2;
  grid-row: 1 / span 3;
  min-height: 100%;
  overflow: hidden;
  border-radius: 7px;
  background: var(--soft);
}

.hub-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.hub-service-card:hover .hub-card-image img {
  transform: scale(1.045);
}

.hub-service-card p {
  margin: 0;
  max-width: 440px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.6;
}

.hub-service-card em {
  align-self: end;
  color: var(--orange);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.service-plan {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(76px, 9vw, 122px) clamp(22px, 7vw, 96px);
  color: var(--white);
  background:
    var(--texture-dark),
    linear-gradient(135deg, rgba(0, 27, 49, 0.98), rgba(6, 43, 70, 0.96));
}

.service-plan-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-plan-steps article {
  min-height: 178px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.service-plan-steps span,
.service-detail-list span,
.includes-grid span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.service-plan-steps b {
  display: block;
  color: var(--white);
  font-size: 20px;
  line-height: 1.18;
}

.service-plan-steps p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  line-height: 1.55;
}

.service-detail-band {
  background: var(--white);
}

.service-detail-list {
  display: grid;
  gap: 16px;
  margin-top: 38px;
}

.service-detail-list article {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(250px, 0.64fr) minmax(320px, 0.92fr);
  gap: 18px 26px;
  align-items: start;
  padding: clamp(22px, 2.8vw, 32px);
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 75, 5, 0.06), transparent 32%),
    #fbfdfe;
  box-shadow: 0 14px 38px rgba(0, 27, 49, 0.055);
  scroll-margin-top: 110px;
}

.service-detail-list span {
  grid-column: auto;
  margin-bottom: 0;
}

.service-detail-list h3 {
  margin: 0;
  color: var(--navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 0.98;
  text-transform: uppercase;
}

.service-detail-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.58;
}

.service-detail-list ul {
  grid-column: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-list li {
  padding: 9px 11px;
  border-radius: 6px;
  color: var(--navy);
  background: var(--soft);
  font-size: 12px;
  font-weight: 900;
}

.service-fit {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  padding: clamp(76px, 9vw, 122px) clamp(22px, 7vw, 96px);
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 27, 49, 0.014) 1px, transparent 1px),
    linear-gradient(135deg, #eef5f8, #f9fbfc);
  background-size: 46px 46px, 46px 46px, auto;
}

.service-fit h2,
.service-includes h2 {
  color: var(--navy);
}

.service-fit p {
  color: var(--muted);
}

.fit-grid {
  display: grid;
  gap: 10px;
}

.fit-grid article {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 22px 26px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(0, 27, 49, 0.06);
}

.fit-grid article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--orange);
}

.fit-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.fit-grid b {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.2;
}

.service-includes {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  padding: clamp(76px, 9vw, 122px) clamp(22px, 7vw, 96px);
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 75, 5, 0.07), transparent 32rem),
    linear-gradient(135deg, #001b31, #062b46);
}

.service-includes h2 {
  color: var(--white);
  font-size: clamp(42px, 5.2vw, 72px);
}

.includes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.includes-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.includes-grid b {
  display: block;
  color: var(--white);
  font-size: 20px;
  line-height: 1.18;
}

.includes-grid p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.55;
}

.facility-types {
  padding: clamp(76px, 9vw, 122px) clamp(22px, 7vw, 96px);
  background: var(--white);
}

.facility-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.facility-type-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  color: var(--navy);
  background: #f8fafc;
  box-shadow: 0 10px 26px rgba(0, 27, 49, 0.045);
}

.facility-type-grid span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}

.facility-type-grid b {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.18;
}

.facility-type-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.55;
}

.services-faq {
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 27, 49, 0.052), transparent 28rem),
    linear-gradient(135deg, #eef5f8, #f9fbfc);
}

.services-accordion {
  display: grid;
  gap: 10px;
  max-width: 980px;
  margin-top: 36px;
}

.services-accordion details {
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(0, 27, 49, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.services-accordion details[open] {
  border-color: rgba(255, 75, 5, 0.24);
  box-shadow: 0 18px 48px rgba(0, 27, 49, 0.08);
}

.services-accordion details:hover {
  transform: translateY(-1px);
}

.services-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 20px 22px;
  color: var(--navy);
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  list-style: none;
}

.services-accordion summary:focus-visible {
  outline: 3px solid rgba(255, 75, 5, 0.34);
  outline-offset: 3px;
  border-radius: 6px;
}

.services-accordion summary::-webkit-details-marker {
  display: none;
}

.services-accordion summary::after {
  content: "+";
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
  font-size: 22px;
  line-height: 1;
}

.services-accordion details[open] summary::after {
  content: "-";
  background: var(--orange);
}

.services-accordion p {
  margin: 0;
  padding: 0 22px 22px;
  max-width: 720px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.6;
}

.services-final-cta {
  scroll-margin-top: 90px;
}

.commercial-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.96) 0%, rgba(0, 27, 49, 0.86) 48%, rgba(0, 27, 49, 0.36) 100%),
    url("/assets/service-detail/commercial-cleaning-hero.webp") center / cover;
}

.janitorial-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.96) 0%, rgba(0, 27, 49, 0.86) 48%, rgba(0, 27, 49, 0.36) 100%),
    url("/assets/service-detail/janitorial-cleaning-hero.webp") center / cover;
}

.floor-care-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.96) 0%, rgba(0, 27, 49, 0.86) 48%, rgba(0, 27, 49, 0.36) 100%),
    url("/assets/service-detail/floor-care-hero.webp") center / cover;
}

.sanitization-service-hero {
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.96) 0%, rgba(0, 27, 49, 0.86) 48%, rgba(0, 27, 49, 0.36) 100%),
    url("/assets/service-detail/sanitization-hero.webp") center / cover;
}

.service-audience,
.included-scope,
.related-services {
  padding: clamp(76px, 9vw, 122px) clamp(22px, 7vw, 96px);
  background: var(--white);
}

.audience-grid,
.scope-grid,
.frequency-grid {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.audience-grid article,
.scope-grid article,
.frequency-grid article {
  padding: 22px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 12px 32px rgba(0, 27, 49, 0.05);
}

.audience-grid span,
.problem-proof-list span,
.process-card-stack span,
.frequency-grid span,
.difference-list span,
.related-service-grid span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.audience-grid b,
.scope-grid b,
.frequency-grid b {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.18;
}

.audience-grid p,
.scope-grid p,
.frequency-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.55;
}

.commercial-problem,
.scope-process,
.difference-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  padding: clamp(76px, 9vw, 122px) clamp(22px, 7vw, 96px);
}

.commercial-problem {
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 27, 49, 0.014) 1px, transparent 1px),
    linear-gradient(135deg, #eef5f8, #f9fbfc);
  background-size: 46px 46px, 46px 46px, auto;
}

.problem-copy h2,
.scope-process h2,
.difference-section h2 {
  margin: 0;
  color: var(--navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
}

.problem-copy p:not(.eyebrow),
.scope-process p {
  max-width: 660px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.62;
}

.problem-proof-list,
.process-card-stack,
.difference-list {
  display: grid;
  gap: 10px;
}

.problem-proof-list article,
.process-card-stack article,
.difference-list article {
  padding: 22px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(0, 27, 49, 0.06);
}

.problem-proof-list b,
.process-card-stack b,
.difference-list b,
.related-service-grid b {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.18;
}

.scope-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scope-photo-feature {
  padding: clamp(26px, 4vw, 44px) clamp(22px, 7vw, 96px);
  background: var(--white);
}

.scope-photo-feature figure {
  position: relative;
  overflow: hidden;
  max-width: 1180px;
  min-height: clamp(360px, 42vw, 560px);
  margin: 0 auto;
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 26px 70px rgba(0, 27, 49, 0.14);
}

.scope-photo-feature img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.scope-photo-feature figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 27, 49, 0.84) 100%);
}

.scope-photo-feature figcaption {
  position: absolute;
  right: clamp(20px, 4vw, 48px);
  bottom: clamp(20px, 4vw, 48px);
  z-index: 1;
  max-width: 520px;
  color: var(--white);
}

.scope-photo-feature figcaption span {
  display: block;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.scope-photo-feature figcaption b {
  display: block;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 0.98;
  text-transform: uppercase;
}

.scope-process,
.difference-section {
  color: var(--white);
  background:
    var(--texture-dark),
    linear-gradient(135deg, rgba(0, 27, 49, 0.98), rgba(6, 43, 70, 0.96));
}

.scope-process h2,
.difference-section h2 {
  color: var(--white);
}

.scope-process p {
  color: rgba(255, 255, 255, 0.76);
}

.process-card-stack article,
.difference-list article {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

.process-card-stack b,
.difference-list b {
  color: var(--white);
}

.process-card-stack p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.55;
}

.frequency-band {
  padding: clamp(76px, 9vw, 122px) clamp(22px, 7vw, 96px);
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 27, 49, 0.052), transparent 28rem),
    linear-gradient(135deg, #eef5f8, #f9fbfc);
}

.frequency-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.difference-section {
  grid-template-columns: minmax(420px, 0.86fr) minmax(0, 1fr);
}

.related-services {
  background: var(--white);
}

.related-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.related-service-grid a {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 12px 32px rgba(0, 27, 49, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.related-service-grid a:hover {
  border-color: rgba(255, 75, 5, 0.28);
  box-shadow: 0 18px 46px rgba(0, 27, 49, 0.08);
  transform: translateY(-2px);
}

.commercial-faq {
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 27, 49, 0.014) 1px, transparent 1px),
    linear-gradient(135deg, #eef5f8, #f9fbfc);
  background-size: 46px 46px, 46px 46px, auto;
}

.service-areas-hero {
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.96) 0%, rgba(0, 27, 49, 0.86) 48%, rgba(0, 27, 49, 0.34) 100%),
    url("/assets/service-areas-hero.webp") center / cover;
}

.coverage-overview,
.coverage-details,
.service-area-fit {
  display: grid;
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
  padding: clamp(76px, 9vw, 122px) clamp(22px, 7vw, 96px);
}

.coverage-overview {
  background: var(--white);
}

.coverage-copy h2,
.coverage-details h2,
.service-area-fit h2 {
  margin: 0;
  color: var(--navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
}

.coverage-copy p:not(.eyebrow),
.coverage-details p,
.service-area-fit p {
  max-width: 660px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.62;
}

.coverage-confirm-panel {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 75, 5, 0.08), transparent 18rem),
    linear-gradient(135deg, #ffffff, #f3f7fa);
  box-shadow: 0 28px 74px rgba(0, 27, 49, 0.12);
}

.coverage-panel-header {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 27, 49, 0.94), rgba(6, 43, 70, 0.84)),
    url("/assets/service-areas-hero.webp") right center / cover;
}

.coverage-panel-header span,
.coverage-confirm-list span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.coverage-panel-header b {
  max-width: 540px;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 0.96;
  text-transform: uppercase;
}

.coverage-confirm-list {
  display: grid;
  gap: 10px;
}

.coverage-confirm-list article {
  padding: 20px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.coverage-confirm-list b {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.22;
}

.area-answer-grid,
.city-coverage-section,
.service-area-services,
.service-area-faq {
  padding: clamp(76px, 9vw, 122px) clamp(22px, 7vw, 96px);
}

.area-answer-grid,
.service-area-faq {
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 27, 49, 0.014) 1px, transparent 1px),
    linear-gradient(135deg, #eef5f8, #f9fbfc);
  background-size: 46px 46px, 46px 46px, auto;
}

.city-coverage-section {
  background: var(--white);
}

.answer-grid,
.city-coverage-grid,
.area-service-grid,
.fit-checklist {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.answer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.city-coverage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.answer-grid article,
.city-coverage-grid article,
.area-service-grid a,
.fit-checklist article,
.coverage-detail-list article {
  padding: 22px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(0, 27, 49, 0.05);
}

.answer-grid span,
.city-coverage-grid span,
.area-service-grid span,
.coverage-detail-list span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.answer-grid b,
.city-coverage-grid b,
.area-service-grid b,
.fit-checklist b,
.coverage-detail-list b {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.18;
}

.answer-grid p,
.city-coverage-grid p,
.coverage-detail-list p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.55;
}

.city-coverage-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.city-coverage-grid li {
  padding: 9px 10px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 6px;
  color: var(--navy);
  background: #ffffff;
  font-size: 13px;
  font-weight: 850;
}

.coverage-radius-note {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 22px;
  border-left: 4px solid var(--orange);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(0, 27, 49, 0.98), rgba(6, 43, 70, 0.96));
  box-shadow: 0 16px 42px rgba(0, 27, 49, 0.08);
}

.coverage-radius-note span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.coverage-radius-note b {
  max-width: 920px;
  font-size: 19px;
  line-height: 1.34;
}

.coverage-details {
  color: var(--white);
  background:
    var(--texture-dark),
    linear-gradient(135deg, rgba(0, 27, 49, 0.98), rgba(6, 43, 70, 0.96));
}

.coverage-details h2 {
  color: var(--white);
}

.coverage-details p {
  color: rgba(255, 255, 255, 0.76);
}

.coverage-detail-list {
  display: grid;
  gap: 10px;
}

.coverage-detail-list article {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

.coverage-detail-list b {
  color: var(--white);
}

.coverage-detail-list p {
  color: rgba(255, 255, 255, 0.72);
}

.service-area-services {
  background: var(--white);
}

.area-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.area-service-grid a {
  min-height: 218px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.area-service-grid a:hover {
  border-color: rgba(255, 75, 5, 0.28);
  box-shadow: 0 18px 46px rgba(0, 27, 49, 0.08);
  transform: translateY(-2px);
}

.service-area-fit {
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 27, 49, 0.052), transparent 28rem),
    linear-gradient(135deg, #eef5f8, #f9fbfc);
}

.fit-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.fit-checklist ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.fit-checklist li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 750;
  line-height: 1.45;
}

.fit-checklist li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.contact-hero {
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.96) 0%, rgba(0, 27, 49, 0.86) 48%, rgba(0, 27, 49, 0.34) 100%),
    url("/assets/managed-standard-real.webp") center / cover;
}

.contact-info-section,
.contact-map-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
  padding: clamp(76px, 9vw, 122px) clamp(22px, 7vw, 96px);
}

.contact-info-section {
  background: var(--white);
}

.contact-intro h2,
.contact-map-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
}

.contact-intro p:not(.eyebrow),
.contact-map-copy p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.62;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-detail-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 196px;
  padding: 22px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  color: inherit;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 75, 5, 0.07), transparent 14rem),
    #f8fafc;
  box-shadow: 0 12px 32px rgba(0, 27, 49, 0.05);
}

a.contact-detail-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

a.contact-detail-card:hover {
  border-color: rgba(255, 75, 5, 0.28);
  box-shadow: 0 18px 46px rgba(0, 27, 49, 0.08);
  transform: translateY(-2px);
}

.contact-detail-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  color: var(--orange);
  background: rgba(255, 75, 5, 0.1);
}

.contact-detail-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-detail-card b {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.18;
}

.contact-detail-card em {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.42;
}

.contact-detail-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.45;
}

.contact-map-section {
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 27, 49, 0.052), transparent 28rem),
    linear-gradient(135deg, #eef5f8, #f9fbfc);
}

.contact-next-steps {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-next-steps span {
  display: block;
  padding: 16px 18px;
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(0, 27, 49, 0.045);
  font-size: 14.5px;
  font-weight: 800;
}

.map-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 44vw, 560px);
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 27, 49, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 27, 49, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff, #edf4f7);
  background-size: 54px 54px, 54px 54px, auto;
  box-shadow: 0 24px 64px rgba(0, 27, 49, 0.12);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  filter: saturate(0.82) contrast(1.04);
}

.map-address-label {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 1;
  max-width: min(360px, calc(100% - 44px));
  padding: 16px 18px;
  border: 1px solid rgba(0, 27, 49, 0.1);
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 44px rgba(0, 27, 49, 0.14);
}

.map-address-label span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.map-address-label b,
.map-address-label em {
  display: block;
  font-style: normal;
  line-height: 1.28;
}

.map-address-label b {
  font-size: 16px;
}

.map-address-label em {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.legal-page {
  background: var(--white);
}

.legal-hero {
  padding: clamp(112px, 11vw, 154px) clamp(22px, 7vw, 96px) clamp(60px, 8vw, 92px);
  color: var(--white);
  background:
    var(--texture-dark),
    linear-gradient(135deg, rgba(0, 27, 49, 0.98), rgba(6, 43, 70, 0.96));
}

.legal-hero h1 {
  max-width: 980px;
  margin: 0;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(48px, 7.2vw, 96px);
  line-height: 0.9;
  text-transform: uppercase;
  text-wrap: balance;
}

.legal-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.62;
}

.legal-hero span {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.legal-content {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(62px, 8vw, 104px) clamp(22px, 7vw, 96px);
}

.legal-content article {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(0, 27, 49, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 75, 5, 0.04), transparent 36%),
    #fbfdfe;
  box-shadow: 0 12px 32px rgba(0, 27, 49, 0.045);
}

.legal-content h2 {
  margin: 0;
  color: var(--navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1;
  text-transform: uppercase;
}

.legal-content p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15.5px;
  font-weight: 650;
  line-height: 1.68;
}

.legal-content a {
  color: var(--orange);
  font-weight: 850;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .problem-grid,
  .feature-band,
  .standards-showcase {
    grid-template-columns: 1fr;
  }

  .problem-grid::before,
  .problem-grid::after {
    display: none;
  }

  .steps,
  .animated-service-grid,
  .trust-grid,
  .standards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-bar {
    grid-template-columns: 1fr;
  }

  .coverage-overview,
  .coverage-details,
  .service-area-fit,
  .contact-info-section,
  .contact-map-section {
    grid-template-columns: 1fr;
  }

  .answer-grid,
  .area-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-logo-rail {
    border-top: 1px solid rgba(0, 27, 49, 0.08);
    border-left: 0;
    padding-top: 6px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-links {
    justify-items: start;
    text-align: left;
  }

  .footer-links div {
    justify-content: flex-start;
  }

  .footer-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-timeline::before {
    display: none;
  }

  .process-timeline article:not(:last-child)::before {
    display: none;
  }

  .plan-preview {
    grid-template-columns: 1fr;
  }

  .testimonial-reel {
    grid-template-columns: 1fr;
  }

  .portrait-reel {
    min-height: 250px;
  }

  .story-bridge {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .about-snapshot,
  .about-standard,
  .about-beliefs,
  .about-local,
  .about-final-cta,
  .services-hero,
  .service-plan,
  .service-fit,
  .service-includes {
    grid-template-columns: 1fr;
  }

  .service-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commercial-problem,
  .scope-process,
  .difference-section {
    grid-template-columns: 1fr;
  }

  .audience-grid,
  .scope-grid,
  .frequency-grid,
  .related-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-list article {
    grid-template-columns: 1fr;
  }

  .service-detail-list ul,
  .service-detail-list span {
    grid-column: auto;
  }

  .facility-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .founder-shell {
    grid-template-columns: 1fr;
  }

  .about-final-cta .walkthrough-form-card {
    max-width: none;
    justify-self: stretch;
  }

  .snapshot-grid,
  .standard-steps,
  .team-grid,
  .faq-grid,
  .service-plan-steps,
  .includes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 72px;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-type span {
    font-size: 21px;
  }

  .brand-type small {
    display: none;
  }

  .header-cta {
    min-height: 42px;
    width: 118px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 610px;
    padding: 82px 18px 34px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(0, 27, 49, 0.94) 0%, rgba(0, 27, 49, 0.78) 54%, rgba(0, 27, 49, 0.58) 100%);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 11.6vw, 48px);
    text-wrap: auto;
  }

  .hero h1 span {
    display: block;
  }

  .hero-copy {
    font-size: 15.5px;
    line-height: 1.5;
  }

  .primary-cta {
    width: 100%;
  }

  .section,
  .feature-band,
  .standards-showcase {
    padding: 62px 18px;
  }

  .proof-bar {
    width: calc(100% - 28px);
    margin-top: -26px;
    padding: 18px 14px 12px;
  }

  .proof-copy {
    justify-items: center;
    text-align: center;
  }

  .proof-copy p {
    max-width: 320px;
  }

  .service-area-note {
    justify-content: center;
    width: 100%;
  }

  .service-area-note b {
    min-width: 0;
    white-space: normal;
  }

  .proof-logo {
    width: 156px;
    min-height: 118px;
    padding: 10px 18px;
  }

  .proof-logo img {
    max-width: 116px;
    max-height: 58px;
  }

  .proof-logo-wide img {
    max-width: 132px;
    max-height: 62px;
  }

  .problem {
    margin-top: -26px;
    padding-top: 88px;
  }

  .problem::before {
    top: 22px;
    height: 38px;
  }

  .story-bridge {
    margin: 32px 0 -54px;
    padding: 18px;
  }

  .service-showcase {
    padding-top: 70px;
    padding-bottom: 64px;
  }

  .steps,
  .animated-service-grid,
  .trust-grid,
  .standards-grid {
    grid-template-columns: 1fr;
  }

  .steps article,
  .standards-grid article {
    min-height: auto;
  }

  .process-board {
    gap: 18px;
  }

  .process-timeline article {
    min-height: auto;
    transform: none !important;
  }

  .steps b {
    margin-bottom: 22px;
  }

  .plan-preview {
    padding: 22px;
  }

  .plan-card-header {
    display: grid;
  }

  .plan-metrics {
    grid-template-columns: 1fr;
  }

  .testimonial-band {
    padding: 62px 18px;
  }

  .testimonial-reel {
    --cell: 94px;
    min-height: auto;
  }

  .portrait-reel {
    min-height: 228px;
  }

  .testimonial-stage {
    padding: 24px;
  }

  .testimonial-quote {
    min-height: 0;
    font-size: 23px;
    line-height: 1.12;
  }

  .animated-service-card {
    min-height: auto;
    padding: 20px;
  }

  .image-stack {
    height: 132px;
  }

  .standards-photo,
  .standards-photo img {
    min-height: 360px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    padding: 62px 18px;
  }

  .services-hero {
    min-height: 620px;
    padding: 82px 18px 48px;
    background:
      linear-gradient(180deg, rgba(0, 27, 49, 0.95) 0%, rgba(0, 27, 49, 0.86) 58%, rgba(0, 27, 49, 0.72) 100%),
      url("/assets/service-cards/commercial-2.webp") center / cover;
  }

  .commercial-service-hero {
    background:
      linear-gradient(180deg, rgba(0, 27, 49, 0.95) 0%, rgba(0, 27, 49, 0.86) 58%, rgba(0, 27, 49, 0.72) 100%),
      url("/assets/service-detail/commercial-cleaning-hero.webp") center / cover;
  }

  .janitorial-service-hero {
    background:
      linear-gradient(180deg, rgba(0, 27, 49, 0.95) 0%, rgba(0, 27, 49, 0.86) 58%, rgba(0, 27, 49, 0.72) 100%),
      url("/assets/service-detail/janitorial-cleaning-hero.webp") center / cover;
  }

  .floor-care-service-hero {
    background:
      linear-gradient(180deg, rgba(0, 27, 49, 0.95) 0%, rgba(0, 27, 49, 0.86) 58%, rgba(0, 27, 49, 0.72) 100%),
      url("/assets/service-detail/floor-care-hero.webp") center / cover;
  }

  .sanitization-service-hero {
    background:
      linear-gradient(180deg, rgba(0, 27, 49, 0.95) 0%, rgba(0, 27, 49, 0.86) 58%, rgba(0, 27, 49, 0.72) 100%),
      url("/assets/service-detail/sanitization-hero.webp") center / cover;
  }

  .service-areas-hero {
    background:
      linear-gradient(180deg, rgba(0, 27, 49, 0.95) 0%, rgba(0, 27, 49, 0.86) 58%, rgba(0, 27, 49, 0.72) 100%),
      url("/assets/service-areas-hero.webp") center / cover;
  }

  .contact-hero {
    align-content: start;
    min-height: 560px;
    padding-top: 96px;
    padding-bottom: 42px;
    background:
      linear-gradient(180deg, rgba(0, 27, 49, 0.95) 0%, rgba(0, 27, 49, 0.86) 58%, rgba(0, 27, 49, 0.72) 100%),
      url("/assets/managed-standard-real.webp") center / cover;
  }

  .contact-hero .services-hero-copy {
    align-self: start;
  }

  .services-hero h1,
  .service-plan h2,
  .service-fit h2,
  .service-includes h2 {
    font-size: clamp(40px, 11.6vw, 50px);
    line-height: 0.94;
  }

  .services-hero p:not(.eyebrow),
  .service-plan p,
  .service-fit p {
    font-size: 15.5px;
    line-height: 1.52;
  }

  .services-hero-panel {
    display: none;
  }

  .service-hub,
  .service-detail-band,
    .service-plan,
    .service-fit,
    .service-includes,
  .facility-types,
  .services-faq {
    padding: 62px 18px;
  }

  .section-heading h2 {
    font-size: clamp(34px, 9.2vw, 42px);
    line-height: 1.02;
  }

  .service-hub-grid,
  .service-plan-steps,
  .includes-grid {
    grid-template-columns: 1fr;
  }

  .hub-service-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hub-card-image {
    grid-column: auto;
    grid-row: auto;
    height: 170px;
  }

  .service-detail-list article {
    padding: 22px;
  }

  .service-detail-list h3 {
    font-size: 30px;
  }

  .service-detail-list ul {
    display: grid;
  }

  .facility-type-grid {
    grid-template-columns: 1fr;
  }

  .service-audience,
  .included-scope,
  .commercial-problem,
  .scope-photo-feature,
  .scope-process,
  .frequency-band,
  .difference-section,
  .related-services,
  .coverage-overview,
  .area-answer-grid,
  .city-coverage-section,
  .coverage-details,
  .service-area-services,
  .service-area-fit,
  .service-area-faq,
  .contact-info-section,
  .contact-map-section {
    padding: 62px 18px;
  }

  .audience-grid,
  .scope-grid,
  .frequency-grid,
  .related-service-grid,
  .answer-grid,
  .city-coverage-grid,
  .area-service-grid,
  .fit-checklist,
  .contact-card-grid {
    grid-template-columns: 1fr;
  }

  .city-coverage-grid ul {
    grid-template-columns: 1fr;
  }

  .problem-copy h2,
  .scope-process h2,
  .difference-section h2,
  .coverage-copy h2,
  .coverage-details h2,
  .service-area-fit h2,
  .contact-intro h2,
  .contact-map-copy h2 {
    font-size: clamp(34px, 9.2vw, 42px);
    line-height: 1.02;
  }

  .contact-detail-card {
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .contact-detail-icon {
    width: 52px;
    height: 52px;
  }

  .map-card {
    min-height: 340px;
  }

  .coverage-confirm-panel {
    padding: 14px;
  }

  .coverage-panel-header {
    min-height: 250px;
  }

  .coverage-panel-header b {
    font-size: 30px;
    line-height: 1;
  }

  .scope-photo-feature figure {
    min-height: 390px;
  }

  .scope-photo-feature img {
    min-height: 250px;
  }

  .scope-photo-feature figure::after {
    display: none;
  }

  .scope-photo-feature figcaption {
    position: static;
    max-width: none;
    padding: 18px;
    color: var(--navy);
    background: var(--white);
  }

  .scope-photo-feature figcaption b {
    font-size: 26px;
    line-height: 1;
  }

  .facility-type-grid article {
    min-height: auto;
  }

  .services-accordion summary {
    min-height: 62px;
    padding: 18px;
    font-size: 16px;
  }

  .services-accordion p {
    padding: 0 18px 18px;
  }

  .walkthrough-form-card,
  .walkthrough-form-card iframe {
    min-height: 720px;
  }

  .site-footer {
    padding: 38px 18px 24px;
  }

  .footer-main,
  .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-items: center;
    text-align: center;
  }

  .footer-brand {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: start;
    text-align: left;
  }

  .footer-brand p {
    max-width: 320px;
  }

  .footer-links div {
    justify-content: center;
    gap: 12px 18px;
  }

  .footer-brand img {
    width: 158px;
  }

  .footer-contact-card {
    min-height: 0;
    text-align: left;
  }

  .footer-bottom {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .footer-legal-links {
    justify-content: center;
  }

  .hero .primary-cta {
    display: none;
  }

  .about-hero {
    min-height: 560px;
    padding: 92px 18px 48px;
  }

  .legal-hero {
    padding: 92px 18px 52px;
  }

  .legal-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
    line-height: 0.94;
  }

  .legal-hero p:not(.eyebrow) {
    font-size: 15.5px;
    line-height: 1.52;
  }

  .legal-content {
    padding: 52px 18px;
  }

  .about-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.4vw, 40px);
    line-height: 1.02;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .about-hero p:not(.eyebrow) {
    max-width: 100%;
    font-size: 15.5px;
  }

  .snapshot-copy h2,
  .founder-card h2,
  .standard-copy h2,
  .team-copy h2,
  .reputation-copy h2,
  .about-beliefs h2,
  .local-card h2,
  .about-final-cta h2,
  .about-problem-grid b {
    max-width: 100%;
    font-size: clamp(32px, 9.2vw, 40px);
    line-height: 1.03;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .about-snapshot,
  .about-problem,
  .about-team,
  .about-proof,
  .about-faq,
  .about-reputation,
  .about-founder,
  .about-standard,
  .about-beliefs,
  .about-local {
    padding: 62px 18px;
  }

  .snapshot-grid,
  .standard-steps,
  .team-grid,
  .faq-grid,
  .about-problem-grid,
  .team-feature,
  .reputation-copy,
  .reputation-cards,
  .premium-standard {
    grid-template-columns: 1fr;
  }

  .member-intro {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .member-intro img {
    width: 64px;
    height: 64px;
  }

  .snapshot-grid article,
  .standard-steps article,
  .faq-grid article,
  .about-problem-grid article {
    min-height: auto;
  }

  .founder-card,
  .founder-promise,
  .local-proof {
    padding: 22px;
  }

  .owner-portrait img {
    min-height: 0;
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .team-grid img {
    height: auto;
    padding: 24px 18px 0;
  }

  .founder-proof-row {
    display: none;
  }

  .about-cta-points {
    display: none;
  }

  .team-grid div {
    min-height: 0;
  }

  .standard-action-photo,
  .standard-action-photo img {
    min-height: 360px;
  }

  .standard-action-photo figcaption {
    inset: auto 18px 18px;
  }

  .belief-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-final-cta {
    grid-template-columns: 1fr;
    padding: 62px 18px;
  }

  .about-final-cta .walkthrough-form-card {
    max-width: none;
  }
}
