/* index.html only */
.hero{min-height:72vh}
.hero.has-photo{background-image:linear-gradient(180deg,rgba(30,10,26,.55),rgba(30,10,26,.55)),url('../img/back.png');background-size:cover;background-position:center;background-repeat:no-repeat}
.hero.has-photo .eyebrow{color:#ffd6ea}
.hero.has-photo .hero-title,.hero.has-photo .hero-sub,.hero.has-photo .hero-sub p{color:#fff}
.hero.has-photo .problem-panel{background:rgba(255,255,255,.92);color:var(--text);border-color:rgba(255,255,255,.6)}
.hero.has-photo .btn.ghost{color:#fff;border-color:#fff}
