/* Responsive reading and decision-making layer.
   Keep the original artwork and palette; let content determine section height. */
:root {
  --header-height: 88px;
  --reading-size: 14px;
}

html { scroll-padding-top: calc(var(--header-height) + 22px); }
body { line-height: 1.8; }
main, section, article, .hero-copy, .person-copy { min-width: 0; }
h1, h2, h3, p, a, button, label { overflow-wrap: anywhere; }
button, input, select, textarea { max-width: 100%; }
.unbreak { max-width: 100%; }
:focus-visible { outline: 3px solid #086c9c; outline-offset: 4px; }
a:focus-visible, button:focus-visible { border-radius: 3px; }
.site-header {
  position: sticky;
  top: 0;
  height: var(--header-height);
  z-index: 40;
  gap: 26px;
  background: #f8f7f2f5;
  backdrop-filter: blur(12px);
}
.desktop-nav { font-size: 13px; gap: clamp(16px, 2.1vw, 32px); }
.desktop-nav a { display: inline-flex; align-items: center; min-height: 44px; }
.header-contact { min-height: 46px; font-size: 13px; padding: 10px 18px; gap: 20px; }
.menu-toggle { width: 44px; height: 44px; flex: 0 0 44px; align-items: center; }
.mobile-nav {
  position: fixed;
  top: var(--header-height);
  max-height: calc(100dvh - var(--header-height));
  overflow-y: auto;
  z-index: 39;
}
.mobile-nav a { min-height: 48px; font-size: 15px; }

/* No fixed hero height: extra copy, text zoom and translated titles must fit. */
.hero {
  height: auto;
  min-height: min(800px, calc(100svh - var(--header-height)));
  max-height: none;
  padding-bottom: clamp(112px, 10vw, 154px);
}
.hero-copy { width: 67%; max-width: 1040px; padding: 28px 0 25px 7%; }
.announcement { min-height: 44px; padding-bottom: 8px; font-size: 12px; line-height: 1.7; }
.announcement>span:last-child { margin-left: 6px; flex-shrink: 0; }
.hero-copy>.eyebrow { margin: 30px 0 17px; font-size: 11px; }
.hero h1 { font-size: clamp(56px, 5.1vw, 78px); line-height: 1.4; }
.hero-intro { font-size: 16px; line-height: 1.95; margin: 20px 0 13px; }
.hero-audience { font-size: 14px; line-height: 1.85; max-width: 37em; margin: 0 0 18px; color: #435c50; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; }
.button { min-height: 56px; font-size: 14px; line-height: 1.6; }
.hero-actions .hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 10px 0;
  border-bottom: 1px solid #718473;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
.hero-secondary:hover { color: #ad371e; }
.hero-caption { margin-top: 13px; font-size: 12px; line-height: 1.8; }
.motion-toggle { min-height: 44px; font-size: 12px; bottom: 152px; }
.hero-foot>a { min-height: 44px; font-size: 10px; }
.mission-ribbon { gap: clamp(12px, 1.6vw, 25px); }
.ribbon-note { font-size: 12px; line-height: 1.8; letter-spacing: .03em; }

.section-heading>p,
.belief-copy>p:not(.eyebrow),
.person-copy>p:not(.eyebrow,.person-role),
.steps p,
.article-card>a>p,
.contact-section>p:not(.eyebrow,.contact-note) {
  font-size: var(--reading-size);
  line-height: 2;
}
.section-heading>p { max-width: 34em; }
.section-heading h2 { line-height: 1.6; }
.small-note, .lab-instruction, .flow-insight p, .approach-note { font-size: 13px; }
.text-link { min-height: 44px; font-size: 14px; padding-top: 8px; padding-bottom: 8px; line-height: 1.7; }
.belief-copy .text-link, .person-copy>.text-link { font-size: 13px; }
.person-role { font-size: 12px; line-height: 1.8; }
.person-copy h3 { line-height: 1.6; }
.person-copy>.eyebrow { font-size: 10px; }
.portrait-wrap { height: 330px; }
.people-grid { gap: 38px; }
.person { grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: 24px; }
.social-channels { grid-template-columns: 1fr 2fr 2fr; gap: 20px; }
.social-channels>div { flex-wrap: wrap; gap: 4px 16px; font-size: 13px; }
.social-channels strong { flex-basis: 100%; font-size: 14px; }
.social-channels a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 0; font-size: 13px; }

.benefit-strip {
  width: 100%;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 4px 0 30px;
  border-bottom: 1px solid var(--line);
}
.benefit-strip article { padding: 0 26px; }
.benefit-strip article:first-child { padding-left: 0; }
.benefit-strip article+article { border-left: 1px solid var(--line); }
.benefit-strip article:last-child { padding-right: 0; }
.benefit-strip article>span { display: block; color: #a63e27; font: 700 12px/1.8 var(--english); letter-spacing: .04em; margin-bottom: 8px; }
.benefit-strip h3 { font-size: 18px; line-height: 1.7; font-weight: 500; margin-bottom: 8px; }
.benefit-strip p { font-size: 14px; line-height: 1.9; color: #536656; }
.benefit-strip article>a { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; margin-top: 10px; padding: 8px 0; border-bottom: 1px solid #8d9a85; font-size: 13px; line-height: 1.8; }

.flow-tabs button { min-height: 60px; font-size: 12px; align-items: center; }
.flow-tabs button span { font-size: 14px; line-height: 1.65; }
.flow-node strong { font-size: 14px; }
.flow-node small { font-size: 11px; line-height: 1.7; }
.flow-message>span { font-size: 12px; line-height: 1.8; }
.flow-message>p { font-size: 18px; }
.flow-bottom .button { min-width: 225px; font-size: 14px; }
.lab-note { font-size: 12px; line-height: 1.9; }
.flow-insight { align-items: center; }
.insight-panel {
  margin-top: 26px;
  padding: 28px;
  border: 1px solid #d5d9c8;
  border-radius: 6px;
  background: #f5efdf;
}
.insight-panel>h3 { font-size: 21px; font-weight: 500; line-height: 1.65; margin-bottom: 24px; }
.insight-panel>p { font-size: 14px; line-height: 1.9; }
.insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.insight-grid article { min-width: 0; }
.insight-grid article>label, .insight-grid article>span { display: block; color: #755d35; font-size: 12px; font-weight: 500; line-height: 1.8; margin-bottom: 8px; }
.insight-grid h3, .insight-grid h4 { font-size: 18px; font-weight: 500; line-height: 1.7; margin: 0 0 9px; }
.insight-grid p { font-size: 14px; line-height: 1.95; }
.insight-reading { padding: 19px 0 0; margin: 22px 0 0; border-top: 1px solid #d6d2bf; }
.insight-reading>p { font-size: 13px; line-height: 1.9; margin-bottom: 9px; }
.insight-reading ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 22px; }
.insight-reading li { min-width: 0; }
.insight-reading a { display: flex; align-items: center; min-height: 44px; font-size: 13px; line-height: 1.9; text-decoration: underline; text-underline-offset: 4px; }
.insight-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #d6d2bf; }
.insight-actions a, .insight-actions button { min-height: 48px; font-size: 14px; }
.insight-actions>p { font-size: 12px; line-height: 1.9; }

.journal-toolbar { align-items: flex-start; flex-wrap: wrap; gap: 20px; }
.journal-tabs { flex-wrap: wrap; }
.journal-tabs button { min-height: 46px; font-size: 14px; padding: 10px 20px; }
.journal-tools { display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; margin: 0 0 24px; }
.search-label { min-height: 48px; width: 245px; margin: 0; }
.search-label input { min-height: 44px; font-size: 16px; }
.journal-tools>label:not(.search-label) { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 12px; }
#journal-sort { min-height: 46px; max-width: 100%; font-size: 16px; border: 1px solid #a8b2a5; border-radius: 4px; padding: 8px 30px 8px 10px; background: #fffdf8; color: var(--ink); }
.journal-subfilters { flex-wrap: wrap; gap: 8px 20px; margin-top: 16px; }
.journal-subfilters>div { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.journal-subfilters button { min-height: 44px; margin: 0; padding: 8px 2px; font-size: 13px; }
#article-count { font-size: 12px; line-height: 1.8; }
.article-meta { font-size: 11px; flex-wrap: wrap; gap: 6px 12px; line-height: 1.8; }
.article-card h3 { font-size: 19px; line-height: 1.75; }
.article-cover>span { overflow-wrap: anywhere; }
.article-more { font-size: 12px; min-height: 48px; }
.historical-note { font-size: 12px; line-height: 1.85; color: #6b5f43; }
.platform-badge { font-size: 11px; }
.journal-foot { font-size: 12px; align-items: center; line-height: 1.9; }
.journal-foot p { font-size: 12px; }
.journal-foot>a { white-space: normal; min-height: 44px; display: inline-flex; align-items: center; gap: 7px; }
.feed-loading, .feed-empty { font-size: 15px; padding: 48px 20px; border: 1px dashed var(--line); border-radius: 5px; }
.feed-empty button { min-height: 44px; font-size: 14px; }

.contact-section>.button { font-size: 15px; }
.contact-note { font-size: 12px; line-height: 1.9; }
.contact-email { font-size: 14px; min-height: 44px; padding: 8px 0; }
.contact-faq { position: relative; z-index: 2; max-width: 760px; margin: 32px auto 0; text-align: left; }
.contact-faq details { border-top: 1px solid #77382055; }
.contact-faq details:last-child { border-bottom: 1px solid #77382055; }
.contact-faq summary { cursor: pointer; min-height: 52px; padding: 13px 4px; font-size: 15px; line-height: 1.8; }
.contact-faq details p { font-size: 14px; line-height: 1.95; padding: 0 4px 20px; }
.contact-faq summary:focus-visible { outline-offset: 3px; }
.contact-dialog { width: min(580px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); overflow-y: auto; padding: 42px 32px; }
.dialog-close { width: 44px; height: 44px; }
.contact-dialog>p:not(.eyebrow), .contact-dialog label { font-size: 14px; }
.contact-dialog select, .contact-dialog textarea { font-size: 16px; min-height: 48px; }
.contact-dialog label span, .form-note { font-size: 12px; }
.contact-dialog textarea { min-height: 132px; }
.footer-main>p { font-size: 13px; }
.footer-bottom { font-size: 11px; gap: 8px 22px; }
.footer-bottom>a, .footer-bottom>button { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; }
.mobile-consult { display: none; }
.is-offscreen .stream-particle,
.is-offscreen .joy-seal svg,
.is-offscreen .contact-orbit { animation-play-state: paused; }

/* Tablet: two independent portrait cards and a real two-column reading grid. */
@media (min-width: 601px) and (max-width: 1150px) {
  .hero { min-height: 0; padding-bottom: 110px; }
  .hero-copy { width: 80%; padding: 28px 0 28px 6%; max-width: 820px; }
  .hero h1 { font-size: clamp(50px, 6.5vw, 69px); }
  .hero-copy>.eyebrow { margin-top: 27px; }
  .hero-art:after { background: linear-gradient(90deg,#faf8f1fa 0%,#faf8f1e6 29%,#faf8f16b 55%,#faf8f100 87%); }
  .hero-art img, .hero-art video { object-position: 58% 50%; }
  .joy-seal { top: 80px; right: 4%; width: 84px; height: 84px; }
  .joy-seal>span { font-size: 42px; }
  .hero-foot>span { font-size: 12.2vw; }
  .motion-toggle { bottom: 113px; right: 4%; }
  .section-wrap { width: 88%; }
  .section-heading { align-items: flex-start; gap: 30px; }
  .section-heading h2 { font-size: clamp(30px, 3.5vw, 39px); }
  .section-heading>p { min-width: 0; width: 44%; }
  .belief-section { padding-left: 6%; padding-right: 6%; gap: 6%; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); }
  .belief-copy h2 { font-size: clamp(27px, 3.6vw, 37px); }
  .belief-art { height: 440px; }
  .people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .person { display: flex; flex-direction: column; align-items: stretch; gap: 24px; }
  .portrait-wrap { width: 100%; height: auto; aspect-ratio: 1.12; }
  .person-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
  .person-copy h3 { font-size: 27px; }
  .person-copy>.text-link { margin-top: auto; padding-top: 18px; }
  .social-channels { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 32px; }
  .social-channels>.eyebrow { grid-column: 1/-1; }
  .social-channels>div { gap: 4px 18px; }
  .social-channels strong { width: 100%; margin: 0; }
  .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 26px; }
  .journal-toolbar { gap: 18px; }
  .journal-tools { flex-basis: 100%; justify-content: space-between; }
  .search-label { flex: 1; max-width: 440px; }
  .steps article { padding-right: 22px; }
  .steps article+article { padding-left: 22px; }
  .steps h3 { font-size: 21px; }
  .steps p br, .belief-copy>p:not(.eyebrow) br { display: none; }
  .benefit-strip article { padding: 0 20px; }
  .benefit-strip h3 { font-size: 17px; }
  .insight-panel { padding: 24px; }
  .insight-grid { gap: 22px; }
  .insight-grid h3, .insight-grid h4 { font-size: 17px; }
}

@media (max-width: 850px) {
  :root { --header-height: 80px; }
  .site-header { gap: 14px; }
  .header-contact { padding: 9px 14px; font-size: 12px; gap: 12px; }
  .section-topline .small-note { font-size: 11px; }
  .flow-tabs button { gap: 8px; padding: 13px 6px; }
  .flow-tabs button span { font-size: 13px; }
  .flow-node { width: 122px; }
  .flow-node strong { font-size: 12px; }
  .flow-node small { font-size: 10px; }
  .flow-message>p { font-size: 17px; }
  .flow-insight .text-link { margin-left: 0; }
  .insight-grid { grid-template-columns: 1fr; gap: 20px; }
  .insight-grid article+article { padding-top: 18px; border-top: 1px solid #d6d2bf; }
  .insight-grid h3, .insight-grid h4 { font-size: 18px; margin-bottom: 5px; }
  .insight-grid article>span, .insight-grid article>label { margin-bottom: 5px; }
  .belief-copy>p:not(.eyebrow), .steps p { font-size: 14px; }
  .contact-section>.button { max-width: 100%; min-width: 0; }
}

@media (min-width: 601px) and (max-width: 699px) {
  .section-heading { display: block; }
  .section-heading>p { width: auto; margin-top: 20px; }
  .people-grid { grid-template-columns: 1fr; }
  .person { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); }
  .portrait-wrap { aspect-ratio: .75; }
  .person-copy>.text-link { margin-top: 12px; }
  .benefit-strip { grid-template-columns: 1fr; padding: 16px 0; }
  .benefit-strip article, .benefit-strip article:first-child, .benefit-strip article:last-child { padding: 20px 0; border-left: 0; }
  .benefit-strip article+article { border-top: 1px solid var(--line); border-left: 0; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article+article { padding: 24px 0 24px 90px; border-left: 0; border-bottom: 1px solid var(--line); }
  .step-number { position: absolute; left: 0; top: 26px; }
  .step-icon { position: absolute; left: 0; top: 36px; font-size: 48px; }
  .steps p { margin-top: 10px; }
}

/* Phone: visible value and actions first, with a dedicated artwork area below. */
@media (max-width: 600px) {
  :root { --header-height: 72px; }
  html { scroll-padding-bottom: 92px; }
  .site-header { padding: 0 5%; gap: 10px; }
  .brand img { width: 119px; }
  .brand span { font-size: 6.5px; letter-spacing: 1.05px; }
  .header-contact { padding: 8px 10px; gap: 8px; font-size: 12px; }
  .header-contact>span { font-size: 18px; }
  .hero { min-height: 0; height: auto; padding-bottom: 180px; }
  .hero-copy { width: 100%; max-width: none; padding: 17px 6% 0; }
  .announcement { min-height: 40px; max-width: 100%; font-size: 10.5px; line-height: 1.6; gap: 7px; padding-bottom: 8px; }
  .announcement>span:last-child { margin-left: 0; }
  .hero-copy>.eyebrow { margin: 20px 0 14px; font-size: 10px; }
  .hero h1 { font-size: clamp(39px, 11vw, 61px); line-height: 1.39; }
  .hero-intro, .hero-intro .unbreak { font-size: 14px; line-height: 1.9; }
  .hero-intro { margin: 16px 0 10px; letter-spacing: 0; }
  .hero-audience { font-size: 13px; line-height: 1.8; margin-bottom: 14px; max-width: 33em; }
  .hero-actions { gap: 0 18px; }
  .hero .button { font-size: 14px; min-height: 54px; padding: 13px 18px; gap: 20px; }
  .hero-actions>.button { flex-grow: 1; max-width: 360px; }
  .hero-actions .hero-secondary { min-height: 44px; font-size: 13px; padding: 8px 0; }
  .hero-caption { font-size: 11px; margin-top: 9px; }
  .hero-art { inset: auto 0 0; width: 100%; height: 325px; }
  .hero-art img, .hero-art video { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 60%; }
  .hero-art:after { background: linear-gradient(180deg,#faf8f1 0%,#faf8f1cc 22%,#faf8f100 66%); }
  .joy-seal { top: auto; bottom: 77px; right: 7%; width: 66px; height: 66px; }
  .joy-seal>span { font-size: 34px; }
  .hero-foot { bottom: 14px; left: 5%; right: 5%; display: block; }
  .hero-foot>span { font-size: 14.6vw; line-height: 1; }
  .hero-foot>a { display: none; }
  .motion-toggle { bottom: 80px; left: 6%; right: auto; min-height: 44px; font-size: 11px; padding: 9px 13px; }
  .mission-ribbon { gap: 11px; padding: 18px 5%; }
  .mission-ribbon>span:not(.ribbon-note,.ribbon-flower) { font-size: 21px; }
  .ribbon-note { font-size: 11px; }
  .section-wrap { width: 88%; }
  .benefit-strip { grid-template-columns: 1fr; padding: 12px 0; }
  .benefit-strip article, .benefit-strip article:first-child, .benefit-strip article:last-child { padding: 20px 0; border-left: 0; }
  .benefit-strip article+article { border-top: 1px solid var(--line); border-left: 0; }
  .benefit-strip article>span { margin-bottom: 3px; font-size: 11px; }
  .benefit-strip h3 { font-size: 18px; margin-bottom: 5px; }
  .benefit-strip p { font-size: 14px; }
  .section-heading { margin: 25px 0 28px; }
  .section-heading h2 { font-size: clamp(28px, 7.5vw, 34px); line-height: 1.65; }
  .section-heading>p { font-size: 14px; margin-top: 20px; line-height: 2; }
  .flow-section, .journal-section, .approach-section { padding-top: 56px; }
  .eyebrow { font-size: 10px; }
  .flow-lab { padding: 20px 14px 18px; margin-left: 0; margin-right: 0; }
  .flow-top>.eyebrow { font-size: 9px; }
  .lab-instruction { font-size: 12px; line-height: 1.8; }
  .flow-tabs { margin-top: 15px; }
  .flow-tabs button { display: flex; flex-direction: column; justify-content: center; gap: 6px; min-width: 0; min-height: 82px; padding: 11px 3px; font-size: 10px; }
  .flow-tabs button span { display: block; font-size: 12px; line-height: 1.65; margin-top: 0; }
  .flow-stage { height: 211px; padding-bottom: 11px; }
  .flow-stage svg { top: 0; height: 141px; overflow: hidden; }
  .flow-node { width: 47%; }
  .flow-node strong { font-size: 12px; line-height: 1.7; }
  .flow-node small { font-size: 10px; }
  .flow-bottom { gap: 18px; padding-top: 17px; }
  .flow-message>span { font-size: 12px; line-height: 1.8; }
  .flow-message>p { font-size: 16px; line-height: 1.85; }
  .flow-bottom>.button { min-width: 0; min-height: 54px; font-size: 14px; padding: 14px 16px; }
  .lab-note { font-size: 12px; line-height: 1.9; }
  .flow-insight { gap: 10px; align-items: flex-start; }
  .flow-insight>p { font-size: 14px; max-width: calc(100% - 40px); }
  .flow-insight .text-link { margin-left: 38px; font-size: 13px; }
  .insight-panel { margin-top: 22px; padding: 22px 18px; }
  .insight-grid { gap: 18px; }
  .insight-grid h3, .insight-grid h4 { font-size: 18px; }
  .insight-grid p { font-size: 14px; }
  .insight-reading ul { grid-template-columns: 1fr; gap: 10px; }
  .insight-actions { gap: 8px; padding-top: 18px; margin-top: 20px; }
  .insight-actions .button { width: 100%; min-width: 0; font-size: 14px; padding: 13px 15px; gap: 12px; }
  .insight-actions .text-link { font-size: 13px; }
  .belief-section { gap: 31px; padding: 42px 6%; }
  .belief-art { height: 310px; }
  .belief-copy h2 { font-size: 31px; }
  .belief-copy>p:not(.eyebrow) { font-size: 14px; line-height: 2; }
  .belief-copy>p:not(.eyebrow) br { display: none; }
  .belief-copy>.text-link { font-size: 13px; }
  .journal-toolbar { display: flex; flex-direction: column; gap: 16px; }
  .journal-tabs { width: 100%; gap: 5px; flex-wrap: nowrap; }
  .journal-tabs button { min-width: 0; min-height: 46px; font-size: 13px; padding: 10px 6px; }
  .journal-tools { width: 100%; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; }
  .search-label { width: 100%; margin: 0; }
  .search-label input { font-size: 16px; }
  .journal-tools>label:not(.search-label) { justify-content: space-between; }
  #journal-sort { font-size: 16px; justify-self: start; }
  .journal-subfilters { margin: 12px 0 22px; gap: 6px 16px; }
  .journal-subfilters>div { gap: 16px; }
  .journal-subfilters button { font-size: 13px; }
  #article-count { font-size: 12px; }
  .journal-grid { gap: 33px; }
  .article-card h3 { font-size: 19px; line-height: 1.8; }
  .article-card>a>p { font-size: 14px; line-height: 1.95; }
  .article-meta { font-size: 11px; }
  .article-more { font-size: 12px; }
  .journal-foot p, .journal-foot>a { font-size: 12px; }
  #load-more { min-height: 52px; font-size: 14px; max-width: 100%; }
  .people-grid { gap: 42px; }
  .person { display: block; }
  .portrait-wrap { height: auto; aspect-ratio: 1.06; max-height: 430px; }
  .person-copy { margin-top: 23px; }
  .person-copy h3 { font-size: 27px; }
  .person-copy>.eyebrow { font-size: 10px; }
  .person-role { font-size: 12px; }
  .person-copy>p:not(.eyebrow,.person-role) { font-size: 14px; line-height: 2; }
  .person-copy>.text-link { font-size: 14px; }
  .social-channels { grid-template-columns: 1fr; gap: 22px; }
  .social-channels>div { flex-wrap: wrap; gap: 2px 24px; font-size: 13px; }
  .social-channels strong { flex-basis: 100%; width: 100%; font-size: 14px; margin: 0 0 3px; }
  .social-channels a { font-size: 13px; }
  .steps article, .steps article+article { padding: 26px 0 26px 66px; }
  .steps h3 { font-size: 22px; }
  .steps p { font-size: 14px; line-height: 1.95; }
  .steps p br { display: none; }
  .step-icon { font-size: 42px; }
  .approach-note { font-size: 13px; line-height: 1.95; }
  .contact-section { padding: 56px 6%; }
  .contact-section h2 { font-size: clamp(29px, 8vw, 37px); }
  .contact-section>p:not(.eyebrow,.contact-note) { font-size: 14px; line-height: 2; }
  .contact-section>.button { width: 100%; min-width: 0; max-width: 380px; font-size: 14px; padding: 15px 17px; gap: 12px; }
  .contact-note { font-size: 12px; }
  .contact-email { font-size: 14px; margin-top: 20px; }
  .contact-faq { margin-top: 28px; }
  .contact-faq summary { font-size: 14px; padding: 14px 0; }
  .contact-faq details p { font-size: 14px; padding-right: 0; padding-left: 0; }
  .contact-dialog { padding: 42px 22px 25px; }
  .contact-dialog h2 { font-size: 22px; }
  .contact-dialog form>.button { padding-left: 15px; padding-right: 15px; font-size: 14px; gap: 12px; }
  .shop-strip .text-link { font-size: 13px; }
  .footer-main>p { font-size: 12px; }
  .footer-bottom { font-size: 11px; gap: 4px 16px; }
  .footer-bottom>button { font-size: 12px; }
  .site-footer { padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px)); }
  .mobile-consult {
    display: flex;
    position: fixed;
    z-index: 35;
    left: 12px;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 54px;
    padding: 12px 18px;
    background: var(--ink);
    color: #fff;
    border: 1px solid #fff8;
    border-radius: 5px;
    box-shadow: 0 5px 20px #18372b26;
    font-size: 14px;
    line-height: 1.65;
  }
  .mobile-consult span { flex-shrink: 0; }
}

@media (max-width: 359px) {
  .site-header { gap: 8px; padding: 0 4.5%; }
  .brand img { width: 105px; }
  .brand span { font-size: 5.8px; letter-spacing: .85px; }
  .header-contact { padding: 8px; font-size: 11px; gap: 6px; }
  .hero h1 { font-size: 38px; }
  .hero-copy>.eyebrow { margin-top: 18px; }
  .hero .button { font-size: 13px; }
  .hero-intro .unbreak { display: inline; }
  .mission-ribbon { gap: 9px; }
  .mission-ribbon>span:not(.ribbon-note,.ribbon-flower) { font-size: 19px; }
  .journal-tabs button { font-size: 12px; padding: 10px 4px; }
  .section-heading h2 { font-size: 27px; }
  .section-heading>p br { display: none; }
  .flow-tabs button span { font-size: 11px; }
  .flow-lab { padding-left: 11px; padding-right: 11px; }
  .social-channels>div { gap: 2px 18px; }
  .contact-dialog { padding-left: 18px; padding-right: 18px; }
}

/* Keep the viewport usable with an on-screen keyboard or a landscape phone. */
@media (max-height: 500px) and (max-width: 950px) {
  :root { --header-height: 64px; }
  html { scroll-padding-top: 20px; }
  .site-header { position: relative; }
  .mobile-nav { position: absolute; }
  .hero-copy>.eyebrow { margin-top: 18px; }
  .hero h1 { font-size: 46px; }
  .mobile-consult { display: none; }
  .contact-dialog { max-height: calc(100dvh - 20px); }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-consult { transition: none; }
}

/* Match the tablet section width when extending the backdrop to the viewport. */
@media (min-width: 851px) and (max-width: 1150px) {
  .about-section:before { left: -6.818182%; right: -6.818182%; }
}

#contact-context { padding: 12px; background: #f1f1e6; border-left: 3px solid #6b826b; font-size: 13px; line-height: 1.8; }
@media (max-width: 359px) { .contact-dialog h2 { font-size: 20px; } }
