:root {
  --bg: #080808;
  --bg-soft: #111111;
  --card: rgba(255,255,255,0.06);
  --card-border: rgba(255,255,255,0.12);
  --text: #f3f3f3;
  --muted: #b6b6b6;
  --accent: #184377;
  --accent-2: #ff9f1c;
  --line: rgba(255,255,255,0.08);
  --shadow: 0 20px 60px rgba(0,0,0,0.45);
  --radius-xl: 1.5rem;
  --radius-lg: 1rem;
  --neon-blue: #4d7cff;
  --neon-gold: #ffcc33;
  
  /* Tier Colors */
  --bronze: #cd7f32;
  --silver-tier: #a8a9ad;
  --gold-tier: #c8960c;
  --founding-red: #6f202b;
  --founding-red-light: #a43b49;
  --founding-gold: #c9a24f;
}

html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: 'Inter', sans-serif; overflow-x: hidden; margin: 0; padding: 0; }

h1, h2, h3, h4, h5, .nav-link, .section-kicker, .font-heading {
  font-family: 'Oswald', sans-serif; letter-spacing: 0.04em; text-transform: uppercase;
}
a { text-decoration: none; }

/* NAVBAR */
.site-navbar {
  background: rgba(6, 16, 32, 0.58); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.08); position: absolute; top: 40px; left: 20px; right: 20px;
  border-radius: 18px; z-index: 2000;
}
.nav-shell { position: relative; min-height: 76px; display: flex; align-items: center; justify-content: flex-end; }
.nav-logo-center { position: absolute; left: 50%; top: -38px; transform: translateX(-50%); z-index: 10; }
.main-logo { height: 160px; width: auto; display: block; filter: drop-shadow(0 16px 34px rgba(0,0,0,0.38)); }
.nav-right-group { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; gap: 1.25rem; width: 100%; padding-left: 36%; min-height: 70px; }
.nav-brand-copy { flex: 0 0 auto; }
.brand-text-link { color: #fff; display: inline-flex; align-items: center; }
.nav-brand-mark {
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0 0.18rem;
  white-space: nowrap;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.nav-brand-sub {
  color: var(--muted);
  font-size: 0.68rem;
  margin: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: 'Oswald', sans-serif;
}
.nav-link { color: rgba(255,255,255,0.82) !important; font-size: 0.95rem; font-weight: 500;}
.nav-link:hover { color: #fff !important; }

/* BUTTONS */
.btn-brand, .btn-brand-outline { border-radius: 999px; padding: 0.9rem 1.35rem; font-weight: 600; letter-spacing: 0.02em; }
.btn-brand { background: linear-gradient(135deg, var(--accent), #0f2d52); border: none; color: #fff; box-shadow: 0 12px 30px rgba(24,67,119,0.35); }
.btn-brand:hover { color: #fff; transform: translateY(-1px); }
.btn-brand-outline { border: 1px solid rgba(255,255,255,0.22); color: #fff; background: rgba(255,255,255,0.03); }
.btn-brand-outline:hover { color: #fff; border-color: rgba(255,255,255,0.36); background: rgba(255,255,255,0.07); }

/* MEMBERSHIP HERO */
.hero {
  position: relative;
  min-height: 68vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12.5rem 2rem 5.5rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(77,124,255,0.16), transparent 34%),
    radial-gradient(circle at 50% 92%, rgba(255,204,51,0.08), transparent 30%),
    linear-gradient(180deg, #08101f 0%, #0d1c37 58%, #0f1f3d 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 26%, #000 76%, transparent);
  opacity: 0.34;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -170px;
  width: min(900px, 92vw);
  height: 280px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(77,124,255,0.10);
  filter: blur(80px);
  pointer-events: none;
}

.hero-bg-wrap { display: none; }

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.hero-copy {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hero-copy .eyebrow {
  justify-content: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--neon-blue));
}

.eyebrow::after {
  background: linear-gradient(90deg, var(--neon-blue), transparent);
}

.hero h1 {
  margin: 0 0 1.15rem;
  color: #f4f6fa;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-shadow: 0 18px 46px rgba(0,0,0,0.36);
}

.hero-highlight { color: var(--neon-gold); }

.hero p.lead {
  max-width: 720px;
  margin: 0 auto 2rem;
  color: #d8e2ee;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  justify-content: center;
}

.hero-join-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 320px;
  padding: 1rem 1.15rem 1rem 1.65rem;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-tier), var(--neon-gold));
  color: #111;
  box-shadow:
    0 18px 40px rgba(255,204,51,0.28),
    0 0 0 1px rgba(255,255,255,0.18) inset;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.hero-join-cta:hover {
  color: #111;
  transform: translateY(-3px) scale(1.015);
  filter: brightness(1.05);
  box-shadow:
    0 24px 46px rgba(255,204,51,0.38),
    0 0 0 1px rgba(255,255,255,0.28) inset;
}

.hero-join-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.hero-join-main { font-size: 1.05rem; }

.hero-join-sub {
  margin-top: 0.2rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.76;
}

.hero-join-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.24);
  color: #111;
}

.gold-divider {
  width: 100%;
  height: 3px;
  margin: 0;
  background: linear-gradient(90deg, transparent, var(--gold-tier), var(--neon-gold), var(--gold-tier), transparent);
}

/* SECONDARY VIDEO — deliberately separated from the main CTA */
.museum-video-section {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(24,67,119,0.20), transparent 34%),
    linear-gradient(180deg, #090c12 0%, #050608 100%);
}

.museum-video-card {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 3px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(77,124,255,0.82) 0%,
    rgba(255,255,255,0.16) 36%,
    rgba(255,255,255,0.08) 68%,
    rgba(200,150,12,0.72) 100%
  );
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 42px, 100% 100%, 42px 100%, 0 calc(100% - 42px));
  filter:
    drop-shadow(0 24px 28px rgba(0,0,0,0.52))
    drop-shadow(0 0 18px rgba(77,124,255,0.12));
  transition: transform 0.35s ease, filter 0.35s ease;
}

.museum-video-card:hover {
  transform: translateY(-5px);
  filter:
    drop-shadow(0 30px 34px rgba(0,0,0,0.62))
    drop-shadow(0 0 25px rgba(77,124,255,0.18));
}

.museum-video-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -14px;
  z-index: 3;
  width: 128px;
  height: 6px;
  background: linear-gradient(90deg, transparent, var(--gold-tier), var(--neon-gold));
  transform: skewX(-38deg);
  box-shadow: 0 0 14px rgba(255,204,51,0.40), 0 0 28px rgba(255,204,51,0.16);
  pointer-events: none;
}

.museum-video-media {
  position: relative;
  width: 100%;
  height: clamp(300px, 48vw, 560px);
  overflow: hidden;
  background: #050505;
  clip-path: polygon(0 0, calc(100% - 39px) 0, 100% 39px, 100% 100%, 39px 100%, 0 calc(100% - 39px));
}

.museum-video-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3,7,13,0.04), rgba(3,7,13,0.12) 62%, rgba(3,7,13,0.34));
}

.museum-video,
.museum-video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.museum-video { z-index: 0; }

.museum-video-overlay {
  z-index: 1;
  opacity: 0.9;
  pointer-events: none;
}

/* TOGGLE & PACKAGES */
section.content-section { padding: 1rem 0; position: relative; z-index: 10;}
.dark-divider { border-top: 1px solid var(--line); }
.section-kicker { color: var(--accent-2); font-size: 0.9rem; margin-bottom: 0.75rem; }
.section-title { font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.1; margin-bottom: 1rem; }

.entry-toggle-container {
  display: inline-flex;
  padding: 6px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50px;
  background: rgba(255,255,255,0.05);
  box-shadow: 0 16px 42px rgba(0,0,0,0.32);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.entry-toggle-btn { border: none; background: transparent; padding: 12px 32px; border-radius: 40px; font-weight: 600; font-family: 'Oswald', sans-serif; font-size: 1.1rem; color: rgba(255,255,255,0.6); transition: all 0.3s ease; }
.entry-toggle-btn.active { background: linear-gradient(135deg, var(--gold-tier), #ffe066); color: var(--bg); box-shadow: 0 10px 24px rgba(200, 150, 12, 0.3); }
.save-badge { display:inline-block; background:rgba(200,150,12,0.15); border:1px solid rgba(200,150,12,0.4); color:var(--neon-gold); font-family:'Oswald',sans-serif; font-size:0.75rem; letter-spacing:0.15em; text-transform:uppercase; padding:0.4rem 1rem; border-radius: 50px; vertical-align:middle; }

/* CARDS */
.membership-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 2.5rem 2rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  background-color: rgba(18,20,24,0.8);
  box-shadow: 0 18px 45px rgba(0,0,0,0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.membership-card:hover { transform: translateY(-8px); }

.bronze-card { border-top: 4px solid var(--bronze) !important; }
.silver-card { border-top: 4px solid var(--silver-tier) !important; }
.gold-card   { border-top: 4px solid var(--gold-tier) !important; }

.bronze-card:hover { border-color: var(--bronze); box-shadow: 0 18px 45px rgba(0,0,0,0.45), 0 0 15px rgba(205, 127, 50, 0.15); }
.silver-card:hover { border-color: var(--silver-tier); box-shadow: 0 18px 45px rgba(0,0,0,0.45), 0 0 15px rgba(168, 169, 173, 0.15); }
.gold-card:hover   { border-color: var(--gold-tier); box-shadow: 0 18px 45px rgba(0,0,0,0.45), 0 0 20px rgba(200, 150, 12, 0.2); }

.tier-eyebrow { font-family:'Oswald',sans-serif; font-size:0.75rem; letter-spacing:0.25em; text-transform:uppercase; margin-bottom:0.4rem; }
.bronze-card .tier-eyebrow { color: var(--bronze); }
.silver-card .tier-eyebrow { color: var(--silver-tier); }
.gold-card .tier-eyebrow { color: var(--gold-tier); }

.membership-badge { font-family: 'Oswald', sans-serif; font-size: 1.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text); margin-bottom: 1.2rem; }

.pkg-price-large { display: flex; align-items: baseline; gap: 0.3rem; margin-bottom: 0.3rem; }
.pkg-price-large .amount { font-family: 'Oswald', sans-serif; font-size: 3.5rem; font-weight: 700; color: #fff; line-height: 1; }
.pkg-price-large .sup { font-family: 'Oswald', sans-serif; font-size: 1.2rem; color: var(--muted); align-self: flex-start; margin-top: 0.5rem; }
.pkg-price-large .period { font-family: 'Oswald', sans-serif; font-size: 0.85rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); }

.tier-annual-note { font-size: 0.85rem; color: rgba(255,255,255,0.4); font-style: italic; min-height: 1.2rem; margin-bottom: 1.5rem; }
.tier-divider { height: 1px; background: rgba(255,255,255,0.08); margin: 0 0 1.5rem 0; }

.tier-includes { font-family: 'Oswald', sans-serif; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.feat-list { list-style: none; padding: 0; margin-bottom: 2rem; flex: 1; display: flex; flex-direction: column; gap: 0.8rem; }
.feat-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.9rem; color: #d8e2ee; line-height: 1.5; }
.feat-list li::before { content: '▶'; font-size: 0.55rem; flex-shrink: 0; margin-top: 0.35rem; }

.bronze-card .feat-list li::before { color: var(--bronze); }
.silver-card .feat-list li::before { color: var(--silver-tier); }
.gold-card .feat-list li::before { color: var(--gold-tier); }

/* FOUNDING CARD */
.founding-card-special {
  position: relative;
  padding: 3rem 3.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  border-radius: 20px;
  margin-bottom: 4rem;
  overflow: hidden;

  background:
      radial-gradient(
          circle at 85% 20%,
          rgba(201,162,79,0.10),
          transparent 30%
      ),
      linear-gradient(
          135deg,
          #160d0f 0%,
          #351419 50%,
          #160d0f 100%
      );

  border: 2px solid rgba(201,162,79,0.55);

  box-shadow:
      0 18px 45px rgba(0,0,0,0.6),
      0 0 28px rgba(201,162,79,0.12);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.founding-card-special::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;

  background: linear-gradient(
      90deg,
      transparent,
      var(--founding-red-light),
      var(--founding-gold),
      var(--founding-red-light),
      transparent
  );
}

.founding-card-special::after {
  content: 'FOUNDING MEMBER';
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;

  font-family: 'Oswald', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: rgba(201,162,79,0.58);
}

.founding-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;

  background: rgba(201,162,79,0.10);
  border: 1px solid rgba(201,162,79,0.45);
  color: #e3c778;

  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;

  padding: 0.4rem 1rem;
  margin-bottom: 1.2rem;
  border-radius: 5px;
}

.founding-title {
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 0.5rem;
}

.founding-subtitle {
  font-size: 1rem;
  color: #d8e2ee;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.founding-limit {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d6b760;
  margin-bottom: 1.5rem;
}

.founding-price-wrap {
  text-align: center;
  padding: 2.5rem;

  background: rgba(0,0,0,0.38);
  border: 1px solid rgba(201,162,79,0.34);
  border-radius: 15px;

  flex: 1;
  min-width: 250px;
}

.founding-price {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.founding-price sup {
  font-size: 1.8rem;
  vertical-align: top;
  margin-top: 0.5rem;
  display: inline-block;
  color: #e3c778;
}

.founding-price-note {
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.5rem;
}

.founding-renewal {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.48);
  margin-top: 0.5rem;
  font-style: italic;
}

.founding-benefits {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.founding-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #d8e2ee;
  line-height: 1.5;
}

.founding-benefits li::before {
  content: '★';
  color: #e3c778;
  font-size: 0.75rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
/* FAQ */
.faq-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(24,67,119,0.16), transparent 31%),
    radial-gradient(circle at 88% 70%, rgba(255,159,28,0.08), transparent 27%),
    linear-gradient(180deg, rgba(11,13,18,0.96), rgba(6,7,10,1));
}
.faq-item {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.faq-item:last-child { border-bottom: none; }
.faq-q { font-family: 'Oswald', sans-serif; font-size: 1.1rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; margin-bottom: 0.6rem; }
.faq-a { font-size: 0.95rem; line-height: 1.7; color: var(--muted); margin-bottom: 0; }


/* MEMBERSHIP FAQ ACCORDION */
.membership-faq-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: #fff;
}

.faq-accordion-item {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.11) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(18,23,34,0.96), rgba(9,12,18,0.98));
  box-shadow: 0 14px 34px rgba(0,0,0,0.24);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-accordion-item:last-child { margin-bottom: 0; }

.faq-accordion-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255,204,51,0.28) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,0.34), 0 0 18px rgba(77,124,255,0.07);
}

.faq-accordion-item .accordion-header { margin: 0; }

.faq-accordion-button {
  min-height: 78px;
  padding: 1.15rem 1.25rem 1.15rem 1.45rem;
  gap: 1rem;
  background: transparent !important;
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.faq-accordion-button:hover { color: var(--neon-gold) !important; }

.faq-accordion-button:not(.collapsed) {
  color: var(--neon-gold) !important;
  background: linear-gradient(90deg, rgba(255,204,51,0.055), rgba(77,124,255,0.035)) !important;
}

.faq-accordion-button::after {
  content: "+";
  width: 40px;
  height: 40px;
  margin-left: auto;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.045);
  background-image: none !important;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1;
  transform: none !important;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.faq-accordion-button:not(.collapsed)::after {
  content: "−";
  color: #111;
  border-color: var(--neon-gold);
  background: var(--neon-gold);
}

.faq-accordion-body {
  padding: 0.15rem 1.45rem 1.4rem;
  border-top: 1px solid rgba(255,255,255,0.07);
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.8;
}

.faq-accordion-body p { margin: 0; }

@media (max-width: 575.98px) {
  .hero { padding: 13.5rem 1rem 4.25rem; }
  .hero h1 { font-size: clamp(2.7rem, 15vw, 4rem); }
  .eyebrow { font-size: 0.76rem; letter-spacing: 0.14em; }
  .eyebrow::before, .eyebrow::after { width: 30px; }
  .hero-join-cta { width: min(100%, 340px); min-width: 0; padding: 0.9rem 1rem 0.9rem 1.35rem; }
  .hero-join-main { font-size: 0.96rem; }
  .hero-join-sub { font-size: 0.61rem; }
  .hero-join-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .museum-video-section { padding: 4rem 0; }
  .museum-video-card { clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 25px 100%, 0 calc(100% - 25px)); }
  .museum-video-media { height: clamp(230px, 64vw, 330px); clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px)); }
  .faq-accordion-button {
    min-height: 70px;
    padding: 1rem;
    font-size: 0.98rem;
  }

  .faq-accordion-button::after {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .faq-accordion-body { padding: 0.15rem 1rem 1.15rem; }
}

/* CHECKOUT MODAL — WHITE FORM STYLE */
#registerModal .modal-dialog {
  max-width: 800px;
}

#registerModal .modal-content {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  background: #ffffff;
  color: #171a1f;
  box-shadow: 0 28px 80px rgba(0,0,0,0.64);
}

#registerModal .modal-header {
  min-height: 62px;
  margin: 0 !important;
  padding: 1rem 1.35rem !important;
  border: 0;
  border-radius: 0;
  background: #23272b;
  color: #ffffff;
}

#registerModal .modal-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}

#registerModal .modal-title i {
  color: #ffffff !important;
}

#registerModal .modal-header .btn-close {
  opacity: 0.62;
  filter: invert(1) grayscale(1);
  box-shadow: none;
}

#registerModal .modal-header .btn-close:hover {
  opacity: 1;
}

#registerModal .modal-body {
  padding: 1.65rem 1.5rem 1.5rem !important;
  background: #ffffff;
  color: #171a1f;
}

#registerModal .stepper {
  display: flex;
  margin-bottom: 2rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #dfe3e7;
}

#registerModal .step {
  position: relative;
  flex: 1;
  color: #c3c5c8;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
}

#registerModal .step.active {
  color: #d52d33;
}

#registerModal .step.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  height: 2px;
  background: #d52d33;
}

#registerModal .checkout-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding: 1.25rem 1rem;
  border-left: 4px solid var(--neon-gold);
  border-radius: 7px;
  background: #f6f7f8;
}

#registerModal .checkout-summary-label {
  display: block;
  margin-bottom: 0.15rem;
  color: #565b61;
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
}

#registerModal .checkout-summary-value {
  color: #11151a;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.15;
}

#registerModal .checkout-total .checkout-summary-value {
  font-size: 1.65rem;
  font-weight: 700;
}

#registerModal .form-label {
  margin-bottom: 0.45rem;
  color: #5b6065;
  font-size: 0.78rem;
  font-weight: 700 !important;
}

#registerModal .footer-input {
  min-height: 50px;
  border: 1px solid #d7dce1;
  border-radius: 8px;
  background: #ffffff;
  color: #171a1f;
  font-size: 1rem;
  box-shadow: none;
}

#registerModal .footer-input::placeholder {
  color: #9aa0a6;
}

#registerModal .footer-input:hover {
  border-color: #bfc5cb;
}

#registerModal .footer-input:focus {
  border-color: #1f596f;
  background: #ffffff;
  color: #171a1f;
  box-shadow: 0 0 0 0.2rem rgba(31,89,111,0.12);
}

#registerModal .password-panel {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #e0e3e6 !important;
  border-radius: 8px !important;
  background: #fafafa !important;
}

#registerModal #btnNextStep,
#registerModal .checkout-submit-btn {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background: #23272b !important;
  color: #ffffff;
  box-shadow: none;
  font-size: 1.05rem !important;
  font-weight: 600;
}

#registerModal #btnNextStep:hover,
#registerModal .checkout-submit-btn:hover {
  background: #15181b !important;
  color: #ffffff;
  transform: translateY(-1px);
}

#registerModal .checkout-login {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dfe3e7;
  color: #777c82;
  text-align: center;
}

#registerModal .checkout-login a {
  color: #202428;
  font-weight: 700;
  text-decoration: underline;
}

#registerModal .form-check-label {
  color: #666c72 !important;
}

#registerModal .form-check-input {
  background-color: #ffffff !important;
  border-color: #b8bec4 !important;
}

#registerModal .form-check-input:checked {
  background-color: #23272b !important;
  border-color: #23272b !important;
}

#registerModal #btnBackStep {
  color: #686d72 !important;
}

#registerModal .alert-info {
  border-color: #cfe6ed !important;
  background: #f3fafc !important;
  color: #236477 !important;
}


#registerModal .footer-input.is-invalid {
  border-color: #dc3545 !important;
  background-image: none;
}

#registerModal .footer-input.is-valid {
  border-color: #198754 !important;
  background-image: none;
}

#registerModal .invalid-feedback {
  margin-top: 0.35rem;
  color: #c62828;
  font-size: 0.8rem;
  font-weight: 600;
}

#registerModal .password-requirements {
  display: grid;
  gap: 0.35rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  color: #777d83;
  font-size: 0.8rem;
}

#registerModal .password-requirements li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#registerModal .password-requirements i {
  font-size: 0.42rem;
}

#registerModal .password-requirements li.is-valid {
  color: #198754;
}

#registerModal .password-requirements li.is-invalid {
  color: #c62828;
}

@media (max-width: 575.98px) {
  #registerModal .modal-dialog {
    margin: 0.6rem;
  }

  #registerModal .modal-header {
    min-height: 58px;
    padding: 0.9rem 1rem !important;
  }

  #registerModal .modal-body {
    padding: 1.25rem 1rem !important;
  }

  #registerModal .checkout-summary {
    align-items: flex-start;
    padding: 1rem 0.85rem;
  }

  #registerModal .checkout-total .checkout-summary-value {
    font-size: 1.4rem;
  }
}

/* Footer form inputs retain the dark site styling */
.footer-input {
  min-height: 54px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 1rem;
}

.footer-input::placeholder { color: rgba(255,255,255,0.4); }
.footer-input:focus {
  border-color: rgba(77,124,255,0.5);
  background: rgba(255,255,255,0.08);
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(77,124,255,0.15);
}

.form-label { color: rgba(255,255,255,0.7); }

/* FOOTER */
footer { position: relative; padding: 5rem 0 2rem; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0.85) 100%), #050505; border-top: 1px solid var(--line); }
.footer-links a { display: block; color: var(--muted); padding: 0.45rem 0; }
.footer-links a:hover { color: #fff; }


/* PACKAGE SHOWCASE BACKGROUND */
.packages-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 5rem 0 6rem !important;
  background: #050505;
}

.packages-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(to right,
      rgba(5,5,5,0.98) 0%,
      rgba(5,5,5,0.76) 7%,
      rgba(5,5,5,0.30) 16%,
      rgba(5,5,5,0.30) 84%,
      rgba(5,5,5,0.76) 93%,
      rgba(5,5,5,0.98) 100%),
    linear-gradient(to bottom,
      rgba(5,5,5,0.98) 0%,
      rgba(5,5,5,0.56) 10%,
      rgba(5,5,5,0.28) 42%,
      rgba(5,5,5,0.72) 88%,
      rgba(5,5,5,0.98) 100%),
    url('images/newIMG_7914.png?var=1') center center / cover no-repeat;
  opacity: 0.48;
  transform: scale(1.035);
}

.packages-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 18%, rgba(24,67,119,0.28), transparent 34%),
    radial-gradient(circle at 86% 24%, rgba(255,204,51,0.12), transparent 28%),
    linear-gradient(180deg, rgba(4,8,14,0.10), rgba(4,8,14,0.74));
}

.packages-showcase .container {
  position: relative;
  z-index: 2;
}

.packages-intro {
  max-width: 780px;
  margin: 0 auto 2.3rem;
  text-align: center;
}

.packages-intro p {
  color: var(--muted);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

.packages-intro-line {
  width: 92px;
  height: 3px;
  border-radius: 999px;
  margin: 1.35rem auto 0;
  background: linear-gradient(90deg, var(--neon-gold), rgba(255,255,255,0.85), var(--neon-blue));
  box-shadow: 0 0 16px rgba(77,124,255,0.34), 0 0 14px rgba(255,204,51,0.22);
}

.membership-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    420px circle at var(--spot-x, 50%) var(--spot-y, 0%),
    rgba(255,255,255,0.13),
    transparent 44%
  );
  transition: opacity 0.3s ease;
  z-index: 1;
}

.membership-card:hover::after { opacity: 1; }
.membership-card > * { position: relative; z-index: 2; }

.founding-card-special:hover {
  transform: translateY(-5px);
  border-color: rgba(201,162,79,0.78);

  box-shadow:
      0 25px 70px rgba(0,0,0,0.62),
      0 0 34px rgba(201,162,79,0.20);
}

.faq-item:hover {
  transform: translateX(6px);
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.025);
}

/* SCROLL REVEAL */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.founding-card-special.reveal-on-scroll.is-visible:hover { transform: translateY(-5px); }
.faq-item.reveal-on-scroll.is-visible:hover { transform: translateX(6px); }

/* PREVIEWHOME SHOWCASE FOOTER */
.footer-showcase {
  position: relative;
  padding: 6rem 0 2rem;
  overflow: hidden;
  background: #050505;
  border-top: 1px solid var(--line);
}

.footer-showcase-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.38;
  transform: scale(1.03);
}

.footer-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
    rgba(0,0,0,0.78) 0%,
    rgba(0,0,0,0.48) 18%,
    rgba(0,0,0,0.74) 60%,
    rgba(0,0,0,0.94) 100%);
}

.footer-showcase .container { z-index: 2; }

.footer-showcase-top {
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
}

.footer-phone-card {
  position: relative;
  height: 100%;
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(36,36,36,0.92), rgba(18,18,18,0.98));
  box-shadow: 0 22px 55px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.06) inset;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-phone-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 68px rgba(0,0,0,0.58), 0 0 24px rgba(77,124,255,0.10);
}

.footer-phone-inner {
  background: rgba(0,0,0,0.94);
  border-radius: 28px;
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
}

.footer-phone-head { text-align: center; margin-bottom: 1rem; }
.footer-phone-head h3 { color: #fff; font-size: 1.7rem; margin: 0; line-height: 1.1; }

.footer-phone-media {
  position: relative;
  height: 260px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #111;
  margin-bottom: 1.1rem;
}

.footer-video-media { background: #111; }
.footer-card-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.footer-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.18) 30%, rgba(0,0,0,0.62));
  z-index: 1;
}

.footer-media-title {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.9rem;
  z-index: 2;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-phone-body { display: flex; flex-direction: column; flex: 1 1 auto; }
.footer-phone-body p { color: rgba(255,255,255,0.76); line-height: 1.75; margin-bottom: 1.2rem; }

.footer-phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 14px;
  background: linear-gradient(180deg, #d21d3f, #b11432);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 24px rgba(178,20,50,0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  margin-top: auto;
}

.footer-phone-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  background: linear-gradient(180deg, #e0264a, #be1737);
  box-shadow: 0 14px 28px rgba(178,20,50,0.38);
}

.footer-form-body { padding-top: 0.25rem; }
.footer-brand-strip { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-brand-logo { width: 88px; height: auto; object-fit: contain; }
.footer-copyright { position: relative; z-index: 2; color: #a4a4a4; font-size: 0.92rem; }
.small-note { color: #8c8c8c; font-size: 0.9rem; line-height: 1.7; }


/* OUR STORY SECTION */
.package-story-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 5.5rem 0 !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(24,67,119,0.18), transparent 34%),
    radial-gradient(circle at 88% 76%, rgba(255,204,51,0.08), transparent 30%),
    linear-gradient(180deg, #080b11 0%, #0d1119 52%, #080a0f 100%);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.package-story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg,
    rgba(0,0,0,0.44) 0%, transparent 24%, transparent 76%, rgba(0,0,0,0.44) 100%);
}

.package-story-banner {
  position: relative;
  padding: 10px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.14);
  border-top: 4px solid var(--gold-tier);
  background: rgba(18,20,24,0.84);
  box-shadow: 0 24px 58px rgba(0,0,0,0.5), 0 0 24px rgba(200,150,12,0.13);
}

.package-story-media,
.brand-story-media {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 14px;
  background: #050505;
}

.package-story-video,
.brand-story-video,
.package-story-static-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.package-story-image-overlay,
.brand-story-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  opacity: 0.9;
  mix-blend-mode: normal;
}

.package-story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg,
    rgba(3,7,13,0.05) 0%, rgba(3,7,13,0.18) 35%, rgba(3,7,13,0.92) 100%);
}

.package-story-cta-wrap {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

.package-story-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(8,15,30,0.72);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0,0,0,0.26);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.package-story-chip i { color: var(--neon-gold); }

.package-story-join-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-tier), var(--neon-gold));
  border: 1px solid rgba(255,255,255,0.24);
  color: #111;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 36px rgba(255,204,51,0.3), 0 0 0 1px rgba(255,255,255,0.18) inset;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.package-story-join-btn:hover {
  color: #111;
  transform: translateY(-3px) scale(1.015);
  filter: brightness(1.05);
  box-shadow: 0 22px 42px rgba(255,204,51,0.38), 0 0 0 1px rgba(255,255,255,0.28) inset;
}

.package-story-join-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.package-story-join-main { font-size: 1.02rem; }

.package-story-join-sub {
  margin-top: 0.2rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.76;
}

.package-story-join-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.24);
  color: #111;
}

.package-story-copy {
  color: #d8e2ee;
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 1.8rem;
}

.package-story-side {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  .footer-phone-media { height: 220px; }
}

@media (max-width: 767.98px) {
  .packages-showcase { padding: 4rem 0 4.5rem !important; }
  .footer-showcase { padding: 4.5rem 0 2rem; }
  .footer-phone-card { border-radius: 28px; }
  .footer-phone-inner { border-radius: 22px; }
  .footer-phone-head h3 { font-size: 1.4rem; }
  .footer-phone-media { height: 210px; }
  .footer-brand-logo { width: 68px; }
}

@media (max-width: 575.98px) {

  .package-story-section { padding: 4rem 0 !important; }
  .package-story-media { min-height: 310px; }
  .package-story-cta-wrap { left: 20px; right: 20px; bottom: 20px; }
  .package-story-chip { font-size: 0.64rem; letter-spacing: 0.14em; }
  .package-story-join-btn {
    width: 100%;
    justify-content: space-between;
    padding: 0.9rem 1rem;
  }
  .package-story-join-main { font-size: 0.92rem; }
  .package-story-join-sub { font-size: 0.61rem; }
  .package-story-join-icon { width: 36px; height: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll { opacity: 1; transform: none; transition: none; }
  .membership-card, .founding-card-special, .footer-phone-card, .faq-item { transition: none; }
}

@media (max-width: 991.98px) {

  .site-navbar {
      top: 12px;
      left: 12px;
      right: 12px;
  }

  /* Remove the wording above the logo */
  .nav-brand-copy {
      display: none;
  }

  .nav-shell {
      position: relative;
      min-height: 150px;
      padding: 0.75rem 1rem;
      flex-wrap: nowrap;
      justify-content: flex-end;
  }

  /* Keep the logo centred */
  .nav-logo-center {
      position: absolute;
      left: 50%;
      top: 8px;
      width: auto;
      margin: 0;
      transform: translateX(-50%);
  }

  .main-logo {
      height: 120px;
      width: auto;
  }

  /* Place hamburger on the right */
  .nav-right-group {
      width: auto;
      min-height: auto;
      margin-left: auto;
      padding-left: 0;
      justify-content: flex-end;
  }

.navbar-toggler {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  z-index: 20;
}

  .navbar-collapse {
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      right: 0;
      padding: 1rem;
      border: 1px solid rgba(255,255,255,0.10);
      border-radius: 14px;
      background: rgba(6,16,32,0.98);
      box-shadow: 0 18px 35px rgba(0,0,0,0.45);
  }

  .navbar-nav {
      align-items: stretch !important;
      text-align: center;
  }
}

.container{ max-width: 1400px;}
/* Keep checkout modal above the header/navigation */
.modal {
  z-index: 5000 !important;
}

.modal-backdrop {
  z-index: 4990 !important;
}

.modal-dialog {
  position: relative;
  z-index: 5010;
}

.password-requirements {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  width: 100%;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.password-requirements li {
  margin: 0;
  white-space: nowrap;
  font-size: 0.85rem;
}
/* ===== NAV ANTI-CRAMP FIX =====
   Add this block to the END of assets/css/main.css.
   Stops nav items wrapping onto two lines (THE / MUSEUM, LOG / IN, Join / The /
   Mission) and tightens spacing so the menu sits cleanly beside the centre logo. */

/* Keep every nav item on a single line */
.site-navbar .nav-link,
.site-navbar .btn-brand {
  white-space: nowrap;
}

/* Tighten letter-spacing + size slightly so items take less width */
.site-navbar .nav-link {
  letter-spacing: 0.02em;
  font-size: 0.9rem;
}

/* Reduce the gap between items a touch (only on desktop layout) */
@media (min-width: 992px) {
  .site-navbar .navbar-nav {
    gap: 0.35rem !important;
  }
  .site-navbar .nav-link {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}

/* ===== FOLLOW-UP: kill remaining wraps on "Log In" and the button =====
   Append this below the block above. Targets the two items still breaking:
   the LOG IN link and the Join The Mission button. */

/* Belt-and-braces: nothing inside a nav item may wrap */
.site-navbar .navbar-nav .nav-item,
.site-navbar .navbar-nav .nav-item > a,
.site-navbar .btn-brand {
  white-space: nowrap !important;
}

/* Give the button enough room for its text on one line */
.site-navbar .btn-brand {
  width: auto;
  min-width: max-content;
  text-align: center;
}