/* === AETHER LOGO – PLATFORM ALIGNED (CINEMATIC) === */
#aether-brand-logo{
  display:block !important;
  position:relative !important;

  /* Balanced size */
  width: 48vw !important;
  max-width: 255px !important;
  min-width: 180px !important;
  height:auto !important;

  /* Clean alignment with hero */
  margin: 10px auto 0 auto !important;
  object-fit:contain !important;
  
  max-height: 26vh !important;
transform:none !important;

  line-height: 0 !important;
  padding: 0 !important;
}

/* Mobile tuning */
@media (max-width:480px){
  #aether-brand-logo{
    width: 56vw !important;
    max-width: 235px !important;
    margin: 8px auto 0 auto !important;
  }
}


/* SPACING_LOCKED_FINAL */
#aether-brand-logo{
  margin: -12px auto 0 auto !important;
  max-height: 26vh !important;
}
 (max-width:480px){
  #aether-brand-logo{
    margin: -10px auto 0 auto !important;
    max-height: 24vh !important;
  }
}

/* GAPFIX_LOGO_TO_PLATFORM (LOCK) */
#aether-brand-logo{
  padding: 0 !important;
  line-height: 0 !important;
  /* أهم سطر: يقلل الفاصل تحت الشعار */
  margin-bottom: -18px !important;
}

@media (max-width:480px){
  #aether-brand-logo{
    margin-bottom: -16px !important;
  }
}

/* LOGO_SCALEUP_TUNE (LOCK) */
#aether-brand-logo{
  /* تكبير خفيف */
  transform: scale(1.06) !important;
  transform-origin: center top !important;

  /* سماح بارتفاع أكبر قليلًا */
  max-height: 30vh !important;
}

/* موبايل: تكبير أقل عشان ما يخنق الشاشة */
@media (max-width:480px){
  #aether-brand-logo{
    transform: scale(1.04) !important;
    max-height: 28vh !important;
  }
}

/* LOGO_SCALEUP_FINE_TUNE (FINAL LOCK) */
#aether-brand-logo{
  transform: scale(1.09) !important;
  transform-origin: center top !important;
  max-height: 32vh !important;
}

/* mobile: still balanced */
@media (max-width:480px){
  #aether-brand-logo{
    transform: scale(1.06) !important;
    max-height: 29vh !important;
  }
}

/* LOGO_FINAL_MICRO_BALANCE (ABSOLUTE FINAL) */
#aether-brand-logo{
  transform: scale(1.10) !important;
  max-height: 33vh !important;
}

@media (max-width:480px){
  #aether-brand-logo{
    transform: scale(1.07) !important;
    max-height: 30vh !important;
  }
}
