:root {
  --white: #fffefd;
  --paper: #fbfaf7;
  --linen: #f2eee7;
  --ink: #242422;
  --soft-ink: #53514d;
  --muted: #79756e;
  --rule: #e8e3dc;
  --sage: #e9ede7;
  --blush: #f1e8e8;
  --sand: #eee8df;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Avenir Next', Avenir, 'Trebuchet MS', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font: 16px/1.75 var(--sans); }
button { font: inherit; }
a { color: inherit; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: 1.18; }
h1 { font-size: clamp(3.2rem, 6.2vw, 6.1rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4.1rem); }
h3 { font-size: 1.45rem; }
em, i { font-weight: 400; color: #8f817d; }
.wrap { width: min(1160px, calc(100% - 56px)); margin-inline: auto; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 8px 12px; background: var(--white); }
.skip:focus { left: 8px; }
.header { background: var(--white); border-bottom: 1px solid var(--rule); position: relative; z-index: 5; }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.wordmark { color: var(--ink); font: 1.85rem/1 var(--serif); letter-spacing: -.075em; text-decoration: none; white-space: nowrap; }
.wordmark span { display: block; margin-top: 9px; font: 700 .52rem/1 var(--sans); letter-spacing: .21em; color: var(--muted); }
.header nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 38px); }
.header nav a { text-decoration: none; font-size: .76rem; font-weight: 600; letter-spacing: .035em; transition: opacity .15s; }
.header nav a:hover, .header nav a:focus { opacity: .52; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 25px; height: 1.5px; margin: 5px auto; background: var(--ink); }
.kicker { margin-bottom: 28px; font-size: .69rem; font-weight: 700; line-height: 1.4; letter-spacing: .19em; color: #807d76; }
.home-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; padding-top: 84px; padding-bottom: 92px; }
.hero-copy { padding: 44px 0 20px; }
.hero-copy h1 { margin-bottom: 28px; }
.hero-copy > p:not(.kicker) { max-width: 435px; color: var(--soft-ink); font-size: 1.07rem; line-height: 1.9; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 27px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 49px; padding: 12px 19px; text-decoration: none; font-size: .75rem; font-weight: 700; letter-spacing: .075em; transition: transform .15s, background .15s; }
.button:hover { transform: translateY(-2px); }
.button.dark { color: white; background: #292928; }
.button.dark:hover { background: #55524f; }
.button.light { color: var(--ink); background: transparent; border: 1px solid var(--ink); }
.button.light:hover { background: var(--linen); }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--ink); font-size: .79rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid #9e9086; padding-bottom: 3px; }
.text-link:hover { color: #8f817d; }
.hero-image { position: relative; margin: 0; padding: 22px; background: var(--linen); }
.hero-image img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-image figcaption, .book-page figcaption { margin-top: 15px; font-size: .66rem; letter-spacing: .05em; color: var(--muted); text-align: right; }
.hero-image figcaption i, .book-page figcaption i { color: inherit; }
.belief { background: var(--linen); }
.belief-inner { display: grid; grid-template-columns: 170px 1fr; gap: 7%; align-items: start; padding: 76px 0; }
.belief-inner > span { padding-top: 10px; font-size: .64rem; font-weight: 700; letter-spacing: .18em; color: var(--muted); }
.belief-inner p { max-width: 830px; margin: 0; font: 400 clamp(1.65rem, 3vw, 3.2rem)/1.45 var(--serif); letter-spacing: -.04em; }
.sampler-band { background: var(--blush); border-bottom: 1px solid var(--rule); }
.sampler-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 72px 0; }
.sampler-band h2 { margin: 0 0 16px; font-size: clamp(2rem, 3.5vw, 3.35rem); }
.sampler-band p:not(.kicker) { max-width: 580px; margin-bottom: 0; color: var(--soft-ink); }
.book-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; align-items: center; padding-top: 105px; padding-bottom: 110px; }
.book-preview-copy h2 { margin-bottom: 27px; }
.book-preview-copy p:not(.kicker) { color: var(--soft-ink); max-width: 450px; }
.book-preview-copy .text-link { margin-top: 15px; }
.book-preview-image { position: relative; margin: 0; padding: 24px; background: var(--sage); }
.book-preview-image img { display: block; width: 100%; height: auto; }
.book-preview-image figcaption { margin-top: 15px; color: var(--muted); font-size: .66rem; letter-spacing: .05em; text-align: right; }
.book-preview-image figcaption i { color: inherit; }
.journal-section { background: var(--paper); padding: 95px 0 105px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.section-title { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 39px; }
.section-title h2 { margin: 0 0 22px; }
.section-title .kicker { margin-bottom: 18px; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.story { min-height: 275px; padding: 23px 22px 25px; border: 1px solid var(--rule); background: var(--white); text-decoration: none; display: flex; flex-direction: column; transition: transform .15s, border-color .15s; }
.story:nth-child(3n+1) { border-top: 3px solid #d9d7cd; }
.story:nth-child(3n+2) { border-top: 3px solid #ddcecf; }
.story:nth-child(3n+3) { border-top: 3px solid #cedbd3; }
.story:hover { transform: translateY(-3px); border-color: #c8c0b7; }
.story-top { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.story h3 { margin: 31px 0 12px; }
.story p { color: #68635c; font-size: .87rem; line-height: 1.7; }
.story-link { margin-top: auto; padding-top: 10px; font-size: .72rem; font-weight: 700; }
.story-link span { margin-left: 9px; }
.endnote { text-align: center; padding-top: 112px; padding-bottom: 125px; }
.endnote-mark { margin-bottom: 28px; font: italic 1rem var(--serif); letter-spacing: .1em; color: #9a8e85; }
.endnote h2 { margin-bottom: 12px; }
.endnote > p:not(.endnote-mark) { color: var(--soft-ink); }
.endnote .button { margin-top: 19px; }
.intro { max-width: 1160px; padding-top: 88px; padding-bottom: 61px; border-bottom: 1px solid var(--rule); }
.intro h1 { max-width: 890px; margin-bottom: 20px; }
.intro > p:not(.kicker) { max-width: 660px; color: var(--soft-ink); font-size: 1.08rem; line-height: 1.8; }
.book-page { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: start; padding-top: 80px; padding-bottom: 100px; }
.book-page figure { padding: 24px; margin: 0; background: var(--linen); }
.book-page figure img { display: block; width: 100%; height: auto; }
.book-details { padding-top: 25px; }
.book-details h2 { margin-bottom: 30px; }
.book-details p { color: var(--soft-ink); line-height: 1.9; }
.book-status { display: grid; grid-template-columns: 95px 1fr; gap: 20px; margin-top: 35px; padding: 22px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.book-status span { font-size: .62rem; font-weight: 700; letter-spacing: .16em; color: var(--muted); }
.book-status p { margin: 0; font-size: .85rem; }
.book-status .amazon-placeholder { margin-bottom: 12px; }
.book-status small { display: block; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.related { padding-top: 75px; padding-bottom: 105px; border-top: 1px solid var(--rule); }
.related .section-title h2 { font-size: 2.4rem; }
.journal-list { padding-top: 59px; padding-bottom: 105px; }
.journal-list .story-grid { row-gap: 20px; }
.article { max-width: 840px; }
.article-intro { padding-top: 56px; padding-bottom: 28px; }
.back { display: inline-block; margin-bottom: 55px; color: var(--soft-ink); font-size: .76rem; text-decoration: none; }
.back:hover { text-decoration: underline; }
.article-intro h1 { font-size: clamp(2.8rem, 5.4vw, 5rem); margin-bottom: 23px; }
.article-intro > p:not(.kicker) { max-width: 680px; color: var(--soft-ink); font-size: 1.08rem; }
.article-meta { display: flex; gap: 25px; margin-top: 45px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 14px 0; color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.article-content { max-width: 690px; margin: 45px 0 65px; }
.article-content section { margin-bottom: 45px; }
.article-content h2 { margin-bottom: 17px; font-size: 1.65rem; }
.article-content p { color: #46443f; font: 1.04rem/1.95 var(--serif); letter-spacing: -.014em; }
.article-closing { max-width: 690px; margin-bottom: 90px; padding: 22px 0; border-top: 1px solid var(--rule); color: #867a74; font: italic .98rem/1.7 var(--serif); }
.article-next { margin: -35px 0 85px; padding: 35px; background: var(--linen); }
.article-next .kicker { margin-bottom: 15px; }
.article-next h2 { margin-bottom: 13px; font-size: 2.25rem; }
.article-next p:not(.kicker) { max-width: 590px; color: var(--soft-ink); }
.article-next .actions { margin-top: 22px; }
.favorite-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 78px; padding-bottom: 125px; }
.favorite { min-height: 405px; padding: 35px 29px; display: flex; flex-direction: column; }
.pale-pink { background: var(--blush); }
.pale-sage { background: var(--sage); }
.pale-linen { background: var(--linen); }
.favorite > span { font-size: .65rem; font-weight: 700; letter-spacing: .16em; color: var(--muted); }
.favorite h2 { margin: 58px 0 21px; font-size: 2.1rem; }
.favorite p { color: var(--soft-ink); font-size: .91rem; }
.favorite a { margin-top: auto; padding-top: 15px; font-size: .75rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid #91887d; align-self: flex-start; }
.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; padding-top: 91px; padding-bottom: 125px; }
.about-aside { display: flex; flex-direction: column; justify-content: space-between; min-height: 470px; padding: 32px; background: var(--linen); }
.about-aside span { font-size: .64rem; font-weight: 700; letter-spacing: .2em; }
.about-aside p { font: italic 2.35rem/1.3 var(--serif); letter-spacing: -.05em; }
.about-copy h2 { font-size: 2.7rem; }
.about-copy p { color: var(--soft-ink); line-height: 1.9; }
.about-copy blockquote { margin: 35px 0; padding-left: 25px; border-left: 2px solid #bba9a6; color: #8f817d; font: italic 1.4rem/1.6 var(--serif); }
.legal { max-width: 790px; padding-top: 58px; padding-bottom: 115px; }
.legal h2 { margin-top: 40px; margin-bottom: 12px; font-size: 1.7rem; }
.legal p { color: var(--soft-ink); line-height: 1.9; }
.draft-label { color: var(--muted) !important; font-size: .69rem; font-weight: 700; letter-spacing: .16em; }
.review-note { padding: 18px 22px; background: var(--linen); border-left: 2px solid #ab9a8c; color: var(--soft-ink); font-size: .88rem; }
.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12%; align-items: center; padding-top: 85px; padding-bottom: 125px; }
.contact > div:first-child > span { font-size: .65rem; font-weight: 700; letter-spacing: .17em; color: var(--muted); }
.contact h2 { margin-top: 17px; }
.contact p { max-width: 550px; color: var(--soft-ink); }
.contact .button { margin-top: 20px; }
.contact-art { min-height: 360px; display: grid; place-items: center; background: var(--blush); color: #a99b99; font: italic 2.5rem var(--serif); }
.sampler-page { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; padding-top: 80px; padding-bottom: 100px; }
.sampler-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 52px; }
.sampler-gallery figure { margin: 0; padding: 12px; background: var(--paper); border: 1px solid var(--rule); }
.sampler-gallery img { display: block; width: 100%; height: auto; }
.sampler-gallery figcaption { padding: 11px 2px 2px; color: var(--muted); font-size: .7rem; letter-spacing: .04em; }
.sampler-offer { padding: 34px; background: var(--linen); }
.sampler-number { margin-bottom: 58px; font: 400 5rem/1 var(--serif); color: #9b8b81; }
.sampler-offer h2, .sampler-form-panel h2 { font-size: 2.75rem; }
.sampler-offer ul { padding-left: 20px; color: var(--soft-ink); }
.sampler-offer li { margin-bottom: 13px; }
.sampler-offer > p:not(.sampler-number) { color: var(--soft-ink); font-size: .86rem; line-height: 1.8; }
.sampler-book-link { margin-top: 31px; padding-top: 22px; border-top: 1px solid #d9d2c8; }
.sampler-form-panel { padding-top: 20px; }
.sampler-form-panel > p:not(.kicker) { max-width: 490px; color: var(--soft-ink); }
.sampler-form { display: grid; gap: 12px; margin-top: 32px; }
.sampler-form label { font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.sampler-form input { min-height: 53px; border: 1px solid #cfc8bf; border-radius: 0; padding: 12px 15px; background: var(--white); color: var(--ink); font: 1rem var(--sans); }
.sampler-form input:focus { outline: 2px solid #a99b99; outline-offset: 2px; }
.sampler-form .button { width: max-content; border: 0; cursor: pointer; margin-top: 7px; }
.form-privacy { max-width: 440px; margin: 5px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.6; }
.form-setup { display: none; max-width: 500px; margin-top: 25px; padding: 19px 21px; background: var(--sage); border-left: 2px solid #9cac9e; color: var(--soft-ink); font-size: .85rem; }
.form-setup p { margin: 6px 0 0; }
.sampler-note { padding-bottom: 105px; text-align: center; }
.sampler-note p { margin: 0; color: #8f817d; font: italic 1.75rem/1.4 var(--serif); }
.footer { background: var(--linen); border-top: 1px solid var(--rule); padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.3fr; gap: 50px; }
.footer-logo { font: 1.7rem var(--serif); letter-spacing: -.06em; text-decoration: none; }
.footer-grid p { margin-top: 17px; color: #6f6963; font-size: .8rem; }
.footer-grid h3 { margin-bottom: 18px; font: 700 .66rem var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a:not(.footer-logo) { display: block; margin-bottom: 11px; font-size: .8rem; text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; }
.footer-base { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 20px; border-top: 1px solid #dcd5cc; color: var(--muted); font-size: .68rem; }
@media (max-width: 900px) {
  .header-inner { min-height: 75px; }
  .menu-button { display: block; }
  .header nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 16px 28px 25px; border-bottom: 1px solid var(--rule); background: var(--white); flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 15px 30px #24242212; }
  .header nav.open { display: flex; }
  .header nav a { padding: 12px 0; border-bottom: 1px solid var(--rule); }
  .story-grid { grid-template-columns: repeat(2, 1fr); }
  .sampler-gallery { gap: 10px; }
  .home-hero { gap: 5%; }
}
@media (max-width: 680px) {
  .wrap { width: min(100% - 36px, 520px); }
  .home-hero, .book-preview, .book-page, .about, .contact, .sampler-page { grid-template-columns: 1fr; }
  .home-hero { padding-top: 62px; padding-bottom: 75px; gap: 45px; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { font-size: clamp(3rem, 11vw, 4.8rem); }
  .hero-copy > p:not(.kicker) { font-size: 1rem; }
  .hero-image { padding: 14px; }
  .belief-inner { grid-template-columns: 1fr; gap: 15px; padding: 57px 0; }
  .belief-inner p { font-size: 1.55rem; }
  .sampler-band-inner { flex-direction: column; align-items: flex-start; padding: 55px 0; }
  .book-preview { padding-top: 74px; padding-bottom: 78px; gap: 45px; }
  .book-preview-image { padding: 15px; }
  .journal-section { padding: 71px 0 80px; }
  .story-grid, .favorite-grid { grid-template-columns: 1fr; }
  .story { min-height: 245px; }
  .endnote { padding-top: 77px; padding-bottom: 88px; }
  .intro { padding-top: 65px; padding-bottom: 43px; }
  .intro h1 { font-size: 3rem; }
  .intro > p:not(.kicker) { font-size: 1rem; }
  .book-page { padding-top: 52px; padding-bottom: 75px; gap: 40px; }
  .book-page figure { padding: 15px; }
  .book-details { padding-top: 0; }
  .journal-list { padding-top: 43px; padding-bottom: 80px; }
  .article-intro { padding-top: 42px; }
  .article-intro h1 { font-size: 2.8rem; }
  .article-content p { font-size: .99rem; }
  .article-next { padding: 27px; }
  .favorite-grid { padding-top: 50px; padding-bottom: 82px; }
  .favorite { min-height: 320px; }
  .favorite h2 { margin-top: 30px; }
  .about { padding-top: 55px; padding-bottom: 80px; gap: 45px; }
  .about-aside { min-height: 250px; }
  .about-aside p { font-size: 1.9rem; }
  .contact { padding-top: 55px; padding-bottom: 80px; gap: 40px; }
  .contact-art { min-height: 250px; }
  .sampler-page { padding-top: 52px; padding-bottom: 72px; gap: 45px; }
  .sampler-gallery { grid-template-columns: 1fr 1fr; }
  .sampler-gallery figure:last-child { grid-column: 1 / -1; max-width: calc(50% - 5px); }
  .sampler-offer { padding: 27px; }
  .sampler-number { margin-bottom: 38px; }
  .sampler-note { padding-bottom: 82px; }
  .footer { padding-top: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-base { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .story { transition: none; }
}
