/* ===== utilities.css (single-purpose helpers) ===== */
.sr-only {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 28px auto;
  width: 100%;
  max-width: clamp(200px, 40%, 500px);
  gap: 8px;
  opacity: 0.85;
}

.section-divider .fleur {
  font-size: 1.2rem;
  color: var(--accent);
}

.section-divider .line {
  flex: 1;
  height: 2px;
  background: rgba(0,0,0,0.15);
  border-radius: 2px;
}
