:root {
  --ink: #17212b;
  --muted: #5b6673;
  --paper: #f7f8f5;
  --white: #ffffff;
  --navy: #123145;
  --teal: #0d7d80;
  --gold: #d69c36;
  --coral: #c95f43;
  --line: #dfe5e5;
  --shadow: 0 24px 60px rgba(19, 45, 58, 0.14);
  --radius: 8px;
  --font-body: "Segoe UI", Aptos, "Helvetica Neue", Arial, sans-serif;
  --font-heading: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 16px;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(247, 248, 245, 0.94);
  border-bottom: 1px solid rgba(18, 49, 69, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--navy);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 38px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--teal));
  border-radius: 6px;
  font-size: 14px;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

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

.site-nav a[aria-current="page"] {
  color: var(--teal);
}

.nav-cta {
  padding: 10px 16px !important;
  color: var(--white) !important;
  background: var(--navy);
  border-radius: 6px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
}

.hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: clamp(52px, 8vw, 96px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(18, 49, 69, 0.9), rgba(18, 49, 69, 0.62), rgba(18, 49, 69, 0.28)),
    url("../images/image9.jpeg") center / cover;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: var(--font-heading);
  font-weight: 700;
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.14;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.hero p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 22px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
}

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

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.section {
  padding: clamp(58px, 8vw, 100px) clamp(20px, 5vw, 72px);
}

.intro-grid,
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.intro-grid p:last-child,
.lead {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: var(--white);
}

.feature-band.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
}

.feature-band.reverse img {
  order: 2;
}

.feature-band img,
.page-hero img {
  width: 100%;
  height: clamp(280px, 36vw, 460px);
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pill-list span,
.region-list span {
  padding: 10px 14px;
  color: var(--navy);
  background: #eef5f2;
  border: 1px solid #d4e5e1;
  border-radius: 999px;
  font-weight: 700;
}

.cards-section {
  background: #eef2ee;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.card-grid {
  display: grid;
  gap: 18px;
}

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

.card,
.service-card,
.stacked-list article,
.contact-cards a,
.contact-cards div {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(19, 45, 58, 0.07);
}

.card {
  min-height: 220px;
  padding: 28px;
}

.card p,
.service-card p,
.stacked-list p {
  color: var(--muted);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  background: var(--navy);
}

.metrics div {
  padding: clamp(30px, 5vw, 52px);
  color: var(--white);
  background: var(--navy);
}

.metrics strong {
  display: block;
  color: var(--gold);
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1;
}

.metrics span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.82fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(50px, 7vw, 82px) clamp(20px, 5vw, 72px);
  background: var(--white);
}

.page-hero.compact h1 {
  font-size: clamp(36px, 5.3vw, 64px);
}

.page-hero p {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.stacked-list {
  display: grid;
  gap: 16px;
}

.stacked-list article {
  padding: 24px;
}

.value-strip {
  background: var(--navy);
  color: var(--white);
}

.value-strip div {
  max-width: 870px;
}

.value-strip p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

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

.service-card {
  min-height: 280px;
  padding: 28px;
}

.service-card span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--coral);
  font-weight: 900;
}

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

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.timeline li {
  padding: 24px;
  border-left: 4px solid var(--teal);
  background: #f3f7f5;
  border-radius: var(--radius);
}

.timeline strong,
.timeline span {
  display: block;
}

.timeline span {
  margin-top: 10px;
  color: var(--muted);
}

.region-panel {
  background: var(--navy);
  color: var(--white);
}

.region-panel h2 {
  max-width: 820px;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1100px;
  margin-top: 30px;
}

.region-grid article {
  padding: 24px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.region-grid h3 {
  margin-bottom: 16px;
  color: var(--white);
}

.region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 980px;
}

.region-list span {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
  min-height: calc(100vh - 76px);
  padding: clamp(50px, 8vw, 100px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(247, 248, 245, 0.95), rgba(247, 248, 245, 0.86)),
    url("../images/image5.jpeg") center / cover;
}

.contact-hero h1 {
  font-size: clamp(38px, 5.8vw, 68px);
}

.contact-hero p {
  max-width: 660px;
  color: var(--muted);
  font-size: 20px;
}

.contact-cards {
  display: grid;
  gap: 12px;
  max-width: 620px;
  margin-top: 34px;
}

.contact-cards a,
.contact-cards div {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
}

.contact-cards span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-cards strong {
  color: var(--navy);
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  border: 1px solid #cfd8d8;
  border-radius: 6px;
  background: #fbfcfb;
}

.contact-form textarea {
  resize: vertical;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: #0c2230;
}

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

.site-footer p {
  max-width: 440px;
  margin: 14px 0 0;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 8px;
  text-align: right;
}

.footer-links a {
  color: var(--white);
  font-weight: 800;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 72px;
    display: none;
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .intro-grid,
  .split,
  .feature-band,
  .feature-band.reverse,
  .page-hero,
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .feature-band.reverse img {
    order: 0;
  }

  .card-grid.three,
  .service-grid,
  .metrics,
  .timeline,
  .region-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 68px;
  }

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

  .hero {
    min-height: 620px;
  }

  h1 {
    font-size: 40px;
  }

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

  .section,
  .page-hero,
  .contact-hero {
    padding-left: 18px;
    padding-right: 18px;
  }
}
