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

.news-page {
  --news-navy: #102942;
  --news-ink: #30465a;
  --news-muted: #65727c;
  --news-brass: #a97835;
  --news-brass-dark: #755020;
  --news-press-ink: #465d70;
  --news-mist: #f3f6f6;
  --news-line: #cbd4d8;
  --news-line-strong: #8797a1;
  --news-paper: #fff;
  --news-serif: Charter, "Bitstream Charter", "Sitka Text", Cambria, Georgia, serif;
  --news-sans: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --news-gutter: clamp(1.25rem, 4.25vw, 4rem);
  width: 100%;
  min-width: 0;
  padding: clamp(2.25rem, 4.5vw, 4.75rem) 0 clamp(4.5rem, 7vw, 7rem);
  overflow-x: clip;
  background: var(--news-paper);
  color: var(--news-ink);
  font: 1rem/1.66 var(--news-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.news-page ::selection {
  background: #eadcc5;
  color: var(--news-navy);
}

.news-page__shell {
  width: min(92.5rem, calc(100% - (2 * var(--news-gutter))));
  min-width: 0;
  margin-inline: auto;
}

.news-page h1,
.news-page h2,
.news-page h3,
.news-page p,
.news-page figure {
  margin-top: 0;
}

.news-page h1,
.news-page h2,
.news-page h3 {
  color: var(--news-navy);
  font-family: var(--news-serif);
  font-weight: 400;
}

.news-page__masthead {
  margin-bottom: clamp(2rem, 3.3vw, 3.25rem);
  padding-bottom: clamp(1.35rem, 2vw, 2rem);
  border-bottom: 1px solid var(--news-navy);
  text-align: center;
}

.news-page__masthead h1 {
  margin: 0;
  color: var(--news-navy);
  font-size: clamp(3.4rem, 6vw, 5.85rem);
  letter-spacing: -.035em;
  line-height: .95;
  text-wrap: balance;
}

.news-front {
  display: grid;
  grid-template-columns: minmax(0, 3.15fr) minmax(17rem, 1fr);
  grid-template-areas:
    "feature rail"
    "stream rail"
    "pagination rail";
  column-gap: clamp(2rem, 3vw, 3.25rem);
  align-items: start;
  min-width: 0;
}

.news-front__feature {
  display: grid;
  grid-area: feature;
  grid-template-columns: minmax(0, 7fr) minmax(14.5rem, 3fr);
  gap: clamp(1.35rem, 2.25vw, 2.25rem);
  align-items: stretch;
  min-width: 0;
  padding-bottom: clamp(2rem, 3vw, 3rem);
}

.news-front__stream {
  grid-area: stream;
  min-width: 0;
}

.news-front__pagination {
  grid-area: pagination;
  min-width: 0;
}

.news-archive {
  min-width: 0;
}

.news-lead {
  position: relative;
  min-width: 0;
}

.news-lead__figure,
.news-story__figure,
.news-promo__figure,
.news-property__figure {
  min-width: 0;
  margin-bottom: 0;
  overflow: hidden;
  background: var(--news-mist);
}

.news-lead__figure {
  aspect-ratio: 3 / 2;
}

.news-lead__figure img,
.news-story__figure img,
.news-promo__figure img,
.news-property__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-promo__figure picture {
  display: contents;
}

.news-lead__content {
  max-width: 45rem;
  padding-top: clamp(1.25rem, 2vw, 1.8rem);
}

.news-lead__title {
  margin-bottom: clamp(1.45rem, 2vw, 1.65rem);
  padding: clamp(.42rem, .7vw, .48rem) 0;
  border-top: 1px solid var(--news-line);
  border-bottom: 1px solid var(--news-line);
  font-size: clamp(1.9rem, 2.7vw, 2.65rem);
  letter-spacing: -.035em;
  line-height: 1.02;
  overflow-wrap: anywhere;
  text-wrap: balance;
  transition: border-color 240ms ease-out;
}

.news-lead__paragraph {
  max-width: 66ch;
  margin: 0;
  color: var(--news-ink);
  font-size: clamp(1.02rem, 1.25vw, 1.12rem);
  line-height: 1.68;
  overflow-wrap: anywhere;
}

.news-lead--without-image {
  display: flex;
  min-height: clamp(31rem, 44vw, 39rem);
  align-items: flex-end;
  padding: clamp(2rem, 4vw, 4rem) clamp(1.25rem, 3.25vw, 3.5rem);
  border-top: 1px solid var(--news-navy);
  border-bottom: 1px solid var(--news-line);
}

.news-lead--without-image .news-lead__content {
  padding-top: 0;
}

.news-lead__title a,
.news-story__title a,
.news-promo__content a,
.news-pagination__next {
  color: inherit;
  text-decoration: none;
}

.news-lead__title a,
.news-story__title a {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(.65rem, 1.5vw, 1rem);
  align-items: center;
}

.news-lead--linked .news-card-link::after,
.news-story--linked .news-card-link::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
}

.news-card-link--fallback {
  position: static;
}

.news-lead--linked,
.news-story--linked {
  cursor: pointer;
}

.news-story--linked {
  transition: border-color 240ms ease-out;
}

.news-lead--linked.news-lead--without-image {
  transition: border-color 240ms ease-out;
}

.news-lead__title a > span,
.news-story__title a > span {
  position: relative;
  z-index: 2;
  min-width: 0;
  text-decoration: none;
  transition: color 240ms ease-out;
}

.news-link-arrow {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: .28em;
  color: var(--news-brass-dark);
  vertical-align: .13em;
  transition: transform 240ms ease-out;
}

.news-lead--linked:focus-within .news-lead__title a > span,
.news-story--linked:focus-within .news-story__title a > span {
  color: var(--news-press-ink);
}

.news-lead--linked:focus-within .news-lead__title,
.news-story--linked:focus-within .news-story__title {
  border-color: var(--news-brass-dark);
}

.news-story--linked:focus-within {
  border-bottom-color: var(--news-brass-dark);
}

.news-lead--linked.news-lead--without-image:focus-within {
  border-bottom-color: var(--news-brass-dark);
}

.news-lead--linked:focus-within .news-link-arrow,
.news-story--linked:focus-within .news-link-arrow {
  transform: translateX(.25rem);
}

.news-promo__content a:hover .news-link-arrow,
.news-promo__content a:focus-visible .news-link-arrow,
.news-pagination__next:hover .news-link-arrow,
.news-pagination__next:focus-visible .news-link-arrow {
  transform: translateX(.25rem);
}

.news-lead--linked:hover .news-lead__title a > span,
.news-story--linked:hover .news-story__title a > span {
  color: var(--news-press-ink);
}

.news-lead--linked:hover .news-lead__title,
.news-story--linked:hover .news-story__title {
  border-color: var(--news-brass-dark);
}

.news-story--linked:hover,
.news-lead--linked.news-lead--without-image:hover {
  border-bottom-color: var(--news-brass-dark);
}

.news-lead--linked:hover .news-link-arrow,
.news-story--linked:hover .news-link-arrow {
  transform: translateX(.25rem);
}

.news-lead__title .news-link-arrow,
.news-story__title .news-link-arrow {
  justify-self: end;
  margin-left: 0;
}

.news-story__date {
  display: block;
  margin-top: auto;
  padding-top: 1.25rem;
  color: var(--news-muted);
  font: 700 .75rem/1.3 var(--news-sans);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.news-promos {
  display: grid;
  grid-template-rows: auto auto;
  gap: 1rem;
  align-items: start;
  align-content: start;
  min-width: 0;
}

.news-promo {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--news-line-strong);
  background: var(--news-paper);
}

.news-promo__figure {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 1.78 / 1;
}

.news-promo__figure img {
  filter: saturate(.82) contrast(.95) brightness(.92);
}

.news-promo__figure::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(16, 41, 66, .08) 0%,
    rgba(16, 41, 66, .16) 42%,
    rgba(16, 41, 66, .74) 100%
  );
  content: "";
  pointer-events: none;
}

.news-promo__figure h2 {
  position: absolute;
  z-index: 2;
  right: clamp(1rem, 1.55vw, 1.45rem);
  bottom: clamp(.9rem, 1.4vw, 1.25rem);
  left: clamp(1rem, 1.55vw, 1.45rem);
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 1.9vw, 2rem);
  letter-spacing: -.025em;
  line-height: 1.05;
  text-wrap: balance;
}

.news-promo__content {
  min-width: 0;
  padding: clamp(1rem, 1.55vw, 1.45rem);
}

.news-promo__content p {
  margin-bottom: .8rem;
  color: var(--news-ink);
  font-size: clamp(.88rem, .95vw, .98rem);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.news-promo__content a {
  display: inline-flex;
  gap: .2rem;
  align-items: center;
  color: var(--news-navy);
  font: 700 .78rem/1.3 var(--news-sans);
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
}

.news-promo__link-text {
  text-decoration: underline;
  text-decoration-color: var(--news-brass);
  text-decoration-thickness: 1px;
  text-underline-offset: .3em;
}

.news-properties {
  grid-area: rail;
  min-width: 0;
  padding-left: clamp(1.25rem, 2vw, 2rem);
  border-left: 1px solid var(--news-navy);
}

.news-properties__header {
  padding: .15rem 0 1rem;
  border-bottom: 1px solid var(--news-navy);
}

.news-properties__header h2 {
  margin-bottom: 0;
  font-size: clamp(1.65rem, 2vw, 2.1rem);
  letter-spacing: -.025em;
  line-height: 1.05;
}

.news-properties__list {
  min-width: 0;
}

.news-property {
  min-width: 0;
  padding: .8rem 0;
  border-bottom: 1px solid var(--news-line);
  transition: border-color .2s ease;
}

.news-property__layout {
  display: grid;
  grid-template-columns: minmax(5.5rem, 38%) minmax(0, 1fr);
  align-items: center;
  gap: .7rem;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.news-property__layout:focus-visible {
  outline: 3px solid var(--news-brass-dark);
  outline-offset: 4px;
}

.news-property--linked:hover,
.news-property--linked:focus-within {
  border-bottom-color: var(--news-brass-dark);
}

.news-property__figure {
  aspect-ratio: 1.15 / 1;
}

.news-property__figure picture {
  display: block;
  width: 100%;
  height: 100%;
}

.news-property__content {
  display: grid;
  grid-template-rows: auto auto minmax(.3rem, 1fr) auto;
  align-self: stretch;
  row-gap: 0;
  min-width: 0;
}

.news-property__primary-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: .2rem .4rem;
}

.news-property__price {
  margin: 0;
  color: var(--news-navy);
  font: 750 1rem/1.25 var(--news-sans);
  letter-spacing: .015em;
  transition: color .2s ease;
}

.news-property--linked:hover .news-property__price,
.news-property--linked:focus-within .news-property__price {
  color: var(--news-brass-dark);
}

.news-property__area {
  min-width: 0;
  margin: 0;
  color: var(--news-navy);
  font: 500 1.15rem/1.18 var(--news-serif);
  text-align: left;
  overflow-wrap: anywhere;
  transition: color .2s ease;
}

.news-property--linked:hover .news-property__area,
.news-property--linked:focus-within .news-property__area {
  color: var(--news-press-ink);
}

.news-property__meta-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: .25rem;
  min-width: 0;
  margin: .62rem 0 0;
}

.news-property__meta {
  max-width: 100%;
  margin: 0;
  color: var(--news-muted);
  font: 400 .98rem/1.3 var(--news-sans);
  overflow-wrap: anywhere;
  text-align: left;
}

.news-property__meta-separator {
  margin: 0 .25rem;
}

.news-property__date {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: baseline;
  gap: .3rem;
  max-width: 100%;
  margin-left: auto;
}

.news-property__date--recent::before {
  width: .24rem;
  height: .24rem;
  flex: none;
  align-self: center;
  background: var(--news-brass);
  content: "";
  transform: rotate(45deg);
}

.news-property__published {
  color: var(--news-muted);
  font: 550 .8rem/1.2 var(--news-serif);
  white-space: nowrap;
}

.news-property__date--recent .news-property__published {
  color: var(--news-muted);
  font-size: .95rem;
  font-style: italic;
  font-weight: 600;
}

.news-property__more {
  display: inline-flex;
  grid-row: 4;
  align-self: end;
  justify-self: start;
  align-items: center;
  gap: .22rem;
  color: var(--news-navy);
  font: 650 .84rem/1.25 var(--news-sans);
}

.news-property__more-text {
  border-bottom: 1px solid rgba(16, 41, 66, .42);
  transition: color .2s ease, border-color .2s ease;
}

.news-property__more-arrow {
  color: var(--news-brass);
  transition: transform .2s ease;
}

.news-property--linked:hover .news-property__more-text,
.news-property--linked:focus-within .news-property__more-text {
  border-bottom-color: var(--news-brass-dark);
  color: var(--news-press-ink);
}

.news-property--linked:hover .news-property__more-arrow,
.news-property--linked:focus-within .news-property__more-arrow {
  transform: translateX(4px);
}

.news-stream-section {
  min-width: 0;
  border-top: 1px solid var(--news-navy);
}

.news-stream {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(1.5rem, 2.65vw, 2.75rem);
  min-width: 0;
}

.news-story {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.5rem, 2.2vw, 2.25rem) 0;
  border-bottom: 1px solid var(--news-line);
}

.news-story__figure {
  aspect-ratio: 3 / 2;
  margin-bottom: 1.25rem;
}

.news-story__content {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.news-story__title {
  margin-bottom: clamp(1.3rem, 1.7vw, 1.45rem);
  padding: clamp(.38rem, .55vw, .42rem) 0;
  border-top: 1px solid var(--news-line);
  border-bottom: 1px solid var(--news-line);
  font-size: clamp(1.2rem, 1.35vw, 1.4rem);
  letter-spacing: -.025em;
  line-height: 1.12;
  overflow-wrap: anywhere;
  text-wrap: balance;
  transition: border-color 240ms ease-out;
}

.news-story__paragraph {
  margin: 0;
  color: var(--news-ink);
  line-height: 1.64;
  overflow-wrap: anywhere;
}

.news-story--without-image .news-story__content {
  padding-top: clamp(.35rem, 1vw, 1rem);
}

.news-stream-end {
  width: 100%;
  height: 1px;
}

.news-infinite-status {
  display: flex;
  min-height: 1.5rem;
  gap: .65rem;
  align-items: center;
  justify-content: center;
  margin: 1.25rem 0 .5rem;
  color: var(--news-muted);
}

.news-infinite-status[hidden] {
  display: none;
}

.news-infinite-status p {
  margin: 0;
  font: 650 .8rem/1.35 var(--news-sans);
  letter-spacing: .04em;
}

.news-infinite-status__spinner {
  display: none;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  border: 2px solid rgba(16, 41, 66, .2);
  border-top-color: var(--news-brass-dark);
  border-radius: 50%;
}

.news-infinite-status.is-loading .news-infinite-status__spinner {
  display: block;
  animation: news-spinner 720ms linear infinite;
}

@keyframes news-spinner {
  to {
    transform: rotate(1turn);
  }
}

.news-pagination {
  padding-top: .7rem;
}

.news-infinite-active .news-pagination {
  visibility: hidden;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}

.news-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem .75rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-pagination a,
.news-pagination__current {
  display: inline-flex;
  min-width: 2.75rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: .45rem .3rem;
  color: var(--news-navy);
  font: 700 .84rem/1.2 var(--news-sans);
  text-align: center;
}

.news-pagination a {
  text-decoration: underline;
  text-decoration-color: var(--news-brass);
  text-underline-offset: .3em;
}

.news-pagination__current {
  border-bottom: 2px solid var(--news-brass-dark);
}

.news-pagination__next-item {
  margin-left: auto;
}

.news-pagination__next {
  gap: .25rem;
  width: auto;
  padding-inline: .65rem;
  text-transform: uppercase;
  letter-spacing: .055em;
}

.news-page__empty {
  max-width: 52rem;
  margin: 0;
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-top: 1px solid var(--news-navy);
  border-bottom: 1px solid var(--news-line);
  color: var(--news-navy);
  font: clamp(1.4rem, 2vw, 1.8rem)/1.35 var(--news-serif);
}

.news-page a:focus-visible {
  outline: 3px solid var(--news-brass-dark);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .news-front {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "feature"
      "rail"
      "stream"
      "pagination";
  }

  .news-properties {
    margin-bottom: clamp(2rem, 4vw, 3rem);
    padding-left: 0;
    border-left: 0;
  }

  .news-properties__header {
    padding-top: 0;
  }

  .news-properties__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .news-property {
    padding-right: 1rem;
    border-left: 1px solid var(--news-line);
  }

  .news-property:nth-child(3n + 1) {
    border-left: 0;
  }

  .news-property:not(:nth-child(3n + 1)) {
    padding-left: 1rem;
  }
}

@media (max-width: 980px) {
  .news-stream {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .news-page {
    padding-top: 1.65rem;
  }

  .news-page__masthead {
    margin-bottom: 1.65rem;
    padding-bottom: 1rem;
  }

  .news-page__masthead h1 {
    font-size: clamp(2.8rem, 7vw, 3.75rem);
  }

  .news-lead__title {
    font-size: clamp(1.75rem, 3.5vw, 2.15rem);
  }

  .news-lead--without-image {
    min-height: 25rem;
  }

  .news-promo__content {
    padding: .9rem;
  }

  .news-promo__figure h2 {
    right: .9rem;
    bottom: .8rem;
    left: .9rem;
  }

  .news-promo__content p {
    font-size: .84rem;
    line-height: 1.45;
  }
}

@media (max-width: 760px) {
  .news-page {
    --news-gutter: clamp(1rem, 5vw, 1.5rem);
    padding-top: 2.15rem;
  }

  .news-page__masthead h1 {
    font-size: clamp(2.85rem, 13vw, 4.5rem);
  }

  .news-front__feature {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }

  .news-lead--without-image {
    min-height: 0;
    padding: 2.5rem 0;
  }

  .news-lead__title {
    font-size: clamp(1.7rem, 7vw, 2.15rem);
  }

  .news-promos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .news-promo__content {
    padding: 1.15rem;
  }

  .news-properties__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .news-property__layout {
    grid-template-columns: minmax(6.5rem, 32%) minmax(0, 1fr);
  }

  .news-property,
  .news-property:nth-child(3n + 1) {
    padding: .8rem 0;
    border-left: 0;
  }

  .news-property:not(:nth-child(3n + 1)) {
    padding-left: 0;
  }

  .news-property__figure {
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 600px) {
  .news-page__masthead {
    margin-bottom: 1.75rem;
    padding-bottom: 1.15rem;
  }

  .news-promos {
    grid-template-columns: minmax(0, 1fr);
  }

  .news-promo__figure,
  .news-promo--area .news-promo__figure {
    aspect-ratio: 2 / 1;
  }

  .news-stream {
    grid-template-columns: minmax(0, 1fr);
  }

  .news-story {
    padding: 1.75rem 0;
  }

  .news-story__figure {
    margin-bottom: 1.15rem;
  }

  .news-story__title {
    font-size: clamp(1.35rem, 6vw, 1.65rem);
  }

  .news-pagination__next-item {
    width: 100%;
    margin-left: 0;
  }

  .news-pagination__next {
    justify-content: flex-start;
    padding-inline: .3rem;
  }
}

@media (min-width: 700px) and (max-width: 900px) and (orientation: landscape) {
  .news-page .news-properties__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
  }

  .news-page .news-property,
  .news-page .news-property:nth-child(3n + 1),
  .news-page .news-property:not(:nth-child(3n + 1)) {
    padding-inline: 0;
    border-left: 0;
  }
}

@media (min-width: 700px) and (max-width: 900px) and (max-height: 480px) and (orientation: landscape) {
  .news-front__feature {
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    gap: 1rem;
  }

  .news-lead {
    grid-column: 1;
    grid-row: 1;
  }

  .news-promos {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: .75rem;
    align-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-infinite-status.is-loading .news-infinite-status__spinner {
    animation: none;
  }

  .news-lead__title a > span,
  .news-story__title a > span,
  .news-lead__title,
  .news-story__title,
  .news-story--linked,
  .news-lead--linked.news-lead--without-image {
    transition: none;
  }

  .news-property,
  .news-property__price,
  .news-property__area,
  .news-property__more-text,
  .news-property__more-arrow {
    transition: none;
  }

  .news-property--linked:hover .news-property__more-arrow,
  .news-property--linked:focus-within .news-property__more-arrow {
    transform: none;
  }

  .news-link-arrow {
    transition: none;
  }

  .news-lead--linked:hover .news-link-arrow,
  .news-lead--linked:focus-within .news-link-arrow,
  .news-story--linked:hover .news-link-arrow,
  .news-story--linked:focus-within .news-link-arrow,
  .news-promo__content a:hover .news-link-arrow,
  .news-promo__content a:focus-visible .news-link-arrow,
  .news-pagination__next:hover .news-link-arrow,
  .news-pagination__next:focus-visible .news-link-arrow {
    transform: none;
  }
}
