.slide-gathering {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #1a0509 0%, #0a0a0a 60%, #051a1a 100%);
  padding: 8vh 8vw;
  gap: 4vh;
}

.slide-gathering .gh-eyebrow {
  font-size: 1.6vw;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
}

.slide-gathering .gh-title {
  font-size: 6.5vw;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 90%;
}

.slide-gathering .gh-meta {
  display: flex;
  gap: 4vw;
  font-size: 1.8vw;
  color: var(--muted);
  font-weight: 300;
  letter-spacing: 0.05em;
}

.slide-gathering .gh-meta .gh-meta-value {
  color: var(--fg);
  font-weight: 500;
  margin-left: 0.6vw;
}

.slide-gathering .gh-welcome {
  margin-top: 2vh;
  font-size: 2.4vw;
  font-weight: 300;
  color: var(--fg);
  opacity: 0.9;
}
