.news-page-main {
  background:
    radial-gradient(circle at top left, rgba(224, 234, 241, 0.78), transparent 34%),
    linear-gradient(180deg, #f7f2ea 0%, #fbf8f1 16%, #ffffff 34%);
}

.news-page-hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(132px, 15vw, 176px) 16px clamp(56px, 9vw, 112px);
  overflow: hidden;
  color: #f8f4ed;
  background:
    linear-gradient(115deg, rgba(20, 29, 39, 0.9) 0%, rgba(23, 39, 54, 0.68) 48%, rgba(23, 39, 54, 0.28) 100%),
    url("/assets/bachelor-catholic-liberal-arts-hero-chapel.jpg") center 38% / cover no-repeat;
}

.news-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(251, 248, 241, 0) 0%, #fbf8f1 100%);
  pointer-events: none;
}

.news-page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--container));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: end;
}

.news-page-hero-copy h1 {
  max-width: 11ch;
  margin: 0;
  color: #fffaf2;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.news-page-hero-copy p {
  max-width: 30ch;
  margin: 24px 0 0;
  color: rgba(248, 244, 237, 0.86);
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  line-height: 1.5;
}

.news-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.news-page-hero-actions .button-line {
  color: #f8f4ed;
  border-color: rgba(248, 244, 237, 0.48);
}

.news-page-hero-actions .button-line:hover,
.news-page-hero-actions .button-line:focus-visible {
  color: #ffffff;
  background: rgba(248, 244, 237, 0.08);
  border-color: rgba(248, 244, 237, 0.68);
}

.news-page-hero-panel {
  position: relative;
  display: grid;
  gap: 22px;
  padding: clamp(24px, 3vw, 34px);
  color: var(--navy);
  background: rgba(252, 248, 240, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 30px 30px 30px 82px;
  box-shadow: 0 28px 60px rgba(18, 27, 35, 0.24);
  backdrop-filter: blur(10px);
}

.news-page-hero-panel::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(90, 74, 53, 0.12);
  border-radius: 18px 18px 18px 56px;
  pointer-events: none;
}

.news-page-hero-panel h2,
.news-page-hero-panel p,
.news-page-hero-panel ul {
  margin: 0;
}

.news-page-hero-panel h2 {
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  line-height: 1.08;
  font-weight: 500;
}

.news-page-hero-panel p {
  color: rgba(37, 33, 28, 0.74);
  line-height: 1.55;
}

.news-page-hero-panel ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.news-page-hero-panel li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(37, 33, 28, 0.88);
  font-size: 0.98rem;
  line-height: 1.45;
}

.news-page-hero-panel li::before {
  content: "✦";
  color: var(--gold);
  font-size: 0.88rem;
  line-height: 1.6;
}

.news-page-section {
  position: relative;
  width: 100%;
  padding: clamp(68px, 8vw, 108px) 16px;
}

.news-page-section.section-tint-soft {
  background: linear-gradient(180deg, rgba(246, 241, 232, 0.88) 0%, rgba(255, 255, 255, 0.94) 100%);
  border-top: 0.75px solid rgba(60, 78, 98, 0.08);
  border-bottom: 0.75px solid rgba(60, 78, 98, 0.08);
}

.news-page-shell {
  width: min(100%, var(--container));
  margin: 0 auto;
}

.news-page-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(240px, 0.58fr);
  gap: 18px 32px;
  align-items: end;
  margin-bottom: 30px;
}

.news-page-head h2,
.news-page-head p {
  margin: 0;
}

.news-page-head h2 {
  color: var(--navy);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  font-weight: 500;
}

.news-page-head p {
  max-width: 36ch;
  color: rgba(37, 33, 28, 0.74);
  font-size: 1rem;
  line-height: 1.55;
  justify-self: end;
}

.news-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 3vw, 42px);
}

.news-story-feature {
  display: grid;
  align-content: end;
  min-height: 560px;
  padding: clamp(26px, 3vw, 34px);
  color: #f8f4ed;
  text-decoration: none;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(24, 38, 52, 0.08) 0%, rgba(24, 38, 52, 0.82) 82%),
    url("/assets/editorial/shared-community-garden-study.jpg") center center / cover no-repeat;
  box-shadow: 0 26px 54px rgba(22, 29, 38, 0.16);
}

.news-story-feature:hover,
.news-story-feature:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 30px 60px rgba(22, 29, 38, 0.2);
  outline: none;
}

.news-story-feature-meta,
.news-story-feature-title,
.news-story-feature-copy {
  margin: 0;
}

.news-story-feature-meta {
  color: rgba(248, 244, 237, 0.74);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.news-story-feature-title {
  max-width: 13ch;
  margin-top: 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.news-story-feature-copy {
  max-width: 34ch;
  margin-top: 14px;
  color: rgba(248, 244, 237, 0.84);
  line-height: 1.55;
}

.news-story-list {
  display: grid;
  gap: 14px;
}

.news-story-card {
  display: grid;
  gap: 10px;
  padding: 22px 24px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(60, 78, 98, 0.12);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(26, 37, 48, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.news-story-card:hover,
.news-story-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(138, 105, 64, 0.3);
  box-shadow: 0 20px 40px rgba(26, 37, 48, 0.1);
  outline: none;
}

.news-story-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(37, 33, 28, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-story-card h3,
.news-story-card p {
  margin: 0;
}

.news-story-card h3 {
  color: var(--navy);
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  line-height: 1.16;
  font-weight: 500;
}

.news-story-card p {
  color: rgba(37, 33, 28, 0.74);
  line-height: 1.52;
}

.news-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.events-grid,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
}

.event-column,
.calendar-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 2.5vw, 30px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(60, 78, 98, 0.12);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(26, 37, 48, 0.08);
}

.event-column h3,
.calendar-card h3,
.event-column p,
.calendar-card p {
  margin: 0;
}

.event-column-head {
  display: flex;
  align-items: start;
  gap: 16px;
}

.event-date {
  display: grid;
  justify-items: center;
  min-width: 72px;
  padding: 10px 8px 8px;
  border-radius: 18px;
  color: var(--navy);
  background: #e8f0f5;
}

.event-date span:first-child {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-date span:last-child {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}

.event-column h3,
.calendar-card h3 {
  color: var(--navy);
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.12;
  font-weight: 500;
}

.event-column p,
.calendar-card p {
  color: rgba(37, 33, 28, 0.74);
  line-height: 1.56;
}

.event-column a,
.calendar-card a {
  color: var(--navy-link);
  font-weight: 600;
}

.conference-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(24px, 3vw, 42px);
  padding: clamp(26px, 3vw, 36px);
  border-radius: 34px;
  color: #f8f4ed;
  background:
    linear-gradient(135deg, rgba(23, 37, 52, 0.92) 0%, rgba(52, 76, 103, 0.88) 100%);
  box-shadow: 0 24px 54px rgba(20, 29, 38, 0.16);
}

.conference-band-copy,
.conference-band-side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.conference-band h2,
.conference-band h3,
.conference-band p,
.conference-band ul {
  margin: 0;
}

.conference-band h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.02;
  font-weight: 500;
}

.conference-band p,
.conference-band li {
  color: rgba(248, 244, 237, 0.82);
  line-height: 1.56;
}

.conference-band ul {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.conference-band li {
  padding-top: 12px;
  border-top: 1px solid rgba(248, 244, 237, 0.12);
}

.conference-band .button-line {
  color: #f8f4ed;
  border-color: rgba(248, 244, 237, 0.4);
}

.conference-band .button-line:hover,
.conference-band .button-line:focus-visible {
  background: rgba(248, 244, 237, 0.08);
  border-color: rgba(248, 244, 237, 0.66);
}

.media-grid,
.press-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 34px);
}

.media-panel,
.press-panel,
.newsletter-panel {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(60, 78, 98, 0.12);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(26, 37, 48, 0.08);
}

.media-panel h3,
.press-panel h3,
.newsletter-panel h2,
.newsletter-panel p {
  margin: 0;
}

.media-panel h3,
.press-panel h3 {
  color: var(--navy);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.08;
  font-weight: 500;
}

.press-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.press-list a {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  color: inherit;
  text-decoration: none;
  background: rgba(247, 242, 234, 0.72);
  border-radius: 18px;
  border: 1px solid rgba(60, 78, 98, 0.1);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.press-list a:hover,
.press-list a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(138, 105, 64, 0.28);
  box-shadow: 0 16px 34px rgba(26, 37, 48, 0.08);
  outline: none;
}

.media-list strong,
.press-list strong {
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
}

.media-list span,
.press-list span {
  color: rgba(37, 33, 28, 0.68);
  font-size: 0.93rem;
  line-height: 1.45;
}

.publication-panel {
  margin-top: 18px;
  padding: 22px 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(231, 239, 245, 0.76) 0%, rgba(246, 241, 232, 0.92) 100%);
}

.publication-panel p,
.publication-panel a {
  margin: 0;
}

.publication-panel p + p,
.publication-panel p + div,
.publication-panel div + p {
  margin-top: 10px;
}

.publication-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.newsletter-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.72fr);
  gap: clamp(22px, 3vw, 38px);
  align-items: stretch;
  padding: clamp(26px, 3vw, 36px);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(24, 37, 50, 0.94) 0%, rgba(45, 67, 91, 0.88) 100%);
  box-shadow: 0 24px 54px rgba(20, 29, 38, 0.16);
}

.newsletter-copy {
  display: grid;
  gap: 18px;
  align-content: start;
  color: #f8f4ed;
}

.newsletter-copy h2,
.newsletter-copy p,
.newsletter-copy ul {
  margin: 0;
}

.newsletter-copy h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.newsletter-copy p,
.newsletter-copy li {
  color: rgba(248, 244, 237, 0.82);
  line-height: 1.56;
}

.newsletter-copy ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
}

.newsletter-panel {
  align-content: start;
  background: rgba(252, 248, 240, 0.94);
}

.newsletter-panel h2 {
  color: var(--navy);
}

.newsletter-panel > p {
  color: rgba(37, 33, 28, 0.72);
  line-height: 1.5;
}

.newsletter-form {
  display: grid;
  gap: 14px;
}

.newsletter-form label {
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsletter-form input {
  width: 100%;
  padding: 16px 18px;
  color: var(--navy);
  font: inherit;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(60, 78, 98, 0.16);
  border-radius: 16px;
}

.newsletter-note {
  color: rgba(37, 33, 28, 0.68);
  font-size: 0.94rem;
  line-height: 1.5;
}

@media (max-width: 1040px) {
  .news-page-hero-inner,
  .news-page-head,
  .news-story-grid,
  .conference-band,
  .newsletter-wrap {
    grid-template-columns: 1fr;
  }

  .news-page-head p {
    justify-self: start;
  }

  .news-story-feature {
    min-height: 460px;
  }

  .events-grid,
  .calendar-grid,
  .media-grid,
  .press-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .news-page-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .news-page-hero-panel {
    border-radius: 28px;
  }

  .news-page-hero-panel::before {
    border-radius: 18px;
  }

  .news-story-feature {
    min-height: 380px;
  }

  .event-column,
  .calendar-card,
  .media-panel,
  .press-panel,
  .newsletter-panel {
    padding: 20px;
  }
}

.news-page-main {
  color: var(--ink-dark);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8f7f0 46%, #ffffff 100%);
  overflow-x: hidden;
}

.news-page-title-band {
  position: relative;
  width: 100%;
  min-height: clamp(240px, 34svh, 380px);
  margin: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: clamp(108px, 10vw, 136px) 16px clamp(28px, 4vw, 40px);
  overflow: hidden;
  border-bottom: 0.75px solid rgba(122, 148, 172, 0.14);
  background:
    linear-gradient(180deg, rgba(12, 20, 30, 0.72) 0%, rgba(15, 25, 36, 0.6) 45%, rgba(12, 20, 30, 0.78) 100%),
    url("/assets/news-events-hero-newspapers.jpg") center 52% / cover no-repeat;
}

.news-page-title-band h1 {
  width: min(100%, 620px);
  max-width: none;
  margin: 0 auto;
  color: #fffaf1;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  line-height: 0.96;
  font-weight: 400;
  letter-spacing: 0;
  white-space: normal;
  text-align: center;
  text-shadow: 0 10px 28px rgba(8, 14, 19, 0.28);
}

.news-page-section {
  padding: clamp(54px, 7vw, 92px) 16px;
}

.news-page-title-band + .news-page-section {
  padding-top: clamp(34px, 5vw, 52px);
}

.news-page-section.section-tint-soft {
  background: var(--paper-soft);
}

.news-page-shell {
  width: min(100%, 750px);
}

.news-page-head {
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.news-page-head h2 {
  color: var(--navy);
  letter-spacing: 0;
  font-weight: 400;
}

.news-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.news-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 0.75px solid rgba(122, 148, 172, 0.28);
  border-radius: 999px;
  background: rgba(250, 248, 243, 0.92);
  color: var(--navy);
  font: inherit;
  font-size: 0.92rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.news-filter-button:hover,
.news-filter-button:focus-visible {
  border-color: rgba(166, 126, 67, 0.48);
  color: var(--gold-deep);
  outline: none;
}

.news-filter-button.is-active {
  border-color: transparent;
  background: var(--navy);
  color: #f8f4ed;
  box-shadow: 0 14px 28px rgba(21, 33, 44, 0.14);
}

.news-page-head p {
  color: var(--ink-soft);
  font-size: clamp(1.12rem, 1.4vw, 1.24rem);
  line-height: 1.5;
  justify-self: start;
}

.news-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.news-lead-story,
.media-lead-story {
  display: grid;
  grid-template-columns: clamp(78px, 9vw, 98px) minmax(0, 1fr);
  gap: clamp(12px, 1.3vw, 16px);
  align-items: center;
  padding: 0 0 14px;
  color: inherit;
}

.news-lead-story,
.media-lead-story,
.news-lead-copy,
.media-lead-copy,
.news-tile,
.news-tile > div,
.event-list-body,
.media-list-item,
.press-list-item,
.calendar-main,
.newsletter-form {
  min-width: 0;
  max-width: 100%;
}

.news-lead-story img,
.media-lead-story img,
.news-tile img {
  order: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  background: var(--paper-soft);
  filter: grayscale(1);
  transition: filter 180ms ease, transform 180ms ease;
}

.news-lead-story:hover img,
.news-lead-story:focus-visible img,
.media-lead-story:hover img,
.media-lead-story:focus-visible img,
.news-tile:hover img,
.news-tile:focus-visible img {
  filter: grayscale(0);
  transform: translateY(-1px);
}

.news-lead-copy,
.media-lead-copy {
  order: 2;
  display: grid;
  align-content: center;
  gap: 5px;
}

.news-meta,
.event-tag,
.media-type,
.press-source,
.calendar-label {
  color: rgba(37, 33, 28, 0.58);
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.news-meta {
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.news-lead-copy h3,
.media-lead-copy h3,
.news-tile h3,
.event-list-title,
.media-list-item h3,
.press-list-item h3,
.calendar-main h3,
.newsletter-form h3 {
  margin: 0;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.news-lead-copy h3,
.media-lead-copy h3 {
  max-width: none;
  font-size: clamp(1.06rem, 1.18vw, 1.24rem);
  line-height: 1.18;
}

.news-lead-copy p,
.news-tile p,
.event-list-copy,
.media-list-item p,
.press-list-item p,
.calendar-main p,
.newsletter-form p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.04rem, 1.22vw, 1.14rem);
  line-height: 1.48;
  overflow-wrap: anywhere;
}

.news-summary {
  display: none;
}

.news-tile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.news-tile {
  display: grid;
  grid-template-columns: clamp(78px, 9vw, 98px) minmax(0, 1fr);
  gap: clamp(12px, 1.3vw, 16px);
  align-items: center;
  color: inherit;
  padding: 9px 0;
}

.news-tile h3 {
  max-width: none;
  font-size: clamp(1.06rem, 1.18vw, 1.24rem);
  line-height: 1.18;
}

.news-tile > div {
  order: 2;
  display: grid;
  gap: 5px;
}

.event-calendar-block {
  margin-top: clamp(36px, 4.5vw, 56px);
}

.event-calendar-heading {
  margin: 0 0 6px;
  color: var(--navy-soft, #23384b);
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  line-height: 1.1;
  font-weight: 500;
}

.event-calendar-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(12px, 1.3vw, 16px);
  align-items: center;
  padding: 14px 0;
  border-top: 0.75px solid var(--line-soft, rgba(60, 78, 98, 0.18));
}

.event-calendar-row:first-of-type {
  border-top: 0;
}

.event-calendar-copy h4 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.06rem, 1.18vw, 1.24rem);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: 0;
}

.event-calendar-copy p {
  margin: 4px 0 0;
  color: rgba(37, 33, 28, 0.74);
  font-size: 0.97rem;
  line-height: 1.45;
}

.event-calendar-row .text-link {
  color: var(--navy-link, #2d445a);
  font-size: 0.92rem;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.news-card.is-filter-hidden {
  display: none;
}

.event-agenda-item.is-filter-hidden {
  display: none;
}

.news-card.is-page-hidden {
  display: none;
}

.news-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
}

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

.news-pagination-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 10px 14px;
  border: 0.75px solid rgba(122, 148, 172, 0.24);
  border-radius: var(--radius-control);
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  font: inherit;
  font-size: 0.92rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.news-pagination-button[data-news-page-nav],
.news-pagination-button[data-media-page-nav],
.news-pagination-button[data-press-page-nav] {
  min-width: 58px;
  padding-inline: 18px;
  font-size: 1rem;
}

.news-pagination-button:hover,
.news-pagination-button:focus-visible {
  border-color: rgba(166, 126, 67, 0.44);
  color: var(--gold-deep);
  outline: none;
}

.news-pagination-button:disabled {
  border-color: rgba(122, 148, 172, 0.16);
  background: rgba(255, 255, 255, 0.58);
  color: rgba(37, 33, 28, 0.34);
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}

.news-pagination-button.is-active {
  border-color: transparent;
  background: var(--navy);
  color: #f8f4ed;
}

.media-list-item.is-filter-hidden {
  display: none;
}

.press-list-item.is-filter-hidden,
.press-list-item.is-page-hidden {
  display: none;
}

.media-list-item.is-page-hidden {
  display: none;
}

.events-list {
  display: grid;
  gap: 12px;
}

.event-list-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: center;
  padding: clamp(16px, 2vw, 22px) 0;
  color: inherit;
  border-top: 0.75px solid rgba(122, 148, 172, 0.18);
}

.event-list-card:last-child {
  border-bottom: 0.75px solid rgba(122, 148, 172, 0.18);
}

.event-date {
  border-radius: 4px;
  color: var(--navy);
  background: #e8f0f5;
}

.event-list-body {
  display: grid;
  gap: 7px;
}

.event-list-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.event-list-title {
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.12;
}

.event-tag {
  display: inline-flex;
  width: fit-content;
  padding: 5px 8px;
  color: var(--navy);
  background: #dce9f3;
  border-radius: 3px;
}

.media-list,
.press-list,
.calendar-lines {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.media-list-item,
.press-list-item,
.calendar-main {
  display: grid;
  gap: 3px;
  padding: 0;
  color: inherit;
  text-decoration: none;
  border: 0;
}

.media-list-item:last-child,
.press-list-item:last-child,
.calendar-main:last-child {
  border-bottom: 0;
}

.media-list-item h3,
.press-list-item h3,
.calendar-main h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.06rem, 1.18vw, 1.24rem);
  line-height: 1.18;
  font-weight: 500;
}

.media-list-item:hover,
.media-list-item:focus-visible,
.press-list-item:hover,
.press-list-item:focus-visible,
.calendar-main:hover,
.calendar-main:focus-visible {
  color: inherit;
  outline: none;
}

.media-type {
  color: rgba(37, 33, 28, 0.58);
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.media-type.news-meta {
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.media-list .media-lead-story,
.media-list .news-tile {
  display: grid;
  grid-template-columns: clamp(78px, 9vw, 98px) minmax(0, 1fr);
  gap: clamp(12px, 1.3vw, 16px);
  align-items: center;
  color: inherit;
  border: 0;
}

.media-list .media-lead-story {
  padding: 0 0 14px;
}

.media-list .news-tile {
  padding: 9px 0;
}

.media-list .media-lead-copy,
.media-list .media-copy {
  order: 2;
  display: grid;
  align-content: center;
  gap: 5px;
}

.media-list .media-lead-story h3 {
  max-width: none;
  font-size: clamp(1.06rem, 1.18vw, 1.24rem);
  line-height: 1.18;
}

.media-list .news-tile h3 {
  max-width: none;
  font-size: clamp(1.06rem, 1.18vw, 1.24rem);
  line-height: 1.18;
}

.press-publication-layout {
  display: grid;
  gap: 0;
  align-items: start;
}

.press-list-item {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 0.75px solid rgba(122, 148, 172, 0.2);
}

.press-list-item:last-child {
  border-bottom: 0;
}

.press-title {
  color: var(--navy);
  font-size: clamp(0.95rem, 1vw, 1.04rem);
  line-height: 1.35;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.press-year {
  color: rgba(37, 33, 28, 0.58);
  font-size: 0.9rem;
  line-height: 1.2;
  white-space: nowrap;
  text-align: right;
}

.newsletter-cta-band {
  padding-bottom: clamp(72px, 9vw, 124px);
}

.visit-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(44px, 6vw, 84px) 0 clamp(92px, 12vw, 164px);
  border: 0;
  background:
    linear-gradient(rgba(19, 15, 11, 0.18), rgba(19, 15, 11, 0.28)),
    url("/assets/visit-bg.webp") center center / cover no-repeat;
}

.visit-invitation-card {
  position: relative;
  width: min(100%, 820px);
  min-height: clamp(780px, 92svh, 1240px);
  margin: 0 auto;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: clamp(32px, 3.6vw, 56px) clamp(18px, 2.4vw, 34px);
  overflow: hidden;
  background: transparent;
}

.visit-invitation-card::before {
  content: "";
  position: absolute;
  inset: clamp(18px, 2.4vw, 28px) clamp(16px, 2.6vw, 28px);
  background: rgba(252, 248, 240, 0.94);
  border: 1.5px solid rgba(95, 88, 80, 0.58);
  border-radius: 0 clamp(72px, 8vw, 128px) 0 clamp(72px, 8vw, 128px);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.28),
    0 20px 48px rgba(18, 14, 10, 0.16);
  pointer-events: none;
}

.visit-invitation-card::after {
  content: "";
  position: absolute;
  inset: clamp(28px, 3.2vw, 40px) clamp(24px, 3.4vw, 42px);
  border: 1px solid rgba(92, 84, 74, 0.54);
  border-radius: 0 clamp(64px, 7vw, 120px) 0 clamp(64px, 7vw, 120px);
  pointer-events: none;
}

.visit-invitation-mark {
  width: 68px;
  height: auto;
  margin: 0 0 18px;
  opacity: 0.34;
  filter: grayscale(1) contrast(0.78);
  position: relative;
  z-index: 1;
}

.visit-invitation-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: var(--gold);
  font-size: clamp(0.8rem, 1vw, 0.98rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
}

.visit-invitation-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: none;
  color: #201d18;
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  line-height: 0.98;
  font-weight: 400;
  white-space: normal;
  text-wrap: balance;
}

.visit-invitation-lead {
  position: relative;
  z-index: 1;
  max-width: 42ch;
  margin: 18px 0 0;
  color: #4f4a43;
  font-size: clamp(1.12rem, 1.55vw, 1.28rem);
  line-height: 1.6;
}

.visit-invitation-card .hero-actions {
  position: relative;
  z-index: 1;
  justify-content: center;
}

.visit-invitation-card .hero-actions .button {
  min-width: 230px;
}

.visit-invitation-card .hero-actions .button-line {
  border-radius: var(--radius-control);
}

.visit-invitation-card .hero-actions .button-line:hover,
.visit-invitation-card .hero-actions .button-line:focus-visible {
  box-shadow: var(--shadow-action-hover);
}

.newsletter-invitation-shell {
  width: min(100%, 980px);
}

.newsletter-invitation-card {
  min-height: auto;
  padding-block: clamp(50px, 8vw, 88px);
  background:
    radial-gradient(circle at top, rgba(245, 233, 189, 0.18), transparent 34%),
    linear-gradient(150deg, rgba(17, 29, 40, 0.98) 0%, rgba(27, 43, 61, 0.96) 58%, rgba(32, 53, 76, 0.94) 100%);
}

.newsletter-invitation-card::before {
  background: rgba(19, 30, 42, 0.9);
  border-color: rgba(224, 200, 136, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 28px 64px rgba(10, 16, 22, 0.32);
}

.newsletter-invitation-card::after {
  border-color: rgba(235, 220, 179, 0.28);
}

.newsletter-invitation-mark {
  opacity: 0.22;
  filter: grayscale(1) brightness(1.9) contrast(0.7);
}

.newsletter-invitation-card h2 {
  color: #fff7eb;
  white-space: normal;
  max-width: 12ch;
}

.newsletter-invitation-kicker {
  color: rgba(240, 220, 162, 0.94);
}

.newsletter-invitation-lead {
  max-width: 46ch;
  color: rgba(248, 244, 237, 0.82);
}

.newsletter-signup-form {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 640px);
  margin: 30px auto 0;
  display: grid;
  gap: 14px;
  text-align: left;
}

.newsletter-signup-form h3,
.newsletter-signup-form p {
  margin: 0;
}

.newsletter-signup-form h3 {
  color: var(--navy);
  font-size: clamp(1.42rem, 2vw, 1.9rem);
  line-height: 1.08;
  font-weight: 500;
}

.newsletter-signup-form p {
  color: rgba(37, 33, 28, 0.76);
  line-height: 1.56;
}

.newsletter-signup-form label {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newsletter-signup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.newsletter-signup-form input {
  width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  color: var(--navy);
  font: inherit;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(60, 78, 98, 0.16);
  border-radius: 16px;
}

.newsletter-signup-form .button {
  min-width: 210px;
  min-height: 58px;
}

.newsletter-note {
  color: rgba(37, 33, 28, 0.68);
  font-size: 0.94rem;
  line-height: 1.5;
}

.newsletter-invitation-actions {
  position: relative;
  z-index: 1;
  margin-top: 18px;
}

.newsletter-invitation-actions .button-line {
  color: #f8f4ed;
  border-color: rgba(248, 244, 237, 0.34);
  background: rgba(248, 244, 237, 0.06);
}

.newsletter-invitation-actions .button-line:hover,
.newsletter-invitation-actions .button-line:focus-visible {
  color: #ffffff;
  border-color: rgba(248, 244, 237, 0.58);
  background: rgba(248, 244, 237, 0.12);
}

@media (max-width: 1040px) {
  .news-board {
    grid-template-columns: 1fr;
  }

  .newsletter-invitation-card h2 {
    max-width: 10ch;
  }
}

@media (max-width: 720px) {
  .news-page-title-band {
    min-height: 220px;
    padding: 108px 14px 28px;
  }

  .news-page-title-band h1 {
    max-width: 9ch;
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .news-page-section {
    padding: 46px 14px;
  }

  .news-page-head {
    grid-template-columns: 1fr;
  }

  .news-filter-button {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 0.88rem;
  }

  .news-tile-grid {
    grid-template-columns: 1fr;
  }

  .event-calendar-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .event-calendar-row .text-link {
    justify-self: start;
  }

  .news-page-shell {
    width: min(100%, 750px);
  }

  .news-lead-story,
  .media-lead-story,
  .news-tile,
  .media-list .media-lead-story,
  .media-list .news-tile {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
    padding: 8px 0;
  }

  .news-tile h3,
  .media-list .news-tile h3,
  .news-lead-copy h3,
  .media-lead-copy h3,
  .media-list .media-lead-story h3 {
    max-width: none;
    font-size: clamp(1.06rem, 1.18vw, 1.24rem);
  }

  .news-meta {
    font-size: 0.76rem;
  }

  .event-list-card,
  .media-list-item,
  .calendar-main {
    grid-template-columns: 1fr;
  }

  .press-list-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .event-list-card {
    align-items: start;
  }

  .event-date {
    width: 72px;
  }

  .event-list-top {
    align-items: start;
    flex-direction: column;
  }

  .newsletter-signup-row {
    grid-template-columns: 1fr;
  }

  .newsletter-signup-form .button {
    width: 100%;
    min-width: 0;
  }
}

.event-agenda-item.is-page-hidden {
  display: none;
}

/* Multi-day events (conferences, programs) as feature cards */
.event-feature-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(16px, 2.2vw, 30px);
  align-items: center;
  margin: 10px 0;
  padding: clamp(18px, 2.2vw, 26px);
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(37, 33, 28, 0.08);
  box-shadow: 0 16px 40px rgba(69, 52, 31, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.event-feature-card.has-image {
  grid-template-columns: auto minmax(0, 1fr) minmax(150px, 220px);
}

.event-feature-card:hover,
.event-feature-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(69, 52, 31, 0.12);
  outline: none;
}

.event-feature-datebox {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  min-width: 104px;
  align-self: stretch;
  padding: 16px 14px;
  border-radius: 8px;
  background: var(--navy, #263d55);
  color: #fffaf1;
}

.event-feature-month {
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.event-feature-days {
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.event-feature-body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.event-feature-kicker {
  margin: 0;
  color: var(--gold, #8a6940);
  font-size: 0.74rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-feature-title {
  font-size: clamp(1.3rem, 2vw, 1.72rem);
  line-height: 1.12;
}

.event-feature-cta {
  margin-top: 6px;
  color: var(--navy-link, #2d445a);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-feature-image {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  border-radius: 6px;
}

.event-feature-card.is-filter-hidden,
.event-feature-card.is-page-hidden {
  display: none;
}

@media (max-width: 720px) {
  .event-feature-card,
  .event-feature-card.has-image {
    grid-template-columns: 1fr;
  }

  .event-feature-datebox {
    justify-self: start;
    min-width: 96px;
    align-self: auto;
  }
}
