/* =========================================================
   STUDIO FELIPE SERRA — legal.css (Privacidade / Termos)
   ========================================================= */
.legal{padding:70px 5% 90px;max-width:820px}
.legal__eyebrow{
  font-family:var(--head);letter-spacing:.32em;text-transform:uppercase;
  font-size:.7rem;color:var(--gold);margin-bottom:10px;
}
.legal__title{font-family:var(--display);font-size:clamp(2.2rem,5vw,3.4rem);line-height:1;margin-bottom:8px}
.legal__updated{color:var(--muted-2,#736d65);font-size:.86rem;margin-bottom:36px}
.legal h2{
  font-family:var(--head);font-weight:600;text-transform:uppercase;letter-spacing:.04em;
  font-size:1.1rem;color:var(--gold);margin:34px 0 12px;
}
.legal p{color:#d7d1c6;font-weight:300;line-height:1.75;margin-bottom:14px}
.legal ul{margin:0 0 14px 22px;color:#d7d1c6;font-weight:300;line-height:1.75}
.legal li{margin-bottom:6px}
.legal strong{color:var(--cream);font-weight:600}
