/* ============================================================
   She Leads AI — Build · Launch · Scale (BLS) Lab
   Builds on components.css + homepage.css + pages.css.
   BLS Lab = the GOLD sub-brand (founder call — gold is normally
   Academy-only; logged in CLAUDE.md). Gold carries the family:
   section numbers, rules, ticks, card top-borders, phase tags.
   The action button stays the locked deep-coral (the one action
   color) — same pattern as the Academy pages.
   ============================================================ */

/* action stays coral; gold is used explicitly for decorative family marks */
.bls { --accent: var(--deep-coral); --accent-soft: rgba(239,91,84,0.14); --accent-ink: var(--white); }

/* jump-nav active pill = gold field, ink text (gold sub-brand) */
.bls .jumpnav a.is-active { background: var(--gold); color: var(--ink); }
body.bls:not(.no-hover-tint) .jumpnav a:hover { background: rgba(242,193,78,0.18); }

/* ---- hero: ink dusty-haze, GOLD Lady + gold bloom ---- */
.bls .subhero__lede { color: var(--cream); }
.bls .subhero__promise {
  font-family: var(--accent-font); font-style: italic; font-weight: 400;
  font-size: clamp(19px, 2.2vw, 28px); line-height: 1.2; color: var(--gold); margin: 0 0 4px; max-width: 26ch;
}
.bls .subhero--figure .subhero__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 26px; }
.bls .subhero__labname { font-family: var(--accent-font); font-style: italic; font-weight: 400; font-size: clamp(18px, 2vw, 26px); line-height: 1.2; color: var(--gold); margin: -16px 0 0; }
.bls .subhero .gold-rule { background: var(--gold); }
.bls .subhero h1 em { color: var(--gold); }
.bls .subhero__lede b { color: var(--cream); font-weight: 600; }

/* ============================================================
   INTRO — one written-out sentence, single column
   ============================================================ */
.bls .intro { background: var(--cream); color: var(--ink); }
.bls .intro__inner { max-width: 760px; margin: 0 auto; padding: clamp(56px, 7vw, 104px) clamp(28px, 5vw, 80px) clamp(40px, 5vw, 64px); }
.bls .intro__lead {
  font-family: var(--display); font-weight: 500; font-size: clamp(20px, 2vw, 26px);
  line-height: 1.4; letter-spacing: -0.01em; color: var(--ink); margin: 0; text-wrap: pretty;
}
.bls .intro__lead em { font-family: var(--accent-font); font-style: italic; font-weight: 400; color: var(--gold); }
.bls .intro__lead strong { font-weight: 600; }

/* ============================================================
   NUMBERED SECTION HEAD — big GOLD index number
   ============================================================ */
.bls .numhead { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 3vw, 46px); align-items: start; margin-bottom: calc(clamp(34px, 4vw, 56px) * var(--space, 1.15)); }
.bls .numhead .n {
  font-family: var(--display); font-weight: 500; font-size: clamp(40px, 5vw, 76px);
  line-height: 0.74; letter-spacing: -0.03em; color: var(--gold); font-variant-numeric: tabular-nums;
}
.bls .numhead__t { max-width: 30ch; }
.bls .numhead__t h2 {
  font-family: var(--display); font-weight: 500; font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.0; letter-spacing: -0.018em; margin: 0; color: var(--ink); text-wrap: balance;
}
.bls .numhead__t h2 em { font-family: var(--accent-font); font-style: italic; font-weight: 400; color: var(--gold); }
.bls .numhead__t .lede { margin-top: 16px; max-width: 56ch; }

/* spaciousness multiplier */
.bls .section { padding-top: calc(clamp(64px, 8vw, 120px) * var(--space, 1.15)); padding-bottom: calc(clamp(64px, 8vw, 120px) * var(--space, 1.15)); }
.bls .prose { max-width: 64ch; }
.bls .prose p { margin: 0 0 calc(18px * var(--space, 1.15)); font-size: clamp(15.5px, 1.2vw, 17px); line-height: 1.68; color: var(--ink); }
.bls .prose p:last-child { margin-bottom: 0; }
.bls .prose strong { font-weight: 600; }
.bls .prose em { font-family: var(--accent-font); font-style: italic; }
.bls .subhead { font-family: var(--display); font-weight: 600; font-size: clamp(18px, 1.8vw, 22px); letter-spacing: -0.01em; color: var(--ink); margin: calc(36px * var(--space, 1.15)) 0 14px; }

/* ============================================================
   THE ARC — Build · Launch · Scale phase cards
   ============================================================ */
.bls .arc { display: grid; grid-template-columns: repeat(3, 1fr); gap: calc(22px * var(--space, 1.15)); }
@media (max-width: 900px) { .bls .arc { grid-template-columns: 1fr; max-width: 560px; } }
.bls .phase {
  display: flex; flex-direction: column; gap: 16px;
  background: var(--white); border: 1px solid rgba(26,26,46,0.14);
  border-top: 3px solid var(--gold); border-radius: calc(var(--radius) + 8px);
  padding: calc(32px * var(--space, 1.15)) 30px calc(30px * var(--space, 1.15));
}
.bls .phase__n { font-family: var(--display); font-weight: 600; font-size: 13px; color: var(--gold); font-variant-numeric: tabular-nums; }
.bls .phase h3 { font-family: var(--display); font-weight: 500; font-size: clamp(24px, 2.4vw, 30px); line-height: 1.02; letter-spacing: -0.015em; margin: 0; color: var(--ink); }
.bls .phase h3 em { font-family: var(--accent-font); font-style: italic; font-weight: 400; color: var(--gold); }
.bls .phase > p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--ink); }
.bls .phase ul { list-style: none; margin: 4px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.bls .phase li { position: relative; padding-left: 22px; font-size: 14.5px; line-height: 1.45; color: var(--ink); }
.bls .phase li::before { content: ""; position: absolute; left: 0; top: 9px; width: 11px; height: 2px; background: var(--gold); border-radius: 2px; }

/* ============================================================
   HOW IT WORKS — feature rows on cream
   ============================================================ */
.bls .hows { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(40px, 5vw, 72px); border-top: 1px solid rgba(26,26,46,0.16); }
@media (max-width: 720px) { .bls .hows { grid-template-columns: 1fr; } }
.bls .how { display: grid; grid-template-columns: 40px 1fr; gap: 18px; align-items: start; padding: calc(24px * var(--space, 1.15)) 0; border-bottom: 1px solid rgba(26,26,46,0.13); }
.bls .how__ico { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--gold); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.bls .how__ico svg { width: 19px; height: 19px; color: var(--ink); }
.bls .how h4 { font-family: var(--display); font-weight: 600; font-size: 17px; letter-spacing: -0.005em; margin: 6px 0 6px; color: var(--ink); }
.bls .how p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--ink); max-width: 42ch; }

/* ============================================================
   WHAT'S INCLUDED — gold-tick checklist (two columns)
   ============================================================ */
.bls .getgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(36px, 5vw, 72px); }
@media (max-width: 760px) { .bls .getgrid { grid-template-columns: 1fr; } }
.bls .getlist { list-style: none; margin: 0; padding: 0; }
.bls .getlist li { display: grid; grid-template-columns: 24px 1fr; gap: 16px; align-items: start; padding: calc(20px * var(--space, 1.15)) 0; border-bottom: 1px solid rgba(26,26,46,0.13); }
.bls .getlist li:first-child { border-top: 1px solid rgba(26,26,46,0.13); }
@media (max-width: 760px) { .bls .getgrid .getlist:nth-child(2) li:first-child { border-top: 0; } }
.bls .getlist .tick { width: 22px; height: 22px; margin-top: 2px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.bls .getlist .tick svg { width: 12px; height: 12px; color: var(--ink); }
.bls .getlist b { font-family: var(--display); font-weight: 600; font-size: 16px; line-height: 1.2; color: var(--ink); display: block; margin-bottom: 5px; letter-spacing: -0.005em; }
.bls .getlist span { font-size: 14px; line-height: 1.55; color: var(--ink); }

/* ============================================================
   LEADERS — Pamela + Anne
   ============================================================ */
.bls .people { display: flex; flex-direction: column; gap: calc(clamp(40px, 5vw, 64px) * var(--space, 1.15)); }
.bls .person { display: grid; grid-template-columns: 200px 1fr; gap: clamp(28px, 4vw, 52px); align-items: start; }
@media (max-width: 680px) { .bls .person { grid-template-columns: 1fr; gap: 22px; } }
.bls .person__pic { width: 200px; aspect-ratio: 1; border-radius: calc(var(--radius) + 10px); overflow: hidden; background: var(--gold); position: relative; flex: 0 0 auto; }
@media (max-width: 680px) { .bls .person__pic { width: 150px; } }
.bls .person__pic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bls .person__pic .ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 10px; letter-spacing: 0.06em; color: var(--ink); text-align: center; padding: 14px; }
.bls .person__role { font-family: var(--accent-font); font-style: italic; font-weight: 400; font-size: clamp(17px, 1.7vw, 20px); color: var(--ink); margin: 6px 0 0; }
.bls .person h3 { font-family: var(--display); font-weight: 500; font-size: clamp(24px, 2.6vw, 32px); line-height: 1; letter-spacing: -0.015em; margin: 0; color: var(--ink); }
.bls .person__body { max-width: 60ch; }
.bls .person__body p { margin: 18px 0 0; font-size: clamp(15px, 1.2vw, 16.5px); line-height: 1.65; color: var(--ink); }

/* ============================================================
   JOIN — ink field, $77/mo, one deep-coral button
   ============================================================ */
.bls .join { position: relative; background: var(--ink); overflow: hidden; }
.bls .join__glow {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: var(--hero-haze, 0.72);
  background:
    radial-gradient(48% 72% at 80% 56%, rgba(242,193,78,0.34), transparent 68%),
    radial-gradient(38% 56% at 16% 28%, rgba(242,193,78,0.12), transparent 70%);
}
.bls .join__inner {
  position: relative; z-index: 2; max-width: 880px; margin: 0 auto;
  padding: clamp(72px, 9vw, 130px) clamp(28px, 5vw, 80px);
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 24px;
  --fg: var(--cream); --line: rgba(247,247,244,0.32);
}
.bls .join .gold-rule { width: 56px; height: 3px; background: var(--gold); border: 0; }
.bls .join h2 { font-family: var(--display); font-weight: 500; font-size: clamp(38px, 5.5vw, 72px); line-height: 0.98; letter-spacing: -0.02em; margin: 0; color: var(--cream); max-width: 16ch; text-wrap: balance; }
.bls .join h2 em { font-family: var(--accent-font); font-style: italic; font-weight: 400; color: var(--gold); }
.bls .join p { margin: 0; font-size: clamp(16px, 1.3vw, 18px); line-height: 1.6; color: var(--cream); max-width: 50ch; }
.bls .join__price { font-family: var(--display); font-weight: 500; font-size: clamp(44px, 5vw, 64px); line-height: 0.9; letter-spacing: -0.02em; color: var(--cream); }
.bls .join__price span { font-family: var(--body); font-weight: 500; font-size: 16px; color: var(--cream); letter-spacing: 0; }
.bls .join__sub { font-size: 14px; color: var(--cream); }
.bls .join__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 6px; --fg: var(--cream); --line: rgba(247,247,244,0.32); }

/* ============================================================
   VOICES — real member quotes (gold marks, initials only)
   two treatments: a slow slider (default) and a slow ticker
   ============================================================ */
.bls .voices { position: relative; }
.bls .voices__stage { overflow: hidden; }
.bls .voices__track { display: flex; }

/* shared quote bits */
.bls .voice__mark { width: 34px; height: 3px; background: var(--gold); border-radius: 2px; }
.bls .voice blockquote { margin: 0; font-family: var(--accent-font); font-style: italic; font-weight: 400; color: var(--ink); text-wrap: pretty; }
.bls .voice__who { font-family: var(--display); font-weight: 600; font-size: 13px; letter-spacing: 0.06em; color: var(--ink); }

/* ---- SLIDER (default) ---- */
.bls .voices[data-mode="slider"] .voices__track { transition: transform .7s cubic-bezier(.22,.61,.36,1); }
.bls .voices[data-mode="slider"] .voice {
  flex: 0 0 100%; min-width: 0;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: clamp(6px, 2vw, 22px) clamp(16px, 8vw, 130px);
}
.bls .voices[data-mode="slider"] .voice__mark { margin: 0 0 28px; }
.bls .voices[data-mode="slider"] .voice blockquote { font-size: clamp(21px, 2.5vw, 31px); line-height: 1.5; max-width: 30ch; }
.bls .voices[data-mode="slider"] .voice__who { margin-top: 30px; }

.bls .voices__nav { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: clamp(28px, 3.5vw, 46px); }
.bls .voices__arrow {
  width: 44px; height: 44px; flex: 0 0 auto; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  background: none; border: 1px solid rgba(26,26,46,0.22); border-radius: var(--radius);
  color: var(--ink); transition: border-color .15s ease, background .15s ease;
}
.bls .voices__arrow:hover { border-color: var(--ink); background: rgba(242,193,78,0.14); }
.bls .voices__arrow svg { width: 18px; height: 18px; }
.bls .voices__dots { display: flex; align-items: center; gap: 10px; }
.bls .voices__dot { width: 8px; height: 8px; padding: 0; cursor: pointer; border: 0; background: rgba(26,26,46,0.22); border-radius: 50%; transition: background .2s ease, transform .2s ease; }
.bls .voices__dot[aria-current="true"] { background: var(--gold); transform: scale(1.4); }

/* ---- TICKER ---- */
.bls .voices[data-mode="ticker"] .voices__stage {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.bls .voices[data-mode="ticker"] .voices__track { width: max-content; gap: 22px; align-items: center; animation: bls-voices-marquee 90s linear infinite; }
.bls .voices[data-mode="ticker"]:hover .voices__track { animation-play-state: paused; }
@keyframes bls-voices-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.bls .voices[data-mode="ticker"] .voice {
  flex: 0 0 auto; width: clamp(300px, 26vw, 380px);
  background: var(--white); border: 1px solid rgba(26,26,46,0.14);
  border-radius: calc(var(--radius) + 8px); padding: 28px 30px 26px;
}
.bls .voices[data-mode="ticker"] .voice__mark { margin-bottom: 18px; }
.bls .voices[data-mode="ticker"] .voice blockquote { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.45; }
.bls .voices[data-mode="ticker"] .voice__who { margin-top: 18px; }
.bls .voices[data-mode="ticker"] .voices__nav { display: none; }

@media (prefers-reduced-motion: reduce) {
  .bls .voices[data-mode="ticker"] .voices__track { animation: none; }
}

/* ============================================================
   FAQ — gold plus + hover (gold sub-brand)
   ============================================================ */
.bls .acc-q .plus::before, .bls .acc-q .plus::after { background: var(--gold); }
body.bls:not(.no-hover-tint) .acc-q:hover { color: var(--gold); }

/* ===== Section 02 — flat workshop list (no Build/Launch/Scale buckets) =====
   One accordion of ten. Each panel states the workshop and the artifact
   you leave with. Ink body (no grey), gold mark on the artifact line. */
.bls .wk-list { border-top: 1px solid rgba(26,26,46,0.16); }
.bls .wk-list .acc-q { font-family: var(--display); font-weight: 600; font-size: clamp(16px, 1.5vw, 18.5px); letter-spacing: -0.005em; }
.bls .acc-a .acc-inner { color: var(--ink); }
.bls .wk-art {
  display: block; margin-top: 11px; padding-left: 16px; position: relative;
  font-family: var(--accent-font); font-style: italic; font-weight: 400;
  font-size: 15px; line-height: 1.55; color: var(--ink);
}
.bls .wk-art::before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 2px; background: var(--gold); border-radius: 2px; }

/* ===== VOICES — quote-card grid with an ink featured anchor =====
   Strongest quote = dark ink panel (echoes the Join section). Each card
   carries a gold quotation mark and a gold initial chip so attribution
   reads as designed, not anonymous. Layered shadow for lift. */
.bls .tgrid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 1.8vw, 26px); }
@media (max-width: 720px) { .bls .tgrid { grid-template-columns: 1fr; } }
.bls .tcard {
  position: relative; margin: 0; display: flex; flex-direction: column;
  background: var(--white); border: 1px solid rgba(26,26,46,0.10);
  border-radius: calc(var(--radius) + 10px);
  padding: clamp(28px, 2.8vw, 40px) clamp(26px, 2.6vw, 36px) clamp(24px, 2.4vw, 30px);
  box-shadow: 0 1px 2px rgba(26,26,46,0.04), 0 18px 38px -24px rgba(26,26,46,0.30);
}
.bls .tcard .voice__mark { display: none; }
.bls .tcard blockquote {
  margin: 0; font-family: var(--accent-font); font-style: italic; font-weight: 400;
  color: var(--ink); text-wrap: pretty; font-size: clamp(15.5px, 1.4vw, 17.5px); line-height: 1.55;
}
.bls .tcard blockquote::before {
  content: "\201C"; display: block; margin: 0 0 8px -2px;
  font-family: var(--accent-font); font-style: italic; font-weight: 500;
  font-size: clamp(42px, 3.6vw, 58px); line-height: 0.6; color: var(--gold);
}
.bls .tcard .voice__who {
  align-self: flex-start; margin-top: clamp(20px, 2vw, 26px);
  font-family: var(--display); font-weight: 600; font-size: 12.5px; letter-spacing: 0.08em;
  color: var(--ink); background: var(--gold); padding: 6px 15px; border-radius: 999px;
}
.bls .tcard--feature {
  grid-column: 1 / -1; background: var(--ink); border-color: transparent;
  box-shadow: 0 26px 54px -30px rgba(26,26,46,0.62);
}
.bls .tcard--feature blockquote { color: var(--cream); font-size: clamp(19px, 2.1vw, 26px); line-height: 1.45; max-width: 46ch; }

/* ===== Mobile fixes (review pass 2026-06-02) ===== */
/* Footer collapses to one column on phones — was staying 2-up below 480px,
   pushing the right column off-screen (page-wide horizontal scroll) and
   clipping hello@sheleadsai.ai to "hello@sheleadsai". */
@media (max-width: 480px) {
  .bls .foot__top { grid-template-columns: 1fr; }
}
/* Larger jump-nav tap targets on phones/tablets */
@media (max-width: 720px) {
  .bls .jumpnav a { padding: 11px 13px; }
}