:root {
  --paper: #fbfaf6;
  --paper-dark: #f5f2ea;
  --ink: #1c2a3a;
  --body: #2a3644;
  --secondary: #55606e;
  --quiet: #7a8290;
  --accent: #7a2e3a;
  --rule: #e7e3da;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Public Sans", system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
::selection { background: var(--accent); color: var(--paper); }
a { color: inherit; }

.intro-screen { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; background: var(--paper); pointer-events: none; animation: intro-screen-out .48s ease .72s forwards; }
.intro-monogram { color: var(--accent); font: 500 clamp(46px,8vw,76px)/1 "Newsreader", Georgia, serif; letter-spacing: -.045em; animation: intro-mark-in .58s cubic-bezier(.22,1,.36,1) both; }

@keyframes intro-mark-in {
  from { opacity: 0; transform: translateY(8px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes intro-screen-out {
  to { opacity: 0; visibility: hidden; }
}

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,250,246,.88); backdrop-filter: saturate(180%) blur(8px); border-bottom: 1px solid var(--rule); }
.nav, .container, .footer-inner { max-width: 1080px; margin: 0 auto; }
.nav { padding: 16px 32px; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px 28px; }
.brand { font: 600 19px/1.2 "Newsreader", serif; letter-spacing: -.01em; text-decoration: none; }
.nav-links { display: flex; flex-wrap: wrap; gap: 4px 26px; font-size: 13.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--secondary); }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--accent); }

.container { padding: 0 32px; }
.hero { display: flex; align-items: center; padding: clamp(56px,9vw,104px) 0 clamp(48px,7vw,80px); }
.hero > div { flex: 1 1 380px; min-width: 0; }
.eyebrow, h2 { margin: 0; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.eyebrow { margin-bottom: 22px; letter-spacing: .16em; }
h1 { font: 500 clamp(40px,6.5vw,68px)/1.04 "Newsreader", serif; letter-spacing: -.02em; margin: 0 0 24px; }
.intro { font: 400 clamp(19px,2.4vw,24px)/1.42 "Newsreader", serif; color: #33404f; max-width: 30ch; margin: 0; }

.section { border-top: 1px solid var(--rule); display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 24px 64px; padding: clamp(48px,6vw,76px) 0; scroll-margin-top: 72px; }
.section h2 { margin-top: 4px; }
.section-heading { min-width: 0; }
.section-kicker { margin: 14px 0 0; color: var(--quiet); font-size: 12px; line-height: 1.55; letter-spacing: .04em; }
.prose { max-width: 62ch; min-width: 0; }
.lead { max-width: 60ch; }
.lead p { font-size: clamp(17px,1.9vw,19px); line-height: 1.62; }
.prose p { color: var(--body); }
.prose > p:first-child, .entry > p:first-child { margin-top: 0; }
.prose > p:last-child { margin-bottom: 0; }

.entry { padding-bottom: 30px; }
.entry + .entry { border-top: 1px solid var(--rule); padding-top: 30px; }
.entry h3 { font: 500 clamp(21px,2.6vw,27px)/1.24 "Newsreader", serif; letter-spacing: -.01em; margin: 0 0 10px; }
.entry p { font-size: 16.5px; line-height: 1.58; margin: 0 0 10px; }
.entry .label { margin-bottom: 8px; font: 600 12.5px/1.5 "Public Sans", sans-serif; letter-spacing: .06em; text-transform: uppercase; color: var(--secondary); }
.entry .label.accent { color: var(--accent); }
.muted, .entry .muted { color: var(--secondary); font-size: 15px; }
.text-link { display: inline-flex; gap: 7px; color: var(--accent); font-size: 14px; font-weight: 600; letter-spacing: .02em; text-decoration: none; border-bottom: 1px solid rgba(122,46,58,.35); }

.venture-content { min-width: 0; max-width: 760px; }
.venture-intro { max-width: 62ch; margin-bottom: 34px; }
.venture-intro p { color: var(--body); font-size: 16.5px; line-height: 1.64; }
.venture-intro .venture-lede { margin-top: 0; font: 500 clamp(22px,2.8vw,30px)/1.33 "Newsreader", serif; color: #33404f; letter-spacing: -.01em; }
.venture-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.venture-card { display: flex; min-width: 0; padding: 24px; border: 1px solid var(--rule); background: rgba(245,242,234,.46); flex-direction: column; }
.venture-meta { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 38px; color: var(--quiet); font-size: 10.5px; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.venture-meta span:last-child { color: var(--accent); text-align: right; }
.venture-card h3 { margin: 0 0 10px; font: 500 26px/1.2 "Newsreader", serif; letter-spacing: -.01em; }
.venture-card > p { min-height: 5em; margin: 0 0 24px; color: var(--body); font-size: 15px; line-height: 1.58; }
.venture-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; padding-top: 16px; margin: auto 0 0; border-top: 1px solid var(--rule); }
.venture-facts div { min-width: 0; }
.venture-facts dt { margin-bottom: 3px; color: var(--quiet); font-size: 9.5px; letter-spacing: .11em; text-transform: uppercase; }
.venture-facts dd { margin: 0; color: var(--secondary); font-size: 12.5px; line-height: 1.45; }
.venture-facts a { color: var(--accent); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(122,46,58,.3); }
.venture-facts a:hover, .venture-facts a:focus-visible { border-bottom-color: var(--accent); }
.founder-note { margin-top: 34px; padding: 28px 30px; border-left: 3px solid var(--accent); background: var(--paper-dark); }
.founder-note .label, .additional-ventures .label { margin: 0 0 10px; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.founder-note .accent { color: var(--accent); }
.founder-note p:last-child { margin: 0; color: var(--body); font: 400 18px/1.58 "Newsreader", serif; }
.additional-ventures { display: grid; grid-template-columns: minmax(0,1fr) minmax(240px,1fr); gap: 28px; margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--rule); }
.additional-ventures p { margin: 0; color: var(--body); font-size: 14px; line-height: 1.6; }
.additional-ventures .label { color: var(--secondary); }
.additional-ventures ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.additional-ventures li { padding: 10px 12px; border: 1px solid var(--rule); color: var(--secondary); font-size: 11px; line-height: 1.45; }
.additional-ventures li strong { display: block; margin-bottom: 2px; color: var(--ink); font-weight: 600; letter-spacing: .03em; }
.additional-ventures li > span { display: block; }
.additional-ventures li a { color: var(--accent); text-decoration: none; border-bottom: 1px solid rgba(122,46,58,.3); }
.creative-project-list { min-width: 0; }
.creative-more { display: grid; grid-template-rows: 0fr; opacity: 0; transform: translateY(-5px); transition: grid-template-rows .42s ease, opacity .28s ease, transform .42s ease; }
.creative-more-inner { min-height: 0; overflow: hidden; }
.creative-more ul { padding-top: 10px; }
.creative-more.is-open { grid-template-rows: 1fr; opacity: 1; transform: translateY(0); }
.creative-toggle { margin-top: 14px; padding: 7px 11px; border: 1px solid rgba(122,46,58,.35); background: transparent; color: var(--accent); font: 600 11px/1.4 "Public Sans", system-ui, sans-serif; letter-spacing: .04em; cursor: pointer; transition: border-color .2s ease, background-color .2s ease; }
.creative-toggle:hover { border-color: var(--accent); background: rgba(122,46,58,.045); }
.creative-toggle:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.venture-disclosure { margin: 30px 0 0; color: var(--quiet); font-size: 11px; line-height: 1.55; }
.venture-disclosure a { color: var(--accent); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(122,46,58,.3); }
.venture-disclosure a:hover, .venture-disclosure a:focus-visible { border-bottom-color: var(--accent); }

.role { display: grid; grid-template-columns: 128px minmax(0,1fr); gap: 28px; padding-bottom: 26px; margin-bottom: 26px; border-bottom: 1px solid var(--rule); }
.role:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.role .date { margin: 3px 0 0; font-size: 14px; color: var(--quiet); font-variant-numeric: tabular-nums; }
.role h3 { font: 600 21px/1.3 "Newsreader", serif; margin: 0 0 3px; }
.role p { margin: 0; font-size: 16px; line-height: 1.56; }
.role .muted { margin-bottom: 8px; font-size: 15.5px; color: var(--secondary); }
.education .role { padding-bottom: 22px; margin-bottom: 22px; }
.education .muted { margin-bottom: 0; }

.contact { padding-bottom: clamp(60px,8vw,96px); }
.contact-intro { font: 400 clamp(20px,2.4vw,26px)/1.4 "Newsreader", serif; color: #33404f; max-width: 26ch; margin: 0 0 18px; }
.email { font: 500 clamp(24px,3.6vw,38px)/1.3 "Newsreader", serif; letter-spacing: -.01em; color: var(--accent); text-decoration: none; border-bottom: 1px solid rgba(122,46,58,.3); overflow-wrap: anywhere; }

footer { border-top: 1px solid var(--rule); background: var(--paper-dark); }
.footer-inner { padding: 24px 32px; display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; color: var(--quiet); font-size: 13px; }
.footer-inner p { margin: 0; }
.footer-inner p:last-child { letter-spacing: .04em; }

@media (max-width: 720px) {
  .nav, .container, .footer-inner { padding-left: 22px; padding-right: 22px; }
  .nav { align-items: center; }
  .nav-links { gap: 5px 16px; font-size: 11.5px; }
  .section { grid-template-columns: 1fr; gap: 22px; }
  .section h2 { margin: 0; }
  .venture-grid { grid-template-columns: 1fr; }
  .venture-card > p { min-height: 0; }
  .additional-ventures { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .brand { width: 100%; }
  .nav-links { line-height: 1.9; }
  .hero { padding-top: 52px; }
  .role { grid-template-columns: 1fr; gap: 6px; }
  .role .date { margin: 0; }
  .venture-card { padding: 20px; }
  .venture-meta { margin-bottom: 28px; }
  .venture-facts { grid-template-columns: 1fr; }
  .founder-note { padding: 23px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .intro-screen { animation-duration: .01ms; animation-delay: 0s; }
  .intro-monogram { animation: none; }
  .creative-more, .creative-toggle { transition: none; }
}
