/* layout: container, section common */
/* ===== SECTIONS COMMON ===== */

section {
 padding: 5rem 2rem;
}

.container {
 max-width: 1200px; margin: 0 auto;
}

.section-label {

  font-family: var(--font-en); font-size: 0.8rem; font-weight: 600;
  color: var(--purple); text-transform: uppercase; letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.section-title {

  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700;
  margin-bottom: 1rem;
}

.section-desc {
 color: var(--gray); font-size: 1.05rem; max-width: 600px; margin-bottom: 3rem;
}
