/* Newsroom listing — Stripe news layout on the shared 1266px / 4-column rails. */

body.mw-source-newsroom {
  --newsroom-grid-max: 1266px;
  --newsroom-grid-inset: 16px;
  --newsroom-page-margin: 16px;
  --newsroom-ink: #0a2540;
  --newsroom-copy: #425466;
  --newsroom-accent: #635bff;
  --newsroom-guide: rgba(66, 71, 112, 0.12);
  --newsroom-font: sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  margin: 0;
  overflow-x: clip;
  background: #fff;
  color: var(--newsroom-ink);
  font-family: var(--newsroom-font);
}

@media (min-width: 640px) {
  body.mw-source-newsroom {
    --newsroom-page-margin: 16px;
  }

  body.mw-source-newsroom::before,
  body.mw-source-newsroom::after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(66, 71, 112, 0.06);
    z-index: 2;
    pointer-events: none;
  }

  body.mw-source-newsroom::before {
    left: calc(
      var(--newsroom-page-margin)
      + max(0px, (100vw - 2 * var(--newsroom-page-margin) - var(--newsroom-grid-max)) / 2)
    );
  }

  body.mw-source-newsroom::after {
    right: calc(
      var(--newsroom-page-margin)
      + max(0px, (100vw - 2 * var(--newsroom-page-margin) - var(--newsroom-grid-max)) / 2)
    );
  }

  body.mw-source-newsroom footer.mw-shared-footer {
    z-index: 3;
  }
}

@media (min-width: 1136px) {
  html body.mw-source-newsroom .mw-core-header .mw-core-header__inner {
    width: calc(100% - (2 * var(--newsroom-page-margin))) !important;
    max-width: var(--newsroom-grid-max) !important;
    padding-inline: var(--newsroom-grid-inset) !important;
  }
}

.newsroom-page *,
.newsroom-page *::before,
.newsroom-page *::after {
  box-sizing: border-box;
}

.newsroom-page {
  position: relative;
  z-index: 1;
}

.newsroom-section {
  position: relative;
  padding-inline: var(--newsroom-page-margin);
}

.newsroom-section__inner {
  position: relative;
  z-index: 1;
  width: min(var(--newsroom-grid-max), 100%);
  max-width: 100%;
  margin-inline: auto;
  padding: 0 0 96px;
}

.newsroom-guides {
  display: none;
}

@media (min-width: 900px) {
  .newsroom-section--has-guides {
    isolation: isolate;
  }

  .newsroom-guides {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 2;
    pointer-events: none;
  }

  .newsroom-guides__container {
    position: relative;
    width: min(var(--newsroom-grid-max), calc(100% - 2 * var(--newsroom-page-margin)));
    height: 100%;
    margin: 0 auto;
  }

  .newsroom-guides__line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-image: repeating-linear-gradient(
      to bottom,
      var(--newsroom-guide) 0 4px,
      transparent 4px 8px
    );
  }

  .newsroom-guides__line:nth-child(1) { left: 25%; }
  .newsroom-guides__line:nth-child(2) { left: 50%; }
  .newsroom-guides__line:nth-child(3) { left: 75%; }
}

.newsroom-subnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  padding-inline: var(--newsroom-grid-inset);
  background: #fff;
}

.newsroom-subnav__title {
  flex: 0 0 auto;
  color: var(--newsroom-ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.newsroom-subnav__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.newsroom-subnav__link {
  color: var(--newsroom-accent);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.newsroom-subnav__link--active {
  color: var(--newsroom-ink);
}

.newsroom-subnav__title:hover,
.newsroom-subnav__link:hover {
  opacity: 0.7;
}

.newsroom-subnav a:focus-visible,
.newsroom-featured__control:focus-visible {
  outline: 2px solid var(--newsroom-accent);
  outline-offset: 3px;
}

#newsroom-heading,
#newsroom-stories {
  scroll-margin-top: 88px;
}

@media (max-width: 639px) {
  .newsroom-subnav {
    display: block;
    padding-block: 12px;
  }

  .newsroom-subnav__title {
    display: block;
    margin-bottom: 8px;
  }

  .newsroom-subnav__links {
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .newsroom-subnav__links::-webkit-scrollbar {
    display: none;
  }
}

.newsroom-heading {
  width: 25%;
  min-width: 12rem;
  margin: 40px 0 36px;
  padding-inline: var(--newsroom-grid-inset);
  color: var(--newsroom-ink);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 48px;
}

@media (min-width: 900px) {
  .newsroom-heading {
    font-size: 38px;
  }
}

.newsroom-band {
  background: #f6f9fc;
  margin-inline: calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 80px;
}

.newsroom-featured-slot {
  padding-top: 44px;
  overflow: hidden;
}

.newsroom-featured__track {
  display: flex;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.newsroom-featured__controls {
  display: flex;
  gap: 0;
  margin: 14px 0 28px;
  padding: 0;
}

.newsroom-featured__control {
  position: relative;
  flex: 1 1 0;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.newsroom-featured__control::before,
.newsroom-featured__control::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: #dce3ea;
}

.newsroom-featured__control::after {
  background: linear-gradient(90deg, #ff5b72, #ed4d91, #635bff);
  transform: scaleX(0);
  transform-origin: left center;
}

.newsroom-featured__control[aria-current="true"]::after {
  animation: newsroom-featured-progress 6.5s linear forwards;
}

.newsroom-featured-slot.is-paused .newsroom-featured__control[aria-current="true"]::after {
  animation-play-state: paused;
}

@keyframes newsroom-featured-progress {
  to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
  .newsroom-featured__track { transition: none; }
  .newsroom-featured__control[aria-current="true"]::after {
    animation: none;
    transform: scaleX(1);
  }
}

.newsroom-featured {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  flex: 0 0 100%;
  min-width: 0;
  gap: 16px;
  margin: 24px 0 8px;
  padding: 0 0 48px;
  color: inherit;
}

.newsroom-featured__kicker {
  position: relative;
  margin: 0 0 16px;
  padding-left: 14px;
  color: var(--newsroom-accent);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.newsroom-featured__kicker::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 2px;
  height: 14px;
  background: var(--newsroom-accent);
}

.newsroom-featured__title {
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
  color: var(--newsroom-ink);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.2;
}

.newsroom-featured__title a {
  color: inherit;
  text-decoration: none;
}

.newsroom-featured__title a:hover {
  color: #697386;
}

.newsroom-featured__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-left: 14px;
  color: var(--newsroom-accent);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-decoration: none;
}

.newsroom-featured__arrow {
  display: block;
  width: 10px;
  height: 10px;
  overflow: visible;
  flex-shrink: 0;
}

.newsroom-featured__arrow path:first-child {
  opacity: 0;
}

.newsroom-featured__arrow path:last-child {
  transform: translateX(0);
}

.newsroom-featured__cta:hover .newsroom-featured__arrow path:first-child {
  opacity: 1;
}

.newsroom-featured__cta:hover .newsroom-featured__arrow path:last-child {
  transform: translateX(3px);
}

@media (prefers-reduced-motion: no-preference) {
  .newsroom-featured__arrow path:first-child {
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .newsroom-featured__arrow path:last-child {
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

.newsroom-featured__media {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f6f9fc;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3);
}

.newsroom-featured__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 540 / 368;
  object-fit: cover;
}

@media (min-width: 900px) {
  .newsroom-featured {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    margin-bottom: 0;
    padding-bottom: 56px;
  }

  .newsroom-featured__copy {
    grid-column: 1 / 3;
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: 560px;
  }

  .newsroom-featured__kicker,
  .newsroom-featured__title,
  .newsroom-featured__cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsroom-featured__title {
    font-size: 38px;
    line-height: 48px;
  }

  .newsroom-featured__cta {
    margin-top: 16px;
    padding-top: 0;
  }

  .newsroom-featured__media {
    grid-column: 3 / 5;
    align-self: start;
    margin: 0 16px;
  }
}

.newsroom-hub {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding-top: 8px;
}

.newsroom-hub__card {
  --newsroom-hub-mouse-x: 0px;
  --newsroom-hub-mouse-y: 0px;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 190px;
  padding: 1px;
  overflow: hidden;
  border-radius: 6px;
  background: #e5edf5;
  box-shadow: 0 2px 10px rgba(0, 55, 112, 0.06), 0 1px 4px rgba(0, 59, 137, 0.04);
  transition: box-shadow 0.25s linear;
}

.newsroom-hub__card:hover,
.newsroom-hub__card:focus-within {
  box-shadow: 0 6px 22px rgba(0, 55, 112, 0.1), 0 4px 8px rgba(0, 59, 137, 0.02);
}

.newsroom-hub__border {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.newsroom-hub__reveal {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 200%;
  aspect-ratio: 1;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s linear;
}

.newsroom-hub__card:hover .newsroom-hub__reveal,
.newsroom-hub__card:focus-within .newsroom-hub__reveal {
  opacity: 1;
}

.newsroom-hub__gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, #533afd 0%, rgba(247, 45, 243, 0.87) 30%, #ff6118 50%, transparent 70%);
  transform: translate3d(var(--newsroom-hub-mouse-x), var(--newsroom-hub-mouse-y), 0);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.newsroom-hub__inner {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
  border-radius: 5px;
  background: #fff;
}

.newsroom-hub__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-bottom: 14px;
}

.newsroom-hub__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #d6d9fc;
  border-radius: 4px;
  color: #635bff;
}

.newsroom-hub__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.newsroom-hub__icon--stories svg {
  width: 20px;
  height: 20px;
}

.newsroom-hub__icon--company svg {
  width: 36px;
  height: 36px;
}

.newsroom-hub__title {
  margin: 0;
  color: var(--newsroom-ink);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 22px;
}

.newsroom-hub__copy {
  margin: 0 0 12px;
  color: var(--newsroom-copy);
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 21px;
}

.newsroom-hub__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  margin-top: auto;
  color: var(--newsroom-accent);
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.newsroom-hub__link:hover,
.newsroom-hub__media a:hover {
  color: #533afd;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.newsroom-hub__arrow {
  display: block;
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  overflow: visible;
}

.newsroom-hub__arrow path:first-child { opacity: 0; }
.newsroom-hub__arrow path:last-child { transform: translateX(0); }
.newsroom-hub__link:hover .newsroom-hub__arrow path:first-child { opacity: 1; }
.newsroom-hub__link:hover .newsroom-hub__arrow path:last-child { transform: translateX(3px); }

.newsroom-hub__media {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: auto;
  color: var(--newsroom-ink);
  font-size: 13px;
  line-height: 19px;
}

.newsroom-hub__media-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  margin: 0;
}

.newsroom-hub__media-row span,
.newsroom-hub__media-social > span { font-weight: 500; }
.newsroom-hub__media a { color: var(--newsroom-accent); text-decoration: none; }
.newsroom-hub__media-social { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; }
.newsroom-hub__social { display: flex; align-items: center; gap: 10px; }
.newsroom-hub__social a { display: inline-flex; align-items: center; justify-content: center; width: 21px; height: 21px; color: #8898aa; }
.newsroom-hub__social a:hover { color: var(--newsroom-ink); }
.newsroom-hub__social svg { width: 17px; height: 17px; }

@media (min-width: 640px) {
  .newsroom-hub { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .newsroom-hub { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .newsroom-hub__card,
  .newsroom-hub__reveal,
  .newsroom-hub__gradient,
  .newsroom-hub__arrow path { transition: none; }
}

.newsroom-list {
  display: flex;
  flex-direction: column;
}

.newsroom-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 0;
  padding: 28px 0;
  color: inherit;
  text-decoration: none;
}

.newsroom-item__date,
.newsroom-item__title {
  position: relative;
  margin: 0;
  padding-left: 14px;
}

.newsroom-item__date::before,
.newsroom-item__title::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 2px;
  height: 14px;
  background: var(--newsroom-accent);
}

.newsroom-item__date {
  color: var(--newsroom-ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.newsroom-item__title {
  color: var(--newsroom-ink);
  font-size: 18px;
  font-weight: 425;
  letter-spacing: 0.2px;
  line-height: 28px;
}

.newsroom-item:hover .newsroom-item__title {
  color: #697386;
}

.newsroom-item__cta {
  display: block;
  margin: 12px 0 0;
  padding-left: 14px;
  color: var(--newsroom-accent);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 24px;
}

.newsroom-item__copy {
  min-width: 0;
}

.newsroom-item__media {
  margin: 8px 0 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f6f9fc;
}

.newsroom-item__media img {
  display: block;
  width: 100%;
  height: 148px;
  object-fit: cover;
}

@media (min-width: 900px) {
  .newsroom-item {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 0;
    padding: 32px 0;
  }

  .newsroom-item__date {
    grid-column: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsroom-item__copy {
    grid-column: 2 / 4;
  }

  .newsroom-item__title {
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsroom-item__cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsroom-item__media {
    grid-column: 4;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsroom-item__media img {
    height: 156px;
    border-radius: 8px;
  }
}

.newsroom-empty {
  margin: 0;
  padding: 12px 0 48px;
  color: var(--newsroom-copy);
  font-size: 16px;
  line-height: 1.5;
}

.newsroom-article {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: 0 0 24px;
}

.newsroom-article__title {
  margin: 20px 0 32px;
  padding-inline: var(--newsroom-grid-inset);
  color: var(--newsroom-ink);
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

@media (min-width: 640px) {
  .newsroom-article__title {
    font-size: 56px;
    margin: 28px 0 40px;
  }
}

.newsroom-article__date {
  position: relative;
  margin: 0 0 24px;
  padding: 0 var(--newsroom-grid-inset) 0 16px;
  color: var(--newsroom-copy);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.newsroom-article__date::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 2px;
  height: 14px;
  background: var(--newsroom-accent);
}

.newsroom-article__media {
  margin: 0 0 32px;
  padding-inline: var(--newsroom-grid-inset);
  overflow: hidden;
  background: #f6f9fc;
}

.newsroom-article__media img {
  display: block;
  width: 100%;
  height: auto;
}

.newsroom-article__body {
  padding-inline: var(--newsroom-grid-inset);
  color: var(--newsroom-copy);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
}

.newsroom-article__body > *:first-child {
  margin-top: 0;
}

.newsroom-article__body p {
  margin: 0 0 1.2em;
}

.newsroom-article__body img {
  max-width: 100%;
  height: auto;
}

.newsroom-article__body a {
  color: var(--newsroom-accent);
  text-decoration: none;
}

.newsroom-article__body a:hover {
  text-decoration: underline;
}

@media (min-width: 900px) {
  .newsroom-article {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
  }

  .newsroom-article__title {
    grid-column: 1 / 4;
  }

  .newsroom-article__date {
    grid-column: 1;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsroom-article__media {
    grid-column: 2 / -1;
    margin: 0 0 40px;
    padding: 0;
  }

  .newsroom-article__body {
    grid-column: 2 / -1;
  }
}

@media (max-width: 899px) {
  .newsroom-heading {
    width: 100%;
  }

  .newsroom-heading {
    margin-bottom: 36px;
  }

  .newsroom-featured__copy,
  .newsroom-item__copy {
    display: contents;
  }

  .newsroom-featured__kicker { order: 1; }
  .newsroom-featured__title { order: 2; }
  .newsroom-featured__cta { order: 3; }
  .newsroom-featured__media { order: 4; }

  .newsroom-item__date { order: 1; }
  .newsroom-item__title { order: 2; }
  .newsroom-item__media { order: 3; }
  .newsroom-item__cta { order: 4; }
}

@media (max-width: 639px) {
  body.mw-source-newsroom {
    --newsroom-grid-inset: 0px;
  }
}

.newsroom-stories {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin: 48px 0 0;
  padding-inline: var(--newsroom-grid-inset);
}

.newsroom-stories__title {
  margin: 0;
  color: var(--newsroom-ink);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.newsroom-stories__body {
  margin: 16px 0 24px;
  max-width: 18ch;
  color: var(--newsroom-copy);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 24px;
}

.newsroom-stories__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--newsroom-accent);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-decoration: none;
}

.newsroom-stories__all:hover {
  opacity: 0.65;
}

.newsroom-stories__arrow {
  display: block;
  width: 10px;
  height: 10px;
  overflow: visible;
  flex-shrink: 0;
}

.newsroom-stories__arrow path:first-child {
  opacity: 0;
}

.newsroom-stories__all:hover .newsroom-stories__arrow path:first-child {
  opacity: 1;
}

.newsroom-stories__all:hover .newsroom-stories__arrow path:last-child {
  transform: translateX(3px);
}

@media (prefers-reduced-motion: no-preference) {
  .newsroom-stories__arrow path:first-child {
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .newsroom-stories__arrow path:last-child {
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

.newsroom-stories__stage {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.newsroom-stories__slide {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 280px;
  border-radius: 12px;
  color: #fff;
  isolation: isolate;
  text-decoration: none;
}

.newsroom-stories__slide[hidden] {
  display: none;
}

.newsroom-stories__image {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.newsroom-stories__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--newsroom-story-overlay);
  pointer-events: none;
}

.newsroom-stories__brand,
.newsroom-stories__doc,
.newsroom-stories__headline {
  position: absolute;
  z-index: 1;
}

.newsroom-stories__brand {
  top: 20px;
  left: 20px;
  width: auto;
  height: 28px;
  max-width: 148px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 2px 10px rgba(10, 37, 64, 0.42));
}

.newsroom-stories__brand--invert {
  filter: brightness(0) invert(1) drop-shadow(0 2px 10px rgba(10, 37, 64, 0.42));
}

.newsroom-stories__more {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.newsroom-stories__tile {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 240px;
  border-radius: 12px;
  color: #fff;
  isolation: isolate;
  text-decoration: none;
}

.newsroom-stories__tile .newsroom-stories__image {
  height: 240px;
}

.newsroom-stories__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--newsroom-story-overlay);
  pointer-events: none;
}

.newsroom-stories__doc {
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(10, 37, 64, 0.44));
}

.newsroom-stories__headline {
  right: 20px;
  bottom: 20px;
  left: 20px;
  margin: 0;
  max-width: 22em;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  text-shadow: 0 1px 2px rgba(10, 37, 64, 0.38);
}

.newsroom-stories__logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 72px;
}

.newsroom-stories__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 16px 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.newsroom-stories__tab + .newsroom-stories__tab {
  box-shadow: inset 1px 0 0 #e6ebf1;
}

.newsroom-stories__tab img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 28px;
  object-fit: contain;
  opacity: 0.38;
  filter: grayscale(1);
}

.newsroom-stories__tab[aria-selected="true"] img,
.newsroom-stories__tab:hover img {
  opacity: 1;
  filter: none;
}

@media (min-width: 900px) {
  .newsroom-stories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 0;
    width: min(1080px, 100%);
    margin: 64px auto 0;
    padding-inline: 0;
  }

  .newsroom-stories__copy {
    grid-column: 1;
    padding-inline: 16px;
  }

  .newsroom-stories__title {
    font-size: 38px;
    letter-spacing: -0.2px;
    line-height: 48px;
  }

  .newsroom-stories__body {
    max-width: 222px;
    margin: 24px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
  }

  .newsroom-stories__all {
    font-weight: 425;
  }

  .newsroom-stories__stage {
    grid-column: 2 / -1;
  }

  .newsroom-stories__more {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
  }

  .newsroom-stories__slide,
  .newsroom-stories__slide .newsroom-stories__image {
    min-height: 456px;
    height: 456px;
  }

  .newsroom-stories__tile,
  .newsroom-stories__tile .newsroom-stories__image {
    min-height: 280px;
    height: 280px;
  }

  .newsroom-stories__headline {
    font-size: 24px;
  }
}


.newsroom-book {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  width: 100vw;
  margin: 80px 0 0 calc(50% - 50vw);
  padding: 260px 16px 263px;
  background: #f6f9fc;
}

.newsroom-book::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #0a2540;
  clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%);
}

.newsroom-book__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 0;
  width: min(1080px, 100%);
  min-height: 540px;
  margin-inline: auto;
}

.newsroom-book__content {
  grid-column: 1;
  position: relative;
  z-index: 1;
  align-self: start;
  width: min(412px, calc(100% - 32px));
  margin-left: 16px;
}

.newsroom-book__kicker {
  margin: 0 0 20px;
  color: #b6aaff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 28px;
}

.newsroom-book__title {
  margin: 0 0 24px;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 48px;
}

.newsroom-book__body {
  margin: 0;
  color: #adbdcc;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 28px;
}

.newsroom-book__visual {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding-left: 24px;
}

.newsroom-book__visual img {
  display: block;
  width: min(100%, 360px);
  height: auto;
  filter: drop-shadow(18px 24px 20px rgba(0, 0, 0, 0.28));
}

@media (max-width: 899px) {
  .newsroom-book {
    margin-top: 64px;
    padding: 110px 24px 125px;
  }

  .newsroom-book::before {
    clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
  }

  .newsroom-book__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    min-height: 0;
  }

  .newsroom-book__content,
  .newsroom-book__visual {
    grid-column: 1;
  }

  .newsroom-book__content {
    width: 100%;
    max-width: 530px;
    margin-left: 0;
  }

  .newsroom-book__visual {
    justify-content: center;
    padding-left: 0;
  }

  .newsroom-book__visual img {
    width: min(72vw, 340px);
  }
}

@media (max-width: 639px) {
  .newsroom-book {
    padding: 92px 24px 104px;
  }

  .newsroom-book__title {
    font-size: 32px;
  }

  .newsroom-book__body {
    font-size: 16px;
    line-height: 1.55;
  }
}
