/* Keep complete photographs and listing artwork in their natural proportions. */
img { max-width: 100%; height: auto; }
.visually-hidden, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: white; color: var(--ink); }
a:focus-visible { outline: 3px solid currentColor; outline-offset: 5px; }
.nav { position: relative; background: var(--ink); padding: 20px 4.5vw; }
.navlinks { gap: 20px; flex-wrap: wrap; font-size: 14px; letter-spacing: .06em; }
.hero { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.3fr); align-items: center; gap: 4vw; min-height: 0; padding: 48px 4.5vw 64px; background: var(--ink); }
.hero-photo { grid-column: 2; grid-row: 1; display: block; width: 100%; height: auto; object-fit: contain; }
.hero-inner { grid-column: 1; grid-row: 1; min-width: 0; }
.hero .eyebrow { font-size: 14px; letter-spacing: .12em; line-height: 1.7; }
.hero h1 { font-size: clamp(48px, 6.4vw, 106px); line-height: .96; }
.hero p { font-size: clamp(20px, 2vw, 30px); line-height: 1.4; }
.hero .btn { font-size: 14px; letter-spacing: .1em; }
.hero p.book-context { max-width: 42ch; margin: 0 0 28px; font: 17px/1.65 Arial, Helvetica, sans-serif; color: #e6e0d7; }
.book-context a, .text-link, .book-questions a { text-decoration: underline; text-underline-offset: 4px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.hero-actions .text-link { display: inline-block; padding: 12px 0; font-size: 15px; }
.story { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
.story-img { display: block; width: 100%; height: auto; min-height: 0; background: none; object-fit: contain; }
.location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.loc { display: block; min-height: 0; padding: 0; color: var(--ink); background: none; }
.loc::after { display: none; }
.loc img { display: block; width: 100%; height: auto; object-fit: contain; }
.loc > div { padding: 24px 0; }
.loc h3 { font-size: clamp(32px, 3vw, 45px); }
.loc p { font-size: 14px; letter-spacing: .08em; }
.cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.card { min-width: 0; }
.card .pic { display: block; aspect-ratio: auto; background: none !important; border: 1px solid var(--line); }
.card .pic img { display: block; width: 100%; height: auto; object-fit: contain; }
.card h3 { line-height: 1.25; overflow-wrap: anywhere; }
.card p, .fiction { font-size: 14px; line-height: 1.6; }
.property-link { display: inline-block; padding: 12px 0; margin-top: 8px; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 1050px) {
  .hero { grid-template-columns: minmax(0, 1fr); padding: 0; gap: 0; }
  .hero-photo { grid-column: 1; grid-row: 1; }
  .hero-inner { grid-column: 1; grid-row: 2; padding: 40px 7vw 52px; }
  .hero h1 { font-size: clamp(52px, 9vw, 88px); }
  .cards { grid-template-columns: minmax(0, 1fr); gap: 44px; }
}
@media (max-width: 850px) {
  .nav { flex-wrap: wrap; gap: 18px; padding: 18px 7vw; }
  .nav .brand img { width: 70px; height: 70px; }
  .navlinks { display: flex; gap: 14px 20px; line-height: 1.6; }
  .story, .location-grid { grid-template-columns: minmax(0, 1fr); }
  .story-img { min-height: 0; order: 0; }
  .location-grid { margin-top: 36px; }
}

footer .author-link { padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.name > .kicker { font-weight: 400; font-size: 14px; }
.book-section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7vw; border-top: 1px solid var(--line); background: var(--cream); }
.book-intro h2 { margin: 24px 0; font: 400 clamp(38px, 4vw, 62px)/1.06 Georgia, serif; letter-spacing: -.035em; }
.book-intro > p:not(.kicker) { max-width: 46ch; font: 19px/1.7 Georgia, serif; }
.book-intro .btn { margin-top: 16px; font-size: 14px; letter-spacing: .06em; line-height: 1.6; }
.book-questions h3 { margin: 0 0 20px; font: 400 28px/1.2 Georgia, serif; }
.book-questions details { border-top: 1px solid var(--line); padding: 20px 0; }
.book-questions details:last-child { border-bottom: 1px solid var(--line); }
.book-questions summary { cursor: pointer; font-size: 17px; line-height: 1.5; }
.book-questions summary:focus-visible { outline: 3px solid currentColor; outline-offset: 5px; }
.book-questions p { font-size: 16px; line-height: 1.75; color: #48443d; }
@media (max-width: 850px) { .book-section { grid-template-columns: minmax(0, 1fr); gap: 48px; } }

.team-section { background: var(--cream); scroll-margin-top: 24px; }
.team-section h2 { margin: 0 0 48px; font: 400 clamp(42px, 5vw, 72px)/1.08 Georgia, serif; letter-spacing: -.035em; }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.team-card { min-width: 0; background: var(--paper); border: 1px solid var(--line); }
.team-card > img { display: block; width: 100%; height: auto; object-fit: contain; }
.team-copy { padding: 28px 30px 34px; }
.team-copy h3 { margin: 0 0 12px; font: 400 clamp(28px, 3vw, 36px)/1.2 Georgia, serif; letter-spacing: -.025em; overflow-wrap: anywhere; }
.team-description { margin: 0; max-width: 48ch; color: #48443d; font-size: 16px; line-height: 1.7; }
.team-quote { margin: 24px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }
.team-quote blockquote { margin: 0; font: italic 400 clamp(21px, 2.2vw, 28px)/1.45 Georgia, serif; }
.team-quote blockquote p { margin: 0; }
.team-quote figcaption { margin-top: 16px; color: #605b52; font-size: 14px; line-height: 1.6; }
.team-quote cite { font-style: normal; }
@media (max-width: 850px) {
  .team-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .team-section h2 { margin-bottom: 30px; }
  .team-copy { padding: 22px 22px 28px; }
}
