.hero { padding-top: 5.5rem; padding-bottom: 0; background: var(--paper); border-bottom: 1px solid var(--rule); }
  .hero-inner { max-width: var(--max-wide); margin: 0 auto; padding: 3.5rem var(--col-pad) 0; display: grid; grid-template-columns: 340px 1fr; gap: 4rem; align-items: end; }
  .hero-photo-wrap { position: relative; align-self: end; opacity: 0; animation: photoRise 0.9s ease 0.2s forwards; }
  .hero-photo-wrap img { display: block; width: 100%; height: 420px; object-fit: cover; object-position: center 15%; -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%); mask-image: linear-gradient(to bottom, black 70%, transparent 100%); }
  .hero-photo-wrap::before { content: ""; position: absolute; top: 1.5rem; bottom: 0; left: -1.5rem; width: 2px; background: var(--accent); opacity: 0; animation: fadeIn 0.6s ease 0.8s forwards; }
  .hero-text { padding-bottom: 3.5rem; display: flex; flex-direction: column; justify-content: center; }
  .hero-kicker { font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 1.25rem; opacity: 0; animation: fadeInUp 0.6s ease 0.35s forwards; display: flex; align-items: center; gap: 0.75rem; }
  .hero-kicker::before { content: ""; display: inline-block; width: 24px; height: 1px; background: var(--accent); flex-shrink: 0; }
  .hero-name { font-family: var(--serif); font-size: clamp(3rem, 5vw, 5rem); font-weight: 400; line-height: 0.95; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 1.75rem; opacity: 0; animation: fadeInUp 0.6s ease 0.5s forwards; }
  .hero-lead { font-family: var(--sans); font-size: 1.05rem; font-weight: 300; line-height: 1.8; color: var(--ink-mid); max-width: 480px; margin-bottom: 2rem; opacity: 0; animation: fadeInUp 0.6s ease 0.65s forwards; }
  .hero-divider { width: 100%; max-width: 480px; height: 1px; background: var(--rule); border: none; margin-bottom: 2rem; opacity: 0; animation: fadeIn 0.6s ease 0.75s forwards; }
  .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; opacity: 0; animation: fadeInUp 0.6s ease 0.8s forwards; }
  .section-label { font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 1rem; display: block; }
  .section-heading { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.2; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 1.5rem; }
  .section-rule { width: 48px; height: 2px; background: var(--accent); border: none; margin-bottom: 2.5rem; }
  .about-strip { background: var(--ink); }
  .about-inner { max-width: var(--max-wide); margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; }
  .about-title { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.75rem); font-weight: 400; line-height: 1.15; letter-spacing: -0.015em; color: var(--paper); }
  .about-title em { font-style: italic; color: var(--rule); }
  .about-body { font-size: 1rem; font-weight: 300; line-height: 1.85; color: rgba(245,242,238,0.8); margin-bottom: 1.5rem; }
  .about-roles { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2rem; }
  .role-tag { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,242,238,0.5); border: 1px solid rgba(245,242,238,0.18); padding: 0.4rem 0.875rem; }
  .about-link { display: inline-flex; align-items: center; font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--paper); text-decoration: none; border: 2px solid rgba(245,242,238,0.35); padding: 0.875rem 1.75rem; min-height: 44px; transition: border-color 0.2s; }
  .about-link:hover { border-color: rgba(245,242,238,0.8); }
  .books-section { background: var(--paper-mid); }
  .books-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .book-card { background: var(--paper); border: 1px solid var(--rule); padding: 2rem; transition: border-color 0.25s, transform 0.25s; }
  .book-card:hover { border-color: var(--accent); transform: translateY(-3px); }
  .book-number { font-family: var(--serif); font-size: 2.75rem; font-weight: 400; color: #7f7c79; line-height: 1; margin-bottom: 1rem; font-style: italic; }
  .book-title { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; line-height: 1.3; color: var(--ink); margin-bottom: 0.75rem; }
  .book-desc { font-size: 0.875rem; color: var(--ink-mid); line-height: 1.7; margin-bottom: 1.5rem; }
  .writing-section { background: var(--paper); }
  .articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .article-card { border-top: 2px solid var(--rule); padding-top: 1.5rem; transition: border-color 0.2s; }
  .article-card:hover { border-color: var(--accent); }
  .article-pub { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 0.75rem; }
  .article-title { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; line-height: 1.35; color: var(--ink); margin-bottom: 0.75rem; }
  .article-excerpt { font-size: 0.875rem; color: var(--ink-mid); line-height: 1.65; margin-bottom: 1rem; }
  .article-meta { font-size: 0.75rem; color: var(--ink-light); margin-bottom: 1rem; }
  .services-section { background: var(--paper-mid); }
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .service-card { background: var(--paper); border: 1px solid var(--rule); padding: 2rem; transition: border-color 0.2s; }
  .service-card:hover { border-color: var(--accent); }
  .service-icon { font-size: 1.25rem; margin-bottom: 1rem; display: block; color: var(--accent); opacity: 0.85; }
  .service-name { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; color: var(--ink); margin-bottom: 0.75rem; }
  .service-desc { font-size: 0.875rem; color: var(--ink-mid); line-height: 1.75; }
  .subscribe-section { background: var(--accent); padding: 5rem var(--col-pad); text-align: center; }
  .subscribe-inner { max-width: 560px; margin: 0 auto; }
  .subscribe-heading { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 400; color: var(--paper); line-height: 1.2; margin-bottom: 1rem; }
  .subscribe-sub { font-size: 1rem; font-weight: 300; color: rgba(245,242,238,0.78); margin-bottom: 2.5rem; line-height: 1.7; }
  .subscribe-form { display: flex; gap: 0; max-width: 440px; margin: 0 auto; }
  .subscribe-label { position: absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
  .subscribe-input { flex: 1; font-family: var(--sans); font-size: 1rem; padding: 0.875rem 1.25rem; background: rgba(245,242,238,0.12); border: 2px solid rgba(245,242,238,0.35); border-right: none; color: var(--paper); outline: none; min-height: 44px; transition: border-color 0.2s; }
  .subscribe-input::placeholder { color: rgba(245,242,238,0.68); }
  .subscribe-input:focus { border-color: rgba(245,242,238,0.8); }
  .subscribe-btn { font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; background: var(--paper); color: var(--accent); border: 2px solid var(--paper); padding: 0.875rem 1.5rem; min-height: 44px; cursor: pointer; transition: all 0.2s; }
  .subscribe-btn:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
  .subscribe-note { font-size: 0.78rem; color: rgba(245,242,238,0.78); margin-top: 1.25rem; }
  .contact-section { background: var(--paper); padding: 5rem var(--col-pad); }
  .contact-inner { max-width: 640px; }
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2rem; align-items: start; }
  .hero-photo-wrap { max-width: 260px; }
  .hero-photo-wrap img { height: 320px; }
  .hero-photo-wrap::before { display: none; }
  .about-inner { grid-template-columns: 1fr; gap: 2rem; }
  .books-grid,
    .articles-grid,
    .services-grid { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .subscribe-form { flex-direction: column; }
  .subscribe-input { border-right: 2px solid rgba(245,242,238,0.35); }
}
  .embed-row { display: flex; justify-content: center; margin-top: 0.5rem; min-width: 0; }
  .embed-frame { background: #fff; border-radius: 2px; overflow: hidden; width: 100%; max-width: 480px; }
  .embed-frame iframe { width: 100%; }

/* Former inline style attributes. Moved out so the CSP can drop
   'unsafe-inline' from style-src — a style="" attribute is blocked
   by that directive just as an inline <style> block is. */
  .x-index-1.x-index-1.x-index-1 { font-style:italic;font-size:1.75rem;letter-spacing:-0.02em; }
  .x-index-2.x-index-2.x-index-2 { margin-top:2.5rem;text-align:center; }
  .x-index-3.x-index-3.x-index-3 { margin-top:3rem;text-align:center; }
  .x-index-4.x-index-4.x-index-4 { display:block; border:none; max-width:100%; }
  .x-index-5.x-index-5.x-index-5 { display:block;padding:1rem;text-align:center; }
  .x-index-6.x-index-6.x-index-6 { font-size:1rem;color:var(--ink-mid);line-height:1.8;margin-bottom:2.5rem; }
