
/* =========================================================
   V11.9.1 HOMEPAGE LOGO FORCE FIX
   Forces homepage header logo to the exact post-page logo style.
   Asset: assets/stargazing-atlas-logo.svg
   ========================================================= */

/* Target the homepage header/brand classes used by the theme */
body.home .sa-header .sa-logo,
body.front-page .sa-header .sa-logo,
body.home .sa-logo,
body.home a.sa-logo,
body.home .sa-site-logo,
body.home .sa-brand,
body.home .sa-header-logo,
body.home .site-branding a,
body.home .custom-logo-link,
body.home .site-title a,
body.home header a[href="/"],
body.home header a[href*="stargazingatlas.com"] {
  width:auto !important;
  height:auto !important;
  min-width:300px !important;
  max-width:none !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:14px !important;
  background:none !important;
  background-image:none !important;
  text-decoration:none !important;
  color:#fff !important;
  font-size:0 !important;
  line-height:1 !important;
  overflow:visible !important;
  position:relative !important;
}

/* Hide the old homepage logo image/text output */
body.home .sa-header .sa-logo img,
body.front-page .sa-header .sa-logo img,
body.home .sa-logo img,
body.home .sa-site-logo img,
body.home .sa-brand img,
body.home .sa-header-logo img,
body.home .custom-logo-link img,
body.home .site-branding img,
body.home .site-title,
body.home .site-description,
body.home .sa-logo span,
body.home .sa-site-logo span,
body.home .sa-brand span,
body.home .sa-header-logo span {
  display:none !important;
}

/* Homepage icon */
body.home .sa-header .sa-logo::before,
body.front-page .sa-header .sa-logo::before,
body.home .sa-logo::before,
body.home a.sa-logo::before,
body.home .sa-site-logo::before,
body.home .sa-brand::before,
body.home .sa-header-logo::before,
body.home .site-branding a::before,
body.home .custom-logo-link::before,
body.home .site-title a::before,
body.home header a[href="/"]::before,
body.home header a[href*="stargazingatlas.com"]::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 STARGAZING / ATLAS text */
body.home .sa-header .sa-logo::after,
body.front-page .sa-header .sa-logo::after,
body.home .sa-logo::after,
body.home a.sa-logo::after,
body.home .sa-site-logo::after,
body.home .sa-brand::after,
body.home .sa-header-logo::after,
body.home .site-branding a::after,
body.home .custom-logo-link::after,
body.home .site-title a::after,
body.home header a[href="/"]::after,
body.home header a[href*="stargazingatlas.com"]::after {
  content:"STARGAZING\A    ATLAS" !important;
  white-space:pre !important;
  display:block !important;
  color:#fff !important;
  font-size:26px !important;
  line-height:1.02 !important;
  font-weight:950 !important;
  letter-spacing:.055em !important;
  text-transform:uppercase !important;
  text-align:center !important;
  padding-bottom:10px !important;
  background:linear-gradient(90deg,transparent,#f3c55b,transparent) left bottom/100% 2px no-repeat !important;
}

/* Keep homepage header alignment stable */
body.home .sa-header,
body.home header {
  overflow:visible !important;
}

body.home .sa-header-inner,
body.home .site-header .ast-container,
body.home .main-header-bar .ast-container {
  display:flex !important;
  align-items:center !important;
}

body.home .sa-nav,
body.home .main-navigation,
body.home nav {
  align-items:center !important;
}

/* Post logo remains unchanged */
.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;
}

.sa113-logo-mark {
  background-image:url("assets/stargazing-atlas-logo.svg") !important;
  background-size:cover !important;
  background-position:center center !important;
}

/* Mobile */
@media(max-width:720px){
  body.home .sa-header .sa-logo,
  body.front-page .sa-header .sa-logo,
  body.home .sa-logo,
  body.home a.sa-logo,
  body.home .sa-site-logo,
  body.home .sa-brand,
  body.home .sa-header-logo,
  body.home .site-branding a,
  body.home .custom-logo-link,
  body.home .site-title a {
    min-width:240px !important;
  }

  body.home .sa-header .sa-logo::before,
  body.front-page .sa-header .sa-logo::before,
  body.home .sa-logo::before,
  body.home a.sa-logo::before,
  body.home .sa-site-logo::before,
  body.home .sa-brand::before,
  body.home .sa-header-logo::before,
  body.home .site-branding a::before,
  body.home .custom-logo-link::before,
  body.home .site-title a::before {
    flex-basis:52px !important;
    width:52px !important;
    height:52px !important;
  }

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