/* =============================================
   MEMBERSHIP PAGE — Black & Gold Luxury
   ============================================= */

/* NAV */
.mem-nav {
  background: #0a0a0a;
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 1rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 10;
}
.mem-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mem-nav-brand {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: #c9a84c;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.mem-nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.mem-nav-links a {
  font-size: 0.85rem;
  color: rgba(250,247,242,0.55);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.mem-nav-links a:hover { color: #c9a84c; }
.mem-nav-cta {
  background: #c9a84c !important;
  color: #0a0a0a !important;
  font-weight: 700 !important;
  padding: 0.45rem 1rem;
  border-radius: 3px;
  font-size: 0.8rem !important;
  transition: background 0.2s;
}
.mem-nav-cta:hover { background: #e6c565 !important; }

/* HERO */
.mem-hero {
  background: #0a0a0a;
  padding: 5rem 1.5rem 6rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mem-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.mem-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.mem-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(201,168,76,0.3);
  padding: 0.35rem 1rem;
  border-radius: 2rem;
}
.mem-title {
  font-family: var(--font-display);
  font-size: 3.8rem;
  font-weight: 700;
  color: #FAF7F2;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}
.mem-title span {
  color: #c9a84c;
}
.mem-sub {
  font-size: 1.1rem;
  color: rgba(250,247,242,0.5);
  line-height: 1.8;
  max-width: 580px;
  margin: 0 auto 2rem;
}
.mem-gender-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: rgba(250,247,242,0.4);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.mem-gender-tag::before,
.mem-gender-tag::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: rgba(201,168,76,0.3);
}

/* TIERS */
.mem-tiers {
  background: #0a0a0a;
  padding: 5rem 1.5rem 6rem;
}
.mem-tiers-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.tiers-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.tiers-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #c9a84c;
  font-weight: 600;
  margin-bottom: 1rem;
}
.tiers-title {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 600;
  color: #FAF7F2;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.tiers-sub {
  font-size: 1rem;
  color: rgba(250,247,242,0.45);
  line-height: 1.7;
}
.tiers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  align-items: start;
}
.tier-card {
  background: #111111;
  border: 1px solid rgba(201,168,76,0.12);
  border-radius: 6px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  transition: border-color 0.2s, transform 0.2s;
}
.tier-card:hover {
  border-color: rgba(201,168,76,0.3);
  transform: translateY(-3px);
}
.tier-card.featured {
  border-color: rgba(201,168,76,0.45);
  background: #141414;
  transform: scale(1.03);
}
.tier-card.featured:hover {
  transform: scale(1.03) translateY(-3px);
}
.tier-popular {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #c9a84c;
  color: #0a0a0a;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.25rem 0.9rem;
  border-radius: 0 0 4px 4px;
}
.tier-name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  color: #FAF7F2;
  margin-bottom: 0.35rem;
  letter-spacing: -0.01em;
}
.tier-price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}
.tier-amount {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: #c9a84c;
  line-height: 1;
}
.tier-period {
  font-size: 0.85rem;
  color: rgba(250,247,242,0.4);
  font-weight: 400;
}
.tier-divider {
  height: 1px;
  background: rgba(201,168,76,0.1);
  margin: 1.25rem 0;
}
.tier-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
  flex: 1;
}
.tier-features li {
  font-size: 0.85rem;
  color: rgba(250,247,242,0.6);
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  line-height: 1.4;
}
.tier-features li::before {
  content: '✦';
  color: #c9a84c;
  font-size: 0.65rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.tier-cta {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}
.tier-cta-outline {
  background: transparent;
  border: 1px solid rgba(201,168,76,0.35);
  color: #c9a84c;
}
.tier-cta-outline:hover {
  background: rgba(201,168,76,0.08);
  border-color: #c9a84c;
}
.tier-cta-solid {
  background: #c9a84c;
  color: #0a0a0a;
}
.tier-cta-solid:hover {
  background: #e6c565;
}

/* PERKS */
.mem-perks {
  background: #0f0f0f;
  padding: 5rem 1.5rem;
}
.mem-perks-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.perks-header {
  text-align: center;
  margin-bottom: 3rem;
}
.perks-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #c9a84c;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.perks-title {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 600;
  color: #FAF7F2;
  letter-spacing: -0.02em;
}
.perks-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.5rem;
}
.perk-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  padding: 1.5rem 1rem;
  background: #141414;
  border: 1px solid rgba(201,168,76,0.08);
  border-radius: 6px;
}
.perk-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(201,168,76,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.perk-label {
  font-size: 0.8rem;
  color: rgba(250,247,242,0.65);
  font-weight: 500;
  line-height: 1.4;
}

/* HOW IT WORKS */
.mem-how {
  background: #0a0a0a;
  padding: 5rem 1.5rem;
}
.mem-how-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.how-header {
  text-align: center;
  margin-bottom: 3rem;
}
.how-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #c9a84c;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.how-title {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 600;
  color: #FAF7F2;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.how-sub {
  font-size: 1rem;
  color: rgba(250,247,242,0.45);
  line-height: 1.7;
}
.how-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.how-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  max-width: 160px;
  text-align: center;
}
.how-step-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #141414;
  border: 2px solid rgba(201,168,76,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.how-step-num {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #c9a84c;
  font-weight: 700;
}
.how-step-label {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: #FAF7F2;
}
.how-step-desc {
  font-size: 0.8rem;
  color: rgba(250,247,242,0.45);
  line-height: 1.5;
}
.how-arrow {
  font-size: 1.2rem;
  color: rgba(201,168,76,0.25);
  flex-shrink: 0;
  padding: 0 0.5rem;
}

/* REBOOK */
.mem-rebook {
  background: #0f0f0f;
  padding: 5rem 1.5rem;
}
.mem-rebook-inner {
  max-width: 900px;
  margin: 0 auto;
}
.rebook-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.rebook-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: #FAF7F2;
  letter-spacing: -0.02em;
  text-align: center;
}
.rebook-body {
  font-size: 0.95rem;
  color: rgba(250,247,242,0.55);
  line-height: 1.7;
  text-align: center;
}
.rebook-slabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.rebook-slab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 1rem;
  background: #141414;
  border: 1px solid rgba(201,168,76,0.08);
  border-radius: 4px;
  text-align: center;
}
.rebook-days {
  font-size: 0.75rem;
  font-weight: 600;
  color: #c9a84c;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  min-width: 80px;
}
.rebook-pct-label {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: #FAF7F2;
}
.rebook-quote {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(250,247,242,0.5);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.5rem;
}

/* SERVICES */
.mem-services {
  background: #0a0a0a;
  padding: 5rem 1.5rem;
}
.mem-services-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.services-header {
  text-align: center;
  margin-bottom: 3rem;
}
.services-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #c9a84c;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.services-title {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 600;
  color: #FAF7F2;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.services-sub {
  font-size: 1rem;
  color: rgba(250,247,242,0.45);
  line-height: 1.7;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.service-card {
  background: #111111;
  border: 1px solid rgba(201,168,76,0.08);
  border-radius: 6px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.service-icon {
  font-size: 1.3rem;
}
.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: #FAF7F2;
}
.service-card p {
  font-size: 0.8rem;
  color: rgba(250,247,242,0.4);
  line-height: 1.6;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: auto;
}
.service-tag {
  font-size: 0.7rem;
  background: rgba(201,168,76,0.06);
  color: rgba(201,168,76,0.6);
  padding: 0.2rem 0.6rem;
  border-radius: 2rem;
  border: 1px solid rgba(201,168,76,0.1);
}

/* FINAL CTA */
.mem-cta {
  background: #0f0f0f;
  padding: 7rem 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(201,168,76,0.08);
}
.mem-cta-inner {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.mem-cta-title {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 600;
  color: #FAF7F2;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.mem-cta-title span { color: #c9a84c; }
.mem-cta-body {
  font-size: 1rem;
  color: rgba(250,247,242,0.45);
  line-height: 1.7;
  max-width: 500px;
}
.mem-cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.mem-btn-gold {
  display: inline-block;
  background: #c9a84c;
  color: #0a0a0a;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.9rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}
.mem-btn-gold:hover { background: #e6c565; }
.mem-btn-outline {
  display: inline-block;
  background: transparent;
  color: rgba(250,247,242,0.6);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.9rem 2rem;
  border-radius: 4px;
  border: 1px solid rgba(250,247,242,0.15);
  text-decoration: none;
  transition: all 0.2s;
}
.mem-btn-outline:hover {
  border-color: rgba(250,247,242,0.3);
  color: #FAF7F2;
}

/* HERO EXTRAS */
.mem-hero-subtitle {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.5);
  margin-bottom: 1rem;
}
.mem-hero-motto {
  font-family: var(--font-display);
  font-size: 1rem;
  color: rgba(201,168,76,0.7);
  margin-bottom: 1rem;
}
.mem-hero-confident {
  font-size: 0.85rem;
  color: rgba(250,247,242,0.35);
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

/* SERVICE LIST (bullet-style) */
.service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: auto;
}
.service-list li {
  font-size: 0.8rem;
  color: rgba(250,247,242,0.55);
  line-height: 1.5;
  padding-left: 1rem;
  position: relative;
}
.service-list li::before {
  content: '\2022';
  color: #c9a84c;
  position: absolute;
  left: 0;
}
.services-gender-note {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(250,247,242,0.45);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* MISSION */
.mem-mission {
  background: #0f0f0f;
  padding: 5rem 1.5rem;
  text-align: center;
}
.mem-mission-inner {
  max-width: 700px;
  margin: 0 auto;
}
.mission-title {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  color: #FAF7F2;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}
.mission-body {
  font-size: 1rem;
  color: rgba(250,247,242,0.5);
  line-height: 1.8;
}

/* STUDIO STATIONS */
.mem-studios {
  background: #0a0a0a;
  padding: 4rem 1.5rem;
}
.mem-studios-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.studios-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
.studio-card {
  background: #111111;
  border: 1px solid rgba(201,168,76,0.1);
  border-radius: 6px;
  padding: 1.5rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.studio-icon {
  font-size: 1.2rem;
  color: #c9a84c;
}
.studio-card h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: #FAF7F2;
}
.studio-card p {
  font-size: 0.8rem;
  color: rgba(250,247,242,0.4);
  line-height: 1.5;
}

/* CATEGORY BAR */
.mem-catbar {
  background: #0f0f0f;
  padding: 3rem 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.08);
}
.catbar-tags {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.5);
  margin-bottom: 0.75rem;
}
.catbar-line {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: #c9a84c;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* BANNER */
.mem-banner {
  background: #0a0a0a;
  padding: 5rem 1.5rem;
  text-align: center;
}
.mem-banner-inner {
  max-width: 700px;
  margin: 0 auto;
}
.mem-banner h2 {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  color: #FAF7F2;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.mem-banner p {
  font-size: 1.1rem;
  font-weight: 700;
  color: #c9a84c;
  letter-spacing: 0.1em;
}

/* TRUST BAR */
.mem-trustbar {
  background: #0f0f0f;
  padding: 3rem 1.5rem;
  border-top: 1px solid rgba(201,168,76,0.1);
}
.mem-trustbar-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.trustbar-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.trustbar-icon {
  color: #c9a84c;
  font-size: 1rem;
}
.trustbar-item span {
  font-size: 0.85rem;
  color: rgba(250,247,242,0.5);
  font-weight: 500;
}

/* CLOSING SLOGAN */
.mem-closing-slogan {
  background: #0a0a0a;
  padding: 4rem 1.5rem 3rem;
  text-align: center;
}
.mem-closing-inner {
  max-width: 800px;
  margin: 0 auto;
}
.closing-invest {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: #c9a84c;
  margin-bottom: 1.5rem;
}
.closing-power {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.45);
  margin-bottom: 0.75rem;
}
.closing-brand {
  font-size: 0.8rem;
  color: rgba(250,247,242,0.3);
  letter-spacing: 0.05em;
}

/* FOOTER */
.mem-footer {
  background: #050505;
  padding: 3rem 1.5rem 2rem;
  text-align: center;
}
.mem-footer-inner {
  max-width: 600px;
  margin: 0 auto;
}
.mem-footer-brand {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: #c9a84c;
  margin-bottom: 0.5rem;
}
.mem-footer-tagline {
  font-size: 0.85rem;
  color: rgba(250,247,242,0.3);
  margin-bottom: 1.5rem;
}
.mem-footer-copy {
  font-size: 0.75rem;
  color: rgba(250,247,242,0.2);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .tiers-grid { grid-template-columns: repeat(2, 1fr); }
  .perks-grid { grid-template-columns: repeat(4, 1fr); }
  .studios-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .studios-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .mem-title { font-size: 2.8rem; }
  .tiers-grid { grid-template-columns: 1fr; }
  .tier-card.featured { transform: none; }
  .tier-card.featured:hover { transform: translateY(-3px); }
  .perks-grid { grid-template-columns: repeat(3, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .studios-grid { grid-template-columns: repeat(2, 1fr); }
  .how-flow { flex-wrap: wrap; gap: 2rem; }
  .how-arrow { display: none; }
  .how-step { max-width: 200px; }
  .mem-nav-links { display: none; }
  .mem-banner h2 { font-size: 1.8rem; }
  .mission-title { font-size: 1.8rem; }
  .mem-trustbar-inner { gap: 1.5rem; }
}
@media (max-width: 480px) {
  .mem-title { font-size: 2.2rem; }
  .mem-hero { padding: 3.5rem 1.5rem 4rem; }
  .perks-grid { grid-template-columns: repeat(2, 1fr); }
  .studios-grid { grid-template-columns: 1fr; }
  .mem-banner h2 { font-size: 1.5rem; }
  .closing-invest { font-size: 1.1rem; }
}