@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/0fb425c58bfeabd618cd.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fdf3ff256ae9324ef155.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/09ea70d82d0ff88a25b2.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/01985dcde7eef1ad5e0d.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/28171f661fabac94d7de.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/74360b43ce5529565117.ttf) format('truetype');
}

:root {
  --paper: #fcfaf5;
  --tan: #f5f1e8;
  --ink: #292824;
  --rust: #803b29;
  --line: #d5cfc3;
  --muted: #5f5b53;
  --footer: #46352c;
  --reading: 800px;
  --wide: 1120px;
  --section-space: 36px;
  --subsection-space: 40px;
  --copy-space: 24px;
  --related-space: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 24px/1.6 'EB Garamond', Georgia, serif; }
a { color: var(--rust); text-underline-offset: .17em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid var(--rust); outline-offset: 5px; }
p { margin: 0 0 24px; }
h1, h2, h3, h4 { font-family: inherit; color: var(--ink); font-weight: 400; line-height: 1.17; letter-spacing: -.012em; overflow-wrap: break-word; margin: 0 0 28px; }
h1 { font-size: 54px; }
h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 { font-size: 28px; }
main h1::after, .chapter-title::after { content: ''; display: block; width: 56px; height: 1px; background: #a39b8d; margin-top: 28px; }
.reading > :is(h2,h3,h4):not(:first-child), .article-content > :is(h2,h3,h4):not(:first-child), .bio > :is(h2,h3,h4):not(:first-child) { margin-top: var(--subsection-space); }
.reading > .eyebrow + :is(h2,h3,h4), .article-content > .eyebrow + :is(h2,h3,h4), .bio > .eyebrow + :is(h2,h3,h4) { margin-top: 0; }
ul, ol { padding-left: 28px; }
li { margin-bottom: 12px; }
img { max-width: 100%; height: auto; display: block; }
figure { margin: 32px 0; }
figcaption { font-size: 20px; margin-top: 12px; }
blockquote { border-left: 1px solid var(--line); margin: 28px 0; padding: 0 0 24px 24px; }
hr { border: 0; border-top: 1px solid var(--line); margin: 40px 0; }
audio { display: block; width: 100%; margin: 20px 0 32px; }
iframe { width: 100%; min-height: 400px; border: 0; }
table { max-width: 100%; border-collapse: collapse; }
td, th { padding: 12px; border: 1px solid var(--line); }
[hidden] { display: none !important; }
.skip { position: absolute; left: 24px; top: -100px; background: var(--paper); z-index: 20; padding: 10px; }
.skip:focus { top: 10px; }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { max-width: 1320px; margin: auto; padding: 22px 32px; display: flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 100px; }
.brand { display: block; flex: 0 0 220px; mix-blend-mode: multiply; }
.brand img { width: 220px; filter: grayscale(1) brightness(.75) contrast(3); mix-blend-mode: multiply; }
.desktop-nav { display: flex; gap: 26px; align-items: center; }
.desktop-nav a, .mobile-nav a { font-size: 20px; color: var(--ink); text-decoration: none; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a[aria-current=page] { text-decoration: underline; text-underline-offset: 7px; }
.mobile-menu { display: none; }
.knot-mark { width: 100px; height: 50px; object-fit: contain; }
.reader-entry { border-top: 1px solid var(--line); padding: 8px 24px; }
.reader-entry a { display: flex; justify-content: center; align-items: center; gap: 18px; margin: auto; max-width: 680px; min-height: 48px; font-size: 21px; line-height: 1.3; }
.reader-entry .knot-mark { flex: 0 0 80px; width: 80px; height: 40px; }
.reading { max-width: var(--reading); margin: auto; }
.wide { max-width: var(--wide); margin: auto; }
.section { padding: var(--section-space) 24px; }
.section.paper, .section.tan { background: var(--paper); }
.section.wash { background: var(--tan); }
.section.paper + .section.paper { border-top: 1px solid var(--line); }
.section > :is(.reading,.wide) > :last-child, .hero-grid > div > :last-child, .card > :last-child, .bio > :last-child, .article-content > :last-child { margin-bottom: 0; }
:is(.reading,.article-content,.bio,.resource-block,.callout) > .button + :is(p,ul,ol,blockquote) { margin-top: var(--copy-space); }
.actions:empty { display: none; }
.eyebrow { font-size: 22px; line-height: 1.35; color: var(--muted); letter-spacing: .035em; margin: 0 0 18px; font-weight: 400; }
.lead { font-size: 30px; line-height: 1.4; }
.hero-grid { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 60px; align-items: center; }
.hero-grid .portrait { width: 300px; height: 400px; object-fit: cover; object-position: center 25%; }
.hero-grid .cover { width: 280px; margin: auto; }
.hero-grid h1 { font-size: 50px; }
.hero-grid p { font-size: 24px; }
.home-hero { align-items: start; }
.home-hero .portrait { margin-top: 8px; }
.intro-invitation { margin-top: 32px; }
.hero-grid .disclosure, .disclosure { font-size: 20px; line-height: 1.5; color: var(--muted); margin-top: 16px; max-width: 610px; }
.quiet-links { display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: 21px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--rust); padding: 14px 24px; min-height: 54px; font-size: 20px; font-weight: 400; line-height: 1.35; letter-spacing: .015em; color: var(--rust); background: transparent; text-decoration: none; text-align: center; max-width: 100%; }
.button:hover { background: var(--rust); color: var(--paper); text-decoration: none; }
.actions { display: flex; flex-wrap: wrap; align-items: stretch; gap: 16px; margin: 24px 0; }
.formats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 28px 0 18px; }
.formats .button { padding: 14px 8px; width: 100%; }
.cards { display: grid; grid-auto-rows: 1fr; gap: 32px 56px; margin-top: 40px; }
.topic-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pattern-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { background: transparent; border-top: 1px solid var(--line); padding: 26px 0 4px; height: 100%; }
.card h3, .card h4 { font-size: 30px; margin-bottom: 20px; }
.card p { font-size: 23px; }
.section-heading { text-align: center; max-width: 850px; margin: auto; }
.section-heading .eyebrow { text-align: center; }
.bio { max-width: 1040px; margin: auto; display: flow-root; }
.bio-photo { float: left; width: 280px; margin: 0 40px 28px 0; }
.bio-photo img { width: 280px; height: 390px; object-fit: cover; object-position: center top; }
.bio-photo .button { width: 100%; margin-top: 18px; }
.bio h1, .bio h2 { font-size: 42px; }
.bio h1::after { margin-left: 320px; }
.bio > .bio-photo + :is(h1,h2) { margin-top: 0; }
.bio .actions { clear: both; padding-top: 16px; }
.center { text-align: center; }
.center p { max-width: 760px; margin-left: auto; margin-right: auto; }
.center .actions { justify-content: center; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq summary { font-size: 26px; line-height: 1.4; cursor: pointer; }
.faq .answer { padding-top: 24px; }
.book-excerpt-section { padding-top: 56px; padding-bottom: 56px; }
.book-excerpt-section .reading { max-width: 720px; }
.book-excerpt-section .knot-mark { margin: 0 auto 34px; width: 120px; height: 60px; }
.excerpt-source { text-align: center; font-size: 20px; }
.excerpt-source cite { font-style: italic; }
.chapter-title { text-align: center; }
.chapter-title::after { margin: 28px auto 0; }
.book-excerpt { border: 0; padding: 0; margin: 40px 0 0; }
.book-excerpt p { margin-bottom: 0; text-indent: 1.2em; }
.book-excerpt p:first-child { text-indent: 0; }
.book-excerpt .drop-cap { float: left; font-size: 82px; line-height: .79; padding: 8px 6px 0 0; }
.excerpt-next { margin-top: 32px; text-align: center; font-size: 21px; }
.book-opening { border: 0; padding: 0; margin: 24px 0 16px; font-style: italic; }
.book-opening p { margin-bottom: 12px; }
.hero-grid .source-label, .source-label { font-size: 20px; color: var(--muted); }
.reader-opening .knot-mark { margin-bottom: 20px; }
.footer-ornament { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 30px 24px; background: var(--paper); }
.footer-ornament::before, .footer-ornament::after { content: ''; width: 80px; border-top: 1px solid var(--line); }
.site-footer { background: var(--footer); color: var(--paper); padding: 48px 24px; font-size: 20px; }
.site-footer a { color: var(--paper); }
.footer-inner { max-width: 1120px; margin: auto; }
.footer-nav { display: flex; gap: 20px 32px; flex-wrap: wrap; margin-bottom: 32px; }
.site-footer p { margin-bottom: 14px; }
.footer-bottom { border-top: 1px solid #8b7a6f; padding-top: 24px; margin-top: 32px; display: flex; gap: 24px; justify-content: space-between; }
.archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 60px; }
.archive-card { border-top: 1px solid var(--line); padding-top: 24px; }
.archive-card img { aspect-ratio: 3/2; object-fit: cover; width: 100%; margin-bottom: 24px; }
.archive-card h2 { font-size: 32px; }
.archive-card p { font-size: 22px; }
.article-header { max-width: 1000px; margin: auto; text-align: center; }
.article-header h1::after { margin-left: auto; margin-right: auto; }
.article-content { max-width: 800px; margin: auto; }
.article-content img { margin: 28px auto; max-height: 900px; object-fit: contain; }
.meta { font-size: 20px; color: var(--muted); }
.archive-tools { margin: 32px 0; }
.archive-tools input { font: inherit; font-size: 22px; max-width: 100%; width: 500px; background: var(--paper); border: 1px solid #aba396; padding: 12px 16px; color: var(--ink); }
.preview-note { font: 16px/1.4 system-ui, sans-serif; background: #f0ebe1; padding: 10px 24px; text-align: center; color: var(--muted); }
.muted { font-size: 20px; }
.resource-block { margin: 40px 0; padding: 28px 0 0; border-top: 1px solid var(--line); background: transparent; }
.resource-block h2 { font-size: 34px; }
.resource-block audio { margin-bottom: 20px; }
.plain-list a { overflow-wrap: anywhere; }
.callout { padding: 28px 0 0; border-top: 1px solid var(--line); margin-top: 32px; }
.production-note { border-left: 1px solid var(--line); padding: 10px 0 10px 20px; margin: 24px 0 32px; color: var(--muted); font-size: 20px; }
.production-note p { margin-bottom: 8px; }
@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; margin-left: auto; }
  .header-inner { flex-wrap: wrap; }
  .mobile-menu summary { cursor: pointer; min-height: 44px; display: flex; align-items: center; font-size: 22px; }
  .mobile-menu[open] { flex: 1 0 100%; margin-top: -64px; }
  .mobile-menu[open] summary { width: 80px; margin-left: auto; justify-content: flex-end; margin-bottom: 20px; }
  .mobile-nav { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); padding-top: 12px; }
  .mobile-nav a { padding: 10px 0; min-height: 44px; font-size: 24px; }
  .hero-grid { grid-template-columns: 250px minmax(0, 1fr); gap: 40px; }
  .hero-grid h1 { font-size: 44px; }
  .cards { gap: 28px 36px; }
}
@media (max-width: 767px) {
  body { font-size: 22px; line-height: 1.6; }
  .header-inner { min-height: 84px; padding: 14px 24px; }
  .brand { flex-basis: 178px; }
  .brand img { width: 178px; }
  .reader-entry { padding: 10px 20px; }
  .reader-entry a { gap: 14px; font-size: 20px; }
  .reader-entry .knot-mark { width: 70px; height: 35px; flex-basis: 70px; }
  :root { --section-space: 28px; --subsection-space: 32px; }
  .section { padding: var(--section-space) 24px; }
  h1 { font-size: 38px; }
  h2 { font-size: 32px; }
  h3, h4 { font-size: 28px; }
  main h1::after { margin-top: 24px; }
  .eyebrow { font-size: 21px; }
  .lead { font-size: 28px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-grid h1 { font-size: 38px; }
  .hero-grid p { font-size: 22px; }
  .hero-grid .disclosure { font-size: 20px; }
  .hero-grid .portrait { width: 200px; height: 260px; margin: 0 auto; }
  .hero-grid .cover { width: 200px; }
  .formats { gap: 8px; }
  .formats .button { font-size: 18px; padding: 12px 5px; letter-spacing: 0; min-height: 54px; }
  .cards, .archive-grid { grid-template-columns: 1fr; }
  .cards { grid-auto-rows: auto; }
  .card { padding: 24px 0 0; }
  .card p { font-size: 22px; }
  .bio-photo { float: none; width: 240px; margin: 0 auto 32px; }
  .bio-photo img { width: 240px; height: 330px; }
  .bio h1, .bio h2 { font-size: 36px; }
  .bio h1::after { margin-left: 0; }
  .book-excerpt-section { padding-top: 40px; padding-bottom: 40px; }
  .book-excerpt .drop-cap { font-size: 72px; }
  .excerpt-source, .source-label { font-size: 20px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .footer-nav { gap: 16px 24px; }
  .reader-opening .knot-mark { margin-left: auto; margin-right: auto; }
  .reader-opening .cover { width: 130px; }
  iframe { min-height: 240px; }
  .article-content { overflow-wrap: break-word; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

h1 strong, h2 strong, h3 strong, h4 strong { font-weight: inherit; }

/* Forthcoming editions are informational, never broken purchase buttons. */
.formats .format-pending{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:12px 4px;border:1px solid var(--line,#d8d0c4);color:var(--ink,#292824);text-align:center;line-height:1.3;font-size:20px}
.formats .format-pending small{font-size:18px;font-weight:400}
.formats .button{white-space:normal;text-align:center}
.format-availability{font-size:20px;line-height:1.5;margin-top:16px}

@media(max-width:420px){.formats .format-pending{font-size:18px}}
