/* Preserva somente a composição aprovada da Home que antes dividia arquivo com Autorais. */
@media (min-width:901px){
  body.home .bardu-page-main .bardu-hero-compact .bardu-hero-compact-columns.wp-block-columns{
    display:grid!important;
    grid-template-columns:minmax(0,36fr) minmax(0,64fr)!important;
    gap:clamp(8px,.65vw,12px)!important;
  }
  body.home .bardu-hero-compact-columns > .bardu-hero-compact-copy,
  body.home .bardu-hero-compact-columns > .bardu-hero-compact-photo{
    width:100%!important;
    max-width:none!important;
    flex-basis:auto!important;
  }
  body.home .bardu-hero-compact-photo,
  body.home .bardu-photo-mat,
  body.home .bardu-compact-hero-image,
  body.home .bardu-compact-hero-image img{
    width:100%!important;
    max-width:none!important;
  }
  body.home .bardu-photo-mat{
    margin-left:0!important;
    margin-right:0!important;
  }
}

body.home .bardu-hero-compact-copy > p:nth-of-type(2),
body.home .bardu-hero-compact-copy > .bardu-eyebrow{
  font-family:"Montserrat",Arial,Helvetica,sans-serif!important;
  font-size:clamp(8.8px,.55vw,10.5px)!important;
  font-style:normal!important;
  font-weight:600!important;
  line-height:1.4!important;
  letter-spacing:.22em!important;
  text-transform:uppercase!important;
  white-space:nowrap;
}

body.home .bardu-memory-line,
body.home .bardu-hero-compact-copy > p:nth-of-type(3){
  font-family:"La Luxes Script","Allura",cursive!important;
  font-style:normal!important;
  font-weight:400!important;
  text-transform:none!important;
}

@media (max-width:560px){
  body.home .bardu-hero-compact-copy > p:nth-of-type(2),
  body.home .bardu-hero-compact-copy > .bardu-eyebrow{
    white-space:normal;
  }
}
