:root {
  --ink: #3d413b;
  --heading: #34492f;
  --accent: #405c37;
  --accent-hover: #334a2c;
  --paper: #dfdcd4;
  --surface: #cdd9bc;
  --button-text: #eeebe3;
  --field: #e4e1d8;
  --line: #b4bda5;
  --muted: #50594a;
  --serif: 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
a { color: var(--accent); text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { color: var(--accent-hover); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
h1, h2, h3, h4 { margin-top: 0; font-family: var(--serif); font-weight: 400; color: var(--heading); line-height: 1.15; text-wrap: balance; }
h1 { margin-bottom: .4em; font-size: clamp(2.5rem, 4.8vw, 4.5rem); letter-spacing: -.035em; }
h2 { margin-bottom: .65em; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.025em; }
h3 { font-size: 1.45rem; letter-spacing: -.012em; }
h4 { font-size: 1.3rem; }
p { margin: 0 0 1em; }
.wrap { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.skip-link { position: fixed; z-index: 99; top: 10px; left: 10px; transform: translateY(-200%); padding: .7rem 1rem; background: var(--field); color: var(--heading); }
.skip-link:focus { transform: none; }
.site-header { width: min(1160px, calc(100% - 80px)); margin-inline: auto; min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.header-top.wrap { width: auto; margin: 0; flex-shrink: 0; }
.brand { display: inline-flex; flex-direction: column; gap: .45rem; color: var(--heading); text-decoration: none; padding: 1rem 0; }
.brand-name { font: 400 1.85rem/1.12 var(--serif); letter-spacing: -.035em; }
.brand-tagline { color: var(--muted); font-size: .75rem; line-height: 1.4; letter-spacing: .17em; text-transform: uppercase; }
.nav-inner.wrap { width: auto; margin: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .2rem 1.25rem; }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: .35rem 0; color: var(--ink); text-decoration: none; font-size: .875rem; font-weight: 500; border-bottom: 1px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current='page'] { color: var(--accent); border-bottom-color: var(--accent); }
.menu-button { display: none; }
.countryside-banner { background: #76875b; border-bottom: 5px solid #879969; }
.countryside-banner img { width: 100%; height: clamp(130px, 18.6vw, 268px); object-fit: cover; object-position: center; }
.hero { background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, .85fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); padding-block: 3.4rem 3.7rem; }
.eyebrow { margin: 0 0 1.15rem; color: var(--muted); font: 600 .75rem/1.5 var(--sans); text-transform: uppercase; letter-spacing: .16em; }
.hero-copy h1 { max-width: 680px; margin-bottom: 1.5rem; font-size: clamp(2.8rem, 5.2vw, 4.55rem); line-height: 1.09; }
.hero-copy h1 em { color: var(--accent); font-weight: 400; }
.hero-copy blockquote { margin: 0 0 1.65rem; max-width: 480px; color: var(--muted); font: 400 1.05rem/1.65 var(--sans); }
.hero-copy cite { display: block; margin-top: .65rem; font: 400 .81rem/1.6 var(--sans); }
.hero-portrait { justify-self: end; width: 100%; max-width: 346px; border: 1px solid var(--line); background: var(--surface); padding: 12px; }
.hero-portrait img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: center top; }
.hero-portrait span { display: block; padding: 10px 1px 0; color: var(--muted); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.button-row { display: flex; align-items: center; gap: 1.1rem 1.45rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .72rem 1.35rem; border: 1px solid var(--accent); border-radius: 3px; background: var(--accent); color: var(--button-text); font-size: .94rem; line-height: 1.4; font-weight: 600; text-decoration: none; cursor: pointer; transition: background .18s ease, border-color .18s ease; }
.button:hover { background: var(--accent-hover); border-color: var(--accent-hover); color: var(--button-text); }
.text-link { padding-block: .65rem; font-size: .875rem; font-weight: 500; }
.intro { display: grid; grid-template-columns: .95fr 1.45fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; padding-block: 2.7rem 3rem; border-top: 1px solid var(--line); }
.intro h2 { max-width: 390px; margin-bottom: 0; font-size: clamp(1.8rem, 2.7vw, 2.4rem); }
.intro-copy { max-width: 650px; }
.intro p { color: var(--muted); }
.intro p:last-child { margin-bottom: 0; }
.book-section { padding: 3.4rem 0 4rem; background: var(--surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.section-heading .eyebrow { margin-bottom: .45rem; }
.section-heading h2 { margin: 0; }
.section-heading > a { padding-block: .5rem; font-size: .94rem; white-space: nowrap; }
.book-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; }
.book-card { display: flex; flex-direction: column; min-width: 0; padding: 0; }
.book-card > a:first-child { display: block; text-decoration: none; }
.book-cover { display: grid; place-items: center; min-height: 300px; margin-bottom: 1.35rem; background: var(--paper); border-radius: 2px; }
.book-card img { width: auto; height: 262px; max-width: calc(100% - 32px); object-fit: contain; margin: 0; transition: transform .22s ease; }
.book-card > a:hover img { transform: translateY(-4px); }
.book-card h2, .book-card h3 { color: var(--heading); margin: .2rem 0 .65rem; font-size: 1.38rem; line-height: 1.2; }
.book-card p { color: var(--muted); font-size: .94rem; line-height: 1.65; margin: 0 0 1rem; }
.book-card > strong { margin-top: auto; font-size: .94rem; font-weight: 600; }
.page-head { margin-top: 0; padding: 3.2rem 0 2.7rem; background: var(--surface); }
.page-head .eyebrow { margin-bottom: .7rem; }
.page-head h1 { max-width: 950px; margin-bottom: .28em; font-size: clamp(2.4rem, 4.5vw, 4rem); }
.page-head p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; max-width: 730px; }
.page-head p:last-child { margin-bottom: 0; }
.prose { max-width: 850px; padding-block: 3rem; font-size: 1.0625rem; line-height: 1.85; }
.prose p { margin: 0 0 1.2em; }
.prose h2 { margin: 1.75em 0 .75em; }
.prose h3, .prose h4 { margin: 1.75em 0 .7em; }
.prose h2:first-child, .prose h3:first-child, .prose h4:first-child { margin-top: 0; }
.prose :is(h2,h3,h4):empty { display: none; }
.prose blockquote { margin: 1.5rem 0; padding: .5rem 0 .5rem 1.4rem; border-left: 1px solid var(--line); color: var(--muted); font: 400 1.2rem/1.65 var(--serif); }
.about-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 3.5rem; max-width: 1050px; }
.about-photo { width: 220px; border: 1px solid var(--line); padding: 8px; background: var(--surface); position: sticky; top: 24px; }
.books-page { padding-block: 3rem 3.5rem; }
.books-page .book-cover { background: var(--paper); }
.full-grid { row-gap: 3.5rem; }
.card-bottom { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: .7rem; padding-top: .8rem; border-top: 1px solid var(--line); font-size: .875rem; }
.card-bottom strong { font-weight: 600; }
.card-bottom a { padding-block: .5rem; }
.kindle-note { margin: 2.75rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid var(--line); color: var(--muted); }
.book-layout { display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: clamp(2.5rem, 6vw, 5.5rem); align-items: start; padding-block: 3rem; }
.purchase-panel { position: sticky; top: 24px; padding: 1.5rem; background: var(--paper); border: 0; border-radius: 3px; text-align: center; }
.purchase-panel > img { width: auto; height: 308px; max-width: 100%; margin: 0 auto; object-fit: contain; }
.price { margin: 1.25rem 0 .65rem; color: var(--heading); font: 400 1.9rem/1.3 var(--serif); }
.paypal-form { margin: .75rem 0; }
.button-paypal { width: 100%; gap: .35rem; padding-inline: .9rem; }
.button-paypal strong { font-weight: 600; font-size: 1rem; font-style: normal; }
.button-paypal b { margin-left: auto; padding-left: .65rem; border-left: 1px solid #909a8f; font-size: .875rem; font-weight: 500; }
.postage { margin: 1rem 0 0; font-size: .875rem; color: var(--muted); line-height: 1.8; }
.book-copy { padding: 0; max-width: none; min-width: 0; }
.book-copy > h3:first-of-type { display: none; }
.book-copy > p:first-of-type:empty { display: none; }
.review-scan { max-width: 550px; margin: 2.5rem auto; }
.review-scan figcaption { padding-top: .65rem; text-align: center; color: var(--muted); font-size: .875rem; }
.companion-product { display: flow-root; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.prose .companion-product h2 { margin-top: 0; }
.companion-image { float: left; width: 160px; height: auto; margin: 0 1.5rem 1rem 0; }
.companion-product .paypal-form { clear: both; max-width: 320px; }
.photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0; }
.photo-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 2px; }
.photo-grid .cd-photo { object-fit: contain; background: var(--surface); padding: 1rem; }
.video { position: relative; padding-top: 56.25%; margin: 2.5rem 0; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.reviews :is(h2,h3,h4) { margin: 2.5rem 0 1.25rem; padding-top: 1.65rem; border-top: 1px solid var(--line); font-size: 1.95rem; }
.reviews :is(h2,h3,h4):first-child { border: 0; padding-top: 0; }
.reviews p { padding: 0 0 0 1.4rem; margin-bottom: 1.8rem; border-left: 1px solid var(--line); color: var(--muted); }
.events > p:has(> strong:only-child) { margin-top: 2.1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); color: var(--heading); font: 400 1.6rem/1.3 var(--serif); }
.events > p:has(> strong:only-child) strong { font-weight: 400; }
.events sup { font-size: .7em; }
.contact-cta { margin-top: 2.5rem; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr); align-items: start; gap: 4rem; padding-block: 3rem; }
.contact-form { display: grid; gap: 1.3rem; }
.contact-form label { display: block; font-size: .94rem; font-weight: 500; }
.contact-form label > span { display: inline; color: var(--muted); }
.contact-form input:not([type='hidden']), .contact-form textarea { display: block; width: 100%; margin-top: .4rem; padding: .8rem .9rem; background: var(--field); color: var(--ink); border: 1px solid #737c71; border-radius: 3px; font-size: 1rem; font-weight: 400; }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; }
.form-note { color: var(--muted); font-size: .875rem; line-height: 1.65; }
.hp { position: absolute !important; left: -9999px !important; }
.contact-details { padding: 2rem; background: var(--surface); border: 1px solid var(--line); border-radius: 3px; color: var(--muted); }
.contact-details h2 { margin: 0 0 1.4rem; font-size: 1.8rem; }
.contact-details h3 { margin: 1.2rem 0 .35rem; font: 600 .875rem/1.5 var(--sans); }
.contact-details address { font-style: normal; }
.form-success, .form-error { padding: 1.5rem; border: 1px solid #869580; background: #d4dbd0; }
.form-error { border-color: #9b8077; background: #dfd3cb; }
.site-footer { margin-top: 0; padding-top: 2.8rem; background: #bfcdad; color: #4b544a; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .75fr 1.1fr; gap: 3rem; }
.footer-grid h2 { margin: 0 0 1rem; color: #394238; font: 600 .75rem/1.5 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p { font-size: .94rem; line-height: 1.75; }
.footer-grid a { display: table; color: #445044; margin: .3rem 0; text-decoration: none; font-size: .94rem; }
.footer-grid a:hover { text-decoration: underline; }
.letterbox { width: 42px; height: 50px; object-fit: contain; margin-bottom: .85rem; mix-blend-mode: multiply; }
.footer-bottom { margin-top: 2rem; padding-block: 1.2rem; border-top: 1px solid #afb7a9; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-bottom p { margin: 0; font-size: .81rem; }
.gingerweb { display: inline-flex; align-items: center; min-height: 44px; }
.gingerweb img { width: 125px; height: auto; }
@media (max-width: 1100px) {
  .site-header { display: block; min-height: auto; }
  .header-top.wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; width: 100%; min-height: 96px; }
  .menu-button { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; gap: 5px; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 3px; background: transparent; color: var(--ink); cursor: pointer; }
  .menu-button span { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform .18s ease, opacity .18s ease; }
  .menu-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .menu-button[aria-expanded='true'] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded='true'] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { display: none; }
  .site-nav.open { display: block; padding-bottom: .75rem; }
  .nav-inner.wrap { display: grid; grid-template-columns: 1fr; width: 100%; gap: 0; }
  .site-nav a { padding: .6rem .1rem; border-bottom-color: var(--line); font-size: 1rem; }
  .hero-grid { gap: 2.5rem; }
  .hero-copy h1 { font-size: clamp(2.5rem, 5.3vw, 3.9rem); }
  .book-grid { gap: 1.25rem; }
  .book-card img { height: 235px; }
  .book-cover { min-height: 270px; }
  .book-layout { grid-template-columns: 290px minmax(0, 1fr); gap: 2.5rem; }
  .contact-grid { gap: 2.5rem; }
}
@media (min-width: 601px) and (max-width: 1100px) {
  .companion-image { float: none; margin-bottom: 1.5rem; }
}
@media (max-width: 800px) {
  .wrap, .site-header { width: calc(100% - 48px); }
  .hero-grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, .85fr); gap: 1.75rem; padding-block: 2.5rem; }
  .hero-copy h1 { font-size: 2.7rem; }
  .hero-portrait { padding: 8px; }
  .hero-portrait img { aspect-ratio: 3/4; }
  .hero-copy blockquote { font-size: .94rem; }
  .intro { gap: 2.5rem; }
  .book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1.5rem; }
  .book-card img { height: 265px; }
  .book-cover { min-height: 300px; }
  .about-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 2rem; }
  .book-layout { grid-template-columns: 260px minmax(0, 1fr); gap: 2rem; }
  .purchase-panel { padding: 1rem; }
  .purchase-panel > img { height: 280px; }
  .contact-grid { grid-template-columns: minmax(0, 1fr); }
  .footer-grid { grid-template-columns: 1.25fr .75fr; gap: 1.8rem; }
  .footer-grid > div:last-child { grid-column: 1 / -1; max-width: 550px; }
}
@media (max-width: 600px) {
  .wrap, .site-header { width: calc(100% - 36px); }
  .header-top.wrap { min-height: 87px; }
  .brand-name { font-size: 1.6rem; }
  .brand-tagline { font-size: .7rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; padding-block: 2.2rem 2.5rem; }
  .hero-copy h1 { max-width: 490px; font-size: clamp(2.6rem, 8.2vw, 3.2rem); line-height: 1.13; }
  .hero-copy blockquote { font-size: 1rem; max-width: 470px; }
  .eyebrow { font-size: .7rem; margin-bottom: .9rem; }
  .hero-portrait { justify-self: start; max-width: 290px; }
  .hero-portrait img { aspect-ratio: 4/5; }
  .hero-portrait span { font-size: .7rem; }
  .intro { grid-template-columns: 1fr; gap: 1.25rem; padding-block: 2rem; }
  .intro h2 { max-width: 380px; font-size: 2rem; }
  .book-section { padding-block: 2.5rem; }
  .section-heading { gap: 1rem; align-items: start; margin-bottom: 1.5rem; }
  .section-heading h2 { font-size: 2rem; }
  .section-heading > a { font-size: .875rem; margin-top: 1.6rem; }
  .book-grid { gap: 2rem 1rem; }
  .book-cover { min-height: 228px; margin-bottom: 1rem; }
  .book-card img { height: 200px; max-width: calc(100% - 20px); }
  .book-card h2, .book-card h3 { font-size: 1.23rem; }
  .book-card p { font-size: .9rem; }
  .card-bottom { flex-wrap: wrap; }
  .page-head { padding-block: 2.35rem 2rem; }
  .page-head h1 { font-size: clamp(2.25rem, 8vw, 2.8rem); }
  .page-head p:not(.eyebrow) { font-size: 1rem; }
  .prose { padding-block: 2rem; font-size: 1rem; }
  .about-layout { display: block; }
  .about-photo { position: static; width: 220px; margin-bottom: 1.75rem; }
  .books-page { padding-block: 2rem; }
  .book-layout { display: flex; flex-direction: column; gap: 2rem; padding-block: 2rem; }
  .purchase-panel { position: static; width: 100%; max-width: 370px; margin-inline: auto; padding: 1.5rem; }
  .purchase-panel > img { height: 290px; }
  .book-copy { padding: 0; width: 100%; }
  .photo-grid { grid-template-columns: minmax(0, 1fr); }
  .contact-grid { padding-block: 2rem; }
  .contact-details { padding: 1.4rem; }
  .footer-grid { gap: 1.75rem; }
  .footer-bottom { flex-direction: column; align-items: start; gap: .7rem; margin-top: 1.4rem; }
  .site-footer { padding-top: 2rem; }
}
@media (max-width: 400px) {
  .companion-image { float: none; margin-bottom: 1.5rem; }
}
@media (max-width: 360px) {
  .brand-name { font-size: 1.4rem; }
  .book-grid { grid-template-columns: minmax(0, 1fr); }
  .book-card img { height: 260px; }
  .book-cover { min-height: 290px; }
  .section-heading { display: block; }
  .section-heading > a { display: inline-flex; margin: .5rem 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

[hidden] { display: none !important; }
.purchase-after-copy { clear: both; max-width: 320px; margin: 1.75rem 0 2rem; }
.footer-bottom { flex-wrap: wrap; }
.footer-privacy { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.3rem; }
.footer-privacy a, .footer-privacy button { font: inherit; font-size: .875rem; color: var(--accent); }
.footer-privacy button { padding: .5rem 0; border: 0; background: transparent; text-decoration: underline; text-underline-offset: .22em; cursor: pointer; }
.cookie-banner { position: fixed; inset: auto 0 0; z-index: 100; max-height: 85vh; overflow: auto; background: #e4e1d8; border-top: 2px solid var(--accent); box-shadow: 0 -5px 24px #24351b26; }
.cookie-inner { display: flex; align-items: center; gap: 2rem; padding-block: 1.4rem; }
.cookie-inner > div:first-child { flex: 1; }
.cookie-banner h2 { margin: 0 0 .5rem; font-size: 1.5rem; }
.cookie-banner p { margin: 0; font-size: .94rem; line-height: 1.6; }
.cookie-banner .cookie-current { margin-top: .4rem; font-weight: 600; }
.cookie-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button-secondary { background: transparent; color: var(--accent); }
.button-secondary:hover { background: var(--surface); color: var(--accent-hover); }
.cookie-status { position: fixed; bottom: 1rem; left: 50%; transform: translateX(-50%); z-index: 101; width: max-content; max-width: calc(100% - 36px); margin: 0; padding: .8rem 1.2rem; background: var(--accent); color: var(--button-text); border-radius: 3px; box-shadow: 0 2px 16px #24351b26; }
.video-placeholder { padding: 0; aspect-ratio: 16 / 9; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--line); }
.video-intro { padding: 1.25rem; text-align: center; }
.video-intro > p:first-child { font: 400 1.6rem/1.25 var(--serif); margin-bottom: 1rem; }
.video-intro .video-notice { margin: 1rem 0 0; font-size: .875rem; }
@media (max-width: 900px) { .cookie-inner { display: block; } .cookie-actions { margin-top: 1rem; } }
@media (max-width: 600px) { .cookie-actions .button { flex: 1 1 140px; } .video-placeholder { min-height: 230px; } }
