/* Homepage — Press Releases strip (text/PDF focused, no photo grid) */
.rnc-press-home {
  padding: 3.25rem 0 3.5rem;
  background: #0b2860;
  color: #fff;
}
.rnc-press-home__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
.rnc-press-home__kicker {
  margin: 0 0 0.35rem;
  font-family: var(--priFont, "Figtree", sans-serif);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f6b100;
}
.rnc-press-home__title {
  margin: 0;
  font-family: var(--secFont, "Merriweather", Georgia, serif);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.rnc-press-home__all {
  font-family: var(--priFont, "Figtree", sans-serif);
  font-size: 0.86rem;
  font-weight: 800;
  color: #f6b100 !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.rnc-press-home__all:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.rnc-press-home__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 1.15rem;
  align-items: stretch;
}

.rnc-press-home__featured {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.45rem 1.5rem 1.55rem;
  background: #fff;
  color: #142033;
  border-left: 5px solid #f6b100;
  min-height: 100%;
  box-sizing: border-box;
}
.rnc-press-home__badge {
  align-self: flex-start;
  display: inline-block;
  padding: 0.28rem 0.6rem;
  background: #fef3d0;
  color: #8a5a00;
  font-family: var(--priFont, "Figtree", sans-serif);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rnc-press-home__date {
  font-family: var(--priFont, "Figtree", sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
  color: #6b7385;
}
.rnc-press-home__featured-title {
  margin: 0;
  font-family: var(--priFont, "Figtree", sans-serif);
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.015em;
  color: #0b2860;
}
.rnc-press-home__featured-title a {
  color: inherit;
  text-decoration: none;
}
.rnc-press-home__featured-title a:hover {
  color: #0942a2;
}
.rnc-press-home__excerpt {
  margin: 0;
  font-family: var(--bodyFont, "Open Sans", "Figtree", sans-serif);
  font-size: 0.95rem;
  line-height: 1.55;
  color: #5a6577;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rnc-press-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.7rem;
  margin-top: auto;
  padding-top: 0.85rem;
}
.rnc-press-home__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.95rem;
  font-family: var(--priFont, "Figtree", sans-serif);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none !important;
  line-height: 1.2;
}
.rnc-press-home__btn--primary {
  background: #0942a2;
  color: #fff !important;
}
.rnc-press-home__btn--primary:hover {
  background: #f6b100;
  color: #441d04 !important;
}
.rnc-press-home__btn--ghost {
  background: transparent;
  color: #0942a2 !important;
  border: 1px solid #c5d0e4;
}
.rnc-press-home__btn--ghost:hover {
  border-color: #0942a2;
  background: #f3f6fb;
}

.rnc-press-home__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  height: 100%;
}
.rnc-press-home__list > li {
  flex: 1 1 0;
  display: flex;
  min-height: 0;
}
.rnc-press-home__row {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-sizing: border-box;
}
.rnc-press-home__cal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  min-height: 3.4rem;
  background: #f6b100;
  color: #2a1a00;
  line-height: 1;
}
.rnc-press-home__cal-day {
  font-family: var(--priFont, "Figtree", sans-serif);
  font-size: 1.2rem;
  font-weight: 800;
}
.rnc-press-home__cal-month {
  margin-top: 0.15rem;
  font-family: var(--priFont, "Figtree", sans-serif);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rnc-press-home__row-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.rnc-press-home__row-title {
  margin: 0;
  font-family: var(--priFont, "Figtree", sans-serif);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.32;
  color: #fff;
}
.rnc-press-home__row-title a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rnc-press-home__row-title a:hover {
  color: #f6b100;
}
.rnc-press-home__row-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.75rem;
  font-family: var(--priFont, "Figtree", sans-serif);
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.72);
}
.rnc-press-home__pdf {
  color: #f6b100 !important;
  font-weight: 800;
  text-decoration: none !important;
  letter-spacing: 0.04em;
}
.rnc-press-home__pdf:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

@media (max-width: 980px) {
  .rnc-press-home__grid {
    grid-template-columns: 1fr;
  }
  .rnc-press-home__list > li {
    flex: 0 0 auto;
  }
}

@media (max-width: 640px) {
  .rnc-press-home {
    padding: 2.4rem 0 2.6rem;
  }
  .rnc-press-home__head {
    align-items: flex-start;
  }
  .rnc-press-home__featured {
    padding: 1.2rem 1.15rem 1.25rem;
  }
  .rnc-press-home__excerpt {
    -webkit-line-clamp: 2;
  }
}
