/* =========================================================================
   Black Women's Wealth Lab(R): Forensic Luxury design system
   Council verdict: obsidian base, bone text, one brass line, oxblood once.
   The environment justifies the number. (Sheila Johnson lane.)
   ========================================================================= */


:root {
  --ink:        #0B0B0E;   /* obsidian base            */
  --ink-2:      #141419;   /* raised panel             */
  --ink-3:      #1D1D24;   /* hairline / borders       */
  --bone:       #F4EFE6;   /* primary text             */
  --bone-dim:   #B7B0A4;   /* secondary text           */
  --bone-faint: #8C8678;   /* tertiary / captions      */
  --brass:      #C9A24B;   /* the single line of authority */
  --brass-soft: #9C7E38;
  --oxblood:    #7A1E22;   /* used once, deliberately  */
  --redact:     #0B0B0E;   /* redaction bars           */

  --display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --body:    'Inter', system-ui, -apple-system, sans-serif;
  --mono:    'IBM Plex Mono', ui-monospace, 'SF Mono', monospace;

  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
  --section-y: clamp(72px, 12vh, 160px);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--ink);
  color: var(--bone);
  font-family: var(--body);
  font-weight: 300;
  line-height: 1.7;
  font-size: 17px;
  letter-spacing: 0.005em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* fine grain texture overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- type ---------- */
h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; line-height: 1.06; letter-spacing: -0.015em; }
.eyebrow {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass);
}
.serif-i { font-style: italic; }
strong, b { font-weight: 500; color: var(--bone); }
.brass { color: var(--brass); }
.figure { font-family: var(--mono); font-feature-settings: "tnum"; letter-spacing: -0.01em; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
section { padding-block: var(--section-y); position: relative; }
.rule { height: 1px; background: linear-gradient(90deg, transparent, var(--brass-soft) 18%, var(--brass-soft) 82%, transparent); opacity: 0.5; }

/* =========================================================================
   NAV
   ========================================================================= */
.nav {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(11,11,14,0.72);
  border-bottom: 1px solid var(--ink-3);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brandmark { display: flex; align-items: baseline; gap: 10px; font-family: var(--display); font-size: 19px; letter-spacing: -0.01em; color: var(--bone); }
.brandmark .reg { font-family: var(--body); font-size: 11px; color: var(--brass); transform: translateY(-6px); }
.brandmark .dot { width: 6px; height: 6px; background: var(--brass); border-radius: 50%; align-self: center; }
.brandmark img { height: 36px; width: auto; display: block; }
.footer__brand .brandmark img { height: 44px; }
.nav__links { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 36px); }
.nav__links a { font-size: 13px; letter-spacing: 0.04em; color: var(--bone-dim); transition: color .25s; }
.nav__links a:hover, .nav__links a.active { color: var(--bone); }
.nav__cta {
  font-family: var(--body); font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink) !important; background: var(--brass);
  padding: 11px 18px; border-radius: 2px; transition: transform .25s, background .25s;
}
.nav__cta:hover { background: #d8b25e; transform: translateY(-1px); }
.nav__toggle { display: none; background: none; border: 0; color: var(--bone); font-size: 22px; cursor: pointer; }
@media (max-width: 860px) {
  .nav__links { position: fixed; inset: 70px 0 auto 0; flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--ink-2); border-bottom: 1px solid var(--ink-3); padding: 8px var(--gutter) 24px;
    transform: translateY(-130%); transition: transform .4s cubic-bezier(.6,0,.2,1); }
  .nav__links.open { transform: translateY(0); }
  .nav__links a { padding: 14px 0; width: 100%; border-bottom: 1px solid var(--ink-3); font-size: 15px; }
  .nav__links .nav__cta { margin-top: 16px; border-bottom: 0; width: 100%; text-align: center; }
  .nav__toggle { display: block; }
}

/* =========================================================================
   HERO
   ========================================================================= */
.hero { padding-top: clamp(60px, 11vh, 120px); padding-bottom: clamp(60px, 11vh, 120px); }
.hero__eyebrow { margin-bottom: 30px; }
.hero h1 {
  font-size: clamp(40px, 7vw, 86px);
  font-weight: 300;
  line-height: 1.0;
  max-width: 16ch;
}
.hero h1 em { font-style: italic; color: var(--brass); }
.hero__sub { margin-top: 34px; max-width: 56ch; font-size: clamp(17px, 1.5vw, 20px); color: var(--bone-dim); font-weight: 300; }
.hero__meta { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: baseline; }
.hero__stat .n { font-family: var(--mono); font-size: clamp(22px, 3vw, 30px); color: var(--bone); display: block; }
.hero__stat .l { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bone-faint); }

/* =========================================================================
   BUTTONS
   ========================================================================= */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--body); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 16px 30px; border-radius: 2px; cursor: pointer; transition: transform .25s, background .25s, color .25s;
}
.btn--primary { background: var(--brass); color: var(--ink); border: 1px solid var(--brass); }
.btn--primary:hover { background: #d8b25e; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--bone); border: 1px solid var(--ink-3); }
.btn--ghost:hover { border-color: var(--brass); color: var(--brass); }
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(4px); }
.cta-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 44px; }

/* =========================================================================
   SECTION HEADERS / GENERIC
   ========================================================================= */
.sec-head { max-width: 64ch; }
.sec-head .eyebrow { margin-bottom: 22px; display: block; }
.sec-head h2 { font-size: clamp(30px, 4.4vw, 54px); font-weight: 300; }
.sec-head h2 em { font-style: italic; color: var(--brass); }
.sec-head p { margin-top: 22px; color: var(--bone-dim); max-width: 58ch; }
.lead { font-size: clamp(20px, 2.4vw, 28px); font-family: var(--display); font-weight: 300; line-height: 1.4; color: var(--bone); }
.lead em { font-style: italic; color: var(--brass); }

/* panel */
.panel { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: 4px; }

/* =========================================================================
   THE GAP: four columns she names
   ========================================================================= */
.gap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--ink-3); border: 1px solid var(--ink-3); margin-top: 56px; border-radius: 4px; overflow: hidden; }
.gap-cell { background: var(--ink); padding: 38px 30px; }
.gap-cell .num { font-family: var(--mono); font-size: 13px; color: var(--brass); }
.gap-cell h3 { font-size: 24px; margin: 18px 0 12px; font-weight: 400; }
.gap-cell p { font-size: 15px; color: var(--bone-dim); }
@media (max-width: 900px) { .gap-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .gap-grid { grid-template-columns: 1fr; } }

/* =========================================================================
   REDACTION MOTIF: the method under glass
   ========================================================================= */
.redact {
  position: relative; background: var(--redact); color: transparent;
  border-radius: 1px; padding: 0 .28em; user-select: none;
  box-shadow: inset 0 0 0 1px rgba(201,162,75,0.16);
}
.redact::after { content: "REDACTED"; position: absolute; inset: 0; display: grid; place-items: center;
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em; color: rgba(183,176,164,0.30); }
.under-glass {
  background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: 4px;
  padding: clamp(28px, 4vw, 48px); position: relative; overflow: hidden;
}
.under-glass::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, rgba(244,239,230,0.05) 0%, transparent 28%); }
.glass-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bone-faint); }
.glass-line { display: flex; gap: 14px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--ink-3); }
.glass-line:last-child { border-bottom: 0; }
.glass-line .k { font-family: var(--mono); font-size: 12px; color: var(--brass); white-space: nowrap; min-width: 42px; }

/* =========================================================================
   DELIVERABLES: numbered ledger
   ========================================================================= */
.ledger { margin-top: 56px; border-top: 1px solid var(--ink-3); }
.ledger__row { display: grid; grid-template-columns: 86px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--ink-3); align-items: start; transition: background .3s; }
.ledger__row:hover { background: rgba(20,20,25,0.6); }
.ledger__row .idx { font-family: var(--mono); font-size: 14px; color: var(--brass); padding-top: 6px; }
.ledger__row h3 { font-size: clamp(22px, 2.6vw, 30px); font-weight: 400; }
.ledger__row p { margin-top: 12px; color: var(--bone-dim); max-width: 60ch; }
@media (max-width: 640px) { .ledger__row { grid-template-columns: 54px 1fr; gap: 14px; } }

/* =========================================================================
   RECEIPTS: composite + case dossiers
   ========================================================================= */
.composite { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; margin-top: 56px; }
@media (max-width: 860px) { .composite { grid-template-columns: 1fr; } }
.bignum { font-family: var(--mono); font-weight: 500; font-size: clamp(44px, 9vw, 104px); line-height: 0.92; color: var(--bone); letter-spacing: -0.03em; }
.bignum .small { font-size: 0.34em; color: var(--brass); display: block; letter-spacing: 0.04em; }
.composite-list { display: grid; gap: 0; border-top: 1px solid var(--ink-3); }
.composite-list .ci { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--ink-3); }
.composite-list .ci .k { color: var(--bone-dim); font-size: 14px; }
.composite-list .ci .v { font-family: var(--mono); color: var(--bone); font-size: 15px; }

.dossiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
@media (max-width: 900px) { .dossiers { grid-template-columns: 1fr; } }
.dossier { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: 4px; padding: 30px; }
.dossier .file { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone-faint); }
.dossier .role { font-family: var(--display); font-size: 21px; margin: 14px 0 4px; }
.dossier .sector { font-size: 13px; color: var(--bone-dim); }
.dossier .dline { height: 1px; background: var(--ink-3); margin: 22px 0; }
.dossier .row { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; padding: 7px 0; }
.dossier .row .k { color: var(--bone-faint); }
.dossier .row .v { font-family: var(--mono); color: var(--bone); }
.dossier .row .v.big { color: var(--brass); font-size: 16px; }

/* pull quote */
.pullquote { max-width: 22ch; }
.pullquote blockquote { font-family: var(--display); font-weight: 300; font-style: italic; font-size: clamp(28px, 5vw, 56px); line-height: 1.12; color: var(--bone); }
.pullquote cite { display: block; margin-top: 26px; font-style: normal; font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass); }

/* =========================================================================
   ABOUT: credential ledger
   ========================================================================= */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,72px); margin-top: 56px; align-items: start; }
@media (max-width: 820px){ .about-grid { grid-template-columns: 1fr; } }
.cred-list { list-style: none; }
.cred-list li { display: flex; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--ink-3); font-size: 15px; color: var(--bone-dim); }
.cred-list li::before { content: "·"; color: var(--brass); font-weight: 600; }
.founder-card { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: 4px; padding: clamp(28px,4vw,44px); }
.founder-card .glass-label { margin-bottom: 22px; }

/* =========================================================================
   OFFER PAGE
   ========================================================================= */
.price-block { display: flex; align-items: baseline; gap: 18px; margin-top: 18px; }
.price-block .amt { font-family: var(--mono); font-size: clamp(46px, 8vw, 80px); color: var(--bone); letter-spacing: -0.02em; }
.price-block .terms { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass); }
.includes { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ink-3); border: 1px solid var(--ink-3); border-radius: 4px; overflow: hidden; margin-top: 48px; }
@media (max-width: 720px){ .includes { grid-template-columns: 1fr; } }
.includes .it { background: var(--ink); padding: 30px; }
.includes .it .k { font-family: var(--mono); font-size: 12px; color: var(--brass); }
.includes .it h3 { font-size: 20px; font-weight: 400; margin: 12px 0 8px; }
.includes .it p { font-size: 14px; color: var(--bone-dim); }
.filter-note { margin-top: 40px; padding: 26px 30px; border-left: 2px solid var(--oxblood); background: var(--ink-2); border-radius: 0 4px 4px 0; }
.filter-note p { color: var(--bone-dim); font-size: 15px; }

/* =========================================================================
   CTA BANNER
   ========================================================================= */
.cta-banner { text-align: center; }
.cta-banner h2 { font-size: clamp(32px, 5.5vw, 68px); font-weight: 300; max-width: 18ch; margin-inline: auto; }
.cta-banner h2 em { font-style: italic; color: var(--brass); }
.cta-banner .cta-row { justify-content: center; }

/* consent slot marker (editing aid, subtle) */
.consent-slot { border: 1px dashed var(--brass-soft); border-radius: 4px; padding: 22px 26px; margin-top: 24px; }
.consent-slot .tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brass); }
.consent-slot p { font-size: 14px; color: var(--bone-faint); margin-top: 8px; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.footer { border-top: 1px solid var(--ink-3); padding-block: 64px 40px; }
.footer__grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer__brand { max-width: 34ch; }
.footer__brand .brandmark { margin-bottom: 18px; }
.footer__brand p { color: var(--bone-faint); font-size: 14px; }
.footer__cols { display: flex; gap: clamp(36px, 6vw, 90px); flex-wrap: wrap; }
.footer__col h4 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone-faint); font-weight: 500; margin-bottom: 18px; }
.footer__col a { display: block; font-size: 14px; color: var(--bone-dim); padding: 6px 0; transition: color .2s; }
.footer__col a:hover { color: var(--brass); }
.footer__base { margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--ink-3); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; align-items: center; }
.footer__base p { font-size: 12.5px; color: var(--bone-faint); }
.signoff { font-family: var(--display); font-style: italic; color: var(--brass); font-size: 16px; }
.footer__base p.footer__marks { flex-basis: 100%; margin-top: 20px; font-size: 11px; line-height: 1.7; letter-spacing: 0.03em; color: var(--bone-faint); }

/* =========================================================================
   FAQ (homepage accordion: native details, no JS)
   ========================================================================= */
.faq { max-width: 860px; }
.faq__group { font-family: var(--mono); font-size: 11.5px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass); margin: 44px 0 8px; }
.faq__group:first-child { margin-top: 0; }
.faq__close { margin-top: 44px; max-width: 64ch; }
.faq__close p { color: var(--bone-dim); font-size: 17px; line-height: 1.7; margin: 0 0 22px; }
.faq__close p strong { color: var(--bone); font-weight: 500; }
.faq details { border-top: 1px solid var(--ink-3); }
.faq details:last-child { border-bottom: 1px solid var(--ink-3); }
.faq summary {
  display: flex; align-items: baseline; justify-content: space-between; gap: 24px;
  padding: 26px 0; cursor: pointer; list-style: none;
  font-family: var(--display); font-weight: 400; font-size: clamp(18px, 2.4vw, 22px);
  color: var(--bone); line-height: 1.3;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; flex: 0 0 auto; font-family: var(--mono); font-size: 18px;
  color: var(--brass); line-height: 1; transition: transform .25s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 0 28px; max-width: 64ch; }
.faq details p { color: var(--bone-dim); font-size: 16px; line-height: 1.75; margin: 0 0 14px; }
.faq details p:last-child { margin-bottom: 0; }
.faq details a { color: var(--brass); text-decoration: underline; text-underline-offset: 3px; }
.faq details strong { color: var(--bone); font-weight: 500; }
@media (prefers-reduced-motion: reduce) { .faq summary::after { transition: none; } }

/* =========================================================================
   SCROLL ANIMATION
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
