/* ============================================================
   Ship School — campaign page styles
   Layers on top of styles.css (tokens, buttons, .card, .weeks,
   .school__stack, .eyebrow, .h2, .lead, .aurora reused as-is)
   ============================================================ */

.ss { background: var(--ink); }

/* ---------- Minimal nav (brutalist bar) ---------- */
.ss-nav { position: sticky; top: 0; z-index: 50; background: var(--ink); border-bottom: 1px solid var(--border); }
.ss-nav__inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }

/* raised charcoal block (subtle band rhythm; all-dark) */
.ss-section {
  --ink: #131317; --ink-2: #17171c; --surface: #1c1c22; --surface-2: #232329;
  --border: #35353d; --border-2: #2a2a31;
  background: var(--ink);
}
.ss-nav .brand { display: flex; align-items: center; gap: 9px; font-size: 16px; text-decoration: none; color: var(--text); }
.ss-nav .brand svg { width: 24px; height: 24px; }
.ss-nav__sep { color: var(--border); margin: 0 2px; }
.ss-nav__prog { color: var(--text-2); font-weight: 500; }

/* ---------- Section rhythm ---------- */
.ss-section, .ss-band { padding-block: clamp(64px, 9vw, 120px); }
.ss-band { background: var(--ink-2); border-block: 1px solid var(--border-2); position: relative; overflow: hidden; }

/* ---------- Hero (night block) ---------- */
.ss-hero { position: relative; overflow: hidden; padding: clamp(48px, 7vw, 96px) 0 clamp(48px, 7vw, 88px); text-align: center; background:
  radial-gradient(58% 46% at 50% -8%, rgba(255,255,255,.07), transparent 62%),
  var(--ink); }
.ss-hero__inner { position: relative; z-index: 1; }
.ss-hero h1 { font-family: var(--display); font-size: clamp(40px, 6.4vw, 78px); font-weight: 700; letter-spacing: -.04em; line-height: 0.92; margin: 24px auto 0; max-width: 17ch; text-wrap: balance; color: var(--text); }
.ss-hero h1 .line2 { color: var(--text); }
.ss-hero__sub { color: var(--text-2); font-size: clamp(17px, 2.1vw, 20px); max-width: 54ch; margin: 22px auto 0; line-height: 1.55; }
.ss-hero__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.ss-hero__note { margin-top: 15px; font-size: 13px; color: var(--muted); }

/* scarcity strip */
.ss-scarcity { display: inline-flex; align-items: stretch; gap: 22px; margin: 30px auto 0; padding: 14px 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); flex-wrap: wrap; justify-content: center; }
.ss-scarcity__item { display: flex; flex-direction: column; gap: 1px; text-align: left; }
.ss-scarcity__item b { font-size: 15px; font-weight: 500; letter-spacing: -.01em; }
.ss-scarcity__item span { font-size: 12px; color: var(--muted); font-family: var(--mono); }
.ss-scarcity__div { width: 1px; background: var(--border-2); }

/* ---------- Stakes ---------- */
.ss-fear { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 940px; margin: 8px auto 0; }
.ss-fear__card { display: flex; align-items: flex-start; gap: 12px; padding: 18px 20px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); color: var(--text-2); font-size: 15px; line-height: 1.5; }
.ss-fear__dot { flex: 0 0 auto; width: 9px; height: 9px; border-radius: var(--pill); margin-top: 6px; }

/* ---------- Who it's for ---------- */
.ss-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ss-fit__col { padding: 30px 28px; border-radius: var(--radius-lg); border: 1px solid var(--border); background: var(--surface); }
.ss-fit__col--yes { border-color: color-mix(in srgb, var(--green) 45%, var(--border)); }
.ss-fit__col--no { background: var(--ink-2); }
.ss-fit__col h3 { font-size: 18px; margin: 0 0 16px; }
.ss-fit__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.ss-fit__col li { position: relative; padding-left: 26px; color: var(--text-2); font-size: 15px; line-height: 1.5; }
.ss-fit__col--yes li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 700; }
.ss-fit__col--no li::before { content: "—"; position: absolute; left: 0; top: 0; color: var(--muted); }

/* ---------- Reveal ---------- */
.ss-reveal { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 5vw, 64px); align-items: center; position: relative; z-index: 1; }
.ss-reveal__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 30px; max-width: 440px; }
.ss-reveal__facts b { display: block; font-size: 22px; font-weight: 500; letter-spacing: -.03em; }
.ss-reveal__facts span { font-size: 13px; color: var(--muted); font-family: var(--mono); }
.ss-reveal__art { position: relative; }
.ss-reveal__art img { width: 100%; height: auto; border-radius: var(--radius-lg); }
.ss-reveal__art .jd-glow { position: absolute; inset: 6% 6%; background: radial-gradient(closest-side, rgba(137,87,229,.4), transparent); filter: blur(46px); z-index: 0; }

/* ---------- Weeks (wide variant of .weeks from styles.css) ---------- */
.weeks--wide { max-width: 760px; margin-inline: auto; }
.weeks--wide li { padding: 18px 0; }

/* ---------- Instructors ---------- */
.ss-teach { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ss-teach__card { padding: 26px 24px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.ss-teach__mark { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: var(--pill); background: var(--purple-tint); color: var(--purple-2); font-size: 18px; margin-bottom: 16px; }
.ss-teach__card b { display: block; font-size: 17px; }
.ss-teach__ped { display: block; font-family: var(--mono); font-size: 12px; color: var(--purple-2); margin: 4px 0 12px; }
.ss-teach__card p { margin: 0; color: var(--text-2); font-size: 14.5px; line-height: 1.55; }
.ss-teach__note { text-align: center; margin-top: 20px; font-size: 13px; color: var(--muted); }

/* ---------- Outcomes ---------- */
.ss-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ss-outcome { padding: 24px 24px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.ss-outcome b { display: block; font-size: 16px; margin-bottom: 8px; }
.ss-outcome p { margin: 0; color: var(--text-2); font-size: 14.5px; line-height: 1.55; }

/* ---------- Offer ---------- */
.ss-offer__card { padding: clamp(28px, 4vw, 44px); overflow: visible; }
.ss-offer__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 4vw, 52px); align-items: start; }
.ss-offer__buy { border-left: 1px solid var(--border-2); padding-left: clamp(24px, 3vw, 44px); }
.ss-offer__price { padding-bottom: 20px; margin-bottom: 22px; border-bottom: 1px solid var(--border-2); }
.ss-offer__amt { display: block; font-size: clamp(40px, 5vw, 52px); font-weight: 500; letter-spacing: -.04em; }
.ss-offer__amt small { font-size: 16px; color: var(--muted); font-weight: 400; letter-spacing: 0; margin-left: 4px; }
.ss-offer__found { display: block; margin-top: 8px; font-family: var(--mono); font-size: 12.5px; color: var(--text-2); line-height: 1.5; }
.ss-offer__found b { color: var(--green); font-weight: 500; }
.ss-offer__buy .btn { width: 100%; justify-content: center; }
.ss-offer__how { margin: 14px 0 0; font-size: 13px; color: var(--muted); line-height: 1.55; }
.ss-guarantee { margin-top: 22px; padding: 16px 18px; border: 1px dashed var(--border); border-radius: var(--radius); background: var(--ink-2); }
.ss-guarantee b { font-size: 13px; color: var(--green); }
.ss-guarantee p { margin: 6px 0 0; font-size: 12.5px; color: var(--muted); line-height: 1.55; }
.ss-anchor { text-align: center; max-width: 62ch; margin: 26px auto 0; font-size: 14px; color: var(--text-2); line-height: 1.6; }

/* ---------- FAQ ---------- */
.ss-faq { max-width: 760px; margin-inline: auto; }
.ss-q { border-top: 1px solid var(--border-2); }
.ss-q:last-child { border-bottom: 1px solid var(--border-2); }
.ss-q summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; font-size: 16.5px; font-weight: 500; position: relative; color: var(--text); }
.ss-q summary::-webkit-details-marker { display: none; }
.ss-q summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; color: var(--muted); transition: transform .2s; }
.ss-q[open] summary::after { content: "−"; }
.ss-q p { margin: 0 0 22px; color: var(--text-2); font-size: 15px; line-height: 1.6; max-width: 64ch; }

/* ---------- Final CTA ---------- */
.ss-final { position: relative; overflow: hidden; text-align: center; padding: clamp(70px, 10vw, 130px) 0; background:
  radial-gradient(900px 420px at 50% 120%, rgba(46,160,67,.16), transparent 60%),
  var(--ink-2); border-top: 1px solid var(--border-2); }
.ss-final__inner { position: relative; z-index: 1; }
.ss-final h2 { font-size: clamp(30px, 4.6vw, 52px); letter-spacing: -.035em; line-height: 1.05; margin: 16px auto 0; max-width: 18ch; text-wrap: balance; }
.ss-final p { color: var(--text-2); font-size: 16px; max-width: 56ch; margin: 20px auto 30px; line-height: 1.6; }
.ss-final p b { color: var(--text); font-weight: 500; }
.ss-final__note { margin-top: 22px !important; font-size: 14px; color: var(--muted); }
.ss-final__note a { color: var(--text-2); border-bottom: 1px solid var(--border); }
.ss-final__note a:hover { color: var(--text); }

/* ---------- Sticky mobile CTA ---------- */
.ss-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: #0b0b0c; border-top: 1px solid #2c2c31; color: #f3f0e9; transform: translateY(110%); transition: transform .28s var(--ease, ease); }
.ss-sticky.is-on { transform: translateY(0); }
.ss-sticky__txt { display: flex; flex-direction: column; line-height: 1.2; }
.ss-sticky__txt b { font-size: 14px; }
.ss-sticky__txt span { font-size: 12px; color: var(--muted); font-family: var(--mono); }
.ss-sticky .btn { flex: 0 0 auto; }

/* ---------- Footer ---------- */
.ss-foot { border-top: 1px solid var(--border-2); padding-block: 44px; background: var(--ink); }
.ss-foot__inner { text-align: center; }
.ss-foot .brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; color: var(--text); font-size: 16px; }
.ss-foot .brand svg { width: 22px; height: 22px; }
.ss-foot__inner > p { color: var(--text-2); font-size: 14px; max-width: 48ch; margin: 14px auto 18px; }
.ss-foot__links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px; }
.ss-foot__links a { color: var(--text-2); font-size: 14px; text-decoration: none; }
.ss-foot__links a:hover { color: var(--text); }
.ss-foot__legal { font-size: 12px; color: var(--muted); max-width: 60ch; margin-inline: auto; line-height: 1.5; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .ss-reveal, .ss-offer__grid { grid-template-columns: 1fr; }
  .ss-teach, .ss-outcomes { grid-template-columns: 1fr; }
  .ss-offer__buy { border-left: 0; padding-left: 0; border-top: 1px solid var(--border-2); padding-top: 26px; }
}
@media (max-width: 640px) {
  .ss-fit, .ss-fear { grid-template-columns: 1fr; }
  .ss-nav .btn--primary { display: none; }   /* sticky bar carries the CTA on mobile */
  .ss-sticky { display: flex; }
  .ss-hero__cta { flex-direction: column; align-items: stretch; }
  .ss-scarcity { gap: 14px 18px; }
  .ss-scarcity__div { display: none; }
}

/* ---- Numbered FAQ rows (rig pattern) ---- */
.ss-faq { counter-reset: faq; }
.ss-q summary::before {
  counter-increment: faq;
  content: counter(faq, decimal-leading-zero);
  font-family: var(--mono); font-size: 12px; color: var(--muted);
  margin-right: 16px; font-weight: 400;
}
.ss-q summary { font-family: var(--display); font-weight: 600; letter-spacing: -0.01em; }
