/* Site-wide section layout (below hero, above footer) */

:root {
  --ev-section-wrap-max: 1250px;
  /* Titles fill their container and wrap only when the text needs to.
     (Was 760px, which forced early wraps well before the container edge.) */
  --ev-section-title-max: 100%;
  --ev-section-lead-max: 760px;
  --ev-section-title-font: "Inter Tight", var(--font, "Inter", system-ui, sans-serif);
  --ev-section-title-size: clamp(2rem, 4vw, 3rem);
  --ev-section-title-weight: 800;
  --ev-section-title-line-height: 1.08;
  --ev-section-title-letter-spacing: -0.03em;
  --ev-section-title-color: #0b163f;
}
