/* One body typeface and reading scale; serif is reserved for headings. */
:root { --body-copy-size: 1.0625rem; --body-copy-leading: 2.05; }
.section-intro > p:not(.eyebrow),
.reading-copy > p,
.reading-copy > p.story-declaration,
.voice-text,
.voice-highlight,
.voices-intro,
.core-text,
.core-declare,
.core-question,
.core-kanji-text,
.practice-days p,
.support-grid p,
.prepare-note p,
.doctor-card p,
.faq details p {
  font-family: var(--sans);
  font-size: var(--body-copy-size);
  font-weight: 400;
  line-height: var(--body-copy-leading);
}
.original-intro > p:not(.eyebrow) :is(.em, b, strong) { font: inherit; }
.section-intro.vessel-intro > h2.vessel-lead {
  max-width: none;
  margin: 0;
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: .03em;
  text-align: center;
}
@media (max-width: 800px) {
  :root { --body-copy-size: 1rem; }
  .section-intro.vessel-intro > h2.vessel-lead { font-size: 1.75rem; }
}
@media (max-width: 360px) {
  .section-intro.vessel-intro > h2.vessel-lead { font-size: 1.625rem; }
}

/* Highlight the requested messages with the page's green and gold accents. */
.core-reading .message-callout,
.voice-story .message-callout,
.reading-copy > p.message-callout {
  padding: .55em .85em;
  border-left: 3px solid var(--gold);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, .72);
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.15vw, 1.625rem);
  font-weight: 600;
  line-height: 1.75;
  overflow-wrap: anywhere;
  line-break: strict;
}
.message-callout .message-mark,
.core-kanji-text .message-mark {
  color: inherit;
  font-weight: 700;
  background: linear-gradient(transparent 68%, rgba(194, 157, 112, .24) 68%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.core-kanji-text .message-mark { color: var(--green); }
.message-journey { margin-block: 11px; }
.message-journey > p { margin: 0; font: inherit; }
.message-journey > p + p { margin-top: .6em; }
.founder-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.founder-social a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 12px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #c7d4bb;
  border-radius: 10px;
  color: var(--green);
  background: rgba(255, 255, 255, .8);
  font-family: var(--sans);
  font-size: .9375rem;
  line-height: 1.6;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.founder-social a:hover { background: #edf3ed; }
.founder-social a:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
.founder-social strong { font-weight: 700; }
