@font-face {
  font-family: "Geist";
  src: url("fonts/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.brand.dark img {
  filter: brightness(0) invert(1);
}

:root {
  --navy: #061a2b;
  --blue: #123b5c;
  --brand: #009ce0;
  --brand2: #336699;
  --ink: #13202b;
  --muted: #5e6a73;
  --line: #dce2e5;
  --paper: #f5f6f4;
  --white: #fff;
  --silver: #c1c1c1;
  --display: "Geist", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
.shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  background: #fff;
  padding: 10px 16px;
}
.skip:focus {
  transform: none;
}
.site-header {
  position: fixed;
  z-index: 50;
  inset: 14px 0 auto;
  color: #fff;
  pointer-events: none;
}
.mobile-menu-backdrop {
  display: none;
}
.nav-shell {
  height: 74px;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 22px;
  border: 1px solid #ffffff24;
  border-radius: 16px;
  background: rgba(6, 26, 43, 0.88);
  box-shadow: 0 14px 38px rgba(0, 10, 18, 0.2);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  pointer-events: auto;
}
.brand {
  width: 168px;
  display: block;
  position: relative;
  z-index: 2;
  cursor: pointer;
  pointer-events: auto;
}
.brand img {
  display: block;
  width: 100%;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}
.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 24px);
  margin-left: auto;
  font-size: 13px;
}
.nav a {
  opacity: 0.82;
  transition: 0.2s;
}
.nav a:hover,
.nav a:focus-visible {
  opacity: 1;
  color: #5bc7f5;
}
.nav-cta {
  border: 1px solid #ffffff50;
  padding: 11px 15px;
  opacity: 1 !important;
}
.menu {
  display: none;
}
.hero {
  min-height: 820px;
  background: linear-gradient(115deg, #041522 0%, #082943 52%, #0a3454 100%);
  position: relative;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#ffffff0d 1px, transparent 1px),
    linear-gradient(90deg, #ffffff0d 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, #000, transparent 75%);
}
.hero:after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid #ffffff22;
  border-radius: 50%;
  right: -130px;
  bottom: -120px;
}
.hero-orbit {
  position: absolute;
  right: 4%;
  top: 13%;
  width: 48%;
  height: 76%;
  opacity: 0.2;
  mix-blend-mode: screen;
}
.hero-orbit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 88px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand2);
  margin: 0 0 24px;
}
.eyebrow.light {
  color: #72cff6;
}
.hero h1,
.page-hero h1 {
  font-size: clamp(58px, 7.2vw, 110px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  max-width: 920px;
  margin: 0;
}
.hero-content > p:not(.eyebrow) {
  max-width: 590px;
  font-size: 20px;
  color: #c8d6df;
  margin: 34px 0;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  min-height: 52px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 650;
  transition: 0.25s;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: var(--brand);
  color: #001d2a;
}
.button.ghost {
  border-color: #ffffff4f;
  color: #fff;
}
.button.white {
  background: #fff;
  color: var(--navy);
}
.hero-note {
  position: absolute;
  right: 0;
  bottom: -180px;
  display: flex;
  gap: 18px;
  border-left: 1px solid #ffffff55;
  padding-left: 20px;
  color: #bbcad3;
}
.hero-note span {
  color: #65c9f4;
}
.hero-note p {
  margin: 0;
}
.intro-section,
.content-section {
  padding: 130px 0;
}
.split {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
}
.split h2,
.section-head h2,
.region h2,
.cta h2 {
  font-size: clamp(38px, 4.3vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 0;
}
.area-detail-section {
  padding-top: 150px;
}
.area-detail-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(56px, 7vw, 110px);
  align-items: start;
}
.area-detail-visual {
  display: grid;
  place-items: center;
  min-height: 470px;
  padding: clamp(38px, 5vw, 72px);
  background: linear-gradient(145deg, #f8f9f8, #edf1f2);
  border: 1px solid var(--line);
}
.area-detail-icon {
  display: block;
  width: min(100%, 390px);
  max-height: 390px;
  object-fit: contain;
}
.area-detail-copy {
  min-width: 0;
  padding-top: 18px;
}
.area-detail-copy h2 {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: clamp(36px, 3.6vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  overflow-wrap: break-word;
}
.area-detail-copy .disclaimer {
  max-width: 760px;
}
.large-copy {
  font-size: 23px;
  line-height: 1.55;
  color: #3c4b55;
  max-width: 850px;
}
.text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  font-weight: 650;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 6px;
}
.surface {
  background: var(--paper);
  padding: 120px 0;
}
.section-head {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 58px;
}
.section-head > p {
  color: var(--muted);
  margin: 0;
}
.area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cad1d5;
  border-left: 1px solid #cad1d5;
}
.area-card {
  padding: 28px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #cad1d5;
  border-bottom: 1px solid #cad1d5;
  position: relative;
  transition: 0.3s;
  background: #fff0;
}
.area-card:hover {
  background: #fff;
  transform: translateY(-5px);
}
.area-card .index {
  font-size: 12px;
  color: #7b858b;
}
.area-card img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  display: block;
  margin: 55px 0 36px;
}
.area-card h3 {
  font-size: 25px;
  line-height: 1.15;
  margin: 0 0 14px;
}
.area-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 24px;
}
.area-card .text-link {
  font-size: 13px;
  margin-top: auto;
  align-self: flex-start;
}
.region {
  background: var(--navy);
  color: #fff;
  padding: 130px 0;
}
.region-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  align-items: center;
}
.region h2 {
  margin-bottom: 30px;
}
.region p {
  color: #b8c6cf;
}
.region-map {
  aspect-ratio: 1;
  position: relative;
  border: 1px solid #ffffff22;
  border-radius: 50%;
  background: radial-gradient(circle at 45% 48%, #009ce02b, transparent 54%);
}
.region-map:before,
.region-map:after {
  content: "";
  position: absolute;
  inset: 17%;
  border: 1px solid #ffffff20;
  border-radius: 50%;
}
.region-map:after {
  inset: 34%;
}
.region-map span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 58px;
  font-weight: 200;
  letter-spacing: 0.18em;
  color: #ffffff42;
}
.map-line {
  position: absolute;
  height: 1px;
  background: #009ce080;
  transform-origin: left;
}
.l1 {
  width: 65%;
  left: 20%;
  top: 30%;
  transform: rotate(34deg);
}
.l2 {
  width: 58%;
  left: 24%;
  top: 70%;
  transform: rotate(-31deg);
}
.map-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #71d1fa;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #009ce022;
}
.d1 {
  left: 24%;
  top: 30%;
}
.d2 {
  right: 18%;
  top: 55%;
}
.d3 {
  left: 46%;
  bottom: 14%;
}
.ticks {
  list-style: none;
  padding: 0;
  margin: 34px 0;
}
.ticks li {
  padding: 13px 0;
  border-top: 1px solid #ffffff1f;
  position: relative;
}
.process-preview {
  padding: 120px 0;
}
.process-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.process-row > div {
  padding: 32px 26px 60px 0;
}
.process-row span {
  color: var(--brand);
  font-size: 12px;
}
.process-row h3 {
  font-size: 22px;
}
.selected {
  padding: 120px 0;
  background: #edf0f0;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.project-card {
  display: block;
}
.project-card[hidden] {
  display: none !important;
}
.project-visual {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  background: #123b5c;
}
.project-visual:before,
.project-visual:after {
  content: "";
  position: absolute;
  border: 1px solid #ffffff38;
  transform: rotate(35deg);
}
.project-visual:before {
  width: 85%;
  height: 85%;
  left: 8%;
  top: 8%;
}
.project-visual:after {
  width: 45%;
  height: 130%;
  right: 5%;
  top: -15%;
  background: #009ce018;
}
.pv2 {
  background: #24495f;
}
.pv3 {
  background: #0d2b3d;
}
.project-visual span {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 18px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.project-photo:before {
  background: linear-gradient(180deg, transparent 48%, rgba(5, 21, 30, 0.78));
  border: 0;
  inset: 0;
  width: auto;
  height: auto;
  transform: none;
  z-index: 1;
}
.project-photo:after {
  display: none;
}
.project-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.project-card:hover .project-photo img {
  transform: scale(1.035);
}
.project-card > p {
  color: var(--brand2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 20px 0 4px;
}
.project-card h3 {
  font-size: 27px;
  margin: 0;
}
.project-card > span {
  font-size: 13px;
  color: var(--muted);
}
.impact {
  padding: 130px 0;
  background: linear-gradient(110deg, #0b314d, #0a2438);
  color: #fff;
}
.impact .large-copy {
  color: #c3d0d8;
}
.cta {
  padding: 120px 0;
  color: #fff;
  background: var(--brand2);
  position: relative;
  overflow: hidden;
}
.cta:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid #ffffff2c;
  border-radius: 50%;
  right: -140px;
  top: -160px;
}
.cta h2 {
  font-size: clamp(46px, 6vw, 86px);
  margin-bottom: 45px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.3fr 1fr;
  gap: 50px;
  padding: 85px 0 60px;
}
footer {
  background: #04131f;
  color: #c1ccd3;
}
footer h3 {
  color: #fff;
  font-size: 13px;
  margin: 0 0 20px;
}
footer a,
footer address {
  display: block;
  font-size: 14px;
  margin: 9px 0;
  font-style: normal;
}
.footer-lead {
  font-size: 22px;
  color: #fff;
}
.fine {
  font-size: 12px !important;
  color: #82919a !important;
  max-width: 500px;
}
.footer-bottom {
  border-top: 1px solid #ffffff1f;
  padding: 20px 0 30px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.page-hero {
  padding: 210px 0 110px;
  background: linear-gradient(110deg, #051827, #0a3453);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "";
  position: absolute;
  right: -120px;
  top: 0;
  width: 580px;
  height: 580px;
  border: 1px solid #ffffff1c;
  border-radius: 50%;
}
.page-hero h1 {
  font-size: clamp(52px, 6vw, 88px);
}
.lede {
  font-size: 19px;
  max-width: 720px;
  color: #bed0dc;
  margin-top: 32px;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 100px;
}
.value-grid article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.value-grid h3 {
  font-size: 25px;
}
.value-grid p {
  color: var(--muted);
}
.cap-list > div {
  display: grid;
  grid-template-columns: 60px 1fr;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.cap-list span {
  color: var(--brand);
}
.cap-list h3 {
  margin: 0;
  font-size: 24px;
}
.group-ecosystem {
  padding: 120px 0;
  background: #071f2f;
  color: #fff;
}
.group-heading {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 70px;
}
.group-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
}
.group-parent {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  align-items: center;
}
.group-parent img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  filter: grayscale(1) invert(1) contrast(1.25);
  mix-blend-mode: screen;
}
.group-parent a {
  display: block;
  width: 110px;
  height: 110px;
}
.group-parent p,
.group-note {
  color: #b9cbd6;
}
.sector-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
.sector-card {
  border-top: 1px solid #ffffff40;
  padding-top: 18px;
}
.sector-label {
  min-height: 42px;
  margin: 0 0 18px;
  color: #66c8ee;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.company-list {
  display: grid;
  gap: 12px;
}
.company-mark {
  min-width: 0;
  color: #fff;
  padding: 18px 0;
  border-top: 1px solid #ffffff1f;
}
.company-logo {
  height: 72px;
  display: grid;
  place-items: center start;
  overflow: hidden;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
a.company-logo:hover,
a.company-logo:focus-visible {
  opacity: 0.78;
  transform: translateY(-2px);
}
.company-logo img {
  width: min(100%, 180px);
  height: 68px;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1) invert(1) contrast(1.35);
  mix-blend-mode: screen;
}
.company-logo span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid #66c8ee;
  color: #fff;
  font-size: 24px;
}
.company-mark strong {
  display: block;
  margin-top: 11px;
  color: #dce8ee;
  font-size: 13px;
  font-weight: 500;
}
.group-note {
  margin-top: 34px;
  font-size: 12px;
}
.process-list article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding: 40px 0;
}
.process-list article > span {
  font-size: 14px;
  color: var(--brand);
}
.process-list h2 {
  font-size: 36px;
  margin: 0;
}
.process-list p {
  color: var(--muted);
  max-width: 700px;
}
.process-list article > div {
  min-width: 0;
}
.three-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.three-cols h2 {
  font-size: 34px;
}
.three-cols h3 {
  font-size: 25px;
}
.disclaimer {
  background: #e7eef1;
  padding: 28px;
  margin-top: 40px;
}
.disclaimer .shell {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
}
.page-pad {
  padding-top: 80px;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
}
.filters button,
.form-tabs button {
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 16px;
}
.filters button.active,
.form-tabs button.active {
  background: var(--navy);
  color: #fff;
}
.project-landing {
  padding: 90px 0 120px;
}
.project-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 110px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.project-meta-grid > div {
  min-width: 0;
  padding: 26px 28px 28px;
  border-left: 1px solid var(--line);
}
.project-meta-grid > div:first-child {
  border-left: 0;
}
.project-meta-icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid #69c8ec;
  color: var(--brand2);
  font-size: 20px;
}
.project-meta-grid dt {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.project-meta-grid dd {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}
.project-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 110px;
  align-items: start;
  margin-bottom: 72px;
  scroll-margin-top: 110px;
}
.project-overview h2,
.project-gallery-heading h2 {
  max-width: 680px;
  margin: 0;
}
.project-overview > p {
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}
.project-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 120px;
  border-top: 1px solid var(--line);
}
.project-highlights article {
  min-height: 180px;
  padding: 24px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.project-highlights article:last-child {
  border-right: 0;
}
.project-highlights span {
  color: var(--brand2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.project-highlights p {
  max-width: 220px;
  margin: 58px 0 0;
  font-size: 16px;
  line-height: 1.45;
}
.project-gallery-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 38px;
}
.project-gallery-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.project-gallery {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-auto-rows: 250px;
  gap: 16px;
  scroll-margin-top: 110px;
}
.project-gallery.single {
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(420px, 58vw);
}
.project-gallery.extended {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.project-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}
.project-gallery figure:first-child {
  grid-row: span 2;
}
.project-gallery.extended figure:first-child {
  grid-column: span 2;
}
.project-gallery.single figure:first-child {
  grid-row: auto;
}
.project-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.project-gallery figure:hover img {
  transform: scale(1.025);
}
.project-external {
  display: flex;
  justify-content: flex-end;
  margin: -48px 0 72px;
}
.project-disclaimer {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.team-grid > a {
  min-width: 0;
}
.portrait {
  aspect-ratio: 4/5;
  background: linear-gradient(150deg, #edf0f1, #cbd5da);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 72px;
  font-weight: 200;
  letter-spacing: -0.08em;
  overflow: hidden;
  position: relative;
}
.portrait:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  transform: rotate(35deg);
}
.profile-photo:after {
  display: none;
}
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.86) contrast(1.02);
}
.team-grid h2 {
  font-size: 27px;
  margin-bottom: 0;
}
.team-grid p {
  color: var(--muted);
  margin-top: 4px;
}
.profile {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: center;
}
.profile > * {
  min-width: 0;
}
.profile h2 {
  font-size: 42px;
  line-height: 1.15;
}
.profile p {
  font-size: 18px;
  color: var(--muted);
}
.profile-bio {
  display: grid;
  gap: 16px;
}
.profile-bio p {
  margin: 0;
  line-height: 1.7;
}
.team-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-style: normal;
}
.team-contact a {
  color: var(--brand2);
  font-weight: 650;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: color 0.2s, text-decoration-color 0.2s;
}
.team-contact a:hover {
  color: var(--brand);
  text-decoration-color: currentColor;
}
.insight-grid > a {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  gap: 30px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding: 34px 0;
}
.insight-grid h2 {
  font-size: 27px;
  margin: 0;
}
.insight-grid p,
.insight-grid > span {
  color: var(--muted);
}
.article {
  max-width: 850px;
  padding-top: 100px;
  padding-bottom: 120px;
}
.article h2 {
  font-size: 34px;
  margin-top: 55px;
}
.article > p {
  font-size: 19px;
  color: #394954;
}
.byline {
  font-size: 13px !important;
  color: var(--brand2) !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
}
.contact-link {
  font-size: 24px;
  display: block;
  margin: 12px 0;
}
.contact-grid address {
  font-style: normal;
  margin: 24px 0;
  color: var(--muted);
}
.form-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.form-wrap form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.form-wrap label {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 650;
  gap: 7px;
}
.form-wrap label span {
  font-weight: 400;
  color: var(--muted);
}
.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  border: 1px solid #cad2d6;
  background: #fff;
  padding: 13px;
  border-radius: 0;
}
.form-wrap input:focus,
.form-wrap select:focus,
.form-wrap textarea:focus {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.full {
  grid-column: 1/-1;
}
.consent {
  flex-direction: row !important;
  align-items: flex-start;
}
.consent input {
  width: 18px !important;
  margin-top: 3px;
}
.form-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-bottom p {
  font-size: 13px;
}
.hp {
  position: absolute !important;
  left: -9999px !important;
}
@media (max-width: 1000px) {
  .site-header.menu-open .mobile-menu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    background: var(--navy);
    pointer-events: auto;
    z-index: 0;
  }
  .nav-shell {
    position: relative;
    z-index: 3;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    background: transparent;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: calc(110px + env(safe-area-inset-top))
      max(32px, env(safe-area-inset-right))
      calc(40px + env(safe-area-inset-bottom))
      max(32px, env(safe-area-inset-left));
    gap: 17px;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 2;
  }
  .nav.open {
    display: flex;
  }
  .nav a {
    font-size: 22px;
  }
  .menu {
    margin-left: auto;
    display: block;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .menu span {
    display: block;
    height: 1px;
    background: #fff;
    margin: 6px;
  }
  .menu b {
    position: absolute;
    font-size: 0;
  }
  .area-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-head {
    grid-template-columns: 1fr;
  }
  .region-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .area-detail-section {
    padding-top: 110px;
  }
  .area-detail-layout {
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    gap: 48px;
  }
  .area-detail-visual {
    min-height: 360px;
    padding: 42px;
  }
  .area-detail-icon {
    max-height: 300px;
  }
  .area-detail-copy h2 {
    font-size: clamp(34px, 5.2vw, 48px);
  }
  .value-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sector-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .group-heading {
    grid-template-columns: 1fr;
  }
  .project-grid,
  .team-grid,
  .three-cols {
    grid-template-columns: 1fr 1fr;
  }
  .profile {
    gap: 44px;
    align-items: start;
  }
  .profile h2 {
    font-size: 36px;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: 2;
  }
  .insight-grid > a {
    grid-template-columns: 1fr 2fr;
  }
  .project-meta-grid,
  .project-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-meta-grid > div:nth-child(3) {
    border-left: 0;
  }
  .project-meta-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .project-overview {
    gap: 55px;
  }
  .project-gallery.extended {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-gallery.extended figure:first-child {
    grid-column: span 2;
  }
  .hero-note {
    display: none;
  }
}
@media (max-width: 640px) {
  .shell {
    width: min(100% - 32px, 1240px);
  }
  .site-header {
    inset: max(10px, env(safe-area-inset-top)) 0 auto;
  }
  .nav-shell {
    height: 64px;
    padding: 0 14px;
    border-radius: 14px;
  }
  .brand {
    width: 138px;
  }
  .hero {
    min-height: 720px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-content > p:not(.eyebrow) {
    font-size: 17px;
  }
  .hero-orbit {
    width: 90%;
    right: -35%;
    top: 10%;
  }
  .intro-section,
  .content-section,
  .surface,
  .region,
  .process-preview,
  .selected,
  .impact,
  .cta,
  .group-ecosystem {
    padding: 68px 0;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .split > * {
    min-width: 0;
  }
  .area-detail-section {
    padding-top: 82px;
  }
  .area-detail-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .area-detail-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
    padding: 34px;
  }
  .area-detail-icon {
    width: min(100%, 250px);
    max-height: 250px;
  }
  .area-detail-copy {
    padding-top: 0;
  }
  .area-detail-copy h2 {
    font-size: clamp(32px, 9.6vw, 42px);
    line-height: 1.06;
  }
  .large-copy {
    font-size: 19px;
  }
  .area-grid,
  .project-grid,
  .team-grid,
  .three-cols,
  .value-grid,
  .sector-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .team-grid {
    gap: 58px;
  }
  .group-heading {
    gap: 36px;
    margin-bottom: 45px;
  }
  .group-parent {
    grid-template-columns: 82px 1fr;
  }
  .group-parent img {
    width: 82px;
    height: 82px;
  }
  .group-parent a {
    width: 82px;
    height: 82px;
  }
  .sector-card {
    padding-top: 16px;
  }
  .sector-label {
    min-height: 0;
    margin-bottom: 12px;
  }
  .company-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }
  .company-mark {
    display: flex;
    min-height: 116px;
    flex-direction: column;
    padding: 14px 0 12px;
  }
  .company-logo {
    width: 100%;
    height: 58px;
    place-items: center;
  }
  .company-logo img {
    width: min(100%, 120px);
    height: 54px;
    object-position: center;
  }
  .company-mark strong {
    margin-top: 8px;
    text-align: center;
    line-height: 1.35;
  }
  .group-note {
    margin-top: 28px;
  }
  .area-card {
    min-height: 360px;
    padding: 24px;
  }
  .area-card img {
    margin: 38px 0 30px;
  }
  .section-head {
    gap: 22px;
    margin-bottom: 35px;
  }
  .process-row {
    grid-template-columns: 1fr 1fr;
  }
  .region-map {
    margin-bottom: 30px;
  }
  .page-hero {
    padding: 138px 0 64px;
  }
  .page-hero h1 {
    font-size: clamp(40px, 12vw, 46px);
    line-height: 1;
    overflow-wrap: break-word;
  }
  .page-hero .lede {
    margin-top: 24px;
    font-size: 17px;
  }
  .project-landing {
    padding: 62px 0 82px;
  }
  .project-meta-grid {
    margin-bottom: 72px;
  }
  .project-meta-grid > div {
    min-height: 165px;
    padding: 20px 16px;
  }
  .project-meta-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .project-meta-grid dd {
    font-size: 15px;
  }
  .project-overview {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 54px;
  }
  .project-overview > p {
    margin-top: 0;
    font-size: 17px;
  }
  .project-highlights {
    margin-bottom: 82px;
  }
  .project-highlights article {
    min-height: 148px;
    padding: 18px 16px;
  }
  .project-highlights article:nth-child(even) {
    border-right: 0;
  }
  .project-highlights p {
    margin-top: 36px;
    font-size: 14px;
  }
  .project-gallery-heading {
    display: block;
    margin-bottom: 24px;
  }
  .project-gallery-heading > p {
    margin-top: 18px;
  }
  .project-gallery,
  .project-gallery.single,
  .project-gallery.extended {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
    gap: 12px;
  }
  .project-gallery figure:first-child,
  .project-gallery.extended figure:first-child {
    grid-column: auto;
    grid-row: auto;
  }
  .project-external {
    justify-content: flex-start;
    margin: -42px 0 62px;
  }
  .process-list article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 30px 0;
  }
  .process-list h2 {
    font-size: 26px;
    line-height: 1.15;
  }
  .process-list p {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .profile {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .team-list-section,
  .profile-section,
  .strategy-process-section {
    padding-top: 54px;
  }
  .team-grid .portrait {
    aspect-ratio: 5 / 6;
    max-height: none;
  }
  .profile .portrait {
    width: min(100%, 410px);
    aspect-ratio: 5 / 6;
    max-height: none;
  }
  .profile h2 {
    margin-top: 0;
    font-size: clamp(31px, 9vw, 36px);
    overflow-wrap: anywhere;
  }
  .profile p {
    font-size: 16px;
  }
  .filters {
    flex-wrap: nowrap;
    margin-inline: -16px;
    padding-inline: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .filters::-webkit-scrollbar {
    display: none;
  }
  .filters button {
    flex: 0 0 auto;
  }
  .insight-grid > a {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    gap: 45px;
  }
  .form-wrap form {
    grid-template-columns: 1fr;
  }
  .full {
    grid-column: auto;
  }
  .form-tabs button {
    flex: 1 1 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    display: block;
  }
  .actions .button {
    width: 100%;
  }
  .three-cols {
    gap: 25px;
  }
  .disclaimer .shell {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover,
  .area-card:hover {
    transform: none;
  }
}
