:root {
  color-scheme: light;
  --ink: #17243a; --ink-soft: #344158; --muted: #697183; --paper: #f5f2ea; --paper-deep: #ebe6da;
  --line: #cbc6ba; --blue: #1c3f67; --red: #8b3b3b; --gold: #b88a3d;
  --serif: "Source Serif 4", Georgia, serif; --sans: "Source Sans 3", sans-serif; --mono: "DM Mono", monospace;
}
* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .34; background-image: linear-gradient(rgba(23,36,58,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(23,36,58,.018) 1px, transparent 1px); background-size: 28px 28px; }
button, a { font: inherit; } button { cursor: pointer; } a { color: inherit; text-underline-offset: .2em; }
.site-shell { width: min(1200px, calc(100% - clamp(32px, 6vw, 64px))); margin: 0 auto; }
.site-header { min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; width: max-content; align-items: center; gap: 12px; color: var(--ink); font-family: var(--serif); font-size: 1.05rem; letter-spacing: -.015em; text-decoration: none; }
.wordmark strong { font-weight: 600; }
.wordmark-mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--ink); color: var(--red); font-size: 1.3rem; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.nav-tab { position: relative; border: 0; padding: 12px 0; background: transparent; color: var(--muted); font-size: .78rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.nav-tab::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--red); transform: scaleX(0); transition: transform 180ms ease; }
.nav-tab:hover, .nav-tab:focus-visible, .nav-tab.is-active { color: var(--ink); outline: none; }
.nav-tab.is-active::after { transform: scaleX(1); }
.header-link { justify-self: end; color: var(--ink); font-size: .85rem; font-weight: 600; text-decoration: none; }
.header-link span, .profile-links span { margin-left: 5px; color: var(--red); } .header-link:hover { color: var(--red); }
.page-panel { min-height: 625px; padding: 88px 0 72px; animation: appear 320ms ease both; } .page-panel[hidden] { display: none; }
.eyebrow { margin: 0 0 22px; color: var(--red); font-family: var(--mono); font-size: .67rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 30px; font-family: var(--serif); font-size: clamp(3.3rem, 5.7vw, 5.35rem); font-weight: 500; line-height: .99; letter-spacing: -.05em; }
h1 em { color: var(--red); font-weight: 400; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .8fr); align-items: center; gap: clamp(55px, 8vw, 125px); }
.hero-grid > *, .section-heading > *, .profile-layout > * { min-width: 0; }
.hero-intro { max-width: 580px; margin-bottom: 34px; color: var(--ink-soft); font-family: var(--serif); font-size: 1.14rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 27px; }
.button { display: inline-flex; align-items: center; gap: 21px; border: 1px solid transparent; padding: 13px 19px; font-size: .82rem; font-weight: 600; text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); } .button-primary { border-color: var(--blue); background: var(--blue); color: #fff; } .button-primary:hover { background: #102f52; } .button-primary span { color: #e7c681; }
.text-link { border: 0; border-bottom: 1px solid var(--ink); padding: 5px 0 3px; background: transparent; color: var(--ink); font-size: .84rem; font-weight: 600; text-decoration: none; } .text-link span { margin-left: 5px; color: var(--red); }
.hero-note { position: relative; min-height: 360px; margin: 0 10px 0 0; padding: 39px 38px 35px; border-left: 1px solid var(--red); background: rgba(255,255,255,.27); box-shadow: 10px 10px 0 var(--paper-deep); }
.hero-note::before { content: ""; position: absolute; top: 0; left: 0; width: 72px; height: 1px; background: var(--red); }
.note-label { margin-bottom: 58px; color: var(--red); font-family: var(--mono); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.note-text { max-width: 330px; margin-bottom: 28px; color: var(--ink); font-family: var(--serif); font-size: 1.55rem; line-height: 1.25; letter-spacing: -.025em; }
.note-rule { width: 54px; height: 1px; margin-bottom: 17px; background: var(--line); }
.note-signoff { max-width: 270px; margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.home-notes { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-notes > div { display: grid; grid-template-columns: 32px 1fr; gap: 13px; padding: 22px 27px 22px 0; } .home-notes > div + div { border-left: 1px solid var(--line); padding-left: 27px; }
.home-notes span { color: var(--red); font-family: var(--mono); font-size: .61rem; } .home-notes p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.home-notes strong { display: block; margin-bottom: 3px; color: var(--ink); font-weight: 600; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .55fr); gap: 72px; align-items: end; margin-bottom: 52px; }
.section-heading h1 { max-width: 750px; margin: 0; font-size: clamp(3rem, 5vw, 4.7rem); } .section-intro { max-width: 370px; margin-bottom: 8px; color: var(--muted); font-family: var(--serif); font-size: 1rem; line-height: 1.7; }
.publication-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.publication { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 27px; min-height: 286px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.16); }
.book-cover { position: relative; width: 145px; height: 205px; padding: 18px 15px; box-shadow: 4px 5px 0 rgba(23,36,58,.13); overflow: hidden; }
.cover-proof { border: 1px solid #dfe3e8; background: #fff; color: var(--ink); text-align: center; } .cover-linear { background: #d8d0bf; color: var(--ink); }
.cover-series { display: block; font-family: var(--mono); font-size: .42rem; letter-spacing: .1em; text-transform: uppercase; }
.book-cover strong { display: block; margin-top: 39px; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; line-height: .96; letter-spacing: -.04em; }
.cover-author { position: absolute; bottom: 15px; left: 15px; font-family: var(--mono); font-size: .5rem; letter-spacing: .08em; text-transform: uppercase; }
.cover-publisher { position: absolute; top: 13px; right: 0; left: 0; color: var(--ink); font-family: var(--sans); font-size: .56rem; font-weight: 500; }
.cover-logo { display: block; margin-top: 21px; color: #2454d5; font-family: var(--serif); font-size: 2.2rem; line-height: .6; transform: rotate(-16deg); }
.cover-kicker { display: block; margin-top: 18px; font-family: var(--sans); font-size: .62rem; }
.cover-proof strong { margin-top: 7px; font-family: var(--sans); font-size: 1.18rem; font-weight: 600; line-height: 1.02; letter-spacing: -.045em; }
.cover-rule { display: block; width: 46px; height: 2px; margin: 12px auto 0; background: #ee7964; }
.cover-subtitle { position: absolute; right: 10px; bottom: 10px; left: 10px; color: var(--muted); font-family: var(--sans); font-size: .42rem; line-height: 1.2; }
.cover-symbol { position: absolute; right: 13px; bottom: 39px; color: var(--red); font-family: var(--serif); font-size: .78rem; }
.publication-copy { align-self: center; } .publication-meta { margin-bottom: 11px; color: var(--muted); font-family: var(--mono); font-size: .55rem; letter-spacing: .06em; text-transform: uppercase; } .publication-meta span { color: var(--red); }
.publication h2 { margin-bottom: 10px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; letter-spacing: -.035em; }
.publication-copy > p:not(.publication-meta) { margin-bottom: 15px; color: var(--muted); font-size: .84rem; line-height: 1.58; }
.publication-copy a { color: var(--ink); font-size: .78rem; font-weight: 600; } .publication-copy a span { color: var(--red); }
.publication-wide { grid-column: 1 / -1; grid-template-columns: 145px minmax(0, 1fr); min-height: 205px; }
.school-mark { align-self: center; color: var(--blue); font-family: var(--serif); font-size: 2.5rem; text-align: center; } .school-mark span { color: var(--red); font-size: 1.4rem; } .school-mark sup { font-size: .45em; }
.access-note { display: flex; align-items: center; gap: 18px; margin-top: 24px; padding: 16px 19px; border-left: 3px solid var(--gold); background: rgba(184,138,61,.08); }
.access-note > span { color: var(--gold); font-size: 1.15rem; } .access-note p { margin: 0; color: var(--muted); font-size: .82rem; } .access-note strong { margin-right: 8px; color: var(--ink); }
.profile-layout { display: grid; grid-template-columns: minmax(0, .52fr) minmax(0, 1.2fr); gap: clamp(60px, 10vw, 150px); } .profile-aside { padding-top: 7px; }
.profile-portrait { width: min(100%, 270px); margin: 0 0 36px; }
.profile-photo-wrap { aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--line); padding: 7px; background: rgba(255,255,255,.22); }
.profile-photo-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 59%; filter: saturate(.76) contrast(1.04) brightness(.91) sepia(.04); }
.profile-portrait figcaption { margin-top: 10px; color: var(--muted); font-family: var(--mono); font-size: .57rem; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
.profile-principle { margin: 50px 0; padding: 0 0 0 24px; border-left: 2px solid var(--red); color: var(--ink-soft); font-family: var(--serif); font-size: 1.35rem; font-style: italic; line-height: 1.55; }
.profile-links { display: grid; border-top: 1px solid var(--line); } .profile-links a { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 600; text-decoration: none; } .profile-links a:hover { color: var(--red); }
.profile-content h1 { max-width: 750px; margin-bottom: 25px; font-size: clamp(2.8rem, 4.7vw, 4.45rem); }
.profile-lead { max-width: 720px; margin-bottom: 46px; color: var(--ink-soft); font-family: var(--serif); font-size: 1.1rem; line-height: 1.7; }
.profile-contact { display: inline-flex; gap: 7px; margin-top: -24px; margin-bottom: 42px; color: var(--ink); font-size: .82rem; font-weight: 600; text-decoration: none; }
.profile-contact span { color: var(--red); } .profile-contact:hover { color: var(--red); }
.profile-sections { border-top: 1px solid var(--line); } .profile-sections section { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.section-number { padding-top: 4px; color: var(--red); font-family: var(--mono); font-size: .6rem; } .profile-sections h2 { margin-bottom: 7px; font-family: var(--serif); font-size: 1.2rem; font-weight: 600; }
.profile-sections p { max-width: 680px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; } .profile-sections a { color: var(--ink); }
@keyframes appear { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 850px) {
  .site-header { min-height: 100px; grid-template-columns: 1fr auto; } .site-nav { order: 3; grid-column: 1 / -1; justify-content: center; padding-bottom: 15px; }
  .hero-grid, .section-heading, .profile-layout { grid-template-columns: 1fr; } .hero-grid { gap: 58px; } .hero-note { width: min(100%, 500px); margin: auto; }
  .home-notes { grid-template-columns: 1fr; } .home-notes > div + div { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
  .section-heading { gap: 18px; } .publication-list { grid-template-columns: 1fr; } .publication-wide { grid-column: auto; }
  .profile-layout { gap: 52px; } .profile-portrait { width: min(100%, 300px); } .profile-principle { max-width: 550px; margin: 30px 0; } .profile-links { max-width: 550px; }
}
@media (max-width: 560px) {
  .site-header { grid-template-columns: 1fr; padding-top: 18px; } .wordmark { justify-self: center; } .header-link { display: none; }
  .site-nav { grid-column: auto; gap: 22px; padding: 8px 0 13px; } .page-panel { padding: 58px 0 52px; } h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero-intro { font-size: 1.02rem; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-note { min-height: 0; padding: 30px 25px; } .note-label { margin-bottom: 37px; } .note-text { font-size: 1.35rem; }
  .publication { grid-template-columns: 95px minmax(0, 1fr); gap: 20px; min-height: 235px; padding: 22px 18px; } .book-cover { width: 95px; height: 155px; padding: 13px 10px; }
  .book-cover strong { margin-top: 28px; font-size: 1.2rem; } .cover-author { bottom: 10px; left: 10px; } .publication h2 { font-size: 1.55rem; }
  .cover-proof strong { margin-top: 7px; font-size: .88rem; } .cover-logo { margin-top: 17px; font-size: 1.75rem; } .cover-kicker { margin-top: 14px; font-size: .5rem; }
  .publication-wide { grid-template-columns: 75px minmax(0, 1fr); } .school-mark { font-size: 1.7rem; } .access-note { align-items: flex-start; }
  .profile-sections section { grid-template-columns: 33px 1fr; gap: 10px; }
}
@media (max-width: 360px) {
  .site-shell { width: calc(100% - 24px); }
  .site-header { min-height: 0; }
  .wordmark { gap: 9px; font-size: .96rem; }
  .wordmark-mark { width: 30px; height: 30px; font-size: 1.12rem; }
  .site-nav { width: 100%; justify-content: space-between; gap: 8px; }
  .nav-tab { font-size: .69rem; letter-spacing: .06em; }
  .page-panel { padding: 46px 0 42px; }
  h1 { font-size: clamp(2.35rem, 13.5vw, 2.8rem); letter-spacing: -.045em; }
  .eyebrow { margin-bottom: 17px; font-size: .6rem; letter-spacing: .09em; }
  .hero-intro { font-size: .96rem; line-height: 1.62; }
  .button { width: 100%; justify-content: space-between; }
  .hero-grid { gap: 42px; }
  .hero-note { padding: 26px 20px; }
  .note-label { margin-bottom: 28px; font-size: .58rem; }
  .note-text { font-size: 1.2rem; }
  .home-notes { margin-top: 52px; }
  .home-notes > div { grid-template-columns: 25px 1fr; gap: 9px; padding: 18px 0; }
  .section-heading h1, .profile-content h1 { font-size: clamp(2.3rem, 13vw, 2.7rem); }
  .section-intro, .profile-lead { font-size: .96rem; }
  .publication { grid-template-columns: 78px minmax(0, 1fr); gap: 14px; min-height: 0; padding: 18px 14px; }
  .book-cover { width: 78px; height: 130px; padding: 10px 7px; }
  .book-cover strong { margin-top: 23px; font-size: .96rem; }
  .cover-proof strong { margin-top: 6px; font-size: .72rem; }
  .cover-logo { margin-top: 14px; font-size: 1.45rem; }
  .cover-kicker { margin-top: 11px; font-size: .42rem; }
  .cover-rule { width: 35px; margin-top: 9px; }
  .cover-subtitle { right: 5px; bottom: 6px; left: 5px; font-size: .34rem; }
  .cover-symbol { right: 7px; bottom: 26px; font-size: .62rem; }
  .publication-meta { font-size: .48rem; }
  .publication h2 { font-size: 1.32rem; }
  .publication-copy > p:not(.publication-meta) { font-size: .78rem; }
  .publication-wide { grid-template-columns: 60px minmax(0, 1fr); }
  .school-mark { font-size: 1.35rem; }
  .access-note { gap: 12px; padding: 14px; }
  .access-note p { font-size: .78rem; line-height: 1.5; }
  .profile-principle { padding-left: 17px; font-size: 1.15rem; }
  .profile-contact { margin-bottom: 32px; }
  .profile-portrait { width: min(100%, 240px); margin-bottom: 29px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
