.article-editorial-page {
  background: #f4f4f1;
}

.article-editorial-page main {
  overflow: clip;
}

.article-editorial-hero {
  min-height: min(900px, calc(100svh - 68px));
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  color: #fff;
  background: #090909;
}

.article-editorial-hero-copy {
  width: auto;
  margin: 0;
  padding: clamp(104px, 9vw, 150px) clamp(34px, 5.5vw, 86px) clamp(72px, 8vw, 118px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.article-back-link {
  align-self: flex-start;
  margin-bottom: clamp(54px, 6vw, 82px);
  padding-bottom: 6px;
  color: rgba(255,255,255,.68);
  border-bottom: 1px solid rgba(255,255,255,.34);
  font-size: 13px;
  transition: color .25s ease, border-color .25s ease;
}

.article-back-link:hover,
.article-back-link:focus-visible {
  color: #fff;
  border-color: #fff;
}

.article-editorial-hero-copy .page-kicker {
  margin: 0;
  color: rgba(255,255,255,.56);
}

.article-editorial-hero-copy .page-title {
  max-width: 920px;
  margin: 24px 0 30px;
  font-size: clamp(48px, 5.8vw, 96px);
  line-height: .9;
  letter-spacing: -.067em;
  text-wrap: balance;
}

.article-editorial-hero-copy .article-deck {
  max-width: 670px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.52;
}

.article-editorial-hero-copy .page-actions {
  margin-top: 38px;
}

.article-editorial-media {
  width: auto;
  height: auto;
  min-height: 760px;
  position: relative;
  margin: 20px 20px 20px 0;
  overflow: hidden;
  border-radius: 30px;
  background: #242424;
}

.article-editorial-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.03) 28%, rgba(0,0,0,.84) 100%);
}

.article-editorial-media img {
  position: absolute;
  inset: 0;
  object-position: center;
  transition: transform 1.2s cubic-bezier(.16,1,.3,1), filter .6s ease;
}

.article-editorial-media:hover img {
  transform: scale(1.018);
}

.article-editorial-media figcaption {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 34px;
  left: 34px;
  color: #fff;
}

.article-editorial-media figcaption span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,255,255,.6);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.article-editorial-media figcaption strong {
  max-width: 620px;
  display: block;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
  letter-spacing: -.045em;
}

.article-editorial-details {
  width: min(1500px, calc(100vw - 48px));
  margin: 0 auto;
  padding-top: clamp(50px, 6vw, 76px);
  padding-bottom: clamp(50px, 6vw, 76px);
  border-bottom: 1px solid #bcbab4;
}

.article-editorial-details > * {
  min-height: 104px;
  padding: 18px 18px 0 0;
  display: flex;
  flex-direction: column;
  border-top-color: #aaa8a2;
}

.article-editorial-details span {
  color: #77756f;
}

.article-editorial-details strong {
  margin-top: auto;
}

.article-editorial-details .article-read-next strong {
  max-width: 330px;
}

.article-editorial-page .article-layout {
  width: min(1320px, calc(100vw - 48px));
  padding-top: clamp(94px, 10vw, 150px);
  padding-bottom: clamp(110px, 12vw, 180px);
  grid-template-columns: minmax(220px, .54fr) minmax(0, 1.46fr);
  gap: clamp(64px, 9vw, 150px);
}


.article-editorial-page .article-aside {
  position: sticky;
  top: 104px;
  align-self: start;
  height: max-content;
  padding-top: 20px;
  border-top-color: #aaa8a2;
}

.article-editorial-page .article-aside > span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.article-editorial-page .article-aside p {
  color: #5f5d58;
  font-size: 18px;
}

.article-editorial-page .article-body {
  max-width: 820px;
}

.article-editorial-page .article-body p {
  color: #4c4a46;
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.66;
}

.article-editorial-page .article-body .article-lede {
  color: #111;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.3;
  letter-spacing: -.035em;
}

.article-editorial-page .article-body h2 {
  margin-top: 82px;
  font-size: clamp(42px, 4.6vw, 72px);
  line-height: .96;
  letter-spacing: -.058em;
}

.article-editorial-page .article-body h3 {
  font-size: clamp(30px, 3.2vw, 48px);
}

.article-editorial-page .article-body blockquote {
  margin: 70px 0;
  padding-left: 34px;
  border-left-color: #111;
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.17;
}

.article-editorial-page .article-body figure {
  margin: 68px 0;
}

.article-editorial-page .article-body figure img {
  border-radius: 24px;
}

.article-editorial-page .article-engagement {
  width: min(1320px, calc(100vw - 48px));
  margin: 0 auto;
  padding-top: 58px;
  padding-bottom: 58px;
  border-color: #aaa8a2;
}

.article-final-cta {
  min-height: 520px;
  padding: clamp(76px, 9vw, 136px) clamp(28px, 7vw, 110px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 52px;
  color: #111;
  background: #fff;
}

.article-final-cta h2 {
  margin: 24px 0 0;
  font-size: clamp(52px, 7vw, 112px);
  line-height: .9;
  letter-spacing: -.067em;
}

.article-final-cta .page-actions {
  flex: 0 0 auto;
}

@media (max-width: 1050px) {
  .article-editorial-hero {
    grid-template-columns: 1fr;
  }

  .article-editorial-hero-copy {
    min-height: 690px;
  }

  .article-editorial-media {
    min-height: 680px;
    margin: 0 20px 20px;
  }

  .article-editorial-page .article-layout {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .article-editorial-page .article-aside {
    position: static;
  }

  .article-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .article-editorial-hero-copy {
    min-height: 620px;
    padding: 112px 22px 64px;
  }

  .article-back-link {
    margin-bottom: 48px;
  }

  .article-editorial-hero-copy .page-title {
    font-size: clamp(48px, 15.5vw, 76px);
  }

  .article-editorial-media {
    min-height: 540px;
    margin: 0 12px 12px;
    border-radius: 22px;
  }

  .article-editorial-media figcaption {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }

  .article-editorial-details,
  .article-editorial-page .article-layout,
  .article-editorial-page .article-engagement {
    width: calc(100vw - 36px);
  }

  .article-editorial-details {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .article-editorial-details > * {
    min-height: 82px;
  }

  .article-editorial-page .article-layout {
    padding-top: 78px;
    padding-bottom: 100px;
  }

  .article-editorial-page .article-body .article-lede {
    font-size: 29px;
  }

  .article-final-cta {
    min-height: 560px;
    padding: 76px 22px;
  }

  .article-final-cta h2 {
    font-size: clamp(50px, 15vw, 72px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-editorial-media img {
    transition: none;
  }
}
