/* SDS Vault — Industrial Safety Theme */

/* Section heading reuse */
.section-head { text-align: center; margin-bottom: 72px; }
.section-label {
  font-family: var(--font-head);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--amber);
  margin-bottom: 16px;
}
.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 12px;
}
.section-sub { font-size: 1rem; color: var(--white-dim); }

/* Responsive utilities */
@media (max-width: 768px) {
  .container { padding: 0 16px; }
  .section-head { margin-bottom: 48px; }
}