.team-page {
  --team-night: #17201f;
  --team-sky: #91d4df;
  --team-sand: #eee7d9;
  --team-blue: #315da8;
  background: var(--paper);
}

.team-shell {
  width: var(--page);
  margin-inline: auto;
}

.team-hero {
  position: relative;
  overflow: clip;
  padding: clamp(132px, 12vw, 188px) 0 clamp(82px, 10vw, 142px);
}

.team-hero::before {
  position: absolute;
  width: min(74vw, 1040px);
  aspect-ratio: 1;
  top: -47%;
  right: -25%;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(85, 190, 211, .17), transparent 67%);
  pointer-events: none;
}

.team-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, .78fr);
  gap: clamp(50px, 7.5vw, 112px);
  align-items: center;
}

.team-hero-copy h1,
.team-section-head h2,
.team-research h2,
.team-principles h2,
.team-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 430;
  letter-spacing: -.055em;
  line-height: .94;
}

.team-hero-copy h1 {
  max-width: 790px;
  font-size: clamp(4.3rem, 7.5vw, 8.2rem);
}

.team-hero-copy h1 em,
.team-research h2 em {
  color: var(--clay-deep);
  font-weight: 400;
}

.team-lede {
  max-width: 660px;
  margin: 31px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.67;
}

.team-hero-figure {
  position: relative;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(31, 33, 29, .32);
  border-radius: clamp(26px, 4vw, 48px);
  color: var(--chalk);
  background: var(--team-night);
  box-shadow: 0 36px 90px rgba(74, 57, 41, .2);
}

.team-hero-figure::after {
  position: absolute;
  inset: 10px 10px 72px;
  border: 1px solid rgba(255, 253, 248, .2);
  border-radius: clamp(18px, 3vw, 38px) clamp(18px, 3vw, 38px) 12px 12px;
  content: "";
  pointer-events: none;
}

.team-hero-figure picture {
  display: block;
  overflow: hidden;
  border-radius: clamp(18px, 3vw, 38px) clamp(18px, 3vw, 38px) 12px 12px;
}

.team-hero-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.team-hero-figure figcaption {
  min-height: 62px;
  padding: 15px 8px 5px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  color: rgba(255, 253, 248, .64);
  font-size: .58rem;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.team-disciplines {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}

.team-disciplines small {
  padding: 4px 7px;
  border: 1px solid rgba(255, 253, 248, .18);
  border-radius: 999px;
  color: rgba(255, 253, 248, .86);
  font: inherit;
}

.team-signal {
  border-block: 1px solid var(--line-strong);
  background: rgba(255, 253, 248, .58);
}

.team-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.team-signal-grid > div {
  min-height: 174px;
  padding: 29px clamp(20px, 2.5vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-signal-grid > div + div {
  border-left: 1px solid var(--line);
}

.team-signal strong {
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  font-weight: 430;
  letter-spacing: -.055em;
  line-height: 1;
}

.team-signal span {
  max-width: 190px;
  color: var(--umber);
  font-size: .62rem;
  font-weight: 760;
  letter-spacing: .1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.team-leadership,
.team-principles {
  padding-block: clamp(94px, 11vw, 160px);
}

.team-section-head {
  margin-bottom: clamp(48px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .43fr);
  gap: clamp(46px, 8vw, 118px);
  align-items: end;
}

.team-section-head h2,
.team-principles h2 {
  font-size: clamp(3.2rem, 6vw, 6.4rem);
}

.team-section-head > p {
  max-width: 500px;
  margin: 0 0 4px;
  color: var(--ink-soft);
  font-size: .98rem;
  line-height: 1.75;
}

.team-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: clamp(24px, 3.4vw, 44px);
  background: rgba(255, 253, 248, .75);
  box-shadow: 0 30px 80px rgba(74, 57, 41, .11);
}

.team-profile {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
}

.team-profile + .team-profile {
  border-left: 1px solid var(--line-strong);
}

.team-profile-technical {
  background: linear-gradient(145deg, var(--cobalt-pale), rgba(217, 241, 244, .62));
}

.team-profile header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--cobalt-deep);
  font-size: .61rem;
  font-weight: 780;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.team-profile header small {
  max-width: 190px;
  color: var(--umber);
  font: inherit;
  text-align: right;
}

.team-profile-mark {
  position: relative;
  height: 184px;
  margin: 56px 0 44px;
  border-block: 1px solid var(--line);
}

.team-profile-mark span {
  position: absolute;
  left: 0;
  bottom: -14px;
  color: rgba(49, 93, 168, .08);
  font-family: var(--serif);
  font-size: 10.5rem;
  font-weight: 430;
  letter-spacing: -.08em;
  line-height: .7;
}

.team-profile-mark i {
  position: absolute;
  width: 94px;
  height: 94px;
  top: 50%;
  right: 7%;
  border: 1px solid var(--cobalt);
  border-radius: 50%;
  transform: translateY(-50%);
}

.team-profile-mark i::before,
.team-profile-mark i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: var(--cobalt);
  transform: translate(-50%, -50%);
}

.team-profile-mark i::before {
  width: 140px;
  height: 1px;
}

.team-profile-mark i::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(49, 93, 168, .12);
}

.team-profile h3 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 450;
  letter-spacing: -.04em;
  line-height: 1;
}

.team-profile p {
  max-width: 640px;
  margin: 0;
  color: var(--ink-soft);
  font-size: .93rem;
  line-height: 1.78;
}

.team-profile p + p {
  margin-top: 16px;
}

.team-research {
  padding-block: clamp(98px, 11vw, 158px);
  color: var(--chalk);
  background:
    radial-gradient(circle at 12% 85%, rgba(85, 190, 211, .13), transparent 28rem),
    radial-gradient(circle at 91% 13%, rgba(185, 111, 82, .12), transparent 25rem),
    var(--team-night);
}

.team-research-layout {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(0, 1fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}

.team-research > .team-shell > header {
  position: sticky;
  top: 118px;
}

.team-research .eyebrow {
  color: var(--team-sky);
}

.team-research h2 {
  font-size: clamp(3.7rem, 6.2vw, 7rem);
}

.team-research h2 em {
  color: var(--team-sky);
}

.team-research header > p:last-child {
  max-width: 450px;
  margin: 31px 0 0;
  color: rgba(255, 253, 248, .66);
  font-size: .98rem;
  line-height: 1.75;
}

.team-research-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 253, 248, .28);
  list-style: none;
}

.team-research-list li {
  min-height: 188px;
  padding: 31px 0;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 30px;
  border-bottom: 1px solid rgba(255, 253, 248, .17);
}

.team-research-list li > span {
  color: var(--team-sky);
  font-size: .66rem;
  font-weight: 760;
  letter-spacing: .12em;
}

.team-research-list h3 {
  margin: 0 0 13px;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 430;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.team-research-list p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 253, 248, .66);
  font-size: .92rem;
  line-height: 1.74;
}

.team-principles {
  display: grid;
  grid-template-columns: minmax(280px, .64fr) minmax(0, 1fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: start;
}

.team-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
}

.team-principles article {
  min-height: 340px;
  padding: 27px 24px;
  display: flex;
  flex-direction: column;
}

.team-principles article + article {
  border-left: 1px solid var(--line);
}

.team-principles article > span {
  color: var(--cobalt);
  font-size: .64rem;
  font-weight: 780;
  letter-spacing: .12em;
}

.team-principles h3 {
  margin: auto 0 16px;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.4vw, 2.3rem);
  font-weight: 450;
  letter-spacing: -.03em;
}

.team-principles p {
  min-height: 70px;
  margin: 0;
  color: var(--ink-soft);
  font-size: .86rem;
  line-height: 1.68;
}

.team-note {
  padding-block: clamp(48px, 6vw, 72px);
  border-block: 1px solid var(--line-strong);
  background: var(--photon-pale);
}

.team-note-grid {
  display: grid;
  grid-template-columns: minmax(180px, .3fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 120px);
}

.team-note-label {
  margin: 0;
  color: var(--cobalt-deep);
  font-size: .65rem;
  font-weight: 780;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.team-note h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  font-weight: 450;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.team-note p:last-child {
  max-width: 800px;
  margin: 0;
  color: var(--ink-soft);
  font-size: .93rem;
  line-height: 1.75;
}

.team-cta {
  padding-block: clamp(92px, 11vw, 155px);
  color: var(--chalk);
  background:
    radial-gradient(circle at 90% 0, rgba(145, 212, 223, .24), transparent 29rem),
    var(--cobalt-deep);
}

.team-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
  gap: clamp(56px, 9vw, 138px);
  align-items: end;
}

.team-cta .eyebrow {
  color: rgba(255, 253, 248, .7);
}

.team-cta h2 {
  font-size: clamp(3.8rem, 6.5vw, 7.1rem);
}

.team-cta-grid > div:last-child > p {
  margin: 0;
  color: rgba(255, 253, 248, .78);
  font-size: 1.02rem;
  line-height: 1.72;
}

.team-button-light {
  border-color: var(--chalk);
  color: var(--ink);
  background: var(--chalk);
}

.team-button-light:hover {
  color: var(--ink);
}

.team-button-outline {
  border-color: rgba(255, 253, 248, .55);
  color: var(--chalk);
  background: transparent;
}

.team-button-outline:hover {
  color: var(--ink);
  background: var(--chalk);
}

.team-disclosure {
  margin-block: 0;
  padding-block: 28px 36px;
  color: var(--umber);
  font-size: .68rem;
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .team-hero-grid,
  .team-research-layout,
  .team-principles,
  .team-cta-grid {
    grid-template-columns: 1fr;
  }

  .team-hero-copy {
    max-width: 850px;
  }

  .team-hero-figure {
    width: min(790px, 100%);
    margin-left: auto;
  }

  .team-research > .team-shell > header {
    position: static;
    max-width: 760px;
  }

  .team-principles-grid {
    margin-top: 4px;
  }
}

@media (max-width: 820px) {
  .team-section-head,
  .team-profile-grid,
  .team-note-grid {
    grid-template-columns: 1fr;
  }

  .team-signal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-signal-grid > div:nth-child(3) {
    border-left: 0;
  }

  .team-signal-grid > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .team-profile {
    min-height: 0;
  }

  .team-profile + .team-profile {
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

  .team-principles-grid {
    grid-template-columns: 1fr;
  }

  .team-principles article {
    min-height: 230px;
  }

  .team-principles article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .team-hero {
    padding-top: 114px;
  }

  .team-hero-copy h1 {
    font-size: clamp(3.6rem, 18vw, 5.1rem);
  }

  .team-hero-figure figcaption {
    grid-template-columns: 1fr;
  }

  .team-disciplines {
    justify-content: flex-start;
  }

  .team-signal-grid > div {
    min-height: 145px;
    padding: 22px 18px;
  }

  .team-section-head h2,
  .team-principles h2 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .team-profile {
    padding: 27px 22px 37px;
  }

  .team-profile header {
    display: grid;
  }

  .team-profile header small {
    text-align: left;
  }

  .team-profile-mark {
    height: 145px;
    margin-block: 43px 35px;
  }

  .team-profile-mark span {
    font-size: 8rem;
  }

  .team-research-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 17px;
  }

  .team-cta h2 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .team-page *,
  .team-page *::before,
  .team-page *::after {
    scroll-behavior: auto !important;
  }
}

@media print {
  .team-hero,
  .team-leadership,
  .team-principles,
  .team-research,
  .team-cta {
    padding-block: 32px;
  }

  .team-hero-grid,
  .team-section-head,
  .team-research-layout,
  .team-principles,
  .team-cta-grid {
    grid-template-columns: 1fr;
  }

  .team-hero-figure,
  .team-profile-grid {
    box-shadow: none;
  }

  .team-research,
  .team-cta {
    color: var(--ink);
    background: white;
  }

  .team-research header > p:last-child,
  .team-research-list p,
  .team-cta-grid > div:last-child > p {
    color: var(--ink-soft);
  }
}
