/* ══════════════════════════════════════════════
   SpaceHub — homepage below hero
   Dark cosmic editorial · gold #FFE958 · violet #A109E3
   ══════════════════════════════════════════════ */

.sh-main {
  --sh-navy: #011e39;
  --sh-black: #0a0a0a;
  --sh-graphite: #141414;
  --sh-graphite-mid: #1e1e1e;
  --sh-graphite-soft: #2a2a2a;
  --sh-navy-deep: #0a0a0a;
  --sh-gold: #ffe958;
  --sh-violet: #a109e3;
  --sh-text: rgba(255, 255, 255, 0.88);
  --sh-muted: rgba(255, 255, 255, 0.5);
  --sh-glass: rgba(255, 255, 255, 0.06);
  --sh-glass-border: rgba(255, 255, 255, 0.12);
  --sh-max: 1200px;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--sh-text);
  background: var(--sh-navy-deep);
  overflow-x: clip;
}

.sh-main *,
.sh-main *::before,
.sh-main *::after {
  box-sizing: border-box;
}

.sh-main h1,
.sh-main h2,
.sh-main h3,
.sh-main p,
.sh-main ul,
.sh-main a {
  margin: 0;
  padding: 0;
}

.sh-wrap {
  width: min(var(--sh-max), calc(100% - 48px));
  margin: 0 auto;
}

/* ── Bridge from hero ── */
.sh-bridge {
  position: relative;
  height: 120px;
  margin-top: -1px;
  background: linear-gradient(180deg, #000 0%, #0a0a0a 55%, #141414 100%);
  overflow: hidden;
}

.sh-bridge__glow {
  position: absolute;
  left: 50%;
  top: -40%;
  width: 80%;
  height: 200%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.06) 0%, transparent 65%);
  pointer-events: none;
}

.sh-bridge__stars {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(1px 1px at 20% 30%, #fff, transparent),
    radial-gradient(1px 1px at 60% 70%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 80% 20%, rgba(255, 233, 88, 0.9), transparent),
    radial-gradient(1px 1px at 40% 80%, #fff, transparent),
    radial-gradient(1px 1px at 90% 55%, #fff, transparent);
  background-size: 100% 100%;
}

/* ── Typography ── */
.sh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sh-gold);
}

.sh-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--sh-gold);
}

.sh-kicker--light {
  color: var(--sh-gold);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.sh-kicker--light::before {
  display: none;
}

.sh-display {
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 5.5vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
}

.sh-display--sm {
  font-size: clamp(28px, 4vw, 42px);
}

.sh-sub {
  margin-top: 18px;
  max-width: 480px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--sh-muted);
}

.sh-sub--light {
  color: rgba(255, 255, 255, 0.62);
}

.sh-muted {
  font-size: 13px;
  color: var(--sh-muted);
}

/* ── Glass panel ── */
.sh-glass {
  background: var(--sh-glass);
  border: 1px solid var(--sh-glass-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* ── Buttons ── */
.sh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s;
  white-space: nowrap;
}

.sh-btn--gold {
  color: #0a0a0a;
  background: var(--sh-gold);
  box-shadow: none;
}

.sh-btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255, 233, 88, 0.38);
}

.sh-btn--ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
}

.sh-btn--ghost:hover {
  border-color: var(--sh-violet);
  color: #fff;
  box-shadow: 0 0 24px rgba(161, 9, 227, 0.35);
}

.sh-btn--line {
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.22);
  padding: 12px 22px;
}

.sh-btn--line:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

/* ── Intro + hall nav ── */
.sh-intro {
  position: relative;
  padding: 56px 0 72px;
  background:
    radial-gradient(ellipse 85% 70% at 18% 0%, rgba(255, 255, 255, 0.07) 0%, transparent 58%),
    radial-gradient(ellipse 60% 50% at 88% 100%, rgba(255, 255, 255, 0.04) 0%, transparent 55%),
    linear-gradient(180deg, #141414 0%, #0a0a0a 100%);
  overflow: hidden;
}

.sh-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(1px 1px at 12% 22%, rgba(255, 255, 255, 0.35), transparent),
    radial-gradient(1px 1px at 78% 18%, rgba(255, 255, 255, 0.28), transparent),
    radial-gradient(1px 1px at 44% 68%, rgba(255, 255, 255, 0.22), transparent),
    radial-gradient(1.5px 1.5px at 90% 72%, rgba(255, 255, 255, 0.18), transparent),
    radial-gradient(1px 1px at 28% 88%, rgba(255, 255, 255, 0.25), transparent),
    radial-gradient(1px 1px at 62% 42%, rgba(255, 255, 255, 0.2), transparent);
}

.sh-intro::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}

.sh-intro .sh-wrap {
  position: relative;
  z-index: 1;
}

.sh-intro .sh-kicker {
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.18em;
}

.sh-intro .sh-kicker::before {
  width: 32px;
  background: rgba(255, 255, 255, 0.28);
}

.sh-intro__copy {
  max-width: 620px;
}

.sh-intro .sh-display {
  font-family: Montserrat, sans-serif;
  font-size: clamp(56px, 5.2vw, 92px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 620px;
}

.sh-intro .sh-sub {
  max-width: 620px;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

.sh-intro__grid {
  display: grid;
  grid-template-columns: minmax(420px, 560px) minmax(360px, 520px);
  justify-content: space-between;
  align-items: center;
  gap: clamp(48px, 7vw, 120px);
}

.sh-hall-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 520px;
}

.sh-hall-nav__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  width: 100%;
  max-width: 520px;
  min-height: 56px;
  height: 60px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  border-radius: 18px;
  border: 1px solid transparent;
  background: transparent;
  box-sizing: border-box;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.sh-hall-nav__num {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.22s ease;
}

.sh-hall-nav__name {
  min-width: 0;
}

.sh-hall-nav__item:hover {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.14);
}

.sh-hall-nav__item:hover .sh-hall-nav__num {
  color: rgba(255, 255, 255, 0.62);
}

.sh-hall-nav__item.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.28);
}

.sh-hall-nav__item.is-active .sh-hall-nav__num {
  color: #fff;
}

/* ── Hall spotlights ── */
.sh-showcase {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #000;
}

.sh-spotlight {
  position: relative;
  min-height: clamp(480px, 72vh, 680px);
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.sh-spotlight.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sh-spotlight__bg {
  position: absolute;
  inset: 0;
  background: #111 center / cover no-repeat;
  transform: scale(1.06);
  transition: transform 8s ease;
}

.sh-spotlight:hover .sh-spotlight__bg {
  transform: scale(1);
}

/* Andromeda — frame the hall interior, not the ceiling */
#hall-andromeda .sh-spotlight__bg {
  background-position: 50% 72%;
}

.sh-spotlight__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(20, 20, 20, 0.72) 38%,
      rgba(40, 40, 40, 0.28) 62%,
      rgba(0, 0, 0, 0.08) 100%
    );
  pointer-events: none;
}

.sh-spotlight--right .sh-spotlight__veil {
  background:
    linear-gradient(
      260deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(20, 20, 20, 0.72) 38%,
      rgba(40, 40, 40, 0.28) 62%,
      rgba(0, 0, 0, 0.08) 100%
    );
}

.sh-spotlight__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding: 64px 0;
}

.sh-spotlight--right .sh-spotlight__inner {
  justify-content: flex-end;
}

.sh-spotlight__idx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Playfair Display", serif;
  font-size: clamp(120px, 22vw, 280px);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
  user-select: none;
}

/* ── Spotlight card — open editorial, no box ── */
.sh-spotlight__card {
  position: relative;
  width: min(400px, 100%);
  padding: 4px 0 4px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  background: none;
  box-shadow: none;
}

.sh-spotlight__label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.sh-spotlight__label span {
  font-family: "Playfair Display", serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.55);
}

.sh-spotlight__title {
  margin-bottom: 16px;
  font-family: "Playfair Display", serif;
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #fff;
}

.sh-spotlight__title a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}

.sh-spotlight__title a:hover {
  opacity: 0.72;
}

.sh-spotlight__desc {
  margin-bottom: 28px;
  max-width: 36ch;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
}

.sh-spotlight__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 28px;
}

.sh-spotlight__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s, gap 0.2s;
}

.sh-spotlight__cta::after {
  content: "→";
  font-size: 14px;
  transition: transform 0.2s;
}

.sh-spotlight__cta:hover {
  opacity: 0.8;
  gap: 12px;
}

.sh-spotlight__cta:hover::after {
  transform: translateX(3px);
}

.sh-spotlight__cta--soft {
  color: rgba(255, 255, 255, 0.45);
}

.sh-spotlight__cta--soft::after {
  display: none;
}

.sh-spotlight__cta--soft:hover {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}

/* ── PhotoHub ── */
.sh-photohub {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(ellipse 60% 50% at 0% 50%, rgba(161, 9, 227, 0.15), transparent),
    linear-gradient(180deg, var(--sh-navy-deep) 0%, #020f1c 100%);
}

.sh-photohub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(161, 9, 227, 0.4), transparent);
}

.sh-photohub__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: center;
}

.sh-photohub__visual {
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

.sh-photohub__visual img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease, filter 0.4s;
}

.sh-photohub__visual:hover img {
  transform: scale(1.04);
  filter: brightness(1.08);
}

.sh-photohub__ring {
  position: absolute;
  inset: -2px;
  border-radius: 26px;
  border: 1px solid rgba(255, 233, 88, 0.35);
  box-shadow: 0 0 40px rgba(161, 9, 227, 0.25);
  pointer-events: none;
  transition: box-shadow 0.3s;
}

.sh-photohub__visual:hover .sh-photohub__ring {
  box-shadow: 0 0 60px rgba(161, 9, 227, 0.45);
}

.sh-photohub__copy .sh-btn {
  margin-top: 28px;
}

/* ── Perks bento ── */
.sh-perks {
  padding: 88px 0;
  background: var(--sh-navy);
}

.sh-perks__head {
  margin-bottom: 40px;
}

.sh-perks__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
}

.sh-perk {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 22px;
  min-height: 120px;
  background: rgba(0, 8, 16, 0.65);
  transition: background 0.25s;
}

.sh-perk:hover {
  background: rgba(161, 9, 227, 0.12);
}

.sh-perk__n {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--sh-gold);
}

.sh-perk p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

/* ── Location ── */
.sh-find {
  padding: 88px 0;
  background: linear-gradient(180deg, var(--sh-navy) 0%, var(--sh-navy-deep) 100%);
}

.sh-find__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: start;
}

.sh-find__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.sh-find__card {
  padding: 20px 22px;
}

.sh-find__label {
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sh-gold);
}

.sh-find__card p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
}

.sh-find__card a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.sh-find__card a:hover {
  color: var(--sh-gold);
}

.sh-find__map {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 400px;
  border: 1px solid rgba(255, 233, 88, 0.2);
  box-shadow:
    0 0 0 1px rgba(161, 9, 227, 0.15),
    0 24px 64px rgba(0, 0, 0, 0.45);
}

.sh-find__map iframe {
  display: block;
  width: 100%;
  min-height: 400px;
  border: 0;
  filter: saturate(0.85) contrast(1.05);
}

/* ── SEO / About ── */
.sh-about {
  padding: 88px 0;
  background: #fff;
  color: var(--sh-navy);
}

.sh-about__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.sh-about__visual {
  position: relative;
  min-height: 420px;
  border-radius: 20px;
  background: var(--sh-navy) center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  overflow: hidden;
}

.sh-about__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(1, 30, 57, 0.95) 0%, rgba(1, 30, 57, 0.2) 60%);
}

.sh-about__h1 {
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.sh-about__text {
  font-size: 14px;
  line-height: 1.8;
  color: #4a5560;
}

.sh-about__text > p {
  margin-bottom: 20px;
}

.sh-about__text a {
  color: var(--sh-navy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sh-fold {
  margin-bottom: 12px;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  overflow: hidden;
  background: #f8fafb;
}

.sh-fold summary {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--sh-navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
}

.sh-fold summary::-webkit-details-marker {
  display: none;
}

.sh-fold summary::after {
  content: "+";
  font-size: 18px;
  font-weight: 300;
  color: var(--sh-violet);
  transition: transform 0.2s;
}

.sh-fold[open] summary::after {
  transform: rotate(45deg);
}

.sh-fold summary:hover {
  background: #f0f4f8;
}

.sh-fold__body {
  padding: 0 20px 18px;
  border-top: 1px solid #e8ecf0;
}

.sh-fold__body p {
  margin: 14px 0;
}

.sh-fold__body ul {
  margin: 0;
  padding-left: 18px;
}

.sh-fold__body li {
  margin-bottom: 6px;
}

/* ── Footer ── */
.sh-footer {
  padding: 48px 0 56px;
  background: #000;
  border-top: 1px solid rgba(255, 233, 88, 0.15);
}

.sh-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}

.sh-footer__brand img {
  display: block;
  width: 110px;
  height: auto;
  margin-bottom: 12px;
  opacity: 0.9;
}

.sh-footer__brand p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.sh-footer__legal p {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.4);
  text-align: right;
}

.sh-footer__legal a {
  color: rgba(255, 233, 88, 0.8);
  text-decoration: none;
}

.sh-footer__legal a:hover {
  color: var(--sh-gold);
}

/* ── Responsive ── */
@media (max-width: 1200px) {
  .sh-intro__grid {
    grid-template-columns: minmax(320px, 1fr) minmax(300px, 460px);
    gap: clamp(32px, 5vw, 64px);
  }

  .sh-intro .sh-display {
    font-size: clamp(52px, 5vw, 68px);
  }

  .sh-hall-nav,
  .sh-hall-nav__item {
    max-width: 460px;
  }
}

@media (max-width: 1024px) {
  .sh-intro__grid,
  .sh-photohub__grid,
  .sh-find__grid,
  .sh-about__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sh-hall-nav,
  .sh-hall-nav__item {
    max-width: none;
  }

  .sh-perks__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sh-spotlight--right .sh-spotlight__inner {
    justify-content: flex-start;
  }

  .sh-footer__legal p {
    text-align: left;
  }

  .sh-footer__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sh-wrap {
    width: min(var(--sh-max), calc(100% - 28px));
  }

  .sh-bridge {
    height: 80px;
  }

  .sh-intro {
    padding: 40px 0 52px;
  }

  .sh-intro .sh-display {
    font-size: clamp(40px, 8vw, 48px);
  }

  .sh-hall-nav__item {
    max-width: none;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    min-height: 56px;
    height: 56px;
  }

  .sh-spotlight {
    min-height: 520px;
  }

  .sh-spotlight__card {
    padding-left: 20px;
    width: 100%;
  }

  .sh-spotlight__label {
    flex-wrap: wrap;
    gap: 8px;
  }

  .sh-spotlight__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .sh-perks__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sh-photohub {
    padding: 64px 0;
  }

  .sh-perks,
  .sh-find,
  .sh-about {
    padding: 64px 0;
  }
}

@media (max-width: 480px) {
  .sh-perks__grid {
    grid-template-columns: 1fr;
  }

  .sh-hall-nav__item {
    grid-template-columns: 56px 1fr;
    padding: 0 16px;
  }

  .sh-hall-nav__num {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-spotlight,
  .sh-spotlight__bg,
  .sh-btn,
  .sh-hall-nav__item {
    transition: none;
  }

  .sh-spotlight {
    opacity: 1;
    transform: none;
  }
}
