
/* FINAL HEADER + GALLERY FIX */
html body .site-header{
  background:#ffffff !important;
  color:#2f2a25 !important;
  border-bottom:1px solid #e8e2d9 !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  box-shadow:0 4px 18px rgba(33,29,24,.06) !important;
}
html body .header-inner{
  height:82px !important;
  min-height:82px !important;
}
html body .brand{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:auto !important;
  max-width:150px !important;
  overflow:hidden !important;
  flex:0 0 150px !important;
}
html body .brand img{
  display:block !important;
  width:auto !important;
  height:54px !important;
  max-width:145px !important;
  max-height:54px !important;
  object-fit:contain !important;
}
html body .nav>a,
html body .nav-item>a{
  color:#2f2a25 !important;
}
html body .nav-cta{
  color:#6f5639 !important;
  border-color:#b09168 !important;
}
html body .dropdown{
  background:#ffffff !important;
  color:#2f2a25 !important;
}
html body .dropdown a{
  color:#2f2a25 !important;
}
html body .menu-btn{
  color:#2f2a25 !important;
  border-color:#cfc5b8 !important;
  background:#ffffff !important;
}

/* Ensure gallery click surface is never blocked */
html body .gallery-item{
  cursor:zoom-in !important;
  position:relative !important;
}
html body .gallery-item::after,
html body .gallery-item:after,
html body .gallery-label,
html body .gallery-item figcaption{
  pointer-events:none !important;
}
html body .gallery-item img{
  cursor:zoom-in !important;
}

/* Lightbox is definitely above everything */
html body .lightbox{
  position:fixed !important;
  inset:0 !important;
  z-index:999999 !important;
  background:rgba(0,0,0,.94) !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  padding:30px !important;
}
html body .lightbox.open{
  display:flex !important;
}
html body .lightbox img{
  width:auto !important;
  height:auto !important;
  max-width:92vw !important;
  max-height:88vh !important;
  object-fit:contain !important;
}
html body .lightbox button{
  position:absolute !important;
  right:24px !important;
  top:16px !important;
  z-index:2 !important;
  width:48px !important;
  height:48px !important;
  border:0 !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  font-size:34px !important;
  line-height:48px !important;
  cursor:pointer !important;
}

@media(max-width:1000px){
  html body .header-inner{height:74px !important;min-height:74px !important;}
  html body .brand{max-width:125px !important;flex-basis:125px !important;}
  html body .brand img{height:46px !important;max-height:46px !important;max-width:122px !important;}
}
