/* =================================================================
   PADELISH — Court Culture
   Design system v2 (concept rollout)
   ================================================================= */

/* ---------- Tokens ---------- */
:root {
  --black: #0A0A0A;
  --coal: #131518;
  --coal-2: #1a1d21;
  --lime: #C6FF00;
  --white: #FFFFFF;
  --ink: #E8ECEE;
  --mut: #9AA7AF;
  --mut-dark: #6b7177;
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.20);
  --lime-line: rgba(198, 255, 0, 0.35);

  --disp: "Archivo", "Arial Narrow", sans-serif;
  --body: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --maxw: 1240px;
  --radius: 18px;
  --radius-sm: 12px;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  background: var(--black);
  color: var(--ink);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ---------- Typography ---------- */
.display {
  font-family: var(--disp);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.94;
  letter-spacing: -0.02em;
  color: var(--white);
  text-wrap: balance;
}
h1.display { font-size: clamp(2.8rem, 7.5vw, 5.2rem); }
h2.display { font-size: clamp(2rem, 4.6vw, 3.2rem); }
h3.display { font-size: clamp(1.3rem, 2.4vw, 1.8rem); }
.outline { color: transparent; -webkit-text-stroke: 2px var(--white); }
.outline-lime { color: transparent; -webkit-text-stroke: 2px var(--lime); }
.lime { color: var(--lime); }
.muted { color: var(--mut); }
.lead { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--mut); max-width: 58ch; }

/* kicker: hero eyebrows get the lime-dash treatment */
.hero .eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--body);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--white);
}
.hero .eyebrow::before, .kicker::before {
  content: "";
  width: 44px;
  height: 2px;
  background: var(--lime);
  flex-shrink: 0;
}
/* section eyebrows are retired — headlines speak for themselves */
.section-head .eyebrow, .cta-band .eyebrow { display: none; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: clamp(70px, 9vw, 124px) 0; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.bg-charcoal {
  background:
    radial-gradient(900px 420px at 85% 0%, rgba(198, 255, 0, 0.05), transparent 60%),
    #111419;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.bg-charcoal .card, .bg-charcoal .tier, .bg-charcoal .faq details, .bg-charcoal .ptable { background: #0B0D0F; }
.bg-black { background: var(--black); }

.section-head { max-width: 780px; margin-bottom: 52px; }
.section-head p { margin-top: 20px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.sect-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}
.sect-head p { max-width: 42ch; color: var(--mut); font-size: 1.02rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--disp);
  font-style: italic;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 17px 32px;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: transform 0.45s var(--ease), background 0.3s, color 0.3s, border-color 0.3s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(0) scale(0.99); }
.btn-primary { background: var(--lime); color: var(--black); }
.btn-primary:hover { background: #d9ff4f; }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, 0.35); }
.btn-ghost:hover { border-color: var(--lime); color: var(--lime); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-dark:hover { background: #000; }
.btn-lg { padding: 20px 40px; font-size: 1.05rem; }
.btn .arrow, .btn .a { transition: transform 0.45s var(--ease); }
.btn:hover .arrow, .btn:hover .a { transform: translateX(5px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row.center { justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 0 0 14px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.0));
  transition: background 0.3s, box-shadow 0.3s;
}
/* pages without an announce bar keep their top padding */
.site-header .wrap:first-child { padding-top: 16px; }
/* solid once the page scrolls, so content never bleeds through */
.site-header.solid {
  background: rgba(10, 10, 10, 0.97);
  box-shadow: 0 1px 0 rgba(198, 255, 0, 0.25), 0 10px 30px rgba(0, 0, 0, 0.45);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: auto; height: 52px; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links a {
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink);
  text-transform: uppercase;
  opacity: 0.85;
  transition: opacity 0.2s, color 0.2s;
  padding: 4px 0;
  position: relative;
}
.nav-links a:hover { opacity: 1; color: var(--lime); }
.nav-links a.active { opacity: 1; color: var(--white); }
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -3px;
  height: 2px;
  background: var(--lime);
}
.nav-cta { margin-left: 6px; }
.nav-cta .btn { padding: 13px 26px; font-size: 0.85rem; }
/* nav link color rules must not bleed into the CTA pill */
.nav-links a.btn-primary { color: var(--black); opacity: 1; }
.nav-links a.btn-primary:hover { color: var(--black); }

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 44px; height: 44px;
  position: relative;
  z-index: 120;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 24px; height: 2px;
  background: var(--white);
  transition: transform 0.3s var(--ease), opacity 0.2s;
}
.nav-toggle span { top: 21px; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span::after { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Heroes ---------- */
.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 150px 0 64px;
  min-height: min(72vh, 720px);
}
.hero--home { min-height: 100svh; padding-bottom: 72px; }
.hero--page { min-height: min(64vh, 640px); }
.hero-photo { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  animation: drift 26s var(--ease) both;
}
.hero-photo video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.hero-photo video img { animation: none; }
@keyframes drift { from { transform: scale(1.1); } to { transform: scale(1.02); } }
.hero-photo::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.6) 0%, rgba(10, 10, 10, 0.18) 40%, rgba(10, 10, 10, 0.92) 94%),
    linear-gradient(90deg, rgba(10, 10, 10, 0.72) 0%, transparent 58%);
}
.hero .wrap { position: relative; z-index: 2; width: 100%; }
.hero .eyebrow { margin-bottom: 24px; animation: up 0.9s var(--ease) both; }
.hero h1 { margin-bottom: 24px; animation: up 1s 0.08s var(--ease) both; }
.hero .lead { color: var(--ink); margin-bottom: 36px; animation: up 1s 0.16s var(--ease) both; }
.hero .btn-row { animation: up 1s 0.24s var(--ease) both; }
.hero-sub { display: none; }
@keyframes up { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }

.hero-meta {
  position: relative; z-index: 2;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  animation: up 1s 0.32s var(--ease) both;
}
.hero-meta div { padding: 20px 44px 0 0; }
.hero-meta b {
  font-family: var(--disp); font-style: italic; font-weight: 800;
  font-size: 1.5rem; color: var(--white); display: block; line-height: 1.1;
}
.hero-meta span { font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mut); }

/* ---------- Ticker / marquee ---------- */
.marquee {
  background: var(--black);
  border-top: 1px solid var(--lime-line);
  border-bottom: 1px solid var(--lime-line);
  overflow: hidden;
  padding: 15px 0;
}
.marquee__track { display: flex; width: max-content; animation: tick 42s linear infinite; gap: 48px; padding-right: 48px; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee span {
  font-family: var(--disp); font-style: italic; font-weight: 800;
  text-transform: uppercase; font-size: 1.2rem; white-space: nowrap;
  color: var(--lime);
}
.marquee span:nth-child(even) { color: transparent; -webkit-text-stroke: 1.2px var(--lime); }
.marquee .dot { display: none; }
@keyframes tick { to { transform: translateX(-50%); } }

/* ---------- Mosaic (home) ---------- */
.mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 150px; gap: 14px; }
.tile { position: relative; border-radius: var(--radius); overflow: hidden; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.tile:hover img { transform: scale(1.06); }
.tile .cap {
  position: absolute; left: 22px; bottom: 18px; z-index: 2;
  font-family: var(--disp); font-style: italic; font-weight: 800;
  text-transform: uppercase; font-size: 1.2rem; color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}
.tile.photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 45%, rgba(10, 10, 10, 0.72)); }
.t-a { grid-column: 1/9; grid-row: 1/3; }
.t-b {
  grid-column: 9/13; grid-row: 1/3;
  background: var(--coal); border: 1px solid var(--line);
  display: flex; flex-direction: column; justify-content: center; padding: 32px;
}
.t-b b { font-family: var(--disp); font-style: italic; font-weight: 900; font-size: clamp(2.2rem, 3.2vw, 3rem); color: var(--lime); line-height: 1.05; }
.t-b span { margin-top: 12px; color: var(--mut); font-size: 0.95rem; max-width: 30ch; }
.t-d { grid-column: 1/5; grid-row: 3/5; }
.t-e {
  grid-column: 5/9; grid-row: 3/5;
  background: var(--lime);
  display: flex; flex-direction: column; justify-content: space-between; padding: 30px;
}
.t-e b { font-family: var(--disp); font-style: italic; font-weight: 900; text-transform: uppercase; font-size: 1.9rem; line-height: 0.95; color: var(--black); }
.t-e a { font-weight: 700; color: var(--black); font-size: 0.95rem; display: inline-flex; gap: 8px; align-items: center; }
.t-e .a { transition: transform 0.4s var(--ease); }
.t-e a:hover .a { transform: translateX(5px); }
.t-f { grid-column: 9/13; grid-row: 3/5; }

/* ---------- Lime price drench ---------- */
.price { background: var(--lime); color: var(--black); padding: clamp(70px, 9vw, 118px) 0; }
.price .wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.price h2 { font-family: var(--disp); font-style: italic; font-weight: 900; text-transform: uppercase; line-height: 0.94; letter-spacing: -0.02em; font-size: clamp(2.6rem, 5.6vw, 4.4rem); color: var(--black); }
.price .note { margin-top: 22px; font-weight: 600; font-size: 1.05rem; max-width: 38ch; color: #1c2400; }
.price .ctas { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.price .btn-ghost { border-color: rgba(10, 10, 10, 0.45); color: var(--black); }
.price .btn-ghost:hover { border-color: var(--black); color: var(--black); }
.rows { border-top: 3px solid var(--black); }
.row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 24px 0; border-bottom: 3px solid var(--black); }
.row .l b { font-family: var(--disp); font-style: italic; font-weight: 900; text-transform: uppercase; font-size: 1.5rem; display: block; line-height: 1; color: var(--black); }
.row .l span { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #3a4a00; }
.row .p { font-family: var(--disp); font-style: italic; font-weight: 900; font-size: clamp(2.4rem, 4.6vw, 3.6rem); line-height: 1; white-space: nowrap; color: var(--black); }
.row .p i { font-style: italic; font-size: 1.05rem; font-weight: 700; letter-spacing: 0.04em; }
.price .fine { margin-top: 18px; font-size: 0.88rem; font-weight: 600; color: #3a4a00; }

/* ---------- Cards (inner pages) ---------- */
.grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  position: relative;
  overflow: hidden;
  background: var(--coal);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: transform 0.4s var(--ease), border-color 0.3s;
}
.card:hover { transform: translateY(-5px); border-color: var(--lime-line); }
.card h3 {
  font-family: var(--disp); font-style: italic; font-weight: 800;
  text-transform: uppercase; font-size: 1.25rem; line-height: 1;
  letter-spacing: 0; margin-bottom: 12px; color: var(--white);
}
.card p { color: var(--mut); font-size: 0.96rem; }
.ico-d {
  display: inline-flex;
  width: auto; height: auto;
  color: var(--lime);
  margin-bottom: 18px;
  transform: none;
  background: none; border: 0; box-shadow: none;
}
.ico-d svg { width: 30px; height: 30px; transform: none; display: block; }
.card:hover .ico-d { transform: none; box-shadow: none; }

/* ---------- Split (inner pages) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.split .visual {
  border-radius: var(--radius);
  min-height: 340px;
  position: relative;
  overflow: hidden;
  background: var(--coal);
}
.split h2 { margin-bottom: 18px; }
.split p { margin-bottom: 26px; }
.split .price-line {
  font-family: var(--disp); font-style: italic; font-weight: 900;
  font-size: 1.6rem; letter-spacing: 0; margin-bottom: 26px; text-transform: uppercase; color: var(--white);
}
.split .price-line .sep { color: var(--mut-dark); margin: 0 12px; }
.split .visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.split .visual:hover img { transform: scale(1.05); }
.split .visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 45%, rgba(10, 10, 10, 0.66)); pointer-events: none; }
.visual-tag {
  position: absolute; z-index: 2;
  bottom: 18px; left: 20px;
  font-family: var(--disp); font-style: italic; font-weight: 800; text-transform: uppercase;
  font-size: 1.15rem; letter-spacing: 0; color: var(--white);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
}

/* ---------- Pricing table ---------- */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); }
.ptable {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  background: var(--coal);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.ptable th, .ptable td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.ptable thead th {
  font-family: var(--disp); font-style: italic; font-weight: 800;
  text-transform: uppercase; font-size: 1.05rem; letter-spacing: 0;
  color: var(--white); background: rgba(255, 255, 255, 0.03);
}
.ptable thead th.hl { color: var(--lime); }
.ptable tbody tr:last-child td { border-bottom: 0; }
.ptable td:first-child, .ptable th:first-child { font-weight: 600; }
.ptable .row-total td { font-weight: 700; background: rgba(198, 255, 0, 0.05); }
.ptable .row-total td:first-child { color: var(--white); }
.ptable td.pos { color: var(--lime); font-weight: 700; }

/* stacked cards on phones */
@media (max-width: 620px) {
  .table-scroll { overflow: visible; }
  .ptable { min-width: 0; border: 0; background: transparent; }
  .ptable thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .ptable tbody, .ptable tr, .ptable td { display: block; width: 100%; }
  .ptable tr { background: var(--coal); border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 18px 10px; margin-bottom: 14px; }
  .ptable td { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); text-align: right; font-size: 1rem; }
  .ptable td:last-child { border-bottom: 0; }
  .ptable td::before {
    content: attr(data-label);
    text-align: left; text-transform: uppercase; letter-spacing: 0.05em;
    font-size: 0.7rem; font-weight: 700; color: var(--mut);
  }
  .ptable td:first-child {
    display: block; text-align: left;
    font-family: var(--disp); font-style: italic; font-weight: 800; text-transform: uppercase;
    font-size: 1.25rem; color: var(--white);
    border-bottom: 1px solid var(--line-strong); padding-bottom: 12px;
  }
  .ptable td:first-child::before { content: none; }
  .ptable .row-total td { background: transparent; }
  .ptable .row-total td:first-child { color: var(--lime); }
}

/* ---------- Membership tiers ---------- */
.tiers { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.tier {
  background: var(--coal);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 30px;
  display: flex; flex-direction: column;
  transition: transform 0.4s var(--ease), border-color 0.3s;
}
.tier:hover { transform: translateY(-6px); border-color: var(--line-strong); }
.tier--featured { border-color: var(--lime); }
.tier .badge {
  align-self: flex-start;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--black); background: var(--lime);
  padding: 5px 12px; border-radius: 999px; margin-bottom: 18px;
}
.tier .tname { font-family: var(--disp); font-style: italic; font-weight: 900; text-transform: uppercase; font-size: 1.8rem; line-height: 1; color: var(--white); }
.tier .tprice { font-family: var(--disp); font-style: italic; font-weight: 900; font-size: 3rem; line-height: 1; margin: 14px 0 4px; color: var(--lime); }
.tier .tprice span { font-family: var(--body); font-style: normal; font-size: 1rem; color: var(--mut); font-weight: 500; }
.tier .tdesc { color: var(--mut); font-size: 0.9rem; margin-bottom: 22px; }
.tier ul { display: grid; gap: 12px; margin-bottom: 28px; }
.tier li { display: flex; gap: 10px; font-size: 0.92rem; color: var(--ink); align-items: flex-start; }
.tier li::before { content: "✓"; color: var(--lime); font-weight: 800; flex-shrink: 0; }
.tier li .k { color: var(--mut); }
.tier .btn { margin-top: auto; justify-content: center; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  text-align: center;
  padding: clamp(80px, 10vw, 140px) 0;
  background: radial-gradient(700px 400px at 50% 10%, rgba(198, 255, 0, 0.09), transparent 60%), var(--black);
  border-top: 1px solid var(--line);
}
.cta-band h2 { font-size: clamp(2.6rem, 6.5vw, 4.6rem); margin-bottom: 34px; }
.cta-band .lead { margin: -14px auto 34px; }
.cta-band .btn-row { justify-content: center; }

/* ---------- Checklist ---------- */
.checklist { display: grid; gap: 15px; margin-top: 8px; }
.checklist li { display: flex; gap: 13px; align-items: baseline; color: var(--ink); font-size: 1.02rem; }
.checklist li::before { content: "✓"; color: var(--lime); font-weight: 800; flex-shrink: 0; }
.checklist--ico li { align-items: center; }
.checklist--ico li::before { content: none; }
.checklist--ico li svg { width: 20px; height: 20px; color: var(--lime); flex-shrink: 0; }

/* ---------- Info / find us ---------- */
.info-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(24px, 4vw, 48px); align-items: start; }
.info-block { margin-bottom: 26px; }
.info-block .label {
  font-family: var(--disp); font-style: italic; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.04em;
  font-size: 0.85rem; color: var(--lime); margin-bottom: 8px;
}
.info-block p, .info-block a { color: var(--ink); font-size: 1.02rem; }
.info-block a:hover { color: var(--lime); }
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 320px; }
.map-embed iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; filter: grayscale(0.35) contrast(1.05); }

/* ---------- Forms ---------- */
.form { display: grid; gap: 16px; }
.form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mut); font-weight: 700; display: block; margin-bottom: 8px; }
.form input, .form textarea, .form select {
  width: 100%;
  background: var(--coal);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  color: var(--white);
  font-family: inherit;
  font-size: 0.98rem;
  transition: border-color 0.2s;
}
.form input:focus, .form textarea:focus, .form select:focus { outline: 0; border-color: var(--lime); }
.form textarea { resize: vertical; min-height: 130px; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 14px; max-width: 820px; }
.faq details { background: var(--coal); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 22px; }
.faq summary {
  list-style: none; cursor: pointer; padding: 18px 0;
  font-weight: 600; font-size: 1.02rem;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--lime); font-size: 1.5rem; font-weight: 400; transition: transform 0.25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 20px; color: var(--mut); }

/* ---------- Note pill ---------- */
.note {
  display: inline-flex; gap: 10px; align-items: center;
  background: rgba(198, 255, 0, 0.08);
  border: 1px solid rgba(198, 255, 0, 0.3);
  color: var(--lime);
  padding: 12px 18px; border-radius: 999px;
  font-size: 0.9rem; font-weight: 600;
}

/* ---------- Member split (home) ---------- */
.member .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.member h2 { margin-bottom: 26px; }
.member > .wrap > div > p { color: var(--mut); max-width: 50ch; margin-bottom: 30px; }
.checks { display: grid; gap: 16px; margin-bottom: 38px; }
.checks li { display: flex; gap: 14px; font-size: 1.05rem; color: var(--ink); align-items: baseline; }
.checks li::before { content: "✓"; color: var(--lime); font-weight: 800; }
.member-img { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 440px; }
.member-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.member-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(10, 10, 10, 0.35), transparent 60%); }

/* ---------- Footer ---------- */
.site-footer { background: var(--black); border-top: 1px solid var(--line); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand .brand img { height: 46px; margin-bottom: 16px; }
.footer-brand p { color: var(--mut); max-width: 34ch; font-size: 0.95rem; }
.footer-brand .slogan {
  color: var(--lime); font-family: var(--disp); font-style: italic; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.9rem; margin-top: 14px;
}
.footer-col h4 {
  font-family: var(--disp); font-style: italic; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.9rem;
  color: var(--white); margin-bottom: 18px;
}
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { color: var(--mut); font-size: 0.95rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--lime); }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center;
  color: var(--mut-dark); font-size: 0.85rem;
}
.footer-bottom a:hover { color: var(--lime); }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--lime);
  color: var(--black);
  text-align: center;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  padding: 9px 16px;
  margin-bottom: 16px; /* clear air between the strip and the nav row */
}
.announce a { color: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.announce a:hover { opacity: 0.75; }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 90;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  transition: transform 0.35s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* ---------- Pre-register page ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--lime); color: var(--black);
  font-family: var(--disp); font-style: italic; font-weight: 800;
  text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.06em;
  padding: 8px 18px; border-radius: 999px; margin-bottom: 20px;
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.chips span {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink);
}
.lead-form {
  background: var(--coal);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(26px, 4vw, 44px);
}
.lead-form h3 { font-family: var(--disp); font-style: italic; font-weight: 900; text-transform: uppercase; font-size: 1.5rem; color: var(--white); margin-bottom: 8px; }
.lead-form .sub { color: var(--mut); font-size: 0.95rem; margin-bottom: 24px; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 0.88rem; color: var(--mut); }
.consent input { width: auto; margin-top: 4px; accent-color: var(--lime); }
.form-err { display: none; color: #ff7a7a; font-weight: 600; font-size: 0.9rem; }
.success { text-align: center; padding: clamp(30px, 5vw, 56px) 20px; }
.success h3 { font-family: var(--disp); font-style: italic; font-weight: 900; text-transform: uppercase; font-size: clamp(1.6rem, 3.4vw, 2.4rem); color: var(--white); margin-bottom: 14px; }
.success p { color: var(--mut); margin-bottom: 28px; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---------- Legal / FAQ prose ---------- */
.prose { max-width: 760px; }
.prose h2 { font-family: var(--disp); font-style: italic; font-weight: 800; text-transform: uppercase; font-size: 1.35rem; color: var(--white); margin: 38px 0 12px; }
.prose p, .prose li { color: var(--mut); font-size: 0.98rem; }
.prose ul { list-style: disc; padding-left: 22px; display: grid; gap: 8px; }
.prose a { color: var(--lime); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Motion prefs ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .tiers { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .split { grid-template-columns: 1fr; }
  .split .visual { min-height: 260px; order: -1; }
  .info-grid { grid-template-columns: 1fr; }
  .price .wrap, .member .wrap { grid-template-columns: 1fr; }
  .member-img { min-height: 320px; }
  .mosaic { grid-auto-rows: 130px; }
  .t-a, .t-b, .t-d, .t-e, .t-f { grid-column: 1/13; grid-row: auto / span 2; }
}

@media (max-width: 1199px) {
  .nav-links {
    position: fixed;
    inset: 0 0 auto 0;
    padding: 96px 28px 32px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(10, 10, 10, 0.98);
    border-bottom: 1px solid var(--lime-line);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s, transform 0.25s;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 110;
  }
  body.nav-open .nav-links { opacity: 1; transform: none; pointer-events: auto; }
  .nav-links a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-links a.active::after { display: none; }
  .nav-cta { margin: 18px 0 0; }
  .nav-cta .btn { width: 100%; justify-content: center; padding: 16px; font-size: 0.95rem; }
  .nav-toggle { display: block; }
}

@media (max-width: 760px) {
  .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .form .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero { padding-top: 120px; }
  .hero-meta div { padding-right: 28px; }
}

@media (max-width: 420px) {
  .wrap { padding: 0 20px; }
  .btn-row .btn { width: 100%; justify-content: center; }
  .brand img { height: 44px; }
}
