.home .ph-hero__title,
.front-page .ph-hero__title{
  max-width:10ch;
}

.home .ph-section--highlights{
  padding-top:clamp(42px,8vw,68px);
}

.home .ph-hero__lead,
.front-page .ph-hero__lead{
  max-width:32rem;
}

.ph-slug-book .ph-booking-panel{
  position:relative;
}

.ph-slug-book .ph-accordion{
  max-width:980px;
  margin-inline:auto;
}

.ph-slug-book .ph-content > h2:first-child,
.ph-slug-book .ph-content > p:first-child{
  text-align:center;
  margin-inline:auto;
}

.ph-slug-contact .ph-panel{
  height:100%;
}

.ph-slug-contact .ph-content{
  max-width:60ch;
}

.ph-slug-gallery .ph-section--wide{
  padding-top:var(--ph-section-y-sm);
}

.ph-slug-gallery .ph-gallery-grid{
  margin-top:clamp(20px,4vw,32px);
}

.ph-slug-stay .ph-section--rooms-preview{
  padding-top:var(--ph-section-y-sm);
}

.ph-slug-wellness .ph-hero__media img,
.ph-slug-retreats .ph-hero__media img{
  object-position:center 42%;
}

.single-ph_room .ph-room-layout{
  margin-top:6px;
}

.single-ph_room .ph-content{
  max-width:64ch;
}

.ph-page--woocommerce .ph-section{
  padding-top:var(--ph-section-y-sm);
}

.ph-page--woocommerce .ph-content{
  max-width:none;
}

@media (max-width: 479px){
  .home .ph-hero__title,
  .front-page .ph-hero__title{
    max-width:9ch;
  }

  .home .ph-hero__lead,
  .front-page .ph-hero__lead{
    max-width:20rem;
  }

  .home .ph-hero__lead p + p,
  .front-page .ph-hero__lead p + p,
  .home .ph-hero__facts,
  .front-page .ph-hero__facts{
    display:none;
  }
}
