.new-news-page {
  background: #fff;
  color: #1f252b;
}

.news-experience {
  color: #1f252b;
  overflow: hidden;
}
.news-experience *,
.news-experience *::before,
.news-experience *::after {
  box-sizing: border-box;
}
.news-experience a,
.news-experience button {
  -webkit-tap-highlight-color: transparent;
}

.news-shell {
  max-width: 1440px;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}

.news-eyebrow {
  align-items: center;
  color: #ef4123;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.news-eyebrow::before {
  background: currentColor;
  content: "";
  height: 2px;
  width: 30px;
}

.news-hero {
  background: radial-gradient(circle at 5% 100%, rgba(239, 65, 35, 0.06), transparent 28%), linear-gradient(135deg, #fff 0%, #fbfbfa 100%);
  border-bottom: 1px solid #dfe3e6;
  padding: clamp(42px, 5.5vw, 78px) 0 clamp(54px, 6vw, 86px);
  position: relative;
}
.news-hero::after {
  border: 1px solid rgba(239, 65, 35, 0.08);
  border-radius: 50%;
  content: "";
  height: 470px;
  position: absolute;
  right: -260px;
  top: -270px;
  width: 470px;
}

.news-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(46px, 6vw, 94px);
  grid-template-columns: minmax(300px, 0.76fr) minmax(480px, 1.24fr);
  position: relative;
  z-index: 1;
}

.news-hero-copy {
  padding: 22px 0;
}
.news-hero-copy h1 {
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.93;
  margin: 18px 0 20px;
  max-width: 900px;
  font-size: clamp(62px, 7.6vw, 112px);
  margin-bottom: 27px;
}
.news-hero-copy > p {
  color: #68727b;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
  min-height: 3.1em;
  font-size: clamp(16px, 1.35vw, 20px);
  max-width: 560px;
}

.news-hero-link,
.news-read-link {
  align-items: center;
  color: #1f252b;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.news-hero-link svg,
.news-read-link svg {
  fill: none;
  height: 20px;
  stroke: #ef4123;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 0.2s ease;
  width: 20px;
}
.news-hero-link:hover, .news-hero-link:focus-visible,
.news-read-link:hover,
.news-read-link:focus-visible {
  color: #ef4123;
}

.news-hero-link {
  margin-top: 35px;
}
.news-hero-link:hover svg, .news-hero-link:focus-visible svg {
  transform: translateY(4px);
}

.news-hero-visual {
  margin: 0;
  padding: 0 0 32px 32px;
  position: relative;
}
.news-hero-visual::before {
  border: 1px solid rgba(52, 75, 96, 0.18);
  bottom: 10px;
  content: "";
  left: 10px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.news-hero-visual figcaption {
  align-items: center;
  background: #344b60;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  left: 0;
  letter-spacing: 0.12em;
  padding: 14px 19px;
  position: absolute;
  text-transform: uppercase;
  width: min(310px, 55%);
  z-index: 3;
}
.news-hero-visual figcaption strong {
  color: #dcebed;
  font-weight: 500;
}

.news-hero-image {
  aspect-ratio: 1.48;
  background: #e9e0d7;
  overflow: hidden;
  position: relative;
}
.news-hero-image::after {
  background: linear-gradient(135deg, rgba(52, 75, 96, 0.12), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.news-hero-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.news-hero-note {
  align-items: flex-end;
  background: #f2ef20;
  box-shadow: 0 14px 32px rgba(31, 37, 43, 0.18);
  color: #1f252b;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  height: 78px;
  justify-content: flex-end;
  letter-spacing: 0.12em;
  padding: 12px;
  position: absolute;
  right: -20px;
  top: -20px;
  transform: rotate(3deg);
  width: 78px;
  z-index: 3;
}

.news-latest {
  background: radial-gradient(circle at 100% 0, rgba(239, 65, 35, 0.06), transparent 25%), #f3f3f0;
  padding: clamp(76px, 8vw, 122px) 0 clamp(90px, 9vw, 138px);
}

.news-section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(45px, 5vw, 72px);
}
.news-section-heading h2 {
  font-size: clamp(43px, 5.4vw, 76px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.96;
  margin: 18px 0 0;
}
.news-section-heading > p {
  align-items: baseline;
  color: #68727b;
  display: flex;
  gap: 9px;
  margin: 0;
}
.news-section-heading > p strong {
  color: #ef4123;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1;
}
.news-section-heading > p span {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-card-copy {
  display: flex;
  flex-direction: column;
}

.news-article-meta {
  align-items: center;
  color: #68727b;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.news-article-meta span:last-child {
  color: var(--news-card-accent, #ef4123);
  font-weight: 700;
}

.news-read-link {
  border-top: 1px solid #dfe3e6;
  justify-content: space-between;
  padding-top: 21px;
}
.news-read-link:hover svg, .news-read-link:focus-visible svg {
  transform: translateX(4px);
}

.news-grid {
  display: grid;
  gap: 28px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-card {
  background: #fff;
  border: 1px solid #dfe3e6;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.news-card:hover {
  border-color: var(--news-card-accent, #ef4123);
}
.news-card.is-featured {
  border-color: rgba(52, 75, 96, 0.5);
  box-shadow: 8px 8px 0 rgba(52, 75, 96, 0.09);
}
.news-card.is-featured::before {
  border-left: 1px solid var(--news-card-accent, #ef4123);
  border-top: 1px solid var(--news-card-accent, #ef4123);
  content: "";
  height: 34px;
  left: -7px;
  pointer-events: none;
  position: absolute;
  top: -7px;
  width: 34px;
  z-index: 3;
}

.news-card-image {
  aspect-ratio: 1.45;
  background: linear-gradient(135deg, transparent 49.7%, rgba(31, 37, 43, 0.035) 50%, transparent 50.3%), #e9e0d7;
  display: block;
  overflow: hidden;
  position: relative;
}
.news-card-image::before {
  background: var(--news-card-accent, #ef4123);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 2;
}
.news-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}
.news-card-image .news-card-number {
  bottom: 13px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1;
  position: absolute;
  right: 17px;
  text-shadow: 0 2px 16px rgba(31, 37, 43, 0.35);
}
.news-card-image .news-card-featured {
  background: #f2ef20;
  box-shadow: 0 10px 24px rgba(31, 37, 43, 0.2);
  color: #1f252b;
  font-size: 8px;
  font-weight: 800;
  left: 17px;
  letter-spacing: 0.1em;
  max-width: 115px;
  padding: 12px 13px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 17px;
  transform: rotate(-2deg);
  z-index: 3;
}
.news-card-image:hover img, .news-card-image:focus-visible img {
  transform: scale(1.035);
}

.news-card-copy {
  flex: 1;
  min-height: 285px;
  padding: 25px 25px 23px;
}
.news-card-copy h3 {
  display: -webkit-box;
  font-size: 20px;
  font-weight: 450;
  letter-spacing: -0.015em;
  line-height: 1.38;
  margin: 27px 0 32px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.news-card-copy h3 a {
  color: #1f252b;
}
.news-card-copy h3 a:hover, .news-card-copy h3 a:focus-visible {
  color: var(--news-card-accent, #ef4123);
}
.news-card-copy .news-read-link {
  margin-top: auto;
}

.news-empty-state {
  background: #fff;
  border: 1px dashed #bfc5c9;
  color: #68727b;
  font-size: 17px;
  padding: 75px 30px;
  text-align: center;
}

.news-post-experience {
  --news-post-accent: #ef4123;
  background: #f3f3f0;
}

.news-post-hero {
  background: radial-gradient(circle at 92% 8%, rgba(239, 65, 35, 0.065), transparent 24%), #fff;
  border-bottom: 1px solid #dfe3e6;
  padding: 40px 0 clamp(62px, 7vw, 104px);
}

.news-post-back {
  align-items: center;
  color: #68727b;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  gap: 11px;
  letter-spacing: 0.09em;
  margin-bottom: clamp(52px, 6vw, 88px);
  text-transform: uppercase;
}
.news-post-back svg {
  fill: none;
  height: 18px;
  stroke: var(--news-post-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 0.2s ease;
  width: 18px;
}
.news-post-back:hover, .news-post-back:focus-visible {
  color: var(--news-post-accent);
}
.news-post-back:hover svg, .news-post-back:focus-visible svg {
  transform: translateX(-4px);
}

.news-post-heading {
  align-items: end;
  display: grid;
  gap: clamp(45px, 7vw, 110px);
  grid-template-columns: minmax(0, 1fr) auto;
}
.news-post-heading h1 {
  font-size: clamp(46px, 6.3vw, 88px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 22px 0 0;
  max-width: 1050px;
}
.news-post-heading dl {
  border-left: 1px solid #dfe3e6;
  display: flex;
  gap: clamp(28px, 4vw, 55px);
  margin: 0;
  padding: 8px 0 8px clamp(28px, 4vw, 58px);
}
.news-post-heading dl > div {
  display: grid;
  gap: 7px;
}
.news-post-heading dt {
  color: #68727b;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.news-post-heading dd {
  color: var(--news-post-accent);
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 300;
  margin: 0;
  white-space: nowrap;
}

.news-post-cover {
  background: linear-gradient(180deg, #fff 0, #fff 42%, #f3f3f0 42%, #f3f3f0 100%);
  padding-bottom: clamp(60px, 7vw, 100px);
}
.news-post-cover figure {
  background: #344b60;
  border: 1px solid rgba(52, 75, 96, 0.24);
  margin: 0;
  overflow: hidden;
  position: relative;
}
.news-post-cover img {
  display: block;
  height: min(58vw, 680px);
  object-fit: contain;
  width: 100%;
}
.news-post-cover figcaption {
  align-items: center;
  background: #344b60;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  left: 0;
  letter-spacing: 0.12em;
  padding: 15px 20px;
  position: absolute;
  text-transform: uppercase;
  width: min(330px, 55%);
}
.news-post-cover figcaption strong {
  color: #dcebed;
  font-weight: 500;
}

.news-post-body {
  background: #f3f3f0;
  padding-bottom: clamp(80px, 9vw, 135px);
}

.news-post-body-grid {
  align-items: start;
  display: grid;
  gap: clamp(50px, 8vw, 130px);
  grid-template-columns: 150px minmax(0, 820px);
  justify-content: center;
}

.news-post-aside {
  border-top: 2px solid var(--news-post-accent);
  display: grid;
  gap: 8px;
  padding-top: 17px;
  position: sticky;
  top: 95px;
}
.news-post-aside span {
  color: #68727b;
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.news-post-aside strong {
  color: var(--news-post-accent);
  font-size: 55px;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1;
}
.news-post-aside time {
  color: #68727b;
  font-size: 11px;
}

.news-post-content {
  color: #3f474e;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.8;
  min-width: 0;
}
.news-post-content > :first-child {
  margin-top: 0;
}
.news-post-content > p:first-child {
  color: #1f252b;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.6;
}
.news-post-content h2,
.news-post-content h3,
.news-post-content h4 {
  color: #1f252b;
  font-weight: 450;
  line-height: 1.25;
  margin: 2em 0 0.75em;
}
.news-post-content h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  letter-spacing: -0.035em;
}
.news-post-content h3 {
  font-size: clamp(24px, 2.4vw, 34px);
}
.news-post-content p,
.news-post-content ul,
.news-post-content ol {
  margin: 0 0 1.45em;
}
.news-post-content ul,
.news-post-content ol {
  padding-left: 1.25em;
}
.news-post-content a {
  color: var(--news-post-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.news-post-content img {
  height: auto;
  margin: 24px 0;
  max-width: 100%;
}
.news-post-content blockquote {
  border-left: 3px solid var(--news-post-accent);
  color: #1f252b;
  font-size: 1.2em;
  margin: 2em 0;
  padding: 5px 0 5px 28px;
}
.news-post-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.news-post-attachments {
  background: #fff;
  border-top: 1px solid #dfe3e6;
  padding: clamp(70px, 8vw, 112px) 0;
}
.news-post-attachments > .news-shell > header {
  display: grid;
  gap: 15px;
  margin-bottom: 42px;
  max-width: 760px;
}
.news-post-attachments > .news-shell > header h2 {
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 300;
  letter-spacing: -0.05em;
  margin: 0;
}
.news-post-attachments > .news-shell > header p {
  color: #68727b;
  font-size: 16px;
  margin: 0;
}

.news-post-attachment-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-post-attachment {
  align-items: stretch;
  background: #f3f3f0;
  border: 1px solid #dfe3e6;
  color: #1f252b;
  cursor: pointer;
  display: grid;
  font: inherit;
  grid-template-columns: 130px minmax(0, 1fr);
  min-height: 190px;
  padding: 0;
  text-align: left;
}
.news-post-attachment:hover, .news-post-attachment:focus-visible {
  border-color: var(--news-post-accent);
  outline: 0;
}
.news-post-attachment:hover .news-post-attachment-copy > span svg, .news-post-attachment:focus-visible .news-post-attachment-copy > span svg {
  transform: translateX(4px);
}

.news-post-attachment-cover {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-right: 1px solid #dfe3e6;
}

.news-post-attachment-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 25px;
}
.news-post-attachment-copy small {
  color: var(--news-post-accent);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.news-post-attachment-copy > strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 16px 0 22px;
  overflow-wrap: anywhere;
}
.news-post-attachment-copy > span {
  align-items: center;
  border-top: 1px solid #dfe3e6;
  color: #68727b;
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-top: auto;
  padding-top: 13px;
  text-transform: uppercase;
}
.news-post-attachment-copy > span svg {
  fill: none;
  height: 18px;
  stroke: var(--news-post-accent);
  stroke-width: 1.7;
  transition: transform 0.2s ease;
  width: 18px;
}

.news-post-navigation {
  background: #344b60;
  color: #fff;
}

.news-post-navigation-grid {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  min-height: 150px;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}
.news-post-navigation-grid > a {
  color: #fff;
}

.news-post-previous,
.news-post-next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 28px 0;
}
.news-post-previous span,
.news-post-next span {
  color: #dcebed;
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.news-post-previous strong,
.news-post-next strong {
  font-size: 14px;
  font-weight: 450;
  max-width: 36ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-post-previous:hover strong, .news-post-previous:focus-visible strong,
.news-post-next:hover strong,
.news-post-next:focus-visible strong {
  color: #f2ef20;
}

.news-post-next {
  align-items: flex-end;
  text-align: right;
}

.news-post-all {
  align-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, 7px);
  justify-content: center;
  position: relative;
}
.news-post-all > span {
  border: 1px solid #fff;
  height: 7px;
  width: 7px;
}
.news-post-all strong {
  bottom: 18px;
  font-size: 8px;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.08em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.news-post-all:hover, .news-post-all:focus-visible {
  background: var(--news-post-accent);
}

@media (max-width: 1099px) {
  .news-hero-grid {
    gap: 44px;
    grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  }
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .news-post-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }
  .news-post-heading dl {
    border-left: 0;
    border-top: 1px solid #dfe3e6;
    padding: 25px 0 0;
  }
}
@media (max-width: 899px) {
  .news-hero-grid {
    grid-template-columns: 1fr;
  }
  .news-hero-copy {
    max-width: 680px;
  }
  .news-hero-visual {
    margin-left: 5vw;
  }
  .news-post-body-grid {
    gap: 45px;
    grid-template-columns: 100px minmax(0, 1fr);
  }
  .news-post-attachment-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 679px) {
  .news-hero {
    padding: 45px 0 62px;
  }
  .news-hero-copy {
    padding: 0;
  }
  .news-hero-copy h1 {
    font-size: 62px;
  }
  .news-hero-visual {
    margin-left: 0;
    padding: 0 0 26px 18px;
  }
  .news-hero-note {
    height: 60px;
    right: -8px;
    top: -14px;
    width: 60px;
  }
  .news-hero-visual figcaption {
    width: min(290px, 76%);
  }
  .news-section-heading {
    align-items: flex-start;
    display: grid;
    gap: 25px;
  }
  .news-section-heading h2 {
    font-size: 45px;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-card-copy {
    min-height: 260px;
  }
  .news-post-hero {
    padding-top: 28px;
  }
  .news-post-back {
    margin-bottom: 48px;
  }
  .news-post-heading h1 {
    font-size: 43px;
    overflow-wrap: anywhere;
  }
  .news-post-heading dl {
    gap: 25px;
    width: 100%;
  }
  .news-post-cover {
    padding-bottom: 60px;
  }
  .news-post-cover img {
    height: 68vw;
  }
  .news-post-cover figcaption {
    width: 78%;
  }
  .news-post-body-grid {
    grid-template-columns: 1fr;
  }
  .news-post-aside {
    align-items: baseline;
    display: flex;
    gap: 13px;
    position: static;
  }
  .news-post-aside strong {
    font-size: 37px;
  }
  .news-post-aside time {
    margin-left: auto;
  }
  .news-post-content {
    font-size: 16px;
  }
  .news-post-attachment {
    grid-template-columns: 105px minmax(0, 1fr);
    min-height: 170px;
  }
  .news-post-attachment-copy {
    padding: 20px;
  }
  .news-post-navigation-grid {
    grid-template-columns: 1fr 76px 1fr;
    min-height: 125px;
    padding-left: 0;
    padding-right: 0;
  }
  .news-post-previous,
  .news-post-next {
    padding: 18px;
  }
  .news-post-previous strong,
  .news-post-next strong {
    display: none;
  }
  .news-post-all strong {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .news-experience *,
  .news-experience *::before,
  .news-experience *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}