/* MasterChurch LP v2 — revisão cromática da V1 aprovada.
   Fonte: reino_manual_marca.pdf, página 65 (preenchimentos RGB vetoriais).
   Os HEX abaixo são conversões para sRGB 8-bit; não códigos escritos no manual.
   Layout, conteúdo, fotografias e JavaScript preservados.
   Classes históricas como .button-green e .surface-sage foram mantidas por compatibilidade.
   Referência de composição: Poseify / HTML Codex, crédito preservado no rodapé. */
:root {
  /* Quatro amostras do manual. */
  --kingdom-gold: #d0a472;
  --foundation-sand: #e8e8e8;
  --legacy-gray: #6b6b6b;
  --eternal-black: #000000;

  /* Papéis semânticos e derivações da paleta. */
  --gold: var(--kingdom-gold);
  --gold-dark: #7d6244;
  --gold-hover: #dcbb95;
  --gold-light: #e8d2b9;
  --gold-tint: #f6ede3;
  --gold-wash: #fbf6f1;
  --gold-line: #e8d2b9;
  --accent-ink: var(--gold-dark);
  --canvas: #fafafa;
  --paper: #ffffff;
  --surface-muted: var(--foundation-sand);
  --surface-dark: var(--eternal-black);
  --surface-dark-deep: var(--eternal-black);
  --surface-dark-raised: #1f1f1f;
  --surface-dark-active: #292929;
  --ink: var(--eternal-black);
  --muted: #626262;
  --text-on-dark: var(--foundation-sand);
  --muted-on-dark: #c9c9c9;
  --neutral-wash: #f4f4f4;
  --neutral-ink: #444444;
  --neutral-hover: #333333;
  --line: #cccccc;
  --line-soft: var(--foundation-sand);
  --line-strong: var(--legacy-gray);
  --line-dark: #3d3d3d;
  --control-line: #8b8b8b;
  --light-line: rgba(232,232,232,.17);

  /* Cor semântica restrita a mensagens/campos inválidos; não é cor de marca. */
  --error: #9d3028;
  --error-wash: #fffaf8;
  --error-surface: #fff3ee;
  --error-line: #dfbcb0;

  /* Geometria e tipografia preservadas da V1. */
  --radius: 18px;
  --header-height: 90px;
  --container: 1232px;
  --body-font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --display-font: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 102px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--body-font); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
::selection { color: var(--surface-dark); background: var(--gold); }
img, svg { vertical-align: middle; }
img { display: block; width: 100%; height: auto; }
figure, blockquote { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: not-allowed; }
:focus-visible { outline: 3px solid var(--gold-dark); outline-offset: 5px; }
.dark :focus-visible, .site-header :focus-visible { outline-color: var(--gold); }
[hidden] { display: none !important; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-weight: 600; line-height: 1.18; }
h1 { font-size: clamp(58px, 5.65vw, 84px); letter-spacing: -.055em; }
h2 { font-size: clamp(36px, 3.5vw, 50px); letter-spacing: -.047em; }
h3 { font-size: 21px; letter-spacing: -.025em; }
h4 { font-size: 17px; }
em { font-family: var(--display-font); font-weight: 400; letter-spacing: -.045em; }
p { color: var(--muted); }
p + p { margin-top: 17px; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; }
.container { width: min(var(--container), calc(100% - 112px)); margin-inline: auto; }
.section { padding: 110px 0; }
.dark { background: var(--surface-dark); color: var(--canvas); }
.dark p { color: var(--muted-on-dark); }
.dark h2 em, .dark h1 em { color: var(--gold); }
.surface-sage { background: var(--surface-muted); }
.lead { font-size: 20px; line-height: 1.6; color: var(--ink); letter-spacing: -.012em; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; color: var(--accent-ink); font-size: 10.5px; font-weight: 650; line-height: 1.6; letter-spacing: .145em; text-transform: uppercase; }
.eyebrow > span { display: block; width: 28px; height: 1px; background: currentColor; flex-shrink: 0; }
.dark .eyebrow { color: var(--gold); }
.mini-label { display: block; font-size: 9px; letter-spacing: .13em; font-weight: 650; line-height: 1.7; color: var(--muted); }
.button { min-height: 54px; padding: 15px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; border-radius: 6px; line-height: 1.45; font-size: 13px; font-weight: 600; transition: background .2s, transform .2s, box-shadow .2s; }
.button .icon { width: 19px; height: 19px; }
.button:hover { transform: translateY(-2px); box-shadow: 0 7px 16px rgba(0,0,0,.08); }
.button-primary { background: var(--gold); color: var(--surface-dark-deep); }
.button-primary:hover { background: var(--gold-hover); }
.button-green { background: var(--gold); color: var(--ink); }
.button-green:hover { background: var(--gold-hover); }
.button:disabled { opacity: .65; transform: none; box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--surface-dark); }
.text-link .icon { width: 19px; height: 19px; transition: transform .2s; }
.text-link:hover .icon { transform: translateX(4px); }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link.light { color: var(--canvas); }
.section-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 88px; margin-bottom: 50px; }
.intro-copy { max-width: 458px; justify-self: end; padding-bottom: 4px; }
.intro-copy > p { font-size: 16px; line-height: 1.8; }
.intro-copy > .lead { font-size: 20px; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.split-copy > h2 { margin-bottom: 25px; }
.split-copy > .lead { margin-bottom: 14px; }
.split-copy > .text-link { margin-top: 27px; }
.icon-ring { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; border: 1px solid var(--line); border-radius: 50%; flex: 0 0 auto; color: var(--accent-ink); }
.icon-box { display: inline-flex; align-items: center; justify-content: center; width: 45px; height: 45px; background: var(--gold-tint); color: var(--accent-ink); border-radius: 10px; }
.photo-frame { position: relative; overflow: hidden; border-radius: var(--radius); isolation: isolate; }
.photo-frame > img { height: 100%; object-fit: cover; }
.photo-frame img { transition: transform .7s; }
@media (hover: hover) { .photo-frame:hover > img { transform: scale(1.022); } }
.image-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 38px 22px 18px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.77)); font-size: 10px; letter-spacing: .03em; }
.illustration-card { background: white; border: 1px solid var(--line-soft); border-radius: var(--radius); box-shadow: 0 18px 50px rgba(0,0,0,.06); }
.small-tag { background: var(--neutral-wash); border: 1px solid var(--line-soft); border-radius: 5px; padding: 4px 7px; font-size: 9px; color: var(--gold-dark); line-height: 1.5; white-space: nowrap; }
.check-list { list-style: none; margin: 24px 0 0; padding: 0; }
.check-list li { display: flex; gap: 12px; margin-top: 13px; align-items: flex-start; font-size: 14px; color: var(--ink); }
.check-list .icon { width: 17px; height: 17px; margin-top: 4px; color: var(--accent-ink); }
.dark .check-list li { color: var(--text-on-dark); }
.dark .check-list .icon { color: var(--gold); }
.outline-tag { display: inline-block; border: 1px solid var(--line-strong); border-radius: 4px; color: var(--text-on-dark); font-size: 10px; padding: 4px 10px; margin-top: 18px; letter-spacing: .04em; }
.outline-tag.dark-tag { color: var(--gold-dark); border-color: var(--line); }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 10px; left: 10px; z-index: 1000; background: white; color: var(--surface-dark); padding: 12px 22px; border-radius: 6px; }
/* Navegação */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); color: white; border-bottom: 1px solid rgba(255,255,255,.15); transition: background .25s, height .25s, box-shadow .25s; }
.site-header.is-scrolled { height: 76px; background: rgba(0,0,0,.97); backdrop-filter: blur(18px); box-shadow: 0 3px 14px rgba(0,0,0,.07); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; color: inherit; font-size: 23px; font-weight: 650; letter-spacing: -.05em; line-height: 1.2; }
.brand-mark { width: 39px; height: 39px; color: var(--gold); flex-shrink: 0; }
.brand-light { font-weight: 350; }
.brand small { display: block; margin-top: 5px; letter-spacing: .21em; font-size: 7.5px; font-weight: 400; color: var(--muted-on-dark); }
.main-nav { display: flex; gap: 31px; align-items: center; }
.main-nav > a { font-size: 12px; font-weight: 500; line-height: 1.5; color: var(--text-on-dark); padding: 11px 0; transition: color .2s; }
.main-nav > a:hover, .main-nav > a[aria-current] { color: var(--gold); }
.main-nav > .nav-cta { display: inline-flex; align-items: center; gap: 16px; color: white; border: 1px solid rgba(232,232,232,.46); border-radius: 5px; padding: 12px 18px; margin-left: 4px; }
.nav-cta .icon { width: 17px; height: 17px; }
.nav-cta:hover { background: rgba(255,255,255,.06); }
.menu-toggle { display: none; color: white; background: transparent; border: 1px solid var(--line-strong); border-radius: 6px; min-height: 44px; padding: 8px 10px; }
/* Abertura */
.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero-picture { position: absolute; z-index: -3; inset: 0; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 43%), linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.93) 26%, rgba(0,0,0,.82) 43%, rgba(0,0,0,.35) 70%, rgba(0,0,0,.12) 100%); }
.hero-main { position: relative; min-height: 760px; padding-top: 172px; padding-bottom: 105px; display: flex; align-items: center; }
.hero-copy { max-width: 800px; }
.hero .eyebrow { font-size: 10px; margin-bottom: 25px; color: var(--gold); }
.hero h1 { line-height: 1.08; font-weight: 550; }
.hero h1 em { font-size: 1.15em; line-height: .99; }
.hero-description { max-width: 430px; font-size: 17px; line-height: 1.8; color: var(--text-on-dark) !important; margin-top: 27px; }
.hero-actions { margin-top: 30px; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.hero .button { font-size: 12px; padding-inline: 21px; min-height: 54px; }
.hero .text-link { font-size: 12px; }
.stage-note { display: flex; align-items: center; gap: 10px; margin-top: 24px; font-size: 10px; letter-spacing: .025em; color: var(--muted-on-dark) !important; }
.hero-image-note { position: absolute; right: -8px; bottom: 80px; display: flex; align-items: center; gap: 18px; writing-mode: vertical-rl; letter-spacing: .22em; font-size: 8px; color: var(--text-on-dark); }
.tiny-line { height: 48px; width: 1px; background: var(--gold-light); }
.hero-bottom { background: rgba(0,0,0,.69); border-top: 1px solid var(--light-line); }
.hero-pillars { min-height: 111px; display: grid; grid-template-columns: 1fr 1fr 1.15fr auto; align-items: center; gap: 36px; }
.hero-pillars > div { display: flex; gap: 18px; align-items: center; }
.hero-pillars > div > .icon { width: 28px; height: 28px; color: var(--gold); }
.hero-pillars > div > span { font-size: 13px; line-height: 1.5; }
.hero-pillars small { display: block; font-size: 10px; margin-top: 5px; color: var(--muted-on-dark); }
.hero-scroll { display: flex; align-items: center; justify-content: center; border: 1px solid var(--line-strong); width: 43px; height: 43px; border-radius: 50%; }
.hero-scroll .icon { transform: rotate(90deg); width: 18px; height: 18px; }
/* Propósito */
.purpose { padding-bottom: 75px; }
.purpose-intro { margin-bottom: 50px; }
.purpose-intro h2 { font-size: 45px; }
.values-row { border-top: 1px solid var(--line); padding-top: 35px; display: grid; grid-template-columns: 1fr 1fr 1.18fr; gap: 35px; }
.values-row article { display: flex; gap: 16px; align-items: center; }
.values-row h3 { font-size: 16px; letter-spacing: -.02em; margin-bottom: 5px; }
.values-row p { font-size: 11.5px; }
/* Unidades */
.units { padding-block: 105px; }
.unit-visual { position: relative; padding: 0 40px 62px 0; }
.unit-photo { height: 466px; border-radius: 18px 18px 80px 18px; }
.unit-photo img { object-position: center; }
.unit-photo .image-caption { padding-bottom: 150px; }
.unit-map { position: absolute; bottom: 0; right: 0; width: 90%; padding: 25px; box-shadow: 0 16px 36px rgba(0,0,0,.12); border-radius: 12px; }
.unit-map > .mini-label { font-size: 8.5px; margin-bottom: 14px; }
.unit-root { display: flex; align-items: center; gap: 12px; background: var(--surface-dark); color: white; padding: 13px 16px; border-radius: 7px; }
.unit-root > .icon { width: 26px; height: 26px; color: var(--gold); }
.unit-root > span { font-size: 12px; font-weight: 550; line-height: 1.4; }
.unit-root > span > small { display: block; color: var(--muted-on-dark); font-size: 9px; font-weight: 400; margin-top: 3px; }
.unit-root .small-tag { margin-left: auto; color: var(--text-on-dark); background: var(--neutral-hover); border-color: var(--line-dark); font-size: 8px; }
.unit-branches { display: flex; gap: 12px; justify-content: center; padding-top: 22px; position: relative; }
.unit-branches::before { content: ""; position: absolute; width: calc(50% + 8px); height: 13px; border: 1px solid var(--line); border-bottom: 0; top: 10px; left: 25%; }
.unit-branches::after { content: ""; position: absolute; width: 1px; height: 10px; background: var(--line); top: 0; left: 50%; }
.unit-branches > div { display: flex; justify-content: center; align-items: center; flex: 1; gap: 8px; background: var(--neutral-wash); border: 1px solid var(--line-soft); border-radius: 5px; padding: 9px 5px; font-size: 10px; }
.unit-branches .icon { width: 15px; height: 15px; color: var(--gold-dark); }
/* Pessoa e exemplo de cadastro */
.people-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.people-story .photo-frame { height: 403px; }
.people-story .photo-frame img { object-position: 52% center; }
.people-story > p { font-size: 12px; border-left: 2px solid var(--gold); padding-left: 15px; margin-top: 24px; }
.people-story > p > strong { font-weight: 550; color: var(--ink); }
.person-card { padding: 26px 28px 18px; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line-soft); }
.card-topline > span:first-child { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 550; }
.card-topline > span:first-child > .icon { width: 16px; height: 16px; }
.person-identity { display: flex; gap: 15px; align-items: center; margin: 26px 0 17px; }
.avatar { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; font-size: 10px; color: var(--gold-dark); font-weight: 600; background: var(--surface-muted); flex-shrink: 0; }
.avatar-person { height: 61px; width: 61px; background: var(--gold-tint); color: var(--gold-dark); font-family: var(--display-font); font-size: 24px; font-weight: 400; }
.person-identity h3 { font-size: 23px; }
.person-identity div > span { font-size: 10px; color: var(--muted); }
.role-chips { display: flex; gap: 7px; margin-bottom: 22px; }
.role-chips > span { background: var(--surface-muted); border-radius: 4px; padding: 4px 9px; font-size: 9px; color: var(--gold-dark); }
.role-chips > span + span { background: var(--gold-tint); color: var(--gold-dark); }
.tab-list { display: none; }
.is-enhanced .tab-list { display: flex; }
.no-js-title { padding: 16px 0 6px; }
.is-enhanced .no-js-title { display: none; }
.profile-tabs .tab-list { gap: 12px; border-bottom: 1px solid var(--line); }
.profile-tabs .tab-list button { position: relative; flex: 1; padding: 10px 3px; border: 0; color: var(--muted); font-size: 11px; background: transparent; min-height: 44px; }
.profile-tabs .tab-list button[aria-selected="true"] { color: var(--surface-dark); font-weight: 600; }
.profile-tabs .tab-list button[aria-selected="true"]::after { content: ""; position: absolute; height: 2px; bottom: -1px; left: 0; right: 0; background: var(--accent-ink); }
.profile-panel { padding: 4px 0; min-height: 204px; }
.profile-row { display: flex; gap: 12px; padding: 14px 0; align-items: flex-start; border-bottom: 1px solid var(--line-soft); }
.profile-row:last-child { border-bottom: 0; }
.profile-row .icon { color: var(--gold-dark); height: 19px; width: 19px; margin-top: 2px; }
.profile-row > span { font-size: 11px; font-weight: 550; line-height: 1.5; }
.profile-row small { display: block; color: var(--muted); font-size: 10px; font-weight: 400; margin-top: 3px; }
.card-footnote { background: var(--neutral-wash); border-radius: 5px; text-align: center; padding: 9px 4px; font-size: 9px; margin-top: 10px; }
/* Jornada */
.journey { background: var(--surface-dark-raised); }
.journey .section-intro { margin-bottom: 45px; }
.journey-track { display: grid; grid-template-columns: repeat(4,1fr); gap: 38px; }
.journey-track > article { position: relative; padding: 0 15px 0 0; }
.journey-track > article::after { content: ""; position: absolute; top: 25px; left: 77px; width: calc(100% - 55px); height: 1px; background: var(--line-strong); }
.journey-track > article:last-child::after { display: none; }
.journey-icon { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border: 1px solid var(--line-strong); color: var(--gold); border-radius: 50%; margin-bottom: 20px; background: var(--surface-dark-raised); }
.journey-icon .icon { width: 23px; height: 23px; }
.step-number { font-size: 9px; color: var(--muted-on-dark); letter-spacing: .1em; }
.journey-track h3 { font-size: 22px; margin-top: 6px; }
.journey-track p { font-size: 13px; line-height: 1.75; margin-top: 13px; }
.journey-note { font-size: 9px; margin-top: 40px; border-top: 1px solid var(--line-dark); padding-top: 20px; color: var(--muted-on-dark) !important; }
/* Famílias */
.family-section { padding-bottom: 70px; }
.family-section .split { gap: 100px; }
.family-photo { height: 548px; }
.family-photo img { object-position: 40% center; }
.family-photo figcaption { position: absolute; inset: auto 16px 16px; display: flex; align-items: center; gap: 14px; background: rgba(250,250,250,.96); color: var(--surface-dark); padding: 18px; border-radius: 10px; }
.family-photo figcaption .icon-ring { height: 43px; width: 43px; }
.family-photo figcaption .icon { width: 20px; height: 20px; }
.family-photo figcaption div { font-size: 13px; font-weight: 550; line-height: 1.6; }
.family-photo figcaption small { display: block; font-size: 9px; color: var(--muted); font-weight: 400; }
.family-examples { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.family-examples > .mini-label { font-size: 8px; margin-bottom: 13px; }
.family-examples > div { display: flex; align-items: center; gap: 12px; font-size: 12px; margin-top: 12px; }
.family-examples .icon { width: 18px; height: 18px; color: var(--accent-ink); }
/* Planejamento */
.care-section { padding: 0 0 104px; }
.care-heading { border-top: 1px solid var(--line); padding-top: 46px; }
.care-heading .eyebrow { margin-bottom: 16px; }
.care-heading h2 { font-size: 31px; letter-spacing: -.035em; }
.care-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; margin-top: 34px; }
.care-grid > article { padding-right: 28px; border-right: 1px solid var(--line); }
.care-grid > article:last-child { border: 0; padding-right: 0; }
.care-grid article > span { font-size: 9px; letter-spacing: .08em; color: var(--gold-dark); }
.care-grid h3 { font-size: 17px; margin: 12px 0; }
.care-grid p { font-size: 13px; line-height: 1.7; }
/* Cultos / eventos / ações */
.church-life { padding-bottom: 66px; }
.life-tabs .tab-list { gap: 16px; margin-bottom: 30px; border-bottom: 1px solid var(--line-dark); }
.life-tabs .tab-list button { display: flex; align-items: center; gap: 14px; text-align: left; border: 0; background: transparent; color: var(--muted-on-dark); padding: 16px 24px; min-height: 63px; font-size: 17px; flex: 1; border-radius: 7px 7px 0 0; border-bottom: 2px solid transparent; }
.life-tabs .tab-list button > span { margin-left: auto; font-size: 10px; color: var(--muted-on-dark); }
.life-tabs .tab-list button .icon { width: 21px; height: 21px; }
.life-tabs .tab-list button[aria-selected="true"] { background: var(--surface-dark-active); color: var(--gold); border-bottom-color: var(--gold); }
.life-panel { display: grid; grid-template-columns: 1.07fr 1fr; border: 1px solid var(--line-dark); border-radius: 13px; overflow: hidden; background: var(--surface-dark-raised); margin-top: 20px; }
.life-panel > figure { position: relative; min-height: 391px; }
.life-panel > figure > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.life-panel > figure > figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px 18px 15px; background: linear-gradient(transparent,rgba(0,0,0,.8)); font-size: 9px; color: var(--text-on-dark); }
.life-panel-copy { padding: 42px 38px; }
.life-panel-copy > .mini-label { color: var(--gold); font-size: 8px; letter-spacing: .16em; margin-bottom: 16px; }
.life-panel-copy > h3 { font-size: 31px; line-height: 1.18; margin-bottom: 18px; letter-spacing: -.035em; }
.life-panel-copy > p { font-size: 13px; line-height: 1.8; }
.life-panel .check-list { margin-top: 20px; }
.life-panel .check-list li { font-size: 11px; margin-top: 10px; }
.life-panel .text-link { margin-top: 20px; font-size: 11px; }
.life-panel .panel-note { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line-dark); font-size: 10px; color: var(--muted-on-dark); }
/* Serviços */
.services-section { padding-bottom: 100px; }
.services-grid { border-top: 1px solid var(--line-dark); padding-top: 55px; display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 25px; }
.services-grid > div:first-child { padding-right: 45px; }
.services-grid h2 { font-size: 35px; }
.services-grid > div > p:not(.eyebrow) { margin-top: 18px; font-size: 12px; }
.services-grid .eyebrow { font-size: 9px; margin-bottom: 20px; }
.ministry-card { background: var(--surface-dark-raised); border: 1px solid var(--line-dark); border-radius: 10px; padding: 28px 23px; }
.ministry-card .icon-box { color: var(--gold); background: var(--surface-dark-active); margin-bottom: 23px; }
.ministry-card .mini-label { font-size: 7px; color: var(--muted-on-dark); margin-bottom: 10px; }
.ministry-card h3 { font-size: 22px; margin-bottom: 14px; }
.ministry-card p { font-size: 12px; line-height: 1.8; }
/* Escala ilustrativa */
.schedules .split { gap: 80px; }
.schedule-steps { display: flex; flex-direction: column; gap: 9px; margin-top: 27px; }
.schedule-steps span { display: flex; align-items: center; gap: 13px; font-size: 12px; }
.schedule-steps b { display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--line); border-radius: 50%; width: 24px; height: 24px; font-size: 9px; font-weight: 500; background: var(--surface-muted); }
.schedule-visual { position: relative; padding: 24px 0 0; }
.schedule-visual::before { content: ""; position: absolute; top: 0; right: -23px; bottom: 43px; left: 23px; background: var(--surface-muted); border-radius: 18px; z-index: 0; }
.schedule-card { position: relative; padding: 24px 26px 0; overflow: hidden; }
.schedule-card-heading { display: flex; gap: 17px; align-items: center; padding: 27px 0; }
.date-tile { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 55px; height: 59px; border-radius: 8px; background: var(--gold-tint); color: var(--gold-dark); font-size: 8px; letter-spacing: .1em; }
.date-tile big { color: var(--surface-dark); font-size: 21px; font-weight: 550; letter-spacing: -.02em; line-height: 1.3; }
.schedule-card-heading h3 { font-size: 20px; }
.schedule-card-heading p { font-size: 10px; margin-top: 3px; }
.schedule-labels { display: flex; justify-content: space-between; font-size: 7px; letter-spacing: .12em; color: var(--muted); padding: 10px 0; border-bottom: 1px solid var(--line-soft); }
.schedule-row { display: flex; gap: 11px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line-soft); }
.schedule-row:last-child { border-bottom: 0; }
.schedule-row > div { line-height: 1.5; }
.schedule-row strong { display: block; font-size: 11px; font-weight: 550; }
.schedule-row small { display: block; font-size: 9px; color: var(--muted); }
.sand { background: var(--gold-tint); color: var(--gold-dark); }
.sage { background: var(--surface-muted); color: var(--gold-dark); }
.lavender { background: var(--surface-muted); color: var(--neutral-ink); }
.availability { margin-left: auto; font-size: 8px; display: inline-flex; gap: 4px; align-items: center; padding: 4px 7px; border-radius: 4px; white-space: nowrap; }
.availability .icon { width: 11px; height: 11px; }
.available { color: var(--gold-dark); background: var(--gold-tint); }
.waiting { color: var(--gold-dark); background: var(--gold-wash); }
.schedule-card-footer { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--surface-dark); color: var(--text-on-dark); margin: 13px -26px 0; padding: 16px; font-size: 9px; }
.schedule-card-footer .icon { width: 15px; height: 15px; color: var(--gold); }
.illustration-note { position: relative; font-size: 9px; text-align: center; margin: 20px 0 0; color: var(--muted); }
/* WhatsApp */
.whatsapp-visual { position: relative; padding-bottom: 27px; }
.whatsapp-photo { height: 582px; border-radius: 80px 18px 18px 18px; }
.whatsapp-photo img { object-position: center; }
.whatsapp-photo .image-caption { padding-bottom: 94px; }
.reply-card { position: absolute; bottom: 0; left: 24px; right: -28px; background: white; border: 1px solid var(--line); border-radius: 10px; padding: 24px 20px; display: flex; align-items: center; gap: 12px; box-shadow: 0 12px 35px rgba(0,0,0,.1); }
.reply-icon { display: inline-flex; background: var(--gold-tint); border-radius: 50%; padding: 9px; color: var(--gold-dark); }
.reply-card > div { font-size: 13px; font-weight: 550; line-height: 1.6; }
.reply-card small { display: block; font-size: 9px; color: var(--muted); font-weight: 400; }
.micro-label { position: absolute; top: 6px; right: 11px; font-size: 7px; color: var(--muted); letter-spacing: .02em; }
.communication-steps { list-style: none; padding: 0; margin: 28px 0 0; }
.communication-steps li { display: flex; gap: 18px; padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--line); }
.communication-steps li > span { font-family: var(--display-font); font-size: 21px; color: var(--gold-dark); line-height: 1.1; }
.communication-steps h3 { font-size: 14px; letter-spacing: -.012em; }
.communication-steps p { margin-top: 5px; font-size: 11px; }
.quiet-note { margin-top: 25px; font-size: 9px; color: var(--muted); border-left: 1px solid var(--line-strong); padding-left: 12px; }
/* Fluxo integrado */
.center-heading { text-align: center; max-width: 780px; margin-inline: auto; }
.center-heading .eyebrow { justify-content: center; }
.center-heading h2 { font-size: 45px; }
.center-heading > p:not(.eyebrow) { font-size: 15px; line-height: 1.85; max-width: 580px; margin: 23px auto 0; }
.connection-board { border: 1px solid var(--line); border-radius: 12px; background: var(--paper); margin-top: 50px; overflow: hidden; }
.connection-lane { display: flex; align-items: center; justify-content: center; gap: 34px; padding: 32px 24px; }
.lane-label { width: 95px; flex: 0 0 auto; font-size: 8px; letter-spacing: .15em; color: var(--gold-dark); }
.care-lane { background: var(--surface-muted); }
.context-node { display: flex; gap: 11px; align-items: center; justify-content: center; width: 184px; font-size: 13px; }
.context-node > .icon { color: var(--gold-dark); width: 22px; height: 22px; }
.context-node > strong { font-weight: 550; }
.connection-sign { color: var(--line-strong); font-size: 22px; }
.operation-lane { gap: 23px; }
.operation-source { display: flex; align-items: center; gap: 10px; }
.operation-source > span:not(.source-plus) { display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 85px; font-size: 10px; }
.operation-source > span > .icon { color: var(--gold-dark); width: 22px; height: 22px; }
.source-plus { font-size: 17px; color: var(--line-strong); }
.operation-node { display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: var(--neutral-wash); border: 1px solid var(--line-soft); border-radius: 7px; font-size: 10px; line-height: 1.5; min-width: 115px; }
.operation-node > .icon { width: 19px; height: 19px; color: var(--gold-dark); }
.connection-arrow > .icon { width: 18px; height: 18px; color: var(--line-strong); }
.operation-node:last-child { background: var(--surface-dark); border-color: var(--surface-dark); color: white; }
.operation-node:last-child > .icon { color: var(--gold); }
.board-caption { font-size: 9px; text-align: center; margin-top: 20px; }
/* Diferenciais */
.difference-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 35px 40px; }
.difference { padding-top: 24px; border-top: 1px solid var(--line); }
.difference .icon-box { margin-bottom: 22px; background: var(--gold-tint); width: 42px; height: 42px; }
.difference .icon-box > .icon { width: 21px; height: 21px; }
.difference h3 { font-size: 16px; line-height: 1.3; margin-bottom: 13px; }
.difference p { font-size: 12px; line-height: 1.8; }
/* Missão */
.mission-section { position: relative; isolation: isolate; overflow: hidden; padding: 112px 0; background: var(--surface-dark-deep); }
.mission-content { text-align: center; }
.mission-content .eyebrow { justify-content: center; font-size: 9px; }
.mission-content h2 { font-size: 57px; }
.mission-content > p:not(.eyebrow) { max-width: 645px; margin: 30px auto 0; font-size: 15px; line-height: 1.85; }
.mission-signature { display: block; margin-top: 36px; color: var(--gold-light); font-size: 8px; letter-spacing: .19em; }
.mission-decoration { position: absolute; right: -55px; top: -13px; z-index: -1; opacity: .035; transform: rotate(-15deg); }
.mission-decoration > svg { width: 540px; height: 540px; color: var(--gold); }
/* Contato */
.contact-section { padding-block: 118px; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 112px; align-items: start; }
.contact-intro { padding-top: 23px; position: sticky; top: 115px; }
.contact-intro h2 { font-size: 60px; margin-bottom: 27px; }
.contact-intro > .lead { margin-bottom: 22px; font-size: 19px; }
.contact-intro > p:not(.lead):not(.eyebrow) { font-size: 14px; line-height: 1.9; }
.contact-assurance { display: flex; align-items: center; gap: 15px; border-top: 1px solid var(--line); padding-top: 28px; margin-top: 32px; }
.contact-assurance > .icon { width: 27px; height: 27px; color: var(--gold-dark); }
.contact-assurance > div { font-size: 13px; font-weight: 550; line-height: 1.7; }
.contact-assurance small { display: block; font-size: 10px; color: var(--muted); font-weight: 400; }
.contact-stage { display: flex; gap: 8px; align-items: center; margin-top: 26px; font-size: 10px; color: var(--gold-dark); }
.contact-stage .status-dot { background: var(--gold); }
.contact-card { padding: 36px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: 0 14px 50px rgba(0,0,0,.035); scroll-margin-top: 110px; }
.contact-card > h3 { font-size: 23px; }
.contact-card > p { font-size: 12px; margin-top: 10px; }
.form-mode-note { display: flex; align-items: center; gap: 8px; background: var(--gold-wash); color: var(--gold-dark); padding: 10px 12px; border: 1px solid var(--gold-line); border-radius: 5px; font-size: 9px; line-height: 1.6; margin-top: 18px; }
.form-mode-note > .icon { width: 15px; height: 15px; }
#contact-form { margin-top: 22px; }
.field { display: flex; flex-direction: column; margin-bottom: 15px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field label { display: block; margin-bottom: 6px; color: var(--ink); font-size: 10.5px; font-weight: 550; line-height: 1.65; }
.optional { font-weight: 400; color: var(--muted); font-size: 9px; }
.field input, .field textarea, .field select { min-width: 0; width: 100%; background: var(--canvas); border: 1px solid var(--control-line); border-radius: 5px; padding: 12px 13px; font-size: 11px; color: var(--surface-dark); line-height: 1.5; outline-offset: 2px; transition: border .15s, background .15s; }
.field input, .field select { height: 45px; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: 1; }
.field select { padding-right: 6px; }
.field textarea { resize: vertical; min-height: 101px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-dark); background: white; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--error); background: var(--error-wash); }
.field-error { display: block; min-height: 0; font-size: 10px; line-height: 1.6; color: var(--error); margin-top: 3px; }
.field-error:empty { display: none; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.consent-field { display: flex; align-items: flex-start; gap: 10px; margin-top: 15px; }
.consent-field input { accent-color: var(--gold-dark); width: 17px; height: 17px; flex-shrink: 0; margin: 2px 0 0; cursor: pointer; }
.consent-field input[aria-invalid="true"] { outline: 1px solid var(--error); }
.consent-field label { font-size: 10px; line-height: 1.8; color: var(--muted); cursor: pointer; }
.consent-field label a { text-decoration: underline; text-underline-offset: 3px; color: var(--accent-ink); }
.form-submit { width: 100%; justify-content: space-between; margin-top: 22px; font-size: 12px; min-height: 49px; }
.form-submit .icon { transition: transform .2s; }
.form-submit:hover .icon { transform: translateX(3px); }
.form-required { font-size: 8px; color: var(--muted); text-align: center; margin-top: 12px; }
.form-status { font-size: 11px; line-height: 1.8; border-radius: 6px; }
.form-status:empty { display: none; }
.form-status:not(:empty) { padding: 14px; margin-top: 20px; border: 1px solid var(--line); background: var(--neutral-wash); color: var(--surface-dark); }
.form-status.is-error { background: var(--error-surface); border-color: var(--error-line); color: var(--error); }
.form-status.is-success { background: var(--gold-tint); border-color: var(--line); }
.noscript-message { padding: 14px; font-size: 12px; background: var(--gold-wash); margin-top: 18px; }
/* Rodapé */
.site-footer { padding: 66px 0 0; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 75px; padding-bottom: 40px; }
.footer-brand .brand { font-size: 25px; }
.footer-brand > p { font-size: 12px; line-height: 1.8; margin-top: 21px; color: var(--muted-on-dark); }
.footer-column h2 { font-size: 12px; letter-spacing: 0; margin: 7px 0 20px; color: var(--text-on-dark); font-weight: 500; }
.footer-column > a { display: block; width: fit-content; font-size: 11px; color: var(--muted-on-dark); padding: 4px 0; margin: 5px 0; }
.footer-column > a:hover { color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }
.footer-stage { display: inline-flex; align-items: center; gap: 7px; color: var(--gold-light); font-size: 9px; margin-top: 13px; }
.footer-note { max-width: 850px; font-size: 9px; color: var(--muted-on-dark); line-height: 1.8; padding-bottom: 28px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; border-top: 1px solid var(--line-dark); color: var(--muted-on-dark); font-size: 9px; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }
.back-to-top { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; background: var(--surface-dark); color: var(--canvas); border-radius: 50%; border: 1px solid var(--line-strong); box-shadow: 0 5px 17px rgba(0,0,0,.1); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s, transform .2s; }
.back-to-top .icon { height: 18px; width: 18px; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
/* Privacidade */
.privacy-header { padding: 23px 0; }
.privacy-header > .container { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.privacy-main { max-width: 850px; padding-top: 78px; padding-bottom: 95px; }
.privacy-main > h1 { font-size: 65px; margin-bottom: 25px; }
.privacy-main > .lead { font-size: 19px; }
.privacy-notice { background: var(--gold-wash); border-left: 3px solid var(--gold); border-radius: 0 7px 7px 0; padding: 22px 25px; font-size: 13px; color: var(--gold-dark); margin-top: 30px; }
.privacy-main > section { margin-top: 40px; }
.privacy-main > section > h2 { font-size: 24px; margin-bottom: 17px; letter-spacing: -.025em; }
.privacy-main > section > p { font-size: 14px; }
.privacy-main > section a { text-decoration: underline; }
.privacy-main > .button { margin-top: 45px; }
.privacy-footer { padding: 30px 0; }
.privacy-footer > .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11px; }
/* Tablets e notebooks compactos */
@media (min-width: 1600px) {
  :root { --container: 1320px; }
  .hero-main { min-height: 840px; }
  .hero h1 { font-size: 88px; }
  .hero-description { max-width: 460px; font-size: 19px; }
}
@media (max-width: 1199px) {
  .container { width: calc(100% - 72px); }
  .section { padding-block: 88px; }
  .main-nav { gap: 20px; }
  .main-nav > a { font-size: 11px; }
  .brand { font-size: 22px; }
  .split, .family-section .split { gap: 55px; }
  .section-intro { gap: 55px; }
  .hero-main { min-height: 732px; }
  .hero h1 { font-size: 71px; }
  .hero-pillars { gap: 18px; }
  .hero-pillars > div { gap: 12px; }
  .hero-pillars > div > span { font-size: 12px; }
  .hero-pillars small { font-size: 9px; }
  .purpose-intro h2 { font-size: 39px; }
  .values-row { gap: 22px; }
  .values-row h3 { font-size: 14px; }
  .values-row .icon-ring { width: 45px; height: 45px; }
  .values-row p { font-size: 10px; }
  .unit-map { width: 94%; padding: 20px; }
  .unit-visual { padding-right: 25px; }
  .people-layout { gap: 35px; }
  .person-card { padding-inline: 23px; }
  .family-photo { height: 552px; }
  .family-photo figcaption { padding: 14px; gap: 11px; }
  .family-photo figcaption div { font-size: 11px; }
  .family-photo figcaption small { font-size: 8px; }
  .life-panel-copy { padding: 34px 29px; }
  .life-panel-copy > h3 { font-size: 28px; }
  .services-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 18px; }
  .services-grid > div:first-child { padding-right: 15px; }
  .ministry-card { padding: 24px 19px; }
  .services-grid h2 { font-size: 30px; }
  .schedules .split { gap: 50px; }
  .schedule-card { padding-inline: 19px; }
  .schedule-card-footer { margin-inline: -19px; }
  .schedule-visual::before { right: -12px; }
  .schedule-row { gap: 7px; }
  .schedule-row .avatar { width: 30px; height: 30px; font-size: 9px; }
  .availability { font-size: 7px; padding-inline: 5px; }
  .whatsapp-photo { height: 615px; }
  .reply-card { left: 17px; right: -12px; padding: 22px 13px; }
  .reply-card > div { font-size: 11px; }
  .reply-card small { font-size: 8px; }
  .connection-lane { gap: 20px; }
  .lane-label { width: 80px; }
  .operation-lane { gap: 14px; }
  .operation-source > span:not(.source-plus) { min-width: 65px; }
  .operation-node { padding: 11px; min-width: 90px; font-size: 9px; gap: 6px; }
  .difference-grid { gap: 30px; }
  .contact-layout { gap: 65px; }
  .contact-intro h2 { font-size: 53px; }
  .contact-card { padding: 29px; }
  .contact-card > h3 { font-size: 21px; }
}
@media (max-width: 959px) {
  :root { --header-height: 80px; }
  .container { width: calc(100% - 56px); }
  .js .menu-toggle { display: flex; align-items: center; justify-content: center; gap: 8px; z-index: 102; font-size: 11px; }
  .js .main-nav { position: fixed; top: 79px; left: 0; right: 0; background: var(--surface-dark-deep); padding: 24px 28px 35px; border-top: 1px solid var(--line-dark); display: flex; flex-direction: column; align-items: stretch; gap: 2px; max-height: calc(100dvh - 79px); overflow-y: auto; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity .16s, transform .16s, visibility .16s; }
  .js .main-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .js .main-nav > a { padding: 15px 10px; font-size: 15px; min-height: 48px; }
  .js .main-nav > .nav-cta { margin: 14px 0 0; padding: 16px; justify-content: space-between; }
  .site-header.is-scrolled { height: 76px; }
  .site-header.is-scrolled .main-nav { top: 75px; }
  .hero-main { min-height: 747px; padding-top: 157px; padding-bottom: 100px; }
  .hero h1 { font-size: 68px; }
  .hero-shade { background: linear-gradient(0deg,rgba(0,0,0,.8),transparent 52%),linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.86) 40%,rgba(0,0,0,.45) 75%,rgba(0,0,0,.17)); }
  .hero-description { max-width: 390px; }
  .hero-scroll { display: none; }
  .hero-pillars { grid-template-columns: repeat(3,1fr); gap: 16px; min-height: 105px; }
  .hero-pillars > div { align-items: flex-start; }
  .hero-pillars > div > .icon { width: 23px; height: 23px; margin-top: 3px; }
  .hero-pillars small { max-width: 140px; }
  .hero-pillars > div > span { font-size: 11px; }
  .section-intro { gap: 38px; grid-template-columns: 1.15fr 1fr; }
  h2, .purpose-intro h2 { font-size: 36px; }
  .intro-copy > .lead { font-size: 17px; }
  .intro-copy > p { font-size: 13px; }
  .values-row { grid-template-columns: 1fr 1fr 1fr; gap: 25px; }
  .values-row article { flex-direction: column; align-items: flex-start; gap: 12px; }
  .values-row h3 { font-size: 14px; }
  .values-row p { font-size: 11px; }
  .split, .family-section .split { gap: 38px; }
  .split-copy > p:not(.eyebrow):not(.quiet-note) { font-size: 14px; }
  .split-copy > .lead { font-size: 17px !important; }
  .check-list li { font-size: 12px; }
  .unit-map { width: calc(100% + 8px); padding: 15px; }
  .unit-photo { height: 459px; }
  .unit-visual { padding-right: 0; }
  .unit-map .mini-label { font-size: 7px; }
  .unit-root { padding: 10px; gap: 8px; }
  .unit-root > span { font-size: 10px; }
  .unit-branches > div { font-size: 9px; }
  .people-layout { gap: 24px; }
  .person-card { padding: 21px 18px 16px; }
  .card-topline { gap: 7px; }
  .card-topline > span:first-child { font-size: 9px; }
  .small-tag { font-size: 7px; }
  .person-identity h3 { font-size: 21px; }
  .person-identity div > span { font-size: 9px; }
  .profile-tabs .tab-list { gap: 5px; }
  .profile-tabs .tab-list button { font-size: 10px; }
  .profile-row small { font-size: 9px; }
  .profile-row { padding-block: 13px; }
  .people-story .photo-frame { height: 415px; }
  .people-story > p { font-size: 10px; }
  .card-footnote { font-size: 8px; }
  .journey-track { gap: 20px; }
  .journey-track h3 { font-size: 19px; }
  .journey-track p { font-size: 11px; }
  .journey-track > article { padding: 0; }
  .journey-track > article::after { left: 70px; width: calc(100% - 68px); }
  .family-photo { height: 570px; }
  .family-photo figcaption { left: 10px; right: 10px; padding: 12px 10px; gap: 8px; }
  .family-photo figcaption .icon-ring { width: 33px; height: 33px; }
  .family-photo figcaption div { font-size: 10px; }
  .family-photo figcaption small { font-size: 7.5px; }
  .family-examples > div { font-size: 11px; }
  .care-heading h2 { font-size: 27px; }
  .care-grid { gap: 24px; }
  .care-grid > article { padding-right: 18px; }
  .care-grid h3 { font-size: 16px; }
  .care-grid p { font-size: 12px; }
  .life-tabs .tab-list button { font-size: 16px; padding: 15px; }
  .life-panel { grid-template-columns: 1fr 1fr; }
  .life-panel-copy { padding: 27px 23px; }
  .life-panel-copy > h3 { font-size: 26px; }
  .life-panel-copy > p { font-size: 12px; }
  .life-panel .check-list li { font-size: 10px; }
  .life-panel .text-link { font-size: 10px; }
  .services-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .services-grid > div:first-child { grid-column: 1 / -1; max-width: 540px; padding: 0; }
  .services-grid > div > p:not(.eyebrow) { font-size: 14px; }
  .ministry-card { margin-top: 5px; }
  .ministry-card .mini-label { font-size: 8px; }
  .ministry-card p { font-size: 13px; }
  .schedules .split { gap: 35px; }
  .schedule-card { padding: 19px 16px 0; }
  .schedule-card-heading { gap: 12px; }
  .schedule-card-heading h3 { font-size: 17px; }
  .schedule-card-heading p { font-size: 9px; }
  .schedule-card-footer { margin-inline: -16px; font-size: 8px; padding-inline: 10px; }
  .schedule-row { flex-wrap: wrap; gap: 9px; }
  .schedule-row .avatar { width: 29px; height: 29px; }
  .schedule-row strong { font-size: 10px; }
  .schedule-row small { font-size: 8px; }
  .availability { font-size: 7px; }
  .schedule-labels { font-size: 6px; }
  .schedule-labels > span:last-child { display: none; }
  .illustration-note { font-size: 8px; }
  .schedule-steps span { font-size: 11px; }
  .schedules .text-link { font-size: 11px; }
  .whatsapp-photo { height: 655px; }
  .reply-card { left: 0; right: -10px; padding: 24px 12px 17px; gap: 9px; }
  .reply-card .reply-icon { padding: 6px; }
  .reply-icon > .icon { width: 22px; height: 22px; }
  .reply-card > div { font-size: 10px; }
  .reply-card small { font-size: 8px; }
  .communication-steps { margin-top: 22px; }
  .communication-steps h3 { font-size: 13px; }
  .communication-steps p { font-size: 10px; }
  .center-heading h2 { font-size: 38px; }
  .connection-lane { flex-wrap: wrap; gap: 15px; padding: 25px 20px; }
  .lane-label { width: 100%; text-align: center; }
  .context-node { width: auto; flex: 1; font-size: 11px; gap: 9px; }
  .context-node > .icon { width: 19px; height: 19px; }
  .operation-lane { gap: 13px; }
  .operation-source > span:not(.source-plus) { min-width: 61px; }
  .operation-node { padding: 12px 10px; min-width: 80px; font-size: 8px; }
  .operation-node > .icon { width: 17px; height: 17px; }
  .connection-arrow > .icon { width: 16px; }
  .difference-grid { grid-template-columns: repeat(2,1fr); gap: 35px 45px; }
  .difference h3 { font-size: 17px; }
  .difference p { font-size: 13px; }
  .mission-content h2 { font-size: 47px; }
  .contact-layout { gap: 35px; grid-template-columns: .85fr 1.15fr; }
  .contact-intro h2 { font-size: 43px; }
  .contact-intro > .lead { font-size: 17px; }
  .contact-intro > p:not(.lead):not(.eyebrow) { font-size: 13px; }
  .contact-card { padding: 26px 21px; }
  .contact-card > h3 { font-size: 19px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { gap: 35px; grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand .brand { font-size: 22px; }
  .footer-column h2 { font-size: 11px; }
  .footer-column > a { font-size: 10px; }
  .footer-bottom { font-size: 8px; }
  html:not(.js) .site-header { position: relative; height: auto; background: var(--surface-dark); padding: 20px 0; }
  html:not(.js) .header-inner { flex-wrap: wrap; }
  html:not(.js) .main-nav { flex-wrap: wrap; }
}
/* Telefones */
@media (max-width: 699px) {
  :root { --header-height: 75px; }
  html { scroll-padding-top: 87px; }
  .container { width: calc(100% - 40px); }
  .section { padding-block: 68px; }
  h1 { font-size: 51px; }
  h2, .purpose-intro h2 { font-size: 36px; line-height: 1.15; }
  .eyebrow { font-size: 8.5px; letter-spacing: .11em; gap: 10px; margin-bottom: 21px; }
  .eyebrow > span { width: 19px; }
  .lead { font-size: 17px; }
  .section-intro { grid-template-columns: 1fr; gap: 23px; margin-bottom: 32px; }
  .intro-copy { justify-self: start; max-width: none; }
  .intro-copy > p { font-size: 14px; }
  .intro-copy > .lead { font-size: 18px; }
  .split, .family-section .split, .schedules .split { grid-template-columns: 1fr; gap: 38px; }
  .split-copy > h2 { margin-bottom: 22px; }
  .split-copy > p:not(.eyebrow):not(.quiet-note) { font-size: 14px; }
  .split-copy > .lead { font-size: 17px !important; }
  .split-copy > .text-link { margin-top: 20px; }
  .site-header { height: 75px; background: rgba(0,0,0,.3); }
  .site-header.is-scrolled { height: 70px; }
  .brand { font-size: 22px; gap: 6px; }
  .brand-mark { width: 32px; height: 35px; }
  .brand small { font-size: 6.5px; letter-spacing: .18em; }
  .js .main-nav { top: 74px; padding-inline: 20px; }
  .site-header.is-scrolled .main-nav { top: 69px; }
  .menu-toggle .icon { width: 19px; height: 19px; }
  .menu-label { display: none; }
  .js .menu-toggle { width: 44px; }
  .hero-picture img { object-position: 72% top; opacity: .83; }
  .hero-shade { background: linear-gradient(0deg,var(--surface-dark) 2%,rgba(0,0,0,.87) 35%,rgba(0,0,0,.52) 100%), linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.12)); }
  .hero-main { min-height: 710px; padding-top: 151px; padding-bottom: 64px; align-items: flex-start; }
  .hero-copy { max-width: 550px; }
  .hero .eyebrow { font-size: 8px; margin-bottom: 26px; gap: 8px; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(40px, 9.8vw, 65px); line-height: 1.13; letter-spacing: -.047em; }
  .hero h1 em { font-size: 1.23em; line-height: 1.1; }
  .hero-description { max-width: 350px; font-size: 15px; margin-top: 26px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 28px; }
  .hero .button { min-height: 51px; font-size: 12px; padding-inline: 19px; gap: 20px; }
  .hero .text-link { min-height: 42px; font-size: 11px; }
  .stage-note { font-size: 8px; line-height: 1.75; margin-top: 17px; align-items: flex-start; max-width: 320px; }
  .stage-note .status-dot { margin-top: 5px; width: 5px; height: 5px; }
  .hero-image-note { display: none; }
  .hero-pillars { min-height: 109px; gap: 14px; grid-template-columns: 1fr 1fr 1.1fr; }
  .hero-pillars > div { flex-direction: column; gap: 10px; }
  .hero-pillars > div > .icon { width: 21px; height: 21px; margin: 0; }
  .hero-pillars > div > span { font-size: 9px; line-height: 1.45; }
  .hero-pillars small { display: none; }
  .values-row { gap: 17px; padding-top: 27px; }
  .values-row article { gap: 14px; }
  .values-row h3 { font-size: 12px; line-height: 1.4; }
  .values-row p { font-size: 10px; line-height: 1.7; }
  .values-row .icon-ring { width: 40px; height: 40px; }
  .values-row .icon { width: 20px; height: 20px; }
  .purpose { padding-bottom: 54px; }
  .units .split-copy { grid-row: 1; }
  .unit-visual { padding: 0 22px 64px 0; max-width: 530px; }
  .unit-photo { height: 400px; }
  .unit-map { width: 89%; right: 0; padding: 20px; }
  .unit-map .mini-label { font-size: 7.5px; }
  .unit-root { padding: 12px; }
  .unit-root > span { font-size: 12px; }
  .unit-root > span > small { font-size: 9px; }
  .unit-root .small-tag { font-size: 8px; }
  .unit-branches > div { font-size: 10px; }
  .check-list li { font-size: 13px; }
  .people-layout { grid-template-columns: 1fr; gap: 30px; }
  .people-story .photo-frame { height: 290px; }
  .people-story > p { margin-top: 17px; font-size: 11px; }
  .person-card { padding: 23px 24px 19px; }
  .card-topline > span:first-child { font-size: 11px; }
  .small-tag { font-size: 8px; }
  .person-identity h3 { font-size: 22px; }
  .person-identity div > span { font-size: 10px; }
  .profile-tabs .tab-list button { font-size: 11px; }
  .profile-row small { font-size: 10px; }
  .card-footnote { font-size: 9px; }
  .journey-track { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
  .journey-track > article:nth-child(2)::after { display: none; }
  .journey-track > article::after { left: 65px; width: calc(100% - 60px); }
  .journey-track h3 { font-size: 21px; }
  .journey-track p { font-size: 12px; }
  .journey-track .journey-icon { width: 49px; height: 49px; margin-bottom: 15px; }
  .journey-note { margin-top: 30px; font-size: 9px; }
  .family-section { padding-bottom: 55px; }
  .family-photo { height: 398px; }
  .family-photo img { object-position: 43% center; }
  .family-photo figcaption { left: 15px; right: 15px; bottom: 15px; padding: 16px; gap: 12px; }
  .family-photo figcaption div { font-size: 12px; }
  .family-photo figcaption small { font-size: 8px; }
  .family-photo figcaption .icon-ring { width: 42px; height: 42px; }
  .family-examples > div { font-size: 12px; }
  .care-section { padding-bottom: 60px; }
  .care-heading { padding-top: 33px; }
  .care-heading h2 { font-size: 29px; line-height: 1.24; }
  .care-heading h2 > em { display: block; margin-top: 3px; }
  .care-grid { grid-template-columns: 1fr; gap: 23px; margin-top: 25px; }
  .care-grid > article { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 23px; }
  .care-grid > article:last-child { padding-bottom: 0; }
  .care-grid h3 { margin: 8px 0; font-size: 18px; }
  .care-grid p { font-size: 13px; }
  .church-life { padding-bottom: 46px; }
  .life-tabs .tab-list { gap: 8px; margin-bottom: 20px; }
  .life-tabs .tab-list button { font-size: 12px; gap: 8px; padding: 13px 10px; min-height: 52px; }
  .life-tabs .tab-list button .icon { width: 18px; height: 18px; }
  .life-tabs .tab-list button > span { display: none; }
  .life-panel { grid-template-columns: 1fr; }
  .life-panel > figure { min-height: 259px; }
  .life-panel > figure > img { object-position: center; }
  .life-panel-copy { padding: 30px 25px; }
  .life-panel-copy > h3 { font-size: 30px; }
  .life-panel-copy > p { font-size: 13px; }
  .life-panel .check-list li { font-size: 11px; }
  .life-panel .text-link { font-size: 11px; }
  .services-section { padding-bottom: 65px; }
  .services-grid { padding-top: 37px; gap: 16px; }
  .services-grid > div:first-child { margin-bottom: 7px; }
  .services-grid h2 { font-size: 33px; }
  .ministry-card { padding: 23px 16px; }
  .ministry-card .icon-box { width: 40px; height: 40px; margin-bottom: 19px; }
  .ministry-card .mini-label { font-size: 6.5px; }
  .ministry-card h3 { font-size: 21px; }
  .ministry-card p { font-size: 11px; }
  .schedule-visual { padding-top: 18px; padding-right: 12px; }
  .schedule-visual::before { right: 0; left: 22px; }
  .schedule-card { padding: 23px 19px 0; }
  .schedule-card-heading h3 { font-size: 19px; }
  .schedule-card-heading p { font-size: 10px; }
  .schedule-row { flex-wrap: nowrap; gap: 9px; }
  .schedule-row .avatar { width: 32px; height: 32px; }
  .schedule-row strong { font-size: 11px; }
  .schedule-row small { font-size: 8px; }
  .schedule-labels { font-size: 6.5px; }
  .schedule-labels > span:last-child { display: inline; }
  .availability { font-size: 7px; padding: 4px 5px; }
  .schedule-card-footer { margin-inline: -19px; font-size: 8px; padding-block: 17px; }
  .schedule-steps span { font-size: 12px; }
  .schedules .text-link { font-size: 12px; }
  .illustration-note { font-size: 8px; }
  .whatsapp-section .split-copy { grid-row: 1; }
  .whatsapp-photo { height: 421px; border-radius: 60px 16px 16px 16px; }
  .whatsapp-visual { padding-right: 18px; padding-bottom: 32px; }
  .reply-card { left: 22px; right: 0; padding: 24px 15px 20px; gap: 12px; }
  .reply-card > div { font-size: 11px; }
  .reply-card small { font-size: 8px; }
  .communication-steps h3 { font-size: 14px; }
  .communication-steps p { font-size: 11px; }
  .quiet-note { font-size: 10px; }
  .center-heading { text-align: left; }
  .center-heading h2 { font-size: 34px; }
  .center-heading .eyebrow { justify-content: flex-start; }
  .center-heading > p:not(.eyebrow) { font-size: 14px; margin-top: 22px; }
  .connection-board { margin-top: 29px; }
  .care-lane { gap: 12px; padding: 24px 15px; }
  .context-node { flex-direction: column; gap: 9px; font-size: 10px; }
  .connection-sign { font-size: 18px; }
  .lane-label { margin-bottom: 10px; font-size: 8px; }
  .operation-lane { display: flex; flex-direction: column; gap: 13px; padding: 26px 20px; }
  .operation-source { gap: 22px; }
  .operation-source > span:not(.source-plus) { flex-direction: row; font-size: 11px; gap: 8px; }
  .source-plus { font-size: 17px; }
  .connection-arrow > .icon { transform: rotate(90deg); width: 17px; height: 17px; }
  .operation-node { min-width: 180px; justify-content: center; gap: 12px; padding: 14px; font-size: 12px; }
  .operation-node > .icon { width: 22px; height: 22px; }
  .operation-node br { display: none; }
  .board-caption { font-size: 9px; text-align: left; }
  .difference-grid { gap: 30px 26px; }
  .difference { padding-top: 23px; }
  .difference h3 { font-size: 14px; line-height: 1.35; }
  .difference p { font-size: 11px; line-height: 1.8; }
  .difference .icon-box { margin-bottom: 18px; }
  .mission-section { padding-block: 70px; }
  .mission-content .eyebrow { font-size: 7.5px; letter-spacing: .09em; }
  .mission-content h2 { font-size: 35px; line-height: 1.24; }
  .mission-content > p:not(.eyebrow) { font-size: 13px; }
  .mission-signature { font-size: 7px; letter-spacing: .11em; margin-top: 27px; }
  .mission-decoration { right: -150px; top: 25px; }
  .mission-decoration > svg { width: 480px; height: 480px; }
  .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .contact-intro { position: static; padding-top: 0; }
  .contact-intro h2 { font-size: 48px; }
  .contact-intro > .lead { font-size: 18px; }
  .contact-intro > p:not(.lead):not(.eyebrow) { font-size: 14px; }
  .contact-assurance { margin-top: 25px; padding-top: 24px; }
  .contact-stage { margin-top: 20px; }
  .contact-card { padding: 28px 22px; scroll-margin-top: 86px; }
  .contact-card > h3 { font-size: 22px; line-height: 1.4; }
  .contact-card > p { font-size: 12px; }
  .field label { font-size: 12px; }
  .optional { font-size: 10px; }
  .field { margin-bottom: 17px; }
  /* 16px évita zoom automático em campos em navegadores móveis. */
  .field input, .field textarea, .field select { font-size: 16px; padding: 12px; }
  .field input::placeholder, .field textarea::placeholder { font-size: 13px; }
  .field input, .field select { height: 49px; }
  .field select { font-size: 14px; }
  .field textarea { min-height: 125px; }
  .consent-field label { font-size: 11px; }
  .consent-field input { width: 18px; height: 18px; }
  .form-submit { min-height: 52px; font-size: 13px; }
  .form-required { font-size: 9px; }
  .form-mode-note { font-size: 9px; }
  .site-footer { padding-top: 46px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 23px; padding-bottom: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand .brand { font-size: 25px; }
  .footer-brand > p { font-size: 12px; margin-top: 18px; }
  .footer-column h2 { font-size: 11px; margin-bottom: 14px; }
  .footer-column > a { font-size: 10px; min-height: 32px; }
  .footer-stage { font-size: 8px; }
  .footer-note { font-size: 8px; padding-bottom: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 7px; padding-block: 19px; font-size: 8px; }
  .back-to-top { right: 14px; bottom: 16px; width: 41px; height: 41px; }
  .privacy-header .brand { font-size: 20px; }
  .privacy-header .text-link { font-size: 10px; gap: 7px; }
  .privacy-main { padding-top: 50px; padding-bottom: 60px; }
  .privacy-main > h1 { font-size: 49px; }
  .privacy-main > .lead { font-size: 17px; }
  .privacy-main > section > h2 { font-size: 23px; }
  .privacy-footer > .container { flex-direction: column; align-items: flex-start; font-size: 11px; gap: 12px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  .hero h1 { font-size: 36px; }
  .hero .eyebrow { font-size: 7px; }
  .hero-main { min-height: 688px; padding-top: 143px; }
  .hero-description { font-size: 14px; }
  .hero .button { font-size: 11px; padding-inline: 14px; gap: 13px; }
  .hero-pillars > div > span { font-size: 8px; }
  .hero-pillars { gap: 10px; }
  .values-row { gap: 10px; }
  .values-row h3 { font-size: 11px; }
  .values-row p { font-size: 9px; }
  h2, .purpose-intro h2 { font-size: 32px; }
  .person-card { padding-inline: 18px; }
  .schedule-card { padding-inline: 14px; }
  .schedule-card-footer { margin-inline: -14px; }
  .schedule-row .avatar { width: 27px; height: 27px; font-size: 8px; }
  .schedule-row { gap: 7px; }
  .schedule-row strong { font-size: 10px; }
  .schedule-row small { font-size: 7px; }
  .availability { font-size: 6px; }
  .contact-card { padding-inline: 17px; }
  .contact-card > h3 { font-size: 20px; }
  .reply-card > div { font-size: 10px; }
  .reply-card small { font-size: 7px; }
  .mission-content h2 { font-size: 31px; }
  .mission-content .eyebrow { font-size: 6.5px; }
  .privacy-header .text-link { font-size: 9px; }
}
/* A leitura e a interação não dependem de efeitos visuais. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .button:hover, .photo-frame:hover > img { transform: none; }
}
@media print {
  .site-header, .back-to-top, .hero-actions, .menu-toggle, .hero-scroll, .contact-card { display: none !important; }
  .container { width: 100%; }
  .section { padding-block: 28px; }
  .dark { background: white !important; color: var(--ink) !important; }
  .dark p, .dark .eyebrow, .dark h2 em, .dark h1 em { color: var(--ink) !important; }
  .hero-picture, .hero-shade, .mission-decoration { display: none; }
  .hero-main { min-height: 0; padding-block: 40px; }
  .hero h1 { font-size: 46px; }
  .hero-pillars { background: var(--neutral-wash); }
  .hero-pillars * { color: var(--ink) !important; }
  .section-intro, .split, .people-layout, .contact-layout { gap: 28px; }
  .tabs [data-tab-panel][hidden] { display: grid !important; }
  .profile-tabs [data-tab-panel][hidden] { display: block !important; }
  .tab-list { display: none !important; }
  .is-enhanced .no-js-title { display: block; }
  h2 { font-size: 29px; }
  section { break-inside: auto; }
  h1, h2, h3 { break-after: avoid; }
  .contact-intro { position: static; }
  .footer-bottom, .footer-note { color: var(--ink); }
}
/* Ajustes finais de legibilidade nas informações de estágio e conteúdo principal. */
.stage-note { font-size: 12px; }
.difference p { font-size: 14px; }
.difference h3 { font-size: 17px; }
.footer-note { font-size: 10px; }
.form-mode-note { font-size: 10px; }
section[tabindex="-1"]:focus { outline: none; }
@media (max-width: 699px) {
  .stage-note { font-size: 10.5px; max-width: 335px; }
  .stage-note .status-dot { margin-top: 7px; }
  .hero .eyebrow { font-size: 9px; }
  .hero-pillars > div > span { font-size: 10.5px; }
  .values-row h3 { font-size: 13px; }
  .values-row p { font-size: 11px; }
  .journey-track p { font-size: 13px; }
  .life-panel .check-list li { font-size: 12px; }
  .ministry-card p { font-size: 12px; }
  .difference p { font-size: 13px; }
  .difference h3 { font-size: 15px; }
  .field select { font-size: 16px; }
  .footer-note, .form-required { font-size: 10px; }
  .form-mode-note { font-size: 10px; }
}
@media (max-width: 359px) {
  .hero .eyebrow { font-size: 7.5px; }
  .hero-pillars > div > span { font-size: 9px; }
  .values-row h3 { font-size: 11px; }
}
