@font-face { font-family: "Manrope"; src: url("fonts/manrope-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Source Serif 4"; src: url("fonts/source-serif-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Source Serif 4"; src: url("fonts/source-serif-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Source Serif 4"; src: url("fonts/source-serif-400-italic.ttf") format("truetype"); font-style: italic; font-weight: 400; font-display: swap; }

:root {
  --ink: #132a36;
  --ink-deep: #0b202a;
  --paper: #f2eee6;
  --paper-light: #faf8f3;
  --red: #a84f3d;
  --sage: #a9b7ae;
  --line: rgba(19, 42, 54, .19);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }

.topbar { height: 78px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); background: var(--ink); color: white; position: relative; z-index: 5; }
.wordmark { font-family: "Source Serif 4", Georgia, serif; font-size: 29px; justify-self: start; }
.wordmark span { color: var(--red); }
.topbar nav { display: flex; gap: 34px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.topbar nav a { opacity: .72; transition: opacity .2s; }
.topbar nav a:hover { opacity: 1; }
.lang { justify-self: end; border: 1px solid rgba(255,255,255,.45); padding: 8px 10px; font-size: 11px; letter-spacing: .14em; }

.hero { min-height: calc(100vh - 78px); background: var(--ink); color: white; padding: clamp(38px, 7vh, 86px) clamp(24px, 7vw, 108px) 48px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 46vw; height: 46vw; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -12vw; top: 8vh; box-shadow: 0 0 0 7vw rgba(255,255,255,.018), 0 0 0 14vw rgba(255,255,255,.014); }
.hero-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: .22em; color: #b9c6c5; margin-bottom: clamp(55px, 10vh, 112px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, .8fr); gap: 8vw; align-items: end; position: relative; z-index: 1; }
.hero h1 { font-family: "Source Serif 4", Georgia, serif; font-weight: 400; font-size: clamp(76px, 10.6vw, 166px); line-height: .84; letter-spacing: -.045em; margin: 0; }
.hero-question { font-family: "Source Serif 4", Georgia, serif; font-size: clamp(29px, 3.2vw, 52px); line-height: 1.08; margin: 56px 0 0 18%; color: #dce3df; }
.hero-question em { color: #e1a895; }
.hero-aside { padding-bottom: 12px; font-size: 14px; line-height: 1.5; }
.hero-aside > p { border-top: 1px solid rgba(255,255,255,.25); margin: 0; padding: 16px 0; }
.affiliation { margin-top: 55px; color: #aebcbd; font-size: 12px; line-height: 1.6; }
.hero-index { position: absolute; right: 6vw; bottom: -37px; font-family: "Source Serif 4", serif; font-size: 170px; color: rgba(255,255,255,.035); }

.section-label { font-size: 11px; text-transform: uppercase; letter-spacing: .19em; display: flex; gap: 18px; align-items: center; }
.section-label span { color: var(--red); }
.section-label.light { color: #d3ddda; }
.statement { padding: 110px clamp(24px, 7vw, 108px) 140px; background: var(--paper-light); }
.statement-grid { margin-top: 75px; display: grid; grid-template-columns: .9fr 1.2fr; gap: 10vw; }
.statement h2, .books h2, .projects h2 { font-family: "Source Serif 4", Georgia, serif; font-size: clamp(46px, 5.5vw, 84px); line-height: 1.02; font-weight: 400; letter-spacing: -.025em; margin: 0; }
.statement h2.en-research-title { font-size: clamp(40px, 4.7vw, 72px); }
.en-research-title span { display: block; white-space: nowrap; }
.statement-copy { max-width: 760px; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(20px, 1.7vw, 26px); line-height: 1.5; }
.statement-copy p { margin: 0 0 1.25em; }
.statement-copy p:first-child::first-letter { float: left; font-size: 78px; line-height: .7; padding: 13px 11px 0 0; color: var(--red); }

.recognition { background: #d9d6cc; padding: 55px clamp(24px, 7vw, 108px) 85px; display: grid; grid-template-columns: .44fr 1fr; gap: 7vw; }
.recognition-head { display: flex; flex-direction: column; justify-content: space-between; }
.recognition-head p { font-family: "Source Serif 4", serif; font-size: 35px; line-height: 1; margin: 0; }
.recognition-head span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.markers article { display: grid; grid-template-columns: 1.2fr .72fr 48px; align-items: baseline; border-top: 1px solid var(--line); padding: 21px 0 25px; gap: 22px; }
.markers article > span { color: var(--red); font-size: 12px; text-align: right; }
.markers h3 { font-family: "Source Serif 4", serif; font-size: 25px; line-height: 1.12; font-weight: 400; margin: 0; }
.markers p { margin: 0; font-size: 13px; color: #526068; }

.books { background: var(--ink-deep); color: white; padding: 110px clamp(24px, 6vw, 96px) 105px; }
.books-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 12vw; align-items: end; margin: 70px 0 90px; }
.books-heading p { font-family: "Source Serif 4", serif; font-size: 22px; line-height: 1.5; color: #bdc8c5; }
.book-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(16px, 1.9vw, 32px); align-items: start; }
.book-card { min-width: 0; position: relative; }
.book-card img { width: 100%; aspect-ratio: 650 / 933; object-fit: cover; display: block; box-shadow: 0 25px 45px rgba(0,0,0,.32); transition: transform .35s ease, box-shadow .35s ease; }
.book-card:hover img { transform: translateY(-12px); box-shadow: 0 38px 58px rgba(0,0,0,.42); }
.book-card:nth-child(even) { margin-top: 72px; }
.book-card h3 { font-family: "Source Serif 4", serif; font-size: 22px; font-weight: 400; margin: 24px 0 7px; }
.book-card p { color: #93a5a5; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; line-height: 1.5; }
.book-number { position: absolute; right: 10px; top: -28px; color: #859697; font-family: "Source Serif 4", serif; font-size: 14px; }
.forthcoming { margin-top: 110px; border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: .45fr 1fr 1fr 1fr; gap: 28px; padding-top: 26px; color: #ccd5d2; }
.forthcoming span { color: #e0a590; text-transform: uppercase; font-size: 10px; letter-spacing: .17em; }
.forthcoming p { margin: 0; font-family: "Source Serif 4", serif; font-size: 18px; line-height: 1.3; }

.projects { padding: 115px clamp(24px, 7vw, 108px) 130px; background: var(--paper); }
.projects-intro { margin: 70px 0 90px; display: grid; grid-template-columns: 1fr .65fr; gap: 12vw; align-items: end; }
.projects-intro > p { font-family: "Source Serif 4", serif; font-size: 22px; line-height: 1.5; }
.project-list { border-top: 1px solid var(--ink); }
.project-list article { display: grid; grid-template-columns: 80px .7fr 1fr; gap: 25px; padding: 27px 0 32px; border-bottom: 1px solid var(--line); align-items: baseline; }
.project-list span { color: var(--red); font-size: 11px; }
.project-list h3 { font-family: "Source Serif 4", serif; font-size: clamp(25px, 2.25vw, 35px); line-height: 1.14; font-weight: 400; margin: 0; }
.project-list h3 a { text-decoration-color: transparent; text-decoration-thickness: 1px; text-underline-offset: .14em; transition: color .2s ease, text-decoration-color .2s ease; }
.project-list h3 a::after { content: " ↗"; color: var(--red); font-family: "Manrope", sans-serif; font-size: .42em; vertical-align: top; }
.project-list h3 a:hover, .project-list h3 a:focus-visible { color: var(--red); text-decoration-color: currentColor; }
.project-list p { margin: 0; max-width: 540px; line-height: 1.55; color: #58666c; }

.closing { background: var(--red); color: white; padding: 100px clamp(24px, 7vw, 108px) 80px; position: relative; overflow: hidden; }
.closing-small { font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.closing blockquote { font-family: "Source Serif 4", serif; font-size: clamp(55px, 8.1vw, 126px); line-height: .94; letter-spacing: -.035em; margin: 100px 0; }
.closing-links { display: flex; gap: 42px; border-top: 1px solid rgba(255,255,255,.45); padding-top: 20px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.closing-links a::after { content: " ↗"; }
footer { background: var(--ink); color: #9eb0b0; display: flex; justify-content: space-between; padding: 27px clamp(24px, 7vw, 108px); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

@media (max-width: 900px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topbar nav { display: none; }
  .hero { min-height: auto; padding-bottom: 80px; }
  .hero-grid, .statement-grid, .books-heading, .projects-intro, .recognition { grid-template-columns: 1fr; }
  .hero-aside { margin-top: 60px; }
  .hero-question { margin-left: 0; }
  .statement-grid { gap: 55px; }
  .recognition-head { min-height: 130px; }
  .book-grid { grid-template-columns: repeat(2, 1fr); row-gap: 70px; }
  .forthcoming { grid-template-columns: 1fr 1fr; }
  .project-list article { grid-template-columns: 45px 1fr; }
  .project-list p { grid-column: 2; }
}

@media (max-width: 560px) {
  .topbar { height: 64px; }
  .hero h1 { font-size: 76px; }
  .hero-kicker { margin-bottom: 60px; }
  .statement, .books, .projects { padding-top: 80px; padding-bottom: 90px; }
  .statement h2.en-research-title { font-size: 38px; }
  .book-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .book-card:nth-child(even) { margin-top: 38px; }
  .book-card h3 { font-size: 17px; }
  .book-card p { font-size: 9px; }
  .forthcoming { grid-template-columns: 1fr; margin-top: 75px; }
  .markers article { grid-template-columns: 1fr auto; }
  .markers p { grid-column: 1; }
  .markers article > span { grid-column: 2; grid-row: 1; }
  .closing blockquote { margin: 75px 0; }
  .closing blockquote { font-size: 48px; overflow-wrap: anywhere; }
  footer { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .book-card img { transition: none; }
}
