.home-hero{
  position:relative;
  display:flex;
  align-items:center;
  min-height:min(64vh,650px);
  isolation:isolate;
  overflow:hidden;
  color:#f4f0e7;
  background:#101925;
}
.home-hero::before{
  position:absolute;
  z-index:-2;
  inset:0;
  background-image:url("/assets/open-bible-reading.jpg");
  background-position:center 48%;
  background-size:cover;
  content:"";
  transform:scale(1.015);
}
.home-hero::after{
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(90deg,rgba(8,13,19,.9) 0%,rgba(8,13,19,.72) 45%,rgba(8,13,19,.2) 100%);
  content:"";
}
.home-hero-content{padding-block:82px 100px}
.home-hero .eyebrow{color:var(--gold2);margin-bottom:22px}
.home-hero h1{
  margin:0;
  color:#fff;
  font:400 86px/.94 var(--serif);
}
.home-hero h1 em{color:var(--gold2);font-weight:400}
.home-claim{
  max-width:680px;
  margin:24px 0 0;
  color:#f4f0e7;
  font:24px/1.35 var(--serif);
}
.data-index-type{margin:0 0 5px;color:var(--gold);font-size:10px;font-weight:700;text-transform:uppercase}
.home-summary{max-width:560px;margin:15px 0 26px;color:#d1d1cd;font-size:15px}
.home-hero .btn:not(.primary){border-color:rgba(255,255,255,.45);color:#fff}
.home-hero .btn:not(.primary):hover{border-color:var(--gold2);color:var(--gold2)}
.photo-credit{
  position:absolute;
  right:20px;
  bottom:12px;
  margin:0;
  color:rgba(255,255,255,.75);
  font-size:10px;
}
.photo-credit a{text-decoration:underline;text-underline-offset:2px}
@media(max-width:900px){
  .home-hero{min-height:min(68vh,620px)}
  .home-hero::after{background:linear-gradient(90deg,rgba(8,13,19,.88),rgba(8,13,19,.5))}
}
@media(max-width:560px){
  .home-hero{min-height:min(68vh,610px)}
  .home-hero::before{background-position:58% center}
  .home-hero::after{background:linear-gradient(90deg,rgba(8,13,19,.86),rgba(8,13,19,.55))}
  .home-hero-content{padding-block:68px 82px}
  .home-hero h1{font-size:60px}
  .home-claim{font-size:21px}
  .home-summary{font-size:14px}
  .photo-credit{right:13px;bottom:9px;font-size:9px}
}