@charset "UTF-8";

:root {
  --paper: #f4f2ec;
  --paper-deep: #e8e3d8;
  --ink: #171717;
  --muted: #66635d;
  --line: #b8b3a8;
  --accent: #f24b2f;
  --accent-dark: #b62d18;
  --blue: #183b63;
  --serif: "Literata", Georgia, serif;
  --sans: "Public Sans", Arial, sans-serif;
  --page-pad: clamp(1.25rem, 4vw, 5.5rem);
  --max-width: 92rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--accent-dark);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

cite {
  font-family: var(--serif);
  font-style: italic;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  max-width: var(--max-width);
  min-height: 5rem;
  margin: 0 auto;
  padding: 0.85rem var(--page-pad);
  border-bottom: 1px solid var(--line);
  background: rgb(244 242 236 / 97%);
  background: color-mix(in srgb, var(--paper) 93%, transparent);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.wordmark {
  display: flex;
  gap: 0.35em;
  width: fit-content;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.wordmark span:last-child {
  color: var(--accent-dark);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.4rem);
  font-size: 0.9rem;
  font-weight: 500;
}

.primary-nav a {
  text-decoration: none;
}

.primary-nav a:hover {
  text-decoration: underline;
}

.nav-toggle {
  display: none;
  min-width: 2.75rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: 600 0.9rem var(--sans);
}

.hero {
  display: grid;
  grid-template-columns: minmax(8rem, 0.45fr) minmax(25rem, 1.65fr) clamp(22rem, 27vw, 31rem);
  gap: clamp(2rem, 4vw, 4.5rem);
  max-width: var(--max-width);
  min-height: min(49rem, calc(100vh - 5rem));
  margin: 0 auto;
  padding: clamp(4rem, 10vh, 8rem) var(--page-pad) clamp(4rem, 8vh, 7rem);
}

.hero-kicker {
  grid-column: 1;
  grid-row: 1 / span 2;
  padding-top: 0.8rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero-kicker p {
  margin: 0 0 0.5rem;
}

.hero h1,
.section-heading h2,
.about-heading h2,
.contact-section h2,
.history-band h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.hero h1 {
  grid-column: 2;
  grid-row: 1;
  max-width: 14ch;
  font-size: clamp(3.25rem, 5.4vw, 5.75rem);
}

.hero h1::first-line {
  color: var(--accent-dark);
}

.hero-copy {
  grid-column: 2;
  grid-row: 2;
}

.hero-intro {
  max-width: 45rem;
  margin: 2rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.25rem;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.25rem;
  border: 1px solid var(--ink);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.button-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--ink);
}

.button-primary:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.text-link {
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-portrait {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: start;
  margin: 0;
}

.hero-portrait img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.88) contrast(1.03);
}

.hero-portrait figcaption {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.credential-band {
  display: grid;
  grid-template-columns: 0.55fr 1fr 1fr 1.25fr;
  max-width: var(--max-width);
  margin: 0 auto;
  border-block: 1px solid var(--line);
}

.credential-band p {
  margin: 0;
  padding: 1.5rem var(--page-pad);
  border-right: 1px solid var(--line);
  font-family: var(--serif);
  line-height: 1.45;
}

.credential-band p:last-child {
  border-right: 0;
}

.credential-band .credential-label {
  color: var(--accent-dark);
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 1.25rem;
  color: var(--accent-dark);
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.marquee {
  overflow: hidden;
  padding: 1.1rem var(--page-pad);
  border-block: 1px solid var(--ink);
  background: var(--accent);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  white-space: nowrap;
}

.marquee div {
  width: max-content;
}

.marquee span {
  margin: 0 0.8em;
  font-family: var(--sans);
  font-size: 0.55em;
  vertical-align: middle;
}

.section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) var(--page-pad);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.7fr 1fr;
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: start;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.section-heading h2,
.about-copy h2,
.contact-section h2 {
  font-size: clamp(2.7rem, 5.5vw, 5.8rem);
}

.section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
}

.work-list {
  border-top: 2px solid var(--ink);
}

.work-item {
  display: grid;
  grid-template-columns: 0.8fr 1.75fr 1fr 0.65fr;
  gap: clamp(1rem, 3vw, 3.5rem);
  align-items: start;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

.work-item-featured {
  padding: clamp(2rem, 5vw, 4.25rem) clamp(1.25rem, 3vw, 3rem);
  background: var(--blue);
  color: white;
}

.work-meta {
  display: grid;
  gap: 0.25rem;
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.work-item-featured .work-meta {
  color: #d7e2ef;
}

.work-item h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 2.35rem);
  font-weight: 500;
  line-height: 1.22;
}

.work-item h3 a {
  text-decoration: none;
}

.work-item p {
  margin: 0;
  color: var(--muted);
}

.work-item-featured p {
  color: #e3eaf1;
}

.read-link {
  justify-self: end;
  font-size: 0.86rem;
  font-weight: 600;
}

.work-item-featured a:hover {
  color: #ffd5ce;
}

.section-endnote {
  max-width: 42rem;
  margin: 2rem 0 0 auto;
  color: var(--muted);
  font-size: 0.9rem;
  font-style: italic;
}

.publications-section {
  border-top: 1px solid var(--line);
}

.publication-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  list-style: none;
}

.publication-highlights li {
  padding: 1.3rem 1rem 1.3rem 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
}

.publication-index {
  margin-top: 2rem;
  border-bottom: 1px solid var(--line);
}

.publication-index summary {
  padding: 1rem 0;
  cursor: pointer;
  font-weight: 600;
}

.publication-index summary::marker {
  color: var(--accent-dark);
}

.publication-index ul {
  columns: 4 12rem;
  column-gap: 3rem;
  margin: 0;
  padding: 1.5rem 0 2.5rem;
  border-top: 1px solid var(--line);
  list-style: none;
}

.publication-index li {
  break-inside: avoid;
  margin: 0 0 0.7rem;
  color: var(--muted);
}

.books-section {
  max-width: none;
  background: var(--ink);
  color: white;
}

.books-section > * {
  max-width: calc(var(--max-width) - (var(--page-pad) * 2));
  margin-inline: auto;
}

.section-heading-light {
  grid-template-columns: 0.7fr 2.7fr;
}

.book-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 7rem);
}

.book-card {
  display: grid;
  grid-template-columns: minmax(10rem, 0.8fr) 1.4fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}

.book-cover {
  aspect-ratio: 2 / 3;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 1.2rem 2.5rem rgb(0 0 0 / 35%);
}

.book-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #2a2a2a;
}

.cover-one {
  transform: rotate(-1.5deg);
}

.cover-two {
  transform: rotate(1deg);
}

.book-copy h3 {
  margin: 0.5rem 0 1.25rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
}

.book-copy > p:not(.book-type) {
  color: #d1cec7;
}

.book-type {
  margin: 0;
  color: #aaa69f;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compact-list {
  margin: 1.5rem 0;
  padding: 0;
  color: #d1cec7;
  font-size: 0.88rem;
  list-style: none;
}

.compact-list li {
  padding: 0.5rem 0;
  border-top: 1px solid #3b3b3b;
}

.provisional-note {
  font-size: 0.8rem;
  font-style: italic;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.books-section a:hover {
  color: #ff9a88;
}

.anthology-contributions {
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid #4a4a4a;
}

.anthology-contributions h3 {
  max-width: 14ch;
  margin: 0 0 2rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.1;
}

.contribution-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 10rem));
  gap: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 2.5vw, 2rem);
  justify-content: start;
}

.contribution-card {
  min-width: 0;
}

.contribution-card figure {
  display: flex;
  aspect-ratio: 2 / 3;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.25rem;
  overflow: hidden;
  background: #242424;
}

.contribution-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contribution-card h4 {
  margin: 0.35rem 0 0.5rem;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 500;
  line-height: 1.25;
}

.contribution-card p {
  margin: 0;
  color: #aaa69f;
  font-size: 0.84rem;
  line-height: 1.5;
}

.contribution-card .contribution-kind {
  color: #d1cec7;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.practice-cta {
  margin-top: 1.5rem;
}

.practice-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(3rem, 8vw, 9rem);
}

.lead {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.55;
}

.practice-statement > p:last-child,
.about-copy > p:not(.lead) {
  color: var(--muted);
}

.practice-details article {
  display: grid;
  grid-template-columns: 3rem 1fr 1fr;
  gap: 1rem 2rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--line);
}

.number {
  color: var(--accent-dark);
  font-family: var(--serif);
  font-style: italic;
}

.practice-details h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.25;
}

.practice-details p {
  margin: 0;
  color: var(--muted);
}

.history-band {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(3rem, 8vw, 9rem);
  max-width: none;
  background: var(--blue);
  color: white;
}

.history-band > * {
  width: 100%;
  max-width: calc((var(--max-width) - (var(--page-pad) * 2)) / 2);
}

.history-band > div {
  justify-self: end;
}

.history-band h2 {
  max-width: 13ch;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.5rem;
  padding: 1.35rem 0;
  border-top: 1px solid #6c819a;
}

.timeline span {
  color: #b8c9dc;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline p {
  margin: 0;
}

.timeline-note {
  grid-column: 2;
  max-width: none;
  margin: 1.5rem 0 0;
  color: #b8c9dc;
  font-size: 0.8rem;
  font-style: italic;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(17rem, 0.9fr) 1.5fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}

.about-heading h2 {
  max-width: 12ch;
}

.contact-section {
  max-width: none;
  border-top: 1px solid var(--ink);
  background: var(--accent);
}

.contact-section > * {
  max-width: calc(var(--max-width) - (var(--page-pad) * 2));
  margin-inline: auto;
}

.contact-section .eyebrow {
  color: var(--ink);
}

.contact-section h2 {
  max-width: 14ch;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  margin-top: 3rem;
}

.contact-grid > p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}

.contact-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.button-dark {
  background: var(--ink);
  color: white;
}

.button-dark:hover {
  background: white;
  color: var(--ink);
}

.contact-section a:focus-visible {
  outline-color: var(--ink);
}

.contact-action p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 1rem;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2rem var(--page-pad);
  background: var(--paper);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.site-footer p {
  margin: 0;
}

/* ================================================================
   INDIVIDUAL WRITING PAGES
   Shared by story, review, essay and interview pages.
   ================================================================ */

.article {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 7rem) var(--page-pad);
}

.article-header {
  display: grid;
  grid-template-columns: minmax(9rem, 0.7fr) minmax(0, 2.3fr) minmax(13rem, 1fr);
  gap: 1.25rem clamp(2rem, 5vw, 6rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
  border-bottom: 1px solid var(--line);
}

.back-link {
  grid-column: 1;
  font-size: 0.85rem;
  font-weight: 600;
}

.article-type {
  grid-column: 1;
  margin: 2rem 0 0;
  color: var(--accent-dark);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-header h1 {
  grid-column: 2 / -1;
  grid-row: 1 / span 2;
  max-width: 14ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.article-deck {
  grid-column: 2;
  margin: 1.5rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.55;
}

.article-byline {
  grid-column: 3;
  align-self: end;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.article-byline p {
  margin: 0 0 0.45rem;
}

.article-body {
  max-width: 45rem;
  margin: clamp(3.5rem, 8vw, 7rem) auto;
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.85;
}

.article-body p {
  margin: 0 0 1.45em;
}

.article-body blockquote {
  margin: 2.5rem clamp(0rem, 4vw, 3rem);
  padding: 0 0 0 1.5rem;
  border-left: 4px solid var(--accent);
  font-size: 1.15em;
  line-height: 1.7;
}

.article-body blockquote p {
  margin: 0;
}

.article-body blockquote p + p {
  margin-top: 1.45em;
}

.article-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem clamp(2rem, 7vw, 7rem);
  align-items: end;
  max-width: 58rem;
  margin: 0 auto;
  padding: 2.5rem 0 0;
  border-top: 1px solid var(--ink);
}

.article-footer > div > p:last-child {
  max-width: 44rem;
  margin: 0;
  color: var(--muted);
}

.article-sidebar {
  margin: 3rem 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-top: 4px solid var(--accent);
  background: var(--surface, #f4efe7);
}

.article-sidebar > h2 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.sidebar-item + .sidebar-item {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.sidebar-item h3 {
  margin: 0;
  font-size: 1.15rem;
}

.sidebar-date {
  margin: 0.3rem 0 0.75rem;
  color: var(--muted, #665f58);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sidebar-item p:last-child {
  margin-bottom: 0;
}

.section-break {
  width: 4rem;
  height: 2px;
  margin: clamp(2.5rem, 6vw, 4rem) auto;
  border: 0;
  background: var(--accent, #d9663b);
}

@media (max-width: 74rem) {
  .hero {
    grid-template-columns: 7rem minmax(24rem, 1.45fr) minmax(18rem, 0.8fr);
    gap: 2rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 6.5vw, 5.25rem);
  }

  .credential-band {
    grid-template-columns: 0.55fr 1fr 1fr 1.25fr;
  }

  .credential-band p {
    padding: 1.25rem clamp(1rem, 2.5vw, 2.25rem);
  }

  .work-item {
    grid-template-columns: 0.75fr 1.5fr 1fr;
  }

  .read-link {
    grid-column: 2;
    justify-self: start;
  }

  .book-card {
    grid-template-columns: 1fr;
  }

  .book-cover {
    width: min(100%, 15rem);
  }
}

@media (max-width: 52rem) {
  html {
    scroll-padding-top: 4.5rem;
  }

  .site-header {
    min-height: 4.5rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: absolute;
    inset: 100% 0 auto;
    display: none;
    padding: 1rem var(--page-pad) 1.5rem;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    padding: 0.55rem 0;
    font-family: var(--serif);
    font-size: 1.4rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 3.5rem;
  }

  .hero-kicker {
    grid-column: 1;
    grid-row: auto;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }

  .hero h1 {
    grid-column: 1;
    grid-row: auto;
    font-size: clamp(3.2rem, 14vw, 5.4rem);
  }

  .hero-portrait {
    grid-column: 1;
    grid-row: auto;
    width: min(72vw, 23rem);
  }

  .hero-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-intro {
    margin-top: 0;
  }

  .credential-band {
    grid-template-columns: 1fr 1fr;
    margin-inline: var(--page-pad);
  }

  .credential-band p {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .credential-band p:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .credential-band p:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .hero-note {
    grid-column: auto;
  }

  .marquee {
    font-size: 1.1rem;
    white-space: normal;
  }

  .marquee div {
    width: auto;
  }

  .section-heading,
  .section-heading-light {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .section-heading .eyebrow {
    margin-bottom: 0.5rem;
  }

  .publication-highlights {
    grid-template-columns: 1fr 1fr;
  }

  .publication-index ul {
    columns: 2;
  }

  .work-item,
  .work-item-featured {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .read-link {
    grid-column: auto;
  }

  .book-grid,
  .practice-layout,
  .history-band,
  .about-section,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .book-grid {
    gap: 5rem;
  }

  .book-card {
    grid-template-columns: minmax(9rem, 0.75fr) 1.25fr;
  }

  .book-cover {
    width: 100%;
  }

  .practice-details article {
    grid-template-columns: 2rem 1fr;
  }

  .practice-details p {
    grid-column: 2;
  }

  .history-band > * {
    max-width: none;
  }

  .timeline-note {
    grid-column: auto;
  }

  .timeline li {
    grid-template-columns: 8rem 1fr;
  }

  .article-header {
    grid-template-columns: 1fr;
  }

  .back-link,
  .article-type,
  .article-header h1,
  .article-deck,
  .article-byline {
    grid-column: 1;
    grid-row: auto;
  }

  .article-type {
    margin: 1.5rem 0 0;
  }

  .article-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .article-footer .button {
    justify-self: start;
  }
}

@media (max-width: 36rem) {
  .publication-highlights {
    grid-template-columns: 1fr;
  }

  .publication-index ul {
    columns: 1;
  }

  .hero-kicker {
    display: block;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 14vw, 4.2rem);
  }

  .hero-portrait {
    width: min(84vw, 21rem);
  }

  .credential-band {
    grid-template-columns: 1fr;
  }

  .credential-band p,
  .credential-band p:nth-child(odd),
  .credential-band p:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .credential-band p:last-child {
    border-bottom: 0;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .book-card {
    grid-template-columns: 1fr;
  }

  .contribution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1.25rem;
  }

  .book-cover {
    width: min(80%, 14rem);
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer p:nth-child(2) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (forced-colors: active) {
  a:focus-visible,
  button:focus-visible,
  summary:focus-visible,
  .contact-section a:focus-visible {
    outline: 3px solid Highlight;
  }

  .button,
  .review-disclosure,
  .publication-index,
  .article-sidebar {
    border-color: CanvasText;
    forced-color-adjust: auto;
  }
}

@media print {
  .site-header,
  .hero-actions,
  .marquee,
  .contact-section,
  .site-footer {
    display: none;
  }

  body {
    background: white;
    color: black;
  }

  .section,
  .hero {
    min-height: 0;
    padding: 2rem 0;
  }

  .books-section,
  .history-band {
    background: white;
    color: black;
  }
}

.settler-statement {
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 1.25rem;
  border-top: 1px solid rgba(23, 23, 23, 0.35);
}

.settler-statement h3 {
  margin: 0 0 0.5rem;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.settler-statement p {
  margin: 0;
  max-width: 72ch;
  font-size: 0.9rem;
  line-height: 1.65;
}

.settler-statement a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

/* Drop cap applied selectively to a paragraph after a section break */

.drop-cap::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--accent-dark);
  font-family: var(--serif);
  font-size: 4.6em;
  font-weight: 500;
  line-height: 0.78;
}

/* Use the more precise initial-letter property where supported */

@supports (initial-letter: 3) {
  .drop-cap::first-letter {
    float: none;
    margin: 0 0.12em 0 0;
    font-size: inherit;
    line-height: inherit;
    initial-letter: 3;
  }
}

/* Slightly reduce the fallback version on small screens */

@media (max-width: 36rem) {
  .drop-cap::first-letter {
    margin-right: 0.1em;
    font-size: 3.8em;
  }

  @supports (initial-letter: 3) {
    .drop-cap::first-letter {
      font-size: inherit;
    }
  }
}

/* ================================================================
   BOOK COVER WITHIN A REVIEW’S OPENING PARAGRAPH
   ================================================================ */

.article-body p.review-opening {
  display: flow-root;
}

.article-body p.review-opening > img.review-cover {
  display: block;
  float: left;
  width: 8.5rem;
  height: 12.75rem;
  max-width: 35%;
  margin: 0.35rem 1.25rem 0.65rem 0;
  border: 1px solid rgba(23, 23, 23, 0.18);
  background: var(--paper-deep);
  object-fit: contain;
  object-position: center top;
  box-shadow:
    0 0.2rem 0.4rem rgba(23, 23, 23, 0.12),
    0 0.75rem 1.5rem rgba(23, 23, 23, 0.1);
}

@media (max-width: 36rem) {
  .article-body p.review-opening > img.review-cover {
    width: 6.5rem;
    height: 9.75rem;
    max-width: 40%;
    margin-right: 1rem;
    margin-bottom: 0.4rem;
  }
}

@media (max-width: 24rem) {
  .article-body p.review-opening > img.review-cover {
    float: none;
    width: 8.5rem;
    height: 12.75rem;
    max-width: 48%;
    margin: 0 auto 1.25rem;
  }
}

@media print {
  .article-body p.review-opening > img.review-cover {
    box-shadow: none;
  }
}

/* ==========================================================
   EXPANDABLE BOOK REVIEWS
   ========================================================== */

.review-disclosure {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
  border-top: 1px solid rgb(255 255 255 / 22%);
  border-bottom: 1px solid rgb(255 255 255 / 22%);
}

.review-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.review-disclosure summary::-webkit-details-marker {
  display: none;
}

.review-disclosure summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--accent);
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.review-disclosure[open] summary::after {
  content: "−";
}

.review-disclosure summary:hover {
  color: var(--accent);
}

.review-disclosure summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.review-list {
  padding: 0 0 0.35rem;
}

.review-quote {
  margin: 0;
  padding: 1.25rem 0;
  border-top: 1px solid rgb(255 255 255 / 14%);
}

.review-quote p {
  max-width: 42rem;
  margin: 0;
  color: #f2efe8;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  font-weight: 400;
  line-height: 1.55;
}

.review-quote footer {
  margin-top: 0.55rem;
  color: #aaa69f;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.review-quote footer cite {
  font-family: var(--sans);
  font-style: normal;
}


/* Accessible text that remains available to assistive technology. */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: pre !important;
  border: 0 !important;
}

.article-footer-actions {
  display: grid;
  justify-items: end;
  gap: 0.8rem;
  max-width: min(28rem, 100%);
  text-align: right;
}

.next-reading {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.3;
  text-decoration: none;
}

.next-reading span {
  display: block;
}

.next-reading .eyebrow {
  margin-bottom: 0.35rem;
  color: var(--accent-dark);
  font-family: var(--sans);
  font-size: 0.8rem;
}

.next-reading:hover,
.next-reading:focus-visible,
.return-to-work:hover,
.return-to-work:focus-visible {
  color: var(--accent-dark);
}

.return-to-work {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.82rem;
}

@media (max-width: 52rem) {
  .article-footer-actions {
    justify-items: start;
    text-align: left;
  }
}
