:root {
  --navy: #06264a;
  --navy-2: #0b3a65;
  --green: #3b941f;
  --teal: #008f9c;
  --pink: #f04f8b;
  --gold: #f0a51a;
  --violet: #7654be;
  --ink: #102033;
  --muted: #5e6f82;
  --line: #d9e2ea;
  --soft: #f3f7fa;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(6, 38, 74, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 148px;
}

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

img,
svg {
  display: block;
}

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

button,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(217, 226, 234, 0.75);
  backdrop-filter: blur(16px);
}

.trust-strip {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 6px 24px;
  color: var(--navy-2);
  font-size: 0.83rem;
  font-weight: 700;
  border-bottom: 1px solid var(--line);
}

.trust-strip span {
  white-space: nowrap;
}

.main-nav {
  height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--navy);
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #f9fbfd;
}

.brand-mark svg {
  width: 34px;
  height: 34px;
}

.brand-mark path:first-child {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linejoin: round;
}

.brand-mark path:nth-child(2) {
  fill: var(--green);
}

.brand-mark circle:nth-child(3) {
  fill: var(--pink);
}

.brand-mark circle:nth-child(4) {
  fill: var(--gold);
}

.brand-mark circle:nth-child(5) {
  fill: var(--teal);
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  color: var(--green);
  font-size: 1.76rem;
  font-weight: 850;
}

.brand-copy strong span {
  color: var(--navy);
}

.brand-copy small {
  margin-top: 4px;
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a {
  padding: 10px 0;
}

.nav-links a:hover {
  color: var(--green);
}

.nav-toggle {
  display: none;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nav-cta {
  color: var(--white);
  background: var(--navy);
}

.button svg,
.nav-cta svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button.primary {
  color: var(--white);
  background: var(--navy);
}

.button.secondary {
  color: var(--white);
  background: var(--green);
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 548px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media {
  position: absolute;
  inset: 0;
  background: var(--soft);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 35%, rgba(255, 255, 255, 0.08) 76%);
}

.hero-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 160px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
}

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

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 24px 102px;
}

.hero-content h1 {
  max-width: 640px;
  margin: 0;
  color: var(--navy);
  font-size: 4.65rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-lede {
  margin: 18px 0 0;
  color: var(--green);
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 850;
}

.hero-lede::after {
  content: "";
  display: block;
  width: 320px;
  height: 4px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--teal), var(--pink), var(--gold), var(--green));
}

.hero-copy {
  max-width: 540px;
  margin: 24px 0 0;
  color: #26384d;
  font-size: 1.16rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.proof-band {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1180px;
  margin: -106px auto 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.proof-item {
  min-height: 132px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-content: center;
  gap: 14px;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
}

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

.proof-icon.blue {
  background: var(--teal);
}

.proof-icon.pink {
  background: var(--pink);
}

.proof-icon.gold {
  background: var(--gold);
}

.proof-icon.green {
  background: var(--green);
}

.proof-item h2 {
  margin: 0;
  color: var(--navy);
  font-size: 0.95rem;
  line-height: 1.14;
  text-transform: uppercase;
}

.proof-item p {
  grid-column: 2;
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.28;
}

.section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 112px 24px;
}

.split-section,
.location-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 68px;
}

.section-label {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section h2,
.metrics-copy h2,
.contact-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: 3rem;
  line-height: 1.03;
  letter-spacing: 0;
}

.section-copy p:not(.section-label),
.metrics-copy p,
.contact-copy p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.product-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.product-cloud span {
  padding: 9px 13px;
  color: var(--navy);
  background: #eef5f8;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 0.86rem;
  font-weight: 750;
}

.media-frame,
.pitch-cover {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--soft);
}

.media-frame {
  aspect-ratio: 1.72 / 1;
}

.media-frame img,
.pitch-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.capability-section {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #06264a;
  color: var(--white);
}

.capability-section > * {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  align-items: end;
  gap: 48px;
}

.capability-section .section-label {
  color: #85d65e;
}

.capability-section h2 {
  color: var(--white);
}

.capability-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.cap-tab {
  min-height: 46px;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 850;
  text-transform: uppercase;
}

.cap-tab.active {
  color: var(--navy);
  background: var(--white);
  border-color: var(--white);
}

.capability-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 54px;
  margin-top: 28px;
  padding-top: 36px;
  padding-bottom: 36px;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.capability-panel h3 {
  margin: 0;
  color: var(--white);
  font-size: 2.2rem;
  line-height: 1.08;
}

.capability-panel p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.capability-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.capability-panel li {
  position: relative;
  padding: 12px 0 12px 26px;
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.capability-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.metrics-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 56px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 112px 24px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-self: stretch;
}

.metric-grid article {
  display: grid;
  align-content: center;
  min-height: 240px;
  padding: 28px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
}

.metric-grid article:nth-child(2) {
  background: var(--green);
}

.metric-grid article:nth-child(3) {
  background: var(--teal);
}

.metric-grid strong {
  font-size: 2.85rem;
  line-height: 1;
}

.metric-grid span {
  margin-top: 14px;
  font-size: 0.98rem;
  font-weight: 800;
  text-transform: uppercase;
}

.location-section {
  padding-top: 0;
}

.pitch-cover {
  aspect-ratio: 16 / 9;
}

.location-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 30px 0 0;
}

.location-list div {
  min-height: 128px;
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.location-list dt {
  color: var(--green);
  font-size: 1.8rem;
  font-weight: 900;
}

.location-list dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.9fr);
  gap: 70px;
  max-width: 1220px;
  margin: 0 auto 70px;
  padding: 92px 24px;
  border-top: 1px solid var(--line);
}

address {
  display: grid;
  gap: 4px;
  margin-top: 28px;
  color: var(--muted);
  font-style: normal;
}

address strong {
  color: var(--navy);
  font-size: 1.2rem;
}

address a {
  color: var(--navy-2);
  font-weight: 750;
}

address a:hover {
  color: var(--green);
}

.project-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-self: start;
  padding: 26px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.project-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.project-form .wide {
  grid-column: 1 / -1;
}

.project-form input,
.project-form select,
.project-form textarea {
  width: 100%;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  font-size: 0.98rem;
  text-transform: none;
}

.project-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.project-form textarea {
  resize: vertical;
}

.form-status {
  min-height: 24px;
  grid-column: 1 / -1;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.form-status.error {
  color: #a63f31;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 24px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
}

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

@media (max-width: 1020px) {
  .trust-strip {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .main-nav {
    grid-template-columns: auto auto auto;
  }

  .nav-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    justify-self: end;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 7px;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    background: var(--navy);
  }

  .nav-links {
    position: absolute;
    top: 121px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 14px;
    border-bottom: 1px solid var(--line);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .hero-content h1 {
    font-size: 3.25rem;
  }

  .hero-lede {
    font-size: 1.6rem;
  }

  .proof-band,
  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-item:nth-child(2) {
    border-right: 0;
  }

  .proof-item:nth-child(1),
  .proof-item:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .split-section,
  .location-section,
  .metrics-section,
  .contact-section,
  .capability-panel,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .location-section .pitch-cover {
    order: 2;
  }
}

@media (max-width: 680px) {
  .trust-strip {
    min-height: 32px;
    font-size: 0.75rem;
    justify-content: center;
    gap: 18px;
    overflow: hidden;
  }

  .trust-strip span:nth-child(n + 2) {
    display: none;
  }

  .main-nav {
    height: 74px;
    padding: 0 16px;
    gap: 10px;
  }

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

  .brand-copy strong {
    font-size: 1.35rem;
  }

  .brand-copy small {
    font-size: 0.58rem;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    top: 105px;
  }

  .hero {
    min-height: 548px;
  }

  .hero-media::before {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 56%, rgba(255,255,255,0.38) 100%);
  }

  .hero-media img {
    object-position: 62% center;
  }

  .hero-content {
    padding: 58px 18px 104px;
  }

  .hero-content h1 {
    font-size: 2.55rem;
    line-height: 1.02;
  }

  .hero-lede {
    font-size: 1.28rem;
  }

  .hero-lede::after {
    width: 220px;
  }

  .hero-copy,
  .section-copy p:not(.section-label),
  .metrics-copy p,
  .contact-copy p {
    font-size: 1rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .proof-band {
    grid-template-columns: 1fr;
    margin: -76px 16px 0;
  }

  .proof-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-item:last-child {
    border-bottom: 0;
  }

  .section,
  .metrics-section,
  .contact-section {
    padding: 74px 18px;
  }

  .section h2,
  .metrics-copy h2,
  .contact-copy h2,
  .capability-panel h3 {
    font-size: 2.05rem;
  }

  .metric-grid,
  .location-list,
  .project-form {
    grid-template-columns: 1fr;
  }

  .metric-grid article {
    min-height: 160px;
  }

  .contact-section {
    gap: 34px;
    margin-bottom: 20px;
  }

  .site-footer {
    display: grid;
  }
}
