/* Push #20.5.12 — homepage navigation polish only.
   IMPORTANT: scoped to body.home-art-active so all other pages keep the
   already-stable #20.5.11 navigation/layout behavior. */
body.home-art-active #site-header{
  background:linear-gradient(180deg,rgba(2,2,2,.97),rgba(5,5,5,.91))!important;
  border-bottom:1px solid rgba(212,175,55,.58)!important;
  box-shadow:0 10px 32px rgba(0,0,0,.34)!important;
  backdrop-filter:blur(16px) saturate(118%)!important;
  -webkit-backdrop-filter:blur(16px) saturate(118%)!important;
}
body.home-art-active #site-header .header-inner{
  display:grid!important;
  grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr)!important;
  align-items:center!important;
  gap:clamp(12px,2vw,30px)!important;
  max-width:min(1540px,calc(100vw - 28px))!important;
  padding:10px 14px!important;
  min-height:68px!important;
}
body.home-art-active #site-header .brand{
  justify-self:start!important;
  color:#f5e7ba!important;
  min-width:0!important;
}
body.home-art-active #site-header .brand svg{color:#d4af37!important}
body.home-art-active #site-header .brand-name{letter-spacing:.035em!important}
body.home-art-active #site-header .brand-name small{color:rgba(245,231,186,.66)!important}
body.home-art-active #site-header .nav{
  justify-self:center!important;
  overflow:visible!important;
  flex:none!important;
}
body.home-art-active #site-header .nav-links{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  padding:5px!important;
  margin:0!important;
  border:1px solid rgba(212,175,55,.27)!important;
  border-radius:999px!important;
  background:rgba(12,12,12,.72)!important;
  box-shadow:inset 0 0 18px rgba(212,175,55,.035)!important;
}
body.home-art-active #site-header .nav-links li.p20512-home-hidden{display:none!important}
body.home-art-active #site-header .nav-links a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  padding:8px 14px!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  color:#f5f0e4!important;
  font-size:12px!important;
  font-weight:700!important;
  letter-spacing:.065em!important;
  text-transform:uppercase!important;
  transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease!important;
}
body.home-art-active #site-header .nav-links a:hover,
body.home-art-active #site-header .nav-links a:focus-visible{
  color:#ffd76b!important;
  border-color:rgba(212,175,55,.58)!important;
  background:rgba(212,175,55,.09)!important;
  transform:translateY(-1px)!important;
}
body.home-art-active #site-header .header-actions{
  justify-self:end!important;
  gap:8px!important;
}
body.home-art-active #site-header .header-actions .p20512-home-hidden{display:none!important}
body.home-art-active #navBookBtn{
  min-height:40px!important;
  padding:9px 18px!important;
  border-radius:10px!important;
  border:1px solid #e5bd42!important;
  background:linear-gradient(180deg,#e4bd4a,#b98b18)!important;
  color:#080808!important;
  font-weight:850!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
  box-shadow:0 0 0 1px rgba(255,225,123,.12),0 8px 22px rgba(190,137,16,.18)!important;
}
body.home-art-active #navBookBtn:hover,
body.home-art-active #navBookBtn:focus-visible{filter:brightness(1.07)!important;transform:translateY(-1px)!important}
body.home-art-active #navLinksBtn{
  min-height:38px!important;
  border-radius:999px!important;
  border-color:rgba(212,175,55,.42)!important;
}
body.home-art-active #site-header .theme-toggle{
  width:38px!important;height:38px!important;
  border-color:rgba(212,175,55,.34)!important;
  color:#d4af37!important;
  background:rgba(212,175,55,.045)!important;
}

/* Tablet/phone: retain the stable drawer from #20.5.11. The desktop pill bar
   disappears, while Book Now remains inside the mobile drawer. */
@media(max-width:1080px){
  body.home-art-active #site-header .header-inner{
    display:flex!important;
    justify-content:space-between!important;
    min-height:62px!important;
    padding:8px 12px!important;
  }
  body.home-art-active #site-header .nav-links{display:none!important}
  body.home-art-active #site-header .nav{display:none!important}
  body.home-art-active #site-header .header-actions .btn,
  body.home-art-active #site-header #navLinksBtn{display:none!important}
  body.home-art-active #site-header .nav-toggle{display:grid!important}
}
@media(max-width:560px){
  body.home-art-active #site-header .brand-name{font-size:12px!important}
  body.home-art-active #site-header .brand-name small{font-size:10px!important}
  body.home-art-active #site-header .brand svg{width:29px!important;height:29px!important}
}
