﻿.press-room {
  padding-bottom: 88px;
  background:
    radial-gradient(circle at top left, rgba(33, 68, 141, 0.12), transparent 35%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 28%, #f7fbff 100%);
}

.press-banner .page-banner-shell {
  min-height: var(--internal-hero-height);
  background:
    linear-gradient(135deg, rgba(12, 28, 61, 0.24) 0%, rgba(23, 51, 109, 0.54) 58%, rgba(14, 116, 144, 0.3) 100%),
    url("../assets/pressrelease.jpg") center 38% / cover no-repeat;
}

.press-banner .page-banner-kicker {
  color: var(--accent-gold);
}

.press-banner .page-banner-copy p {
  color: rgba(244, 248, 255, 0.88);
}

.press-room-hero {
  padding: 54px 0 32px;
}

.press-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  gap: 28px;
  align-items: end;
}

.press-hero-copy,
.press-hero-note {
  border-radius: 28px;
  border: 1px solid rgba(33, 68, 141, 0.1);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
}

.press-hero-copy {
  padding: 42px;
  color: #f8fbff;
  background:
    linear-gradient(135deg, rgba(17, 38, 79, 0.96), rgba(33, 68, 141, 0.92)),
    url("../assets/uestc.png") center/cover no-repeat;
}

.press-hero-eyebrow,
.press-archive-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.press-hero-eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.press-hero-eyebrow::before,
.press-archive-kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0.9));
}

.press-hero-copy h1,
.press-feature-content h2,
.press-archive-head h2,
.press-card h3 {
  font-family: "Libre Baskerville", Georgia, serif;
}

.press-hero-copy h1 {
  margin: 18px 0 16px;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  color: #ffffff;
}

.press-hero-underline {
  width: 112px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7dd3fc, #ffffff);
}

.press-hero-copy p {
  max-width: 48rem;
  margin: 20px 0 0;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.82);
}

.press-hero-note {
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}

.press-note-label {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(33, 68, 141, 0.08);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.press-hero-note p {
  margin: 18px 0 0;
  color: var(--text-light);
  line-height: 1.8;
}

.press-feature-section {
  padding: 12px 0 24px;
}

.press-feature-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(33, 68, 141, 0.1);
  background: #11264f;
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.12);
}

.press-feature-media {
  min-height: 380px;
  background:
    linear-gradient(180deg, rgba(17, 38, 79, 0.15), rgba(17, 38, 79, 0.78)),
    url("../assets/research.jpg") center/cover no-repeat;
}

.press-feature-content {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 42px;
  color: #eff6ff;
}

.press-feature-meta,
.press-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 0.9rem;
}

.press-feature-tag,
.press-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.press-feature-tag {
  background: rgba(125, 211, 252, 0.2);
  color: #e0f2fe;
}

.press-feature-content h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
  color: #ffffff;
}

.press-feature-content p {
  margin: 0;
  color: rgba(239, 246, 255, 0.82);
  font-size: 1rem;
  line-height: 1.85;
}

.press-feature-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  padding: 12px 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #11264f;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.press-feature-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 26px rgba(15, 23, 42, 0.16);
}

.press-feature-link.is-disabled {
  opacity: 0.72;
  pointer-events: none;
}

.press-archive-section {
  padding: 18px 0 0;
}

.press-archive-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 22px;
}

.press-archive-kicker {
  color: var(--primary);
}

.press-archive-head h2 {
  margin: 16px 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
}

.press-archive-head p {
  margin: 0;
  color: var(--text-light);
  line-height: 1.8;
}

.press-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 1.3fr) minmax(180px, 0.34fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.press-search-field {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(33, 68, 141, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
}

.press-search-field i {
  color: var(--primary);
}

.press-search-field input,
.press-sort-shell select {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text-main);
  font: inherit;
}

.press-search-field input:focus,
.press-sort-shell select:focus {
  outline: none;
}

.press-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.press-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(33, 68, 141, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text-light);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.22s ease;
}

.press-tab:hover,
.press-tab.is-active {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-1px);
}

.press-sort-shell {
  display: grid;
  gap: 8px;
}

.press-sort-shell label {
  color: var(--text-light);
  font-size: 0.85rem;
  font-weight: 700;
}

.press-sort-shell select {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(33, 68, 141, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
}

.press-status {
  margin: 0 0 18px;
  color: var(--text-light);
  font-size: 0.95rem;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.press-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(33, 68, 141, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.press-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
}

.press-card-media {
  min-height: 190px;
  background-position: center;
  background-size: cover;
}

.press-card-body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.press-card-meta {
  color: var(--text-light);
}

.press-chip {
  background: rgba(33, 68, 141, 0.08);
  color: var(--primary);
}

.press-card h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.28;
}

.press-card-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.press-card-title-link:hover,
.press-card-title-link:focus-visible {
  color: var(--primary);
}

.press-card p {
  margin: 0;
  color: var(--text-light);
  line-height: 1.76;
}

.press-read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.press-read-more.is-disabled {
  opacity: 0.7;
  color: var(--text-light);
  pointer-events: none;
}

.press-empty,
.press-error {
  padding: 24px;
  border-radius: 22px;
  border: 1px dashed rgba(33, 68, 141, 0.16);
  background: rgba(255, 255, 255, 0.85);
  color: var(--text-light);
}

@media (max-width: 1080px) {
  .press-hero-grid,
  .press-archive-head,
  .press-feature-card,
  .press-toolbar {
    grid-template-columns: 1fr;
  }

  .press-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .press-feature-media {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .press-room-hero {
    padding-top: 34px;
  }

  .press-hero-copy,
  .press-hero-note,
  .press-feature-content,
  .press-card {
    padding: 24px;
  }

  .press-grid {
    grid-template-columns: 1fr;
  }
}
