:root {
  --cream: #f1eadc;
  --cream-light: #f7f2e8;
  --paper: #fbf8f1;
  --charcoal: #171714;
  --charcoal-soft: #2e2d29;
  --burgundy: #7b1f2b;
  --burgundy-deep: #57141c;
  --line: rgba(23, 23, 20, 0.18);
  --muted: #6e685d;
  --shadow: 0 22px 60px rgba(23, 23, 20, 0.13);
  --shell: min(1240px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--charcoal);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 50;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--charcoal);
  color: #fff;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 242, 232, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.wordmark {
  display: inline-flex;
  flex-direction: column;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .13em;
  font-weight: 800;
  line-height: 1.04;
  white-space: nowrap;
}
.wordmark small {
  color: var(--burgundy);
  font-size: .7rem;
  letter-spacing: .25em;
  margin-top: 5px;
}
nav { display: flex; gap: clamp(16px, 2.2vw, 34px); flex-wrap: wrap; justify-content: flex-end; }
nav a {
  font-size: .79rem;
  text-transform: uppercase;
  letter-spacing: .13em;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid transparent;
}
nav a:hover, nav a:focus-visible { color: var(--burgundy); border-bottom-color: currentColor; }

.hero {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: stretch;
}
.hero-copy {
  padding: clamp(70px, 9vw, 126px) 7vw clamp(74px, 8vw, 112px) 0;
  position: relative;
  z-index: 2;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--burgundy);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.03; }
h1 {
  font-size: clamp(4.4rem, 8.6vw, 8.8rem);
  letter-spacing: -.055em;
  margin: 0;
  font-weight: 600;
}
.hero-deck {
  margin: 32px 0 14px;
  max-width: 650px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
  line-height: 1.22;
}
.hero-body { max-width: 660px; font-size: 1.08rem; color: var(--charcoal-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid var(--charcoal);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .73rem;
  font-weight: 800;
  text-decoration: none;
}
.button.primary { background: var(--burgundy); color: #fff; border-color: var(--burgundy); }
.button.primary:hover, .button.primary:focus-visible { background: var(--burgundy-deep); }
.button.secondary:hover, .button.secondary:focus-visible { background: var(--charcoal); color: #fff; }
.hero-portraits {
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--charcoal);
  overflow: hidden;
}
.hero-portrait {
  margin: 0;
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-left: 1px solid rgba(241,234,220,.22);
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
}
.hero-donnelly img { object-position: 49% 24%; filter: grayscale(1) contrast(1.04); }
.hero-shantz img { object-position: 52% 22%; filter: saturate(.82) contrast(1.04); }
.hero-portrait::after {
  content: '';
  position: absolute;
  inset: 52% 0 0;
  background: linear-gradient(transparent, rgba(13,13,11,.82));
}
.hero-portrait figcaption {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 18px;
  bottom: 22px;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}


.statement, .authors, .catalogue, .journals, .contact { padding: clamp(78px, 9vw, 132px) 0; }
.statement { background: var(--paper); border-bottom: 1px solid var(--line); }
.statement-grid { display: grid; grid-template-columns: 80px minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.section-number { margin: 0; font-size: .76rem; letter-spacing: .18em; color: var(--muted); }
h2 { font-size: clamp(2.9rem, 5.7vw, 5.8rem); letter-spacing: -.045em; margin: 0 0 24px; font-weight: 600; }
.statement p:not(.eyebrow):not(.section-number), .section-heading > p, .journal-intro > p:last-child { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.2rem, 1.9vw, 1.68rem); line-height: 1.52; }
.principles { border-top: 1px solid var(--charcoal); }
.principles p { margin: 0; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: .95rem !important; font-family: Arial, Helvetica, sans-serif !important; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }

.authors { background: var(--cream-light); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 40px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0; max-width: 560px; justify-self: end; }
.author-grid { display: grid; gap: 26px; }
.author-card { min-height: 520px; display: grid; grid-template-columns: 1fr; background: var(--charcoal); color: var(--cream); box-shadow: var(--shadow); }
.author-card.reverse { grid-template-columns: 1fr; }
.author-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center 22%; filter: grayscale(1) contrast(1.03); }
.author-card.reverse img { filter: saturate(.82) contrast(1.04); }
.author-copy { padding: clamp(42px, 6vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.author-kicker { color: #d3a9af; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; }
.author-copy h3 { font-size: clamp(2.9rem, 5vw, 5.4rem); letter-spacing: -.045em; margin: 12px 0 20px; font-weight: 600; }
.author-copy > p:not(.author-kicker) { font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; line-height: 1.55; max-width: 720px; color: #e8e2d7; }
.text-links { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 20px; }
.text-links a { text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 800; color: #fff; text-underline-offset: 6px; }
.text-links a:hover, .text-links a:focus-visible { color: #e1a9b0; }

.catalogue { background: var(--paper); }
.book-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2.2vw, 30px); align-items: start; }
.book-card { min-width: 0; }
.book-card > a { display: block; aspect-ratio: 2 / 3; overflow: hidden; background: #ddd3c2; box-shadow: 0 18px 40px rgba(23,23,20,.14); transition: transform .25s ease, box-shadow .25s ease; }
.book-card > a:hover, .book-card > a:focus-visible { transform: translateY(-7px); box-shadow: 0 28px 50px rgba(23,23,20,.2); }
.book-card img { width: 100%; height: 100%; object-fit: cover; }
.book-card:nth-child(4) img { object-position: center; }
.book-card div { padding-top: 18px; }
.book-card p { color: var(--burgundy); text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; font-weight: 800; margin: 0 0 8px; }
.book-card h3 { font-size: clamp(1.2rem, 1.45vw, 1.7rem); line-height: 1.16; margin: 0; }
.book-card h3 a { text-decoration-thickness: 1px; text-underline-offset: 4px; text-decoration-color: transparent; }
.book-card h3 a:hover, .book-card h3 a:focus-visible { text-decoration-color: currentColor; }
.forthcoming > a { outline: 3px solid var(--burgundy); outline-offset: -3px; }

.journals { background: var(--charcoal); color: var(--cream); }
.journal-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(240px, .85fr)); gap: 24px; align-items: stretch; }
.journal-intro { padding-right: clamp(18px, 4vw, 60px); }
.journal-intro h2 { margin-bottom: 26px; }
.journal-intro > p:last-child { color: #ddd6ca; }
.journal-link { display: flex; min-height: 300px; flex-direction: column; justify-content: space-between; gap: 20px; padding: 32px; border: 1px solid rgba(241,234,220,.28); text-decoration: none; position: relative; }
.journal-link span { color: #d5a5ab; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.journal-link strong { font-family: Georgia, 'Times New Roman', serif; font-size: 2.2rem; font-weight: 500; }
.journal-link em { position: absolute; right: 28px; bottom: 24px; font-size: 1.8rem; font-style: normal; }
.journal-link:hover, .journal-link:focus-visible { background: var(--burgundy); border-color: var(--burgundy); }

.contact { background: var(--burgundy); color: #fff; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(38px, 7vw, 110px); align-items: start; }
.contact .eyebrow { color: #f2cfd4; }
.contact h2 { margin: 0; }
.contact-panel { border-top: 1px solid rgba(255,255,255,.65); padding-top: 22px; }
.contact-panel > p:first-child { text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 800; }
.email { display: inline-block; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.35rem, 2.3vw, 2.35rem); line-height: 1.2; word-break: break-word; text-underline-offset: 8px; }
.contact-note { color: #f0d9dc; max-width: 520px; margin-top: 28px; }

.site-footer { background: #0d0d0b; color: var(--cream); padding: 46px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 22px 60px; align-items: start; }
.site-footer strong { text-transform: uppercase; letter-spacing: .13em; font-size: .82rem; }
.site-footer p { margin: 8px 0 0; color: #bdb6aa; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: #fff; text-underline-offset: 5px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 18px; }
.social-links a { color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 4px; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.16); padding-top: 20px; font-size: .72rem; }

:focus-visible { outline: 3px solid #d98b96; outline-offset: 4px; }

@media (max-width: 1080px) {
  .header-inner { align-items: flex-start; padding-block: 20px; }
  nav { max-width: 630px; }
  .hero-grid { grid-template-columns: 1fr .7fr; }
  .book-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 46px; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-intro { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 640px); }
  .site-header { position: relative; }
  .header-inner { display: block; }
  nav { margin-top: 18px; justify-content: flex-start; gap: 10px 18px; }
  nav a { font-size: .7rem; }
  .hero-grid { display: block; }
  .hero-copy { padding: 70px 0 64px; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.5rem); }
  .hero-portraits { min-height: 440px; }
  .hero-portrait img { min-height: 440px; }
  .statement-grid, .section-heading, .contact-grid { grid-template-columns: 1fr; }
  .statement-grid { gap: 20px; }
  .section-heading > p { justify-self: start; }
  .author-card, .author-card.reverse { grid-template-columns: 1fr; }
  .author-card.reverse img { order: 0; }
  .author-card img { min-height: 420px; max-height: 520px; }
  .book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-intro { grid-column: auto; }
  .journal-link { min-height: 235px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 430px) {
  .book-grid { grid-template-columns: 1fr 1fr; gap: 14px; row-gap: 36px; }
  .book-card p { font-size: .58rem; }
  .book-card h3 { font-size: 1rem; }
  .author-copy { padding: 34px 24px 42px; }
  .author-copy h3 { font-size: 2.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
