/* Venues — polaroid rail */
.eg-page.eg-venue {
  font-family: "Sora", system-ui, sans-serif;
  background: #0f172a;
  color: #e2e8f0;
}

.vn-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 32px;
  scroll-snap-type: x mandatory;
}

.vn-shot {
  flex: 0 0 220px;
  scroll-snap-align: start;
  background: #1e293b;
  padding: 12px 12px 16px;
  border-radius: 14px 14px 18px 18px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  transform: rotate(-2deg);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.vn-shot:nth-child(even) {
  transform: rotate(1.5deg);
}

.vn-shot img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.vn-shot figcaption {
  margin-top: 10px;
  font-size: 0.78rem;
  color: #cbd5e1;
  line-height: 1.45;
}

.vn-copy h1 {
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  font-weight: 600;
  margin: 0 0 12px;
}

.vn-copy p {
  margin: 0 0 18px;
  color: #94a3b8;
  line-height: 1.65;
  max-width: 58ch;
}

.vn-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

@media (max-width: 720px) {
  .vn-grid {
    grid-template-columns: 1fr;
  }
}

.vn-tile {
  border-radius: 16px;
  padding: 18px 18px 20px;
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.9));
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.vn-tile h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #f8fafc;
}

.vn-tile p {
  margin: 0;
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.55;
}

.vn-tile a {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #c4b5fd;
  text-decoration: none;
}

.vn-tile a:hover {
  text-decoration: underline;
}
