:root {
  --green: #71B0A9;
  --green-dark: #267274;
  --green-soft: #98C9C5;
  --ink: #050707;
  --muted: #7a8388;
  --soft-muted: #a4adb2;
  --bg: #ffffff;
  --surface: #fbfbfb;
  --surface-strong: #ffffff;
  --line: #ebeeee;
  --line-strong: #d8e2e1;
  --shadow: 0 22px 80px rgba(12, 28, 27, 0.1);
  --shadow-tight: 0 12px 38px rgba(38, 114, 116, 0.18);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

button,
input,
select {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 70px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
}

.brand {
  justify-self: start;
  gap: 10px;
  font-size: 1.02rem;
  font-weight: 760;
}

.brand-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green-soft), var(--green-dark));
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0;
}

.nav-links {
  justify-self: center;
  gap: clamp(20px, 3vw, 38px);
  color: #5f6870;
  font-size: 0.94rem;
}

.nav-links a,
.header-link {
  padding: 7px 0;
}

.nav-links a:hover,
.header-link:hover {
  color: var(--green-dark);
}

.header-actions {
  justify-self: end;
  gap: 12px;
  color: #5f6870;
  font-size: 0.94rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 760;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  white-space: nowrap;
}

.button-small {
  min-height: 36px;
  padding-inline: 16px;
}

.button-primary {
  background: var(--green-dark);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(38, 114, 116, 0.24);
}

.button-outline,
.button-ghost {
  border-color: #151b1b;
  background: #ffffff;
  color: #121616;
}

.button-ghost {
  border-color: var(--line-strong);
}

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

.button-primary:hover {
  box-shadow: 0 18px 46px rgba(38, 114, 116, 0.3);
}

.hero {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
  gap: 18px;
  padding: clamp(36px, 5vw, 66px) 0 clamp(46px, 6vw, 82px);
  text-align: left;
}

.hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.82fr);
  grid-template-rows: auto auto auto;
  align-items: center;
  justify-items: stretch;
  gap: 18px clamp(30px, 5vw, 66px);
  width: 100%;
  max-width: none;
  border: 1px solid rgba(216, 226, 225, 0.92);
  border-radius: 16px;
  padding: clamp(24px, 3.2vw, 34px) clamp(28px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(152, 201, 197, 0.11), rgba(255, 255, 255, 0) 34%),
    #ffffff;
  box-shadow: 0 18px 70px rgba(12, 28, 27, 0.08);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  max-width: 100%;
  min-height: 48px;
  margin: 0;
  border: 1px solid rgba(113, 176, 169, 0.48);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 790;
  justify-self: start;
  grid-column: 2;
  grid-row: 1;
}

.badge-text {
  min-width: 0;
}

.badge-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(152, 201, 197, 0.32);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 15ch;
  font-size: clamp(2.45rem, 4.35vw, 4.15rem);
  line-height: 1.02;
  font-weight: 820;
  grid-column: 1;
  grid-row: 1 / 4;
}

h2 {
  max-width: 820px;
  font-size: clamp(1.9rem, 3.6vw, 3.65rem);
  line-height: 1.06;
  font-weight: 800;
}

h3 {
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.08;
  font-weight: 780;
}

.hero-subtitle {
  width: 100%;
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  grid-column: 2;
  grid-row: 2;
}

.hero-actions {
  justify-content: flex-start;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
  align-self: start;
  grid-column: 2;
  grid-row: 3;
}

.profile-panel {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(20px, 3vw, 28px);
  background:
    radial-gradient(circle at 18% 8%, rgba(152, 201, 197, 0.28), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow: 0 18px 70px rgba(12, 28, 27, 0.08);
  text-align: left;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.4fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
}

.profile-identity {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.profile-identity img {
  width: 104px;
  aspect-ratio: 1;
  border: 4px solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow:
    0 0 0 2px rgba(113, 176, 169, 0.42),
    0 18px 38px rgba(38, 114, 116, 0.16);
}

.profile-identity p {
  margin: 0 0 6px;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.profile-identity h2 {
  font-size: clamp(1.85rem, 3vw, 2.55rem);
}

.profile-divider {
  display: none;
}

.profile-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(74px, 0.5fr)) minmax(260px, 1.3fr);
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
}

.profile-stat {
  min-width: 0;
  border-radius: 10px;
  padding: 10px 0;
}

.profile-stat strong {
  display: block;
  color: var(--green-dark);
  font-size: clamp(1.85rem, 3.8vw, 2.65rem);
  line-height: 0.9;
}

.profile-stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.profile-stack {
  grid-column: auto;
  min-width: 0;
  margin-top: 0;
  border-left: 1px solid rgba(38, 114, 116, 0.14);
  border-top: 0;
  padding-top: 0;
  padding-left: clamp(18px, 2.5vw, 28px);
}

.profile-stack span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
  text-transform: uppercase;
}

.stack-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.stack-tags strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(38, 114, 116, 0.14);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(152, 201, 197, 0.16);
  color: #0e3f40;
  font-size: 0.86rem;
  line-height: 1;
  white-space: nowrap;
}

.section,
.logo-section,
.metrics,
.contact-section {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.section-spacer {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  height: 70px;
  margin-inline: auto;
}

.section-spacer::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(38, 114, 116, 0), rgba(152, 201, 197, 0.8), rgba(38, 114, 116, 0));
}

.section-spacer span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    0 0 0 1px rgba(38, 114, 116, 0.18),
    0 0 0 10px rgba(152, 201, 197, 0.18);
  transform: translate(-50%, -50%);
}

.logo-section {
  padding: clamp(52px, 7vw, 92px) 0;
}

.section-heading {
  display: grid;
  gap: 12px;
}

.section-heading.centered,
.section-heading.compact {
  justify-items: center;
  text-align: center;
}

.section-heading.compact h2 {
  max-width: 880px;
  font-size: clamp(1.85rem, 3.2vw, 3.1rem);
}

.eyebrow {
  margin: 0;
  color: var(--green-dark);
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.logo-tile {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #ffffff;
}

.logo-tile img {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 8px;
  object-fit: contain;
}

.logo-tile span {
  color: #273030;
  font-size: 0.92rem;
  font-weight: 760;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding-bottom: clamp(42px, 6vw, 78px);
}

.metric-card {
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
}

.metric-card strong {
  display: block;
  color: var(--green-dark);
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  line-height: 0.92;
}

.metric-card span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 710;
}

.section {
  padding: clamp(56px, 8vw, 102px) 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.85fr);
  gap: clamp(30px, 5vw, 76px);
  border-top: 1px solid var(--line);
}

.intro-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  color: var(--muted);
  font-size: 1.06rem;
}

.intro-copy p,
.contact-section p {
  margin: 0;
}

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

.expertise-card {
  min-height: 218px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--surface-strong);
}

.expertise-card h3 {
  margin-top: 22px;
}

.expertise-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.card-kicker {
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 860;
}

.missions-section {
  width: min(1240px, calc(100% - 40px));
}

.mission-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 320px);
  gap: 12px;
  margin-top: 34px;
}

.search-field,
.select-field {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.search-field input,
.select-field select {
  min-height: 50px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  background: #ffffff;
  color: var(--ink);
  outline: none;
}

.search-field input:focus,
.select-field select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(152, 201, 197, 0.28);
}

.filter-row {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.filter-chip {
  flex: 0 0 auto;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  background: #ffffff;
  color: #465151;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 720;
}

.filter-chip[aria-pressed="true"] {
  border-color: var(--green-dark);
  background: var(--green-dark);
  color: #ffffff;
}

.mission-summary {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: baseline;
  margin-top: 24px;
  color: var(--muted);
}

.mission-summary strong {
  color: var(--green-dark);
  font-size: 1.62rem;
}

.mission-list {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.client-group {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.client-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.client-title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.client-logo {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.client-logo img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.client-heading h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.client-heading span:last-child {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.task-table {
  display: grid;
}

.task-row {
  display: grid;
  grid-template-columns: minmax(140px, 190px) minmax(0, 1fr);
  gap: 14px;
  min-height: 58px;
  align-items: center;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
}

.task-row:first-child {
  border-top: 0;
}

.task-category {
  justify-self: start;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(152, 201, 197, 0.22);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 820;
  white-space: nowrap;
}

.task-name {
  color: #2c3434;
  font-weight: 610;
}

.empty-state {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: #ffffff;
  color: var(--muted);
  text-align: center;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: start;
  margin-bottom: clamp(42px, 8vw, 92px);
  border-top: 1px solid var(--line);
  padding-top: clamp(58px, 7vw, 88px);
}

.contact-section p {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.06rem;
}

.contact-actions {
  display: grid;
  gap: 10px;
}

.contact-link {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.contact-link span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 820;
  text-transform: uppercase;
}

.contact-link strong {
  color: var(--green-dark);
  overflow-wrap: anywhere;
}

.contact-link em {
  color: var(--soft-muted);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 680;
}

.contact-link:hover {
  border-color: var(--green);
  transform: translateY(-1px);
}

.email-copy.copied {
  border-color: rgba(38, 114, 116, 0.48);
  background: rgba(152, 201, 197, 0.16);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }

  .brand,
  .nav-links,
  .header-actions {
    justify-self: center;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 54px;
    text-align: center;
  }

  .hero-copy {
    grid-template-columns: 1fr;
    justify-items: center;
    order: 2;
    text-align: center;
  }

  .hero-badge {
    justify-self: center;
  }

  h1,
  .hero-badge,
  .hero-subtitle,
  .hero-actions {
    grid-column: auto;
    grid-row: auto;
  }

  .profile-panel {
    grid-template-columns: 1fr;
    order: 1;
    max-width: 620px;
    margin-inline: auto;
  }

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

  .profile-stack {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid rgba(38, 114, 116, 0.14);
    padding-top: 18px;
    padding-left: 0;
  }

  .hero-actions {
    justify-content: center;
  }

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

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

  .intro,
  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding-inline: 16px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .header-actions {
    display: none;
  }

  .hero {
    width: min(100% - 32px, 1180px);
    padding: 36px 0 54px;
  }

  h1 {
    max-width: 9.4ch;
    font-size: clamp(2.85rem, 13.5vw, 3.65rem);
  }

  .hero-badge {
    justify-content: center;
    line-height: 1.25;
    min-height: auto;
    padding: 10px 14px;
    text-align: center;
    white-space: normal;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    width: min(100%, 280px);
  }

  .section,
  .logo-section,
  .metrics,
  .contact-section,
  .missions-section {
    width: min(100% - 32px, 1180px);
  }

  .profile-identity,
  .profile-details,
  .metrics,
  .expertise-grid,
  .mission-toolbar,
  .logo-grid {
    grid-template-columns: 1fr;
  }

  .profile-identity {
    justify-items: center;
    text-align: center;
  }

  .profile-details {
    gap: 4px;
  }

  .profile-stat {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: baseline;
    padding: 6px 0;
  }

  .profile-stack {
    text-align: left;
  }

  .client-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .task-row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }
}
