.section-intro {
  padding-top: var(--space-16);
}

.intro-header {
  max-width: 56rem;
  margin-bottom: var(--space-8);
}

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

.intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-figure {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.about-figure img {
  width: 100%;
  border-radius: var(--radius-card);
  border: 1px solid var(--color-border-soft);
  box-shadow: var(--shadow-soft);
}

.about-figure figcaption {
  font-size: var(--font-size-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.about-figure--stacked {
  margin-bottom: var(--space-4);
}

.align-start {
  align-items: flex-start;
}

.philosophy-grid {
  align-items: stretch;
}

.timeline-evening {
  margin-top: var(--space-4);
}

.section-cta .card-room-panel {
  border-radius: 20px;
}

.section-cta .cta-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-4);
}

.section-cta .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 960px) {
  .section-intro {
    padding-top: var(--space-12);
  }
}

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

ul {
    list-style: none !important;
}

.nav-toggle {
    flex-direction: column;
}
