.page-blog .nav-link--blog {
  background: var(--presta-blue-soft);
  color: var(--presta-blue-ink);
}

.storytelling-section {
  scroll-margin-top: 76px;
  padding: clamp(44px, 5vw, 64px) 0;
  background:
    radial-gradient(circle at 8% 8%, rgb(219 234 254 / 0.72), transparent 34%),
    var(--presta-background);
}

.storytelling-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.storytelling-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
}

.storytelling-heading__copy {
  max-width: 920px;
}

.storytelling-heading h2 {
  max-width: 22ch;
  color: var(--presta-ink);
  font-size: clamp(34px, 3.7vw, 46px);
  font-weight: 770;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.storytelling-heading p:not(.eyebrow) {
  max-width: 74ch;
  margin-top: 14px;
  color: var(--presta-body);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.58;
}

.story-carousel__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.story-carousel__button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--presta-hairline);
  border-radius: 50%;
  background: var(--presta-canvas);
  color: var(--presta-ink);
  cursor: pointer;
  transition:
    border-color 160ms var(--ease-out),
    color 160ms var(--ease-out),
    transform 160ms var(--ease-out);
}

.story-carousel__button svg {
  width: 20px;
  height: 20px;
}

.story-carousel__autoplay {
  margin-left: 4px;
  border-color: #bfdbfe;
  background: var(--presta-blue-soft);
  color: var(--presta-blue-ink);
}

.story-carousel__autoplay [data-autoplay-icon="play"] {
  display: none;
}

.story-carousel__autoplay[aria-pressed="true"] [data-autoplay-icon="pause"] {
  display: none;
}

.story-carousel__autoplay[aria-pressed="true"] [data-autoplay-icon="play"] {
  display: block;
}

.story-carousel__button:active {
  transform: scale(0.96);
}

.story-carousel__button:disabled {
  cursor: default;
  opacity: 0.38;
}

.story-carousel__button:focus-visible {
  outline: 2px solid var(--presta-blue);
  outline-offset: 4px;
}

.story-carousel__status {
  min-width: 62px;
  color: var(--presta-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.story-carousel__picker {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: clamp(26px, 3.5vw, 38px);
  border-top: 1px solid var(--presta-hairline);
  border-bottom: 1px solid var(--presta-hairline);
}

.story-picker {
  position: relative;
  display: grid;
  grid-template-columns: 28px 38px minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
  align-items: center;
  border: 0;
  border-right: 1px solid var(--presta-hairline);
  min-height: 54px;
  padding: 8px 10px;
  background: transparent;
  color: var(--presta-muted);
  text-align: left;
  cursor: pointer;
  transition:
    background-color 220ms var(--ease-out),
    color 220ms var(--ease-out),
    transform 160ms var(--ease-out);
}

.story-picker:last-child {
  border-right: 0;
}

.story-picker::after {
  position: absolute;
  right: 12px;
  bottom: -1px;
  left: 12px;
  height: 2px;
  background: var(--presta-blue);
  content: "";
  opacity: 0;
  transform: scaleX(0.2);
  transition:
    opacity 220ms var(--ease-out),
    transform 220ms var(--ease-out);
}

.story-picker[aria-current="true"] {
  background: rgb(255 255 255 / 0.66);
  color: var(--presta-ink);
}

.story-picker[aria-current="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.story-picker__number {
  color: var(--presta-blue-ink);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.story-picker img {
  width: 38px;
  height: 38px;
  border: 1px solid #bfdbfe;
  border-radius: 50%;
  object-fit: cover;
}

.story-picker strong,
.story-picker small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.story-picker strong {
  color: inherit;
  font-size: 13px;
  line-height: 1.2;
}

.story-picker small {
  margin-top: 3px;
  color: var(--presta-muted);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.story-picker:focus-visible {
  z-index: 1;
  outline: 2px solid var(--presta-blue);
  outline-offset: -2px;
}

.story-picker:active {
  transform: scale(0.98);
}

.story-carousel__viewport {
  margin-top: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 2px;
  scroll-padding-inline: 2px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.story-carousel__viewport::-webkit-scrollbar { display: none; }

.story-carousel__viewport:focus-visible {
  outline: 2px solid var(--presta-blue);
  outline-offset: 6px;
  border-radius: var(--presta-radius-card);
}

.story-carousel__track {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  gap: 18px;
  width: 100%;
}

.story-card {
  display: grid;
  min-height: 304px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
  border: 1px solid rgb(203 213 225 / 0.82);
  border-radius: 24px;
  background: var(--presta-canvas);
  box-shadow: 0 24px 70px -38px rgb(30 64 175 / 0.32);
  transition:
    border-color 180ms var(--ease-out),
    transform 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out);
}

.story-card__link {
  display: grid;
  grid-template-columns: minmax(200px, 0.56fr) minmax(0, 1.44fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(32px, 5vw, 64px);
  height: 100%;
  padding: clamp(26px, 3.6vw, 42px);
}

.story-card__person {
  display: flex;
  grid-row: 1 / 3;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.story-card__avatar {
  width: clamp(108px, 11vw, 134px);
  height: clamp(108px, 11vw, 134px);
  border: 1px solid #bfdbfe;
  border-radius: 50%;
  object-fit: cover;
  background: var(--presta-blue-soft);
  box-shadow: 0 18px 50px -26px rgb(30 64 175 / 0.52);
}

.story-card__person div {
  margin-top: 16px;
}

.story-card__person strong,
.story-entry__identity strong {
  display: block;
  color: var(--presta-ink);
  font-size: 18px;
  font-weight: 770;
  line-height: 1.25;
}

.story-card__person span,
.story-entry__identity span {
  display: block;
  margin-top: 4px;
  color: var(--presta-blue-ink);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.story-card blockquote {
  align-self: center;
  margin: 0;
  color: var(--presta-ink);
  font-size: clamp(25px, 3.1vw, 37px);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.story-card__action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: var(--presta-blue-ink);
  font-size: 14px;
  font-weight: 760;
}

.story-card__action::after {
  width: 18px;
  height: 18px;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m9 18 6-6-6-6' stroke='%231d4ed8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  content: "";
}

.storytelling-note {
  margin-top: 14px;
  color: var(--presta-muted);
  font-size: 13px;
}

.blog-hero,
.blog-section,
.blog-article-shell {
  width: min(1080px, calc(100% - 40px));
  margin-inline: auto;
}

.blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: center;
  padding: clamp(62px, 8vw, 104px) 0;
}

.blog-hero__copy h1,
.blog-article-hero h1 {
  color: var(--presta-ink);
  font-size: var(--presta-display-web);
  font-weight: var(--presta-display-weight);
  line-height: var(--presta-display-line-height);
}

.blog-hero__copy h1 {
  max-width: 11ch;
}

.blog-hero__copy .hero-lede,
.blog-article-hero .hero-lede {
  margin-top: 24px;
}

.avatar-cluster {
  position: relative;
  min-height: 410px;
}

.avatar-cluster img {
  position: absolute;
  width: clamp(116px, 14vw, 168px);
  aspect-ratio: 1;
  border: 8px solid var(--presta-background);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 18px 48px rgb(34 34 34 / 0.12);
}

.avatar-cluster img:nth-child(1) { top: 2%; left: 2%; }
.avatar-cluster img:nth-child(2) { top: 0; right: 2%; }
.avatar-cluster img:nth-child(3) { top: 34%; left: 28%; }
.avatar-cluster img:nth-child(4) { bottom: 0; left: 0; }
.avatar-cluster img:nth-child(5) { right: 0; bottom: 2%; }

.blog-section {
  padding: clamp(48px, 7vw, 84px) 0;
}

.blog-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  border-top: 1px solid var(--presta-hairline);
  border-bottom: 1px solid var(--presta-hairline);
  padding: clamp(34px, 5vw, 58px) 0;
}

.blog-feature__avatars {
  display: flex;
  padding-left: 14px;
}

.blog-feature__avatars img {
  width: 78px;
  height: 78px;
  margin-left: -14px;
  border: 5px solid var(--presta-background);
  border-radius: 50%;
  object-fit: cover;
}

.blog-feature__copy {
  display: grid;
  gap: 14px;
}

.blog-feature__copy h2 {
  max-width: 18ch;
  color: var(--presta-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.blog-feature__copy p {
  max-width: 62ch;
  color: var(--presta-muted);
}

.blog-feature__link,
.story-entry__category-link,
.blog-cta__primary {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--presta-blue);
  color: var(--presta-canvas);
  font-weight: 760;
  transition:
    background-color 160ms var(--ease-out),
    transform 160ms var(--ease-out);
}

.blog-feature__link:active,
.story-entry__category-link:active,
.blog-cta__primary:active {
  transform: scale(0.97);
}

.blog-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.6fr);
  gap: clamp(36px, 7vw, 80px);
  align-items: center;
  padding: clamp(34px, 5vw, 58px) 0 clamp(48px, 7vw, 80px);
}

.blog-breadcrumb {
  padding-top: 24px;
}

.blog-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  color: var(--presta-muted);
  font-size: 13px;
  list-style: none;
}

.blog-breadcrumb li:not(:last-child)::after {
  margin-left: 8px;
  color: #94a3b8;
  content: "/";
}

.blog-breadcrumb a {
  color: var(--presta-blue-ink);
  font-weight: 700;
}

.blog-breadcrumb a:focus-visible {
  outline: 2px solid var(--presta-blue);
  outline-offset: 3px;
}

.blog-article-hero h1 {
  max-width: 13ch;
}

.blog-article-hero__meta {
  margin-top: 22px;
  color: var(--presta-muted);
  font-size: 14px;
}

.blog-article-hero__visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  transform: rotate(2deg);
}

.blog-article-hero__visual img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid var(--presta-hairline);
  border-radius: var(--presta-radius-card);
  object-fit: cover;
  box-shadow: var(--shadow-soft, 0 18px 60px rgb(34 34 34 / 0.08));
}

.blog-article-hero__visual img:nth-child(2),
.blog-article-hero__visual img:nth-child(4) {
  transform: translateY(28px);
}

.blog-disclosure {
  border: 1px solid #bfdbfe;
  border-radius: var(--presta-radius-card);
  padding: 18px 20px;
  background: var(--presta-blue-soft);
  color: var(--presta-blue-ink);
  font-size: 14px;
}

.blog-answer {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  border-top: 1px solid var(--presta-hairline);
  border-bottom: 1px solid var(--presta-hairline);
  padding: clamp(30px, 5vw, 52px) 0;
}

.blog-answer h2 {
  max-width: 17ch;
  color: var(--presta-ink);
  font-size: clamp(27px, 3.6vw, 42px);
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.blog-answer > p:last-child {
  max-width: 62ch;
  color: var(--presta-body);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.7;
}

.blog-answer + .blog-disclosure {
  margin-top: 22px;
}

.story-index {
  display: grid;
  grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
  margin-top: 28px;
  border-bottom: 1px solid var(--presta-hairline);
  padding: clamp(38px, 6vw, 64px) 0;
}

.story-index__heading h2 {
  max-width: 17ch;
  color: var(--presta-ink);
  font-size: clamp(25px, 3vw, 36px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.story-index ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-index li {
  border-top: 1px solid var(--presta-hairline);
}

.story-index li:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--presta-hairline);
}

.story-index li:nth-child(odd) {
  border-right: 1px solid var(--presta-hairline);
}

.story-index a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  min-height: 64px;
  align-items: center;
  padding: 10px 16px;
  color: var(--presta-ink);
  font-size: 14px;
  font-weight: 720;
  transition:
    background-color 180ms var(--ease-out),
    color 180ms var(--ease-out),
    transform 160ms var(--ease-out);
}

.story-index a span {
  color: var(--presta-blue-ink);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.story-index a:focus-visible {
  outline: 2px solid var(--presta-blue);
  outline-offset: -2px;
}

.story-index a:active {
  transform: scale(0.98);
}

.story-entry {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 76px);
  scroll-margin-top: 104px;
  border-top: 1px solid var(--presta-hairline);
  padding: clamp(64px, 9vw, 112px) 0;
}

.story-entry__aside {
  align-self: start;
}

.story-entry__avatar {
  width: min(100%, 184px);
  aspect-ratio: 1;
  border: 1px solid #bfdbfe;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--shadow-soft, 0 18px 60px rgb(34 34 34 / 0.08));
}

.story-entry__identity {
  margin-top: 18px;
}

.story-entry__body {
  max-width: 700px;
}

.story-entry__body h2 {
  max-width: 18ch;
  color: var(--presta-ink);
  font-size: clamp(32px, 4.7vw, 54px);
  line-height: 1.04;
}

.story-entry__body p {
  margin-top: 22px;
  color: var(--presta-body);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.78;
}

.story-entry__body blockquote {
  margin: 34px 0 0;
  border-left: 3px solid var(--presta-blue);
  padding-left: 22px;
  color: var(--presta-ink);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 650;
  line-height: 1.35;
}

.story-takeaways {
  margin-top: 28px;
  border-top: 1px solid #bfdbfe;
  border-bottom: 1px solid #bfdbfe;
  padding: 20px 0;
}

.story-takeaways h3 {
  color: var(--presta-blue-ink);
  font-size: 15px;
  font-weight: 780;
  letter-spacing: 0.01em;
}

.story-takeaways ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.story-takeaways li {
  position: relative;
  padding-left: 20px;
  color: var(--presta-body);
  font-size: 15px;
  line-height: 1.55;
}

.story-takeaways li::before {
  position: absolute;
  top: 0.65em;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--presta-blue);
  content: "";
}

.story-entry__category-link {
  margin-top: 30px;
}

.blog-boundary {
  margin-bottom: clamp(64px, 9vw, 112px);
  border-radius: var(--presta-radius-card);
  padding: clamp(28px, 5vw, 48px);
  background: var(--presta-ink);
  color: var(--presta-canvas);
}

.blog-boundary h2 {
  max-width: 18ch;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.blog-boundary p {
  max-width: 70ch;
  margin-top: 16px;
  color: rgb(255 255 255 / 0.78);
}

.blog-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: clamp(64px, 8vw, 104px);
  border-top: 1px solid var(--presta-hairline);
  padding-top: clamp(34px, 5vw, 56px);
}

.blog-cta h2 {
  color: var(--presta-ink);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.blog-cta p {
  max-width: 58ch;
  margin-top: 12px;
  color: var(--presta-muted);
}

@media (hover: hover) and (pointer: fine) {
  .story-carousel__button:not(:disabled):hover {
    border-color: var(--presta-blue);
    color: var(--presta-blue);
    transform: translateY(-1px);
  }

  .story-card:hover {
    border-color: #bfdbfe;
    transform: translateY(-2px);
    box-shadow: 0 30px 80px -38px rgb(30 64 175 / 0.38);
  }

  .story-picker:hover {
    background: rgb(255 255 255 / 0.46);
    color: var(--presta-ink);
  }

  .story-index a:hover {
    background: var(--presta-blue-soft);
    color: var(--presta-blue-ink);
  }

  .blog-feature__link:hover,
  .story-entry__category-link:hover,
  .blog-cta__primary:hover {
    background: var(--presta-blue-ink);
    transform: translateY(-1px);
  }
}

@media (max-width: 820px) {
  .storytelling-heading,
  .blog-hero,
  .blog-feature,
  .blog-article-hero,
  .blog-answer,
  .story-index,
  .story-entry,
  .blog-cta {
    grid-template-columns: 1fr;
  }

  .story-carousel__picker {
    grid-template-columns: repeat(5, minmax(92px, 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .story-carousel__picker::-webkit-scrollbar { display: none; }

  .story-card__link {
    grid-template-columns: minmax(170px, 0.55fr) minmax(0, 1.45fr);
    column-gap: 32px;
  }

  .story-index ol {
    grid-template-columns: 1fr;
  }

  .story-index li:nth-child(odd) {
    border-right: 0;
  }

  .story-index li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .story-index li:last-child {
    border-bottom: 1px solid var(--presta-hairline);
  }

  .story-carousel__controls {
    justify-self: start;
  }

  .avatar-cluster {
    min-height: 360px;
    max-width: 480px;
  }

  .blog-article-hero__visual {
    max-width: 440px;
  }

  .story-entry__aside {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
  }

  .story-entry__avatar {
    width: 112px;
  }

  .story-entry__identity {
    margin-top: 0;
  }
}

@media (max-width: 540px) {
  .storytelling-section {
    padding: 36px 0;
  }

  .storytelling-shell,
  .blog-hero,
  .blog-section,
  .blog-article-shell {
    width: min(calc(100% - 32px), 386px);
    margin-left: 16px;
    margin-right: auto;
  }

  .storytelling-heading h2,
  .blog-hero__copy h1,
  .blog-article-hero h1 {
    font-size: var(--presta-display-web-mobile);
  }

  .storytelling-heading {
    gap: 18px;
  }

  .storytelling-heading h2 {
    font-size: clamp(32px, 9.5vw, 38px);
  }

  .storytelling-heading p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.5;
  }

  .story-card {
    min-height: 348px;
    border-radius: 20px;
  }

  .story-card__link {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 20px;
    padding: 22px 20px;
  }

  .story-card__person {
    display: grid;
    grid-row: auto;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    justify-content: initial;
  }

.story-card__avatar {
    width: 64px;
    height: 64px;
  }

  .story-card__person div {
    margin-top: 0;
  }

.story-card blockquote {
    font-size: clamp(24px, 7.4vw, 30px);
  }

  .story-carousel__picker {
    margin-right: -16px;
  }

  .story-picker {
    grid-template-columns: 20px 36px;
    min-height: 50px;
    padding-inline: 8px;
  }

  .story-picker > span:last-child {
    display: none;
  }

  .story-picker img {
    width: 36px;
    height: 36px;
  }

  .avatar-cluster {
    min-height: 300px;
  }

  .avatar-cluster img {
    width: 112px;
    border-width: 6px;
  }

  .blog-feature__avatars img {
    width: 62px;
    height: 62px;
  }

  .blog-article-hero__visual {
    gap: 8px;
  }

  .blog-breadcrumb {
    padding-top: 18px;
  }

  .blog-answer {
    gap: 18px;
  }

  .story-entry {
    scroll-margin-top: 84px;
  }

  .story-entry__aside {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .story-entry__avatar {
    width: 88px;
  }

  .story-entry__body p {
    font-size: 16px;
    line-height: 1.72;
  }

  .blog-cta__primary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-card,
  .story-carousel__button,
  .story-picker,
  .story-picker::after,
  .story-index a,
  .blog-feature__link,
  .story-entry__category-link,
  .blog-cta__primary {
    transition: none;
  }

  .blog-article-hero__visual {
    transform: none;
  }
}
