html {
  scroll-padding-top: 112px;
}

.video-site-header {
  --header-tab-radius: 999px;
  --header-tab-background: rgba(35, 31, 14, .58);
  --header-tab-border: rgba(255, 253, 248, .2);
  isolation: isolate;
  position: sticky !important;
  top: 0;
  z-index: 100;
  min-height: 108px !important;
  overflow: visible;
  border-bottom: 1px solid rgba(246, 240, 229, .34) !important;
  background: #201b0f !important;
  box-shadow: 0 5px 18px rgba(24, 18, 8, .2) !important;
}

.header-video {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #201b0f url('header/header-film-poster.jpg') 50% 45% / cover no-repeat;
}

.header-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 45%;
  filter: saturate(.88) contrast(1.06) brightness(.82);
}

.header-video__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 20, 9, .7), rgba(24, 20, 9, .38) 42%, rgba(24, 20, 9, .58));
}

.video-site-header > :not(.header-video) {
  position: relative;
  z-index: 1;
}

.video-site-header .logo,
.video-site-header .site-logo {
  color: #fffdf8 !important;
  text-decoration: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .86);
}

.video-site-header .logo img,
.video-site-header .site-logo img {
  border-radius: 50% !important;
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .42) !important;
}

.video-site-header nav,
.video-site-header .main-nav {
  align-items: stretch;
  justify-content: center;
}

.video-site-header nav a,
.video-site-header .main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: #fffdf8 !important;
  border: 1px solid var(--header-tab-border);
  border-radius: var(--header-tab-radius);
  background: var(--header-tab-background);
  -webkit-backdrop-filter: blur(10px) saturate(1.12);
  backdrop-filter: blur(10px) saturate(1.12);
  text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
  line-height: 1.2;
  text-align: center;
}

.video-site-header nav a:hover,
.video-site-header nav a:focus-visible,
.video-site-header .main-nav a:hover,
.video-site-header .main-nav a:focus-visible {
  color: #3d3912 !important;
  border-color: #fffdf8;
  background: #fffdf8;
  text-shadow: none;
  outline: 0;
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 82px;
  }

  .video-site-header {
    min-height: 78px !important;
    padding: 10px 14px !important;
  }

  .header-video video,
  .header-video {
    object-position: 50% 45%;
    background-position: 50% 45%;
  }

  .video-site-header nav,
  .video-site-header .main-nav {
    position: absolute !important;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 20;
    width: auto !important;
    margin: 0;
    background: rgba(242, 238, 230, .98) !important;
  }

  .video-site-header nav a,
  .video-site-header .main-nav a {
    color: #3d3912 !important;
    border: 0;
    border-bottom: 1px solid rgba(179, 145, 112, .52);
    background: transparent;
    text-shadow: none;
  }

  .video-site-header nav a:hover,
  .video-site-header nav a:focus-visible,
  .video-site-header .main-nav a:hover,
  .video-site-header .main-nav a:focus-visible {
    background: rgba(226, 211, 189, .72);
  }
}
