/* ---------- Hero ---------- */
.ab-hero { padding: 60px 0 40px; text-align: center; }
.ab-hero h1 {
  font-size: clamp(44px, 7vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-top: 16px;
}
.ab-hero h1 em { font-style: italic; color: var(--osp-terra-700); }
.ab-hero .lede {
  margin: 24px auto 0;
  max-width: 60ch;
  font-size: 19px;
  color: var(--osp-ink-soft);
  line-height: 1.55;
  text-wrap: pretty;
}

/* ---------- Story ---------- */
.story-section { padding: 60px 0; }
.story-body p {
  font-size: 16.5px;
  color: var(--osp-ink-soft);
  line-height: 1.65;
  margin-bottom: 18px;
}
.story-body p:first-child::first-letter {
  font-family: var(--osp-font-serif);
  font-size: 64px;
  float: left;
  line-height: 0.9;
  margin: 6px 12px 0 0;
  color: var(--osp-terra-700);
  font-weight: 500;
}
.story-body p strong {
  color: var(--osp-plum-900);
  font-weight: 700;
}

/* ---------- Values (dark band) ---------- */
.values-section { background: var(--osp-plum-900); color: #fff; }
.values-section .eyebrow { color: var(--osp-terra-300); }
.values-section h2 { color: #fff; }
.value {
  border-top: 2px solid var(--osp-terra-300);
  padding-top: 18px;
}
.value h3 {
  font-family: var(--osp-font-serif);
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.value p {
  margin-top: 12px;
  font-size: 15px;
  color: rgba(255,255,255,.78);
  line-height: 1.6;
}

/* ---------- Team ---------- */
.team-card {
  background: var(--osp-paper);
  border: 1px solid var(--osp-line);
  border-radius: var(--osp-r-md);
  padding: 26px;
}
.team-card .avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--osp-plum-100), var(--osp-terra-100));
  color: var(--osp-plum-700);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--osp-font-serif);
  font-size: 24px;
  font-weight: 500;
}
.team-card h4 {
  margin-top: 14px;
  font-family: var(--osp-font-serif);
  font-size: 19px;
  color: var(--osp-plum-900);
  font-weight: 500;
  line-height: 1.2;
}
.team-card .role {
  margin-top: 4px;
  font-family: var(--osp-font-sans);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--osp-terra-700);
  text-transform: uppercase;
  font-weight: 700;
}
.team-card p {
  margin-top: 12px;
  font-size: 13.5px;
  color: var(--osp-ink-soft);
  line-height: 1.5;
}

/* ---------- Board (paper band) ---------- */
.board-section {
  background: var(--osp-paper);
  border-top: 1px solid var(--osp-line);
  border-bottom: 1px solid var(--osp-line);
}
.board-row {
  background: var(--osp-cream);
  border: 1px solid var(--osp-line);
  border-radius: var(--osp-r-md);
  padding: 22px;
}
.board-row .name {
  font-family: var(--osp-font-serif);
  font-size: 18px;
  color: var(--osp-plum-900);
  font-weight: 500;
}
.board-row .role {
  margin-top: 4px;
  font-family: var(--osp-font-sans);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--osp-terra-700);
  text-transform: uppercase;
  font-weight: 700;
}
.board-row .day {
  margin-top: 10px;
  font-size: 13px;
  color: var(--osp-ink-soft);
  line-height: 1.5;
}

/* ---------- Financials ---------- */
.fin-bars { display: flex; flex-direction: column; gap: 18px; }
.fin-bar h4 {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--osp-font-sans);
  font-size: 14.5px;
  color: var(--osp-plum-900);
  font-weight: 600;
}
.fin-bar h4 span {
  font-family: var(--osp-font-sans);
  color: var(--osp-terra-700);
  font-weight: 700;
  font-size: 13px;
}
.fin-bar .track {
  margin-top: 8px;
  height: 12px;
  background: var(--osp-line);
  border-radius: 999px;
  overflow: hidden;
}
.fin-bar .fill {
  height: 100%;
  background: linear-gradient(90deg, var(--osp-plum-700), var(--osp-terra-600));
  border-radius: 999px;
}
.fin-side {
  background: var(--osp-paper);
  border: 1px solid var(--osp-line);
  border-radius: var(--osp-r-lg);
  padding: 32px;
}
.fin-side .total {
  font-family: var(--osp-font-sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--osp-terra-700);
  font-weight: 700;
  text-transform: uppercase;
}
.fin-side .num {
  margin-top: 6px;
  font-family: var(--osp-font-serif);
  font-size: 52px;
  color: var(--osp-plum-900);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
.fin-side .sub {
  margin-top: 8px;
  font-size: 14px;
  color: var(--osp-ink-soft);
  line-height: 1.5;
}
.fin-side .links {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--osp-line);
  display: flex; flex-direction: column; gap: 10px;
}
.fin-side .links a {
  color: var(--osp-plum-700);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  &:hover{
      text-decoration:underline;
  }
  &:focus{
      text-decoration:underline;
  }
}

/* ---------- History timeline ---------- */
.hist-line {
  margin-top: 40px;
  position: relative;
  padding-left: 32px;
}
.hist-line::before {
  content: '';
  position: absolute;
  top: 8px; bottom: 8px;
  left: 7px;
  width: 2px;
  /* prototype --terra-200 has no --osp-* equivalent; nearest is terra-100 */
  background: var(--osp-terra-100);
}
.hist-item {
  position: relative;
  padding-bottom: 28px;
}
.hist-item::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 8px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--osp-cream);
  border: 2px solid var(--osp-terra-600);
}
.hist-item .year {
  font-family: var(--osp-font-sans);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--osp-terra-700);
  font-weight: 700;
}
.hist-item h4 {
  margin-top: 4px;
  font-family: var(--osp-font-serif);
  font-size: 19px;
  color: var(--osp-plum-900);
  font-weight: 500;
}
.hist-item p {
  margin-top: 6px;
  font-size: 14.5px;
  color: var(--osp-ink-soft);
  line-height: 1.55;
  max-width: 64ch;
}

/* ---------- Final CTA panel ---------- */
.ab-final {
  background: var(--osp-terra-700);
  color: #fff;
  border-radius: var(--osp-r-xl);
  padding: 56px;
  text-align: center;
}
.ab-final h2 {
  font-size: clamp(28px, 4vw, 40px);
  color: #fff;
  line-height: 1.1;
}
.ab-final p {
  margin: 16px auto 0;
  max-width: 54ch;
  font-size: 16.5px;
  color: rgba(255,255,255,.85);
  line-height: 1.55;
}

@media (max-width: 880px) {
  .ab-final { padding: 36px 24px; }
}
