/* =========================================================================
   E3 SkyShare — dedicated feature page
   Namespaced .ss-* so it never collides with the main site CSS.
   Relies on tokens from styles.css (:root) + .btn / .back-home from
   styles.css + styles-features.css.
   ========================================================================= */

.ss-page {
  background: var(--navy-deep);
  color: #fff;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;
}
.ss-wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.ss-wrap-narrow { max-width: 920px; margin: 0 auto; padding: 0 32px; }

.ss-eyebrow {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 20px;
}
.ss-display {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0;
}
.ss-display em { font-style: normal; color: var(--gold); }

/* ---- top mini-nav (sub-page) ---------------------------------------- */
.ss-topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px;
  background: rgba(6,26,48,0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ss-topbar .ss-brand { display: inline-flex; align-items: center; gap: 12px; }
.ss-topbar .ss-brand img { height: 30px; width: auto; display: block; }
.ss-topbar .ss-home {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  transition: color .2s;
}
.ss-topbar .ss-home:hover { color: var(--gold); }
.ss-topbar .ss-home svg { width: 16px; height: 16px; stroke-width: 2.4; }
.ss-topbar .ss-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--navy);
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 20px;
  border-radius: 4px;
  transition: background .2s, transform .15s;
}
.ss-topbar .ss-nav-cta:hover { background: #ffc733; transform: translateY(-1px); }
.ss-topbar .ss-actions { display: flex; align-items: center; gap: 22px; }
@media (max-width: 620px) {
  .ss-topbar { padding: 12px 18px; }
  .ss-topbar .ss-home span { display: none; }
  .ss-topbar .ss-actions { gap: 14px; }
}

/* ---- HERO ------------------------------------------------------------ */
.ss-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 11vw, 140px) 0 clamp(64px, 9vw, 120px);
  isolation: isolate;
}
.ss-hero .ss-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/skyshare-map.jpg");
  background-size: cover;
  background-position: center 38%;
  transform: scale(1.05);
  filter: saturate(1.05);
}
.ss-hero .ss-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 60% at 50% 42%, rgba(6,26,48,0.40), rgba(6,26,48,0.80) 78%),
    linear-gradient(180deg, rgba(6,26,48,0.86) 0%, rgba(6,26,48,0.45) 30%, rgba(6,26,48,0.55) 62%, rgba(6,26,48,0.97) 100%);
}
.ss-hero-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: 0 32px;
}
.ss-hero-logo {
  width: clamp(220px, 30vw, 360px);
  height: auto;
  margin: 0 auto 30px;
  display: block;
  filter: drop-shadow(0 22px 40px rgba(0,0,0,0.55));
}
.ss-hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.03;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  color: #fff;
  text-shadow: 0 4px 28px rgba(0,0,0,0.5);
}
.ss-hero h1 em { font-style: normal; color: var(--gold); }
.ss-hero .ss-hero-sub {
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.6;
  color: rgba(255,255,255,0.88);
  max-width: 620px;
  margin: 0 auto 36px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.5);
}
.ss-hero .ss-hero-sub strong { color: #fff; font-weight: 700; }
.ss-hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ss-hero-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.7);
}
.ss-hero-note strong { color: var(--gold); font-weight: 900; }

/* hero stat row */
.ss-hero-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(28px, 6vw, 72px);
  margin-top: clamp(44px, 6vw, 72px);
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.ss-hero-stat { text-align: center; }
.ss-hero-stat .n {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  color: var(--gold);
  letter-spacing: -0.01em;
}
.ss-hero-stat .l {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
  margin-top: 9px;
  line-height: 1.5;
}

/* ---- section scaffolding -------------------------------------------- */
.ss-section { padding: clamp(72px, 9vw, 120px) 0; position: relative; }
.ss-section.alt { background: var(--navy); }
.ss-section.deep { background: var(--navy-deep); }
.ss-head { max-width: 720px; margin: 0 auto clamp(44px, 6vw, 72px); text-align: center; }
.ss-head .ss-display {
  font-size: clamp(30px, 4.2vw, 52px);
}
.ss-head p {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.65;
  color: rgba(255,255,255,0.74);
  margin: 20px 0 0;
}

/* ---- MAP SHOWCASE ---------------------------------------------------- */
.ss-map-panel {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 50px 110px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.08);
}
.ss-map-panel img { display: block; width: 100%; height: auto; }
.ss-map-panel .ss-map-ribbon {
  position: absolute;
  top: 22px; left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--navy);
  padding: 11px 18px;
  border-radius: 6px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(0,0,0,0.4);
}
.ss-map-panel .ss-map-ribbon .pulse {
  width: 9px; height: 9px; border-radius: 999px;
  background: var(--navy);
  box-shadow: 0 0 0 0 rgba(10,37,64,0.5);
  animation: ssPulse 2s infinite;
}
@keyframes ssPulse {
  0% { box-shadow: 0 0 0 0 rgba(10,37,64,0.45); }
  70% { box-shadow: 0 0 0 10px rgba(10,37,64,0); }
  100% { box-shadow: 0 0 0 0 rgba(10,37,64,0); }
}
.ss-map-panel::after {
  content: "";
  position: absolute; inset: 0;
  box-shadow: inset 0 0 120px rgba(6,26,48,0.55);
  pointer-events: none;
}

/* legend chips below the map */
.ss-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 34px;
}
.ss-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px 9px 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.86);
}
.ss-pin {
  width: 13px; height: 13px;
  border-radius: 999px 999px 999px 2px;
  transform: rotate(45deg);
  flex: none;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.18);
}

/* ---- HOW IT WORKS ---------------------------------------------------- */
.ss-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 860px) { .ss-steps { grid-template-columns: 1fr; } }
.ss-step {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  padding: 38px 32px 34px;
  position: relative;
}
.ss-step .ss-step-n {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 2px;
  color: var(--navy);
  background: var(--gold);
  width: 44px; height: 44px;
  border-radius: 999px;
  display: grid; place-items: center;
  margin-bottom: 22px;
}
.ss-step h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 12px;
  color: #fff;
}
.ss-step p {
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.72);
  margin: 0;
}

/* ---- CATEGORY GRID --------------------------------------------------- */
.ss-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1000px) { .ss-cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .ss-cat-grid { grid-template-columns: 1fr; } }
.ss-cat {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 22px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  transition: border-color .2s, background .2s, transform .2s;
}
.ss-cat:hover { border-color: rgba(253,185,19,0.4); background: rgba(253,185,19,0.04); transform: translateY(-2px); }
.ss-cat .ss-cat-pin {
  width: 18px; height: 18px;
  margin-top: 3px;
  border-radius: 999px 999px 999px 3px;
  transform: rotate(45deg);
  flex: none;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.10);
}
.ss-cat h4 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #fff;
  margin: 0 0 5px;
}
.ss-cat p {
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.62);
  margin: 0;
}

/* ---- FEATURED DESTINATIONS ------------------------------------------ */
.ss-dest-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1000px) { .ss-dest-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .ss-dest-grid { grid-template-columns: 1fr; } }
.ss-dest {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  flex-direction: column;
}
.ss-dest .ss-dest-photo {
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
  display: block;
}
.ss-dest .ss-dest-photo image-slot { width: 100%; height: 100%; display: block; }
.ss-dest-tag {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(6,26,48,0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.ss-dest-tag .ss-pin { width: 10px; height: 10px; box-shadow: none; }
.ss-dest-body { padding: 20px 20px 22px; }
.ss-dest-body .ss-id {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--gold);
  margin-bottom: 8px;
}
.ss-dest-body h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
}
.ss-dest-body p {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

/* ---- MEMBER-BUILT BAND ---------------------------------------------- */
.ss-built {
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(253,185,19,0.08), transparent 60%),
    var(--navy);
}
.ss-built-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
@media (max-width: 900px) { .ss-built-grid { grid-template-columns: 1fr; gap: 44px; } }
.ss-built-copy .ss-display { font-size: clamp(28px, 3.8vw, 46px); }
.ss-built-copy p {
  font-size: 17px;
  line-height: 1.72;
  color: rgba(255,255,255,0.78);
  margin: 22px 0 0;
}
.ss-built-copy .ss-pull {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
  border-left: 2px solid var(--gold);
  padding-left: 22px;
  margin: 28px 0 0;
}
.ss-built-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 30px;
}
.ss-built-card .ss-bc-head {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 18px;
  display: flex; align-items: center; gap: 10px;
}
.ss-built-card .live-dot {
  width: 8px; height: 8px; border-radius: 999px; background: #2ecc71;
  box-shadow: 0 0 0 0 rgba(46,204,113,0.5); animation: ssPulse 2s infinite;
}
.ss-feed-item {
  display: flex; align-items: flex-start; gap: 13px;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.ss-feed-item:first-of-type { border-top: 0; padding-top: 0; }
.ss-feed-item .ss-pin { width: 14px; height: 14px; margin-top: 3px; }
.ss-feed-item .ss-feed-main { flex: 1; }
.ss-feed-item .ss-feed-main strong {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
}
.ss-feed-item .ss-feed-main span {
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
}
.ss-feed-item .ss-feed-when {
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  color: rgba(255,255,255,0.4);
  white-space: nowrap;
}

/* ---- TIERS STRIP ----------------------------------------------------- */
.ss-tiers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 760px;
  margin: 0 auto;
}
.ss-tier {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: rgba(253,185,19,0.1);
  border: 1px solid rgba(253,185,19,0.4);
  border-radius: 999px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.4px;
  color: #fff;
}
.ss-tier svg { width: 17px; height: 17px; color: var(--gold); stroke-width: 3; }

/* ---- FAQ ------------------------------------------------------------- */
.ss-faq { max-width: 820px; margin: 0 auto; }
.ss-faq details {
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 6px 0;
}
.ss-faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 4px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: clamp(16px, 1.8vw, 19px);
  color: #fff;
}
.ss-faq summary::-webkit-details-marker { display: none; }
.ss-faq summary .ss-faq-ico {
  flex: none;
  width: 26px; height: 26px;
  border-radius: 999px;
  border: 1.5px solid rgba(253,185,19,0.5);
  display: grid; place-items: center;
  color: var(--gold);
  transition: transform .25s;
}
.ss-faq summary .ss-faq-ico svg { width: 13px; height: 13px; stroke-width: 3; }
.ss-faq details[open] summary .ss-faq-ico { transform: rotate(45deg); }
.ss-faq details p {
  margin: 0;
  padding: 0 4px 24px;
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.72);
  max-width: 700px;
}

/* ---- FINAL CTA ------------------------------------------------------- */
.ss-final {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
}
.ss-final::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 100%, rgba(0,115,230,0.16), transparent 70%),
    radial-gradient(ellipse 50% 40% at 50% 0%, rgba(253,185,19,0.10), transparent 70%);
  pointer-events: none;
}
.ss-final .ss-wrap-narrow { position: relative; }
.ss-final h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 20px;
}
.ss-final h2 em { font-style: normal; color: var(--gold); }
.ss-final p {
  font-size: 18px;
  color: rgba(255,255,255,0.78);
  max-width: 580px;
  margin: 0 auto 34px;
  line-height: 1.6;
}
.ss-final .ss-fineprint {
  margin-top: 24px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  letter-spacing: 0.4px;
  color: rgba(255,255,255,0.5);
}

/* ---- footer link color guard (footer uses dark bg already) ---------- */
.ss-page .footer { border-top: 1px solid rgba(255,255,255,0.08); }

/* ---- reveal animation ------------------------------------------------ */
@media (prefers-reduced-motion: no-preference) {
  .ss-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
  .ss-reveal.in { opacity: 1; transform: none; }
}
