/*
 * Thm-Samsung-v5 — Editorial Style: Shared Components
 * Reusable calm primitives for the editorial style.
 * Prefix: fl-edit-*
 */

/* === Section rhythm === */

.editorial-theme section {
  margin-block: 2.5rem;
}

@media (max-width: 640px) {
  .editorial-theme section {
    margin-block: 2rem;
  }
}

/* === Eyebrow / kicker === */

.editorial-theme .fl-edit-eyebrow {
  margin: 0 0 1rem;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #626963;
}

/* === Section heading === */

.editorial-theme .fl-edit-section-title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.25;
}

/* === Quiet cards === */

.editorial-theme [class*="item"],
.editorial-theme [class*="card"] {
  border-color: #e5e8e5;
  border-radius: 8px;
  box-shadow: none;
}

/* === Reduced motion === */

@media (prefers-reduced-motion: reduce) {
  .editorial-theme *,
  .editorial-theme *::before,
  .editorial-theme *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
