:root {
  color-scheme: light;
  --background: #fcfcf9;
  --background-elevated: rgba(255, 255, 255, 0.82);
  --surface-border: rgba(17, 17, 17, 0.12);
  --text: #111111;
  --muted: #5c5c56;
  --accent: #111111;
  --shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
  --max-width: 1120px;
  --page-gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-gap: clamp(1.75rem, 3.5vw, 2.75rem);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* dark theme neutralized — light only */

/* dark theme neutralized — light only */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(0, 0, 0, 0.03), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), transparent 22%),
    var(--background);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
  transition: background-color 180ms ease, color 180ms ease;
}

/* dark theme neutralized — light only */

/* dark theme neutralized — light only */

/* dark theme neutralized — light only */

/* dark theme neutralized — light only */

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.page-shell {
  width: min(100%, calc(var(--max-width) + (var(--page-gutter) * 2)));
  margin: 0 auto;
  padding: 0 var(--page-gutter);
}

.site-header,
.site-footer,
.section {
  width: 100%;
}

.site-header {
  /* force light header */
  background: rgba(252, 252, 249, 0.92);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(252, 252, 249, 0.92);
  border-bottom: 1px solid var(--surface-border);
}

/* dark theme neutralized — light only */

/* dark theme neutralized — light only */

.site-header-inner,
.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
}

.brand img {
  height: 2.75rem;
  width: auto;
}

.brand-text {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.site-nav a {
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text);
}

.site-nav a {
  position: relative;
  padding-bottom: 0.15rem;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}


.section {
  padding: var(--section-gap) 0;
}


.section + .section {
  border-top: 1px solid var(--surface-border);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  min-height: calc(100vh - 6rem);
}

.hero-copy h1,
.page-intro h1,
.author-header h1,
.feature-card h2,
.spotlight h2,
.editorial-statement h2,
.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  max-width: 11ch;
}

.page-intro h1,
.author-header h1 {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  max-width: 10ch;
}

.feature-card h2,
.spotlight h2,
.editorial-statement h2,
.section-heading h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  max-width: 14ch;
}

.eyebrow,
.section-label,
.author-meta,
.book-kicker,
.empty-state-label {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lede,
.hero-copy p,
.feature-card p,
.spotlight p,
.author-summary,
.author-bio,
.author-notes,
.book-card p,
.empty-state {
  max-width: 65ch;
  font-size: 1.05rem;
  color: var(--muted);
}

.hero-actions,
.form-row,
.author-links,
.book-actions,
.launch-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.button,
.text-link {
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--background);
}

.text-link {
  text-underline-offset: 0.2rem;
}

.hero-mark {
  display: flex;
  justify-content: center;
}

.hero-logo {
  width: min(100%, 360px);
  filter: drop-shadow(var(--shadow));
}

.section-grid,
.authors-grid,
.books-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.feature-card,
.author-card,
.book-card,
.newsletter-form,
.contact-stack,
.spotlight,
.author-panel,
.empty-state-panel {
  border: 1px solid var(--surface-border);
  background: var(--background-elevated);
  box-shadow: var(--shadow);
}

.feature-card,
.newsletter-form,
.contact-stack,
.spotlight,
.author-panel,
.empty-state-panel {
  padding: clamp(1.4rem, 3vw, 2rem);
}

.author-card,
.book-card {
  padding: 1.5rem;
}

.editorial-statement .narrow {
  display: grid;
  gap: 0.75rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.author-card {
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease;
}

.author-card:hover,
.author-card:focus-visible {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--text) 20%, var(--surface-border));
}

.author-card h2,
.book-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.book-descriptor {
  margin-top: -0.1rem;
  font-style: italic;
}

.book-actions {
  margin-top: 1rem;
}

.books-grid-compact .book-card {
  min-height: 0;
}

.author-card p:last-child,
.book-card p:last-child,
.contact-stack p:last-child {
  margin-bottom: 0;
}

.page-intro.narrow,
.narrow,
.author-detail {
  width: min(100%, 860px);
}

.author-detail {
  padding-top: calc(var(--section-gap) * 0.8);
}

.author-header {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.8fr);
  gap: 2rem;
  align-items: start;
}

.author-panel + .author-panel,
.author-panel + .empty-state-panel {
  margin-top: 1.5rem;
}

.author-summary {
  margin-top: 1.25rem;
}

.book-card {
  min-height: 100%;
}

.field-label {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.94rem;
}

input[type="email"],
.newsletter-input {
  flex: 1 1 260px;
  min-height: 2.9rem;
  border: 1px solid var(--surface-border);
  background: transparent;
  color: inherit;
  border-radius: 999px;
  padding: 0 1rem;
  font: inherit;
}

.field-note {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.launch-grid,
.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.launch-card,
.offer-card,
.signup-panel {
  border: 1px solid var(--surface-border);
  background: var(--background-elevated);
  box-shadow: var(--shadow);
  padding: clamp(1.4rem, 3vw, 2rem);
  position: relative;
}

.launch-card::before,
.offer-card::before,
.signup-panel::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 0;
  height: 1px;
  background: color-mix(in srgb, var(--text) 18%, transparent);
}

.launch-card h2,
.offer-card h3,
.signup-panel h2 {
  margin: 0 0 0.75rem;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
}

.launch-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.offer-card h3,
.signup-panel h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.launch-card p,
.offer-card p,
.signup-panel p,
.launch-list li {
  color: var(--muted);
}

.toolkit-stack {
  display: grid;
  gap: 1.5rem;
}

.toolkit-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--surface-border);
  background: var(--background-elevated);
  box-shadow: var(--shadow);
}

.toolkit-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.toolkit-table caption {
  caption-side: top;
  padding: 1.1rem 1.25rem 0.8rem;
  text-align: left;
  color: var(--text);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.toolkit-table th,
.toolkit-table td {
  padding: 0.95rem 1rem;
  border-top: 1px solid var(--surface-border);
  vertical-align: top;
  text-align: left;
  font-size: 0.98rem;
}

.toolkit-table thead th {
  color: var(--text);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--background) 92%, var(--text) 3%);
}

.toolkit-table tbody td {
  color: var(--muted);
}

.toolkit-steps {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.toolkit-steps li + li {
  margin-top: 0.55rem;
}

.launch-list {
  margin: 1.25rem 0 0;
  padding-left: 1.2rem;
}

.launch-list li + li {
  margin-top: 0.65rem;
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid var(--surface-border);
}

.share-strip {
  margin-top: 2rem;
  border-top: 1px solid var(--surface-border);
  border-bottom: 1px solid var(--surface-border);
  background: var(--background-elevated);
}

.share-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
}

.share-title {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 0.9rem;
  border: 1px solid var(--surface-border);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.88rem;
  text-decoration: none;
  cursor: pointer;
}

.share-link:hover {
  border-color: color-mix(in srgb, var(--text) 20%, var(--surface-border));
  background: color-mix(in srgb, var(--background) 80%, var(--text) 4%);
}

.share-link-button {
  appearance: none;
}

.site-footer-inner {
  color: var(--muted);
  font-size: 0.94rem;
}

.footer-note {
  max-width: 34rem;
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .hero,
  .author-header,
  .section-grid,
  .authors-grid,
  .books-grid,
  .launch-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
  }
}

@media (max-width: 680px) {
  .site-header-inner,
  .site-footer-inner,
  .share-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .button,
  input[type="email"] {
    width: 100%;
  }

  .form-row {
    width: 100%;
  }

  .toolkit-table {
    min-width: 640px;
  }
}

@media print {
  :root {
    color-scheme: light;
    --background: #ffffff;
    --background-elevated: #ffffff;
    --surface-border: rgba(17, 17, 17, 0.18);
    --text: #111111;
    --muted: #444444;
    --accent: #111111;
    --shadow: none;
  }

  body {
    background: #ffffff;
    color: #111111;
  }

  .page-shell {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .site-header,
  .site-footer,
  .launch-actions .button,
  .launch-actions .text-link {
    display: none !important;
  }

  .section {
    padding: 1.4rem 0;
    break-inside: avoid;
  }

  .section + .section {
    border-top: 0;
  }

  .launch-card,
  .offer-card,
  .signup-panel,
  .toolkit-table-wrap,
  .feature-card,
  .author-card,
  .book-card,
  .newsletter-form,
  .contact-stack,
  .spotlight,
  .author-panel,
  .empty-state-panel {
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: #ffffff;
    box-shadow: none;
  }

  .launch-grid,
  .offer-grid,
  .books-grid {
    gap: 1rem;
  }

  .toolkit-table-wrap,
  .toolkit-table,
  .toolkit-table tr,
  .toolkit-table td,
  .toolkit-table th {
    break-inside: avoid;
  }

  .toolkit-table caption {
    padding-top: 0.8rem;
  }
}

/* --- Newsletter form wiring (added for Nonfiction/Fiction newsletter integration) --- */
.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.newsletter-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex: 1 1 100%;
}

.newsletter-btn,
.newsletter-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--background);
  font: inherit;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 150ms ease;
}

.newsletter-form .loading-text {
  flex: 1 1 100%;
  min-height: 1rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

/* --- Book detail hero with cover art (added for Intelligence Capitalism page) --- */
.book-detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(220px, 0.7fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 3.5rem);
}

.book-subtitle {
  margin: 0.35rem 0 1.25rem;
  font-family: var(--serif);
  font-style: italic;
  color: var(--muted);
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
}

.book-cover {
  margin: 0;
  justify-self: end;
  width: min(100%, 320px);
}

.book-cover img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: var(--shadow);
  border: 1px solid var(--surface-border);
}

#cases .launch-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#lineup .launch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#cases .launch-card h3 {
  margin: 0 0 0.6rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
}

@media (max-width: 900px) {
  .book-detail-intro {
    grid-template-columns: 1fr;
  }

  .book-cover {
    justify-self: start;
    width: min(60%, 260px);
  }

  #cases .launch-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  #cases .launch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 900px) {
  #lineup .launch-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  #lineup .launch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* --- Intelligence Capitalism partner resources page --- */
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  margin-top: 0.85rem;
}

.button-secondary:hover {
  background: var(--background-elevated);
}

.brief-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2rem;
  align-items: start;
}

.brief-cover img {
  width: 100%;
  height: auto;
  box-shadow: var(--shadow);
}

.copy-box {
  border: 1px solid var(--surface-border);
  border-radius: 12px;
  padding: 1.5rem;
  background: var(--background-elevated);
}

.copy-box p {
  margin: 0;
  line-height: 1.6;
}

.copy-textarea {
  width: 100%;
  min-height: 220px;
  border: 1px solid var(--surface-border);
  border-radius: 10px;
  background: var(--background);
  color: inherit;
  font: inherit;
  font-size: 0.92rem;
  line-height: 1.55;
  padding: 1rem;
  resize: vertical;
}

.share-icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.share-icon-row a {
  display: inline-flex;
  transition: transform 140ms ease;
  border-radius: 16px;
}

.share-icon-row a:hover {
  transform: translateY(-4px);
}

.share-icon-row svg {
  display: block;
}

.referral-self {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0 1.5rem;
  flex: 1 1 100%;
}

.referral-grid {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
  flex: 1 1 100%;
}

.referral-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.referral-row-header span {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 720px) {
  .brief-grid {
    grid-template-columns: 1fr;
  }

  .brief-cover {
    max-width: 220px;
  }

  .referral-row {
    grid-template-columns: 1fr;
  }
}

/* --- Copy carousels (blurbs and posts) on the partner resources page --- */
.carousel-text {
  min-height: 4.5rem;
  margin: 0 0 1rem;
  line-height: 1.6;
  white-space: pre-wrap;
}

.carousel-text-long {
  min-height: 14rem;
}

.carousel-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.carousel-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid var(--surface-border);
  background: transparent;
  color: inherit;
  font-size: 1rem;
  cursor: pointer;
}

.carousel-nav:hover {
  background: var(--background-elevated);
}

.carousel-counter {
  font-size: 0.85rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  min-width: 4.5rem;
  text-align: center;
}

.carousel-controls .button-secondary {
  margin-top: 0;
  margin-left: auto;
}

@media (max-width: 560px) {
  .carousel-controls .button-secondary {
    margin-left: 0;
    width: 100%;
  }
}

/* --- Easter egg teaser and ARC opt-in (partner resources page) --- */
.egg-teaser {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: var(--muted);
  font-style: italic;
}

.arc-offer {
  border: 1px solid var(--surface-border);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  background: var(--background-elevated);
  margin-bottom: 1.5rem;
}

.arc-offer-copy {
  margin: 0 0 0.9rem;
  line-height: 1.6;
}

.arc-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  cursor: pointer;
  font-size: 0.94rem;
  line-height: 1.5;
}

.arc-checkbox input[type="checkbox"] {
  margin-top: 0.2rem;
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}



/* Featured home */
.featured-book {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}
.featured-book-cover img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: var(--shadow);
}
.featured-book .section-label { margin-bottom: 0.6rem; }
.button-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border: 1px solid #eab308;
  background: #eab308;
  color: #111111;
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}
.button-yellow:hover { background: #facc15; border-color: #facc15; color: #111; }
@media (max-width: 720px) {
  .featured-book { grid-template-columns: 1fr; max-width: 320px; }
}

/* Book cards with covers — no overflow */
.books-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.book-card-with-cover {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  overflow: hidden;
  min-width: 0;
}
.book-cover-link {
  display: block;
  min-width: 0;
}
.book-cover-image {
  width: 100%;
  height: auto;
  max-width: 110px;
  border-radius: 2px;
  box-shadow: var(--shadow);
  background: #eee;
}
.book-cover-placeholder {
  aspect-ratio: 2/3;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  background: #111;
  color: #f5f2eb;
  font-family: var(--serif);
  font-size: 0.75rem;
}
.book-card-body {
  min-width: 0;
  overflow: hidden;
}
.book-card-body .book-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  margin: 0 0 0.35rem;
}
.book-card-body .book-descriptor {
  font-size: 0.92rem;
  margin: 0 0 0.5rem;
}
.book-card-body p {
  font-size: 0.88rem;
  margin: 0 0 0.4rem;
}
.book-card-body .book-actions {
  margin-top: 0.65rem;
}
.book-card-body .book-actions .text-link {
  font-size: 0.75rem;
}
@media (max-width: 720px) {
  .books-grid {
    grid-template-columns: 1fr;
  }
  .book-card-with-cover {
    grid-template-columns: 96px minmax(0, 1fr);
  }
}

.site-nav-label { display: none !important; }

.section {
  padding: var(--section-gap) 0;
}

.section + .section {
  border-top: 1px solid var(--surface-border);
  padding-top: calc(var(--section-gap) * 0.85);
}

.field-note-tight {
  margin: 0.55rem 0 0;
  max-width: 34rem;
  font-size: 0.9rem;
  line-height: 1.45;
}

.book-detail-intro {
  padding-bottom: calc(var(--section-gap) * 0.6);
}

.book-detail-intro .launch-actions {
  margin-bottom: 0;
}
