/* assets/css/press.css */
.press-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 48px 80px;
  position: relative;
}

.press-label {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.4);
  margin-bottom: 20px;
}

.press-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(52px, 7vw, 96px);
  letter-spacing: 0.05em;
  color: #0a0a0a;
  line-height: 1;
  margin-bottom: 52px;
}

.press-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
}

.press-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px 0;
  border-top: 1px solid rgba(0,0,0,0.10);
}

.press-item:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.10);
}

.press-pub {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.38);
}

.press-title {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: rgba(0,0,0,0.85);
  font-weight: 400;
  line-height: 1.45;
}

.press-title a {
  color: rgba(0,0,0,0.85);
  transition: color 0.22s;
}

.press-title a:hover {
  color: #0a0a0a;
}

.press-meta {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(0,0,0,0.35);
}
