/* ═══ SOCIAL MEDIA MARKETING PAGE — helpers shared by its sections ═══ */
.eyebrow{display:flex;align-items:center;gap:10px;font-size:10.5px;letter-spacing:.2em;
  font-weight:600;color:var(--dim)}
.eyebrow::before{content:"";width:7px;height:7px;background:var(--cut);flex-shrink:0}
.disp{font-family:'Archivo Expanded',Archivo,sans-serif;font-weight:900;letter-spacing:-.035em}
@keyframes draw{to{stroke-dashoffset:0}}
@keyframes fade{to{opacity:1}}
@keyframes rise{to{transform:translateY(0)}}
/* this page's buttons are a size up from the site-wide .btn in base.css */
.cta .btn{font-size:12.5px;padding:17px 32px}
