/* ==========================================================================
   BCMCC — standalone content pages (/membership, /directory)
   Extends site.css. Tokens only; no new colour values.
   ========================================================================== */

/* ── Page head band ─────────────────────────────────────────────────────── */
.phead {
  background: var(--ink);
  color: var(--paper);
  padding: 84px 40px 76px;
  position: relative;
  overflow: hidden;
}
.phead__inner { max-width: var(--maxw); margin: 0 auto; position: relative; }
.phead .kicker { color: var(--gold); }
.phead .kicker::before { background: var(--gold); }
.phead h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.4vw, 62px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 18px 0 0;
  max-width: 18ch;
}
.phead h1 em { font-style: italic; font-weight: 400; color: var(--maple-mid); }
.phead__lede { color: #B8B5AD; font-size: 18px; line-height: 1.6; max-width: 58ch; margin-top: 20px; }
.phead__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.phead__note { color: var(--stone); font-size: 13.5px; margin-top: 18px; }
.phead__note a { color: var(--gold); text-decoration: none; border-bottom: 1px solid transparent; }
.phead__note a:hover { border-bottom-color: var(--gold); }
.phead__flower {
  position: absolute;
  right: -70px;
  top: -60px;
  width: 340px;
  height: 340px;
  opacity: 0.16;
  pointer-events: none;
}

/* ── Page sections ──────────────────────────────────────────────────────── */
.psec { padding: 88px 40px; }
.psec--warm { background: var(--paper-warm); border-block: 1px solid var(--line); }
.psec__inner { max-width: var(--maxw); margin: 0 auto; }
.psec h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-top: 16px;
  max-width: 22ch;
}
.psec h2 em { font-style: italic; font-weight: 400; color: var(--maple); }
.psec__lede { color: var(--ink-soft); font-size: 17px; line-height: 1.65; max-width: 62ch; margin-top: 14px; }

/* ── "What's included" grid ─────────────────────────────────────────────── */
.incl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.incl__item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
}
.psec--warm .incl__item { background: var(--paper); }
.incl__item[id] { scroll-margin-top: 96px; } /* deep links land clear of the fixed nav */
.incl__tick {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--maple-tint);
  color: var(--maple-deep);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
}
.incl__item h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin: 14px 0 8px;
}
.incl__item p { color: var(--stone); font-size: 14.5px; line-height: 1.6; }

/* ── FAQ ────────────────────────────────────────────────────────────────── */
.faq { margin-top: 38px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.faq__row { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq__q {
  font-family: var(--font-body);
  font-size: 16.5px;
  font-weight: 600;
  color: var(--ink);
}
.faq__a { color: var(--stone); font-size: 15px; line-height: 1.65; margin-top: 8px; max-width: 70ch; }
.faq__a a { color: var(--maple-deep); }

/* ── Closing CTA band ───────────────────────────────────────────────────── */
.ctaband { background: var(--maple); color: #fff; padding: 76px 40px; text-align: center; }
.ctaband__inner { max-width: 700px; margin: 0 auto; }
.ctaband h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
.ctaband h2 em { font-style: italic; font-weight: 400; color: var(--gold); }
.ctaband p { color: rgba(255,255,255,0.9); font-size: 17px; line-height: 1.6; margin: 16px auto 30px; max-width: 50ch; }
.ctaband .btn--primary { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.ctaband .btn--primary:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.ctaband__ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── Directory preview ──────────────────────────────────────────────────── */
.dirprev { position: relative; margin-top: 38px; }
.dirprev__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dircard {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.dircard__av {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: var(--radius);
  background: var(--petal);
}
.dircard__body { flex: 1; min-width: 0; }
.dircard__bar { height: 11px; border-radius: 3px; background: var(--petal); }
.dircard__bar + .dircard__bar { margin-top: 9px; }
.dircard__bar--w70 { width: 70%; }
.dircard__bar--w45 { width: 45%; background: var(--line); }
.dircard__chip {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--font-cond);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--paper-warm);
  border: 1px solid var(--line);
  border-radius: var(--radius-full);
  padding: 4px 12px;
}
.dirprev__veil {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(180deg, rgba(251,250,247,0.5) 0%, rgba(251,250,247,0.94) 62%, var(--paper) 100%);
}
.dirprev__lock {
  text-align: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 30px 34px;
  max-width: 460px;
}
.dirprev__lock .kicker { justify-content: center; }
.dirprev__lock h3 {
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 600;
  color: var(--ink);
  margin: 12px 0 8px;
}
.dirprev__lock p { color: var(--stone); font-size: 14.5px; line-height: 1.6; }
.dirprev__lock .btn { margin-top: 20px; }
.dirprev__lock .dirprev__alt { margin-top: 14px; font-size: 13.5px; color: var(--stone); }
.dirprev__lock .dirprev__alt a { color: var(--maple-deep); }

/* ── Sector chips ───────────────────────────────────────────────────────── */
.sectors { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.sectors span {
  font-family: var(--font-cond);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-full);
  padding: 7px 15px;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .incl, .dirprev__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .phead { padding: 60px 24px 56px; }
  .phead__flower { display: none; }
  .psec { padding: 64px 24px; }
  .ctaband { padding: 60px 24px; }
  .incl, .dirprev__grid { grid-template-columns: 1fr; }
  .dirprev__grid > :nth-child(n+4) { display: none; }
  .dirprev__lock { padding: 24px 20px; }
}
