.news-page .desktop-nav a.is-active, .news-page .mobile-nav a.is-active {
  background: linear-gradient(180deg, rgba(214,171,80,.22), rgba(214,171,80,.08));
  border-color: rgba(214,171,80,.38);
}

.news-main {
  padding: 0 0 46px;
  padding: 0 0 36px !important;
}

.news-feed__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;
  gap: 16px;
  gap: 14px !important;
  margin-bottom: 12px !important;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
  margin-top: 14px;
  gap: 14px !important;
}

.feature-tagline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 12px;
}

.feature-tagline__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid var(--elyon-line-strong, rgba(214,171,80,.28));
  background: linear-gradient(180deg, rgba(18,18,18,.98), rgba(10,10,10,.98));
  color: var(--elyon-gold, #d6ab50);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.feature-tagline__divider {
  width: 22px;
  height: 1px;
  background: var(--elyon-line-strong, rgba(214,171,80,.28));
  opacity: .9;
}

.feature-tagline__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.news-feature-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  width: 100%;
}

.news-feature-shell.has-image {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.news-feature-copy h1, .news-hero__box h1 {
  font-family: Teko, Inter, sans-serif !important;
  font-size: clamp(44px,5vw,78px) !important;
  line-height: .9 !important;
  margin: 0 !important;
  text-transform: uppercase;
}

.news-feature-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.news-feature-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(214,171,80,.12);
  background: rgba(255,255,255,.025);
  color: rgba(248,236,208,.76);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.news-feature-media {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(214,171,80,.15);
  background: #080808;
  box-shadow: 0 22px 54px rgba(0,0,0,.28);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}

.news-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform .25s ease, filter .25s ease;
}

.news-feature-media:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.05);
}

.news-feature-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.78));
  pointer-events: none;
}

.news-feature-media figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  color: rgba(255,246,224,.9);
  font-size: 12px;
  line-height: 1.5;
}

.news-card {
  display: flex;
  flex-direction: column;
  padding: 18px;
  min-height: 230px;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  min-height: 240px !important;
  display: grid;
  grid-template-rows: auto 1fr;
}

.news-card:not(.has-image) {
  padding: 18px !important;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .22s ease, filter .22s ease;
}

.news-card:hover .news-card__image img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.news-card h3 {
  margin: 0 0 12px;
  font-family: Teko, Inter, sans-serif;
  line-height: .92;
  font-size: 34px;
  font-family: Teko, Inter, sans-serif !important;
  font-size: 34px !important;
  line-height: .9 !important;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.news-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  font-size: 12px !important;
  line-height: 1.7 !important;
  color: rgba(242,242,242,.72);
  margin: 0;
}

.news-card__bottom {
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(214,171,80,.12);
  color: var(--gold);
  letter-spacing: .16em;
  text-transform: uppercase;
  padding-top: 14px;
  font-size: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px !important;
  font-size: 10px !important;
  border-top: 1px solid rgba(214,171,80,.10);
}

.news-card__bottom span, .news-card__bottom small {
  color: rgba(214,171,80,.76);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.news-card__bottom .announce-readmore {
  margin-left: auto;
}

.announce-card__top, .announce-feature__badge-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.announce-type {
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(214,171,80,.16);
  background: linear-gradient(180deg, rgba(16,16,16,.98), rgba(8,8,8,.98));
  color: #f5e3b2;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.announce-date {
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(214,171,80,.10);
  background: rgba(255,255,255,.025);
  color: var(--elyon-muted, rgba(242,242,242,.58));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.news-empty {
  padding: 24px;
  color: rgba(245,238,224,.72);
  border: 1px solid rgba(214,171,80,.14);
}

@media (max-width: 980px) {
.news-feature-shell.has-image {
  grid-template-columns: 1fr;
}

.news-feature-media, .news-feature-media img {
  min-height: 240px;
}
}

.news-card.has-default-thumb .news-card__image, .news-card__image.is-default-thumb {
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, rgba(214,171,80,.16), transparent 56%),
    linear-gradient(180deg, rgba(16,16,16,.96), rgba(7,7,7,.98));
}

.news-card.has-default-thumb:hover .news-card__image img, .news-card__image.is-default-thumb:hover img {
  transform: scale(1.035);
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.52)) saturate(1.08);
}

.news-card__image {
  display: block;
  height: 170px;
  overflow: hidden;
  border-bottom: 1px solid rgba(214,171,80,.12);
  background: #070707;
  border-bottom-color: rgba(214,171,80,.16);
}

@media (max-width: 740px) {
.feature-tagline {
  gap: 8px;
  margin-bottom: 10px;
}

.feature-tagline__divider {
  width: 14px;
}

.news-feature-copy {
  min-height: auto;
  padding: 18px;
}

.news-feature-media, .news-feature-media img {
  min-height: 210px;
}

.news-card__bottom .announce-readmore {
  margin-left: 0;
  width: 100%;
  justify-content: center;
}

.news-card.has-default-thumb .news-card__image img, .news-card__image.is-default-thumb img {
  padding: 22px;
}
}

.news-card.has-default-thumb .news-card__image img, .news-card__image.is-default-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  padding: 30px;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.48));
  box-sizing: border-box;
}

.news-feature-media.is-default-thumb img, .news-feature-shell.has-default-thumb .news-feature-media img {
  object-fit: contain !important;
  padding: clamp(18px, 3vw, 34px) !important;
  background: radial-gradient(circle at center, rgba(214,171,80,.14), rgba(0,0,0,.18) 62%, transparent) !important;
}

.news-feature-media, .news-card__image {
  display: none !important;
}

.news-feature-shell, .news-feature-shell.has-image, .news-feature-shell--text-only {
  grid-template-columns: minmax(0, 1fr) !important;
}

.news-card, .news-card.has-image, .news-card--text-only {
  grid-template-columns: minmax(0, 1fr) !important;
}

.news-card__content {
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 0;
  min-height: 230px;
  min-height: 100% !important;
}

.news-feature-copy .page-hero__title {
  max-width: 980px !important;
  font-size: clamp(56px, 6.4vw, 104px) !important;
  line-height: .84 !important;
  letter-spacing: .015em !important;
  text-shadow: 0 8px 32px rgba(0,0,0,.72) !important;
}

.news-card--text-only {
  border-top: 1px solid rgba(214,171,80,.34) !important;
  background: radial-gradient(circle at top right, rgba(214,171,80,.08), transparent 42%),
    linear-gradient(180deg, rgba(14,14,14,.96), rgba(7,7,7,.98)) !important;
}

.news-hero {
  padding: 94px 0 14px;
  padding: 12px 0 10px !important;
  padding: clamp(18px, 2vw, 32px) 0 clamp(16px, 2vw, 30px) !important;
  padding: 12px 0 14px !important;
}

.news-hero__box {
  padding: 18px;
  padding: 18px !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
  border-radius: 0 !important;
  padding: 0 18px !important;
}

.news-feature-shell--text-only {
  display: block !important;
  width: 100% !important;
}

.news-feature-copy {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 330px;
  padding: 30px;
  border: 1px solid rgba(214,171,80,.14);
  background: radial-gradient(circle at top right, rgba(214,171,80,.09), transparent 40%),
    linear-gradient(180deg, rgba(14,14,14,.95), rgba(8,8,8,.99));
  box-shadow: 0 22px 54px rgba(0,0,0,.28);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
  overflow: hidden;
  max-width: 980px !important;
  min-height: clamp(360px, 34vw, 510px) !important;
  padding: clamp(28px, 4.4vw, 68px) !important;
  align-content: center !important;
  border: 1px solid rgba(214,171,80,.24) !important;
  border-top-color: rgba(214,171,80,.78) !important;
  background: radial-gradient(circle at 82% 18%, rgba(214,171,80,.15), transparent 32%),
    linear-gradient(90deg, rgba(14,14,14,.98), rgba(10,10,10,.92) 58%, rgba(20,17,12,.82)) !important;
  box-shadow: 0 28px 74px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.035) !important;
  max-width: none !important;
  min-height: 230px !important;
  padding: 24px 28px !important;
  align-content: start !important;
  border: 1px solid rgba(214,171,80,.18) !important;
  border-top-color: rgba(214,171,80,.55) !important;
  background: radial-gradient(circle at 86% 16%, rgba(214,171,80,.10), transparent 30%),
    linear-gradient(180deg, rgba(14,14,14,.96), rgba(8,8,8,.99)) !important;
  box-shadow: 0 20px 52px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.03) !important;
}

.news-feature-copy::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(214,171,80,.95), rgba(214,171,80,.16), transparent 76%);
  height: 3px !important;
  background: linear-gradient(90deg, rgba(214,171,80,1), rgba(214,171,80,.36), transparent 72%) !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(214,171,80,.95), rgba(214,171,80,.18), transparent 74%) !important;
}

.news-feature-copy::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(214,171,80,.38), transparent) !important;
  pointer-events: none !important;
  display: none !important;
}

.news-feature-copy .page-hero__title, .news-feature-copy h1, .news-hero__box h1 {
  max-width: 760px !important;
  font-size: clamp(38px, 4.1vw, 62px) !important;
  line-height: .9 !important;
  letter-spacing: .01em !important;
  text-shadow: 0 6px 24px rgba(0,0,0,.62) !important;
}

.news-feature-copy .page-hero__lead, .news-feature-copy .announce-feature__excerpt {
  max-width: 860px !important;
  font-size: clamp(14px, 1.04vw, 17px) !important;
  line-height: 1.72 !important;
  color: rgba(255,255,255,.88) !important;
  max-width: 760px !important;
  margin-top: 10px !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  color: rgba(255,255,255,.82) !important;
}

.news-feature-stats--clean {
  margin-top: 26px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(214,171,80,.18) !important;
  width: 100% !important;
  margin-top: 16px !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(214,171,80,.14) !important;
}

.news-feature-stats--clean span {
  border-color: rgba(214,171,80,.28) !important;
  background: rgba(214,171,80,.07) !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border-color: rgba(214,171,80,.22) !important;
  background: rgba(214,171,80,.055) !important;
  color: var(--elyon-gold, #d6ab50) !important;
}

.news-feature-copy .announce-feature__actions, .news-feature-copy .page-hero__actions {
  margin-top: 12px !important;
}

.news-feed {
  padding: 6px 0 14px;
  padding: 6px 0 14px !important;
  padding-top: 8px !important;
}

.news-card--text-only .news-card__content {
  padding: 22px !important;
  min-height: 190px !important;
}

@media (max-width: 760px) {
.news-feature-copy .page-hero__title {
  font-size: clamp(42px, 15vw, 66px) !important;
}

.news-feature-copy {
  min-height: 330px !important;
  padding: 24px !important;
  min-height: auto !important;
  padding: 18px !important;
}

.news-feature-copy .page-hero__title, .news-feature-copy h1, .news-hero__box h1 {
  font-size: clamp(34px, 11vw, 48px) !important;
}
}

.news-page .news-feature-shell--text-only {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.news-page .news-feature-copy {
  text-align: center !important;
  border-color: rgba(214,171,80,.24) !important;
  border-top-color: rgba(240,195,91,.72) !important;
  background: radial-gradient(circle at 50% 0%, rgba(214,171,80,.105), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(214,171,80,.10), transparent 30%),
    linear-gradient(180deg, rgba(16,13,9,.96), rgba(8,8,8,.99)) !important;
  box-shadow: 0 20px 52px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,231,173,.045) !important;
}

.news-page .news-feature-copy::before {
  height: 2px !important;
  background: linear-gradient(90deg, transparent, rgba(240,195,91,.86), rgba(214,171,80,.22), transparent 82%) !important;
}

.news-page .feature-tagline {
  justify-content: center !important;
}

.news-page .news-feature-copy .page-hero__title, .news-page .news-feature-copy h1, .news-page .news-hero__box h1 {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.news-page .news-feature-copy .page-hero__lead, .news-page .news-feature-copy .announce-feature__excerpt {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.news-page .news-feature-stats--clean {
  display: flex !important;
  justify-content: center !important;
}

.news-page .news-feature-copy .announce-feature__actions, .news-page .news-feature-copy .page-hero__actions {
  justify-content: center !important;
}
