/* PJ1 Live Sky section — homepage live private-charter map */
#pj1-live-sky {
  position: relative;
  background: linear-gradient(180deg, #0a0a0b 0%, #12141a 40%, #0c0d10 100%);
  color: #f5efe3;
  padding: clamp(48px, 8vw, 96px) 0;
  overflow: hidden;
}
#pj1-live-sky::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(201, 169, 110, 0.12), transparent 70%),
    radial-gradient(ellipse 40% 30% at 80% 80%, rgba(1, 90, 169, 0.08), transparent 60%);
  pointer-events: none;
}
.pj1-sky-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.pj1-sky-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.pj1-sky-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9a96e;
  margin: 0 0 10px;
}
.pj1-sky-head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  font-weight: 600;
  margin: 0 0 10px;
  color: #fff8ed;
  letter-spacing: -0.02em;
}
.pj1-sky-lead {
  margin: 0;
  max-width: 36rem;
  color: rgba(245, 239, 227, 0.72);
  font-size: 1rem;
  line-height: 1.55;
}
.pj1-sky-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.pj1-sky-stat {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px 16px;
  border: 1px solid rgba(201, 169, 110, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  min-width: 88px;
}
.pj1-sky-stat b {
  font-size: 1.35rem;
  color: #c9a96e;
  font-weight: 600;
  line-height: 1.1;
}
.pj1-sky-stat span {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 239, 227, 0.55);
  margin-top: 4px;
}
.pj1-sky-toggles {
  display: inline-flex;
  border: 1px solid rgba(201, 169, 110, 0.4);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}
.pj1-sky-toggles button {
  border: 0;
  background: transparent;
  color: rgba(245, 239, 227, 0.7);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 18px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.pj1-sky-toggles button.is-active {
  background: #c9a96e;
  color: #1a1410;
  font-weight: 600;
}
.pj1-sky-map-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(201, 169, 110, 0.28);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  height: min(62vh, 560px);
  min-height: 360px;
  background: #0b0d12;
}
#pj1-live-sky-map {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pj1-sky-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  font-size: 0.8rem;
  color: rgba(245, 239, 227, 0.5);
}
.pj1-sky-footer [data-sky-status][data-ok="1"] {
  color: #9dcea0;
}
.pj1-sky-footer [data-sky-status][data-ok="0"] {
  color: #e0b070;
}
.pj1-sky-cta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.pj1-sky-cta a.pj1-sky-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  background: #c9a96e;
  color: #1a1410;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.pj1-sky-cta a.pj1-sky-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(201, 169, 110, 0.35);
}
.pj1-sky-cta a.pj1-sky-link {
  color: rgba(245, 239, 227, 0.75);
  font-size: 0.9rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 169, 110, 0.45);
  padding-bottom: 2px;
}
.pj1-plane-icon {
  background: transparent !important;
  border: none !important;
}
.pj1-plane-rot {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #c9a96e;
  text-shadow: 0 0 8px rgba(201, 169, 110, 0.8), 0 1px 2px #000;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.9));
}
.pj1-sky-popup {
  font-size: 13px;
  line-height: 1.45;
  color: #1a1410;
  min-width: 140px;
}
.pj1-sky-popup strong {
  font-size: 14px;
  letter-spacing: 0.04em;
}
.pj1-sky-popup-note {
  margin-top: 6px;
  font-size: 11px;
  color: #6a655c;
}
.pj1-sky-cat {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 2px 0 6px;
}
/* Right-side Filter button + checkbox panel */
.pj1-sky-map-wrap {
  position: relative;
}
.pj1-sky-filter-dock {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  pointer-events: none;
}
.pj1-sky-filter-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(201, 169, 110, 0.55);
  background: rgba(12, 12, 14, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff8ed;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.pj1-sky-filter-btn:hover,
.pj1-sky-filter-btn.is-open {
  background: rgba(201, 169, 110, 0.2);
  border-color: #c9a96e;
}
.pj1-sky-filter-btn-ico {
  font-size: 0.85rem;
  opacity: 0.85;
  line-height: 1;
}
.pj1-sky-filter-panel {
  pointer-events: auto;
  min-width: 220px;
  max-width: min(280px, calc(100vw - 48px));
  padding: 12px 12px 10px;
  border-radius: 14px;
  border: 1px solid rgba(201, 169, 110, 0.35);
  background: rgba(12, 12, 14, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55);
}
.pj1-sky-filter-panel[hidden] {
  display: none !important;
}
.pj1-sky-filter-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 4px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 239, 227, 0.55);
}
.pj1-sky-filter-link {
  border: 0;
  background: none;
  color: #c9a96e;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pj1-sky-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 6px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.88rem;
  color: rgba(245, 239, 227, 0.9);
  user-select: none;
  transition: background 0.15s;
}
.pj1-sky-check:hover {
  background: rgba(255, 255, 255, 0.05);
}
.pj1-sky-check input {
  width: 16px;
  height: 16px;
  accent-color: #c9a96e;
  cursor: pointer;
  flex-shrink: 0;
}
.pj1-sky-check i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px currentColor;
}

.pj1-sky-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 14px;
  align-items: center;
}
.pj1-sky-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: rgba(245, 239, 227, 0.7);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.pj1-sky-legend-item.is-off {
  opacity: 0.35;
}
.pj1-sky-legend-item i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 6px currentColor;
}
.pj1-sky-legend-item b {
  color: #c9a96e;
  font-weight: 600;
  margin-left: 2px;
}
.pj1-plane-icon {
  background: transparent !important;
  border: none !important;
}
.pj1-plane-rot {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
/* Leaflet dark chrome */
#pj1-live-sky .leaflet-control-zoom a {
  background: #1a1c22;
  color: #c9a96e;
  border-color: rgba(201, 169, 110, 0.35);
}
#pj1-live-sky .leaflet-control-attribution {
  display: none !important;
}
#pj1-live-sky .leaflet-control-attribution a {
  color: #c9a96e;
}
@media (max-width: 700px) {
  .pj1-sky-meta {
    width: 100%;
    justify-content: flex-start;
  }
  .pj1-sky-map-wrap {
    min-height: 300px;
    height: 50vh;
  }
}

/* While live sky map is on screen: park floating quote CTA in the corner
   so it does not cover the flight tracks (user request). */
body.pj1-sky-tracking .cta {
  inset: auto 20px 20px auto !important;
  left: auto !important;
  right: 20px !important;
  bottom: 20px !important;
  width: auto !important;
  max-width: calc(100vw - 40px) !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-end !important;
  pointer-events: none !important;
  z-index: 1100 !important;
}
body.pj1-sky-tracking .cta .container,
body.pj1-sky-tracking .cta .grid {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
body.pj1-sky-tracking .cta_c,
body.pj1-sky-tracking .cta_list {
  justify-content: flex-end !important;
  pointer-events: auto !important;
}
body.pj1-sky-tracking .btn-cta_btn {
  /* slightly compact so map stays readable */
  height: 44px !important;
  padding: 8px 16px !important;
}
body.pj1-sky-tracking .btn-cta_btn-icon {
  width: 44px !important;
  height: 44px !important;
}
@media (max-width: 640px) {
  body.pj1-sky-tracking .cta {
    right: 12px !important;
    bottom: 12px !important;
  }
}

/* === Clean separation: unstick Webflow globe footer overlay === */
.globe-bot-w {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 2 !important;
  pointer-events: auto !important;
  width: 100% !important;
  background: #0a0a0b !important;
  border-top: 1px solid rgba(201, 169, 110, 0.2);
}
.globe-bot-s {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 4vw, 48px) !important;
  box-sizing: border-box;
}
.globe-bot-s > .grid.fill {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr !important;
  gap: clamp(24px, 4vw, 48px) !important;
  align-items: end !important;
  max-width: 1200px;
  margin: 0 auto;
}
.globe-bot-s_left {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 28px !important;
  pointer-events: auto !important;
}
.globe-bot-s_left_title h3,
.globe-bot-s_left_title .p5 {
  max-width: 16ch;
  margin: 0 !important;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem) !important;
  line-height: 1.15 !important;
  color: #fff8ed !important;
}
.globe-bot-s_left_bot {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}
.globe-bot-s_right {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-end !important;
  gap: 16px !important;
  pointer-events: auto !important;
}
.globe-bot-s_right_contact {
  height: auto !important;
  position: relative !important;
  inset: auto !important;
  align-items: flex-end !important;
}
.globe-bot-s_right_contact_title {
  position: relative !important;
  inset: auto !important;
  text-align: right;
}
.globe-bot-s_left_copyright {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px 24px !important;
  align-items: center !important;
  margin-top: 8px;
  opacity: 0.75;
  font-size: 0.8rem !important;
}
.globe-bot-s_left_copyright .l1,
.globe-bot-s_left_copyright a,
.globe-bot-s_left_copyright .t6 {
  color: rgba(245, 239, 227, 0.65) !important;
}
/* Hide empty social / dead credit shells */
.globe-bot-s .socials-cms,
.globe-bot-s .cms_empty-none,
.globe-bot-s_right_credits {
  display: none !important;
}
/* Live sky: full-bleed clean section, no overlap */
#pj1-live-sky {
  position: relative !important;
  z-index: 1 !important;
  clear: both;
  isolation: isolate;
  margin-top: 0 !important;
  border-top: 1px solid rgba(201, 169, 110, 0.15);
}
#pj1-live-sky .pj1-sky-map-wrap {
  height: min(58vh, 520px);
}
/* Drop extra CTAs on live sky — quote already floating; keep explore link subtle */
#pj1-live-sky .pj1-sky-cta .pj1-sky-btn {
  display: none;
}
@media (max-width: 991px) {
  .globe-bot-s > .grid.fill {
    grid-template-columns: 1fr !important;
  }
  .globe-bot-s_right {
    align-items: flex-start !important;
  }
  .globe-bot-s_right_contact,
  .globe-bot-s_right_contact_title {
    align-items: flex-start !important;
    text-align: left;
  }
}
