html .site-header.global-site-header {
  position: sticky !important;
  top: 0 !important;
  right: auto !important;
  left: auto !important;
  z-index: 6500 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  width: 100% !important;
  min-height: 64px !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 9px clamp(16px, 4vw, 64px) !important;
}

.site-header.global-site-header > .global-header-nav.main-nav {
  grid-column: 1 !important;
  order: initial !important;
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-self: start !important;
  gap: 8px !important;
  overflow: visible !important;
  padding: 0 !important;
}

.site-header.global-site-header > .global-header-nav.main-nav a {
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  white-space: nowrap !important;
}

.site-header.global-site-header > .global-header-actions {
  grid-column: 2 !important;
  order: initial !important;
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-content: flex-end !important;
  justify-self: end !important;
}

.site-header.global-site-header > .global-header-actions > .header-controls {
  grid-column: auto !important;
  order: initial !important;
  display: flex !important;
  width: auto !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

.global-site-header .global-header-brand,
.global-site-header .global-search-action,
.global-site-header > .header-search {
  display: none !important;
}

.global-brand-zone {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
}

.global-internal-brand-zone {
  min-height: 112px;
  align-content: center;
  gap: 8px;
  padding: 18px 20px 20px;
  border-bottom: 1px solid rgba(208, 183, 130, .18);
  background:
    radial-gradient(circle at 50% 0%, rgba(208, 183, 130, .12), transparent 58%),
    rgba(8, 14, 24, .72);
}

.global-internal-brand-zone + .movie-page-main,
.global-movie-brand-hero + .movie-page-main {
  padding-top: 28px !important;
}

.global-movie-brand-hero {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.global-movie-hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 7vw, 4.6rem);
  font-weight: 700;
  line-height: .88;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-shadow: 0 16px 46px rgba(0, 0, 0, .56), 0 0 34px rgba(208, 183, 130, .16);
  white-space: nowrap;
}

.global-movie-hero-title .hero-title-link {
  color: #fff !important;
  white-space: nowrap;
}

.global-brand-zone p {
  margin: 0;
  color: var(--gold, #f7b955);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.global-brand-zone-link,
.home-brand-zone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff8e8;
  text-decoration: none;
}

.global-brand-zone-link {
  padding: 5px 18px;
}

.global-brand-zone-wordmark,
.home-brand-zone-wordmark {
  display: grid;
  line-height: .78;
  text-align: center;
  font-weight: 950;
}

.global-brand-zone-wordmark {
  font-size: clamp(1.28rem, 1.8vw, 1.72rem);
  letter-spacing: .17em;
}

.home-brand-zone-wordmark {
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  letter-spacing: .13em;
}

.global-brand-zone-wordmark span:last-child,
.home-brand-zone-wordmark span:last-child {
  color: var(--gold, #f7b955);
}

.global-brand-zone-link:hover,
.global-brand-zone-link:focus-visible,
.home-brand-zone-link:hover,
.home-brand-zone-link:focus-visible {
  outline: 3px solid var(--gold, #f7b955);
  outline-offset: 5px;
}

html .hero-content.global-home-hero-content {
  grid-template-columns: minmax(0, 760px) !important;
  width: min(920px, calc(100% - 32px)) !important;
  max-width: 920px !important;
  align-content: center !important;
  justify-content: center !important;
  justify-items: center !important;
  gap: clamp(12px, 2vw, 22px) !important;
  margin-inline: auto !important;
  text-align: center !important;
}

html .hero-content.global-home-hero-content > * {
  grid-column: 1 !important;
}

html .hero-content.global-home-hero-content > .eyebrow {
  margin: 0 !important;
  letter-spacing: .16em !important;
}

html .hero-content.global-home-hero-content > #hero-title {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: nowrap !important;
}

html .hero-content.global-home-hero-content .hero-title-link {
  color: #fff !important;
  white-space: nowrap !important;
}

html .hero-content.global-home-hero-content > .hero-copy {
  margin: 0 !important;
  max-width: 700px !important;
}

html .hero-content.global-home-hero-content > .hero-search {
  width: min(700px, 100%) !important;
  max-width: 700px !important;
  justify-self: center !important;
}

@media (max-width: 700px) {
  html .site-header.global-site-header {
    min-height: 58px !important;
    gap: 8px !important;
    padding: 7px 10px !important;
  }

  .site-header.global-site-header > .global-header-nav.main-nav {
    display: flex !important;
    gap: 3px !important;
  }

  .site-header.global-site-header > .global-header-nav.main-nav a {
    min-height: 34px !important;
    padding: 0 8px !important;
    font-size: .72rem !important;
  }

  .site-header.global-site-header > .global-header-actions > .header-controls {
    display: flex !important;
  }

  .global-site-header .header-controls .header-action,
  .global-site-header .header-controls .account-pill {
    display: none !important;
  }

  .global-site-header .header-controls .header-login {
    min-width: 0 !important;
    min-height: 36px !important;
    padding: 7px 10px !important;
    font-size: .75rem !important;
  }

  .global-internal-brand-zone {
    min-height: 88px;
    gap: 5px;
    padding: 13px 12px 15px;
  }

  .global-movie-brand-hero {
    width: 100%;
  }

  .global-brand-zone-wordmark {
    font-size: 1.18rem;
  }

  .home-brand-zone-wordmark {
    font-size: clamp(2.35rem, 15vw, 3.45rem);
  }

  html .hero-content.global-home-hero-content {
    width: calc(100% - 24px) !important;
    gap: 14px !important;
  }

  html .hero-content.global-home-hero-content > .hero-copy {
    font-size: .92rem !important;
  }
}

@media (max-width: 390px) {
  .site-header.global-site-header > .global-header-nav.main-nav a {
    padding-inline: 6px !important;
    font-size: .68rem !important;
  }

  .global-site-header .header-controls .header-login {
    padding-inline: 8px !important;
  }
}

html.tv-ui .site-header.global-site-header {
  position: sticky !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  min-height: 66px !important;
  padding: 8px clamp(28px, 4vw, 72px) !important;
}

html.tv-ui .site-header.global-site-header > .global-header-nav.main-nav {
  display: flex !important;
  overflow: visible !important;
}

html.tv-ui .global-internal-brand-zone {
  min-height: 108px;
  padding-block: 16px 18px;
}

html.tv-ui .global-brand-zone-wordmark {
  font-size: clamp(1.42rem, 2vw, 2rem);
}

html.tv-ui .global-movie-hero-title {
  font-size: clamp(2.3rem, 4vw, 4.4rem);
  line-height: 1;
}

html.tv-ui .home-brand-zone-wordmark {
  font-size: clamp(3.2rem, 5.2vw, 5.2rem);
}

html.tv-ui .global-home-hero-content > .eyebrow {
  display: block !important;
}

html.tv-ui .global-brand-zone-link,
html.tv-ui .home-brand-zone-link,
html.tv-ui .global-site-header a,
html.tv-ui .global-site-header button {
  scroll-margin: 120px;
}

html[data-theme="light"] .global-internal-brand-zone {
  background:
    radial-gradient(circle at 50% 0%, rgba(168, 141, 97, .14), transparent 58%),
    rgba(246, 240, 228, .78);
}
