.press-page {
  padding-bottom: 3rem;
}

.press-hero {
  padding: 2rem 0 2.5rem;
}

.press-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
  border: 1px solid #dfe5f1;
  border-radius: 1.375rem;
  background: linear-gradient(110deg, #fff 0%, #f8fbff 62%, #fff1f4 100%);
  box-shadow: 0 1rem 2.125rem rgba(23, 60, 143, 0.06);
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.press-feature-card,
.press-card {
  border: 1px solid #dfe5f1;
  border-radius: 1.375rem;
  background: #fff;
  box-shadow: 0 1rem 2.125rem rgba(23, 60, 143, 0.06);
}

.press-hero-copy,
.press-hero-note {
  padding: 0;
}

.press-hero-copy p,
.press-hero-note p,
.press-section-head p,
.press-card-copy {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.75;
}

.press-hero-copy p:last-child,
.press-hero-note p:last-child,
.press-section-head p:last-child,
.press-card-copy p:last-child {
  margin-bottom: 0;
}

.press-hero-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(1rem, 2.4vw, 1.75rem);
  border-left: 1px solid rgba(17, 67, 163, 0.12);
}

.press-hero-note .eyebrow {
  font-size: 0.78rem;
}

.press-hero-note p:not(.eyebrow) {
  font-size: 0.95rem;
  line-height: 1.6;
}

.press-hero-note h2 {
  color: var(--brand-blue);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.12;
  margin-bottom: 1rem;
}

.press-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 1rem;
}

.press-hero-actions .btn {
  min-height: 2.75rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.55rem 0.9rem;
  font-size: 0.9rem;
}

.press-media-modal .modal-content {
  border: 1px solid #dfe5f1;
  border-radius: 1.375rem;
  background: #fff;
  box-shadow: 0 1.5rem 4rem rgba(23, 60, 143, 0.18);
  overflow: hidden;
}

.press-media-form {
  margin: 0;
}

.press-media-header,
.press-media-body,
.press-media-footer {
  padding: 1rem;
}

.press-media-header .modal-title {
  color: var(--brand-blue);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.press-media-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.press-media-field-full {
  grid-column: 1 / -1;
}

.press-media-field.floating-label {
  position: relative;
  margin: 0;
}

.press-media-field.floating-label .form-control {
  min-height: 3.25rem;
  padding: 1.3rem 0.85rem 0.45rem;
  border-color: #dfe5f1;
  border-radius: 0.85rem;
  background: #fff;
}

.press-media-field.floating-label textarea.form-control {
  min-height: 7.25rem;
  resize: vertical;
}

.press-media-field.floating-label label {
  position: absolute;
  top: 0.35rem;
  left: 0.85rem;
  z-index: 2;
  margin: 0;
  color: #64748b;
  font-size: 0.78rem;
  pointer-events: none;
}

.press-media-footer {
  gap: 0.5rem;
}

.press-featured-section,
.press-archive-section {
  padding: 0 0 3rem;
}

.press-section-head {
  max-width: 58rem;
  margin-bottom: 1.75rem;
}

.press-section-head h2 {
  color: var(--brand-blue);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: 0;
  margin: 0 0 0.75rem;
}

.press-featured-grid,
.press-grid {
  display: grid;
  gap: 1.25rem;
}

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

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

.press-feature-card,
.press-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.25rem, 2.2vw, 2rem);
}

.press-feature-card {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.press-card-date {
  align-self: flex-start;
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--brand-blue);
  font-size: 0.82rem;
  line-height: 1.25;
}

.press-card-title {
  color: var(--brand-blue);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.15;
  margin: 0 0 0.7rem;
}

.press-card-title a {
  color: inherit;
  text-decoration: none;
}

.press-card-title a:hover {
  color: var(--brand-red);
}

.press-card-copy {
  margin-bottom: 1rem;
}

.press-card-copy h1,
.press-card-copy h2,
.press-card-copy h3,
.press-card-copy h4 {
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  margin: 0 0 0.875rem;
}

.press-card-copy p:last-child {
  margin-bottom: 0;
}

.press-card-actions {
  margin-top: auto;
}

.press-card-link {
  color: var(--brand-red);
  text-decoration: none;
}

.press-card-link:hover {
  color: var(--brand-blue);
}

.press-results-summary {
  margin-bottom: 1rem;
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 700;
}

.press-pagination {
  margin-top: 1.75rem;
}

.press-empty {
  margin: 0;
}

@media (max-width: 991.98px) {
  .press-hero-shell,
  .press-featured-grid,
  .press-grid {
    grid-template-columns: 1fr;
  }

  .press-hero-note {
    padding-left: 0;
    padding-top: 1.5rem;
    border-left: 0;
    border-top: 1px solid rgba(17, 67, 163, 0.12);
  }
}

@media (max-width: 575.98px) {
  .press-hero-actions {
    align-items: stretch;
  }

  .press-hero-actions .btn {
    width: 100%;
  }

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