:root{
  --pink: var(--brand-pink);
  --turq: var(--brand-turq);
  --blue: var(--brand-blue);
  --black: #000;
  --text: var(--ink);
  --muted: #6b7280;
  --max: 1140px;
}

.ph-hero{position:relative;background-color:#000;background-position:center;background-size:cover;background-repeat:no-repeat;padding:clamp(28px,5vw,56px) 0;margin-top:0}
.ph-hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.9)}
.ph-hero .ph-wrap{max-width:var(--max);margin:0 auto;padding:0 16px;position:relative;z-index:1}
.ph-hero .ph-content{max-width:900px;margin:0 auto;text-align:center}
.ph-hero .ph-title{margin:0 0 12px 0;line-height:1.15;font-weight:800;font-size:clamp(28px,4vw,48px)}
.ph-hero .ph-title .fx-underline{position:relative}
.ph-hero .ph-text{color:#fff;font-size:20px;line-height:1.7;text-shadow:1px 1px 1px rgba(0,0,0,.25)}
.ph-hero .ph-text p{margin:0}