@font-face{font-family:Garamond;src:url('/assets/garamond.ttf') format('truetype');font-display:swap}
@font-face{font-family:Garamond;src:url('/assets/garamond-italic.ttf') format('truetype');font-style:italic;font-display:swap}
@font-face{font-family:Garamond;src:url('/assets/garamond-bold.ttf') format('truetype');font-weight:700;font-display:swap}
:root{--cream:#f0ece3;--ink:#242020;--red:#ba1e2d;--blue:#064d70;--gold:#efd08a}
*{box-sizing:border-box}html{scroll-padding-top:5rem}body{margin:0;color:var(--ink);background:white;font:21px/1.5 Garamond,Georgia,serif}a{color:inherit;text-underline-offset:.2em}a:focus-visible{outline:3px solid var(--red);outline-offset:5px}p{margin:0 0 1em}h1,h2{font-weight:400;line-height:1.08;margin:0 0 .55em}h1{font-size:clamp(40px,5vw,66px)}h2{font-size:clamp(32px,3.5vw,46px)}header{background:linear-gradient(110deg,#50080b,#a91923,#660b10);padding:34px 24px;text-align:center}.wordmark{display:inline-block;max-width:100%;width:360px}.wordmark img{width:100%;height:auto;display:block}nav{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;background:var(--cream);padding:15px 20px;font-size:20px}nav a{text-decoration:none}nav a[aria-current],.text-link,.read-link{color:var(--red)}.skip{position:absolute;top:-100px;background:white;padding:12px;z-index:5}.skip:focus{top:10px}.section{max-width:1100px;padding:64px 32px;margin:auto}.feature{background:var(--blue);color:white}.feature-inner{max-width:1050px;margin:auto;display:grid;grid-template-columns:260px 1fr;gap:80px;align-items:center;padding:58px 32px}.cover{display:block;width:100%;height:auto;box-shadow:0 8px 24px #0002}.feature .author,.feature .eyebrow{color:var(--gold)}.author{color:var(--red);font-size:30px;margin:0 0 8px}.eyebrow{text-transform:uppercase;font-size:15px;letter-spacing:.12em;color:#806000;margin-bottom:16px}.lede{font-size:25px;line-height:1.4}.button{display:inline-block;padding:12px 24px;background:var(--red);color:white;text-decoration:none;font-size:22px;border:1px solid var(--red)}.button:hover{background:#8b1420}.button.light{background:transparent;border-color:#fff;color:white}.button.light:hover{background:#ffffff12}.feature a:focus-visible{outline-color:var(--gold)}.welcome{text-align:center;max-width:790px;padding-bottom:32px}.collection{text-align:center;padding-top:32px;border-top:1px solid #eee}.book-card{display:flex;flex-direction:column;align-items:center;gap:5px;max-width:350px;margin:32px auto 0;text-decoration:none}.book-card .cover{width:190px;margin-bottom:22px}.book-card .author{font-size:26px}.book-title{font-size:30px}.read-link{margin-top:12px}.reading,.preview-panel{background:var(--cream)}.reading-inner{max-width:1050px;margin:auto;display:grid;grid-template-columns:1fr 280px;align-items:center;gap:100px;padding:65px 32px}.phone{display:block;width:100%;height:auto;border:7px solid #242020;border-radius:20px;box-shadow:0 12px 35px #24202022}figure{margin:0}figcaption{text-align:center;font-size:16px;margin-top:12px}.notice{font-size:18px;border-left:2px solid var(--red);padding-left:18px}.breadcrumb{padding-top:24px;padding-bottom:0;font-size:18px}.book-detail{display:grid;grid-template-columns:260px 1fr;gap:70px;align-items:start;padding-top:38px}.availability{font-size:18px;margin-top:20px}.sample{max-width:790px;border-top:1px solid #ddd}.intro{font-style:italic;font-size:25px}.small{font-size:17px}.preview-panel .section{max-width:790px}footer{text-align:center;padding:38px 24px;border-top:1px solid #ddd}footer>a{color:var(--red);font-size:28px;text-decoration:none}footer p{margin:.5em 0}img{max-width:100%}
@media(max-width:650px){body{font-size:20px}header{padding:26px 20px}.wordmark{width:280px}nav{gap:12px 22px;font-size:18px;padding:12px}.feature-inner{grid-template-columns:1fr;gap:32px;text-align:center;padding:36px 24px}.hero-cover{width:190px;justify-self:center}.feature .lede{font-size:23px}.section{padding:40px 24px}.reading-inner{grid-template-columns:1fr;gap:35px;padding:40px 24px}.reading figure{max-width:240px;margin:auto}.book-detail{grid-template-columns:1fr;gap:32px}.detail-cover{max-width:190px;margin:auto}.breadcrumb{padding-bottom:0}.lede,.intro{font-size:23px}.button{max-width:100%;text-align:center}.book-detail h1{font-size:42px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.upright{font-style:normal}
.edition-action .artwork-preview-action{margin-top:12px;background:transparent;color:var(--red)}
.edition-action .artwork-preview-action:hover{background:var(--red);color:white}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}

/* Reference-led hierarchy: a publishing masthead and aligned editorial columns. */
header { padding: 22px 32px; text-align: left; }
.masthead-inner, .nav-inner { max-width: 1256px; margin: auto; }
.masthead-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { width: 320px; flex-shrink: 0; }
.masthead-brand { display: inline-flex; align-items: center; gap: 18px; width: 410px; max-width: 100%; flex-shrink: 0; }
.masthead-brand .brand-symbol { width: 72px; height: 72px; flex-shrink: 0; }
.masthead-brand .wordmark { display: block; width: calc(100% - 90px); height: auto; min-width: 0; }
.masthead-brand:focus-visible { outline-color: var(--gold); }
.masthead-note { color: var(--cream); font-style: italic; font-size: 23px; margin: 0; }
nav { display: block; padding: 0 32px; }
.nav-inner { display: flex; flex-wrap: wrap; gap: 12px 42px; }
nav a { display: inline-block; padding: 15px 0 12px; border-bottom: 2px solid transparent; font-size: 23px; font-weight: 700; }
nav a[aria-current] { color: #806000; border-bottom-color: #a9822f; }
nav a:hover { color: #806000; }
h1, h2, .author, .book-title, .button { font-weight: 700; }
.feature .author { font-size: clamp(32px, 3.6vw, 48px); }
.feature h1 { font-size: clamp(38px, 4vw, 54px); }
.eyebrow { font-weight: 700; }
.breadcrumb { max-width: 1320px; font-size: 16px; padding-top: 28px; }
.breadcrumb > span[aria-hidden] { padding: 0 10px; color: #ad9270; }
.book-detail { max-width: 1320px; grid-template-columns: 250px minmax(0, 1fr) 280px; gap: 42px; padding-top: 32px; }
.book-detail > * { min-width: 0; }
.book-information .author { font-size: clamp(36px, 3.4vw, 48px); line-height: 1.1; margin-bottom: 22px; }
.book-information h1 { font-size: clamp(36px, 3vw, 44px); line-height: 1.14; margin-bottom: 28px; }
.metadata { font-size: 19px; color: #554f49; margin-bottom: 10px; }
.book-description { border-top: 1px solid #d4c3ad; border-bottom: 1px solid #d4c3ad; margin-top: 30px; padding: 20px 0; }
.book-description h2 { font-size: 23px; margin-bottom: 12px; }
.book-description p { font-size: 21px; margin: 0; }
.edition-action { background: var(--cream); padding: 28px; }
.edition-action h2 { font-size: 27px; line-height: 1.15; margin-bottom: 18px; }
.edition-action p { font-size: 19px; }
.edition-action .button { display: block; padding: 13px 12px; text-align: center; font-size: 21px; }
.edition-action .availability { border-top: 1px solid #d4c3ad; padding-top: 20px; margin: 22px 0 8px; }
.edition-action .small { font-size: 16px; margin-bottom: 0; }
.sample { grid-column: 2 / 4; width: 100%; max-width: 68ch; margin: 0; border: 0; padding: 8px 0 0; }
.sample h2 { font-size: 32px; padding-bottom: 18px; border-bottom: 1px solid #d4c3ad; }
.sample .intro { font-size: 24px; }
.sample .small { color: #554f49; }
.button {
  min-height: 52px;
  padding: 13px 28px;
  border-radius: 0;
  background: var(--red);
  color: white;
  border: 1px solid var(--red);
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
}
.button:hover { background: #8b1420; border-color: #8b1420; }
.button:active { background: #780f19; border-color: #780f19; }
.reading { background: var(--blue); color: white; }
.reading .eyebrow, .reading h2 { color: var(--gold); }
.reading .notice { border-left-color: var(--gold); }
.reading figcaption { color: white; }
.reading .phone { box-shadow: 0 14px 40px #0005; }
.reading a:focus-visible { outline-color: var(--gold); }
.collection-action { margin-top: 18px; }
.collection { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; }
.collection > .eyebrow, .collection > h2 { grid-column: 1 / -1; }
.collection > .book-card { width: 100%; }
@media (max-width: 599px) { .collection { grid-template-columns: minmax(0, 1fr); } }
/* Warm charcoal and gold closing navigation, inspired by the cached Safari
   reference on 2026-09-20. No unconnected subscription/account controls. */
.site-footer { background: #332c29; color: #f0ece3; text-align: left; border: 0; padding: 64px 32px 36px; }
.footer-inner { max-width: 1256px; margin: auto; }
.footer-rule { border-top: 1px solid #71665d; position: relative; margin: 0 0 58px; }
.back-to-top { position: absolute; right: 0; top: -27px; display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 50%; background: var(--gold); color: #332c29; text-decoration: none; font-size: 36px; line-height: 1; }
.back-to-top:hover { background: #f7dfa8; }
.footer-columns { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 60px; padding-bottom: 46px; }
.footer-brand > a { color: var(--gold); font-size: 44px; line-height: 1.1; text-decoration: none; }
.footer-brand > a, .footer-bottom > a { font-weight: 700; font-variant-caps: small-caps; font-synthesis: none; }
.footer-brand p { font-size: 21px; font-style: italic; margin-top: 16px; }
.site-footer h2 { color: var(--gold); font-size: 19px; line-height: 1.4; text-transform: uppercase; letter-spacing: .045em; margin: 0 0 18px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li a { display: block; padding: 10px 0; min-height: 48px; text-decoration: none; line-height: 1.4; }
.site-footer li + li { border-top: 1px solid #71665d; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: .2em; }
.site-footer a:focus-visible { outline-color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; align-items: center; border-top: 1px solid #71665d; padding-top: 24px; font-size: 17px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--gold); flex-shrink: 0; padding: 10px 0; }
@media (max-width: 900px) {
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .site-footer { padding: 56px 24px 24px; }
  .footer-columns { grid-template-columns: 1fr; gap: 30px; padding-bottom: 30px; }
  .footer-brand > a { font-size: 40px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 1100px) and (min-width: 701px) {
  .book-detail { grid-template-columns: 220px minmax(0, 1fr); gap: 32px; }
  .edition-action, .sample { grid-column: 2; }
  .detail-cover { grid-row: 1 / 3; }
}
@media (max-width: 700px) {
  header { padding: 20px 24px; }
  .wordmark { width: 260px; max-width: 100%; }
  .masthead-brand { width: 320px; gap: 12px; }
  .masthead-brand .brand-symbol { width: 48px; height: 48px; }
  .masthead-brand .wordmark { width: calc(100% - 60px); }
  .masthead-note { display: none; }
  nav { padding: 0 24px; }
  .nav-inner { gap: 0 22px; }
  nav a { font-size: 19px; padding: 11px 0 8px; min-height: 48px; }
  .book-detail { grid-template-columns: minmax(0, 1fr); gap: 30px; padding: 32px 24px 40px; }
  .detail-cover { width: 220px; max-width: 100%; margin: auto; }
  .book-information .author { font-size: 36px; margin-bottom: 14px; }
  .book-information h1 { font-size: 38px; }
  .sample { grid-column: 1; padding-top: 8px; }
  .sample .intro { font-size: 23px; }
  .edition-action { padding: 24px; }
}

/* Five sRGB screenshot samples from the open Safari reference, not recovered
   publisher CSS. Scoped to the feature; reading palettes stay independent. */
.carousel[data-tone="blue"] { background: #014874; }
.carousel[data-tone="green"] { background: #004d46; }
.carousel[data-tone="brown"] { background: #482006; }
.carousel[data-tone="red"] { background: #c5191b; }
.carousel[data-tone="plum"] { background: #47102f; }
.carousel { position: relative; touch-action: pan-y pinch-zoom; }
.feature-slides { display: grid; }
.feature-slide { grid-area: 1 / 1; min-width: 0; }
.feature-slide[hidden] { display: none; }
/* Keep the tallest slide's footprint without exposing inactive content to
   keyboard or assistive technology; changing books never shifts the catalogue. */
.is-enhanced .feature-slide[hidden] { display: block; visibility: hidden; pointer-events: none; }
/* Fade the incoming edition and blend its background, without delaying focus
   or making outgoing links interactive. No motion when the reader requests it. */
.carousel.is-enhanced { transition: background-color 400ms ease; }
.is-enhanced .feature-slide:not([hidden]) { animation: feature-fade-in 400ms ease both; }
@keyframes feature-fade-in { from { opacity: 0; } to { opacity: 1; } }
@media(prefers-reduced-motion:reduce) {
  .carousel.is-enhanced { transition: none; }
  .is-enhanced .feature-slide:not([hidden]) { animation: none; }
}
.carousel .feature-inner { max-width: 1180px; min-height: min(610px, calc(100svh - 180px)); height: 100%; grid-template-columns: minmax(220px, 330px) minmax(0, 1fr); gap: 100px; padding: 40px 48px 60px; text-align: left; }
.carousel .hero-cover { display: block; width: clamp(220px, calc((100svh - 300px) * .6329), 330px); max-width: 100%; justify-self: center; }
.carousel .cover { box-shadow: 0 14px 36px #0003; }
.carousel .author { font-size: clamp(38px, 4.2vw, 60px); line-height: 1.06; margin-bottom: 20px; color: var(--gold); }
.carousel h2 { font-size: clamp(30px, 3.1vw, 44px); line-height: 1.12; margin-bottom: 32px; }
.feature-meta { font-size: 19px; margin-bottom: 12px; }
.carousel .lede { font-size: 26px; line-height: 1.3; margin-bottom: 14px; }
.feature-note { font-size: 21px; line-height: 1.35; margin-bottom: 26px; }
.carousel .button.light { background: transparent; border-color: white; color: white; padding: 15px 28px; }
.carousel .button.light:hover { background: white; color: #242020; }
.carousel-controls[hidden] { display: none; }
.carousel button { color: white; border: 0; background: transparent; cursor: pointer; font: inherit; }
.carousel button:focus-visible { outline: 3px solid white; outline-offset: -3px; }
.carousel-arrow { position: absolute; top: calc(50% - 32px); width: 56px; height: 64px; display: grid; place-items: center; }
.carousel-arrow span { display: block; width: 17px; height: 17px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; font-size: 0; transform: rotate(45deg); }
.carousel-arrow.previous span { transform: rotate(-135deg); }
.carousel-arrow:hover { background: #ffffff18; }
.carousel-arrow.previous { left: 10px; }
.carousel-arrow.next { right: 10px; }
.carousel-dots { position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); display: flex; }
.carousel-dots button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; }
.carousel-dots span { width: 8px; height: 8px; border-radius: 50%; background: #ffffff70; }
.carousel-dots [aria-current] span { width: 12px; height: 12px; background: var(--gold); }
.artwork-many .carousel-dots { position: static; transform: none; justify-content: center; flex-wrap: wrap; max-width: 100%; padding: 0 16px 12px; }
.artwork-many .carousel-dots button { flex: 0 0 44px; }
@media (max-width: 1000px) and (min-width: 701px) {
  .carousel .feature-inner { grid-template-columns: 240px minmax(0, 1fr); gap: 44px; padding-left: 70px; padding-right: 70px; }
  .carousel .author { font-size: 40px; }
}
@media (max-width: 700px) {
  .carousel .feature-inner { grid-template-columns: minmax(0, 1fr); gap: 28px; min-height: 0; padding: 32px 30px 66px; text-align: center; align-content: start; }
  .carousel .hero-cover { width: 190px; }
  .carousel .author { font-size: 36px; margin-bottom: 12px; }
  .carousel h2 { font-size: 31px; margin-bottom: 18px; }
  .carousel .lede { font-size: 23px; }
  .feature-note { font-size: 19px; }
  .feature-meta { font-size: 17px; }
  .carousel-arrow { top: 155px; width: 48px; }
  .carousel-arrow.previous { left: 0; }
  .carousel-arrow.next { right: 0; }
}
@media (forced-colors: active) {
  .carousel-dots span { background: ButtonText; }
  .carousel-dots [aria-current] span { background: Highlight; }
  .carousel .button.light { border-color: LinkText; }
}

/* White catalogue rail, immediately below the full-width editorial feature. */
.collection { display: block; max-width: 1440px; padding: 64px 60px 32px; border: 0; text-align: left; }
.collection > h2 { width: fit-content; margin: 0 auto 34px; padding-bottom: 18px; border-bottom: 1px solid #a9822f; color: #806000; font-size: clamp(30px, 3vw, 40px); text-align: center; }
.catalogue-frame { position: relative; }
.catalogue-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 128px) / 5); gap: 32px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #b7a58c #f0ece3; padding: 16px 0 24px; }
.catalogue-track:focus-visible { outline: 2px solid #806000; outline-offset: 5px; }
.catalogue-track .book-card { min-width: 0; max-width: none; width: auto; margin: 0; align-items: stretch; gap: 0; scroll-snap-align: start; }
.catalogue-track .edition-badge { align-self: flex-start; border: 1px solid #d9d4cd; padding: 2px 10px; margin: 0 0 16px; font-size: 15px; font-weight: 700; }
.catalogue-cover { display: block; margin-bottom: 20px; }
.catalogue-track .cover { width: 100%; margin: 0; box-shadow: 0 5px 14px #0002; }
.catalogue-track .author { color: var(--ink); font-size: 25px; line-height: 1.15; margin: 0 0 14px; }
.catalogue-track .book-title { font-size: 23px; font-weight: 700; line-height: 1.2; margin: 0 0 14px; }
.catalogue-meta { font-size: 17px; line-height: 1.35; margin: 0 0 20px; }
.catalogue-track .collection-action { margin-top: auto; padding: 12px 10px; font-size: 18px; }
.catalogue-controls[hidden] { display: none; }
.catalogue-arrow { position: absolute; top: 38%; display: grid; place-items: center; width: 44px; height: 52px; padding: 0; border: 0; background: white; color: var(--red); cursor: pointer; }
.catalogue-previous { left: -52px; }
.catalogue-next { right: -52px; }
.catalogue-arrow span { width: 13px; height: 13px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; font-size: 0; transform: rotate(45deg); }
.catalogue-previous span { transform: rotate(-135deg); }
.catalogue-arrow:disabled { opacity: .25; cursor: default; }
.catalogue-arrow:focus-visible { outline: 2px solid var(--red); outline-offset: 0; }
.catalogue-position { min-height: 26px; text-align: center; color: #554f49; font-size: 16px; margin: 12px 0 0; }
@media (max-width: 1199px) { .catalogue-track { grid-auto-columns: calc((100% - 96px) / 4); } }
@media (max-width: 959px) { .catalogue-track { grid-auto-columns: calc((100% - 56px) / 3); gap: 28px; } }
@media (max-width: 700px) { .catalogue-track { grid-auto-columns: calc((100% - 24px) / 2); gap: 24px; } }
@media (max-width: 500px) {
  .collection { padding: 40px 24px 24px; }
  .collection > h2 { margin-bottom: 20px; }
  .catalogue-track { grid-auto-columns: 78%; gap: 24px; }
  .catalogue-controls { display: flex; justify-content: center; gap: 28px; margin-top: 12px; }
  .catalogue-arrow { position: static; }
  .catalogue-track .author { font-size: 27px; }
  .catalogue-track .book-title { font-size: 25px; }
}
/* One painting and an editorial invitation, using the homepage hero palette. */
.artwork-section .feature-inner{max-width:1240px;grid-template-columns:minmax(240px,400px) minmax(0,1fr);gap:80px;padding:54px 72px 74px;min-height:0}
.artwork-painting{display:block;width:100%;height:auto;object-fit:contain;box-shadow:0 12px 32px #0002}
.artwork-section h3{font-size:clamp(34px,3.8vw,52px);line-height:1.08;font-weight:400;margin:0 0 24px}
.artwork-section .artwork-quote{font-size:24px;line-height:1.35;font-style:italic;margin:28px 0;color:var(--gold)}
.artwork-section .feature-meta{font-size:17px;margin:0}
@media(max-width:700px){
  .artwork-section .feature-inner{grid-template-columns:minmax(0,1fr);gap:28px;padding:32px 48px 66px}
  .artwork-painting{max-width:280px;justify-self:center}
  .artwork-section h3{font-size:34px;margin-bottom:18px}
  .artwork-section .lede{font-size:21px}
  .artwork-section .artwork-quote{font-size:22px;margin:22px 0}
}
