.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 245, 240, 0.93);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid #1623420f;
}
.header-row {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-capsule {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid #d3d7df;
  border-radius: 80px;
  background: #ffffff60;
  gap: 2px;
}
.nav-capsule > a,
.nav-capsule .nav-stages > summary {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 650;
  padding: 13px 20px;
  border-radius: 50px;
  white-space: nowrap;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.25s;
}
.nav-capsule .nav-stages {
  position: relative;
}
.nav-capsule .nav-stages > summary {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
}
.nav-capsule .nav-stages > summary::-webkit-details-marker {
  display: none;
}
.nav-capsule .nav-stages > summary > svg {
  width: 0.9rem;
  height: 0.9rem;
  transition: transform 0.2s;
}
.nav-capsule .nav-stages[open] > summary > svg {
  transform: rotate(180deg);
}
.nav-capsule .nav-stages[data-active] > summary {
  color: var(--blue);
}
.nav-capsule .nav-stages > div {
  position: absolute;
  z-index: 60;
  top: calc(100% + 0.45rem);
  left: 0;
  display: grid;
  min-width: 14rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--paper);
  box-shadow: 0 14px 36px #16234220;
}
.nav-capsule .nav-stages > div > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.25rem;
  font-size: 0.9375rem;
}
.nav-capsule .nav-stages > div > a + a {
  border-top: 1px solid var(--line);
}
.nav-capsule .nav-stages > div > a > svg {
  width: 1rem;
  height: 1rem;
  flex: none;
}
.nav-capsule > a:hover,
.nav-capsule > a:focus-visible,
.nav-capsule .nav-stages > summary:hover,
.nav-capsule .nav-stages > summary:focus-visible {
  background: var(--blue);
  color: white;
  transform: translateY(-2px);
}
.nav-capsule > a[aria-current="page"],
.nav-capsule .nav-stages > div > a[aria-current="page"] {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.nav-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
.admissions-button {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 0.875rem;
  font-weight: 750;
}
.button-orbit {
  width: 45px;
  height: 45px;
  background: var(--blue);
  color: white;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.25rem;
  transition:
    transform 0.35s,
    background 0.25s;
}
.admissions-button:hover .button-orbit {
  transform: rotate(45deg);
  background: var(--deep);
}
.nav-trigger {
  appearance: none;
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
  padding: 0 0 0 17px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 650;
}
.menu-glyph {
  display: grid;
  place-items: center;
  font-size: 2rem;
  width: 46px;
  height: 46px;
  line-height: 1;
  background: var(--yellow);
  border-radius: 50%;
  transition: transform 0.65s cubic-bezier(0.2, 0.9, 0.2, 1.3);
}
.nav-trigger:hover .menu-glyph {
  transform: rotate(135deg);
}
.nav-fallback {
  font-size: 1rem;
}
.nav-trigger:focus-visible,
.nav-close:focus-visible {
  outline: 3px solid #d19400;
  outline-offset: 5px;
}
.nav-theatre {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  background: var(--blue);
  color: var(--paper);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.nav-theatre::backdrop {
  background: #071a4a80;
  backdrop-filter: blur(8px);
}
.nav-theatre[open] {
  animation: menu-reveal 0.55s cubic-bezier(0.18, 0.7, 0.2, 1) both;
}
.nav-theatre-inner {
  max-width: 1540px;
  min-height: 100dvh;
  margin: auto;
  padding: 32px 65px 28px;
  display: flex;
  flex-direction: column;
}
.nav-theatre-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.nav-wordmark {
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: -0.1em;
  font-weight: 800;
}
.nav-wordmark span {
  color: var(--yellow);
  font-size: 2rem;
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
}
.nav-theatre-top > .eyebrow {
  font-size: 0.875rem;
  margin-right: auto;
  margin-left: 20px;
}
.nav-close {
  appearance: none;
  border: 0;
  background: transparent;
  color: white;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.875rem;
  cursor: pointer;
}
.nav-close b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff70;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 300;
  transition:
    background 0.25s,
    transform 0.4s;
}
.nav-close:hover b {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--blue);
  transform: rotate(90deg);
}
.nav-theatre-heading {
  position: relative;
  padding: 45px 0 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  isolation: isolate;
}
.nav-theatre-heading h2 {
  font-size: clamp(3.75rem, 6vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}
.nav-theatre-heading em {
  color: var(--yellow);
}
.navigation-compass {
  position: absolute;
  width: 240px;
  height: 240px;
  left: 58%;
  top: 22px;
  color: #ffffff20;
  z-index: -1;
  animation: compass-turn 40s linear infinite;
}
.nav-visit-link {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid #ffffff60;
  padding-bottom: 14px;
}
.nav-visit-link span {
  font-size: 1.625rem;
}
.nav-directory {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 28px;
  margin-bottom: 36px;
}
.nav-destination {
  border-top: 1px solid #ffffff60;
  padding-top: 20px;
}
.nav-destination-label {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 21px;
}
.nav-destination-label > span {
  font-size: 0.875rem;
  opacity: 0.65;
}
.nav-destination-label h3 {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 750;
  text-transform: uppercase;
}
.nav-destination a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 1.0625rem;
  padding: 13px 0;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #ffffff28;
  transition:
    color 0.25s,
    padding 0.3s;
}
.nav-destination a b {
  font-size: 1.25rem;
  font-weight: 400;
  opacity: 0;
  transform: translate(-8px, 8px);
  transition:
    opacity 0.2s,
    transform 0.3s;
}
.nav-destination a:hover,
.nav-destination a:focus-visible {
  color: var(--yellow);
  padding-left: 7px;
}
.nav-destination a:hover b,
.nav-destination a:focus-visible b {
  opacity: 1;
  transform: none;
}
.nav-destination-stages {
  background: var(--paper);
  color: var(--blue);
  padding: 25px 27px;
  border-radius: 6px 6px 64px 6px;
  border: 0;
  margin-top: -4px;
}
.nav-destination-stages a {
  font-size: 1.875rem;
  line-height: 1.15;
  border-color: #1335b525;
  padding-block: 12px;
}
.nav-destination-stages a:hover,
.nav-destination-stages a:focus-visible {
  color: var(--deep);
}
.nav-destination-stages .nav-destination-label {
  margin-bottom: 13px;
}
.nav-community {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-top: 23px;
  border-top: 1px solid #ffffff60;
  margin-top: auto;
}
.nav-community a {
  font-size: 0.875rem;
}
.nav-community > .eyebrow {
  font-size: 0.875rem;
  color: #e0e5ff;
}
.nav-community a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body.navigation-open {
  overflow: hidden;
}
@keyframes menu-reveal {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0 round 0 0 60% 60%);
  }
  to {
    opacity: 1;
    clip-path: inset(0 round 0);
  }
}
@keyframes compass-turn {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1100px) {
  .nav-capsule > a,
  .nav-capsule .nav-stages > summary {
    padding: 11px 13px;
    font-size: 0.875rem;
  }
  .header-row {
    gap: 16px;
  }
  .nav-actions {
    gap: 12px;
  }
  .nav-trigger {
    gap: 10px;
    padding-left: 12px;
  }
  .nav-theatre-inner {
    padding-inline: 35px;
  }
  .nav-destination a {
    font-size: 1.125rem;
  }
  .nav-destination-stages a {
    font-size: 1.625rem;
  }
  .navigation-compass {
    left: 53%;
  }
  .nav-community > .eyebrow {
    max-width: 135px;
  }
}
@media (max-width: 850px) {
  .nav-capsule {
    display: none;
  }
  .header-row {
    height: 82px;
  }
  .nav-actions {
    margin-left: auto;
  }
  .nav-theatre-inner {
    padding: 25px 30px;
  }
  .nav-theatre-heading {
    padding: 40px 0 35px;
  }
  .nav-theatre-heading h2 {
    font-size: 4rem;
  }
  .nav-visit-link {
    font-size: 0.875rem;
    gap: 15px;
  }
  .navigation-compass {
    left: auto;
    right: 5%;
    width: 200px;
    height: 200px;
  }
  .nav-directory {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .nav-destination-stages {
    grid-column: 1/-1;
    grid-row: 1;
    padding: 22px 25px;
    border-radius: 5px 5px 45px 5px;
  }
  .nav-destination-stages > div + div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 35px;
  }
  .nav-destination-stages a {
    font-size: 1.625rem;
  }
  .nav-community {
    flex-wrap: wrap;
  }
  .nav-community > .eyebrow {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .header-row {
    height: 76px;
    gap: 15px;
  }
  .nav-actions {
    gap: 12px;
  }
  .admissions-button {
    font-size: 0.875rem;
    gap: 10px;
  }
  .button-orbit {
    width: 33px;
    height: 33px;
    font-size: 1.0625rem;
  }
  .nav-trigger {
    padding-left: 12px;
    gap: 0;
  }
  .nav-trigger > span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .menu-glyph {
    width: 39px;
    height: 39px;
    font-size: 1.6875rem;
  }
  .nav-theatre-inner {
    padding: 22px 20px 30px;
  }
  .nav-wordmark {
    font-size: 2.125rem;
  }
  .nav-theatre-top > .eyebrow {
    display: none;
  }
  .nav-close b {
    width: 39px;
    height: 39px;
    font-size: 1.75rem;
  }
  .nav-close {
    font-size: 0.875rem;
    gap: 10px;
  }
  .nav-theatre-heading {
    display: block;
    padding: 40px 0 25px;
  }
  .nav-theatre-heading h2 {
    font-size: 3rem;
    line-height: 1.01;
  }
  .navigation-compass {
    width: 130px;
    height: 130px;
    right: -15px;
    top: 60px;
  }
  .nav-visit-link {
    display: inline-flex;
    margin-top: 23px;
    font-size: 0.875rem;
    gap: 50px;
    padding-bottom: 8px;
  }
  .nav-directory {
    gap: 30px 20px;
    margin-bottom: 30px;
  }
  .nav-destination-stages {
    padding: 20px;
    border-radius: 5px 5px 35px 5px;
  }
  .nav-destination-stages > div + div {
    gap: 0 20px;
  }
  .nav-destination-stages a {
    font-size: 1.1875rem;
    padding-block: 15px;
  }
  .nav-destination-label {
    gap: 10px;
    margin-bottom: 12px;
  }
  .nav-destination-label h3 {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
  .nav-destination-label > span {
    font-size: 0.875rem;
  }
  .nav-destination a {
    font-size: 1rem;
    line-height: 1.5;
    gap: 5px;
    padding-block: 11px;
  }
  .nav-destination-stages a {
    font-size: 1.1875rem;
  }
  .nav-destination a b {
    opacity: 1;
    font-size: 1.125rem;
    transform: none;
  }
  .nav-community {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    padding-top: 22px;
  }
  .nav-community > .eyebrow {
    grid-column: 1/-1;
  }
  .nav-community a {
    font-size: 0.875rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nav-theatre[open],
  .navigation-compass {
    animation: none;
  }
  .nav-capsule a,
  .button-orbit,
  .menu-glyph,
  .nav-close b,
  .nav-destination a,
  .nav-destination a b {
    transition: none;
  }
}
.mobile-primary {
  display: grid;
  gap: 0.25rem;
}
.mobile-primary > a,
.mobile-primary .nav-stages > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--line);
}
.mobile-primary .nav-stages > div {
  position: static;
  min-width: 0;
  box-shadow: none;
  border: 0;
  border-left: 2px solid var(--blue);
  border-radius: 0;
  padding: 0.25rem 1rem;
  margin: 0 0 1rem 0.25rem;
}
.mobile-primary .nav-stages > div > a {
  font-size: 1rem;
  padding: 0.6rem 0;
  gap: 1rem;
}
.mobile-primary > .nav-admissions {
  justify-content: center;
  border: 0;
  border-radius: 3rem;
  color: white;
  background: var(--blue);
  margin-block: 0.75rem;
}
.mobile-primary [aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.nav-stages[open] > summary {
  color: var(--blue);
}
.nav-stages[open] > summary > svg {
  transform: rotate(180deg);
}
.nav-stages > summary:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
  border-radius: 0.5rem;
}
@media (max-width: 70rem) {
  .nav-theatre-heading {
    padding: 1.5rem 0;
  }
  .nav-theatre-heading h2 {
    font-size: 2rem;
  }
  .nav-visit-link {
    margin-top: 0.75rem;
  }
}
.nav-theatre .nav-visit-link {
  color: white;
}

/* The mobile navigation sits on a blue panel, unlike desktop dropdowns. */
.nav-theatre .mobile-primary .nav-stages > summary {
  color: white;
  border-color: #ffffff40;
}
.nav-theatre .mobile-primary .nav-stages[open] > summary,
.nav-theatre .mobile-primary .nav-stages[data-active] > summary {
  color: var(--yellow, #f5d56a);
}
.nav-theatre .mobile-primary .nav-stages > div {
  background: transparent;
  border-left-color: #ffffff50;
}
.nav-theatre .mobile-primary .nav-stages > div > a {
  color: white;
}
.nav-theatre .mobile-primary .nav-stages > div > a:hover,
.nav-theatre .mobile-primary .nav-stages > div > a:focus-visible {
  color: var(--yellow, #f5d56a);
  background: #ffffff12;
}
.nav-theatre .mobile-primary > .nav-admissions {
  color: var(--blue);
  background: var(--yellow, #f5d56a);
}
