/* Open Book marketing editorial CSS — Organic system, Sol direction review applied.
   One Caprasimo H1 per page; Figtree for every functional heading; editorial
   sections (no card grids); 65-72ch measure; contrast-safe ink only.
   Wide hero/container distinction (Sol): the portal base wraps pages in
   main.wrap at 720px, which would squeeze the hero copy column and the nav.
   Marketing pages override to a wide container; only .prose stays at 68ch. */
main.wrap { max-width: 1180px; } /* safe: this stylesheet loads on marketing pages only */
.seo { max-width: 1120px; margin: 0 auto; padding: 0 20px 64px; }
.seo-nav { display: flex; align-items: center; gap: 18px; padding: 14px 0 20px; flex-wrap: wrap; }
.seo-brand { display: flex; align-items: center; gap: 9px; margin-right: auto; text-decoration: none; color: var(--color-text); }
.seo-brand .name { font-family: var(--font-heading); font-size: 24px; }
.seo-links { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.seo-links a { color: #575046; text-decoration: none; font-size: 14px; font-weight: 600; }
.seo-links a:hover, .seo-links a[aria-current="page"] { color: var(--color-accent-700); }
.seo-menu-btn { display: none; font: inherit; font-size: 14px; font-weight: 700; color: #f9f4ed;
  background: #402310; border: none; border-radius: 999px; padding: 10px 18px; cursor: pointer; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: center;
  padding: 40px 0 24px; }
.hero h1 { font-size: clamp(38px, 5.4vw, 58px); line-height: 1.06; margin: 0 0 14px; }
.hero .sub { font-size: 17px; line-height: 1.6; color: #3d3a33; max-width: 44ch; margin: 0 0 22px; }
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 10px; }
.cta { display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  font-family: var(--font-body); font-weight: 700; font-size: 16px; color: #ffffff;
  background: #643312; padding: 14px 28px; border-radius: 999px; }
.cta:hover { background: #402310; }
.direct { font-size: 13px; color: #8c491a; }
.hero-shot img { width: 100%; height: auto; border-radius: 28px; display: block;
  box-shadow: var(--shadow-lg); }
.hero-shot figcaption { font-size: 12px; color: #575046; margin-top: 8px; }
.prose { max-width: 68ch; font-size: 16.5px; line-height: 1.65; }
.prose h2 { font-family: var(--font-body); font-weight: 700; font-size: 22px;
  letter-spacing: -0.01em; margin: 40px 0 10px; color: #201e1d; }
.prose h3 { font-family: var(--font-body); font-weight: 700; font-size: 17px; margin: 26px 0 8px; }
.prose p, .prose li { color: #2e2b25; }
.prose a { color: #8c491a; text-underline-offset: 3px; }
.promise { font-size: 16px; line-height: 1.6; color: #272e1b; background: #e1eecc;
  border-radius: 16px; padding: 16px 20px; max-width: 68ch; margin: 24px 0; }
.source { font-size: 13px; color: #575046; }
.source a { color: #8c491a; }
.table-scroll { max-width: 100%; overflow-x: auto; margin: 20px 0; }
.table-scroll:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; }
.table-hint { display: none; font-size: 12.5px; font-weight: 700; color: #575046; margin: 0 0 6px; }
@media (max-width: 560px) {
  .table-hint { display: block; }
  .table-scroll { box-shadow: inset -22px 0 16px -18px rgba(46, 43, 37, 0.45); }
}
table.compare { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 14.5px; }
table.compare caption { text-align: left; font-weight: 700; padding: 0 0 10px; color: #201e1d; }
table.compare th, table.compare td { text-align: left; vertical-align: top;
  border-bottom: 1px solid var(--color-divider); padding: 10px 12px; color: #2e2b25; }
table.compare thead th { font-weight: 700; color: #201e1d; }
.qr-only { display: none; }
.foot { margin-top: 56px; border-top: 1px solid var(--color-divider); padding-top: 20px;
  font-size: 13.5px; color: #575046; }
.foot nav { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 12px; }
.foot nav a { color: #8c491a; text-decoration: none; font-weight: 600; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 24px; }
  .hero-shot { max-width: 300px; }
}
@media (min-width: 900px) {
  .qr-only { display: block; }
  .qr-only img { width: 150px; height: 150px; }
  .qr-only p { font-size: 12.5px; color: #575046; max-width: 24ch; }
}
@media (max-width: 560px) {
  .seo-menu-btn { display: inline-block; }
  .seo-links { display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: 10px; }
  .seo-links.open { display: flex; }
}
