/**
 * Layout - Sections and containers
 */

.section {
  padding: 8rem 5%;
  position: relative;
  overflow-x: hidden;
}

.section--compact {
  padding: 5rem 5%;
}

.section__header {
  text-align: center;
  margin-bottom: 4rem;
}

.section__label {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--purple);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.section__desc {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-secondary);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Legacy container for gallery */
.container {
  margin: 0 auto;
  position: relative;
  display: flex;
  min-height: 100vh;
}
