:root {
  --mf-news-black: #0b0b0b;
  --mf-news-ink: #171717;
  --mf-news-grey-900: #292929;
  --mf-news-grey-700: #555;
  --mf-news-grey-500: #878787;
  --mf-news-grey-300: #cfcfcf;
  --mf-news-grey-200: #e5e5e5;
  --mf-news-grey-100: #f3f3f3;
  --mf-news-white: #fff;
}

.mf-news,
.mf-news * {
  box-sizing: border-box;
}

.mf-news {
  background: var(--mf-news-white);
  color: var(--mf-news-ink);
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

.mf-news a {
  color: inherit;
  text-decoration: none;
}

.mf-news img {
  display: block;
  max-width: 100%;
}

.mf-news__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mf-news__shell {
  width: min(100%, 1800px);
  margin: 0 auto;
  padding: 0 48px 112px;
}

.mf-news__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-height: 64px;
  color: var(--mf-news-grey-700);
  font-size: 13px;
  line-height: 1.35;
}

.mf-news__breadcrumbs a {
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, color .2s ease;
}

.mf-news__breadcrumbs a:hover,
.mf-news__breadcrumbs a:focus-visible {
  border-bottom-color: currentColor;
  color: var(--mf-news-black);
}

.mf-news__hero {
  position: relative;
  isolation: isolate;
}

.mf-news__hero--root {
  min-height: 700px;
  height: min(78vh, 940px);
  overflow: hidden;
  background: var(--mf-news-black);
}

.mf-news__hero-image,
.mf-news__category-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-news__hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.mf-news__hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 5, 5, .94) 0%, rgba(5, 5, 5, .78) 38%, rgba(5, 5, 5, .18) 74%, rgba(5, 5, 5, .06) 100%);
}

.mf-news__hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(760px, 55%);
  height: 100%;
  padding: 70px 72px;
  color: var(--mf-news-white);
}

.mf-news__eyebrow {
  margin-bottom: 22px;
  color: inherit;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mf-news__hero h1,
.mf-news__section h2,
.mf-news__editorial h2,
.mf-news__topic-panel h2,
.mf-news__commercial h2 {
  margin: 0;
  color: inherit;
  font-weight: 500;
  letter-spacing: -.045em;
}

.mf-news__hero h1 {
  max-width: 950px;
  font-size: clamp(47px, 5.04vw, 90px);
  line-height: .98;
}

/* Desktop-only adjustment requested for the root hub hero. The tablet and
   mobile values below stay unchanged. */
@media (min-width: 1181px) {
  .mf-news__hero--root .mf-news__hero-content h1 {
    font-size: clamp(37.6px, 4.032vw, 72px);
  }
}

.mf-news__hero-content p {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.55;
}

.mf-news__hero-content p + p {
  margin-top: 12px;
}

.mf-news__stat {
  display: flex;
  gap: 13px;
  align-items: baseline;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.mf-news__stat strong {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  font-size: 34px;
  font-weight: 500;
}

.mf-news__stat span {
  color: rgba(255, 255, 255, .78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .78) !important;
  opacity: 1 !important;
  font-size: 14px;
}

.mf-news__section {
  padding-top: 112px;
}

.mf-news__editorial {
  margin-top: 28px;
  padding: 68px 64px;
  border-top: 1px solid var(--mf-news-grey-300);
  border-bottom: 1px solid var(--mf-news-grey-300);
  background: var(--mf-news-white);
}

.mf-news__editorial > .mf-news__eyebrow {
  margin-bottom: 28px;
  color: var(--mf-news-grey-700);
}

.mf-news__editorial-grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 80px;
  align-items: start;
}

.mf-news__editorial h2 {
  position: sticky;
  top: 24px;
  margin: 0;
  color: var(--mf-news-black);
  font-size: clamp(34px, 3.2vw, 58px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.04;
}

.mf-news__editorial p {
  margin: 0;
  color: var(--mf-news-grey-700);
  font-size: 17px;
  line-height: 1.68;
}

.mf-news__editorial p + p {
  margin-top: 18px;
}

.mf-news__section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 46px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--mf-news-black);
}

.mf-news__section-head .mf-news__eyebrow {
  margin-bottom: 13px;
  color: var(--mf-news-grey-700);
}

.mf-news__section-head h2,
.mf-news__commercial h2 {
  font-size: clamp(40px, 4vw, 72px);
  line-height: 1;
}

.mf-news__section-head > p {
  max-width: 560px;
  margin: 0;
  color: var(--mf-news-grey-700);
  font-size: 17px;
  line-height: 1.55;
}

.mf-news__category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 24px;
}

.mf-news__category-card {
  min-width: 0;
  background: var(--mf-news-white);
}

.mf-news__category-image-link,
.mf-news__article-image {
  display: block;
  overflow: hidden;
  background: var(--mf-news-grey-100);
}

.mf-news__category-image-link {
  aspect-ratio: 16 / 9;
}

.mf-news__category-image-link img,
.mf-news__article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.8) contrast(1.02);
  transition: transform .55s cubic-bezier(.2, .75, .25, 1), filter .25s ease;
}

.mf-news__category-card:hover img,
.mf-news__category-card:focus-within img,
.mf-news__article-card:hover img,
.mf-news__article-card:focus-within img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.02);
}

.mf-news__category-body {
  padding-top: 22px;
}

.mf-news__category-meta,
.mf-news__article-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--mf-news-grey-700);
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.mf-news__category-body h2,
.mf-news__article-body h3 {
  margin: 18px 0 0;
  color: var(--mf-news-black);
  font-weight: 500;
  letter-spacing: -.025em;
}

.mf-news__category-body h2 {
  max-width: 730px;
  font-size: clamp(28px, 2.4vw, 44px);
  line-height: 1.08;
}

.mf-news__category-body h2 a,
.mf-news__article-body h3 a {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .25s ease;
}

.mf-news__category-body h2 a:hover,
.mf-news__category-body h2 a:focus-visible,
.mf-news__article-body h3 a:hover,
.mf-news__article-body h3 a:focus-visible {
  background-size: 100% 1px;
}

.mf-news__category-body p,
.mf-news__article-body p {
  color: var(--mf-news-grey-700);
  line-height: 1.55;
}

.mf-news__category-body p {
  max-width: 720px;
  min-height: 52px;
  margin: 15px 0 0;
  font-size: 16px;
}

.mf-news__arrow-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--mf-news-black);
  color: var(--mf-news-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.mf-news a.mf-news__arrow-link {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.mf-news__arrow-link span {
  transition: transform .2s ease;
}

.mf-news__arrow-link:hover span,
.mf-news__arrow-link:focus-visible span {
  transform: translate(2px, -2px);
}

.mf-news__hero--category {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  min-height: 650px;
  background: var(--mf-news-grey-100);
}

.mf-news__root-pagehead {
  padding: 58px 72px;
  background: var(--mf-news-grey-100);
}

.mf-news__root-pagehead .mf-news__eyebrow {
  color: var(--mf-news-grey-700);
}

.mf-news__root-pagehead h1 {
  max-width: 1250px;
  margin: 0;
  color: var(--mf-news-black);
  font-size: clamp(24px, 2.5vw, 43px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1;
}

.mf-news__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px 64px;
}

.mf-news__hero-copy .mf-news__eyebrow {
  color: var(--mf-news-grey-700);
}

.mf-news__hero-copy h1 {
  font-size: clamp(50px, 5vw, 88px);
}

.mf-news__hero--paged .mf-news__hero-copy h1 {
  font-size: clamp(25px, 2.5vw, 44px);
}

.mf-news__hero-copy p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--mf-news-grey-700);
  font-size: 17px;
  line-height: 1.6;
}

.mf-news__hero-copy p + p {
  margin-top: 11px;
}

.mf-news__category-count {
  margin-top: 31px;
  padding-top: 20px;
  border-top: 1px solid var(--mf-news-grey-300);
  color: var(--mf-news-grey-700);
  font-size: 14px;
}

.mf-news__category-count strong {
  margin-right: 7px;
  color: var(--mf-news-black);
  font-size: 30px;
  font-weight: 500;
}

.mf-news__page-label {
  font-weight: 600;
}

.mf-news__category-visual {
  min-height: 100%;
  overflow: hidden;
}

.mf-news__topic-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: 80px;
  margin-top: 28px;
  padding: 60px 64px;
  background: var(--mf-news-black);
  color: var(--mf-news-white);
}

.mf-news__topic-panel h2 {
  max-width: 920px;
  font-size: clamp(32px, 3vw, 56px);
  line-height: 1.1;
}

.mf-news__topic-panel ul {
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: news-topic;
}

.mf-news__topic-panel li {
  counter-increment: news-topic;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.35;
}

.mf-news__topic-panel li::before {
  content: "0" counter(news-topic);
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  letter-spacing: .08em;
}

/* The main Marta Flowers stylesheet sets every h1/h2 to the dark accent with
   !important. Keep text readable only inside the news hub's dark panels. */
.mf-news .mf-news__hero--root .mf-news__hero-content,
.mf-news .mf-news__hero--root .mf-news__hero-content h1,
.mf-news .mf-news__hero--root .mf-news__hero-content h1 *,
.mf-news .mf-news__hero--root .mf-news__hero-content .mf-news__eyebrow,
.mf-news .mf-news__topic-panel,
.mf-news .mf-news__topic-panel h2,
.mf-news .mf-news__topic-panel h2 *,
.mf-news .mf-news__topic-panel .mf-news__eyebrow {
  color: #fff !important;
}

.mf-news .mf-news__hero--root .mf-news__hero-content p,
.mf-news .mf-news__topic-panel li {
  color: rgba(255, 255, 255, .86) !important;
}

.mf-news .mf-news__topic-panel li::before {
  color: rgba(255, 255, 255, .48) !important;
}

.mf-news__commercial {
  padding-top: 96px;
}

.mf-news__section-head--compact {
  grid-template-columns: 1fr;
  gap: 0;
}

.mf-news__commercial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--mf-news-black);
  border-bottom: 1px solid var(--mf-news-black);
}

.mf-news__commercial-grid a {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid var(--mf-news-grey-300);
  transition: background .2s ease, color .2s ease;
}

.mf-news__commercial-grid a:last-child {
  border-right: 0;
}

.mf-news__commercial-grid a:hover,
.mf-news__commercial-grid a:focus-visible {
  background: var(--mf-news-black);
  color: var(--mf-news-white) !important;
  -webkit-text-fill-color: var(--mf-news-white) !important;
}

.mf-news__commercial-grid a:hover *,
.mf-news__commercial-grid a:focus-visible * {
  color: var(--mf-news-white) !important;
  -webkit-text-fill-color: var(--mf-news-white) !important;
}

.mf-news__commercial-grid span {
  color: var(--mf-news-grey-500);
  font-size: 11px;
}

.mf-news__commercial-grid strong {
  font-size: clamp(19px, 1.6vw, 26px);
  font-weight: 500;
  line-height: 1.15;
}

.mf-news__commercial-grid i {
  font-size: 19px;
  font-style: normal;
}

.mf-news__section--articles {
  padding-top: 112px;
}

.mf-news__article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px 22px;
}

.mf-news__article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.mf-news__article-image {
  aspect-ratio: 4 / 3;
}

.mf-news__article-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 18px;
}

.mf-news__article-body h3 {
  font-size: clamp(23px, 1.75vw, 31px);
  line-height: 1.12;
}

.mf-news__article-body p {
  display: -webkit-box;
  margin: 14px 0 0;
  overflow: hidden;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mf-news__article-body .mf-news__arrow-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
}

.mf-news__pagination {
  margin-top: 72px;
}

.mf-news__pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mf-news__pagination .pagination > li > a,
.mf-news__pagination .pagination > li > span,
.mf-news__pagination .pagination > a,
.mf-news__pagination .pagination > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--mf-news-grey-300);
  border-radius: 0;
  background: var(--mf-news-white);
  color: var(--mf-news-black);
  font-size: 14px;
}

.mf-news__pagination .pagination > .active > span,
.mf-news__pagination .pagination > li > a:hover,
.mf-news__pagination .pagination > li > a:focus,
.mf-news__pagination .pagination > .active,
.mf-news__pagination .pagination > a:hover,
.mf-news__pagination .pagination > a:focus-visible {
  border-color: var(--mf-news-black);
  background: var(--mf-news-black);
  color: var(--mf-news-white) !important;
  -webkit-text-fill-color: var(--mf-news-white) !important;
}

/* The base theme uses a white PNG caret on dark pagination controls. The hub
   previously changed those controls to white, leaving the caret invisible.
   Draw high-contrast arrows locally so the controls remain visible even if
   the theme image changes or fails to load. */
.mf-news__pagination .pagination > a.pagination-item-prev,
.mf-news__pagination .pagination > a.pagination-item-next {
  position: relative;
  border-color: var(--mf-news-black);
  background: var(--mf-news-black);
  color: var(--mf-news-white) !important;
  -webkit-text-fill-color: var(--mf-news-white) !important;
}

.mf-news__pagination .pagination > a.pagination-item-prev::before,
.mf-news__pagination .pagination > a.pagination-item-next::before {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  background: none;
  color: var(--mf-news-white);
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transform: none;
}

.mf-news__pagination .pagination > a.pagination-item-prev::before {
  content: "\2190";
}

.mf-news__pagination .pagination > a.pagination-item-next::before {
  content: "\2192";
}

.mf-news__pagination .pagination > a:focus-visible,
.mf-news__arrow-link:focus-visible,
.mf-news__commercial-grid a:focus-visible,
.mf-news__other a:focus-visible,
.mf-news__category-image-link:focus-visible,
.mf-news__article-image:focus-visible {
  outline: 2px solid var(--mf-news-black);
  outline-offset: 3px;
}

.mf-news__other {
  margin-top: 112px;
  padding: 50px 56px;
  background: var(--mf-news-grey-100);
}

.mf-news__other .mf-news__eyebrow {
  color: var(--mf-news-grey-700);
}

.mf-news__other > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--mf-news-grey-300);
}

.mf-news__other a {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 18px 14px 18px 0;
  border-bottom: 1px solid var(--mf-news-grey-300);
  color: var(--mf-news-black);
  font-size: 17px;
  transition: padding .2s ease;
}

.mf-news .mf-news__other a {
  font-size: 16px !important;
  line-height: 1.35 !important;
}

.mf-news__other a:nth-child(odd) {
  margin-right: 28px;
}

.mf-news__other a:hover,
.mf-news__other a:focus-visible {
  padding-left: 8px;
}

.mf-news__other small {
  color: var(--mf-news-grey-700);
  font-size: 12px;
}

/* Article pages use the same high-contrast breadcrumb treatment. */
.article-container .breadcrumbs-container,
main.container > .breadcrumbs-container {
  color: #555;
}

.article-container .breadcrumbs-item,
main.container > .breadcrumbs-container .breadcrumbs-item {
  color: inherit;
}

@media (max-width: 1180px) {
  .mf-news__shell {
    padding-right: 28px;
    padding-left: 28px;
  }

  .mf-news__hero--root {
    min-height: 660px;
  }

  .mf-news__hero-content {
    width: 68%;
    padding: 56px;
  }

  .mf-news__hero--category {
    min-height: 590px;
  }

  .mf-news__root-pagehead {
    padding: 46px 50px;
  }

  .mf-news__hero-copy {
    padding: 50px 44px;
  }

  .mf-news__editorial {
    padding: 54px 44px;
  }

  .mf-news__editorial-grid {
    gap: 50px;
  }

  .mf-news__topic-panel {
    gap: 50px;
    padding: 52px 44px;
  }

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

@media (max-width: 760px) {
  .mf-news__shell {
    padding: 0 16px 72px;
  }

  .mf-news__breadcrumbs {
    min-height: 54px;
    font-size: 12px;
  }

  .mf-news__hero--root {
    min-height: 680px;
    height: auto;
  }

  .mf-news__hero-shade {
    background: linear-gradient(0deg, rgba(5, 5, 5, .95) 0%, rgba(5, 5, 5, .78) 55%, rgba(5, 5, 5, .22) 100%);
  }

  .mf-news__hero-content {
    justify-content: flex-end;
    width: 100%;
    min-height: 680px;
    padding: 38px 24px;
  }

  .mf-news__hero h1 {
    font-size: clamp(39px, 11.7vw, 58px);
  }

  .mf-news__hero-content p {
    font-size: 16px;
  }

  .mf-news__section {
    padding-top: 76px;
  }

  .mf-news__editorial {
    margin-top: 16px;
    padding: 40px 24px;
  }

  .mf-news__editorial > .mf-news__eyebrow {
    margin-bottom: 18px;
  }

  .mf-news__editorial-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mf-news__editorial h2 {
    position: static;
    font-size: 34px;
  }

  .mf-news__editorial p {
    font-size: 16px;
    line-height: 1.62;
  }

  .mf-news__section-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .mf-news__section-head h2,
  .mf-news__commercial h2 {
    font-size: 42px;
  }

  .mf-news__section-head > p {
    font-size: 15px;
  }

  .mf-news__category-grid,
  .mf-news__article-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .mf-news__category-body h2 {
    font-size: 30px;
  }

  .mf-news__category-body p {
    min-height: 0;
  }

  .mf-news__hero--category {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mf-news__root-pagehead {
    padding: 34px 24px;
  }

  .mf-news__root-pagehead h1 {
    font-size: clamp(21px, 6vw, 30px);
  }

  .mf-news__hero-copy {
    order: 2;
    padding: 38px 24px 44px;
  }

  .mf-news__hero-copy h1 {
    font-size: clamp(42px, 12vw, 60px);
  }

  .mf-news__hero--paged .mf-news__hero-copy h1 {
    font-size: clamp(21px, 6vw, 30px);
  }

  .mf-news__hero-copy p {
    font-size: 16px;
  }

  .mf-news__category-visual {
    order: 1;
    aspect-ratio: 4 / 3;
  }

  .mf-news__topic-panel {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 16px;
    padding: 40px 24px;
  }

  .mf-news__topic-panel h2 {
    font-size: 34px;
  }

  .mf-news__commercial,
  .mf-news__section--articles {
    padding-top: 76px;
  }

  .mf-news__commercial-grid {
    grid-template-columns: 1fr;
  }

  .mf-news__commercial-grid a {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid var(--mf-news-grey-300);
  }

  .mf-news__commercial-grid a:last-child {
    border-bottom: 0;
  }

  .mf-news__article-body h3 {
    font-size: 25px;
  }

  .mf-news__other {
    margin-top: 76px;
    padding: 38px 22px;
  }

  .mf-news__other > div:last-child {
    grid-template-columns: 1fr;
  }

  .mf-news__other a:nth-child(odd) {
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mf-news *,
  .mf-news *::before,
  .mf-news *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
