/* ================================================
   BOARDROOM — private, nocturnal, editorial
   ================================================ */

.body--dark {
  background: #0b0b0c;
  color: #ececec;
}

/* Header inverted */
.site-header--dark { background: transparent; color: #ececec; }
.site-header--dark .site-header__nav a { color: #ececec; opacity: 0.8; }
.site-header--dark .site-header__nav a.is-current { opacity: 1; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.site-header--dark .site-header__cta { color: #0b0b0c; background: #ececec; }
.site-header--dark .site-header__cta:hover { background: #fff; }

/* Set fact bg for dark pages */
.bd { --fact-bg: #111113; }
.bd .subpage__facts { background: rgba(236,236,236,0.08); }

/* HERO */
.bd__hero {
  position: relative;
  padding: 3rem 0 8rem;
  overflow: hidden;
}
.bd__eyebrow { color: #efdc98; opacity: 0.9; }
.bd__display {
  font-size: clamp(3.2rem, 8vw, 8rem);
  max-width: 16ch;
}
.bd__kicker {
  margin-top: 3rem;
  max-width: 52ch;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.55;
  opacity: 0.8;
}
.bd__frame {
  position: absolute;
  top: -10%;
  right: -15%;
  width: 55vw;
  height: 55vw;
  max-width: 800px;
  max-height: 800px;
  pointer-events: none;
  z-index: -1;
}
.bd__frame-orb {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(239,220,152,0.18), rgba(239,220,152,0.04) 45%, transparent 70%);
  filter: blur(20px);
}

/* THESIS */
.bd__thesis { border-top: 1px solid rgba(236,236,236,0.08); }
.bd__thesis-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: start;
}
.bd__thesis-heading {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}
.bd__thesis-body { font-size: 1.05rem; line-height: 1.65; opacity: 0.82; }
.bd__thesis-body p { margin: 0 0 1.2em; }
.bd__thesis-body p:last-child { margin-bottom: 0; }
@media (max-width: 880px) {
  .bd__thesis-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* Fact grid — darker */
.bd__facts-section { background: #0f0f11; }
.bd__section-heading {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 3rem;
  max-width: 22ch;
}

/* How-it-works */
.bd__how { border-top: 1px solid rgba(236,236,236,0.08); }

/* Who it's for */
.bd__who { border-top: 1px solid rgba(236,236,236,0.08); background: #0f0f11; }
.bd__who-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 5rem;
  align-items: start;
}
.bd__criteria li { opacity: 0.85; }
@media (max-width: 880px) {
  .bd__who-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* END CTA */
.bd__end {
  background: #0b0b0c;
  border-top: 1px solid rgba(236,236,236,0.08);
}
.bd__end-body {
  max-width: 52ch;
  margin: 0 auto 3rem;
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: 0.78;
}
.bd__cta {
  background: #efdc98;
  color: #0b0b0c;
}
.bd__cta:hover { background: #fff; }

/* Footer dark */
.site-footer--dark {
  background: #070708;
  color: #a7a7a9;
  padding: 3rem 0 3.5rem;
}
.site-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
}
.site-footer__wordmark {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #ececec;
}
.site-footer__tagline {
  font-size: 0.85rem;
  opacity: 0.55;
  margin-top: 0.3rem;
}
.site-footer__links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.site-footer__links a {
  color: #a7a7a9;
  text-decoration: none;
  font-size: 0.92rem;
}
.site-footer__links a:hover { color: #fff; }
