/* SRHL Studio: an invitation into the pages and the voice. */
section[id] { scroll-margin-top: 30px; }
.brand { font-size: 1.3rem; letter-spacing: .04em; white-space: nowrap; }
.brand span { font-style: italic; text-transform: none; font-size: 1rem; }
.site-header { border-bottom: 1px solid #ffffff18; }
.hero { min-height: 760px; padding: 160px 0 95px; background: radial-gradient(ellipse at 50% 75%, #65203355, transparent 60%), #200710; }
.hero-grid { display: block; }
.hero-copy { max-width: 1000px; margin: auto; text-align: center; }
.hero h1 { font-size: clamp(3.3rem, 8.4vw, 7rem); line-height: 1.13; letter-spacing: -.045em; }
.hero h1 em { margin: 0; font-size: .85em; line-height: 1.22; }
.hero-lead { margin: 30px auto 16px; max-width: 740px; font-size: clamp(1.3rem, 2.4vw, 1.8rem); line-height: 1.55; }
.entrance-note { color: #d4bfc3; font-size: 1rem; margin: 0 auto 28px; }
.hero .actions { justify-content: center; }
.hero-copy { animation: arrive 1s ease-out both; }
@keyframes arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.eyebrow { font-size: .875rem; letter-spacing: .13em; }
.world-intro { text-align: center; background: var(--cream); padding-bottom: 0; }
.section h2 { line-height: 1.13; font-size: clamp(2.4rem, 4.8vw, 4.6rem); }
.world-description { max-width: 640px; margin: 24px auto 52px; color: #63444d; font-size: 1.1rem; }
.world-paths { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
.world-paths a { display: flex; flex-direction: column; gap: 10px; padding: 34px; text-decoration: none; transition: background .2s; }
.world-paths a + a { border-left: 1px solid var(--line); }
.world-paths a:hover { background: #e7d5ca; }
.path-number { font-size: .875rem; text-transform: uppercase; letter-spacing: .12em; color: #77414e; }
.world-paths strong { font: 500 2rem/1.2 'Playfair Display', Georgia, serif; }
.world-paths a > span:last-child { color: #63444d; }
.book-section { background: var(--cream); }
.book-grid { grid-template-columns: .75fr 1fr; }
.book-frame { margin: auto; background: var(--paper); padding: 16px 16px 48px; }
.book-frame::after { font-size: .75rem; letter-spacing: .04em; }
.price { font-size: .875rem; letter-spacing: .06em; }
.podcast-art::after { content: none; }
.podcast-section::before { content: none; }
.podcast-section { background: #200710; }
.author-section { background: var(--paper); }
.author-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.author-role { font-size: 1.1rem; color: #79545f; }
.text-link { display: block; width: fit-content; margin-top: 18px; text-underline-offset: 6px; color: var(--wine); }
.connect { border-top: 1px solid var(--line); }
.footer-row { font-size: .8rem; }
@media (max-width: 860px) {
  .nav { flex-wrap: wrap; }
  .nav-links { flex-wrap: wrap; gap: 16px; }
  .hero { padding-top: 155px; }
  .book-grid, .author-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 600px) {
  .nav { justify-content: center; gap: 12px; }
  .brand { max-width: none; }
  .nav-links { justify-content: center; gap: 18px; width: 100%; }
  .nav-links .section-link { display: inline; }
  .nav-links a, .nav-links .page-link { font-size: .875rem; }
  .hero { min-height: auto; padding: 165px 0 72px; }
  .hero h1 { font-size: clamp(2.65rem, 10vw, 4rem); }
  .desktop-break { display: none; }
  .hero .actions { max-width: 330px; margin: auto; }
  .world-paths { grid-template-columns: 1fr; }
  .world-paths a { padding: 28px 16px; }
  .world-paths a + a { border-left: 0; border-top: 1px solid var(--line); }
  .eyebrow { letter-spacing: .08em; }
  .author-grid { gap: 24px; }
}
@media (prefers-reduced-motion: reduce) { .hero-copy { animation: none; } .world-paths a { transition: none; } }
