
/* =========================================================
   FINAL HEADER BRAND — TEXT ONLY
   ========================================================= */

/* Hide the image mark completely */
.rm-brand-mark{
  display:none!important;
}

/* Restore a clean text brand */
.rm-brand{
  min-width:320px!important;
  width:320px!important;
  flex:0 0 320px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-decoration:none!important;
}

.rm-brand::before{
  content:"Dr Maria Reghai";
  display:block;
  color:#c99a37!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(1.9rem,2.15vw,2.55rem)!important;
  font-style:italic!important;
  font-weight:500!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
}

.rm-brand::after{
  content:"RM CENTER — AESTHETIC SURGEON";
  display:block;
  position:absolute;
  margin-top:54px;
  color:#173f35!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:.83rem!important;
  font-style:normal!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.12em!important;
  white-space:nowrap!important;
}

.rm-brand{
  position:relative!important;
  padding-bottom:24px!important;
}

/* Any legacy copy/image beside the brand is removed */
.rm-brand-copy{
  display:none!important;
}

@media(max-width:1450px){
  .rm-brand{
    min-width:270px!important;
    width:270px!important;
    flex-basis:270px!important;
  }
  .rm-brand::before{
    font-size:2rem!important;
  }
  .rm-brand::after{
    margin-top:48px;
    font-size:.72rem!important;
    letter-spacing:.1em!important;
  }
}

@media(max-width:1050px){
  .rm-brand{
    min-width:235px!important;
    width:235px!important;
    flex-basis:235px!important;
  }
  .rm-brand::before{
    font-size:1.72rem!important;
  }
  .rm-brand::after{
    margin-top:43px;
    font-size:.64rem!important;
  }
}

@media(max-width:680px){
  .rm-brand{
    min-width:205px!important;
    width:205px!important;
    flex-basis:205px!important;
    padding-bottom:20px!important;
  }
  .rm-brand::before{
    font-size:1.52rem!important;
  }
  .rm-brand::after{
    margin-top:38px;
    font-size:.56rem!important;
    letter-spacing:.08em!important;
  }
}
