/* Global Elite landing — black-pink editorial */
body { background: var(--ink); color: var(--cream); }

.elite-nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--ink);
  border-bottom: 1.5px solid rgba(255,241,220,.18);
}
.elite-nav .nav-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 14px 32px;
  display: flex; align-items: center; gap: 32px;
}
.elite-nav .nav-logo { color: var(--cream); font-family: 'Instrument Serif', serif; font-style: italic; font-size: 28px; line-height: 1; text-decoration: none; }
.elite-nav .nav-logo b { font-style: normal; font-family: 'Archivo'; font-weight: 900; }
.elite-nav .back {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,241,220,.7); text-decoration: none;
  font-size: 13px; font-family: 'Archivo'; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  margin-left: auto;
}
.elite-nav .back:hover { color: var(--pink); }
.elite-nav .top-cta {
  background: var(--pink); color: var(--ink);
  padding: 10px 18px; border-radius: 999px;
  font-size: 13px; font-weight: 700;
  text-decoration: none;
}

/* HERO */
.eh {
  position: relative;
  padding: 80px 32px 100px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,46,134,.4), transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(255,210,63,.18), transparent 45%),
    var(--ink);
  border-bottom: 2px solid var(--pink);
}
.eh::before {
  content: '★ GLOBAL ELITE ★ GLOBAL ELITE ★ GLOBAL ELITE ★ GLOBAL ELITE ★ GLOBAL ELITE ★ GLOBAL ELITE ★ GLOBAL ELITE ★ GLOBAL ELITE ★';
  position: absolute; top: 24px; left: -10%; right: -10%;
  font-family: 'Archivo'; font-weight: 900;
  font-size: 13px; letter-spacing: .3em;
  color: rgba(255,210,63,.5);
  white-space: nowrap;
  pointer-events: none;
}
.eh-inner {
  max-width: 1100px; margin: 80px auto 0;
  text-align: center; position: relative;
}
.eh .crest {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: 'Archivo'; font-weight: 900;
  font-size: 11px; letter-spacing: .3em;
  color: var(--butter);
  margin-bottom: 28px;
  padding: 10px 22px;
  border: 1.5px solid var(--butter);
  border-radius: 999px;
}
.eh h1 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(72px, 12vw, 220px);
  line-height: 0.85;
  letter-spacing: -0.03em;
  margin: 0;
  color: var(--cream);
}
.eh h1 .i { font-style: italic; color: var(--pink); }
.eh-sub {
  max-width: 640px; margin: 36px auto 0;
  font-size: 20px; line-height: 1.5;
  color: rgba(255,241,220,.78);
}
.eh-cta {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--pink); color: var(--ink);
  padding: 22px 36px; border-radius: 999px;
  font-family: 'DM Sans'; font-weight: 700; font-size: 17px;
  text-decoration: none;
  border: 2px solid var(--cream);
  margin-top: 40px;
  box-shadow: 0 0 0 5px var(--pink);
  transition: transform .2s;
}
.eh-cta:hover { transform: translateY(-3px); }
.eh-cta .arr {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--ink); color: var(--cream);
  display: grid; place-items: center;
  font-size: 14px;
}
.eh-finePrint { display: block; margin-top: 16px; font-size: 13px; color: rgba(255,241,220,.55); }
.eh-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  max-width: 880px; margin: 80px auto 0;
  gap: 0;
  border: 1.5px solid rgba(255,241,220,.2);
  border-radius: 16px;
  background: rgba(255,241,220,.04);
  overflow: hidden;
}
.eh-stat { padding: 28px 20px; text-align: center; border-right: 1.5px solid rgba(255,241,220,.2); }
.eh-stat:last-child { border-right: none; }
.eh-stat .num {
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 56px; line-height: 1; color: var(--pink);
}
.eh-stat .lbl {
  font-family: 'Archivo'; font-weight: 700;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,241,220,.7);
  margin-top: 8px;
}

/* SECTIONS */
.es { padding: 100px 32px; position: relative; }
.es .wrap { max-width: 1280px; margin: 0 auto; }
.es-head { display: grid; grid-template-columns: auto 1fr; gap: 80px; align-items: end; margin-bottom: 56px; padding-bottom: 24px; border-bottom: 1.5px solid rgba(255,241,220,.2); }
.es-head .eyebrow {
  font-family: 'Archivo'; font-weight: 700;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--butter);
  margin-bottom: 12px;
  display: inline-flex; align-items: center; gap: 8px;
}
.es-head .eyebrow::before { content: '✦'; }
.es-head h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--cream);
}
.es-head h2 .i { font-style: italic; color: var(--pink); }
.es-head .lede { font-size: 17px; line-height: 1.5; color: rgba(255,241,220,.7); max-width: 420px; justify-self: end; }

/* PERKS — big editorial list */
.perks-big { display: grid; gap: 0; }
.perk-row {
  display: grid;
  grid-template-columns: 80px 1fr 1.4fr;
  gap: 48px;
  padding: 40px 0;
  border-bottom: 1.5px solid rgba(255,241,220,.15);
  align-items: start;
}
.perk-row .pn {
  font-family: 'Archivo'; font-weight: 900;
  font-size: 14px; color: var(--pink);
  padding-top: 14px;
}
.perk-row h3 {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--cream);
}
.perk-row h3 .i { font-style: italic; color: var(--pink); }
.perk-row p {
  margin: 0;
  font-size: 16px; line-height: 1.55;
  color: rgba(255,241,220,.72);
}
.perk-row .tag {
  display: inline-block;
  margin-top: 12px;
  font-family: 'Archivo'; font-weight: 700;
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  background: var(--butter); color: var(--ink);
  padding: 4px 10px; border-radius: 999px;
}

/* SCHEDULE */
.schedule {
  background: var(--pink);
  color: var(--ink);
  border-top: 2px solid var(--cream);
  border-bottom: 2px solid var(--cream);
}
.schedule h2 { color: var(--ink); }
.schedule .es-head { border-bottom-color: rgba(20,17,15,.25); }
.schedule .es-head h2 .i { color: var(--ink); }
.schedule .es-head .eyebrow { color: var(--ink); }
.schedule .es-head .lede { color: rgba(20,17,15,.75); }
.cal {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 16px;
}
.day {
  background: var(--cream);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 10px;
  padding: 18px 16px;
  min-height: 200px;
  position: relative;
  display: flex; flex-direction: column;
}
.day .dn { font-family: 'Archivo'; font-weight: 900; font-size: 11px; letter-spacing: .12em; opacity: .55; }
.day .dl {
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 26px; margin-top: 4px; line-height: 1;
}
.day.public { background: var(--cream); }
.day.elite {
  background: var(--ink); color: var(--cream); border-color: var(--ink);
}
.day.elite .dn { color: var(--butter); opacity: 1; }
.day .pill {
  margin-top: auto;
  font-family: 'Archivo'; font-weight: 700;
  font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 10px; border-radius: 999px;
  align-self: flex-start;
}
.day.public .pill { background: var(--ink); color: var(--cream); }
.day.elite .pill { background: var(--pink); color: var(--ink); }
.day .pill.empty { background: transparent; border: 1px dashed currentColor; opacity: .35; color: inherit; }

/* PRICING */
.pricing { background: var(--ink); }
.price-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  max-width: 1080px; margin: 0 auto;
}
.plan {
  background: rgba(255,241,220,.04);
  border: 1.5px solid rgba(255,241,220,.2);
  border-radius: 16px;
  padding: 40px 36px;
  position: relative;
  display: flex; flex-direction: column;
}
.plan.featured {
  background: var(--pink);
  color: var(--ink);
  border-color: var(--cream);
  box-shadow: 0 0 0 4px var(--pink);
}
.plan .ribbon {
  position: absolute; top: -14px; right: 24px;
  background: var(--butter); color: var(--ink);
  border: 1.5px solid var(--ink);
  padding: 6px 14px; border-radius: 999px;
  font-family: 'Archivo'; font-weight: 900;
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
}
.plan h3 {
  font-family: 'Instrument Serif', serif; font-weight: 400; font-style: italic;
  font-size: 40px; margin: 0 0 8px; letter-spacing: -0.01em;
  color: inherit;
}
.plan .ph {
  display: flex; align-items: baseline; gap: 8px;
  margin: 18px 0 6px;
}
.plan .ph .big {
  font-family: 'Instrument Serif', serif;
  font-size: 88px; line-height: 1; letter-spacing: -0.03em;
}
.plan .ph .per { font-size: 16px; opacity: .7; }
.plan .compare { font-size: 13px; opacity: .65; margin: 0 0 24px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.plan li::before {
  content: '✓';
  flex: 0 0 22px; height: 22px; border-radius: 50%;
  background: var(--ink); color: var(--cream);
  display: grid; place-items: center;
  font-size: 11px; font-weight: 700;
}
.plan.featured li::before { background: var(--cream); color: var(--ink); }
.plan:not(.featured) li::before { background: var(--pink); color: var(--ink); }
.plan .pcta {
  margin-top: auto;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 18px 24px; border-radius: 999px;
  font-family: 'DM Sans'; font-weight: 700; font-size: 15px;
  text-decoration: none;
  text-align: center;
}
.plan:not(.featured) .pcta { background: var(--cream); color: var(--ink); }
.plan.featured .pcta { background: var(--ink); color: var(--cream); }
.plan .ssave {
  display: inline-block;
  background: var(--lime); color: var(--ink);
  font-family: 'Archivo'; font-weight: 900; font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
  margin: 4px 0 16px;
}

/* TESTIMONIAL */
.t-section { background: var(--cream); color: var(--ink); }
.t-section h2 { color: var(--ink); }
.t-section .es-head h2 .i { color: var(--pink); }
.t-section .es-head .eyebrow { color: var(--pink-deep); }
.t-section .es-head .lede { color: rgba(20,17,15,.7); }
.t-section .es-head { border-bottom-color: var(--ink); }
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.t-card {
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 12px;
  padding: 28px 26px;
  display: flex; flex-direction: column; gap: 14px;
  box-shadow: 6px 6px 0 var(--ink);
}
.t-card .quote {
  font-family: 'Instrument Serif', serif;
  font-size: 24px; line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0;
}
.t-card .quote .i { font-style: italic; }
.t-card .who {
  display: flex; align-items: center; gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1.5px solid rgba(20,17,15,.2);
}
.t-card .av {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--pink); border: 1.5px solid var(--ink);
  display: grid; place-items: center;
  font-family: 'Archivo'; font-weight: 900; font-size: 14px;
  color: var(--ink);
}
.t-card .nm { font-family: 'DM Sans'; font-weight: 700; font-size: 14px; }
.t-card .role { font-size: 12px; opacity: .55; }
.t-stars { color: var(--pink); letter-spacing: .15em; font-size: 14px; }

/* FAQ */
.faq { background: var(--ink); }
.faq-list { max-width: 880px; margin: 0 auto; }
details {
  border-bottom: 1.5px solid rgba(255,241,220,.18);
  padding: 22px 0;
}
details summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  font-family: 'Instrument Serif', serif;
  font-size: 26px; line-height: 1.2;
  color: var(--cream);
}
details summary::-webkit-details-marker { display: none; }
details summary::after {
  content: '+';
  flex: 0 0 36px; height: 36px; border-radius: 50%;
  border: 1.5px solid rgba(255,241,220,.4);
  display: grid; place-items: center;
  font-family: 'DM Sans'; font-weight: 400; font-size: 22px;
  color: var(--cream);
  transition: transform .2s;
}
details[open] summary::after { content: '−'; background: var(--pink); border-color: var(--pink); color: var(--ink); }
details .body {
  margin-top: 16px;
  font-size: 15px; line-height: 1.6; color: rgba(255,241,220,.72);
  max-width: 720px;
}

/* FINAL CTA */
.final {
  background: var(--pink); color: var(--ink);
  padding: 120px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--cream);
}
.final::before {
  content: '★';
  position: absolute; top: -20px; left: 5%;
  font-size: 280px; color: var(--butter); line-height: 1;
  transform: rotate(-15deg);
  opacity: .9;
}
.final::after {
  content: '★';
  position: absolute; bottom: -40px; right: 5%;
  font-size: 280px; color: var(--ink); line-height: 1;
  transform: rotate(20deg);
  opacity: .15;
}
.final-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }
.final h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(64px, 9vw, 160px);
  line-height: 0.85;
  letter-spacing: -0.03em;
  margin: 0 0 28px;
}
.final h2 .i { font-style: italic; }
.final p { font-size: 19px; line-height: 1.5; max-width: 560px; margin: 0 auto 36px; }
.final-cta {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--ink); color: var(--cream);
  padding: 24px 40px; border-radius: 999px;
  font-family: 'DM Sans'; font-weight: 700; font-size: 18px;
  text-decoration: none;
  border: 2px solid var(--ink);
  transition: transform .2s;
}
.final-cta:hover { transform: translateY(-3px); }
.final-cta .arr {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--pink); color: var(--ink);
  display: grid; place-items: center; font-size: 14px;
}

/* responsive */
@media (max-width: 900px) {
  .price-grid, .t-grid, .es-head, .perk-row, .coming-grid { grid-template-columns: 1fr; gap: 24px; }
  .cal { grid-template-columns: repeat(2, 1fr); }
  .eh-stats { grid-template-columns: repeat(2, 1fr); }
  .eh-stat:nth-child(2) { border-right: none; }
}

/* COMING SOON */
.coming { background: var(--ink); }
.coming-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.coming-card {
  position: relative;
  background: rgba(255, 46, 134, 0.08);
  border: 1.5px dashed rgba(255, 241, 220, 0.3);
  border-radius: 16px;
  padding: 32px 28px 28px;
  display: flex; flex-direction: column; gap: 14px;
}
.coming-card .ribbon-soon {
  align-self: flex-start;
  font-family: 'Archivo'; font-weight: 900;
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  background: var(--butter); color: var(--ink);
  padding: 6px 12px; border-radius: 999px;
}
.coming-card h3 {
  margin: 0;
  font-family: 'Instrument Serif', serif; font-weight: 400;
  font-size: 30px; line-height: 1.05; letter-spacing: -0.01em;
  color: var(--cream);
}
.coming-card p {
  margin: 0;
  font-size: 14px; line-height: 1.55;
  color: rgba(255,241,220,.7);
}
.coming-card .early {
  margin-top: auto;
  align-self: flex-start;
  font-family: 'Archivo'; font-weight: 700;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--pink);
  padding-top: 4px;
}
