.page-header { padding-top: 7rem; background: var(--ink); }
  .page-header-inner { max-width: var(--max-wide); margin: 0 auto; padding: 3rem var(--col-pad) 0; display: grid; grid-template-columns: 1fr 300px; gap: 4rem; align-items: end; }
  .page-header-text { padding-bottom: 3.5rem; }
  .page-label { font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,242,238,0.55); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.75rem; opacity: 0; animation: fadeInUp 0.6s ease 0.2s forwards; }
  .page-label::before { content: ""; width: 24px; height: 1px; background: var(--accent); flex-shrink: 0; }
  .page-title { font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 400; line-height: 0.95; letter-spacing: -0.03em; color: var(--paper); margin-bottom: 2rem; opacity: 0; animation: fadeInUp 0.6s ease 0.35s forwards; }
  .page-title em { font-style: italic; color: var(--rule); }
  .page-standfirst { font-family: var(--sans); font-size: 1.05rem; font-weight: 300; line-height: 1.8; color: rgba(245,242,238,0.7); max-width: 520px; opacity: 0; animation: fadeInUp 0.6s ease 0.5s forwards; }
  .page-header-photo { align-self: end; opacity: 0; animation: photoRise 0.8s ease 0.3s forwards; }
  .page-header-photo img { display: block; width: 100%; height: 360px; object-fit: cover; object-position: center 12%; -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%); mask-image: linear-gradient(to bottom, black 60%, transparent 100%); }
  .stat-bar { background: var(--accent); padding: 2rem var(--col-pad); }
  .stat-bar-inner { max-width: var(--max-wide); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
  .stat-item { text-align: center; }
  .stat-number { font-family: var(--serif); font-size: 2.5rem; font-weight: 400; color: var(--paper); line-height: 1; display: block; margin-bottom: 0.35rem; }
  .stat-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,242,238,0.78); }
  .content-wrap { max-width: var(--max-wide); margin: 0 auto; padding: 5rem var(--col-pad); display: grid; grid-template-columns: var(--max-prose) 1fr; gap: 5rem; align-items: start; background: var(--paper); }
  .prose-section { margin-bottom: 3.5rem; }
  .prose-section:last-child { margin-bottom: 0; }
  .prose-kicker { font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: #2b4a6f; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem; background: transparent; }
  .prose-kicker::before { content: ""; width: 24px; height: 1px; background: var(--accent); flex-shrink: 0; }
  .prose-heading { font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 1.875rem); font-weight: 400; line-height: 1.25; letter-spacing: -0.01em; color: #1a1714; background: transparent; margin-bottom: 1.25rem; }
  .prose p { font-size: 1.0625rem; font-weight: 400; line-height: 1.85; color: #1a1714; background: transparent; margin-bottom: 1.2rem; }
  .prose p:last-child { margin-bottom: 0; }
  .pull-quote { border-left: 3px solid var(--accent); padding: 1rem 2rem; margin: 2.5rem 0; }
  .pull-quote p { font-family: var(--serif) !important; font-size: 1.3rem !important; font-style: italic; font-weight: 400 !important; line-height: 1.5 !important; color: var(--ink) !important; margin-bottom: 0 !important; }
  .timeline-item { display: grid; grid-template-columns: 160px 1fr; gap: 1.5rem; padding: 1.75rem 0; border-top: 1px solid var(--rule); }
  .timeline-item:last-child { border-bottom: 1px solid var(--rule); }
  .timeline-dates { font-size: 0.75rem; font-weight: 600; color: var(--ink-light); padding-top: 0.2rem; line-height: 1.5; }
  .timeline-org { font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: #1a1714; background: transparent; margin-bottom: 0.2rem; }
  .timeline-role { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.65rem; }
  .timeline-desc { font-size: 0.9375rem; font-weight: 400; color: #1a1714; background: transparent; line-height: 1.75; }
  .sidebar { position: sticky; top: 6rem; }
  .sidebar-block { margin-bottom: 2.75rem; padding-bottom: 2.75rem; border-bottom: 1px solid var(--rule); }
  .sidebar-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
  .sidebar-label { font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 1.25rem; display: block; }
  .sector-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
  .sector-tag { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; color: var(--ink-mid); background: var(--paper-mid); border: 1px solid var(--rule); padding: 0.3rem 0.75rem; }
  .book-list { list-style: none; }
  .book-list li { padding: 0.75rem 0; border-bottom: 1px solid var(--paper-mid); }
  .book-list li:last-child { border-bottom: none; }
  .book-list-title { font-family: var(--serif); font-size: 0.95rem; font-weight: 500; color: var(--ink); display: block; margin-bottom: 0.15rem; }
  .book-list-meta { font-size: 0.8rem; font-weight: 400; color: var(--ink-mid); }
  .testimonial-snippet { background: var(--paper-mid); border-left: 3px solid var(--accent); padding: 1.25rem 1.5rem; }
  .testimonial-snippet p { font-family: var(--serif); font-size: 0.975rem; font-style: italic; line-height: 1.65; color: var(--ink); margin-bottom: 0.5rem; }
  .testimonial-snippet cite { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-light); font-style: normal; }
  .sidebar-cta { background: var(--paper-mid); border: 1px solid var(--rule); padding: 1.5rem; }
  .sidebar-cta p { font-size: 0.9375rem; font-weight: 400; color: var(--ink); line-height: 1.7; margin-bottom: 1.25rem; }
  .tests-section { background: var(--ink); padding: 5rem var(--col-pad); }
  .tests-inner { max-width: var(--max-wide); margin: 0 auto; }
  .tests-label { font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,242,238,0.55); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem; }
  .tests-label::before { content: ""; width: 24px; height: 1px; background: var(--accent); flex-shrink: 0; }
  .tests-heading { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.2; color: var(--paper); margin-bottom: 3rem; max-width: 560px; }
  .tests-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(212,207,201,0.2); }
  .test-item { padding: 2.5rem 2rem 2.5rem 0; border-right: 1px solid rgba(212,207,201,0.2); }
  .test-item:last-child { border-right: none; padding-right: 0; }
  .test-item:not(:first-child) { padding-left: 2rem; }
  .test-number { font-family: var(--serif); font-size: 3rem; font-style: italic; color: rgba(212,207,201,0.2); line-height: 1; margin-bottom: 1rem; }
  .test-name { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; color: var(--paper); margin-bottom: 0.75rem; }
  .test-desc { font-size: 0.9rem; font-weight: 300; color: rgba(245,242,238,0.65); line-height: 1.75; }
  .testimonials-section { background: var(--paper-mid); padding: 5rem var(--col-pad); }
  .testimonials-inner { max-width: var(--max-wide); margin: 0 auto; }
  .section-label { font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 1rem; display: block; }
  .section-heading { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.2; color: var(--ink); margin-bottom: 2.5rem; }
  .section-rule { width: 48px; height: 2px; background: var(--accent); border: none; margin-bottom: 2.5rem; }
  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .tcard { background: var(--paper); border: 1px solid var(--rule); padding: 2rem; }
  .tcard blockquote { font-family: var(--serif); font-size: 1rem; font-style: italic; line-height: 1.7; color: var(--ink); margin-bottom: 1.25rem; }
  .tcard cite { font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-light); font-style: normal; }
@media (max-width: 960px) {
  .page-header-inner { grid-template-columns: 1fr; }
  .page-header-photo { display: none; }
  .content-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .sidebar { position: static; }
  .stat-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .tests-grid { grid-template-columns: 1fr; }
  .test-item { border-right: none; border-bottom: 1px solid rgba(212,207,201,0.2); padding: 2rem 0; }
  .test-item:last-child { border-bottom: none; }
  .test-item:not(:first-child) { padding-left: 0; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; gap: 0.4rem; }
}
/* Former inline style attributes. Moved out so the CSP can drop
   'unsafe-inline' from style-src — a style="" attribute is blocked
   by that directive just as an inline <style> block is. */
  .x-about-1.x-about-1.x-about-1 { background:var(--paper); }
  .x-about-2.x-about-2.x-about-2 { margin-top:1.25rem; }
  .x-about-3.x-about-3.x-about-3 { color:#2b4a6f; }
  .x-about-4.x-about-4.x-about-4 { font-family:var(--serif);font-size:2rem;font-style:italic;color:rgba(212,207,201,0.45);margin-right:0.5rem; }
