:root {
  --ink: #14233c;
  --navy: #0d1b30;
  --blue: #214d78;
  --gold: #d3a64b;
  --paper: #f6f4ef;
  --white: #fff;
  --muted: #617083;
  --line: rgba(20,35,60,.17);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
a { color: inherit; }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; align-items: center; gap: 14px; font-weight: 600; text-decoration: none; letter-spacing: -.01em; }
.monogram { display: grid; place-items: center; width: 43px; height: 43px; background: var(--ink); color: var(--white); font-size: 12px; letter-spacing: .11em; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: #344257; font-size: 14px; text-decoration: none; }
nav a:hover { color: var(--blue); }
.nav-contact { border-left: 1px solid var(--line); padding-left: 30px; font-weight: 600; }
.hero { min-height: 760px; padding: 90px 7vw 90px 9vw; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: center; justify-content: space-between; gap: 6vw; position: relative; overflow: hidden; }
.hero::after { content: ""; width: 440px; height: 440px; border: 1px solid rgba(33,77,120,.2); border-radius: 50%; position: absolute; right: -180px; top: 70px; box-shadow: 0 0 0 95px rgba(33,77,120,.04), 0 0 0 190px rgba(33,77,120,.025); }
.eyebrow, .section-label { margin: 0 0 24px; color: var(--blue); text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 600; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 34px; font-family: var(--serif); font-size: clamp(52px, 7.1vw, 100px); line-height: .98; letter-spacing: -.035em; font-weight: 400; }
.hero-intro { max-width: 690px; margin-bottom: 38px; color: #495970; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.button { display: inline-block; padding: 14px 21px; text-decoration: none; font-size: 14px; font-weight: 600; }
.button.primary { background: var(--ink); color: var(--white); }
.button:hover { transform: translateY(-1px); }
.text-link { text-underline-offset: 5px; font-size: 14px; font-weight: 600; }
.hero-portrait { width: 100%; max-width: 420px; margin: 0; justify-self: end; position: relative; z-index: 1; }
.hero-portrait img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 28%; filter: saturate(.9) contrast(1.02); }
.hero-portrait figcaption { width: calc(100% - 32px); margin: -52px 0 0 32px; padding: 22px 24px; background: var(--navy); color: var(--white); position: relative; }
.hero-portrait figcaption span { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 19px; line-height: 1.25; }
.hero-portrait figcaption a { color: #cbd8e7; font-size: 12px; }
.statement { padding: 110px 8vw; background: var(--white); }
.statement-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 9vw; align-items: start; }
.statement h2, .section-heading h2, .contact h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; line-height: 1.1; }
.statement h2 { max-width: 800px; font-size: clamp(38px, 5vw, 66px); }
.body-copy { padding-top: 8px; color: #4e5b6e; }
.body-copy p:last-child { margin-bottom: 0; }
.focus, .writing { padding: 110px 8vw; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 54px); }
.focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.focus article { min-height: 300px; padding: 28px 28px 20px 0; border-right: 1px solid var(--line); }
.focus article:not(:first-child) { padding-left: 28px; }
.focus article:last-child { border-right: 0; }
.focus article span { color: var(--gold); font-size: 12px; }
.focus article h3 { margin: 70px 0 16px; font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.15; }
.focus article p { color: var(--muted); font-size: 15px; line-height: 1.55; }
.writing { background: var(--navy); color: var(--white); }
.writing .section-label { color: #e1bd72; }
.writing .text-link { color: #cfdae8; }
.article-list { border-top: 1px solid rgba(255,255,255,.22); }
.article-list > a { display: grid; grid-template-columns: 200px 1fr 30px; gap: 35px; align-items: center; min-height: 145px; border-bottom: 1px solid rgba(255,255,255,.22); text-decoration: none; transition: background .2s, padding .2s; }
.article-list > a:hover { background: rgba(255,255,255,.04); padding: 0 18px; }
.article-type { color: #aebed0; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.article-list h3 { margin: 0; max-width: 760px; font-family: var(--serif); font-size: clamp(23px, 2.7vw, 36px); font-weight: 400; line-height: 1.2; }
.arrow { justify-self: end; color: var(--gold); }
.book { min-height: 620px; display: grid; grid-template-columns: 43% 57%; background: var(--blue); color: var(--white); }
.book-cover-wrap { min-height: 620px; display: grid; place-items: center; padding: 64px 8vw; background: linear-gradient(145deg, #e5d1a5, #b78a3b); position: relative; overflow: hidden; }
.book-cover-wrap::before { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(13,27,48,.2); border-radius: 50%; }
.book-cover { display: block; width: min(100%, 370px); max-height: 520px; object-fit: contain; position: relative; z-index: 1; box-shadow: 0 24px 60px rgba(13,27,48,.3); }
.book-copy { align-self: center; max-width: 710px; padding: 80px 9vw 80px 8vw; }
.book-copy .section-label { color: #e2c27f; }
.book-copy h2 { margin-bottom: 12px; font-family: var(--serif); font-size: clamp(50px, 6vw, 78px); font-weight: 400; line-height: 1; }
.book-subtitle { max-width: 560px; color: #d9e4ef; font-family: var(--serif); font-size: 25px; line-height: 1.3; }
.book-copy > p:not(.section-label):not(.book-subtitle) { max-width: 570px; color: #c0cfdf; }
.awards { max-width: 610px; margin: 30px 0 8px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); }
.awards-title { margin-bottom: 13px; color: #e2c27f; font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.awards ul { margin: 0; padding: 0; list-style: none; }
.awards li { display: grid; grid-template-columns: 78px 1fr; gap: 12px; margin-bottom: 9px; color: #c8d5e3; font-size: 13px; line-height: 1.35; }
.awards strong { color: var(--white); font-weight: 600; }
.forthcoming { max-width: 610px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.forthcoming p { margin: 0; }
.forthcoming-label { color: #e2c27f; font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.forthcoming-title { margin-top: 8px !important; color: var(--white); font-family: var(--serif); font-size: 24px; line-height: 1.2; }
.forthcoming-meta { margin-top: 4px !important; color: #c8d5e3; font-size: 13px; }
.button.light { margin-top: 16px; border: 1px solid rgba(255,255,255,.55); color: var(--white); }
.contact { padding: 120px 8vw; background: var(--white); text-align: center; }
.contact h2 { margin-bottom: 22px; font-size: clamp(48px, 6vw, 76px); }
.contact > p:not(.section-label) { max-width: 680px; margin: 0 auto 38px; color: var(--muted); font-size: 18px; }
.email { font-family: var(--serif); font-size: clamp(24px, 3vw, 36px); text-underline-offset: 8px; }
footer { min-height: 90px; padding: 0 5vw; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
@media (max-width: 900px) {
  nav a:not(.nav-contact) { display: none; }
  .nav-contact { border: 0; padding: 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 80px 7vw; }
  .hero-portrait { max-width: 440px; margin-top: 35px; justify-self: start; }
  .statement-grid { grid-template-columns: 1fr; gap: 30px; }
  .focus-grid { grid-template-columns: repeat(2, 1fr); }
  .focus article:nth-child(2) { border-right: 0; }
  .focus article:nth-child(3), .focus article:nth-child(4) { border-top: 1px solid var(--line); }
  .focus article:nth-child(3) { padding-left: 0; }
  .book { grid-template-columns: 36% 64%; }
  .article-list > a { grid-template-columns: 145px 1fr 20px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .site-header { min-height: 76px; }
  .wordmark > span:last-child { font-size: 14px; }
  .hero { padding-top: 65px; }
  .hero::after { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .statement, .focus, .writing, .contact { padding: 78px 7vw; }
  .statement-grid { gap: 18px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 40px; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus article, .focus article:not(:first-child) { min-height: auto; padding: 28px 0; border-right: 0; border-top: 1px solid var(--line); }
  .focus article:first-child { border-top: 0; }
  .focus article h3 { margin: 35px 0 12px; }
  .article-list > a { grid-template-columns: 1fr 22px; gap: 12px; padding: 28px 0; }
  .article-type { grid-column: 1 / -1; }
  .article-list > a:hover { padding: 28px 10px; }
  .book { grid-template-columns: 1fr; }
  .book-cover-wrap { min-height: 420px; padding: 48px 15vw; }
  .book-cover-wrap::before { width: 320px; height: 320px; }
  .book-copy { padding: 72px 7vw; }
  .awards li { grid-template-columns: 1fr; gap: 1px; margin-bottom: 13px; }
  footer { padding: 25px 5vw; flex-direction: column; justify-content: center; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
