/* PARENTS HERO — standalone, replaceable image + editable HTML text only. */

.parents-hero-only{
  height:400px;
  min-height:400px;
  display:grid;
  grid-template-columns:47% 53%;
  overflow:hidden;
  position:relative;
  background:
    radial-gradient(circle at 72% 34%,rgba(239,193,95,.10),transparent 26%),
    linear-gradient(112deg,#0a2925 0%,#0b302a 53%,#153a32 100%);
  color:#fff;
}

.parents-hero-copy{
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-left:5vw;
  padding-right:2vw;
}

.parents-hero-copy h1{
  margin:0 0 18px;
  color:#fff;
  font:400 clamp(4rem,6vw,6.2rem)/.9 Georgia,serif;
  letter-spacing:-.055em;
}

.parents-hero-copy p{
  margin:0;
  color:#efad47;
  font:700 clamp(1.05rem,1.42vw,1.36rem)/1.35 Georgia,serif;
}

.parents-hero-art{
  height:400px;
  margin:0;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}

.parents-hero-art img{
  width:98%;
  height:98%;
  display:block;
  object-fit:contain;
  object-position:center;
  transform:translateX(4%);
  filter:saturate(.82) contrast(.96) brightness(1.02);
}

@media(max-width:850px){
  .parents-hero-only{
    height:auto;
    min-height:620px;
    display:block;
  }

  .parents-hero-copy{
    height:260px;
    padding:38px 24px 20px;
  }

  .parents-hero-copy h1{
    font-size:clamp(3.4rem,13vw,5rem);
  }

  .parents-hero-art{
    height:360px;
  }

  .parents-hero-art img{
    width:96%;
    height:96%;
    transform:none;
  }
}
