/* ================================================
   CAPITAL — institutional, numeric, AiTechnologiesCo
   Cream + ivory with gold accent and oversized figures
   ================================================ */

.body--cream {
  background: #f2f2f2;
  color: #1b1b1c;
}

.cp { --fact-bg: #fff; }

/* HERO */
.cp__hero { padding: 3rem 0 0; }
.cp__eyebrow { color: #1b1b1c; opacity: 0.6; }
.cp__display {
  font-size: clamp(3rem, 7.5vw, 7rem);
  max-width: 14ch;
  margin-top: 3rem;
}
.cp__kicker {
  margin-top: 2.5rem;
  max-width: 56ch;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.6;
  opacity: 0.82;
}

/* Big numerics strip */
.cp__numerics {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(27,27,28,0.1);
  border-bottom: 1px solid rgba(27,27,28,0.1);
}
.cp__num {
  padding: 2.5rem 1.5rem;
  border-right: 1px solid rgba(27,27,28,0.1);
}
.cp__num:last-child { border-right: none; }
.cp__num-value {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.cp__num-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.6;
  line-height: 1.35;
}
@media (max-width: 960px) {
  .cp__numerics { grid-template-columns: repeat(2, 1fr); }
  .cp__num:nth-child(2) { border-right: none; }
  .cp__num:nth-child(1), .cp__num:nth-child(2) { border-bottom: 1px solid rgba(27,27,28,0.1); }
}
@media (max-width: 560px) {
  .cp__numerics { grid-template-columns: 1fr; }
  .cp__num { border-right: none; border-bottom: 1px solid rgba(27,27,28,0.1); }
  .cp__num:last-child { border-bottom: none; }
}

/* Shared heading */
.cp__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 1.5rem;
  max-width: 26ch;
}

/* THESIS */
.cp__thesis { background: #fff; border-top: 1px solid rgba(27,27,28,0.08); }
.cp__thesis-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: start;
}
.cp__thesis-body { font-size: 1.05rem; line-height: 1.65; opacity: 0.82; }
.cp__thesis-body p { margin: 0 0 1.2em; }
.cp__thesis-body p:last-child { margin-bottom: 0; }
@media (max-width: 880px) {
  .cp__thesis-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* MANDATE */
.cp__look { border-top: 1px solid rgba(27,27,28,0.08); }
.cp__mandate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 2rem;
}
.cp__mandate-grid article { padding-top: 2rem; border-top: 2px solid #1b1b1c; }
.cp__mandate-num {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  opacity: 0.55;
  margin-bottom: 1rem;
}
.cp__mandate-grid h3 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  line-height: 1.15;
}
.cp__mandate-grid p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  opacity: 0.82;
}
@media (max-width: 960px) {
  .cp__mandate-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* AT A GLANCE */
.cp__at-a-glance { background: #fff; border-top: 1px solid rgba(27,27,28,0.08); }
.cp__facts { background: rgba(27,27,28,0.08); margin-top: 1rem; }

/* HOW WE DECIDE */
.cp__decide { border-top: 1px solid rgba(27,27,28,0.08); }
.cp__decide-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 5rem;
  align-items: start;
}
.cp__decide-quote {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 2rem 0 2rem;
  padding-left: 1.2rem;
  border-left: 3px solid #efdc98;
  max-width: 30ch;
}
.cp__decide-body { font-size: 1.02rem; line-height: 1.65; opacity: 0.82; max-width: 50ch; margin: 0; }
.cp__criteria li { opacity: 0.88; }
@media (max-width: 960px) {
  .cp__decide-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* END */
.cp__end { background: #121212; color: #f2f2f2; }
.cp__end .subpage__end-kicker { opacity: 0.55; }
.cp__end .subpage__cta {
  background: #efdc98;
  color: #1b1b1c;
}
.cp__end .subpage__cta:hover { background: #fff; }
.cp__end-body {
  max-width: 54ch;
  margin: 0 auto 3rem;
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: 0.82;
}

/* Footer reuse */
.site-footer {
  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; }
