/* THE STATION — cold teal theme (matches studio accent) */

.project-page--station {
  --accent: #7aa5a5;
  --accent-dim: #5a8585;
  --accent-glow: rgba(122, 165, 165, 0.45);
}

.project-page--station .project-hero-overlay {
  background:
    linear-gradient(to top, rgba(5, 8, 10, 0.96) 0%, rgba(8, 12, 14, 0.45) 45%, rgba(6, 10, 12, 0.72) 100%),
    linear-gradient(to right, rgba(6, 10, 12, 0.55) 0%, transparent 50%);
}

.project-page--station .project-hero-img {
  filter: saturate(0.55) brightness(0.5);
}

.project-page--station .project-hero-genre {
  color: rgba(122, 165, 165, 0.85);
}

.memory-list li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(122, 165, 165, 0.18);
  background: rgba(8, 12, 12, 0.45);
  font-size: 0.92rem;
  color: var(--text-muted);
}

.memory-list {
  display: grid;
  gap: 0.75rem;
  max-width: 640px;
}

.memory-list__platform {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.project-page--station .project-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
