:root{
  --bg:#f6f2ea;
  --paper:#fbfaf6;
  --ink:#151510;
  --muted:#6d6b63;
  --line:rgba(21,21,16,.14);
  --accent:#b86642;
  --dark:#171711;
  --light:#f8f4ea;
  --sand:#e6ddd0;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.45}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
figure{margin:0}
.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.nav-wrap{position:sticky;top:0;z-index:20;background:rgba(246,242,234,.91);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between}
.brand{font-size:15px;font-weight:700;letter-spacing:.17em}.brand span{font-weight:400;color:var(--muted)}
.nav-links{display:flex;align-items:center;gap:26px;font-size:13px}
.nav-cta{padding:9px 14px;border:1px solid var(--ink);border-radius:999px}
.eyebrow{margin:0 0 18px;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.17em}
h1,h2,h3,p{margin-top:0}
.hero{min-height:690px;display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center;padding:92px 0 82px}
h1{font-size:clamp(68px,8vw,112px);line-height:.86;letter-spacing:-.06em;margin:0 0 34px;font-weight:600}
h1 em{font-family:"Playfair Display",serif;font-weight:600}
.hero-line{font-family:"Playfair Display",serif;font-size:28px;line-height:1.25;max-width:540px;margin-bottom:16px}
.hero-meta{font-size:15px;line-height:1.65;color:var(--muted);max-width:520px;margin-bottom:28px}
.text-link{font-size:13px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:3px}
.hero-figure{align-self:stretch;display:flex;flex-direction:column;justify-content:center}
.hero-figure img{height:520px;object-fit:cover;object-position:center 50%;border-radius:22px}
figcaption{font-size:11px;color:var(--muted);margin-top:10px;letter-spacing:.02em}
.section{padding:104px 0}
.section-head{margin-bottom:52px}
.split-head{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end}
.section-head h2{font-size:clamp(42px,5.6vw,70px);line-height:1.02;letter-spacing:-.05em;margin:0}
.split-head>p{font-size:17px;color:var(--muted);max-width:430px;margin-bottom:6px}
.venture-stack{border-top:1px solid var(--line)}
.venture-card{display:grid;grid-template-columns:90px 1fr;gap:20px;padding:34px 0;border-bottom:1px solid var(--line);transition:.2s ease}
.venture-card:hover{padding-left:10px}
.venture-num{font-size:12px;color:var(--muted);padding-top:8px}
.venture-topline{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:18px}
.venture-card h3{font-size:clamp(38px,5vw,62px);letter-spacing:-.05em;line-height:1;margin-bottom:14px}
.venture-card p{font-size:17px;color:#525149;max-width:780px;margin-bottom:0}
.primary-venture{padding-top:44px;padding-bottom:44px}
.primary-venture h3{font-family:"Playfair Display",serif;font-size:clamp(48px,6vw,74px)}
.legacy-band{background:var(--dark);color:var(--light);padding:84px 0}
.legacy-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:center}
.legacy-photo img{height:430px;object-fit:cover;object-position:center 48%;border-radius:20px}
.legacy-band .eyebrow{color:#d59673}
.legacy-copy h2{font-family:"Playfair Display",serif;font-size:clamp(44px,5vw,66px);line-height:1;margin-bottom:16px}
.legacy-copy strong{display:block;font-size:14px;margin-bottom:14px}
.legacy-copy p{color:#c0beb5;max-width:520px;font-size:17px;line-height:1.65}
.light-link{color:var(--light)}
.room-section{padding:104px 0;display:grid;grid-template-columns:.62fr 1.38fr;gap:70px;align-items:end}
.room-copy{padding-bottom:40px}
.room-copy h2{font-family:"Playfair Display",serif;font-size:clamp(42px,5vw,64px);line-height:1.03;letter-spacing:-.035em;margin-bottom:22px}
.room-copy>p:last-child{font-size:17px;color:var(--muted);line-height:1.65;max-width:410px}
.room-photo img{height:480px;object-fit:cover;object-position:center 44%;border-radius:22px}
.compact-head{max-width:780px}
.career-list{border-top:1px solid var(--line)}
.career-row{display:grid;grid-template-columns:180px 1fr;gap:30px;padding:28px 0;border-bottom:1px solid var(--line)}
.career-date{font-size:12px;color:var(--muted);padding-top:5px}
.career-row h3{font-size:25px;letter-spacing:-.03em;margin-bottom:6px}
.career-row p{margin:0;color:var(--muted);font-size:15px}
.education-section{background:var(--sand);padding:78px 0}
.education-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(21,21,16,.15)}
.edu-card{background:var(--sand);padding:38px}
.edu-card span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#6f675c}
.edu-card h3{font-family:"Playfair Display",serif;font-size:44px;margin:14px 0 8px}
.edu-card p{margin:0;color:#5c5850}
.human-note{padding:110px 0;background:#c97952;color:#fff8ef}
.human-note .eyebrow{color:#ffe5d4}
.human-note blockquote{margin:0;font-family:"Playfair Display",serif;font-size:clamp(44px,6.5vw,82px);line-height:1.03;letter-spacing:-.04em;max-width:1030px}
.closing{display:flex;flex-direction:column;align-items:flex-start}
.closing h2{font-size:clamp(44px,6vw,74px);line-height:1.02;letter-spacing:-.05em;max-width:930px;margin-bottom:34px}
.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;font-size:14px;font-weight:700}.button.primary{background:var(--ink);color:white}
.footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:28px 0 40px;font-size:12px;color:var(--muted)}
@media(max-width:900px){
  .hero,.split-head,.legacy-grid,.room-section{grid-template-columns:1fr;gap:40px}
  .hero{min-height:auto;padding:76px 0 64px}
  .hero-figure img{height:430px}
  .legacy-photo img,.room-photo img{height:420px}
  .room-copy{padding-bottom:0}
  .venture-card{grid-template-columns:54px 1fr}
  .education-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .shell{width:min(100% - 28px,1180px)}
  .nav{height:64px}.nav-links a:not(.nav-cta){display:none}
  h1{font-size:64px}
  .hero-line{font-size:24px}
  .hero-figure img{height:330px;border-radius:16px}
  .section{padding:76px 0}
  .section-head h2{font-size:43px}
  .venture-card{grid-template-columns:1fr;padding:26px 0}
  .venture-num{padding:0}
  .venture-topline{align-items:flex-start;flex-direction:column;gap:5px}
  .venture-card h3,.primary-venture h3{font-size:41px}
  .legacy-band{padding:64px 0}
  .legacy-photo img{height:300px;border-radius:16px}
  .room-section{padding:76px 0}
  .room-photo img{height:300px;border-radius:16px}
  .career-row{grid-template-columns:1fr;gap:8px}
  .human-note{padding:82px 0}
  .human-note blockquote{font-size:44px}
  .footer{align-items:flex-start;flex-direction:column;gap:12px}
}

.compact-career .career-row{padding:22px 0;align-items:center}
.career-line{display:grid;grid-template-columns:minmax(280px,.9fr) 1fr;gap:26px;align-items:baseline}
.career-line h3{margin:0;font-size:22px}
.career-line p{margin:0;font-size:14px;color:var(--muted)}
.background-link{display:inline-block;margin-top:24px;font-size:13px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:3px}
.contact-actions{display:flex;gap:12px;flex-wrap:wrap}
.button.secondary{border:1px solid var(--ink);color:var(--ink);background:transparent}
.footer-links{display:flex;align-items:center;gap:18px}
.footer-links a{font-weight:600;color:var(--ink)}
@media(max-width:720px){
  .career-line{grid-template-columns:1fr;gap:3px}
  .compact-career .career-row{padding:20px 0}
  .career-line h3{font-size:20px}
  .career-line p{font-size:13px}
  .footer-links{align-items:flex-start;flex-direction:column;gap:6px}
}
