.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:13px;letter-spacing:4px;color:var(--gold);
  text-transform:uppercase;font-weight:700;margin-bottom:22px;
}
.eyebrow::before{content:'';width:34px;height:1px;background:var(--gold);}
h1,h2,h3{font-weight:700;letter-spacing:-1px;}
.gold-text{color:var(--gold);}
