:root {
  color-scheme: light;
  --navy-950: #051525;
  --navy-900: #071b2f;
  --navy-800: #0c2942;
  --ink: #102234;
  --muted: #5d6a76;
  --paper: #f4f7f7;
  --white: #ffffff;
  --teal: #0c8f8a;
  --teal-bright: #2fc7b7;
  --gold: #d7ae55;
  --coral: #d96b4b;
  --line: rgba(10, 40, 64, 0.15);
  --shell: min(1180px, calc(100vw - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

body.menu-open { overflow: hidden; }

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

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--navy-900);
  padding: 10px 14px;
  border-radius: 4px;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

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

.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { font-size: 1.12rem; letter-spacing: .14em; }
.brand-copy span { margin-top: 4px; font-size: .7rem; letter-spacing: .025em; opacity: .76; }

.site-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.site-nav a {
  position: relative;
  font-size: .85rem;
  font-weight: 650;
  text-decoration: none;
  letter-spacing: .01em;
}

.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 1px;
  background: var(--teal-bright);
  transition: right .25s ease;
}
.site-nav > a:hover::after,
.site-nav > a:focus-visible::after,
.site-nav > a[aria-current="page"]::after { right: 0; }

.nav-cta {
  border: 1px solid rgba(255,255,255,.55);
  padding: 11px 16px;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease;
}
.nav-cta:hover,
.nav-cta:focus-visible { background: var(--white); color: var(--navy-900); }

.language-picker { position: relative; z-index: 32; flex: 0 0 auto; }
.language-picker-toggle {
  min-width: 78px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  background: rgba(5,21,37,.28);
  color: var(--white);
  font: inherit;
  font-size: .72rem;
  cursor: pointer;
}
.language-picker-toggle b { letter-spacing: .08em; }
.language-picker-toggle i { margin-top: -3px; font-size: .85rem; font-style: normal; transition: transform .2s ease; }
.language-picker[data-open="true"] .language-picker-toggle i { transform: rotate(180deg); }
.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 180px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 12px;
  background: rgba(5,21,37,.98);
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.language-picker[data-open="true"] .language-menu { visibility: visible; opacity: 1; transform: none; }
.language-menu button {
  width: 100%;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 4px;
  padding: 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: rgba(255,255,255,.82);
  font: inherit;
  font-size: .8rem;
  text-align: left;
  cursor: pointer;
}
.language-menu button span { color: var(--teal-bright); font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.language-menu button:hover,
.language-menu button:focus-visible,
.language-menu button[aria-current="true"] { background: rgba(255,255,255,.1); color: var(--white); }
.google-translate-engine,
.goog-te-banner-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd { position: fixed !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
body { top: 0 !important; }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 9px;
}
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 7px 0; transition: transform .2s ease; }

.hero {
  position: relative;
  min-height: 820px;
  height: min(92vh, 920px);
  color: var(--white);
  overflow: hidden;
  background: var(--navy-950);
}

.hero-image,
.hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-scrim {
  background:
    linear-gradient(90deg, rgba(4,19,34,.98) 0%, rgba(4,19,34,.92) 33%, rgba(4,19,34,.35) 67%, rgba(4,19,34,.14) 100%),
    linear-gradient(0deg, rgba(4,19,34,.74) 0%, transparent 30%);
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 74px;
  padding-bottom: 90px;
}

.eyebrow,
.section-label {
  margin: 0 0 22px;
  color: var(--teal-bright);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .9;
}
.hero h1 em { color: var(--gold); font-weight: 400; }

.hero-lede {
  max-width: 570px;
  margin: 34px 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}

.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 40px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: var(--white); }
.button-primary:hover,
.button-primary:focus-visible { background: #e07859; }
.button-quiet { border-color: rgba(255,255,255,.4); color: var(--white); background: rgba(255,255,255,.04); }
.button-quiet:hover,
.button-quiet:focus-visible { border-color: var(--white); background: rgba(255,255,255,.1); }

.hero-foot {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 42px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.72);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-foot span + span::before { content: "·"; margin-right: 42px; color: var(--gold); }

.page-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(47,199,183,.15), transparent 28%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
  color: var(--white);
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -300px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(215,174,85,.2);
  border-radius: 50%;
}
.page-hero-inner {
  position: relative;
  z-index: 3;
  padding-top: 170px;
  padding-bottom: 76px;
}
.page-hero h1 {
  max-width: 950px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6.5vw, 6.2rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .94;
}
.page-hero h1 em { color: var(--gold); font-weight: 400; }
.page-hero-inner > p:last-child {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 1.08rem;
}
.page-hero-photo > img,
.page-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero-photo > img { object-fit: cover; object-position: center 42%; }
.page-hero-overlay {
  background:
    linear-gradient(90deg, rgba(4,19,34,.96) 0%, rgba(4,19,34,.83) 43%, rgba(4,19,34,.27) 100%),
    linear-gradient(0deg, rgba(4,19,34,.68), transparent 48%);
}

h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4.8vw, 5rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: 1.02;
}

.home-overview { background: var(--paper); }
.home-overview-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 9vw;
  align-items: start;
}
.home-overview-copy { padding-top: 36px; border-top: 1px solid var(--line); }
.home-overview-copy p { margin: 0 0 26px; color: #344b5e; font-size: 1.2rem; line-height: 1.72; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--teal);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span,
.text-link:focus-visible span { transform: translateX(4px); }

.home-paths { padding: 0 0 112px; background: var(--paper); }
.path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.path-card {
  min-height: 310px;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 20px;
  align-content: space-between;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.path-card > span { color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.path-card > div { grid-column: 1 / 3; align-self: end; }
.path-card h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 1.85rem; font-weight: 400; line-height: 1.08; }
.path-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.path-card b { grid-column: 3; grid-row: 1; color: var(--teal); font-size: 1.1rem; font-weight: 400; }
.path-card:hover,
.path-card:focus-visible { z-index: 1; transform: translateY(-5px); background: var(--navy-900); color: var(--white); }
.path-card:hover p,
.path-card:focus-visible p { color: rgba(255,255,255,.64); }
.path-card:hover > span,
.path-card:focus-visible > span,
.path-card:hover b,
.path-card:focus-visible b { color: var(--teal-bright); }

.home-cta { padding-top: 0; background: var(--paper); }
.subpage-cta { padding: 0 0 92px; background: var(--white); }
.cta-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 54px;
  padding: 58px 64px;
  background: var(--gold);
  color: var(--navy-950);
}
.cta-strip h2 { max-width: 820px; font-size: clamp(2.4rem, 4vw, 4.2rem); }
.cta-strip .section-label { color: var(--navy-800); }
.cta-strip .button { flex: 0 0 auto; background: var(--navy-900); }
.cta-strip .button:hover,
.cta-strip .button:focus-visible { background: var(--navy-800); }

.mission { background: var(--paper); }
.mission-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 9vw; align-items: start; }
.mission h2 { max-width: 720px; }
.mission-copy { padding-top: 42px; border-top: 1px solid var(--line); }
.mission-copy p { margin: 0 0 22px; color: #344b5e; font-size: 1.12rem; line-height: 1.7; }
.mission-copy p:first-child { color: var(--ink); font-size: 1.35rem; }

.work { background: var(--white); }
.section-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: end; margin-bottom: 62px; }
.section-head h2 { max-width: 760px; }
.section-head > p { margin: 0 0 7px; color: var(--muted); font-size: 1.05rem; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }

.work-card {
  position: relative;
  min-height: 280px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 34px;
  padding: 38px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.work-card-featured { background: var(--navy-900); color: var(--white); }
.card-index { color: var(--teal); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.work-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 1.85rem; font-weight: 400; line-height: 1.1; }
.work-card p { max-width: 470px; margin: 0; color: var(--muted); }
.work-card-featured p { color: rgba(255,255,255,.7); }
.work-card svg { position: absolute; right: -10px; bottom: -4px; width: 180px; fill: none; stroke: rgba(47,199,183,.33); stroke-width: 1.2; }
.work-card svg circle { fill: var(--gold); stroke: none; }

.experience { background: #e8eeee; }
.experience-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin-bottom: 58px; }
.experience-note { padding-top: 28px; border-top: 1px solid var(--line); }
.experience-note p { margin: 0 0 18px; color: var(--muted); }
.experience-note p:first-child { color: var(--ink); font-size: 1.06rem; }
.experience-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 16px; align-items: start; }
.experience-item {
  grid-column: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: var(--white);
  overflow: hidden;
}
.experience-item-wide,
.experience-item-tall { grid-column: auto; flex-direction: column; }
.experience-item img,
.experience-item-wide img,
.experience-item-tall img { width: 100%; height: 250px; flex: 0 0 250px; object-fit: cover; }
.experience-item .experience-image-contain { padding: 10px; background: var(--navy-800); object-fit: contain; }
.experience-item figcaption { flex: 0 0 auto; padding: 28px; }
.experience-item figcaption span { display: block; margin-bottom: 10px; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.experience-item figcaption strong { display: block; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; line-height: 1.15; }
.experience-item figcaption p { margin: 13px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }

.campaign-highlights { background: var(--navy-900); color: var(--white); }
.campaign-highlights .section-head > p { color: rgba(255,255,255,.62); }
.highlight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.highlight-card { min-height: 410px; display: flex; flex-direction: column; padding: 0; overflow: hidden; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.025); }
.highlight-card-featured { grid-column: span 2; background: #0b6d6a; }
.highlight-card > img { width: 100%; height: 185px; flex: 0 0 auto; object-fit: cover; }
.highlight-card-featured > img { height: 260px; }
.highlight-card-image-contain { padding: 22px; background: #132e4a; object-fit: contain !important; }
.highlight-card-body { flex: 1; display: flex; flex-direction: column; padding: 28px 30px 30px; }
.highlight-card-body > span { color: var(--teal-bright); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.highlight-card h3 { margin: auto 0 16px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1.08; }
.highlight-card-featured h3 { font-size: clamp(2.2rem, 3.4vw, 3.4rem); }
.highlight-card p { margin: 0; color: rgba(255,255,255,.64); font-size: .9rem; line-height: 1.62; }
.highlight-card em { color: rgba(255,255,255,.86); }
.highlight-stat { min-height: 185px; display: grid; place-items: center; background: linear-gradient(135deg, #0b6d6a, #0c2942); color: var(--gold); font-family: var(--serif); font-size: clamp(3rem, 5vw, 5rem); line-height: 1; }
.image-credit { display: block; margin-top: 18px; color: rgba(255,255,255,.46); font-size: .68rem; line-height: 1.4; }
.image-credit a { text-underline-offset: 3px; }


.approach { background: var(--navy-900); color: var(--white); }
.approach-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 10vw; align-items: start; }
.approach-intro { position: sticky; top: 40px; }
.approach-intro p:last-child { max-width: 560px; margin: 32px 0 0; color: rgba(255,255,255,.64); font-size: 1.06rem; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 28px;
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.17);
}
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.process-number { color: var(--teal-bright); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.process-list h3 { margin: -7px 0 7px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.process-list p { margin: 0; color: rgba(255,255,255,.62); }

.outcomes { background: var(--white); }
.outcomes-head { margin-bottom: 50px; }
.outcomes-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.outcomes-grid article { min-height: 290px; padding: 26px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcomes-grid article > span { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.outcomes-grid h3 { margin: 82px 0 14px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; line-height: 1.1; }
.outcomes-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }

.spotlight { background: var(--paper); }
.spotlight-panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  min-height: 630px;
  background: #0b6d6a;
  color: var(--white);
  overflow: hidden;
}
.spotlight-copy { padding: clamp(46px, 7vw, 88px); }
.spotlight-copy .section-label { color: #b4f1e9; }
.status-pill {
  display: inline-flex;
  margin: 0 0 26px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.spotlight-copy h2 { font-size: clamp(2.6rem, 4.2vw, 4.5rem); }
.spotlight-copy > p:not(.section-label):not(.status-pill) { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: 1.05rem; }
.spotlight-stats { display: flex; gap: 44px; margin-top: 50px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.23); }
.spotlight-stats div { display: flex; flex-direction: column; }
.spotlight-stats strong { font-family: var(--serif); font-size: 2.7rem; font-weight: 400; line-height: 1; }
.spotlight-stats span { margin-top: 8px; color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.theme-cloud {
  position: relative;
  min-height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 60px;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.12) 0 1px, transparent 2px) 0 0/24px 24px,
    var(--navy-900);
}
.theme-cloud::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(47,199,183,.28);
  border-radius: 50%;
}
.theme-cloud::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(215,174,85,.22);
  border-radius: 50%;
}
.theme-cloud span {
  position: relative;
  z-index: 2;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(5,21,37,.78);
  color: rgba(255,255,255,.8);
  font-size: .77rem;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.pipeline-card {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
  align-items: start;
  padding: 42px 48px;
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--white);
}
.pipeline-card h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.15; }
.pipeline-card > p { margin: 2px 0 0; color: var(--muted); }
.status-pill-dark { margin-bottom: 16px; border-color: var(--line); color: var(--teal); }

.program-status { background: #e8eeee; }
.proposal-card {
  display: grid;
  grid-template-columns: .37fr .63fr;
  min-height: 400px;
  margin-top: 18px;
  border: 1px solid var(--line);
  overflow: hidden;
}
.proposal-heading { padding: 42px; }
.proposal-code { margin: 14px 0 0; font-size: .72rem; font-weight: 800; letter-spacing: .09em; opacity: .72; }
.proposal-body { padding: 48px; background: var(--white); }
.proposal-body h3 { max-width: 750px; margin: 0 0 24px; font-family: var(--serif); font-size: clamp(2.1rem, 3.6vw, 3.5rem); font-weight: 400; line-height: 1.06; }
.proposal-body > p { max-width: 770px; margin: 0 0 18px; color: var(--muted); }
.proposal-card-primary { border-color: rgba(12,143,138,.36); }
.proposal-card-primary .proposal-heading { background: #0b6d6a; color: var(--white); }
.proposal-card-secondary .proposal-heading { background: #dae4e4; color: var(--ink); }
.proposal-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 38px; background: var(--line); border: 1px solid var(--line); }
.proposal-stats div { display: flex; flex-direction: column; padding: 20px; background: var(--paper); }
.proposal-stats strong { font-family: var(--serif); font-size: 2.3rem; font-weight: 400; line-height: 1; }
.proposal-stats span { margin-top: 7px; color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.proposal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.proposal-summary { display: flex; flex-direction: column; min-height: 390px; padding: 30px; border: 1px solid var(--line); background: var(--white); }
.proposal-summary .status-pill { align-self: flex-start; margin-bottom: 14px; }
.proposal-summary .proposal-code { margin: 0 0 28px; color: var(--teal); }
.proposal-summary h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.12; }
.proposal-summary > p:not(.status-pill):not(.proposal-code):not(.proposal-disclaimer) { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.proposal-disclaimer { margin: auto 0 0; padding-top: 24px; color: var(--ink); font-size: .76rem; font-weight: 750; line-height: 1.5; }

.leadership { background: var(--white); }
.leader-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
.leader-card {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.leader-card-primary { background: var(--navy-900); color: var(--white); }
.monogram {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--teal);
  font-family: var(--serif);
}
.leader-card-primary .monogram { color: var(--gold); }
.role { margin: 0 0 8px; color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.leader-card-primary .role { color: var(--teal-bright); }
.leader-card h3 { margin: 0; font-family: var(--serif); font-size: 1.72rem; font-weight: 400; }
.leader-card-primary h3 { font-size: 2.2rem; }
.leader-bio { margin: 16px 0 0; color: var(--muted); font-size: .94rem; line-height: 1.65; }
.leader-card-primary .leader-bio { color: rgba(255,255,255,.64); }

.leader-grid-page .leader-card { min-height: 480px; }
.leadership-principles { background: var(--paper); }
.principle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principle-grid article { min-height: 230px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.principle-grid h3 { margin: 60px 0 12px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.principle-grid p { margin: 0; color: var(--muted); }

.experience-capabilities { background: var(--white); }
.capability-row { display: flex; flex-wrap: wrap; gap: 10px; }
.capability-row span {
  padding: 11px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--navy-800);
  font-size: .78rem;
  font-weight: 750;
}

.contact-page { background: var(--paper); }
.contact-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: start; }
.contact-page-intro > p:last-child { max-width: 570px; margin: 30px 0 0; color: var(--muted); font-size: 1.05rem; }
.contact-options { display: grid; border-top: 1px solid var(--line); }
.contact-option {
  min-height: 170px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 8px 24px;
  padding: 30px 32px;
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--white);
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.contact-option-label { grid-column: 1; color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-option strong { grid-column: 1; overflow-wrap: anywhere; font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 400; line-height: 1.2; }
.contact-option b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--teal); font-size: 1.2rem; font-weight: 400; }
.contact-option:hover,
.contact-option:focus-visible { z-index: 1; transform: translateX(5px); background: var(--navy-900); color: var(--white); }
.contact-option:hover .contact-option-label,
.contact-option:focus-visible .contact-option-label,
.contact-option:hover b,
.contact-option:focus-visible b { color: var(--teal-bright); }
.contact-option-whatsapp { background: #e7f2ee; }
.contact-prep { background: var(--white); }

.contact { padding-top: 0; background: var(--white); }
.contact-panel {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 8vw;
  align-items: end;
  padding: 76px;
  background: var(--gold);
  color: var(--navy-950);
}
.contact-panel .section-label { color: var(--navy-800); }
.contact-panel h2 { font-size: clamp(2.7rem, 4vw, 4.4rem); }
.contact-action p { margin: 0 0 28px; font-size: 1.02rem; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-action .button { max-width: 100%; overflow-wrap: anywhere; background: var(--navy-900); }
.contact-action .button:hover,
.contact-action .button:focus-visible { background: var(--navy-800); }
.contact-action .button-whatsapp { background: #116b51; }
.contact-action .button-whatsapp:hover,
.contact-action .button-whatsapp:focus-visible { background: #0d5943; }
.contact-details { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px !important; margin-bottom: 0 !important; font-size: .82rem !important; }
.contact-details a { text-underline-offset: 3px; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 11px 16px 11px 12px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: #13775a;
  color: var(--white);
  box-shadow: 0 10px 30px rgba(5,21,37,.25);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.whatsapp-float:hover,
.whatsapp-float:focus-visible { transform: translateY(-2px); background: #0f654c; }
.whatsapp-float svg { width: 27px; height: 27px; }
.whatsapp-float svg path:first-child { fill: none; stroke: currentColor; stroke-width: 1.8; }
.whatsapp-float svg path:last-child { fill: currentColor; transform: scale(.72); transform-origin: center; }

.site-footer { padding: 58px 0 24px; background: var(--navy-950); color: var(--white); }
.footer-top { display: flex; justify-content: space-between; gap: 60px; align-items: flex-start; padding-bottom: 52px; }
.footer-top > p { max-width: 520px; margin: 5px 0 0; color: rgba(255,255,255,.54); font-size: .8rem; line-height: 1.8; text-align: right; }
.footer-bottom { display: flex; justify-content: space-between; gap: 32px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.42); font-size: .68rem; }
.footer-bottom p:last-child { max-width: 520px; text-align: right; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 860px); }
  .section { padding: 88px 0; }
  .menu-toggle { display: block; position: relative; z-index: 30; margin-left: auto; }
  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    padding: 90px 9vw;
    background: rgba(5,21,37,.98);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .site-nav[data-open="true"] { visibility: visible; opacity: 1; transform: none; }
  .site-nav a { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
  .site-nav .nav-cta { margin-top: 10px; font-family: var(--sans); font-size: .9rem; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .mission-grid,
  .home-overview-grid,
  .experience-head,
  .approach-grid,
  .spotlight-panel,
  .contact-panel,
  .contact-page-grid { grid-template-columns: 1fr; }
  .mission-copy { padding-top: 28px; }
  .home-overview-copy { padding-top: 28px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 230px; }
  .cta-strip { padding: 52px; }
  .approach-intro { position: static; margin-bottom: 46px; }
  .experience-item,
  .experience-item-wide,
  .experience-item-tall { grid-column: auto; }
  .highlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .highlight-card-featured { grid-column: 1 / -1; }
  .outcomes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spotlight-panel { min-height: 0; }
  .pipeline-card { grid-template-columns: 1fr; gap: 24px; }
  .proposal-card { grid-template-columns: 1fr; min-height: 0; }
  .proposal-heading { padding: 34px 40px; }
  .proposal-body { padding: 40px; }
  .proposal-grid { grid-template-columns: 1fr; }
  .proposal-summary { min-height: 0; }
  .proposal-disclaimer { margin-top: 28px; }
  .theme-cloud { min-height: 410px; }
  .leader-grid { grid-template-columns: 1fr 1fr; }
  .leader-card-primary { grid-column: 1 / -1; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 190px; }
  .principle-grid h3 { margin-top: 35px; }
  .contact-panel { padding: 60px; }
  .contact-action { max-width: 620px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 76px; }
  .brand-copy span { display: none; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-image { object-position: 66% center; }
  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(4,19,34,.94), rgba(4,19,34,.43)),
      linear-gradient(0deg, rgba(4,19,34,.89), transparent 60%);
  }
  .hero-content { justify-content: flex-end; padding-bottom: 136px; }
  .hero h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .hero-lede { margin-top: 24px; font-size: 1rem; }
  .hero-actions { width: 100%; flex-direction: column; align-items: stretch; margin-top: 28px; }
  .hero-foot { min-height: 66px; gap: 11px; overflow: hidden; white-space: nowrap; font-size: .6rem; }
  .hero-foot span + span::before { margin-right: 11px; }
  .page-hero { min-height: 460px; }
  .page-hero-inner { padding-top: 140px; padding-bottom: 58px; }
  .page-hero h1 { font-size: clamp(3rem, 13.5vw, 4.6rem); }
  .page-hero-inner > p:last-child { font-size: .98rem; }
  .page-hero-photo > img { object-position: 60% center; }
  h2 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  .home-overview-copy p { font-size: 1.08rem; }
  .home-paths { padding-bottom: 72px; }
  .path-card { min-height: 220px; padding: 26px 22px; }
  .cta-strip { flex-direction: column; align-items: flex-start; gap: 30px; padding: 40px 26px; }
  .cta-strip .button { width: 100%; }
  .subpage-cta { padding-bottom: 72px; }
  .mission-copy p:first-child { font-size: 1.18rem; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card { min-height: 250px; grid-template-columns: 34px 1fr; gap: 18px; padding: 28px 22px; }
  .experience-gallery { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .experience-item,
  .experience-item-wide,
  .experience-item-tall { grid-column: auto; flex-direction: column; }
  .experience-item img,
  .experience-item-wide img,
  .experience-item-tall img { width: 100%; height: 210px; flex-basis: 210px; }
  .experience-item-tall img { object-position: center 35%; }
  .experience-item .experience-image-contain { padding: 8px; }
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-card,
  .highlight-card-featured { grid-column: auto; min-height: 0; }
  .highlight-card > img,
  .highlight-card-featured > img { height: 210px; }
  .highlight-card-body { min-height: 240px; padding: 25px 22px; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .outcomes-grid article { min-height: 230px; }
  .outcomes-grid h3 { margin-top: 54px; }
  .spotlight-copy { padding: 42px 26px; }
  .proposal-heading,
  .proposal-body { padding: 28px 22px; }
  .proposal-stats { grid-template-columns: 1fr; }
  .spotlight-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
  .spotlight-stats strong { font-size: 2rem; }
  .spotlight-stats span { font-size: .58rem; }
  .theme-cloud { min-height: 350px; padding: 40px 22px; }
  .theme-cloud::before { width: 280px; height: 280px; }
  .theme-cloud::after { width: 180px; height: 180px; }
  .leader-grid { grid-template-columns: 1fr; }
  .leader-card-primary { grid-column: auto; }
  .leader-grid-page .leader-card { min-height: 430px; }
  .contact-option { min-height: 145px; padding: 25px 22px; }
  .contact-option:hover,
  .contact-option:focus-visible { transform: translateY(-3px); }
  .contact-panel { padding: 42px 26px; }
  .contact-action .button { width: 100%; font-size: .79rem; }
  .contact-buttons { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 50px; padding: 11px; justify-content: center; }
  .whatsapp-float span { display: none; }
  .footer-top,
  .footer-bottom { flex-direction: column; }
  .footer-top > p,
  .footer-bottom p:last-child { text-align: left; }
}

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