/* ─── SECTION BASE ─── */
section{padding:110px 5%;position:relative}
.s-label{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin-bottom:14px}
.s-label.red{color:var(--red)}
.s-label.blue{color:var(--blue-mid)}
.s-label.navy{color:var(--navy)}
.s-title{
  font-family:var(--ff-head);font-size:clamp(30px,4vw,52px);
  font-weight:800;line-height:1.08;letter-spacing:-1.5px;
  color:var(--navy);margin-bottom:18px;
}
.s-title .red{color:var(--red)}
.s-sub{font-size:16.5px;color:var(--muted);max-width:500px;line-height:1.75;font-weight:300}
.s-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:64px;flex-wrap:wrap;gap:24px}
