* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Pretendard', sans-serif;
  background: #fff;
  overflow-x: hidden;
}

/* Shared: SectionHeader/Centered (23:325) */
.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 1vw, 12px);
  text-align: center;
}

.section-header__en {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 800;
}

.section-header__en--dark { color: #171b1e; }
.section-header__en--accent { color: #1a6df5; }

.section-header__caption {
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 400;
  color: #6b7680;
}
