/* Landing page */
.home-hero {
  padding: 80px 0 64px;
  max-width: 780px;
}

.home-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.home-hero > p {
  color: var(--text2);
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 28px;
}

.home-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.home-events {
  padding: 48px 0 64px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.home-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
}

.home-section-head h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
}

.home-see-all {
  color: var(--brand-green);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.home-see-all:hover { text-decoration: underline; }

.home-cta {
  padding: 64px 0 80px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.home-cta-inner {
  max-width: 520px;
}

.home-cta-inner h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.home-cta-inner p {
  color: var(--text2);
  margin-bottom: 22px;
}

/* Home main wraps content */
.home-page main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
