.aboutPage {
  width: 100%;
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--bg-primary);
}
.aboutPage *{box-sizing:border-box}.aboutPage h1,.aboutPage h2,.aboutPage h3,.aboutPage p{margin:0}.aboutPage a{text-decoration:none}.heroImage,.ceoImage,.memberImage,.carouselLeaderImage{position:absolute;inset:0;width:100%;height:100%}

.container {
  width: min(calc(100% - 40px), 1240px);
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 860px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: #050c1b;
}

.heroImage {
  z-index: -4;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.08);
  transform: scale(1.015);
}

.heroOverlay {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 9, 22, 0.42), rgba(3, 9, 22, 0.78) 54%, #030916 100%),
    linear-gradient(0deg, #030916 0%, rgba(3, 9, 22, 0.12) 55%, rgba(3, 9, 22, 0.48) 100%);
}

.heroGrid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, transparent, #000 70%);
}

.heroInner {
  width: min(calc(100% - 40px), 1240px);
  margin-inline: auto;
  padding: 180px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  gap: 80px;
  align-items: end;
}

.eyebrow,
.sectionMarker p,
.sectionMarkerDark p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #8fb1ff;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.heroCopy h1 {
  margin-top: 24px;
  color: #fff;
  font-size: clamp(3.6rem, 7vw, 7.1rem);
  font-weight: 500 !important;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.heroCopy {
  min-width: 0;
}

.heroCopy h1 span {
  display: block;
  color: #82a8ff;
}

.heroCopy > p {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(235, 241, 255, 0.72);
  font-size: 17px;
  line-height: 1.9;
}

.heroActions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.primaryButton,
.secondaryButton {
  min-width: 0;
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease;
}

.primaryButton {
  color: #fff;
  background: #2258d5;
}

.secondaryButton {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.primaryButton:hover,
.secondaryButton:hover {
  transform: translateY(-2px);
}

.heroNote {
  padding: 22px 0 6px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.heroNote > span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 700;
}

.heroNote > div {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.heroNote i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6c96f7;
}

.ceoSection,
.principlesSection,
.officesSection,
.ctaSection {
  padding: 110px 0;
}

.ceoSection {
  background: var(--bg-card);
}

.sectionMarker,
.sectionMarkerDark {
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sectionMarker span,
.sectionMarkerDark span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.sectionMarker span {
  color: var(--accent);
  border: 1px solid var(--border-accent);
}

.sectionMarker p {
  color: var(--text-secondary);
}

.ceoGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}

.ceoPortrait {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  border-radius: 4px;
  background: #a8afbd;
}

.ceoPortraitWrap {
  grid-column: 2;
  grid-row: 1;
}

.ceoPortrait::before {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.ceoImage {
  object-fit: contain;
  object-position: center bottom;
}

.portraitCaption {
  position: absolute;
  z-index: 2;
  inset-inline-start: 38px;
  bottom: 34px;
  padding: 8px 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(5, 14, 34, 0.54);
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.ceoCopy {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  padding-top: 30px;
}

.quoteMark {
  position: absolute;
  top: -72px;
  inset-inline-start: -14px;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 150px;
  line-height: 1;
  opacity: 0.1;
}

.ceoCopy h2,
.sectionHeading h2,
.teamHeading h2,
.ctaCard h2 {
  font-weight: 500 !important;
  letter-spacing: -0.035em;
}

.ceoCopy h2 {
  max-width: 520px;
  margin-bottom: 30px;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 1.08;
}

.ceoCopy blockquote {
  display: grid;
  gap: 18px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 2;
}

.signature {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.signature > span {
  width: 46px;
  height: 1px;
  background: var(--accent);
}

.signature strong {
  color: var(--accent);
  font-size: 17px;
}

.signature p {
  margin-top: 4px;
  color: var(--text-secondary);
  font-size: 12px;
}

.principlesSection,
.officesSection {
  background: var(--bg-secondary);
}

.sectionHeading {
  max-width: 700px;
  margin-bottom: 56px;
}

.sectionHeading .sectionMarker {
  margin-bottom: 26px;
}

.sectionHeading h2 {
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 1.05;
}

.sectionHeading > p {
  max-width: 570px;
  margin-top: 18px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.8;
}

.principlesGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--border-subtle);
  border-inline-start: 1px solid var(--border-subtle);
}

.principlesGrid > div {
  min-width: 0;
}

.principleCard {
  height: 100%;
  min-height: 355px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--border-subtle);
  border-inline-end: 1px solid var(--border-subtle);
  background: var(--bg-card);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.principleCard:hover {
  z-index: 2;
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.principleTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--accent);
}

.principleTop span {
  font-size: 11px;
  font-weight: 800;
}

.principleCard h3 {
  max-width: 400px;
  margin-top: auto;
  font-size: 25px;
  font-weight: 600 !important;
  line-height: 1.35;
}

.principleCard > p {
  margin-top: 16px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.9;
}

.teamSection {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  color: #fff;
  background: #050d1f;
}

.teamGlow {
  position: absolute;
  width: 720px;
  height: 720px;
  top: -320px;
  inset-inline-end: -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 93, 216, 0.24), transparent 68%);
}

.teamHeading {
  position: relative;
  margin-bottom: 64px;
}

.sectionMarkerDark span {
  color: #8fb1ff;
  border: 1px solid rgba(143, 177, 255, 0.25);
}

.sectionMarkerDark p {
  color: rgba(255, 255, 255, 0.48);
}

.teamHeading > div:last-child {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 70px;
  align-items: end;
}

.teamHeading h2 {
  color: #fff;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.98;
}

.teamHeading > div:last-child > p {
  color: rgba(231, 239, 255, 0.62);
  font-size: 15px;
  line-height: 1.9;
}

.teamStageWrap {
  position: relative;
}

.teamStage {
  position: relative;
  width: 100%;
  height: 720px;
  display: grid;
  place-items: center;
  perspective: 1800px;
  perspective-origin: 50% 46%;
  transform-style: preserve-3d;
}

.stageOrbit {
  position: absolute;
  width: min(92vw, 1120px);
  height: 420px;
  top: 120px;
  border: 1px solid rgba(111, 153, 255, 0.16);
  border-radius: 50%;
  transform: rotateX(69deg);
  box-shadow:
    0 0 80px rgba(42, 93, 216, 0.08),
    inset 0 0 80px rgba(42, 93, 216, 0.05);
}

.stageOrbit::before,
.stageOrbit::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(111, 153, 255, 0.12);
  border-radius: inherit;
}

.stageOrbit::after {
  inset: 28%;
}

.stageFloor {
  position: absolute;
  width: 660px;
  height: 150px;
  bottom: 24px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(47, 101, 228, 0.27), transparent 68%);
  filter: blur(15px);
  transform: rotateX(72deg);
}

.supportingTeam {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.backCardShell {
  position: absolute;
  width: 218px;
  height: 354px;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  transition: transform 500ms cubic-bezier(0.2, 0.72, 0.2, 1), opacity 300ms ease;
}

.backCardShell:nth-child(1) {
  z-index: 8;
  transform: translate3d(-540px, -205px, -40px) rotateY(24deg) rotateZ(-3deg);
}

.backCardShell:nth-child(2) {
  z-index: 8;
  transform: translate3d(322px, -205px, -40px) rotateY(-24deg) rotateZ(3deg);
}

.backCardShell:nth-child(3) {
  z-index: 7;
  transform: translate3d(-672px, -185px, -130px) rotateY(34deg) rotateZ(-5deg);
}

.backCardShell:nth-child(4) {
  z-index: 7;
  transform: translate3d(454px, -185px, -130px) rotateY(-34deg) rotateZ(5deg);
}

.backCardShell:nth-child(5) {
  z-index: 6;
  transform: translate3d(-778px, -150px, -235px) rotateY(44deg) rotateZ(-7deg);
}

.backCardShell:nth-child(6) {
  z-index: 6;
  transform: translate3d(560px, -150px, -235px) rotateY(-44deg) rotateZ(7deg);
}

.backCardShell:nth-child(7) {
  z-index: 5;
  transform: translate3d(-856px, -100px, -345px) rotateY(52deg) rotateZ(-9deg);
}

.backCardShell:nth-child(8) {
  z-index: 5;
  transform: translate3d(638px, -100px, -345px) rotateY(-52deg) rotateZ(9deg);
}

.backCardShell:nth-child(9) {
  z-index: 4;
  transform: translate3d(-109px, -330px, -210px) rotateX(-9deg);
}

.backCard {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(151, 181, 255, 0.22);
  border-radius: 18px;
  background: rgba(10, 23, 50, 0.94);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
  transition: transform 350ms cubic-bezier(0.2, 0.72, 0.2, 1), border-color 250ms ease, box-shadow 250ms ease;
}

.backCardShell:hover,
.backCardShell:focus-within {
  z-index: 25;
}

.backCard:hover,
.backCard:focus-within {
  border-color: rgba(124, 165, 255, 0.72);
  box-shadow: 0 35px 75px rgba(0, 0, 0, 0.5), 0 0 38px rgba(57, 111, 237, 0.2);
  transform: translateY(-24px) scale(1.08) rotateY(0deg);
}

.backCardMedia {
  position: relative;
  height: 218px;
  overflow: hidden;
  background: #111a2d;
}

.memberImage {
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.84);
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.backCard:hover .memberImage {
  filter: saturate(1);
  transform: scale(1.035);
}

.memberMonogram {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(37, 83, 190, 0.2), transparent 60%),
    #0b1529;
}

.memberMonogram::before,
.memberMonogram::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(126, 165, 255, 0.16);
}

.memberMonogram::before {
  width: 260px;
  height: 260px;
}

.memberMonogram::after {
  width: 180px;
  height: 180px;
  border-style: dashed;
}

.memberMonogram span {
  position: relative;
  z-index: 2;
  color: #83a8ff;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.memberMonogram i {
  position: absolute;
  width: 8px;
  height: 8px;
  top: calc(50% - 90px);
  inset-inline-start: calc(50% - 78px);
  border-radius: 50%;
  background: #709cff;
  box-shadow: 0 0 18px #4e80ee;
}

.memberNumber {
  position: absolute;
  z-index: 3;
  top: 16px;
  font-size: 10px;
  font-weight: 750;
  inset-inline-end: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.backCardInfo {
  padding: 16px 17px;
}

.backCardInfo > span {
  display: block;
  overflow: hidden;
  color: #83a8ff;
  font-size: 9px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.backCardInfo h3 {
  margin-top: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 600 !important;
}

.backCardInfo p {
  margin-top: 5px;
  color: rgba(231, 239, 255, 0.55);
  font-size: 10px;
  line-height: 1.55;
}

.memberLinkedin {
  position: absolute;
  inset-inline-end: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #8fb1ff;
  border: 1px solid rgba(143, 177, 255, 0.24);
  border-radius: 50%;
  transition: color 180ms ease, background-color 180ms ease;
}

.memberLinkedin:hover {
  color: #07122b;
  background: #8fb1ff;
}

.leaderCard {
  position: absolute;
  z-index: 20;
  width: 376px;
  height: 560px;
  top: 50%;
  left: 50%;
  overflow: hidden;
  border: 1px solid rgba(167, 194, 255, 0.5);
  border-radius: 26px;
  background: #9da6b7;
  box-shadow:
    0 48px 90px rgba(0, 0, 0, 0.56),
    0 0 0 8px rgba(83, 133, 248, 0.06),
    0 0 70px rgba(61, 113, 237, 0.26);
  transform: translate(-50%, -48%) translateZ(120px);
  transform-style: preserve-3d;
  transition: transform 450ms cubic-bezier(0.2, 0.72, 0.2, 1), box-shadow 300ms ease;
}

.leaderCard:hover {
  transform: translate(-50%, -50%) translateZ(150px) rotateX(1deg);
  box-shadow:
    0 58px 105px rgba(0, 0, 0, 0.62),
    0 0 0 8px rgba(83, 133, 248, 0.08),
    0 0 90px rgba(61, 113, 237, 0.34);
}

.leaderCard::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 3;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
}

.leaderImage {
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(0.88) contrast(1.02);
}

.leaderShine {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(0deg, rgba(4, 12, 29, 0.96), transparent 48%);
}

.leaderBadge {
  position: absolute;
  z-index: 4;
  top: 28px;
  inset-inline-start: 28px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(5, 14, 34, 0.48);
  font-size: 10px;
  font-weight: 750;
  backdrop-filter: blur(12px);
}

.leaderBadge i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #76a0ff;
  box-shadow: 0 0 12px #76a0ff;
}

.leaderInfo {
  position: absolute;
  z-index: 4;
  right: 30px;
  bottom: 28px;
  left: 30px;
}

.leaderInfo > span {
  color: #8fb1ff;
  font-size: 11px;
  font-weight: 750;
}

.leaderInfo h3 {
  margin-top: 6px;
  color: #fff;
  font-size: 31px;
  font-weight: 600 !important;
}

.leaderInfo p {
  max-width: 280px;
  margin-top: 8px;
  color: rgba(235, 241, 255, 0.64);
  font-size: 11px;
  line-height: 1.65;
}

.stageHint {
  margin-top: -2px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  text-align: center;
}

.carouselWrap {
  position: relative;
}

.carouselStage {
  position: relative;
  width: 100%;
  height: 670px;
  overflow: hidden;
  perspective: 1800px;
  perspective-origin: 50% 48%;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.carouselStage:active {
  cursor: grabbing;
}

.carouselGlow {
  position: absolute;
  z-index: 0;
  width: min(70vw, 780px);
  height: 210px;
  right: 50%;
  bottom: 18px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(45, 101, 231, 0.3), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
  transform: translateX(50%) rotateX(68deg);
}

.carouselCard {
  position: absolute;
  width: 350px;
  height: 540px;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(147, 179, 255, 0.2);
  border-radius: 23px;
  background: rgba(8, 20, 46, 0.98);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.44);
  text-align: start;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  cursor: pointer;
  transition:
    transform 620ms cubic-bezier(0.22, 0.72, 0.18, 1),
    opacity 420ms ease,
    filter 420ms ease,
    border-color 260ms ease,
    box-shadow 420ms ease;
}

.carouselCard:focus-visible {
  outline: 2px solid #8fb1ff;
  outline-offset: 5px;
}

.carouselCard[data-position="center"] {
  z-index: 20;
  opacity: 1;
  border-color: rgba(160, 190, 255, 0.58);
  box-shadow:
    0 48px 95px rgba(0, 0, 0, 0.62),
    0 0 0 7px rgba(83, 133, 248, 0.055),
    0 0 70px rgba(61, 113, 237, 0.23);
  transform: translate(-50%, -49%) translateZ(160px) scale(1.04);
}

.carouselCard[data-position="left-1"] {
  z-index: 12;
  transform: translate(-50%, -50%) translate3d(-350px, 28px, -90px) rotateY(31deg) scale(0.88);
}

.carouselCard[data-position="right-1"] {
  z-index: 12;
  transform: translate(-50%, -50%) translate3d(350px, 28px, -90px) rotateY(-31deg) scale(0.88);
}

.carouselCard[data-position="left-2"] {
  z-index: 10;
  opacity: 0.88;
  transform: translate(-50%, -50%) translate3d(-550px, 62px, -210px) rotateY(43deg) scale(0.77);
}

.carouselCard[data-position="right-2"] {
  z-index: 10;
  opacity: 0.88;
  transform: translate(-50%, -50%) translate3d(550px, 62px, -210px) rotateY(-43deg) scale(0.77);
}

.carouselCard[data-position="left-3"] {
  z-index: 8;
  opacity: 0.68;
  transform: translate(-50%, -50%) translate3d(-700px, 92px, -340px) rotateY(53deg) scale(0.68);
}

.carouselCard[data-position="right-3"] {
  z-index: 8;
  opacity: 0.68;
  transform: translate(-50%, -50%) translate3d(700px, 92px, -340px) rotateY(-53deg) scale(0.68);
}

.carouselCard[data-position="left-4"] {
  z-index: 6;
  opacity: 0.42;
  transform: translate(-50%, -50%) translate3d(-810px, 118px, -470px) rotateY(61deg) scale(0.6);
}

.carouselCard[data-position="right-4"] {
  z-index: 6;
  opacity: 0.42;
  transform: translate(-50%, -50%) translate3d(810px, 118px, -470px) rotateY(-61deg) scale(0.6);
}

.carouselCard[data-position="left-5"],
.carouselCard[data-position="right-5"] {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) translate3d(0, 140px, -600px) scale(0.52);
}

.carouselMedia {
  position: relative;
  height: 370px;
  overflow: hidden;
  background: #a5adbb;
}

.carouselLeaderImage {
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(0.9) contrast(1.02);
}

.carouselShade {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.13), transparent 28%),
    linear-gradient(0deg, rgba(5, 14, 34, 0.32), transparent 45%);
}

.carouselNumber,
.carouselDepartment {
  position: absolute;
  z-index: 3;
  top: 20px;
  font-size: 10px;
  font-weight: 750;
}

.carouselNumber {
  inset-inline-end: 20px;
  color: rgba(255, 255, 255, 0.78);
}

.carouselDepartment {
  inset-inline-start: 20px;
  max-width: calc(100% - 82px);
  padding: 7px 11px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(5, 14, 34, 0.52);
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(12px);
}

.carouselInfo {
  height: 170px;
  padding: 24px 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.carouselInfo h3 {
  color: #fff;
  font-size: 27px;
  font-weight: 600 !important;
}

.carouselInfo p {
  margin-top: 6px;
  color: rgba(231, 239, 255, 0.6);
  font-size: 11px;
  line-height: 1.55;
}

.carouselInfo small {
  max-width: 250px;
  margin-top: 9px;
  display: block;
  color: rgba(231, 239, 255, 0.44);
  font-size: 9px;
  line-height: 1.6;
}

.carouselLinkedin {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  color: #8fb1ff;
  border: 1px solid rgba(143, 177, 255, 0.25);
  border-radius: 50%;
}

.carouselControls {
  position: relative;
  z-index: 30;
  max-width: 610px;
  min-height: 56px;
  margin: -4px auto 0;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(143, 177, 255, 0.17);
  border-radius: 999px;
  background: rgba(8, 20, 45, 0.84);
  backdrop-filter: blur(16px);
}

.carouselControls > button {
  width: 40px;
  height: 40px;
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(143, 177, 255, 0.24);
  border-radius: 50%;
  background: rgba(67, 116, 230, 0.14);
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.carouselControls > button:hover {
  color: #061027;
  background: #8fb1ff;
  transform: scale(1.05);
}

.carouselProgress {
  min-width: 0;
  display: flex;
  flex: 1;
  align-items: center;
  gap: 5px;
}

.carouselProgress span {
  height: 3px;
  flex: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  transition: background-color 280ms ease, transform 280ms ease;
}

.carouselProgress .activeDot {
  background: #77a0ff;
  transform: scaleY(1.7);
}

.carouselCounter {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.officesGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.officesGrid > div {
  height: 100%;
}

.officeCard {
  position: relative;
  height: 100%;
  min-height: 380px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.officeCard:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.officeTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--accent);
}

.officeTop span {
  padding: 6px 10px;
  border: 1px solid var(--border-accent);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.officeCard > p {
  margin-top: 70px;
  color: var(--text-secondary);
  font-size: 12px;
}

.officeCard h3 {
  margin-top: 8px;
  font-size: clamp(2.7rem, 4vw, 4.5rem);
  font-weight: 500 !important;
  letter-spacing: -0.04em;
}

.officeAddress {
  max-width: 310px;
  margin-top: 30px;
  padding-top: 18px;
  display: flex;
  gap: 9px;
  color: var(--text-secondary);
  border-top: 1px solid var(--border-subtle);
  font-size: 12px;
  line-height: 1.75;
}

.officeAddress svg {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--accent);
}

.officeIndex {
  position: absolute;
  inset-inline-end: 18px;
  bottom: -18px;
  color: var(--accent);
  font-size: 95px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.045;
}

.ctaSection {
  background: var(--bg-primary);
}

.ctaCard {
  min-height: 260px;
  padding: 42px 48px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 28px;
  align-items: center;
  color: #fff;
  background: linear-gradient(125deg, #0a2f82, #1b55dc 66%, #3975f2);
}

.ctaCard > svg {
  color: rgba(255, 255, 255, 0.65);
}

.ctaCard span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 700;
}

.ctaCard h2 {
  max-width: 650px;
  margin-top: 7px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.08;
}

.ctaCard a {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1648b5;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

@media (max-width: 1000px) {
  .hero {
    min-height: 760px;
  }

  .heroInner {
    grid-template-columns: minmax(0, 1fr);
    gap: 50px;
  }

  .heroNote {
    max-width: 420px;
  }

  .ceoGrid {
    gap: 44px;
  }

  .ceoPortrait {
    min-height: 520px;
  }

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

  .supportingTeam {
    transform: scale(0.76);
  }

  .teamHeading > div:last-child {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ctaCard {
    grid-template-columns: 42px 1fr;
  }

  .ctaCard a {
    grid-column: 2;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .container,
  .heroInner {
    width: min(calc(100% - 32px), 1240px);
  }

  .heroInner {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin-inline: 16px;
  }

  .hero {
    min-height: 100svh;
  }

  .heroImage {
    object-position: 42% center;
  }

  .heroOverlay {
    background:
      linear-gradient(0deg, #030916 0%, rgba(3, 9, 22, 0.8) 58%, rgba(3, 9, 22, 0.48) 100%);
  }

  .heroInner {
    padding: 124px 0 54px;
  }

  .heroCopy h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 12vw, 3.45rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .heroCopy > p {
    font-size: 14px;
  }

  .heroCopy,
  .heroNote {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .heroActions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .primaryButton,
  .secondaryButton {
    padding-inline: 14px;
    font-size: 12px;
  }

  .ceoSection,
  .principlesSection,
  .officesSection,
  .ctaSection,
  .teamSection {
    padding: 76px 0;
  }

  .ceoGrid {
    grid-template-columns: 1fr;
  }

  .ceoPortraitWrap,
  .ceoCopy {
    grid-column: auto;
    grid-row: auto;
  }

  .ceoPortrait {
    min-height: 500px;
  }

  .ceoCopy {
    padding-top: 10px;
  }

  .ceoCopy blockquote {
    font-size: 14px;
  }

  .principlesGrid,
  .officesGrid {
    grid-template-columns: 1fr;
  }

  .principleCard {
    min-height: 310px;
    padding: 28px;
  }

  .teamHeading {
    margin-bottom: 42px;
  }

  .teamHeading h2 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .teamStage {
    width: calc(100vw - 32px);
    height: 590px;
    margin-inline: auto;
    perspective: 1200px;
  }

  .stageOrbit {
    width: 590px;
    height: 270px;
    top: 144px;
  }

  .stageFloor {
    width: 380px;
    height: 110px;
    bottom: 24px;
  }

  .supportingTeam {
    transform: none;
  }

  .backCardShell {
    width: 142px;
    height: 236px;
  }

  .backCardShell:nth-child(1) {
    transform: translate3d(-258px, -145px, -55px) rotateY(28deg) rotateZ(-5deg);
  }

  .backCardShell:nth-child(2) {
    transform: translate3d(116px, -145px, -55px) rotateY(-28deg) rotateZ(5deg);
  }

  .backCardShell:nth-child(3) {
    transform: translate3d(-296px, -108px, -130px) rotateY(38deg) rotateZ(-7deg);
  }

  .backCardShell:nth-child(4) {
    transform: translate3d(154px, -108px, -130px) rotateY(-38deg) rotateZ(7deg);
  }

  .backCardShell:nth-child(5) {
    transform: translate3d(-325px, -62px, -210px) rotateY(48deg) rotateZ(-9deg);
  }

  .backCardShell:nth-child(6) {
    transform: translate3d(183px, -62px, -210px) rotateY(-48deg) rotateZ(9deg);
  }

  .backCardShell:nth-child(7) {
    transform: translate3d(-345px, -10px, -290px) rotateY(56deg) rotateZ(-11deg);
  }

  .backCardShell:nth-child(8) {
    transform: translate3d(203px, -10px, -290px) rotateY(-56deg) rotateZ(11deg);
  }

  .backCardShell:nth-child(9) {
    transform: translate3d(-71px, -235px, -180px) rotateX(-8deg);
  }

  .backCard {
    border-radius: 12px;
  }

  .backCardMedia {
    height: 140px;
  }

  .memberMonogram::before {
    width: 128px;
    height: 128px;
  }

  .memberMonogram::after {
    width: 88px;
    height: 88px;
  }

  .memberMonogram span {
    font-size: 38px;
  }

  .memberMonogram i {
    width: 5px;
    height: 5px;
    top: calc(50% - 45px);
    inset-inline-start: calc(50% - 39px);
  }

  .memberNumber {
    top: 9px;
    inset-inline-end: 9px;
    font-size: 8px;
  }

  .backCardInfo {
    padding: 10px;
  }

  .backCardInfo > span {
    font-size: 7px;
  }

  .backCardInfo h3 {
    margin-top: 4px;
    font-size: 13px;
  }

  .backCardInfo p {
    margin-top: 3px;
    font-size: 7px;
  }

  .memberLinkedin {
    width: 23px;
    height: 23px;
    inset-inline-end: 9px;
    bottom: 9px;
  }

  .leaderCard {
    width: min(68vw, 278px);
    height: 420px;
    border-radius: 21px;
    transform: translate(-50%, -45%) translateZ(90px);
  }

  .leaderCard:hover {
    transform: translate(-50%, -47%) translateZ(105px);
  }

  .leaderBadge {
    top: 22px;
    inset-inline-start: 22px;
    padding: 6px 9px;
    font-size: 8px;
  }

  .leaderInfo {
    right: 23px;
    bottom: 22px;
    left: 23px;
  }

  .leaderInfo > span {
    font-size: 9px;
  }

  .leaderInfo h3 {
    font-size: 24px;
  }

  .leaderInfo p {
    font-size: 9px;
  }

  .stageHint {
    margin-top: -10px;
  }

  .carouselStage {
    width: calc(100vw - 32px);
    height: 540px;
    margin-inline: auto;
    perspective: 1100px;
  }

  .carouselCard {
    width: min(70vw, 270px);
    height: 420px;
    border-radius: 18px;
  }

  .carouselCard[data-position="center"] {
    transform: translate(-50%, -49%) translateZ(100px) scale(1);
  }

  .carouselCard[data-position="left-1"] {
    transform: translate(-50%, -50%) translate3d(-195px, 22px, -80px) rotateY(36deg) scale(0.84);
  }

  .carouselCard[data-position="right-1"] {
    transform: translate(-50%, -50%) translate3d(195px, 22px, -80px) rotateY(-36deg) scale(0.84);
  }

  .carouselCard[data-position="left-2"] {
    opacity: 0.68;
    transform: translate(-50%, -50%) translate3d(-292px, 50px, -190px) rotateY(50deg) scale(0.7);
  }

  .carouselCard[data-position="right-2"] {
    opacity: 0.68;
    transform: translate(-50%, -50%) translate3d(292px, 50px, -190px) rotateY(-50deg) scale(0.7);
  }

  .carouselCard[data-position="left-3"] {
    opacity: 0.38;
    transform: translate(-50%, -50%) translate3d(-350px, 78px, -300px) rotateY(61deg) scale(0.6);
  }

  .carouselCard[data-position="right-3"] {
    opacity: 0.38;
    transform: translate(-50%, -50%) translate3d(350px, 78px, -300px) rotateY(-61deg) scale(0.6);
  }

  .carouselCard[data-position="left-4"],
  .carouselCard[data-position="right-4"],
  .carouselCard[data-position="left-5"],
  .carouselCard[data-position="right-5"] {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) translate3d(0, 100px, -440px) scale(0.5);
  }

  .carouselMedia {
    height: 282px;
  }

  .carouselInfo {
    height: 138px;
    padding: 18px;
  }

  .carouselInfo h3 {
    font-size: 22px;
  }

  .carouselInfo p {
    font-size: 9px;
  }

  .carouselInfo small {
    margin-top: 6px;
    font-size: 8px;
  }

  .carouselNumber,
  .carouselDepartment {
    top: 14px;
    font-size: 8px;
  }

  .carouselNumber {
    inset-inline-end: 14px;
  }

  .carouselDepartment {
    inset-inline-start: 14px;
    padding: 6px 9px;
  }

  .carouselControls {
    width: 100%;
    margin-top: 0;
    gap: 8px;
  }

  .carouselControls > button {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .carouselCounter {
    display: none;
  }

  .carouselGlow {
    width: 420px;
  }

  .officeCard {
    min-height: 340px;
  }

  .ctaCard {
    min-height: 330px;
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ctaCard a {
    grid-column: auto;
  }
}

@media (max-width: 380px) {
  .heroActions {
    grid-template-columns: 1fr;
  }

  .ceoPortrait {
    min-height: 440px;
  }

  .teamStage {
    height: 550px;
  }

  .leaderCard {
    width: 246px;
    height: 390px;
  }

  .backCardShell {
    width: 132px;
    height: 220px;
  }

  .carouselStage {
    height: 510px;
  }

  .carouselCard {
    width: 244px;
    height: 400px;
  }

  .carouselMedia {
    height: 268px;
  }

  .carouselInfo {
    height: 132px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .backCard,
  .backCardShell,
  .leaderCard,
  .memberImage {
    transition: none;
  }
}
