@font-face {
  font-family: Roboto;
  src: url("./Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url("./Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url("./Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url("./Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
:root {
  --white: #f1f2f2;
  --muted: #909799;
  --line: rgba(255, 255, 255, 0.2);
  --glass: rgba(17, 23, 25, 0.64);
}
* {
  box-sizing: border-box;
}
button,
input,
select,
textarea {
  margin: 0;
}
html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #070909;
  color: var(--white);
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}
button,
a {
  font: inherit;
  color: inherit;
}
.world {
  position: fixed;
  inset: 0;
  background: url("./synaptron-industrial-cathedral.webp") 50% 50% / cover
    no-repeat;
  filter: grayscale(1) contrast(1.1) brightness(0.58);
  z-index: 0;
}
.world:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 48%, #0203030a, #0203038f 72%),
    linear-gradient(90deg, #0203039e, #0508090f 54%, #0305061f);
}
.deck-shell {
  height: 100dvh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.deck-header {
  height: 82px;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 5.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: #05070894;
  backdrop-filter: blur(28px) saturate(0);
  -webkit-backdrop-filter: blur(28px) saturate(0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.deck-header button {
  border: 0;
  background: none;
  cursor: pointer;
}
.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.deck-header nav {
  justify-self: end;
  display: flex;
  gap: 32px;
}
.deck-header nav button,
.menu-link {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #aab0b2;
}
.menu-link {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 11px;
}
.menu-mark {
  width: 27px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.menu-mark i {
  height: 1px;
  background: #fff;
}
.menu-mark i:last-child {
  width: 16px;
  transition: 0.2s;
}
.menu-link:hover .menu-mark i:last-child {
  width: 27px;
}
.deck-stage {
  position: absolute;
  inset: 82px 0 64px;
}
.deck-slide {
  position: absolute;
  inset: 0;
  padding: 4.2vh 8vw 3.5vh;
  opacity: 0;
  visibility: hidden;
  transform: translate(34px) scale(0.992);
  transition:
    opacity 0.5s ease,
    transform 0.6s ease,
    visibility 0.5s;
  pointer-events: none;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 2.7vh;
}
.deck-slide.active {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}
.slide-head {
  display: grid;
  grid-template-columns: 0.45fr 1fr 0.65fr;
  align-items: end;
}
.slide-head > span,
.contact-copy > span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #969d9f;
}
.slide-head h2 {
  font-size: clamp(34px, 3.7vw, 60px);
  font-weight: 300;
  line-height: 1.02;
  margin: 0;
}
.slide-head > p {
  font-size: 15px;
  line-height: 1.5;
  color: #9ba2a4;
  margin: 0 0 3px;
}
.glass-panel {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(120deg, #1c2325a6, #080c0d7a);
  box-shadow:
    inset 0 1px #ffffff1a,
    0 30px 90px #0000004d;
  backdrop-filter: blur(34px) saturate(0);
  -webkit-backdrop-filter: blur(34px) saturate(0);
}
.hero-card {
  display: block;
  padding: 0;
}
.hero-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #020303d4, #0203031f);
  z-index: -1;
}
.hero-copy {
  position: absolute;
  left: 9vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.hero-copy > p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: #a5abad;
}
.hero-copy h1 {
  font-size: clamp(54px, 6vw, 96px);
  line-height: 0.93;
  font-weight: 300;
  letter-spacing: -0.025em;
  margin: 25px 0;
}
.hero-copy h1 strong {
  font-weight: 300;
}
.hero-copy > span {
  font-size: 16px;
  color: #9ca3a5;
}
.hero-copy > button {
  display: block;
  margin-top: 45px;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: #ffffff0a;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 10px;
  cursor: pointer;
  backdrop-filter: blur(16px);
}
.hero-copy > button:hover {
  background: #fff;
  color: #101314;
}
.hero-system {
  position: absolute;
  width: min(43vw, 620px);
  aspect-ratio: 1;
  right: 6vw;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.65;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  inset: 8%;
}
.orbit-b {
  inset: 22%;
  border-color: #ffffff21;
}
.orbit:after,
.orbit:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  transform: rotate(45deg);
}
.orbit:before {
  transform: rotate(-45deg);
}
.core {
  position: absolute;
  inset: 34%;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0c111275;
  backdrop-filter: blur(20px);
}
.core span {
  font-size: 13px;
  letter-spacing: 0.18em;
}
.core small {
  text-align: center;
  color: #858d8f;
  font-size: 9px;
  margin-top: 8px;
  text-transform: uppercase;
}
.node {
  position: absolute;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #080c0d85;
  font-size: 10px;
  font-style: normal;
}
.n1 {
  top: 0;
  left: 45%;
}
.n2 {
  right: 0;
  top: 45%;
}
.n3 {
  bottom: 0;
  left: 45%;
}
.n4 {
  left: 0;
  top: 45%;
}
.capability-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
}
.capability-panel article,
.editorial-grid article,
.mandate-deck article,
.legal-panel article {
  padding: 2.6vh 1.8vw;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.capability-panel article:nth-child(4n),
.editorial-grid article:last-child {
  border-right: 0;
}
.capability-panel article:nth-child(n + 5) {
  border-bottom: 0;
}
.glass-panel small {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #aab0b2;
}
.glass-panel h3 {
  font-size: clamp(20px, 1.65vw, 28px);
  font-weight: 300;
  margin: 3.2vh 0 12px;
}
.glass-panel p {
  font-size: 14px;
  line-height: 1.6;
  color: #aeb4b6;
  margin: 0;
}
.slide-note {
  margin: 0;
  max-width: 950px;
  font-size: 15px;
  line-height: 1.5;
  color: #b0b5b7;
}
.editorial-grid.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.editorial-grid article {
  border-bottom: 0;
  display: flex;
  flex-direction: column;
}
.editorial-grid article strong {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #e0e3e3;
  margin: 0;
}
.editorial-grid article p {
  margin-top: auto;
}
.expertise-profiles article {
  justify-content: flex-start;
}
.expertise-profiles article h3 {
  margin-top: 4.8vh;
}
.expertise-profiles article strong {
  min-height: 74px;
  margin-bottom: 3.4vh;
}
.expertise-profiles ul {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.expertise-profiles li {
  position: relative;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1.45;
  color: #aeb4b6;
}
.expertise-profiles li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 4px;
  height: 4px;
  background: #e4e6e6;
}
.deck-cta {
  justify-self: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  text-decoration: none;
}
.mandate-deck {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.mandate-deck article {
  border-bottom: 0;
}
.mandate-deck article:last-child {
  border-right: 0;
}
.perspective-grid article h3 {
  margin-top: 5vh;
  line-height: 1.3;
}
.perspective-grid article p {
  font-size: 15px;
  line-height: 1.65;
}
.contact-card {
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 6vw;
}
.contact-copy > p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #aeb4b6;
  margin: 40px 0 15px;
}
.contact-copy h2 {
  font-size: clamp(52px, 6vw, 90px);
  font-weight: 300;
  line-height: 0.95;
  margin: 0;
}
.contact-copy > a {
  display: inline-block;
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 12px;
  text-decoration: none;
}
.contact-data {
  padding: 4vw;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.contact-data a {
  font-size: 20px;
  text-decoration: none;
}
.contact-data span {
  font-size: 15px;
  color: #aeb4b6;
}
.legal-title {
  grid-template-columns: 0.45fr 1fr 0.65fr;
}
.legal-tabs {
  display: flex;
  justify-content: flex-end;
}
.legal-tabs button {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #ffffff06;
  padding: 14px 24px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #828a8c;
  cursor: pointer;
}
.legal-tabs button + button {
  border-left: 0;
}
.legal-tabs button.active {
  color: #fff;
  background: #ffffff14;
}
.legal-panel {
  display: grid;
}
.legal-panel.imprint {
  grid-template-columns: 1fr 1fr;
}
.legal-panel.privacy {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
}
.legal-panel article {
  padding: 2.2vh 1.6vw;
}
.legal-panel.imprint article:nth-child(2n),
.legal-panel.privacy article:nth-child(4n) {
  border-right: 0;
}
.legal-panel.imprint article:nth-child(n + 3) {
  border-bottom: 0;
}
.legal-panel.privacy article:nth-child(n + 5) {
  border-bottom: 0;
}
.legal-panel.privacy article:last-child {
  grid-column: 3/5;
  border-right: 0;
}
.legal-panel a {
  color: #d9dddd;
  text-decoration: none;
}
.legal-panel strong {
  font-weight: 400;
  color: #e7e9e9;
}
.index-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: #020404bf;
  backdrop-filter: blur(30px);
  display: grid;
  place-items: center;
}
.index-card {
  width: min(1050px, 84vw);
  min-height: 610px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #0b1011b8;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  position: relative;
  box-shadow: 0 35px 100px #00000073;
}
.index-card > div {
  padding: 55px;
}
.index-card > div span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #969d9f;
}
.index-card h2 {
  font-size: 48px;
  line-height: 1.05;
  font-weight: 300;
  margin-top: 90px;
}
.index-card ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.index-card li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.index-card li:last-child {
  border-bottom: 0;
}
.index-card li button {
  width: 100%;
  min-height: 86px;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  text-align: left;
  padding: 0 30px;
  cursor: pointer;
}
.index-card li button:hover {
  background: #ffffff12;
}
.index-card li span {
  font-size: 10px;
  color: #7e8789;
}
.index-card li strong {
  font-size: 22px;
  font-weight: 300;
}
.index-close {
  position: absolute;
  right: -1px;
  top: -48px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #0b1011cc;
  color: #fff;
  cursor: pointer;
}
.deck-controls {
  height: 64px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 55;
  padding: 0 5.5vw;
  display: flex;
  align-items: center;
  gap: 17px;
  background: #050708a8;
  backdrop-filter: blur(24px);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.copyright {
  font-size: 9px;
  color: #737b7d;
}
.progress {
  height: 1px;
  background: #ffffff26;
  flex: 1;
  margin-left: 4vw;
}
.progress i {
  display: block;
  height: 1px;
  background: #dfe1e1;
  transition: width 0.5s;
}
.counter {
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #8c9496;
  margin: 0 8px;
}
.deck-controls button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #ffffff06;
  cursor: pointer;
}
.deck-controls button:hover {
  background: #fff;
  color: #111;
}
@media (max-width: 900px) {
  .deck-header {
    grid-template-columns: 1fr auto;
  }
  .deck-header nav {
    display: none;
  }
  .brand {
    justify-self: end;
  }
  .deck-stage {
    bottom: 58px;
  }
  .deck-slide {
    padding: 3vh 5vw;
    overflow-y: auto;
  }
  .slide-head,
  .legal-title {
    grid-template-columns: 1fr;
  }
  .slide-head h2 {
    margin: 15px 0;
  }
  .slide-head > p {
    display: none;
  }
  .glass-panel {
    min-height: max-content;
  }
  .capability-panel,
  .editorial-grid.four,
  .mandate-deck,
  .legal-panel.privacy,
  .legal-panel.imprint {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .glass-panel article {
    min-height: 160px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  }
  .hero-system {
    opacity: 0.24;
    width: 72vw;
    right: -22vw;
  }
  .hero-copy {
    left: 7vw;
  }
  .hero-copy h1 {
    font-size: 52px;
  }
  .contact-card {
    grid-template-columns: 1fr;
  }
  .legal-tabs {
    justify-content: flex-start;
    margin-top: 15px;
  }
  .index-card {
    grid-template-columns: 1fr;
    width: 90vw;
    min-height: auto;
    max-height: 80vh;
    overflow: auto;
  }
  .index-card > div {
    display: none;
  }
  .index-card ol {
    border: 0;
  }
  .copyright,
  .progress {
    display: none;
  }
  .deck-controls {
    height: 58px;
    padding: 0 5vw;
  }
  .counter {
    margin-left: auto;
  }
  .privacy article:last-child {
    grid-column: auto !important;
  }
}
@media (max-width: 560px) {
  .deck-stage {
    top: 70px;
  }
  .deck-header {
    height: 70px;
    padding: 0 6vw;
  }
  .brand {
    font-size: 16px;
  }
  .menu-link span {
    display: none;
  }
  .deck-slide {
    padding: 3vh 6vw;
  }
  .hero-copy h1 {
    font-size: 44px;
  }
  .hero-copy > span {
    font-size: 13px;
  }
  .capability-panel,
  .editorial-grid.four,
  .mandate-deck,
  .legal-panel.privacy,
  .legal-panel.imprint {
    grid-template-columns: 1fr;
  }
  .glass-panel article {
    border-right: 0;
  }
  .slide-head h2 {
    font-size: 36px;
  }
  .contact-copy h2 {
    font-size: 50px;
  }
  .legal-tabs button {
    padding: 12px 16px;
  }
}
.deck-header nav button,
.menu-link {
  font-size: 11px;
  color: #c0c5c6;
}
.slide-head > span,
.contact-copy > span {
  font-size: 11px;
  color: #b0b6b8;
}
.slide-head > p {
  font-size: 17px;
  color: #b7bcbd;
}
.copyright,
.counter {
  font-size: 10px;
  color: #a1a8aa;
}
.legal-tabs button {
  font-size: 10px;
}
.legal-panel p {
  font-size: 13px;
  color: #b2b8ba;
}
.glass-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #3742456b, #171f21ad 34%, #070b0c94);
  border: 1px solid rgba(232, 240, 242, 0.38);
  box-shadow:
    inset 1px 1px #fff3,
    inset -1px -1px #0000008c,
    inset 0 18px 45px #ffffff06,
    0 26px 75px #0000007a,
    0 4px 18px #00000059;
  backdrop-filter: blur(48px) brightness(0.82) contrast(1.13) saturate(0);
  -webkit-backdrop-filter: blur(48px) brightness(0.82) contrast(1.13)
    saturate(0);
}
.glass-panel:before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  inset: 0;
  background:
    linear-gradient(
      118deg,
      rgba(255, 255, 255, 0.105) 0%,
      rgba(255, 255, 255, 0.028) 18%,
      transparent 39%
    ),
    radial-gradient(
      ellipse at 18% 0%,
      rgba(255, 255, 255, 0.1),
      transparent 38%
    );
  mix-blend-mode: screen;
}
.glass-panel:after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: -35%;
  bottom: -35%;
  left: -32%;
  width: 20%;
  transform: skew(-16deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.09),
    transparent
  );
  opacity: 0;
}
.deck-slide.active .glass-panel:after {
  animation: glass-sweep 1.25s ease-out 0.18s 1;
}
@keyframes glass-sweep {
  0% {
    left: -32%;
    opacity: 0;
  }
  18% {
    opacity: 0.7;
  }
  to {
    left: 116%;
    opacity: 0;
  }
}
.glass-panel > *,
.glass-panel article {
  position: relative;
  z-index: 1;
}
.glass-panel article {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.035),
    transparent 54%
  );
  box-shadow: inset 0 1px #ffffff0b;
}
.deck-header,
.deck-controls {
  background: linear-gradient(180deg, #171d1fb8, #050809a8);
  border-color: #ecf2f438;
  box-shadow:
    inset 0 1px #ffffff1f,
    0 14px 40px #00000052;
  backdrop-filter: blur(38px) brightness(0.78) saturate(0);
  -webkit-backdrop-filter: blur(38px) brightness(0.78) saturate(0);
}
.index-card {
  background: linear-gradient(135deg, #2a3336b8, #090e0fc2);
  border-color: #eff5f666;
  box-shadow:
    inset 1px 1px #ffffff2b,
    0 40px 110px #000000a3;
  backdrop-filter: blur(52px) brightness(0.8) saturate(0);
  -webkit-backdrop-filter: blur(52px) brightness(0.8) saturate(0);
}
@media (prefers-reduced-motion: reduce) {
  .deck-slide.active .glass-panel:after {
    animation: none;
  }
}
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.brand > span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.brand > small {
  margin-top: 6px;
  color: #969ea0;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.profile-card {
  display: block;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.profile-photo {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 34%;
  overflow: hidden;
}
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 20%;
  filter: grayscale(1) brightness(0.68) contrast(1.14);
  transform: scale(1.015);
}
.profile-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #080c0d, #080c0df0 22%, #080c0d6b 58%, #080c0d1a),
    linear-gradient(0deg, rgba(8, 12, 13, 0.52), transparent 56%);
}
.profile-body {
  position: relative;
  z-index: 2;
  max-width: 72%;
  min-height: 560px;
  padding: 4vh 2.8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile-body > small {
  margin-bottom: 4vh;
}
@media (max-width: 900px) {
  .profile-card {
    display: grid;
    grid-template-rows: 280px auto;
  }
  .profile-photo {
    position: relative;
    inset: auto;
    height: 280px;
  }
  .profile-photo img {
    object-position: 50% 24%;
    filter: grayscale(1) brightness(0.72) contrast(1.12);
  }
  .profile-photo:after {
    background: linear-gradient(0deg, #080c0dfa, #080c0d26 58%, #080c0d14);
  }
  .profile-body {
    max-width: none;
    min-height: auto;
    padding: 30px;
  }
  .profile-body > small {
    margin-bottom: 24px;
  }
}
@media (max-width: 560px) {
  .brand > span {
    font-size: 15px;
  }
  .brand > small {
    margin-top: 4px;
    font-size: 5px;
    letter-spacing: 0.12em;
  }
  .profile-card {
    grid-template-rows: 240px auto;
  }
  .profile-photo {
    height: 240px;
  }
  .profile-body {
    padding: 26px;
  }
}
.capability-panel .capability-card {
  position: relative;
  z-index: 1;
  padding: 2.6vh 1.8vw;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.035),
    transparent 54%
  );
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 0.25s;
}
.capability-panel .capability-card:nth-child(4n) {
  border-right: 0;
}
.capability-card small {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #aab0b2;
}
.capability-card h3 {
  font-size: clamp(20px, 1.65vw, 28px);
  font-weight: 300;
  margin: 3.2vh 0 12px;
}
.capability-card p {
  font-size: 14px;
  line-height: 1.55;
  color: #b3b9ba;
  margin: 0;
  max-width: 300px;
}
.capability-card > span {
  position: absolute;
  right: 1.8vw;
  bottom: 2.2vh;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #858d8f;
}
.capability-card:hover {
  background: linear-gradient(145deg, #ffffff1c, #ffffff05);
}
.capability-card:hover > span {
  color: #fff;
}
.capability-overlay {
  position: fixed;
  inset: 0;
  z-index: 85;
  background: #020404ba;
  backdrop-filter: blur(26px);
  display: grid;
  place-items: center;
}
.capability-detail {
  width: min(1280px, 84vw);
  height: min(680px, 76vh);
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: visible;
}
.capability-detail > header {
  padding: 34px 38px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  grid-template-columns: 0.35fr 1fr 0.8fr;
  align-items: end;
}
.capability-detail > header span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca4a6;
}
.capability-detail > header h2 {
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1;
  font-weight: 300;
  margin: 0;
}
.capability-detail > header p {
  font-size: 16px;
  line-height: 1.45;
  color: #c0c5c6;
  margin: 0;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.detail-grid article {
  padding: 34px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 0;
}
.detail-grid article:last-child {
  border-right: 0;
}
.detail-grid small {
  font-size: 10px;
  color: #c0c6c7;
}
.detail-grid p {
  font-size: 15px;
  line-height: 1.68;
  color: #c0c5c6;
  margin-top: 38px;
}
.capability-detail > footer {
  padding: 22px 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.capability-detail > footer span {
  font-size: 12px;
  color: #939b9d;
}
.capability-detail > footer a {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 8px;
}
.detail-close {
  position: absolute;
  right: -1px;
  top: -49px;
  width: 49px;
  height: 49px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #0b1011d6;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.detail-close:hover {
  background: #fff;
  color: #111;
}
@media (max-width: 900px) {
  .capability-detail {
    width: 90vw;
    height: 82vh;
    overflow-y: auto;
  }
  .capability-detail > header {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .detail-grid {
    grid-template-columns: 1fr 1fr;
  }
  .detail-grid article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .capability-detail > footer {
    gap: 20px;
  }
  .capability-panel .capability-card {
    min-height: 170px;
  }
}
@media (max-width: 560px) {
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .capability-detail > header {
    padding: 25px;
  }
  .detail-grid article {
    padding: 25px;
  }
  .detail-grid p {
    margin-top: 18px;
  }
  .capability-detail > footer {
    padding: 20px 25px;
    align-items: flex-start;
    flex-direction: column;
  }
  .capability-panel .capability-card {
    border-right: 0;
  }
}
.knowledge-card {
  grid-template-rows: auto auto 1fr auto;
}
.knowledge-nav {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.knowledge-nav button {
  min-height: 62px;
  padding: 10px 12px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: #ffffff04;
  color: #8f9799;
  text-align: left;
  font-size: 9px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  cursor: pointer;
}
.knowledge-nav button:last-child {
  border-right: 0;
}
.knowledge-nav button span {
  display: block;
  font-size: 8px;
  margin-bottom: 7px;
  color: #6e7779;
}
.knowledge-nav button.active {
  background: #ffffff18;
  color: #fff;
}
.knowledge-nav button.active span {
  color: #cbd0d1;
}
.knowledge-content {
  position: relative;
  z-index: 1;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  align-content: start;
}
.knowledge-content > small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9fa7a9;
  margin-top: 7px;
}
.knowledge-content > h3 {
  font-size: clamp(25px, 2.3vw, 38px);
  font-weight: 300;
  margin: 0 0 24px;
}
.knowledge-content > p {
  grid-column: 2;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
  color: #c6cbcc;
  max-width: 900px;
  margin: 0;
}
.field-notes {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.field-notes article {
  padding: 22px 22px 12px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background: none;
}
.field-notes article + article {
  padding-left: 22px;
}
.field-notes article:last-child {
  border-right: 0;
}
.field-notes span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #899294;
}
.field-notes p {
  font-size: 15px;
  line-height: 1.55;
  color: #c4c9ca;
  margin: 20px 0 0;
}
.knowledge-card > footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
}
.knowledge-pager {
  display: flex;
  align-items: center;
  gap: 12px;
}
.knowledge-pager button {
  width: 34px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #ffffff06;
  cursor: pointer;
}
.knowledge-pager span {
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #929a9c;
}
@media (max-width: 900px) {
  .knowledge-nav {
    grid-template-columns: repeat(4, 1fr);
  }
  .knowledge-nav button {
    min-height: 58px;
  }
  .knowledge-content {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .knowledge-content > p,
  .field-notes {
    grid-column: 1;
  }
  .knowledge-content > small {
    margin-bottom: 12px;
  }
  .field-notes {
    grid-template-columns: 1fr;
  }
  .field-notes article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 16px 0;
  }
  .field-notes article + article {
    padding-left: 0;
  }
  .knowledge-card > footer {
    grid-template-columns: 1fr;
  }
  .knowledge-card > footer > span {
    display: none;
  }
}
@media (max-width: 560px) {
  .knowledge-nav {
    grid-template-columns: 1fr 1fr;
  }
  .knowledge-nav button {
    min-height: 52px;
  }
  .knowledge-content > p {
    font-size: 16px;
  }
  .knowledge-card > footer {
    gap: 14px;
  }
}
.capability-panel {
  grid-template-rows: 1fr;
}
.capability-panel .capability-card {
  padding: 3.2vh 2vw;
  border-bottom: 0;
}
.capability-panel .capability-card:nth-child(n + 5) {
  border-bottom: 0;
}
.capability-card h3 {
  font-size: clamp(23px, 1.8vw, 31px);
  line-height: 1.12;
  margin: 4vh 0 16px;
}
.capability-card p {
  font-size: 16px;
  line-height: 1.55;
  color: #c0c5c6;
  max-width: 310px;
}
.capability-card > span {
  right: 2vw;
  bottom: 2.6vh;
  font-size: 10px;
  color: #969ea0;
}
.service-detail {
  height: min(700px, 78vh);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 0;
}
.service-grid article {
  padding: 34px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.028),
    transparent 60%
  );
}
.service-grid article:last-child {
  border-right: 0;
}
.service-grid small,
.service-detail footer small {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #aab1b3;
}
.service-grid p {
  font-size: 15px;
  line-height: 1.68;
  color: #c7cccd;
  margin: 38px 0 0;
}
.service-list ul {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}
.service-list li {
  position: relative;
  padding: 0 0 18px 17px;
  font-size: 15px;
  line-height: 1.5;
  color: #d1d5d6;
}
.service-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 5px;
  height: 5px;
  background: #eef0f0;
}
.service-detail > footer {
  gap: 45px;
}
.service-detail > footer > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  max-width: 960px;
}
.service-detail > footer span {
  font-size: 12px;
  line-height: 1.55;
  color: #aeb5b6;
}
@media (max-width: 900px) {
  .service-detail {
    height: 82vh;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-grid article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .service-grid article:nth-child(2n) {
    border-right: 0;
  }
  .service-grid p,
  .service-list ul {
    margin-top: 20px;
  }
  .service-detail > footer > div {
    display: block;
  }
  .service-detail > footer small {
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-grid article {
    border-right: 0;
  }
  .service-detail > footer {
    align-items: flex-start;
  }
}
.approach-grid article {
  padding: 3.2vh 2vw;
}
.approach-grid article h3 {
  font-size: clamp(27px, 2vw, 34px);
  margin: 4vh 0 2.4vh;
}
.approach-grid article p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #c3c8c9;
}
.approach-grid article strong {
  margin-top: auto;
  padding-top: 3vh;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 14px;
  line-height: 1.55;
  color: #eef0f0;
}
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 28px;
}
.header-actions nav {
  display: flex;
}
.language-control {
  position: relative;
}
.language-current {
  min-width: 58px;
  height: 36px;
  padding: 0 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  background: #ffffff09 !important;
  font-size: 10px !important;
  letter-spacing: 0.15em !important;
  color: #e4e7e7 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.language-current span {
  font-size: 12px;
  color: #8f9799;
}
.language-menu {
  position: absolute;
  right: 0;
  top: 44px;
  width: 150px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, #2a3336f0, #090e0ff5);
  box-shadow:
    0 24px 70px #00000094,
    inset 1px 1px #ffffff1f;
  backdrop-filter: blur(40px);
  z-index: 90;
}
.language-menu button {
  width: 100%;
  padding: 13px 15px !important;
  display: grid;
  grid-template-columns: 34px 1fr;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #b8bec0 !important;
  font-size: 12px !important;
}
.language-menu button:last-child {
  border-bottom: 0 !important;
}
.language-menu button span {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #7e8789;
}
.language-menu button:hover,
.language-menu button.active {
  background: #ffffff17 !important;
  color: #fff !important;
}
.text-line {
  display: inline;
}
.privacy-last {
  grid-column: 3/5 !important;
}
@media (max-width: 1100px) {
  .deck-header nav {
    gap: 18px;
  }
  .header-actions {
    gap: 18px;
  }
}
@media (max-width: 900px) {
  .header-actions nav {
    display: none;
  }
  .header-actions {
    gap: 0;
  }
  .language-menu {
    right: 0;
  }
  .deck-header {
    grid-template-columns: 1fr auto 1fr;
  }
  .brand {
    justify-self: center;
  }
  .header-actions {
    justify-self: end;
  }
}
@media (max-width: 560px) {
  .deck-header {
    grid-template-columns: 1fr auto 1fr;
  }
  .language-current {
    min-width: 50px;
  }
  .language-menu {
    width: 140px;
  }
  .privacy-last {
    grid-column: auto !important;
  }
}
.deck-header {
  grid-template-columns: minmax(120px, 1fr) auto minmax(500px, 1fr);
}
.deck-header nav button {
  white-space: nowrap;
}
.header-actions {
  min-width: 0;
}
.header-actions nav {
  gap: 26px;
}
.hero-copy {
  max-width: min(720px, 52vw);
}
.hero-copy .hero-lead {
  display: block;
  max-width: 690px;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
  color: #c4c9ca;
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 38px;
}
.hero-actions a,
.hero-actions button {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff09;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  cursor: pointer;
}
.hero-actions a {
  background: #e7e9e9;
  color: #111;
}
.hero-actions a:hover {
  background: #fff;
}
.hero-actions button:hover {
  background: #ffffff1f;
}
.capability-card small {
  font-size: 10px;
}
.capability-card p {
  font-size: 16px;
  line-height: 1.58;
  color: #d0d4d5;
}
.capability-card > span {
  color: #b5bbbd;
}
.service-result {
  background: linear-gradient(145deg, #ffffff1c, #ffffff06) !important;
  box-shadow: inset 3px 0 #ffffff47 !important;
}
.service-result p {
  font-size: 17px;
  color: #eef0f0;
}
.service-grid p,
.service-list li {
  font-size: 16px;
}
.service-detail > footer span {
  font-size: 13px;
  color: #c4c9ca;
}
.impact-slide {
  grid-template-rows: auto 1fr;
}
.impact-layout {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 2vh;
  min-height: 0;
}
.impact-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 0;
}
.impact-cases article {
  padding: 2.5vh 2vw;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
}
.impact-cases article:last-child {
  border-right: 0;
}
.impact-cases small,
.experience-band small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #b4babc;
}
.impact-cases h3 {
  font-size: clamp(22px, 1.7vw, 29px);
  line-height: 1.2;
  margin: 2.4vh 0 1.5vh;
}
.impact-cases > article > p {
  font-size: 15px;
  line-height: 1.55;
  color: #c4c9ca;
  margin: 0 0 2vh;
}
.impact-cases dl {
  margin: auto 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 1.8vh;
}
.impact-cases dt {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #9fa6a8;
  margin-top: 1.2vh;
}
.impact-cases dd {
  font-size: 14px;
  line-height: 1.48;
  color: #e2e5e5;
  margin: 0.55vh 0 0;
}
.experience-band {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, 1fr);
  align-items: center;
  padding: 18px 24px;
}
.experience-band span {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
  line-height: 1.4;
  color: #d6dada;
}
.slide-head .approach-statement {
  font-size: 17px;
  line-height: 1.52;
  color: #d4d8d9;
}
.approach-grid article p {
  font-size: 17px;
  color: #d0d4d5;
}
.approach-grid article strong {
  font-size: 15px;
}
.refined-contact {
  grid-template-columns: 1.05fr 0.95fr;
}
.contact-context {
  max-width: 690px;
  margin-top: 28px;
}
.contact-context p {
  font-size: 17px;
  line-height: 1.6;
  color: #c5cacc;
  margin: 0;
}
.contact-context strong {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 400;
  color: #eef0f0;
}
.profile-card {
  min-height: 560px;
  padding: 4vh 3.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile-card small {
  font-size: 10px;
}
.profile-monogram {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  display: grid;
  place-items: center;
  margin: 4vh 0 2.4vh;
  font-size: 19px;
  letter-spacing: 0.12em;
  background: #ffffff0b;
}
.profile-card h3 {
  font-size: clamp(28px, 2.4vw, 40px);
  margin: 0 0 7px;
}
.profile-card em {
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9fa7a9;
}
.profile-card > p {
  font-size: 16px;
  line-height: 1.55;
  color: #c6cbcc;
  margin: 2.5vh 0;
}
.profile-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.profile-card li {
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 8px 10px;
  font-size: 11px;
  color: #c7cccd;
}
.profile-contact {
  margin-top: 3vh;
  padding-top: 2.4vh;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.profile-contact a {
  font-size: 16px;
  text-decoration: none;
}
.profile-contact span {
  font-size: 13px;
  color: #9fa7a9;
}
.footer-legal {
  width: auto !important;
  padding: 0 10px;
  border: 0 !important;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #9fa7a9;
}
.footer-legal:hover {
  background: transparent !important;
  color: #fff !important;
}
.legal-overlay {
  padding: 4vh 3vw;
}
.legal-modal {
  position: relative;
  width: min(1240px, 86vw);
  height: min(720px, 80vh);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  background: linear-gradient(145deg, #262d2fc7, #080c0de6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 36px 100px #000000b8,
    inset 0 1px #ffffff1f;
  backdrop-filter: blur(42px) saturate(115%);
}
.legal-modal > header {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.7fr;
  align-items: end;
  padding: 30px 92px 30px 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  background: #ffffff06;
}
.legal-modal > header > span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #aab1b3;
}
.legal-modal h2 {
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
.legal-scroll {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.legal-modal .legal-panel {
  min-height: 100%;
}
.legal-modal .legal-panel article {
  background: linear-gradient(145deg, #ffffff0b, #ffffff03);
}
.legal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 5;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #050809b8;
  color: #fff;
  font:
    300 25px/1 Roboto,
    Arial,
    sans-serif;
  cursor: pointer;
  backdrop-filter: blur(18px);
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.legal-close:hover,
.legal-close:focus-visible {
  background: #fff;
  color: #111;
  border-color: #fff;
  outline: none;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
@media (max-width: 1180px) {
  .deck-header {
    grid-template-columns: 1fr auto 1fr;
  }
  .header-actions nav {
    display: none;
  }
  .impact-cases dd {
    font-size: 13px;
  }
  .impact-cases > article > p {
    font-size: 14px;
  }
  .experience-band {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .experience-band small {
    grid-row: 1/3;
  }
  .experience-band span {
    padding: 7px 12px;
  }
  .refined-contact {
    gap: 3vw;
  }
}
@media (max-width: 900px) {
  .deck-header {
    grid-template-columns: 1fr auto 1fr;
  }
  .hero-copy {
    max-width: 82vw;
  }
  .hero-copy .hero-lead {
    font-size: 17px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .impact-layout {
    display: block;
  }
  .impact-cases {
    grid-template-columns: 1fr;
  }
  .impact-cases article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .experience-band {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }
  .experience-band small {
    grid-row: auto;
  }
  .experience-band span {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .refined-contact {
    grid-template-columns: 1fr;
  }
  .profile-card {
    min-height: auto;
  }
  .legal-modal > header {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .legal-modal .legal-panel {
    min-height: auto;
  }
}
@media (max-width: 560px) {
  .hero-copy {
    max-width: 88vw;
  }
  .hero-actions a,
  .hero-actions button {
    width: 100%;
  }
  .profile-card {
    padding: 28px;
  }
  .impact-cases article {
    padding: 26px;
  }
  .legal-modal {
    width: 90vw;
    height: 82vh;
  }
}
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.hero-proof span {
  padding: 15px 18px 0 0;
  color: #c7cbcc;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.055em;
}
.hero-proof span + span {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
@media (min-width: 901px) {
  .hero-proof span {
    white-space: nowrap;
  }
}
.approach-composite {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 2vh;
  min-height: 0;
}
.mandate-band {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  min-height: 102px;
}
.mandate-band > div,
.mandate-band article {
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.mandate-band article:last-child {
  border-right: 0;
}
.mandate-band small {
  display: block;
  margin-bottom: 9px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d0d4d5;
}
.mandate-band > div p {
  margin: 0;
  color: #aeb5b6;
  font-size: 13px;
  line-height: 1.45;
}
.mandate-band article {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mandate-band article strong {
  color: #f0f2f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.mandate-band article span {
  margin-top: 8px;
  color: #aeb5b6;
  font-size: 12px;
  line-height: 1.4;
}
.profile-card > small {
  margin-bottom: 4vh;
}
.profile-card li {
  font-size: 12px;
}
.capability-detail > header {
  padding-right: 94px;
}
.detail-close,
.index-close {
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  z-index: 6;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #050809c7;
  backdrop-filter: blur(18px);
}
.detail-close:focus-visible,
.index-close:focus-visible {
  color: #111;
  background: #fff;
}
.footer-legal,
.copyright,
.counter {
  font-size: 10px;
}
@media (max-width: 1180px) {
  .hero-proof {
    max-width: 680px;
  }
  .mandate-band {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .mandate-band > div {
    grid-row: 1 / 3;
  }
}
@media (max-width: 900px) {
  .hero-proof {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .hero-proof span,
  .hero-proof span + span {
    padding: 8px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .approach-composite {
    display: block;
  }
  .mandate-band {
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
  }
  .mandate-band > div {
    grid-column: 1 / 3;
    grid-row: auto;
  }
  .mandate-band > div,
  .mandate-band article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .detail-close,
  .index-close {
    top: 14px;
    right: 14px;
  }
}
@media (max-height: 800px) and (min-width: 901px) {
  .approach-grid article {
    padding: 2vh 1.6vw;
  }
  .approach-grid article h3 {
    margin: 1.6vh 0 1.2vh;
    font-size: clamp(23px, 1.7vw, 29px);
  }
  .approach-grid article p {
    font-size: 15px;
    line-height: 1.48;
  }
  .approach-grid article strong {
    padding-top: 1.5vh;
    font-size: 13px;
    line-height: 1.42;
  }
  .mandate-band {
    min-height: 94px;
  }
  .mandate-band > div,
  .mandate-band article {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 560px) {
  .hero-proof {
    display: none;
  }
  .mandate-band {
    grid-template-columns: 1fr;
  }
  .mandate-band > div {
    grid-column: auto;
  }
  .mandate-band > div,
  .mandate-band article {
    border-right: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.hero-copy .brand-claim {
  color: #d8dcdd;
  font-size: clamp(11px, 0.8vw, 13px);
  font-weight: 400;
  letter-spacing: 0.18em;
}
.profile-photo img {
  filter: grayscale(1) brightness(0.77) contrast(1.08);
}
.profile-card {
  padding: 0;
}
@media (max-width: 560px) {
  .hero-copy .brand-claim {
    font-size: 10px;
    letter-spacing: 0.14em;
  }
}
.hero-card {
  isolation: isolate;
  background: url("./synaptron-hero-background-v2.webp") center center / cover
    no-repeat;
}
.hero-card:after {
  z-index: 0;
  background:
    linear-gradient(90deg, #020303e8, #020303ba 34%, #02030347 58%, #02030312),
    linear-gradient(0deg, rgba(2, 3, 3, 0.26), transparent 42%);
}
.hero-copy {
  z-index: 2;
}
@media (min-width: 901px) {
  .hero-copy {
    top: 46%;
  }
}
@media (max-width: 560px) {
  .hero-card {
    background-position: 54% center;
  }
}
.world {
  background-image: url("./synaptron-hero-background-v2.webp");
  background-position: 42% center;
  filter: grayscale(0.42) saturate(0.56) contrast(1.08) brightness(0.52);
  transition:
    background-position 0.8s ease,
    filter 0.6s ease;
}
.world:after {
  background:
    radial-gradient(circle at 58% 50%, #03050514, #0203037a 82%),
    linear-gradient(90deg, #0203038c, #02030340 48%, #02030373);
}
.chapter-1 .world {
  background-position: 34% center;
}
.chapter-2 .world {
  background-position: 45% center;
  filter: grayscale(0.46) saturate(0.5) contrast(1.08) brightness(0.48);
}
.chapter-3 .world {
  background-position: 56% center;
}
.chapter-4 .world {
  background-position: 68% center;
  filter: grayscale(0.52) saturate(0.46) contrast(1.08) brightness(0.42);
}
@media (max-width: 560px) {
  .chapter-1 .world,
  .chapter-2 .world,
  .chapter-3 .world,
  .chapter-4 .world {
    background-position: 54% center;
  }
}

/* Legal terms */
.legal-tabs {
  flex-wrap: nowrap;
}
.legal-tabs button {
  min-width: 92px;
  white-space: nowrap;
}
.legal-terms {
  min-height: 100%;
}
.terms-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  background: linear-gradient(145deg, #ffffff12, #ffffff05);
}
.terms-intro strong {
  max-width: 780px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 300;
  color: #eef0f0;
}
.terms-intro span {
  font-size: 11px;
  line-height: 1.5;
  color: #aeb5b6;
  text-align: right;
}
.legal-panel.terms {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: auto;
}
.legal-panel.terms article {
  min-height: 190px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.legal-panel.terms article:nth-child(2n) {
  border-right: 0;
}
.legal-panel.terms article:last-child {
  grid-column: 1 / 3;
  min-height: auto;
  border-right: 0;
  border-bottom: 0;
}
.legal-panel.terms p {
  font-size: 14px;
  line-height: 1.7;
  color: #c0c5c6;
}
@media (max-width: 900px) {
  .terms-intro {
    flex-direction: column;
    gap: 10px;
  }
  .terms-intro span {
    text-align: left;
  }
  .legal-panel.terms {
    grid-template-columns: 1fr;
  }
  .legal-panel.terms article {
    grid-column: auto !important;
    min-height: auto;
    border-right: 0;
  }
  .legal-modal > header {
    padding-right: 78px;
  }
  .legal-tabs {
    overflow-x: auto;
  }
  .legal-tabs button {
    flex: 0 0 auto;
  }
}
@media (max-width: 560px) {
  .terms-intro {
    padding: 20px;
  }
  .terms-intro strong {
    font-size: 14px;
  }
  .legal-panel.terms p {
    font-size: 13px;
  }
  .legal-tabs button {
    min-width: auto;
    padding: 11px 12px;
    letter-spacing: 0.08em;
  }
}
