
/* =========================================================
   V11.8 BRAND UNIFICATION BUILD
   Unifies homepage and post logos with the professional V11.7 logo system.
   Logo asset: assets/stargazing-atlas-logo.svg
   ========================================================= */

/* Global homepage/header logo unification */
.sa-logo,
.sa-site-logo,
.sa-brand,
.sa-header-logo,
.site-branding a,
.site-title a,
.custom-logo-link{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  width:auto !important;
  height:auto !important;
  background:none !important;
  background-image:none !important;
  text-decoration:none !important;
}

/* Hide old image if theme outputs both image and text in homepage header, then rebuild via pseudo */
.site-branding .custom-logo,
.custom-logo-link img{
  display:none !important;
}

.custom-logo-link::before,
.site-title a::before,
.sa-logo::before,
.sa-site-logo::before,
.sa-brand::before,
.sa-header-logo::before{
  content:"" !important;
  flex:0 0 58px !important;
  width:58px !important;
  height:58px !important;
  display:block !important;
  border-radius:50% !important;
  background-image:url("assets/stargazing-atlas-logo.svg") !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  box-shadow:0 0 0 4px rgba(217,164,65,.10) !important;
}

/* Homepage text logo block */
.site-title a,
.sa-logo,
.sa-site-logo,
.sa-brand,
.sa-header-logo{
  color:#fff !important;
  font-size:0 !important;
  line-height:1 !important;
}

.site-title a::after,
.custom-logo-link::after,
.sa-logo::after,
.sa-site-logo::after,
.sa-brand::after,
.sa-header-logo::after{
  content:"STARGAZING\A ATLAS" !important;
  white-space:pre !important;
  display:block !important;
  color:#fff !important;
  font-size:26px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.055em !important;
  text-transform:uppercase !important;
  text-align:left !important;
  text-shadow:none !important;
}

/* Gold ATLAS is not possible inside a single ::after without markup, so add premium underline */
.site-title a,
.custom-logo-link,
.sa-logo,
.sa-site-logo,
.sa-brand,
.sa-header-logo{
  position:relative !important;
}

.site-title a span,
.sa-logo span,
.sa-site-logo span,
.sa-brand span,
.sa-header-logo span{
  display:none !important;
}

/* Post logo remains V11.7 fixed layout */
.sa113-logo{
  width:auto !important;
  height:auto !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  background:none !important;
  background-image:none !important;
  text-decoration:none !important;
  color:#fff !important;
  flex:0 0 auto !important;
}

.sa113-logo > *{
  display:flex !important;
}

.sa113-logo-mark{
  flex:0 0 58px !important;
  width:58px !important;
  height:58px !important;
  border-radius:50% !important;
  display:block !important;
  background-image:url("assets/stargazing-atlas-logo.svg") !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  border:0 !important;
  box-shadow:0 0 0 4px rgba(217,164,65,.10) !important;
  color:transparent !important;
  overflow:hidden !important;
}

.sa113-logo-mark::before,
.sa113-logo-mark::after{
  display:none !important;
  content:none !important;
}

.sa113-logo-text{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  line-height:1 !important;
  min-width:230px !important;
}

.sa113-logo-text strong{
  display:block !important;
  color:#fff !important;
  font-size:26px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.055em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
}

.sa113-logo-text em{
  display:block !important;
  margin-top:8px !important;
  color:#f3c55b !important;
  font-size:13px !important;
  line-height:1 !important;
  font-style:normal !important;
  font-weight:950 !important;
  letter-spacing:.34em !important;
  text-align:center !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
}

.sa113-logo-text::after{
  content:"" !important;
  display:block !important;
  width:100% !important;
  height:2px !important;
  margin-top:8px !important;
  background:linear-gradient(90deg,transparent,#f3c55b,transparent) !important;
  opacity:.9 !important;
}

/* Footer logo keeps V11.7 fixed layout */
.sa115-footer-logo{
  width:auto !important;
  height:auto !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  margin-bottom:20px !important;
  background:none !important;
  background-image:none !important;
  color:#fff !important;
}

.sa115-footer-logo > *{
  display:flex !important;
}

.sa115-logo-mark{
  flex:0 0 54px !important;
  width:54px !important;
  height:54px !important;
  border-radius:50% !important;
  display:block !important;
  background-image:url("assets/stargazing-atlas-logo.svg") !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  border:0 !important;
  box-shadow:0 0 0 4px rgba(217,164,65,.10) !important;
  color:transparent !important;
  overflow:hidden !important;
}

.sa115-logo-mark::before,
.sa115-logo-mark::after{
  display:none !important;
  content:none !important;
}

.sa115-footer-logo span:not(.sa115-logo-mark){
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  line-height:1 !important;
  min-width:230px !important;
}

.sa115-footer-logo strong{
  display:block !important;
  color:#fff !important;
  font-size:24px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.055em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
}

.sa115-footer-logo em{
  display:block !important;
  margin-top:8px !important;
  color:#f3c55b !important;
  font-size:13px !important;
  line-height:1 !important;
  font-style:normal !important;
  font-weight:950 !important;
  letter-spacing:.34em !important;
  text-align:center !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
}

.sa115-footer-logo span:not(.sa115-logo-mark)::after{
  content:"" !important;
  display:block !important;
  width:100% !important;
  height:2px !important;
  margin-top:8px !important;
  background:linear-gradient(90deg,transparent,#f3c55b,transparent) !important;
  opacity:.9 !important;
}

/* Menu hover unification */
.sa113-nav a:hover,
.main-navigation a:hover,
.site-header a:hover,
.sa-nav a:hover,
.sa-header-nav a:hover{
  color:#f3c55b !important;
}

/* Footer Site column lock */
.sa113-footer h4{
  color:#f3c55b !important;
}

@media(max-width:720px){
  .custom-logo-link::before,
  .site-title a::before,
  .sa-logo::before,
  .sa-site-logo::before,
  .sa-brand::before,
  .sa-header-logo::before,
  .sa113-logo-mark{
    width:52px !important;
    height:52px !important;
    flex-basis:52px !important;
  }

  .site-title a::after,
  .custom-logo-link::after,
  .sa-logo::after,
  .sa-site-logo::after,
  .sa-brand::after,
  .sa-header-logo::after{
    font-size:21px !important;
  }

  .sa113-logo-text,
  .sa115-footer-logo span:not(.sa115-logo-mark){
    min-width:180px !important;
  }

  .sa113-logo-text strong,
  .sa115-footer-logo strong{
    font-size:21px !important;
  }
}
