:root {
  --navy: #0c121d;
  --navy-2: #1c3988;
  --blue: #046bd2;
  --hero-blue: #1d316a;
  --gh-red: #ce1126;
  --gh-gold: #fcd116;
  --gh-green: #006b3f;
  --accent-bright: #1273eb;
  --cream: #f7f7f7;
  --paper: #ffffff;
  --ink: #1e293b;
  --muted: #516174;
  --line: rgba(30, 41, 59, .16);
  --gh-bar: linear-gradient(90deg, var(--gh-red) 0%, var(--gh-red) 33.33%, var(--gh-gold) 33.33%, var(--gh-gold) 66.66%, var(--gh-green) 66.66%, var(--gh-green) 100%);
  --page-gutter: 7vw;
  --section-space: 64px;
  --section-gap: 56px;
}

.ghana-bar { position: fixed; top: 0; left: 0; right: 0; height: 4px; z-index: 100; background: var(--gh-bar); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 1rem; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 100; background: white; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.navbar { position: absolute; z-index: 20; width: 100%; color: white; }
.nav-inner { height: 92px; max-width: 1500px; margin: auto; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; }
.nav-logo img,
.footer-main img { height: 48px; width: auto; filter: brightness(0) invert(1); }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: .95rem; font-weight: 500; }
.nav-links > a:not(.nav-btn) { padding: 12px 0; border-bottom: 1px solid transparent; }
.nav-links > a:not(.nav-btn):hover { border-color: var(--gh-gold); }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { background: none; border: 0; border-bottom: 1px solid transparent; color: inherit; padding: 12px 0; font: inherit; font-size: inherit; font-weight: inherit; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.nav-dropdown-toggle:hover, .nav-dropdown.open .nav-dropdown-toggle { border-color: var(--gh-gold); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%); min-width: 270px; background: var(--navy); border: 1px solid rgba(255,255,255,.14); padding: 8px 0; opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; z-index: 30; }
.nav-dropdown-menu a { display: block; padding: 11px 20px; font-size: .92rem; font-weight: 500; border-bottom: 0; white-space: nowrap; }
.nav-dropdown-menu a:hover { background: rgba(255,255,255,.07); color: #69b5ff; border-color: transparent; }
@media (min-width: 981px) {
  .nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; }
}
.nav-btn { padding: 13px 19px; border: 1px solid rgba(255,255,255,.38); border-radius: 99px; display: flex; gap: 18px; }
.nav-btn:hover { background: white; color: var(--navy); }
.nav-toggle { display: none; border: 0; background: transparent; width: 38px; padding: 8px; }
.nav-toggle span { display: block; height: 1px; background: white; margin: 6px 0; transition: .25s; }

.hero { min-height: 580px; background: var(--navy); color: white; position: relative; overflow: hidden; padding-bottom: 88px; }
.hero-grid { position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 68px 68px; }
.hero-body { min-height: 480px; max-width: 1500px; margin: auto; padding: 88px 5vw 32px; display: grid; grid-template-columns: 52% 48%; align-items: center; position: relative; z-index: 2; }
.badge { width: fit-content; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; padding: 8px 13px; text-transform: uppercase; letter-spacing: .13em; font-size: .65rem; display: flex; gap: 9px; align-items: center; }
.badge span { width: 14px; height: 14px; flex-shrink: 0; background: url(Images/ghana-star.svg) center/contain no-repeat; }
h1, h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-weight: 500; line-height: .91; letter-spacing: -.045em; }
h1 { margin-top: 18px; font-size: clamp(4.8rem, 7.1vw, 7.4rem); }
h1 em { color: white; font-weight: 500; }
h2 em { color: var(--gh-red); font-weight: 500; }
.page-hero h1 em,
.approach h2 em,
.page-cta h2 em { color: white; }
.hero-copy > p { max-width: 540px; color: rgba(255,255,255,.62); line-height: 1.8; font-size: 1.05rem; margin: 30px 0; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.btn { border: 0; display: inline-flex; justify-content: center; align-items: center; gap: 28px; border-radius: 99px; padding: 17px 23px; font-size: .9rem; font-weight: 600; cursor: pointer; transition: transform .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-accent { background: var(--blue); color: white; }
.btn-accent:hover { background: #0356a8; }
.btn-light { background: white; color: var(--navy); }
.text-link { font-size: .9rem; font-weight: 500; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.25); display: inline-flex; gap: 12px; }
.text-link.dark { border-color: var(--line); margin-top: 18px; }
.hero-visual { position: relative; display: flex; justify-content: flex-end; align-items: center; padding-left: 4vw; isolation: isolate; }
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -80px -120px -80px -80px;
  z-index: -1;
  background: url("Images/africa-map-outline.svg") center / contain no-repeat;
  filter: invert(1);
  opacity: .28;
  pointer-events: none;
}
.hero-trust { position: relative; z-index: 1; width: min(420px, 100%); margin-left: auto; padding: 0; border: 0; background: transparent; }
.hero-trust-line {
  position: relative;
  margin: 0;
  max-width: 360px;
  padding: 8px 0 0 28px;
  font: 500 clamp(1.95rem, 2.5vw, 2.45rem)/1.22 "Cormorant Garamond", serif;
  letter-spacing: -.02em;
  color: rgba(255,255,255,.58);
}
.hero-trust-line::before {
  content: "“";
  display: block;
  margin: 0 0 10px -28px;
  color: var(--gh-gold);
  font: 500 3.6rem/.7 "Cormorant Garamond", serif;
}
.hero-trust-line::after {
  content: "”";
  display: block;
  margin-top: 14px;
  text-align: right;
  color: var(--gh-gold);
  font: 500 3.6rem/.7 "Cormorant Garamond", serif;
}
.hero-trust-line em {
  display: inline;
  color: white;
  font-style: italic;
  font-weight: 500;
}
.hero-strip {
  min-height: 88px;
  height: auto;
  position: absolute;
  inset: auto 0 0;
  border-top: 1px solid rgba(255,255,255,.13);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  z-index: 3;
  padding: 0 5vw;
}
.hero-strip > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 28px;
  border-right: 1px solid rgba(255,255,255,.12);
}
.hero-strip > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.hero-strip-icon-frame {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  background: rgba(12, 18, 29, .35);
}
.hero-strip-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.hero-strip-copy {
  min-width: 0;
  color: rgba(255,255,255,.42);
  font-size: .75rem;
  line-height: 1.35;
}
.hero-strip-copy strong {
  display: block;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .01em;
  margin-bottom: 0;
}
.hero-strip-copy strong:not(:only-child) { margin-bottom: 3px; }

.page-home .hero h1 {
  font-size: clamp(3.5rem, 5.2vw, 5.6rem);
  line-height: .95;
}
.page-home .hero h1 em { color: var(--accent-bright); }
.page-home .hero .btn-accent { background: var(--hero-blue); }
.page-home .hero .btn-accent:hover { background: #0d5fc0; }
.hero.hero-no-strip { padding-bottom: 32px; }

.section { padding: var(--section-space) var(--page-gutter); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 600; margin-bottom: 25px; display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 36px; height: 3px; background: var(--gh-bar); border-radius: 1px; }
.eyebrow.light { color: white; }
h2 { color: var(--navy); font-size: clamp(3.5rem, 5.2vw, 5.1rem); }
.intro .section-heading h2 {
  line-height: 1.18;
  letter-spacing: -.03em;
}
.intro-copy { padding-top:clamp(4.8rem, 7vw, 6.4rem) }
.intro-copy .lead { margin: 0 0 22px; font: 500 1.7rem/1.4 "Cormorant Garamond", serif; color: var(--navy); }
.intro-copy > p:not(.lead) { color: var(--muted); line-height: 1.85; font-size: 1rem; max-width: 570px; }
.intro-recognition { margin: 28px 0 0; padding-top: 22px; border-top: 1px solid var(--line); max-width: 420px; color: var(--ink); font-size: 1rem; line-height: 1.75; }
.intro-recognition span { display: block; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 600; color: var(--gh-green); margin-bottom: 8px; }
.intro-recognition em { font-style: italic; font-family: "Cormorant Garamond", serif; font-size: 1.15em; color: var(--navy); font-weight: 500; }

.services { background: var(--paper); }
.services-header { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 50px; }
.services-header > p { color: var(--muted); line-height: 1.8; font-size: 1rem; margin: 0 0 7px; }
.services-carousel { margin-top: 40px; position: relative; }
.services-carousel-viewport { overflow: hidden; background: var(--navy);border-radius:6px ; }
.services-carousel-track { display: flex; will-change: transform; }
.service-slide {
  flex: 0 0 100%;
  width: 100%;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  background-color: var(--navy);
  background-image: linear-gradient(105deg, rgba(12,18,29,.92) 0%, rgba(12,18,29,.82) 38%, rgba(12,18,29,.55) 68%, rgba(12,18,29,.35) 100%), var(--service-slide-image);
  background-size: cover;
  background-position: var(--service-bg-position, center);
  color: white;
  padding: 48px 6vw;
  box-sizing: border-box;
}
.service-slide-copy { position: relative; z-index: 1; min-width: 0; max-width: 620px; }
.service-slide h3 { margin: 0; max-width: 500px; font: 500 3.4rem/1 "Cormorant Garamond", serif; }
.service-slide p { color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.8; max-width: 560px; margin: 18px 0 0; }
.service-slide a { display: inline-flex; gap: 12px; font-size: .9rem; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 6px; margin-top: 20px; width: fit-content; }
.services-carousel-nav { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }
.carousel-btn { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--navy); cursor: pointer; font-size: 1rem; display: inline-flex; align-items: center; justify-content: center; transition: border-color .2s, color .2s; }
.carousel-btn:hover { border-color: var(--gh-green); color: var(--gh-green); }
.carousel-btn:disabled { opacity: .35; cursor: not-allowed; }

.platforms { background: var(--cream); }
.platforms-header { display: grid; grid-template-columns: 1fr 1fr; column-gap: 10vw; align-items: end; }
.platforms-header .eyebrow { grid-column: 1 / -1; }
.platforms-header > p { color: var(--muted); line-height: 1.8; font-size: 1rem; margin: 0 0 7px; max-width: 520px; }
.products-carousel { position: relative; max-width: 980px; margin: 8px auto 0; }
.products-viewport { overflow: hidden; background: var(--paper); border: 1px solid var(--line);border-radius:6px; }
.products-track { display: flex; will-change: transform; }
.product-slide { flex: 0 0 100%; min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.product-copy { padding: 28px 32px; }
.product-name { color: var(--accent-bright); font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.product-copy h3 { margin: 15px 0 14px; color: var(--navy); font: 500 clamp(2rem, 2.6vw, 2.7rem)/1 "Cormorant Garamond", serif; letter-spacing: -.035em; }
.product-copy p { max-width: 460px; margin: 0 0 20px; color: var(--muted); font-size: .95rem; line-height: 1.7; }
.product-features { max-width: 390px; margin: -8px 0 20px; padding-left: 17px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; row-gap: 5px; color: var(--muted); opacity: .62; font-size: .85rem; line-height: 1.5; }
.product-features li { padding-left: 3px; }
.product-copy .btn { padding: 14px 19px; }
.product-copy .btn { width: fit-content; }
.product-image { min-width: 0; align-self: stretch; background: var(--navy); display: flex; align-items: center; }
.product-image img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; }
.products-nav { position: absolute; z-index: 3; top: 50%; left: -58px; right: -58px; transform: translateY(-50%); pointer-events: none; }
.products-nav > div { display: flex; justify-content: space-between; }
.products-nav .carousel-btn { pointer-events: auto; box-shadow: 0 8px 24px rgba(12,18,29,.14); }

.approach { display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); color: white; }
.approach-image { position: relative; min-height: 420px; }
.approach-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.approach-copy { padding: 40px 6vw 48px; display: flex; flex-direction: column; justify-content: center; }
.approach-copy h2 { color: white; font-size: clamp(2.6rem, 4vw, 3.8rem); }
.approach ol { list-style: none; padding: 24px 0 0; margin: 0; }
.approach li { display: block; border-top: 1px solid rgba(255,255,255,.15); padding: 16px 0; }
.approach li strong { font: 500 1.3rem "Cormorant Garamond", serif; }
.approach li p { font-size: .9rem; color: rgba(255,255,255,.5); margin: 5px 0 0; line-height: 1.6; }

.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-content: center; }
.contact-form label { display: block; }
.contact-form label.full { grid-column: 1 / -1; }
.contact-form label span { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 9px; }
.contact-form input, .contact-form textarea { width: 100%; color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); padding: 8px 0 12px; outline: 0; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #69b5ff; }
.contact-form button { width: fit-content; }
.form-note { font-size: .85rem; color: rgba(255,255,255,.7); margin: 0; align-self: center; }
.contact-form .form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

footer { background: #041724; color: rgba(255,255,255,.55); display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; padding: 48px 7vw 24px; font-size: .88rem; line-height: 1.8; }
.footer-main p { max-width: 350px; }
footer strong { display: block; color: white; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }
footer a { display: block; width: fit-content; }
footer a:hover { color: white; }
footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.page-nav { position: relative; background: var(--navy); }
.page-hero { min-height: auto; padding: 32px var(--page-gutter) 28px; background: var(--navy); color: white; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; top: 28px; right: 7vw; width: 72px; height: 72px; background: url(Images/ghana-star.svg) center/contain no-repeat; opacity: .07; z-index: 0; pointer-events: none; }
.page-hero .eyebrow, .page-hero h1, .page-hero p { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(3.2rem, 6vw, 5.5rem); margin: 0; }
.page-hero p { color: rgba(255,255,255,.62); line-height: 1.8; max-width: 620px; margin: 16px 0 0; font-size: 1.05rem; }
.page-hero .eyebrow { margin-bottom: 16px; }
.service-hero {
  min-height: min(440px, 56vh);
  padding: var(--section-space) var(--page-gutter);
  display: flex;
  align-items: flex-end;
  background-color: var(--navy);
  background-image: linear-gradient(105deg, rgba(12,18,29,.92) 0%, rgba(12,18,29,.82) 38%, rgba(12,18,29,.55) 68%, rgba(12,18,29,.35) 100%), var(--service-hero-image);
  background-size: cover;
  background-position: var(--service-bg-position, center);
}
.service-hero::before { display: none; }
.service-hero .page-hero-copy { position: relative; z-index: 2; max-width: 680px; }
.service-hero .page-hero-copy p { color: rgba(255,255,255,.78); }
.page-hero-copy { min-width: 0; }
.page-content { padding: var(--section-space) var(--page-gutter); }
.page-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  max-width: 820px;
}
.page-intro h2 {
  font-size: clamp(2.2rem, 3.2vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -.02em;
}
.page-intro .lead { margin-top: 0; font: 500 2rem/1.35 "Cormorant Garamond", serif; color: var(--navy-2); }

.page-intro p { color: var(--muted); line-height: 1.85; font-size: 1rem; }
.mission-vision { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: var(--section-gap); border-radius: 6px; overflow:hidden;  }
.mv-card { background: white; padding: 40px 36px; min-height: 180px; }
.mv-card .eyebrow { margin-bottom: 18px; }
.mv-card .lead { margin: 0; font: 500 1.8rem/1.35 "Cormorant Garamond", serif; color: var(--navy-2); }
.team-section { margin-top: var(--section-gap); }
.team-section h2 { margin-top: 0; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin-top: 36px;
  background: transparent;
  border: 0;
}
.team-card { padding: 0; min-height: 0; overflow: hidden; }
.team-photo { height: 140px; overflow: hidden; background: #eae5dc; border-radius: 10px; margin: 12px 12px 0; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.team-card h3 { padding: 14px 14px 0; margin-bottom: 4px; font-size: 1.2rem; }
.team-card p { padding: 0 14px 16px; margin: 0; color: var(--gh-green); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; line-height: 1.5; }
.value-grid, .article-grid, .contact-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  background: transparent;
  border: 0;
  margin-top: var(--section-gap);
}
.value-card, .team-card, .article-card, .contact-card { background: white; padding: 36px; min-height: 230px; }
.value-card, .article-card, .contact-card { box-shadow: 0 0 0 1px var(--line);border-radius: 6px; }
.value-card h3, .team-card h3, .article-card h3, .contact-card h3 { color: var(--navy-2); font: 500 1.6rem/1.2 "Cormorant Garamond", serif; margin: 0 0 12px; }
.value-card p, .team-card p, .article-card p, .contact-card p { color: var(--muted); font-size: .95rem; line-height: 1.75; }
.team-grid .team-card {
  display: block;
  width: 100%;
  min-height: 0;
  padding: 0 0 14px;
  border: 0;
  border-radius: 12px;
  color: inherit;
  background: white;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 0 0 1px var(--line);
  transition: transform .2s ease, box-shadow .2s ease;
}
.team-grid .team-card:hover { z-index: 1; transform: translateY(-3px); box-shadow: 0 10px 24px rgba(12,18,29,.1); }
.team-grid .team-card:focus-visible { position: relative; z-index: 2; outline: 3px solid var(--gh-gold); outline-offset: -3px; }
.team-grid .team-card h3 {
  padding: 12px 14px 0;
  margin: 0 0 4px;
  font: 500 1.15rem/1.2 "Cormorant Garamond", serif;
  color: var(--navy-2);
}
.team-grid .team-card p {
  padding: 0 14px;
  margin: 0;
  color: var(--gh-green);
  font-size: .72rem;
  line-height: 1.45;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.team-read-profile {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 14px 0;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 600;
}
.page-cta { margin-top: var(--section-gap); padding: 48px; background: var(--blue); color: white; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.page-cta h2 {
  color: white;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.25;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.article-card { min-height: 300px; display: flex; flex-direction: column; }
.article-card time { color: var(--blue); font-size: .78rem; letter-spacing: .1em; }
.article-card h3 { margin-top: 36px; }
.article-card a { color: var(--blue); font-size: .9rem; margin-top: auto; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.contact-layout .contact-form {
  padding: 48px;
  background: white;
  color: var(--ink);
  box-shadow: 0 0 0 1px var(--line);
  border-radius: 6px;
}
.contact-layout .contact-form label span {
  color: var(--navy-2);
  font: 500 1.6rem/1.2 "Cormorant Garamond", serif;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.contact-layout .contact-form input,
.contact-layout .contact-form textarea {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.75;
  border-bottom-color: var(--line);
}
.contact-layout .contact-form input:focus,
.contact-layout .contact-form textarea:focus {
  border-color: var(--blue);
}
.contact-layout .form-note {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.75;
}
.contact-layout .contact-form .btn-light {
  background: var(--blue);
  color: white;
}
.contact-layout .contact-form .btn-light:hover {
  background: #0356a8;
}
.contact-details { grid-template-columns: 1fr; margin-top: var(--section-gap); }
.contact-card { min-height: 0; }
.back-link { display: inline-flex; margin-bottom: 30px; color: var(--blue); font-size: .9rem; }
.back-link.light { color: rgba(255,255,255,.7); }
.back-link.light:hover { color: white; }

.article-hero { min-height: auto; padding-bottom: 56px; overflow: hidden; }
.article-hero-inner { display: grid; grid-template-columns: 1fr min(260px, 30%); gap: 40px; align-items: end; position: relative; z-index: 1; margin-top: 12px; }
.article-hero-inner:not(:has(.article-hero-media)) { grid-template-columns: 1fr; }
.article-hero-copy h1 { font-size: clamp(2rem, 3.8vw, 3.6rem); max-width: 620px; line-height: 1.02; }
.article-hero-media { margin: 0; }
.article-hero-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; box-shadow: 0 20px 40px rgba(0,0,0,.22); }
.article-content { padding-top: var(--section-space); }
.article-meta { display: flex; align-items: center; gap: 16px; margin: 0 0 18px; flex-wrap: wrap; }
.article-meta time { color: rgba(255,255,255,.55); font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.article-category { color: var(--gh-gold); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }

.article-body { max-width: 720px; color: var(--muted); font-size: 1.05rem; line-height: 1.85; }
.article-body > *:first-child { margin-top: 0; }
.article-body h2 { margin: 2.4em 0 .65em; font: 500 clamp(1.55rem, 2.6vw, 2.15rem)/1.15 "Cormorant Garamond", serif; color: var(--navy); }
.article-body h3 { margin: 1.8em 0 .55em; font: 500 1.3rem/1.25 "Cormorant Garamond", serif; color: var(--navy-2); }
.article-body h4 { margin: 1.4em 0 .45em; font: 600 .9rem/1.4 "DM Sans", sans-serif; color: var(--navy); text-transform: uppercase; letter-spacing: .1em; }
.article-body p { margin: 0 0 1.15em; }
.article-body ul, .article-body ol { margin: 0 0 1.25em; padding-left: 1.35em; }
.article-body li { margin-bottom: .45em; }
.article-body li:last-child { margin-bottom: 0; }
.article-body a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article-body a:hover { color: var(--navy-2); }
.article-body img { max-width: min(480px, 100%); height: auto; display: block; margin: 2em 0; border: 1px solid var(--line); border-radius: 6px; }
.article-body figure { margin: 2em 0; }
.article-body figcaption { margin-top: .6em; font-size: .88rem; color: var(--muted); }
.article-body blockquote { margin: 2em 0; padding: 1.2em 1.4em; border-left: 3px solid var(--gh-gold); background: var(--paper); color: var(--navy-2); font: 500 1.2rem/1.5 "Cormorant Garamond", serif; }
.article-body strong { color: var(--navy); font-weight: 600; }
.article-body hr { border: 0; border-top: 1px solid var(--line); margin: 2.5em 0; }
.article-body table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .95rem; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.article-body th { background: var(--paper); color: var(--navy); font-weight: 600; }
.service-detail { text-align: justify; max-width: 820px;}
.service-detail .lead { margin: 0 0 22px; font: 500 1.7rem/1.4 "Cormorant Garamond", serif; color: var(--navy-2); }
.service-body { max-width: 820px; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.service-body > *:first-child { margin-top: 0; }
.service-body p { margin: 0 0 18px; }
.service-body h2 { margin: 2em 0 .65em; font: 500 clamp(1.55rem, 2.6vw, 2.15rem)/1.15 "Cormorant Garamond", serif; color: var(--navy); }
.service-body h3 { margin: 1.6em 0 .55em; font: 500 1.3rem/1.25 "Cormorant Garamond", serif; color: var(--navy-2); }
.service-body ul, .service-body ol { margin: 0 0 1.25em; padding-left: 1.35em; }
.service-body li { margin-bottom: .45em; }
.service-body a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.service-body img { max-width: min(480px, 100%); height: auto; display: block; margin: 2em 0; border: 1px solid var(--line); border-radius: 6px; }
.service-body figure { margin: 2em 0; }
.service-body figcaption { margin-top: .6em; font-size: .88rem; color: var(--muted); }
.service-body blockquote { margin: 2em 0; padding: 1.2em 1.4em; border-left: 3px solid var(--gh-gold); background: var(--paper); color: var(--navy-2); font: 500 1.2rem/1.5 "Cormorant Garamond", serif; }
.service-block { margin-top: var(--section-gap); }
.service-block h2 { font-size: clamp(2.4rem, 4vw, 3.4rem); margin-bottom: 28px; }
.service-block > p { color: var(--muted); line-height: 1.85; font-size: 1rem; max-width: 820px; margin: 0 0 24px; }
.service-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.service-list li { padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .95rem; line-height: 1.75; }
.service-list li strong { display: block; color: var(--navy); font: 500 1.25rem/1.3 "Cormorant Garamond", serif; margin-bottom: 6px; }
.service-section-title {
  margin: var(--section-gap) 0 0;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
}
.service-section-title + .value-grid { margin-top: 28px; }

body.team-profile-open { overflow: hidden; }
.team-profile-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6,15,28,.82);
  backdrop-filter: blur(8px);
}
.team-profile-modal[hidden] { display: none; }
.team-profile-box {
  position: relative;
  width: min(620px, 100%);
  max-height: 82vh;
  padding: 48px;
  overflow-y: auto;
  border-top: 4px solid var(--gh-gold);
  background: white;
  box-shadow: 0 24px 80px rgba(11,43,92,.25);
}
.team-profile-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  background: var(--cream);
  cursor: pointer;
  font-size: 1.1rem;
}
.team-profile-close:hover,
.team-profile-close:focus-visible { color: white; border-color: var(--gh-green); background: var(--gh-green); }
.team-profile-name {
  max-width: calc(100% - 44px);
  margin: 0 0 5px;
  color: var(--navy-2);
  font: 600 clamp(2rem, 5vw, 2.7rem)/1.1 "Cormorant Garamond", serif;
}
.team-profile-role {
  margin: 0 0 24px;
  color: var(--gh-green);
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.team-profile-divider { height: 1px; margin-bottom: 24px; background: var(--line); }
.team-profile-bio {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.85;
  white-space: pre-line;
}

@media (max-width: 980px) {
  .nav-toggle { display: block; z-index: 2; }
  .nav-links { position: fixed; inset: 0; background: var(--navy); flex-direction: column; justify-content: center; gap: 26px; opacity: 0; visibility: hidden; transition: .25s; }
  .nav-links.open { opacity: 1; visibility: visible; }
  .nav-links a { font-size: 1.05rem; }
  .nav-dropdown { width: 100%; max-width: 320px; }
  .nav-dropdown-toggle { width: 100%; justify-content: center; font-size: 1.05rem; }
  .nav-dropdown-menu { position: static; transform: none; min-width: 0; width: 100%; margin-top: 8px; max-height: 0; overflow: hidden; opacity: 1; visibility: hidden; border: 0; padding: 0; transition: max-height .25s; }
  .nav-dropdown.open .nav-dropdown-menu { visibility: visible; max-height: 320px; border: 1px solid rgba(255,255,255,.12); padding: 6px 0; }
  .nav-dropdown-menu a { font-size: 1rem; text-align: center; white-space: normal; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-bottom: 0; }
  .hero-body { grid-template-columns: 1fr; padding-top: 88px; }
  .hero-visual { margin-top: 40px; padding-left: 0; justify-content: stretch; }
  .hero-visual::before {
    inset: -32px 0 0;
    background-size: min(72vw, 390px) auto;
    background-position: left 8px center;
  }
  .hero-trust { max-width: none; width: 100%; margin: 0; }
  .hero-strip { position: relative; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); height: auto; padding: 0; }
  .hero-strip > div { min-height: 82px; padding: 16px 24px; }
  .intro, .approach { grid-template-columns: 1fr; }
  .services-header { grid-template-columns: 1fr; }
  .platforms-header { grid-template-columns: 1fr; gap: 24px; }
  .platforms-header .eyebrow { grid-column: auto; }
  .product-slide { grid-template-columns: 1fr; }
  .product-copy { padding: 40px 36px; }
  .product-image { order: -1; }
  .product-image img { min-height: 0; height: auto; aspect-ratio: 3 / 2; }
  .products-nav { left: 12px; right: 12px; }
  .service-slide {
    padding: 36px 22px;
    min-height: 340px;
    align-items: flex-end;
    background-image: linear-gradient(180deg, rgba(12,18,29,.9) 0%, rgba(12,18,29,.78) 50%, rgba(12,18,29,.58) 100%), var(--service-slide-image);
  }
  .service-slide-copy { max-width: none; }
  .approach-image { min-height: 320px; }
  .page-intro, .contact-layout { grid-template-columns: 1fr; }
  .mission-vision { grid-template-columns: 1fr; }
  .value-grid, .article-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
}

@media (max-width: 768px) {
  .nav-logo img,
  .footer-main img { height: 42px; width: auto; }
}

@media (max-width: 620px) {
  :root {
    --page-gutter: 22px;
    --section-space: 52px;
    --section-gap: 44px;
  }
  .nav-inner { height: 76px; padding: 0 20px; }
  .hero-body { padding: 80px 22px 36px; }
  .page-home .hero h1 { font-size: 3.2rem; }
  h1 { font-size: 4.1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { display: flex; justify-content: stretch; }
  .hero-visual::before {
    inset: -22px 0 0;
    background-size: min(86vw, 330px) auto;
    background-position: center;
    opacity: .25;
  }
  .hero-trust-line { font-size: 1.7rem; max-width: none; padding-left: 22px; }
  .hero-trust-line::before,
  .hero-trust-line::after { font-size: 3rem; }
  .hero-trust-line::before { margin-left: -22px; }
  .hero-strip { grid-template-columns: 1fr; }
  .hero-strip > div { min-height: 82px; padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: var(--section-space) var(--page-gutter); }
  h2 { font-size: 3.5rem; }
  .intro .section-heading h2 {
    font-size: clamp(2.6rem, 9vw, 3.5rem);
    line-height: 1.22;
  }
  .services-header { gap: 25px; }
  .platforms-header { gap: 20px; }
  .products-carousel { margin-top: 10px; }
  .product-copy { padding: 34px 24px 38px; }
  .product-copy h3 { font-size: 2.3rem; }
  .service-slide { padding: 36px 22px; }
  .approach-image { min-height: 260px; }
  .approach-copy { padding: 36px 22px 44px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label.full { grid-column: auto; }
  footer { grid-template-columns: 1fr; padding: 44px 22px 20px; gap: 25px; }
  footer small { grid-column: 1; }
  .page-hero { padding: 28px var(--page-gutter) 24px; }
  .service-hero {
    min-height: 380px;
    padding: var(--section-space) var(--page-gutter);
    background-image: linear-gradient(180deg, rgba(12,18,29,.9) 0%, rgba(12,18,29,.78) 50%, rgba(12,18,29,.58) 100%), var(--service-hero-image);
  }
  .page-content { padding: var(--section-space) var(--page-gutter); }
  .value-grid, .article-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
  .team-photo { height: 120px; }
  .page-cta { padding: 36px 28px; flex-direction: column; align-items: flex-start; gap: 28px; }
  .page-cta h2 {
    white-space: normal;
    line-height: 1.4;
    letter-spacing: -.015em;
  }
  .article-hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .article-hero-media { max-width: 100%; }
  .contact-layout .contact-form { padding: 32px 24px; }
  .team-profile-modal { padding: 14px; }
  .team-profile-box { max-height: calc(100vh - 28px); padding: 42px 26px 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
