.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: auto;
  color: #fff; background: rgb(11 37 56 / 97%);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  backdrop-filter: blur(12px); font-family: Arial, Helvetica, sans-serif;
}
.site-header, .site-header * { box-sizing: border-box; }
.site-header a { color: inherit; font-weight: 400; text-decoration: none; }
.site-header a:hover { color: #d2b36c; }
.site-header a:focus-visible, .site-header button:focus-visible { outline: 2px solid #d2b36c; outline-offset: 4px; }
.site-header__top { border-bottom: 1px solid rgb(255 255 255 / 10%); }
.site-header__top-inner, .site-header__main { max-width: 1280px; margin: auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.site-header__top-inner { min-height: 36px; color: #cbd5e1; font-size: 11px; line-height: 16px; letter-spacing: .14em; text-transform: uppercase; }
.site-header__main { height: 80px; gap: 24px; }
.site-header .site-header__brand { flex-shrink: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 26px; line-height: 1.2; letter-spacing: -.04em; color: #fff; }
.site-header__desktop { display: flex; align-items: center; gap: 24px; font-size: 14px; line-height: 20px; white-space: nowrap; }
.site-header__desktop a[aria-current="page"] { color: #d2b36c; }
.site-header .site-header__book { display: block; padding: 13px 20px; background: #d2b36c; color: #0b2538; font-weight: 700; text-align: center; }
.site-header .site-header__book:hover { background: #e0c783; color: #0b2538; }
.site-header__toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.site-header__toggle svg { width: 24px; height: 24px; }
.site-header__mobile { display: none; }
.site-header-spacer { height: 117px; }
@media (max-width: 1023px) {
  .site-header__desktop { display: none; }
  .site-header__toggle { display: inline-flex; }
  .site-header__mobile { display: block; max-height: calc(100dvh - 117px); overflow-y: auto; padding: 8px 24px 24px; border-top: 1px solid rgb(255 255 255 / 10%); background: #0b2538; font-size: 16px; line-height: 24px; }
  .site-header__mobile[hidden] { display: none; }
  .site-header__mobile a { display: block; padding: 14px 0; border-bottom: 1px solid rgb(255 255 255 / 10%); }
  .site-header__mobile .site-header__book { margin-top: 20px; padding: 14px 20px; }
}
@media (max-width: 639px) {
  .site-header__top-inner { justify-content: center; font-size: 10px; letter-spacing: .12em; }
  .site-header__login { display: none; }
}
