/* Umbrella Creative Co — unified editorial hero photography, 2026-07-31. */
.page-hero.page-hero--media{
  min-height:auto;
  padding:clamp(124px,8vw,154px) 40px clamp(72px,6vw,104px);
  background:var(--paper);
}
.page-hero.page-hero--media::before{display:none!important}
.page-hero--media .hero-meta{
  margin-bottom:clamp(46px,5vw,76px);
}
.page-hero--media .hero-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(340px,.78fr);
  gap:clamp(42px,5.5vw,92px);
  align-items:center;
}
.page-hero--media .hero-content{min-width:0}
.page-hero--media .hero-title{
  max-width:10em;
  margin:0 0 clamp(28px,3vw,42px);
  font-size:clamp(54px,6.3vw,108px);
  line-height:.94!important;
  letter-spacing:-.064em!important;
  overflow-wrap:normal;
  word-break:normal;
  text-wrap:balance;
}
.page-hero--media .hero-bottom{
  display:block;
  max-width:700px;
}
.page-hero--media .hero-bottom>.eyebrow{
  margin-bottom:13px;
  color:var(--ember-dark,#8a2b00);
}
.page-hero--media .hero-copy{
  max-width:650px;
  font-size:clamp(17px,1.25vw,20px);
  line-height:1.55;
}
.page-hero--media .hero-actions{
  justify-content:flex-start;
  margin-top:26px;
}
.hero-visual{
  width:min(100%,560px);
  min-width:0;
  margin:0;
  justify-self:end;
}
.hero-visual img{
  display:block;
  width:100%;
  aspect-ratio:5/6;
  object-fit:cover;
  object-position:var(--hero-focus,50% 50%);
  border:1px solid rgba(14,13,11,.14);
  border-radius:24px;
  background:var(--paper-deep);
  box-shadow:0 28px 80px rgba(14,13,11,.16);
  filter:none!important;
}
.hero-visual figcaption{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:baseline;
  margin-top:12px;
  padding:0 4px;
  color:var(--muted);
  font-size:11px;
  line-height:1.5;
}
.hero-visual figcaption span{
  color:var(--ember-dark,#8a2b00);
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.hero-visual .hero-photo-credit{
  color:var(--muted);
  text-align:right;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.hero-visual .hero-photo-credit:hover{color:var(--ink)}
.hero-visual--home{--hero-focus:52% 50%}
.hero-visual--websites{--hero-focus:50% 50%}
.hero-visual--services{--hero-focus:54% 50%}
.hero-visual--business-ai{--hero-focus:50% 48%}
.hero-visual--pricing{--hero-focus:50% 50%}
.hero-visual--contact{--hero-focus:50% 46%}
.hero-visual--growth{--hero-focus:50% 48%}
.hero-visual--church-ai{--hero-focus:28% 50%}
.hero-visual--meta{--hero-focus:50% 50%}
.hero-visual--google{--hero-focus:50% 50%}
.hero-visual--av{--hero-focus:50% 50%}
.hero-visual--blog{--hero-focus:50% 50%}
.hero-visual--templates{--hero-focus:50% 50%}
@media(max-width:1100px) and (min-width:981px){
  .page-hero--media .hero-layout{
    grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);
    gap:40px;
  }
  .page-hero--media .hero-title{font-size:clamp(54px,6.5vw,78px)}
}
@media(max-width:980px){
  .page-hero.page-hero--media{padding:116px 24px 70px}
  .page-hero--media .hero-meta{margin-bottom:42px}
  .page-hero--media .hero-layout{
    grid-template-columns:minmax(0,1fr);
    gap:42px;
  }
  .page-hero--media .hero-title{
    max-width:12em;
    font-size:clamp(50px,12.5vw,82px);
    line-height:.97!important;
  }
  .hero-visual{
    width:100%;
    max-width:760px;
    justify-self:start;
  }
  .hero-visual img{aspect-ratio:4/3}
}
@media(max-width:640px){
  .page-hero.page-hero--media{padding-top:106px}
  .page-hero--media .hero-meta{
    display:grid;
    gap:8px;
    margin-bottom:34px;
  }
  .page-hero--media .hero-title{
    font-size:clamp(48px,14vw,68px);
    letter-spacing:-.055em!important;
  }
  .page-hero--media .hero-actions{gap:10px}
  .hero-visual figcaption{
    display:grid;
    gap:4px;
  }
  .hero-visual .hero-photo-credit{text-align:left}
}

/* Specificity lock against the legacy accessibility hero grid. */
html body .page-hero--media .hero-title{
  max-width:10em!important;
  margin:0 0 clamp(28px,3vw,38px)!important;
  font-size:clamp(52px,5vw,84px)!important;
  font-weight:800!important;
  line-height:.96!important;
  letter-spacing:-.058em!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
html body .page-hero--media .hero-bottom{
  display:block!important;
  max-width:650px!important;
  padding-top:0!important;
  border-top:0!important;
  grid-template-columns:none!important;
  gap:0!important;
  align-items:start!important;
}
html body .page-hero--media .hero-bottom>.eyebrow{
  display:block!important;
  margin-bottom:13px!important;
}
@media(max-width:980px){
  html body .page-hero--media .hero-title{
    font-size:clamp(50px,10.5vw,74px)!important;
  }
}
@media(max-width:640px){
  html body .page-hero--media .hero-title{
    font-size:clamp(46px,12vw,62px)!important;
  }
}
