.section-heading {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

.brand-shield {
  width: 48px;
  height: 58px;
  object-fit: contain;
}

.footer-brand .brand-shield {
  width: 58px;
  height: 70px;
}

.trust-strip {
  justify-content: space-between;
  gap: 24px;
}

.hero-content {
  padding-top: 34px;
}

.hero-brand {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 26px;
}

.hero-brand img {
  width: 92px;
  height: 110px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .28));
}

.hero-brand span {
  display: block;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .42);
  letter-spacing: .16em;
}

.hero-brand strong,
.hero-brand small {
  display: block;
}

.hero-brand strong {
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1;
}

.hero-brand small {
  margin-top: 8px;
  color: #9ecfff;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 800;
}

.hero-content h1 {
  max-width: 1040px;
  margin-bottom: 18px;
  font-size: clamp(50px, 6.3vw, 82px);
  letter-spacing: -.05em;
}

.section-heading .eyebrow {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1;
  letter-spacing: .1em;
}

.section-heading h2 {
  max-width: 100%;
}

.intro .eyebrow {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
}

.intro .owner-quote {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-style: italic;
  margin: 0;
}

.intro .owner-credit {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.supporting-capabilities {
  margin: 30px 0 0;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  background: var(--off);
  border-left: 4px solid var(--blue);
}

.supporting-capabilities strong {
  margin-right: 10px;
  color: var(--navy);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.supporting-capabilities span {
  padding: 7px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--silver);
  font-size: 13px;
  font-weight: 700;
}

.service-grid .scope-card {
  position: relative;
  isolation: isolate;
  min-height: 280px;
  padding: 34px;
  overflow: hidden;
  border-right: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  background: #fff;
  transition: transform .35s ease, box-shadow .35s ease;
}

.service-grid .scope-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--scope-image) center/cover no-repeat;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .4s ease, transform .55s ease;
}

.service-grid .scope-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(2,27,52,.3), rgba(2,27,52,.94));
  opacity: 0;
  transition: opacity .4s ease;
}

.scope-card h3 { margin: 54px 0 12px; font-size: 23px; line-height: 1.15; }
.scope-card p { color: var(--muted); font-size: 14px; }
.scope-card b { display: inline-block; margin-top: 10px; color: var(--blue); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.scope-card:hover { z-index: 2; color: #fff; transform: translateY(-5px); box-shadow: 0 20px 45px rgba(2,27,52,.22); }
.scope-card:hover::before,.scope-card:hover::after { opacity: 1; }
.scope-card:hover::before { transform: scale(1); }
.scope-card:hover p { color: #e1e8ef; }
.scope-card:hover b,.scope-card:hover>span { color: #8bc5ff; }

@media (max-width: 800px) {
  .service-grid .scope-card { min-height: 230px; }
  .trust-strip { justify-content: flex-start; }
  .hero-content { padding-top: 20px; }
  .hero-brand { gap: 14px; margin-bottom: 22px; }
  .hero-brand img { width: 64px; height: 78px; }
  .hero-brand span { padding-left: 14px; }
  .hero-content h1 { font-size: clamp(43px, 11vw, 62px); }
}

@media (max-width: 480px) {
  .hero-brand strong { font-size: 17px; }
  .hero-brand small { font-size: 11px; }
}

.contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 15px;
}

.contact-actions .button-light {
  margin-top: 0;
}

.contact-phone {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  border-bottom: 2px solid rgba(255,255,255,.65);
}
