@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,600&family=Libre+Franklin:wght@500;600;700&display=swap");

/* =========================================================
   MAST — floating instrument bar
   ========================================================= */

.mast-meridian,
.mast-seal {
  display: none !important;
}

.top-info-bar.mast-ledger {
  top: 0;
  z-index: 1100;
  height: 36px;
  padding: 0 28px;
  background: #071018;
  border-bottom: 1px solid rgba(252, 203, 107, 0.12);
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  transform: none;
  pointer-events: auto;
}

#mainNavbar.mast-orbit {
  top: 36px;
  left: 0;
  right: 0;
  z-index: 1190;
  display: block;
  padding: 12px 16px 0;
  background: transparent !important;
  box-shadow: none !important;
  transform: none;
  pointer-events: auto;
}

#mainNavbar.mast-orbit::after {
  display: none;
}

body.inner-page .top-info-bar.mast-ledger,
body.header-visible .top-info-bar.mast-ledger,
body.inner-page #mainNavbar.mast-orbit,
body.header-visible #mainNavbar.mast-orbit {
  transform: none;
  pointer-events: auto;
}

.mast-orbit-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 10px;
  background: rgba(11, 28, 57, 0.92);
  border: 1px solid rgba(252, 203, 107, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.mast-mark {
  flex: none;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 10px 0 6px;
}

.mast-mark img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
}

#mainNavbar.mast-orbit .menu-toggle {
  position: relative;
  right: auto;
  top: auto;
  margin-left: auto;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(252, 203, 107, 0.35);
  background: transparent;
  clip-path: none;
}

#mainNavbar.mast-orbit .menu-toggle span {
  background: rgb(252, 203, 107);
}

.orbit-track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 8px;
  flex: 1;
  min-height: 56px;
}

.orbit-aperture {
  position: absolute;
  top: 8px;
  left: 0;
  height: 40px;
  width: 72px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 0;
  border: 0;
  background: #f4efe4;
  box-shadow:
    inset 0 1px 0 rgb(252, 203, 107),
    inset 0 -1px 0 rgb(252, 203, 107),
    0 0 0 1px rgba(252, 203, 107, 0.22);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), width 0.45s cubic-bezier(0.22, 1, 0.36, 1), height 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

.orbit-aperture::before {
  content: "◆";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.42rem;
  line-height: 1;
  color: rgb(252, 203, 107);
}

.orbit-aperture::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 1px;
  background: rgba(139, 105, 20, 0.35);
}

.orbit-aperture.is-set {
  opacity: 1;
}

.orbit-track > li:not(.orbit-aperture) {
  position: relative;
  z-index: 1;
  display: flex;
}

.orbit-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.25s ease, font-size 0.25s ease, letter-spacing 0.25s ease;
}

.orbit-link i {
  display: none;
}

.orbit-link:hover {
  color: rgb(252, 203, 107);
}

.orbit-link.is-active {
  color: #0b1c39;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: none;
}

.orbit-link.is-active:hover {
  color: #0b1c39;
}

.orbit-enquire {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  margin-left: 6px;
  text-decoration: none;
  color: #0b1c39;
  background: rgb(252, 203, 107);
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.orbit-enquire span {
  writing-mode: horizontal-tb;
  transform: none;
}

.orbit-enquire:hover {
  background: #ffffff;
  color: #0b1c39;
}

.orbit-enquire.is-active {
  background: #f4efe4;
  color: #0b1c39;
  box-shadow:
    inset 0 1px 0 rgb(252, 203, 107),
    inset 0 -1px 0 rgb(252, 203, 107);
}

body.menu-open #mainNavbar.mast-orbit {
  background: transparent !important;
}

body.menu-open .mast-orbit-shell {
  opacity: 1;
}

.classic-menu-nav a.is-current {
  color: rgb(252, 203, 107);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

@media (max-width: 991.98px) {
  .orbit-track,
  .orbit-enquire {
    display: none;
  }

  .mast-orbit-shell {
    width: calc(100% - 8px);
    margin-left: 4px;
  }

  #mainNavbar.mast-orbit .menu-toggle {
    display: inline-flex;
  }

  .top-info-bar.mast-ledger {
    padding: 0 16px 0 16px;
  }
}
