@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&display=swap');
@import url('post-content.css?v=20260909b');

:root {
  color-scheme: light;
  --paper: #f7f4ee; --paper-deep: #eee8de; --white: #fffdfa;
  --ink: #182735; --ink-soft: #52606b;
  --denim: #2f719e; --denim-dark: #205477; --sky: #dcecf4;
  --rust: #a85527; --rust-light: #edc7ac;
  --line: rgba(24,39,53,.14); --shadow: 0 18px 50px rgba(32,84,119,.1);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height, 80px) + 16px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Montserrat', Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
[hidden] { display: none !important; }
h1, h2, h3 { margin: 0; font-family: 'Newsreader', Georgia, serif; font-weight: 500; letter-spacing: -.035em; text-wrap: balance; }
h1, h2, h3, p, a, dt, dd, span { overflow-wrap: anywhere; }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 5px; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,244,238,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(24,39,53,.06); }
.nav-shell { width: min(calc(100% - 48px), var(--max)); min-height: 80px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; font-weight: 700; letter-spacing: .14em; line-height: 1.4; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; color: var(--ink-soft); font-size: .875rem; font-weight: 600; }
.desktop-nav a::after { content: ''; position: absolute; inset: auto 0 1px; height: 2px; background: var(--rust); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover, .desktop-nav a[aria-current='page'] { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current='page']::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.language-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; font-size: .875rem; font-weight: 600; transition: background .2s, color .2s; }
.language-link:hover { background: var(--sky); color: var(--denim-dark); }
.language-link svg { flex: none; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font-size: 1.3rem; line-height: 1; }
.mobile-menu { display: none; }
.menu-backdrop { position: fixed; inset: 0; z-index: 40; border: 0; background: rgba(24,39,53,.28); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .875rem; font-weight: 600; line-height: 1.4; text-align: center; transition: transform .2s, background .2s, border-color .2s; }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--denim-dark); transform: translateY(-2px); }
.button-secondary { border-color: var(--line); background: var(--white); }
.button-secondary:hover { border-color: var(--denim); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; color: var(--denim-dark); font-size: .875rem; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.text-link > span { transition: transform .2s; }
.text-link:hover > span { transform: translateX(4px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--denim-dark); font-size: .875rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; line-height: 1.5; }
.eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--rust); flex: none; }
.hero { padding: clamp(48px,7vw,96px) 0 clamp(64px,8vw,112px); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(0,.88fr); align-items: center; gap: clamp(32px,6vw,88px); }
.hero h1 { font-size: clamp(3.3rem,7vw,6rem); line-height: .99; }
.hero h1 em { color: var(--denim); font-weight: 400; }
.hero-copy { max-width: 540px; margin: 28px 0 0; color: var(--ink-soft); font-size: 1.0625rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.portrait-wrap { position: relative; padding: 14px 16px 0 0; }
.portrait-backdrop { position: absolute; inset: 0 0 9% 13%; border-radius: 42% 42% 24px 24px; background: var(--sky); transform: rotate(4deg); }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 4/5; border-radius: 46% 46% 24px 24px; background: var(--sky); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; transition: transform .5s; }
.portrait-wrap:hover .portrait-frame img { transform: scale(1.025); }
.portrait-card { position: absolute; left: -24px; bottom: 28px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.portrait-card strong { display: block; font-family: 'Newsreader', Georgia, serif; font-size: 1.4rem; line-height: 1.2; }
.portrait-card span { display: block; max-width: 200px; margin-top: 6px; color: var(--ink-soft); font-size: .875rem; }
.section { padding: clamp(56px,7vw,96px) 0; }
.posts { background: #e8eef2; border-block: 1px solid rgba(32,84,119,.13); }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 40px; align-items: end; margin-bottom: 32px; }
.section-heading h2, .books-copy h2 { font-size: clamp(2.5rem,4vw,3.6rem); line-height: 1.06; }
.section-heading p:not(.eyebrow) { margin: 0; color: var(--ink-soft); }
.sample-label { display: inline-block; margin-top: 10px; font-size: .8125rem; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 6px; padding: 3px 8px; }
.explore { background: var(--white); border-block: 1px solid var(--line); }
.explore-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px,8vw,100px); align-items: start; }
.explore-intro { position: sticky; top: 120px; }
.explore-intro h2 { font-size: clamp(2.6rem,4vw,3.8rem); line-height: 1.06; }
.explore-intro > p:last-child { max-width: 380px; margin: 22px 0 0; color: var(--ink-soft); }
.explore-menu { border-top: 1px solid var(--line); }
.explore-item { display: grid; grid-template-columns: 28px 1fr auto; gap: 20px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); transition: color .2s; }
.explore-index { color: var(--rust); font-size: .875rem; font-weight: 600; }
.explore-item h3 { font-size: clamp(2.1rem,3vw,3rem); line-height: 1.1; }
.explore-item p { margin: 8px 0 0; color: var(--ink-soft); font-size: .875rem; }
.explore-arrow { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform .2s, background .2s, color .2s; }
.explore-item:hover { color: var(--denim-dark); }
.explore-item:hover .explore-arrow { background: var(--denim); color: white; transform: translateX(4px); }
.post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; align-items: start; }
.post-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: box-shadow .25s, border-color .25s; }
.post-card:hover { border-color: rgba(47,113,158,.35); box-shadow: var(--shadow); }
.post-media { position: relative; overflow: hidden; aspect-ratio: 16/10; background: var(--sky); }
.post-card:nth-child(2) .post-media { background: #efd8c8; }
.post-card:nth-child(3) .post-media { background: #e6e2dc; }
.post-placeholder { width: 100%; height: 100%; display: grid; place-items: center; }
.post-placeholder span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px dashed rgba(24,39,53,.25); border-radius: 8px; color: var(--ink-soft); font-size: .875rem; }
.post-body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.post-kicker { color: var(--rust); font-size: .8125rem; font-weight: 600; letter-spacing: .04em; }
.post-card h2, .post-card h3 { margin-top: 12px; font-size: clamp(1.8rem,2.5vw,2.25rem); line-height: 1.1; }
.post-excerpt { margin: 16px 0 24px; color: var(--ink-soft); font-size: 1rem; line-height: 1.65; }
.post-author { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 10px; }
.post-author img { width: 36px; height: 36px; flex: none; border-radius: 50%; object-fit: cover; object-position: center 24%; }
.post-author strong, .post-author span { display: block; line-height: 1.4; }
.post-author strong { font-size: .875rem; font-weight: 600; }
.post-author span { margin-top: 2px; color: var(--ink-soft); font-size: .8125rem; }
.posts-foot { display: flex; justify-content: flex-end; margin-top: 24px; }
.feature { background: var(--paper); }
.feature-panel { overflow: hidden; display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.book-stack { display: grid; place-items: center; min-height: 440px; padding: 44px; background: var(--sky); }
.book-stack img { width: auto; height: 340px; max-width: 100%; object-fit: contain; box-shadow: 12px 18px 26px rgba(24,39,53,.2); transition: transform .25s; }
.book-stack:hover img { transform: translateY(-4px); }
.feature-copy { align-self: center; padding: clamp(28px,4vw,60px); }
.feature-copy h2 { font-size: clamp(2.2rem,3.8vw,3.6rem); line-height: 1.03; }
.feature-copy > p:not(.eyebrow) { margin: 22px 0 0; color: var(--ink-soft); font-size: 1rem; }
.feature-meta { margin-top: 22px; color: var(--ink-soft); font-size: .875rem; }
.feature .button { margin-top: 24px; }
.about-compact { padding: 44px 0; border-block: 1px solid var(--line); background: var(--paper-deep); }
.about-compact-card { display: flex; align-items: center; gap: 32px; max-width: 940px; }
.about-avatar { width: 100px; height: 100px; border-radius: 50%; flex: none; object-fit: cover; object-position: center 24%; }
.about-bio .eyebrow { margin-bottom: 8px; }
.about-bio h2 { font-size: 2rem; line-height: 1.2; }
.about-bio p:last-child { max-width: 720px; margin: 14px 0 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.75; }
.books { background: var(--white); }
.books-top { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.books-top .eyebrow { margin-bottom: 12px; }
.cover-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin-top: 32px; }
.book-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: box-shadow .25s, border-color .25s; }
.book-card:hover { border-color: rgba(47,113,158,.4); box-shadow: var(--shadow); }
.cover-box { display: grid; place-items: center; height: 350px; padding: 30px; background: var(--paper-deep); }
.book-card:nth-child(2) .cover-box { background: var(--sky); }
.book-card:nth-child(3) .cover-box { background: #f2d8c7; }
.cover-box img { width: auto; height: 285px; max-width: 100%; object-fit: contain; box-shadow: 8px 12px 20px rgba(24,39,53,.19); transition: transform .25s; }
.book-card:hover .cover-box img { transform: translateY(-5px); }
.book-card-copy { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.book-card h2, .book-card h3 { font-size: clamp(1.8rem,2.4vw,2.15rem); line-height: 1.12; }
.book-card p { margin: 12px 0 24px; color: var(--ink-soft); font-size: .875rem; }
.book-card-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--denim-dark); font-size: .875rem; font-weight: 600; }
.book-card-link > span { font-size: 1.2rem; transition: transform .2s; }
.book-card:hover .book-card-link > span { transform: translateX(4px); }
.site-footer { padding: 32px 0; border-top: 1px solid var(--line); background: var(--paper); }
.footer-grid { display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 4px 24px; font-size: .875rem; font-weight: 500; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-links a:hover { color: var(--denim-dark); text-decoration: underline; text-underline-offset: 4px; }
.footer-meta { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .8125rem; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 90; width: 0; height: 3px; background: var(--denim); pointer-events: none; }
.back-to-top { position: fixed; right: 20px; bottom: 20px; z-index: 35; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: var(--ink); color: white; box-shadow: var(--shadow); }
.back-to-top:hover { background: var(--denim-dark); }
[data-reveal] { transition: opacity .5s, transform .5s; }
.reveal-pending { opacity: 0; transform: translateY(16px); }
@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .js-ready .menu-button { display: grid; place-items: center; }
  .mobile-menu { display: flex; flex-wrap: wrap; gap: 4px 20px; padding: 12px 24px; border-top: 1px solid var(--line); }
  .mobile-menu a { display: block; padding: 10px 4px; }
  .mobile-menu a[aria-current='page'] { color: var(--denim-dark); font-weight: 600; }
  .js-ready .mobile-menu { display: none; }
  .js-ready .mobile-menu.is-open { display: grid; position: absolute; inset: 100% 0 auto; max-height: calc(100dvh - 80px); overflow-y: auto; background: var(--paper); border-bottom: 1px solid var(--line); padding: 16px 24px 24px; box-shadow: var(--shadow); }
  .js-ready .mobile-menu a { border-bottom: 1px solid var(--line); font-size: 1.0625rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy-area { max-width: 700px; }
  .hero h1 { max-width: 760px; font-size: clamp(3.4rem,10vw,6rem); }
  .portrait-wrap { width: min(80%,440px); margin-inline: auto; }
  .explore-layout { grid-template-columns: 1fr 1.2fr; gap: 36px; }
  .post-grid, .cover-row { gap: 16px; }
  .post-body, .book-card-copy { padding: 20px; }
  .cover-box { height: 290px; padding: 24px; }
  .cover-box img { height: 240px; }
  .book-stack { padding: 32px; min-height: 410px; }
  .book-stack img { height: 300px; }
}
@media (max-width: 700px) {
  .shell, .nav-shell { width: calc(100% - 32px); }
  .nav-shell { min-height: 72px; gap: 12px; }
  .brand { max-width: 150px; font-size: .8125rem; letter-spacing: .1em; }
  .language-link { padding: 0 10px; gap: 6px; }
  .nav-actions { gap: 8px; }
  .js-ready .mobile-menu.is-open { max-height: calc(100dvh - 72px); }
  .hero h1 { font-size: clamp(2.5rem,11.5vw,5rem); }
  .hero-actions .button { flex: 1 1 180px; }
  .portrait-card { left: -8px; bottom: 22px; padding: 14px 16px; }
  .section-heading, .explore-layout { grid-template-columns: 1fr; gap: 24px; }
  .explore-intro { position: static; }
  .explore-item { gap: 12px; }
  .post-grid { grid-template-columns: 1fr; gap: 24px; }
  .post-card h2, .post-card h3 { font-size: 2rem; }
  .feature-panel { grid-template-columns: 1fr; border-radius: 20px; }
  .book-stack { min-height: 350px; padding: 30px; }
  .book-stack img { height: 285px; }
  .feature-copy { padding: 28px 24px 32px; }
  .about-compact-card { gap: 20px; align-items: start; }
  .about-avatar { width: 64px; height: 64px; }
  .about-bio h2 { font-size: 1.85rem; }
  .books-top { align-items: start; flex-direction: column; gap: 12px; }
  .cover-row { grid-template-columns: 1fr; gap: 24px; }
  .cover-box { height: 340px; padding: 30px; }
  .cover-box img { height: 280px; }
  .book-card h2, .book-card h3 { font-size: 2rem; }
  .footer-grid { align-items: start; flex-direction: column; gap: 16px; }
}
@media (max-width: 360px) {
  .language-link svg { display: none; }
  .about-compact-card { flex-direction: column; }
  .footer-meta span { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal-pending { opacity: 1; transform: none; }
}

/* Responsive content sizing without clipping horizontal overflow. */
.hero-grid > *, .section-heading > *, .explore-layout > *, .explore-item > *,
.feature-panel > *, .about-compact-card > *, .books-top > *, .footer-grid > *,
.nav-shell > .brand { min-width: 0; }
.button, .text-link { max-width: 100%; }
.nav-shell { flex-wrap: wrap; padding-block: 8px; }
.desktop-nav { flex-wrap: wrap; }
.button > span, .text-link > span, .menu-button, .post-author > img, .journal-author > img { flex-shrink: 0; }
.explore-item { grid-template-columns: 28px minmax(0,1fr) auto; }
@media (max-width: 960px) {
  .post-grid, .cover-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .js-ready .mobile-menu.is-open { max-height: calc(100dvh - var(--header-height, 80px)); }
}
@media (max-width: 700px) {
  .post-grid, .cover-row { grid-template-columns: minmax(0,1fr); }
  .nav-shell > .brand { flex: 1 1 9rem; max-width: none; }
  .nav-actions { margin-left: auto; }
}
@media (max-width: 480px) {
  .about-compact-card { flex-direction: column; }
  .nav-shell { gap: 8px; }
  .brand { letter-spacing: .06em; }
}

/* Digital editions and the author's full book descriptions. */
.book-purchase-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.catalog-item-copy .book-purchase-actions, .book-card-copy .book-purchase-actions { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.book-purchase-actions .button { margin-top: 0; }
.purchase-icon{width:18px;height:18px;flex:none}.button-disabled .purchase-icon{opacity:.58}.button-disabled>span{display:grid;text-align:left;line-height:1.15}.button-disabled small{margin-top:3px}
.book-availability { margin: 0 0 16px; color: var(--denim-dark); font-size: .875rem; font-weight: 600; }
.book-coming-soon { align-self: flex-start; margin-top: auto; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-deep); }
.book-card .book-coming-soon { margin-bottom: 0; }
.book-introduction > .book-coming-soon { display: inline-block; margin-bottom: 0; }

/* A shared invitation, on every public page. */
.newsletter-section{border-top:1px solid var(--line);background:var(--sky);padding:clamp(48px,7vw,88px) 0}
.newsletter-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:clamp(32px,7vw,96px);align-items:start}
.newsletter-copy h2{font-size:clamp(2.25rem,4vw,3.5rem);line-height:1.1;max-width:560px}
.newsletter-copy>p:last-child{color:var(--ink-soft);max-width:500px;margin:22px 0 0}
.newsletter-form{display:grid;gap:18px;min-width:0}
.newsletter-names{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.newsletter-form label{display:grid;gap:6px;font-size:.875rem;font-weight:600;min-width:0}
.newsletter-form input:not([type=checkbox]){width:100%;max-width:100%;min-width:0;min-height:48px;border:1px solid #a6bdcc;border-radius:8px;background:var(--white);color:var(--ink);padding:10px 12px;font-size:1rem}
.newsletter-form .newsletter-consent{display:flex;align-items:start;gap:10px;font-size:.8125rem;font-weight:400;line-height:1.6}
.newsletter-consent input{width:18px;height:18px;flex:none;margin:3px 0 0;accent-color:var(--denim-dark)}
.newsletter-form .button{justify-self:start;border-radius:8px;min-width:160px}
.newsletter-form .button:disabled{opacity:.6;cursor:wait;transform:none}
.newsletter-status{margin:0;font-size:.875rem;color:#873d1c;line-height:1.6}
.newsletter-status:empty{display:none}
.newsletter-status.is-success{color:#245334}
.newsletter-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.newsletter-page-title{font-size:2.5rem;padding-block:32px}
.blog-empty{grid-column:1/-1;padding:36px;border:1px solid var(--line);border-radius:16px;background:var(--white)}
.blog-empty h3{font-size:2rem}.blog-empty p{max-width:620px;color:var(--ink-soft)}
.published-card .post-body{padding:28px}.published-card .text-link{margin-top:auto;align-self:start}
.blog-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px;margin-top:32px}
.blog-article{max-width:760px;margin-inline:auto;padding-block:48px 80px}
.blog-article h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.08;margin-block:20px}
.blog-article .article-excerpt{font-size:1.18rem;color:var(--ink-soft);margin-bottom:36px}
.article-body{font:1.2rem/1.9 'Newsreader',Georgia,serif;overflow-wrap:anywhere}
.article-body p{margin:0 0 24px}
.article-byline{font-size:.85rem;color:var(--ink-soft);border-block:1px solid var(--line);padding:18px 0;margin:28px 0 36px}
@media(max-width:760px){.newsletter-layout{grid-template-columns:minmax(0,1fr);gap:32px}.newsletter-copy h2{max-width:500px}}
@media(max-width:400px){.newsletter-names{grid-template-columns:minmax(0,1fr)}.newsletter-form .button{width:100%}.blog-empty{padding:24px}}

.post-thumbnail{display:block;aspect-ratio:16/9;overflow:hidden}.post-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.published-card:hover .post-thumbnail img{transform:scale(1.035)}

/* 2026 editorial refresh: stronger invitations, real card hierarchy and book palettes. */
.posts-foot .text-link{min-height:52px;padding:0 22px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:#fff;font-size:.9375rem}
.posts-foot .text-link:hover{background:var(--denim-dark);text-decoration:none}
.post-card{border-radius:24px;box-shadow:0 8px 28px rgba(24,39,53,.05)}
.post-card-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px;color:var(--ink-soft);font-size:.75rem;text-transform:uppercase;letter-spacing:.07em}
.post-card-meta .post-kicker{color:var(--rust)}
.post-art{position:relative;display:grid;width:100%;height:100%;place-items:center;background:linear-gradient(135deg,#d9eaf2 0 48%,#ead4c5 48% 72%,#f7f4ee 72%)}
.post-art::before{content:'';width:36%;aspect-ratio:1;border:1px solid rgba(24,39,53,.22);border-radius:50%}
.post-art i{position:absolute;width:44%;height:2px;background:rgba(24,39,53,.25);transform:rotate(-31deg)}
.post-art b{position:absolute;right:22px;bottom:16px;font:500 clamp(2rem,4vw,3.6rem)/1 'Newsreader',Georgia,serif;color:rgba(24,39,53,.48)}
.post-read{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:18px;border-top:1px solid var(--line);color:var(--denim-dark);font-size:.875rem;font-weight:600}
.post-read b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--ink);color:#fff;font-size:1rem;transition:transform .2s,background .2s}
.post-read:hover b{transform:rotate(12deg) translate(2px,-2px);background:var(--denim)}

.explore-layout{grid-template-columns:1fr;gap:34px}
.explore-intro{position:static;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:48px;align-items:end}
.explore-intro .eyebrow{grid-column:1/-1;margin-bottom:-20px}
.explore-intro h2{max-width:650px}
.explore-intro>p:last-child{max-width:560px;margin:0 0 6px;font-size:1.0625rem}
.explore-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;border:0}
.explore-item{position:relative;overflow:hidden;display:flex;min-height:270px;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--paper);transition:transform .25s,box-shadow .25s,border-color .25s}
.explore-item:nth-child(1){background:#243744;color:#fff}.explore-item:nth-child(2){background:#31565e;color:#fff}.explore-item:nth-child(3){background:#5b4051;color:#fff}
.explore-item:nth-child(n) p,.explore-item:nth-child(n) .explore-index,.explore-item:nth-child(n) .explore-label{color:rgba(255,255,255,.76)}
.explore-item:nth-child(n) .explore-arrow{border-color:rgba(255,255,255,.32);color:#fff}
.explore-item::after{content:'';position:absolute;right:-40px;bottom:-70px;width:160px;height:160px;border:1px solid currentColor;border-radius:50%;opacity:.12}
.explore-item:hover{transform:translateY(-6px);border-color:rgba(255,255,255,.34);box-shadow:var(--shadow);color:#fff;filter:brightness(1.06)}
.explore-item>div{margin-top:auto}.explore-item h3{font-size:clamp(2.25rem,3.4vw,3.2rem)}
.explore-label{display:block;margin-bottom:8px;color:var(--book-accent,#625780);font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.explore-arrow{position:absolute;top:24px;right:24px;background:rgba(255,255,255,.56)}

.feature-panel{border-color:rgba(98,87,128,.32);box-shadow:0 24px 70px rgba(63,48,92,.12)}
.book-stack{background:#6b578c}
.feature-copy .feature-meta{margin-top:16px;color:#625780;font-weight:600}
.feature-copy>p:not(.eyebrow){margin-top:18px}

.about-compact{padding:clamp(64px,8vw,110px) 0;background:#eee8de}
.about-compact-card{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);align-items:start;gap:clamp(40px,7vw,96px);max-width:var(--max)}
.about-portrait{position:sticky;top:calc(var(--header-height,80px) + 28px)}
.about-portrait img{width:100%;height:clamp(540px,52vw,680px);aspect-ratio:4/5;border-radius:24px;object-fit:cover;object-position:center 45%;box-shadow:14px 18px 0 #d8e8ef}
.about-portrait span{display:block;margin-top:20px;color:var(--ink-soft);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-align:center;text-transform:uppercase}
.about-bio h2{font-size:clamp(2.8rem,5vw,4.6rem);line-height:1}
.about-copy{display:block;max-width:690px;margin-top:30px}
.about-copy p{margin:0 0 22px;color:var(--ink-soft);font-size:.975rem;line-height:1.78}
.feature-copy .book-purchase-actions{margin-top:32px}

.book-theme-freedom{--book-surface:#e6e1ee;--book-accent:#625780}.book-theme-healing{--book-surface:#d9ebe7;--book-accent:#24615b}.book-theme-voice{--book-surface:#f2dcc6;--book-accent:#914c31}
.book-card .cover-box{background:var(--book-surface)}
.book-card-copy h3{min-height:2.25em}.book-card-copy>p{min-height:1.5em}
.book-card-copy .book-purchase-actions{display:grid;grid-template-columns:1fr;gap:10px}
.book-card-copy .book-purchase-actions .button{min-width:0;padding-inline:12px}
.book-card-copy .book-purchase-actions .button>span{min-width:0;white-space:normal;overflow-wrap:anywhere}
.book-card-copy .book-purchase-actions .text-link{grid-column:auto;justify-content:space-between}
.button-disabled{cursor:not-allowed;opacity:.62;pointer-events:none}
.button-disabled small{display:block;font-size:.58rem;font-weight:600;letter-spacing:.02em;line-height:1.1}

.newsletter-section{background:linear-gradient(120deg,#dcecf4,#e9e4f0)}
.newsletter-form{padding:clamp(24px,3vw,34px);border:1px solid rgba(24,39,53,.12);border-radius:20px;background:rgba(255,253,250,.68);box-shadow:0 18px 55px rgba(32,84,119,.08)}

@media(max-width:960px){.explore-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.explore-item:first-child{grid-column:1/-1;min-height:230px}.about-copy{grid-template-columns:1fr}.book-card-copy h3,.book-card-copy>p{min-height:0}}
@media(max-width:700px){.explore-intro{grid-template-columns:1fr;gap:18px}.explore-intro .eyebrow{margin-bottom:0}.explore-intro>p:last-child{margin:0}.explore-menu{grid-template-columns:1fr}.explore-item:first-child{grid-column:auto}.explore-item{min-height:230px}.about-compact-card{grid-template-columns:1fr}.about-portrait{position:static;width:min(82%,360px);margin-inline:auto}.about-portrait img{height:clamp(360px,115vw,540px)}.about-copy{margin-top:24px}.post-card{border-radius:20px}.book-card-copy .book-purchase-actions{grid-template-columns:1fr}}
@media(max-width:480px){.book-purchase-actions .button{width:100%;min-width:0;gap:4px;padding-inline:4px}.feature-copy .book-purchase-actions .button{font-size:.75rem}.book-purchase-actions .purchase-icon{width:14px;height:14px}.book-purchase-actions .button>span{min-width:0;max-width:100%;white-space:normal;overflow-wrap:anywhere}}
