/* ── 2026 Edition Page styles ── */
/* Layout will be expanded once the Figma design is provided. */

.edition2026-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 60px;
  padding: 130px 30px 100px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.edition2026-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.edition2026-title {
  font-family: 'Francesco', sans-serif;
  font-weight: 400;
  font-size: clamp(48px, 8vw, 100px);
  line-height: 0.95;
  letter-spacing: -2px;
  color: #ffffff;
}

.edition2026-subtitle {
  font-family: 'Supleix', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.edition2026-description {
  font-family: 'Supleix', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  white-space: pre-line;
  text-align: center;
}

.edition2026-meta {
  font-family: 'Supleix', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
