.themed-hero {
  position: relative;
  padding-block: 0;
}

.themed-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.themed-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.themed-hero-content {
  max-width: 640px;
  padding-block: var(--space-16);
}

.themed-hero-subtitle {
  max-width: 40rem;
  font-size: var(--font-size-md);
}

.themed-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.themed-intro-grid {
  align-items: stretch;
}

.themed-intro-highlight {
  background: var(--color-neutral-900);
  color: #ffffff;
}

.themed-spaces {
  background: var(--color-bg-alt);
}

.themed-space-grid .card {
  min-height: 100%;
}

.themed-spaces-cta {
  align-items: center;
}

.themed-program-grid .card {
  min-height: 100%;
}

.themed-program-types h3 {
  text-transform: uppercase;
}

.themed-flow-section {
  position: relative;
  padding-block: var(--space-16);
}

.themed-flow-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.themed-flow-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.themed-flow-grid {
  align-items: stretch;
}

.themed-flow-details {
  background: var(--color-bg-alt);
}

.themed-timeline {
  display: grid;
  gap: var(--space-2);
}

.themed-timeline li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-2);
  align-items: baseline;
}

.themed-timeline-time {
  font-family: var(--font-display);
  font-size: var(--font-size-sm);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.themed-timeline-text {
  font-size: var(--font-size-sm);
}

.themed-hosting {
  background: var(--color-surface);
}

.themed-teams {
  background: var(--color-bg-alt);
}

.themed-points-card {
  background: var(--color-neutral-900);
  color: #ffffff;
}

.themed-gallery-card {
  background: var(--color-bg-alt);
}

.themed-gallery-text {
  max-width: 640px;
}

.themed-private {
  background: var(--color-surface-strong);
}

.themed-summary-card {
  background: var(--color-bg-alt);
}

.themed-summary-list {
  display: grid;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
}

.themed-summary-list li::before {
  content: "■";
  color: var(--color-primary);
  display: inline-block;
  margin-right: var(--space-2);
}

.themed-contact {
  border-top: 3px solid var(--color-border);
  border-bottom: 3px solid var(--color-border);
  background: var(--color-bg-alt);
}

.themed-contact-form {
  border: 2px solid var(--color-border);
  padding: var(--space-4);
  background: var(--color-neutral-50);
  box-shadow: var(--shadow-hard-sm);
}

.themed-form-note {
  font-size: var(--font-size-xs);
}

.themed-teams-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
  font-size: var(--font-size-sm);
}

.themed-teams-links a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.themed-section-header {
  align-items: baseline;
}

@media (max-width: 880px) {
  .themed-hero-content {
    padding-block: var(--space-12);
  }

  .themed-spaces-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .themed-hero-cta {
    flex-direction: column;
  }

  .themed-contact-form {
    padding: var(--space-3);
  }
}
