﻿:root {
  --navy: #0a2540;
  --navy-2: #123a5a;
  --steel: #53677a;
  --line: #dce4ea;
  --light: #f4f8fb;
  --white: #ffffff;
  --green: #2f8f63;
  --orange: #ff6b00;
  --shadow: 0 12px 26px rgba(10, 37, 64, 0.12);
  --radius: 5px;
  --container: 1110px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

/* WordPress theme integration and inner pages. */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; margin: 12px; padding: 12px 18px; background: #fff; color: #10263f; z-index: 10000; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-width: 220px; max-height: 62px; }
.primary-menu { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.primary-menu li { margin: 0; }
.primary-menu a { display: block; }
.utility-contact { display: flex; gap: 22px; flex-wrap: wrap; }
.service-card { color: inherit; text-decoration: none; }
.service-card .text-link { display: inline-block; margin-top: 18px; color: #ad4b2d; font-weight: 800; }
.service-card h2 { font-size: 1.45rem; margin: 0 0 14px; }
.service-card p { color: #526274; }
.section-action { text-align: center; margin-top: 34px; }
.inner-hero { position: relative; padding: clamp(110px, 14vw, 178px) 0 clamp(70px, 9vw, 116px); color: #fff; background: linear-gradient(125deg, rgba(8,30,53,.96), rgba(18,61,90,.78)), url('../images/hero-field.jpg') center/cover; overflow: hidden; }
.inner-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 25%, rgba(102,176,208,.2), transparent 40%); pointer-events: none; }
.inner-hero .container { position: relative; z-index: 1; max-width: 910px; margin-left: auto; margin-right: auto; }
.inner-hero h1 { max-width: 850px; margin: 8px 0 18px; font-size: clamp(2.7rem, 6vw, 5.4rem); color: #fff; line-height: .98; }
.inner-hero p:not(.eyebrow) { max-width: 720px; margin: 0; font-size: clamp(1.05rem, 2vw, 1.32rem); color: rgba(255,255,255,.84); line-height: 1.65; }
.inner-hero--services { background-image: linear-gradient(125deg, rgba(8,30,53,.96), rgba(18,61,90,.72)), url('../images/service-gis-v2.webp'); }
.inner-hero--projects { background-image: linear-gradient(125deg, rgba(8,30,53,.96), rgba(18,61,90,.72)), url('../images/project-port-v2.webp'); }
.inner-hero--about { background-image: linear-gradient(125deg, rgba(8,30,53,.96), rgba(18,61,90,.72)), url('../images/hero-drone-clean.jpg'); }
.inner-hero--contact, .inner-hero--quote { background-image: linear-gradient(125deg, rgba(8,30,53,.96), rgba(18,61,90,.72)), url('../images/cta-operator-premium.webp'); }
.service-grid--archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: clamp(40px, 8vw, 100px); align-items: center; }
.about-grid h2, .quote-aside h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); margin: 0 0 20px; }
.about-grid p { font-size: 1.08rem; line-height: 1.8; color: #526274; }
.about-stat-card { padding: 34px; color: #fff; background: #102b46; box-shadow: 18px 18px 0 #dfe9ec; }
.about-stat-card strong { display: block; margin-bottom: 22px; font-size: 1.4rem; }
.about-stat-card span { display: block; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.16); }
.contact-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.contact-cards article { min-height: 170px; padding: 28px; background: #f1f5f4; border-top: 4px solid #ad4b2d; }
.contact-cards h2 { margin: 0 0 16px; font-size: 1.15rem; }
.contact-cards a { color: #ad4b2d; font-weight: 800; overflow-wrap: anywhere; }
.quote-aside { align-self: start; padding: 36px; color: #fff; background: #102b46; }
.quote-aside h2 { color: #fff; font-size: 2rem; }
.quote-aside li { margin: 13px 0; }
.quote-aside p { color: rgba(255,255,255,.72); font-size: .92rem; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.file-field small { display: block; margin-top: 8px; color: #6b7785; font-weight: 400; }
.consent-field { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 10px; }
.consent-field input { flex: 0 0 auto; width: 18px !important; height: 18px; margin-top: 2px; }
.form-status.is-success { padding: 12px 16px; color: #0b5d37; background: #e6f7ee; border-left: 4px solid #16985a; }
.form-status.is-error { padding: 12px 16px; color: #8a261e; background: #fff0ee; border-left: 4px solid #c84436; }
.social-links { display: flex; flex-direction: column; gap: 9px; }
.entry-featured img { width: 100%; height: auto; margin: 26px 0; }
.entry-content { font-size: 1.06rem; line-height: 1.8; }
.error-page { min-height: 65vh; display: grid; place-items: center; padding-top: 90px; text-align: center; background: #eef3f3; }
.error-content { max-width: 760px; }
.error-code { margin: 0; color: #ad4b2d; font-size: clamp(5rem, 18vw, 12rem); font-weight: 900; line-height: .8; opacity: .2; }
.error-content h1 { font-size: clamp(2rem, 5vw, 4rem); }
.btn-dark { color: #fff; background: #102b46; }
.btn-outline-dark { color: #102b46; border: 1px solid #102b46; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.project-sidebar ul { padding-left: 20px; }
.project-sidebar li { margin-bottom: 10px; }
.site-footer .menu-item { list-style: none; }

@media (max-width: 1050px) {
  .contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .primary-menu { flex-direction: column; align-items: stretch; gap: 0; }
}

@media (max-width: 760px) {
  .service-grid--archive, .about-grid, .contact-cards { grid-template-columns: 1fr; }
  .inner-hero { padding-top: 104px; }
  .about-stat-card { box-shadow: 10px 10px 0 #dfe9ec; }
  .utility-contact a:first-child:not(:last-child) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #101820;
  background: var(--white);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

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

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

.utility-bar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 600;
}

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

.utility-contact {
  display: flex;
  gap: 18px;
}

.language-picker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font: inherit;
  white-space: nowrap;
}

.language-picker span {
  color: rgba(255, 255, 255, 0.68);
}

.language-select {
  min-height: 24px;
  width: auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  padding: 2px 28px 2px 8px;
}

.language-select option {
  color: #101820;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(10, 37, 64, 0.12);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.nav-inner {
  display: flex;
  align-items: center;
  min-height: 74px;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.94;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--navy);
  color: var(--white);
  clip-path: polygon(50% 0, 100% 100%, 70% 100%, 50% 58%, 30% 100%, 0 100%);
  font-size: 0;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-menu a {
  position: relative;
  padding: 28px 0;
}

.nav-menu a::after {
  position: absolute;
  left: 0;
  bottom: 21px;
  width: 0;
  height: 2px;
  background: var(--green);
  content: "";
  transition: width 180ms ease;
}

.nav-menu a:hover::after {
  width: 100%;
}

.nav-cta,
.btn,
.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nav-cta {
  min-height: 38px;
  padding: 0 20px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 6px 14px rgba(10, 37, 64, 0.24);
}

.btn {
  min-height: 44px;
  padding: 0 24px;
}

.btn:hover,
.nav-cta:hover,
.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

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

.btn-outline-light {
  border-color: var(--white);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 14px;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--navy);
}

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

.hero-bg {
  background: url("../images/hero-drone-premium.webp") center right / cover no-repeat;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 16, 28, 0.9) 0%, rgba(5, 16, 28, 0.72) 39%, rgba(5, 16, 28, 0.16) 100%),
    linear-gradient(0deg, rgba(5, 16, 28, 0.3), rgba(5, 16, 28, 0.04));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding-block: 80px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(42px, 6.2vw, 78px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

.hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.section {
  padding: 64px 0;
}

.trust-section {
  background: var(--white);
  text-align: center;
}

.trust-section h2,
.section-heading h2,
.contact-section h2 {
  margin: 0;
  color: #0f1620;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

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

.trust-card {
  min-height: 138px;
  padding: 24px 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 4px 12px rgba(10, 37, 64, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 143, 99, 0.45);
  box-shadow: var(--shadow);
}

.trust-card img {
  width: 38px;
  height: 38px;
  margin: 0 auto 16px;
  object-fit: contain;
}

.trust-card h3 {
  margin: 0;
  color: #101820;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.12;
}

.trust-card p {
  margin: 10px 0 0;
  color: var(--steel);
  font-size: 13px;
  line-height: 1.45;
}

.section-heading {
  margin-bottom: 32px;
  text-align: center;
}

.section-heading p {
  max-width: 620px;
  margin: 12px auto 0;
  color: var(--steel);
}

.services-section {
  padding-top: 18px;
  background: var(--white);
}

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

.service-card,
.project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 5px 14px rgba(10, 37, 64, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.card-body {
  padding: 16px 16px 18px;
}

.card-body h3,
.project-body h3 {
  margin: 0;
  color: #101820;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
}

.card-body ul {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding-left: 16px;
  color: #172033;
  font-size: 13px;
  line-height: 1.35;
}

.projects-section {
  background: linear-gradient(180deg, #f5f9fc 0%, #eaf2f7 100%);
}

.project-card img {
  width: 100%;
  aspect-ratio: 1.82 / 1;
  object-fit: cover;
}

.project-body {
  padding: 17px 16px 19px;
}

.project-body h3 {
  min-height: 44px;
  margin-top: 7px;
  font-size: 15px;
}

.project-body p {
  min-height: 54px;
  margin: 9px 0 0;
  color: var(--steel);
  font-size: 12px;
}

.project-body .project-type {
  display: inline-block;
  margin: 0;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-body .project-link {
  display: inline-block;
  margin-top: 15px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-link {
  display: block;
  width: fit-content;
  margin: 24px auto 0;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-strip {
  background: var(--white);
  padding: 42px 0;
}

.proof-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
}

.sector-list {
  display: flex;
  justify-content: center;
  gap: 44px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.sector-list span {
  position: relative;
  padding-left: 22px;
}

.sector-list span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid var(--navy);
  border-radius: 3px;
  content: "";
  transform: translateY(-50%);
}

blockquote {
  margin: 0;
  color: #101820;
  font-size: 15px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.38;
}

cite {
  display: block;
  margin-top: 6px;
  color: var(--steel);
  font-size: 12px;
}

.cta-band {
  overflow: hidden;
  background: #1b86c7;
  color: var(--white);
}

.cta-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 46% 54%;
  width: 100%;
  max-width: none;
  min-height: 210px;
}

.cta-inner > div {
  position: relative;
  z-index: 1;
  padding-left: max(24px, calc((100vw - var(--container)) / 2));
}

.cta-band h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.98;
  text-transform: uppercase;
}

.cta-band img {
  justify-self: end;
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center center;
  mix-blend-mode: normal;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.28) 9%, #000 24%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.28) 9%, #000 24%, #000 100%);
}

.contact-section {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.contact-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.contact-section p {
  max-width: 350px;
  color: var(--steel);
  font-size: 16px;
}

.rfq-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rfq-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.rfq-form .full {
  grid-column: 1 / -1;
}

.rfq-form input,
.rfq-form select,
.rfq-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: #101820;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.rfq-form input:focus,
.rfq-form select:focus,
.rfq-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(47, 143, 99, 0.14);
  outline: none;
}

.file-upload-control {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.file-upload-button {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  background: var(--navy);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  padding: 0 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

.file-upload-name {
  min-width: 0;
  overflow: hidden;
  color: var(--steel);
  font-size: 13px;
  font-weight: 700;
  padding: 0 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-upload-control:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(47, 143, 99, 0.14);
}

.submit-btn {
  min-height: 48px;
  background: var(--orange);
  color: var(--white);
  max-width: 260px;
}

.form-status {
  min-height: 20px;
  margin: -4px 0 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.form-status.is-success { color: #146b4a; font-weight: 800; }
.form-status.is-error { color: #a32b25; font-weight: 800; }
.footer-email:hover { text-decoration: underline; text-underline-offset: 3px; }
.standard-page { padding-top: 36px; }
.content-narrow { max-width: 820px; }
.content-narrow h1 { color: var(--navy); font-size: clamp(38px, 5vw, 64px); }
.content-narrow a { color: var(--blue); text-decoration: underline; }
.archive-projects { padding-top: 92px; }
.project-sidebar .submit-btn { display: block; text-align: center; text-decoration: none; }
body.admin-bar .main-nav { top: 32px; }
@media (max-width: 782px) { body.admin-bar .main-nav { top: 46px; } }

.site-footer {
  background: #232323;
  color: rgba(255, 255, 255, 0.8);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.78fr 0.78fr 1.05fr 1.2fr;
  align-items: start;
  gap: 32px;
  padding: 42px 0 34px;
}

.footer-brand {
  color: var(--white);
}

.footer-brand .brand-mark {
  background: var(--white);
}

.site-footer p {
  max-width: 290px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer a,
.site-footer span {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.site-footer a[href^="mailto:"]:hover,
.site-footer a[href^="mailto:"]:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-footer a[href^="mailto:"] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.site-footer a[href^="mailto:"]::before {
  content: "✉";
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1;
}

.coverage-map {
  width: 100%;
  margin: 0;
}

.coverage-map figcaption {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.coverage-map img {
  width: 100%;
  height: auto;
  border: 0;
  background: transparent;
  mix-blend-mode: lighten;
  opacity: 0.88;
  transition: opacity 180ms ease;
}

.coverage-map:hover img {
  opacity: 1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0 24px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

.section-heading--left {
  max-width: 760px;
  text-align: left;
}

.section-heading--left p {
  margin-left: 0;
}

.workflow-section {
  background: var(--navy);
  color: var(--white);
}

.workflow-section .section-heading h2,
.workflow-section .section-heading p {
  color: var(--white);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  list-style: none;
  background: rgba(255, 255, 255, 0.15);
}

.workflow-grid li {
  min-height: 210px;
  padding: 24px 20px;
  background: #0d2e4b;
}

.workflow-grid li > span {
  color: #58d49b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.workflow-grid h3 {
  margin: 34px 0 8px;
  font-size: 18px;
}

.workflow-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.deliverable-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
}

.deliverable-bar strong {
  margin-right: 6px;
  font-size: 12px;
  text-transform: uppercase;
}

.deliverable-bar span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
}

.proof-inner h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.06;
}

.proof-copy {
  max-width: 430px;
  margin: 14px 0 0;
  color: var(--steel);
}

.evidence-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evidence-list li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.evidence-list strong {
  color: var(--navy);
  font-size: 13px;
}

.evidence-list span {
  color: var(--steel);
  font-size: 12px;
}

.faq-section {
  background: #f5f9fc;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  align-items: start;
}

.faq-layout h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
}

.faq-layout > div > p:not(.eyebrow) {
  color: var(--steel);
}

.standards-note {
  display: grid;
  gap: 8px;
  margin-top: 30px;
  padding: 20px;
  border-left: 3px solid var(--green);
  background: var(--white);
}

.standards-note p {
  margin: 0 0 5px;
  color: var(--steel);
  font-size: 12px;
}

.standards-note a {
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-list {
  border-top: 1px solid #cfdce5;
}

.faq-list details {
  border-bottom: 1px solid #cfdce5;
  padding: 18px 0;
}

.faq-list summary {
  color: var(--navy);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.faq-list details p {
  margin: 12px 24px 0 0;
  color: var(--steel);
  font-size: 13px;
}

.subpage-header .main-nav {
  position: relative;
}

.subpage-header .nav-menu a {
  padding-block: 28px;
}

.project-hero {
  position: relative;
  display: grid;
  min-height: 520px;
  overflow: hidden;
  background: var(--navy);
}

.project-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.project-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 18, 31, 0.95) 0%, rgba(5, 18, 31, 0.78) 48%, rgba(5, 18, 31, 0.24) 100%);
  content: "";
}

.project-hero__content {
  position: relative;
  z-index: 1;
  align-self: end;
  padding-block: 86px 70px;
  color: var(--white);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
}

.breadcrumbs a:hover {
  color: var(--white);
}

.project-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.project-hero p {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.scenario-note {
  border-bottom: 1px solid var(--line);
  background: #edf5f9;
}

.scenario-note .container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding-block: 18px;
  color: var(--steel);
  font-size: 13px;
}

.scenario-note strong {
  color: var(--navy);
}

.project-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.project-summary-grid > div {
  min-height: 126px;
  padding: 22px;
  background: var(--white);
}

.project-summary-grid span {
  display: block;
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-summary-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.35;
}

.project-content {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(270px, 0.65fr);
  gap: 72px;
  align-items: start;
}

.project-prose h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
}

.project-prose h3 {
  margin: 38px 0 12px;
  color: var(--navy);
  font-size: 20px;
}

.project-prose p,
.project-prose li {
  color: #44586b;
}

.project-prose ul,
.project-prose ol {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.deliverables-grid div {
  padding: 18px;
  border: 1px solid var(--line);
  background: #f8fbfd;
}

.deliverables-grid strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
}

.deliverables-grid span {
  display: block;
  margin-top: 6px;
  color: var(--steel);
  font-size: 12px;
}

.project-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
}

.sidebar-card {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(10, 37, 64, 0.07);
}

.sidebar-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 17px;
}

.sidebar-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
  color: var(--steel);
  font-size: 12px;
}

.sidebar-card p {
  color: var(--steel);
  font-size: 13px;
}

.sidebar-card .btn {
  width: 100%;
  background: var(--navy);
  color: var(--white);
}

.limit-callout {
  margin-top: 30px;
  padding: 20px 22px;
  border-left: 4px solid var(--orange);
  background: #fff7f1;
}

.limit-callout strong {
  color: #7d3500;
}

.project-index-hero {
  padding: 86px 0;
  background: var(--navy);
  color: var(--white);
}

.project-index-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
}

.project-index-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
}

@media (max-width: 940px) {
  .workflow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .project-summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-content {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .project-sidebar {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-inner {
    flex-wrap: wrap;
    gap: 16px;
    padding: 14px 0;
  }

  .nav-menu {
    display: none;
    order: 4;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-left: 0;
    border-top: 1px solid var(--line);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu a {
    padding: 15px 0;
  }

  .nav-menu a::after {
    bottom: 10px;
  }

  .nav-cta {
    margin-left: 0;
  }

  .trust-grid,
  .service-grid,
  .project-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .coverage-map {
    width: min(100%, 360px);
  }

  .proof-inner,
  .cta-inner,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .cta-band img {
    justify-self: stretch;
    height: 260px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 12%, #000 28%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 12%, #000 28%, #000 100%);
  }

  .cta-inner > div {
    padding: 32px max(24px, calc((100vw - var(--container)) / 2));
  }
}

@media (max-width: 640px) {
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .workflow-grid li {
    min-height: 0;
  }

  .workflow-grid h3 {
    margin-top: 18px;
  }

  .evidence-list li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .project-hero {
    min-height: 560px;
  }

  .project-summary-grid,
  .deliverables-grid,
  .project-sidebar {
    grid-template-columns: 1fr;
  }

  .scenario-note .container {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .cta-inner {
    width: 100%;
  }

  .utility-inner,
  .utility-contact,
  .hero-actions,
  .sector-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .utility-inner {
    gap: 6px;
    padding: 8px 0;
  }

  .nav-cta {
    display: none;
  }

  .hero,
  .hero-content {
    min-height: 560px;
  }

  .hero-bg {
    background-position: center right;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(5, 16, 28, 0.92) 0%, rgba(5, 16, 28, 0.74) 100%);
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .btn {
    width: 100%;
  }

  .trust-grid,
  .service-grid,
  .project-grid,
  .footer-grid,
  .rfq-form {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: auto;
  }

}

