 /* ========== OVERVIEW ========== */
.overview .wrap{
   max-width:1400px;
   margin:0 auto;
   padding-bottom:120px;
}
  .overview{padding-top:130px}
  .overview-grid{display:grid;grid-template-columns:0.8fr 1.2fr;gap:90px;align-items:start}
  .overview .eyebrow{margin-bottom:18px;display:block}
  .overview h2{font-size:clamp(40px,4.6vw,62px);font-weight:500;line-height:1.05}
  .overview h2 em{color:var(--aubergine)}
  .overview .body p{font-size:17px;color:var(--ink-2);margin-bottom:22px;line-height:1.7;max-width:600px}
  .overview .body p:first-child{font-size:21px;color:var(--ink);font-weight:400;line-height:1.5}
  .overview .marker{display:inline-block;width:50px;height:1px;background:var(--ink);margin-bottom:22px}
