/* Investor book — enterprise board. No contents rail. */

.book-page {
  overflow-x: hidden;
}

.book-page .raise-toc,
.book-page .book-rail {
  display: none !important;
}

.book-page .raise-doc {
  padding: 8px 0 120px;
  max-width: none;
}

.book-page .raise-doc > .raise-shell {
  max-width: 880px;
}

.book-page .raise-doc > .parallax-divider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.book-page .page-hero {
  position: relative;
  overflow: hidden;
  min-height: 56vh;
  display: flex;
  align-items: flex-end;
  padding: 8rem 0 3.5rem;
}

.book-page .page-hero .raise-shell {
  position: relative;
  z-index: 1;
}

.book-page .page-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.1rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.book-page .page-hero .lede {
  max-width: 36ch;
  font-size: 1.25rem;
  line-height: 1.45;
}

.book-page .raise-doc > .raise-shell > p,
.book-page .raise-doc > .raise-shell > ul,
.book-page .raise-doc > .raise-shell > ol {
  max-width: 66ch;
}

.book-page .raise-doc p,
.book-page .raise-doc li {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(232, 232, 237, 0.78);
}

.book-page .raise-doc h2 {
  display: grid;
  gap: 12px;
  font-size: clamp(1.85rem, 3.4vw, 2.45rem);
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 96px 0 28px;
  padding-top: 8px;
  border-top: 0;
  max-width: 22ch;
}

.book-page .raise-doc h2::before {
  content: attr(data-num);
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b7cf6;
}

.book-page .raise-doc h3 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 48px 0 16px;
  max-width: 28ch;
}

.book-page .raise-doc hr {
  margin: 56px 0;
  opacity: 0.5;
}

.book-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 36px 0 48px;
  max-width: none;
}

.book-tile {
  border: 1px solid rgba(139, 124, 246, 0.28);
  background: rgba(139, 124, 246, 0.06);
  padding: 22px 22px 20px;
  min-height: 132px;
}

.book-tile span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 232, 237, 0.48);
  margin-bottom: 10px;
}

.book-tile strong {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2rem);
  letter-spacing: -0.04em;
  color: #f4f4f7;
  line-height: 1.1;
}

.book-tile em {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
  color: rgba(232, 232, 237, 0.55);
}

.book-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 36px 0 56px;
}

.book-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 14, 23, 0.55);
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 280px;
}

.book-card header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.book-card h3 {
  margin: 0;
  font-size: 1.25rem;
  max-width: none;
  color: #f4f4f7;
}

.book-card .book-wave {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b7cf6;
  white-space: nowrap;
}

.book-card p,
.book-card dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
}

.book-card dt {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 232, 237, 0.42);
  margin-top: 8px;
}

.book-cta {
  margin-top: auto !important;
  padding-top: 8px;
}

.book-cta a,
.book-money-links a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8b7cf6;
  text-decoration: none;
}

.book-cta a:hover,
.book-money-links a:hover {
  color: #c4b8ff;
}

.book-money-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin: 8px 0 40px;
  max-width: none !important;
}

.book-team {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin: 40px 0 56px;
}

.book-person {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 14, 23, 0.45);
  padding: 36px 36px 32px;
}

.book-person .book-mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 124, 246, 0.16);
  color: #8b7cf6;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.book-person .book-role {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 232, 237, 0.45);
  margin: 0 0 8px;
}

.book-person h3 {
  margin: 0 0 18px;
  font-size: 1.7rem;
  max-width: 18ch;
}

.book-person p {
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 16px;
}

.book-person p:last-child {
  margin-bottom: 0;
}

.book-page .raise-kv-wrap,
.book-page .comparison__wrapper {
  margin: 32px 0 44px;
  max-width: none;
}

.book-page .comparison-table {
  min-width: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 0.9375rem;
}

.book-page .comparison-table th {
  position: static;
  white-space: normal;
  word-break: normal;
  font-size: 0.8125rem;
  line-height: 1.35;
  padding: 10px 12px;
}

.book-page .comparison-table td,
.book-page .raise-kv td {
  padding: 10px 12px;
  font-size: 0.95rem;
  line-height: 1.5;
  vertical-align: top;
  word-break: normal;
  overflow-wrap: break-word;
}

.book-page .raise-kv {
  table-layout: fixed;
  width: 100%;
}

.book-page .raise-kv th:first-child,
.book-page .raise-kv td:first-child {
  width: 11.5rem;
  max-width: 36%;
}

.book-page .parallax-divider {
  margin: 72px 0;
}

.mfg-honesty {
  text-align: center;
  font-size: 13px;
  color: rgba(232, 232, 237, 0.42);
  letter-spacing: 0.02em;
  padding: 28px 16px 8px;
}

@media (max-width: 960px) {
  .book-tiles,
  .book-cards {
    grid-template-columns: 1fr;
  }

  .book-person {
    padding: 28px 22px;
  }

  .book-page .raise-doc h2 {
    margin: 64px 0 20px;
    font-size: 1.7rem;
  }
}

@media (max-width: 640px) {
  .book-card header {
    flex-direction: column;
    align-items: flex-start;
  }

  .book-card .book-wave {
    white-space: normal;
  }

  .book-card,
  .book-tile {
    padding: 18px 16px;
    min-height: 0;
  }
}
