.approach-page {
  --approach-paper: #f2f3f1;
  --approach-ink: #111315;
  --approach-blue: #1769e0;
  background: var(--approach-paper);
  color: var(--approach-ink);
}

.approach-page main {
  overflow: clip;
}

.approach-page .desktop-nav .is-current {
  color: #fff;
}

.approach-page .desktop-nav .is-current::after {
  transform: scaleX(1);
}

.approach-hero {
  min-height: calc(100svh - var(--header-h));
  padding: clamp(72px, 8vw, 138px) 0 clamp(70px, 8vw, 130px);
  background: var(--approach-paper);
}

.approach-hero__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--grid-gap);
}

.approach-hero__title {
  grid-column: 1 / span 8;
}

.approach-hero__title .eyebrow {
  margin-bottom: 18px;
}

.approach-hero h1 {
  max-width: 1100px;
  margin: 0;
  font: 400 clamp(64px, 7.4vw, 142px)/0.82 var(--display);
  letter-spacing: -0.055em;
}

.approach-hero__copy {
  grid-column: 9 / -1;
  align-self: end;
  max-width: 560px;
  padding-bottom: 10px;
}

.approach-hero__copy p {
  margin: 0;
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.45;
}

.approach-hero__copy p + p {
  margin-top: 22px;
  color: #62625f;
}

.approach-hero__lead {
  font-size: clamp(20px, 1.55vw, 29px) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em;
}

.approach-hero__figure {
  grid-column: 1 / -1;
  margin: clamp(70px, 8vw, 140px) 0 0;
  background: #d9dcd9;
}

.approach-hero__figure img {
  display: block;
  width: 100%;
  height: clamp(420px, 52vw, 900px);
  object-fit: cover;
  object-position: 50% 43%;
}

.approach-hero__figure figcaption,
.approach-stage figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  color: #686865;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.approach-basis {
  padding: clamp(90px, 10vw, 180px) 0;
  background: #080a0d;
  color: #f4f5f3;
}

.approach-basis__intro {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--grid-gap);
  align-items: start;
}

.approach-basis__intro .eyebrow {
  grid-column: 1 / span 2;
  color: #a7a9ad;
}

.approach-basis__intro h2 {
  grid-column: 3 / span 6;
  max-width: 900px;
  margin: 0;
  font: 400 clamp(54px, 5.5vw, 106px)/0.87 var(--display);
  letter-spacing: -0.045em;
}

.approach-basis__intro > p:last-child {
  grid-column: 10 / -1;
  margin: 2px 0 0;
  color: #b3b5b8;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.5;
}

.approach-basis__factors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(90px, 10vw, 170px) 0 0;
  padding: 0;
  border-top: 1px solid #3a3c40;
  list-style: none;
}

.approach-basis__factors li {
  min-height: 310px;
  padding: 22px 28px 30px 0;
}

.approach-basis__factors li + li {
  padding-left: 28px;
  border-left: 1px solid #3a3c40;
}

.approach-basis__factors span,
.approach-scenarios__grid span {
  color: #6da7ff;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.approach-basis__factors h3 {
  margin: clamp(54px, 5vw, 90px) 0 18px;
  font: 400 clamp(31px, 2.8vw, 52px)/0.9 var(--display);
  letter-spacing: -0.035em;
}

.approach-basis__factors p {
  max-width: 300px;
  margin: 0;
  color: #a7a9ad;
  font-size: 13px;
  line-height: 1.45;
}

.approach-basis__formula {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: clamp(70px, 8vw, 130px) 0 0;
  padding-top: 20px;
  border-top: 1px solid #3a3c40;
  font: 400 clamp(23px, 2.1vw, 40px)/1 var(--display);
  letter-spacing: -0.025em;
}

.approach-basis__formula i {
  color: var(--approach-blue);
  font-family: Arial, sans-serif;
  font-style: normal;
}

.approach-method {
  padding: clamp(100px, 10vw, 190px) 0;
  background: var(--approach-paper);
}

.approach-method__intro {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--grid-gap);
  align-items: end;
}

.approach-method__intro .eyebrow {
  grid-column: 1 / span 2;
}

.approach-method__intro h2 {
  grid-column: 3 / span 8;
  max-width: 1040px;
  margin: 0;
  font: 400 clamp(60px, 6.6vw, 124px)/0.84 var(--display);
  letter-spacing: -0.052em;
}

.approach-method__nav {
  position: sticky;
  z-index: 8;
  top: var(--header-h);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: clamp(70px, 8vw, 130px) 0 0;
  border-top: 1px solid #aeb0ad;
  border-bottom: 1px solid #aeb0ad;
  background: rgba(242, 243, 241, 0.94);
  backdrop-filter: blur(14px);
}

.approach-method__nav a {
  padding: 18px 20px;
  color: #696966;
  font-size: 11px;
  text-decoration: none;
}

.approach-method__nav a + a {
  border-left: 1px solid #d0d1ce;
}

.approach-method__nav a:hover,
.approach-method__nav a:focus-visible {
  color: var(--approach-blue);
}

.approach-stage {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--grid-gap);
  align-items: center;
  min-height: min(980px, 88svh);
  padding: clamp(80px, 8vw, 150px) 0;
  border-bottom: 1px solid #bcbebb;
  scroll-margin-top: calc(var(--header-h) + 58px);
}

.approach-stage__copy {
  grid-column: 1 / span 5;
  max-width: 650px;
}

.approach-stage figure {
  grid-column: 7 / -1;
  margin: 0;
}

.approach-stage:nth-of-type(even) .approach-stage__copy {
  grid-column: 8 / -1;
}

.approach-stage:nth-of-type(even) figure {
  grid-column: 1 / span 6;
  grid-row: 1;
}

.approach-stage__number {
  display: block;
  margin-bottom: clamp(46px, 5vw, 84px);
  color: var(--approach-blue);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.approach-stage h3 {
  margin: 0;
  font: 400 clamp(68px, 7vw, 132px)/0.78 var(--display);
  letter-spacing: -0.055em;
}

.approach-stage__copy > p {
  max-width: 560px;
  margin: 30px 0 0;
  font-size: clamp(16px, 1.2vw, 21px);
  line-height: 1.46;
}

.approach-stage__outcome {
  padding-top: 22px;
  border-top: 1px solid #bcbebb;
  color: #5f605d;
  font-size: 14px !important;
}

.approach-stage__outcome span {
  display: block;
  margin-bottom: 7px;
  color: var(--approach-ink);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.approach-stage .text-link {
  display: inline-block;
  margin-top: 34px;
}

.approach-stage figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
}

#stage-01 figure img { object-position: 52% 50%; }
#stage-02 figure img { object-position: 50% 50%; }
#stage-03 figure img { object-position: 50% 47%; }
#stage-04 figure img { object-position: 58% 50%; }
#stage-05 figure img { object-position: 50% 0%; }

.approach-scenarios {
  padding: clamp(100px, 11vw, 200px) 0;
  background: #080a0d;
  color: #f4f5f3;
}

.approach-scenarios header {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--grid-gap);
}

.approach-scenarios header .eyebrow {
  grid-column: 1 / span 2;
  color: #a7a9ad;
}

.approach-scenarios header h2 {
  grid-column: 3 / span 8;
  max-width: 1100px;
  margin: 0;
  font: 400 clamp(54px, 6vw, 112px)/0.84 var(--display);
  letter-spacing: -0.05em;
}

.approach-scenarios__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(80px, 9vw, 150px);
  border-top: 1px solid #3a3c40;
}

.approach-scenarios__grid article {
  min-height: 360px;
  padding: 24px 34px 36px 0;
}

.approach-scenarios__grid article + article {
  padding-left: 34px;
  border-left: 1px solid #3a3c40;
}

.approach-scenarios__grid h3 {
  margin: clamp(70px, 7vw, 112px) 0 18px;
  font: 400 clamp(38px, 3.6vw, 68px)/0.88 var(--display);
  letter-spacing: -0.04em;
}

.approach-scenarios__grid p {
  max-width: 390px;
  margin: 0;
  color: #a7a9ad;
  font-size: 14px;
  line-height: 1.48;
}

.approach-scenarios > .shell > .text-link {
  display: inline-block;
  margin-top: 44px;
  color: #f4f5f3;
}

.approach-responsibility {
  padding: clamp(100px, 11vw, 200px) 0;
  background: #e9edf3;
}

.approach-responsibility__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--grid-gap);
}

.approach-responsibility__grid > div:first-child {
  grid-column: 1 / span 8;
}

.approach-responsibility__grid > div:last-child {
  grid-column: 9 / -1;
  align-self: end;
}

.approach-responsibility h2 {
  max-width: 1050px;
  margin: 20px 0 0;
  font: 400 clamp(58px, 6vw, 116px)/0.84 var(--display);
  letter-spacing: -0.05em;
}

.approach-responsibility__grid > div:last-child p {
  margin: 0;
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.48;
}

.approach-responsibility__grid > div:last-child p + p {
  margin-top: 22px;
  color: #5d6167;
}

.approach-responsibility .text-link {
  display: inline-block;
  margin-top: 34px;
}

.approach-contact {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 1000px) {
  .approach-hero__title,
  .approach-hero__copy,
  .approach-basis__intro h2,
  .approach-basis__intro > p:last-child,
  .approach-method__intro h2,
  .approach-responsibility__grid > div:first-child,
  .approach-responsibility__grid > div:last-child {
    grid-column: 1 / -1;
  }

  .approach-hero__copy,
  .approach-basis__intro > p:last-child,
  .approach-responsibility__grid > div:last-child {
    max-width: 680px;
    margin-top: 44px;
  }

  .approach-basis__intro .eyebrow,
  .approach-method__intro .eyebrow,
  .approach-scenarios header .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 20px;
  }

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

  .approach-basis__factors li:nth-child(3) {
    border-left: 0;
  }

  .approach-basis__factors li:nth-child(n + 3) {
    border-top: 1px solid #3a3c40;
  }

  .approach-stage {
    min-height: 0;
  }

  .approach-stage__copy,
  .approach-stage:nth-of-type(even) .approach-stage__copy {
    grid-column: 1 / span 5;
  }

  .approach-stage figure,
  .approach-stage:nth-of-type(even) figure {
    grid-column: 7 / -1;
    grid-row: auto;
  }

  .approach-scenarios header h2 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .approach-hero {
    padding: 54px 0 72px;
  }

  .approach-hero h1 {
    font-size: clamp(54px, 16vw, 72px);
  }

  .approach-hero__copy {
    margin-top: 38px;
  }

  .approach-hero__figure {
    margin-top: 58px;
  }

  .approach-hero__figure img {
    height: 64vh;
    min-height: 420px;
  }

  .approach-hero__figure figcaption,
  .approach-stage figcaption {
    display: block;
  }

  .approach-hero__figure figcaption span,
  .approach-stage figcaption {
    line-height: 1.5;
  }

  .approach-hero__figure figcaption span:last-child {
    display: block;
  }

  .approach-basis__intro,
  .approach-method__intro,
  .approach-scenarios header,
  .approach-responsibility__grid {
    display: block;
  }

  .approach-basis__intro h2,
  .approach-method__intro h2,
  .approach-scenarios header h2,
  .approach-responsibility h2 {
    font-size: clamp(49px, 14vw, 66px);
  }

  .approach-basis__factors,
  .approach-scenarios__grid {
    grid-template-columns: 1fr;
  }

  .approach-basis__factors li,
  .approach-basis__factors li + li,
  .approach-scenarios__grid article,
  .approach-scenarios__grid article + article {
    min-height: 0;
    padding: 24px 0 38px;
    border-top: 1px solid #3a3c40;
    border-left: 0;
  }

  .approach-basis__factors h3,
  .approach-scenarios__grid h3 {
    margin-top: 44px;
  }

  .approach-basis__formula {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .approach-method__nav {
    top: var(--header-h);
  }

  .approach-method__nav a {
    padding: 15px 6px;
    text-align: center;
  }

  .approach-stage,
  .approach-stage:nth-of-type(even) {
    display: flex;
    flex-direction: column;
    gap: 52px;
    align-items: stretch;
  }

  .approach-stage__number {
    margin-bottom: 42px;
  }

  .approach-stage h3 {
    font-size: clamp(64px, 20vw, 86px);
  }

  .approach-stage figure,
  .approach-stage:nth-of-type(even) figure {
    order: 2;
  }

  .approach-stage figure img {
    aspect-ratio: 4 / 4.8;
  }

  .approach-responsibility__grid > div:last-child {
    margin-top: 50px;
  }
}

/* Work formats describe scope; the five stages above describe sequence. */
.approach-formats{padding:clamp(80px,8vw,150px) 0;background:#d9d4c9;color:#121313}
.approach-formats__lead{max-width:680px;margin:32px 0 0 16.666%;font-size:clamp(18px,1.4vw,24px);line-height:1.45}
.approach-formats .format-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:clamp(48px,5vw,80px)}
.approach-formats .format-grid article{min-height:510px;padding:28px;display:flex;flex-direction:column;background:#faf9f5}
.approach-formats .format-grid article:nth-child(2){background:#d7f36a}
.approach-formats .format-grid article:nth-child(3){background:#256fe8;color:#fff}
.approach-formats .format-grid article:nth-child(4){background:#ff5c22}
.approach-formats .format-grid article>span{font-size:10px;letter-spacing:.1em}
.approach-formats .format-grid h3{margin:56px 0 24px;font:400 clamp(36px,3vw,56px)/.94 var(--display);letter-spacing:-.035em}
.approach-formats .format-grid p{margin:0 0 24px;font-size:15px;line-height:1.4}
.approach-formats .format-grid ul{margin:auto 0 0;padding:22px 0 0;border-top:1px solid currentColor;list-style:none}
.approach-formats .format-grid li{padding:6px 0;font-size:13px}
.approach-formats__links{display:flex;flex-wrap:wrap;gap:22px 40px;margin-top:40px}
#logic,#formats,#team{scroll-margin-top:calc(var(--header-h) + 20px)}
@media(max-width:1100px){.approach-formats .format-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.approach-formats .format-grid article{min-height:440px}}
@media(max-width:1000px){.approach-formats__lead{margin-left:0}}
@media(max-width:700px){.approach-formats .format-grid{grid-template-columns:1fr}.approach-formats .format-grid article{min-height:410px}.approach-formats .format-grid h3{font-size:46px}.approach-formats__links{flex-direction:column;align-items:flex-start}}
