.inner-brand-header{
  position:sticky;
  top:0;
  z-index:90;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(15,23,42,.08);
  box-shadow:0 10px 30px rgba(15,23,42,.05);
}
.inner-brand-header__top,
.inner-brand-header__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.inner-brand-header__top{
  padding:16px 0 12px;
}
.inner-brand-header__bottom{
  padding:0 0 14px;
  flex-wrap:wrap;
}
.inner-brand-link{
  text-decoration:none;
}
.inner-brand-header__actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.inner-btn{
  min-height:auto;
}
.inner-subnav{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.inner-subnav a,
.inner-lang-switcher a{
  text-decoration:none;
  color:#334155;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.18);
  background:#fff;
  font-size:.92rem;
  transition:all .2s ease;
}
.inner-subnav a:hover,
.inner-subnav a.active,
.inner-lang-switcher a:hover,
.inner-lang-switcher a.active{
  color:#0f172a;
  border-color:rgba(200,169,106,.55);
  box-shadow:0 8px 18px rgba(200,169,106,.14);
}
.inner-lang-switcher{
  display:flex;
  align-items:center;
  gap:8px;
}
.inner-page{
  padding-top:34px;
}
.inner-page.compact-top,
.booking-page,
.invoice-page{
  padding-top:34px;
}
@media (max-width: 991px){
  .inner-brand-header__top,
  .inner-brand-header__bottom{
    flex-direction:column;
    align-items:flex-start;
  }
  .inner-brand-header__actions{
    width:100%;
    justify-content:flex-start;
  }
}
@media print{
  .inner-brand-header,
  .site-footer,
  .footer-cta-band,
  .invoice-actions{
    display:none !important;
  }
  body{
    background:#fff;
  }
}
