:root {
    --ink: #373437;
    --ink-deep: #262328;
    --indigo: #47439d;
    --indigo-deep: #302e76;
    --indigo-soft: #eeedf9;
    --orange: #ff812d;
    --orange-deep: #d85e0d;
    --orange-soft: #fff0e5;
    --paper: #fbfaf7;
    --white: #fff;
    --muted: #706c72;
    --line: #e5e1dc;
    --serif: Georgia, "Times New Roman", serif;
    --sans: Inter, "Segoe UI", Arial, sans-serif;
    --shadow: 0 24px 60px rgba(38, 35, 40, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.public-container { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }
.public-section { padding: 112px 0; }
.public-eyebrow { display: block; margin-bottom: 18px; color: var(--indigo); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.public-eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 11px 3px 0; background: var(--orange); }
.public-eyebrow.light { color: rgba(255, 255, 255, .76); }
.section-heading { margin-bottom: 52px; }
.section-heading h2 { margin: 0; color: var(--ink-deep); font-family: var(--serif); font-size: clamp(42px, 5vw, 66px); font-weight: 400; line-height: 1.04; letter-spacing: -.045em; }
.section-heading h2 em, .inner-hero h1 em, .about-copy h2 em, .doctrine-copy h2 em, .contribution-copy h2 em, .contact-intro h2 em { color: var(--indigo); font-weight: 400; }
.section-heading.split { display: grid; grid-template-columns: 1.5fr .65fr; align-items: end; gap: 70px; }
.section-heading.split > p, .section-heading.centered > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-heading.centered { max-width: 730px; margin-inline: auto; text-align: center; }
.section-heading.centered .public-eyebrow::before { display: none; }
.section-heading.centered > p { max-width: 570px; margin: 20px auto 0; }
.public-button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border-radius: 2px; font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: transform .2s, background .2s, color .2s; }
.public-button:hover { transform: translateY(-2px); }
.public-button.primary { color: #fff; background: var(--indigo); box-shadow: 0 12px 26px rgba(71, 67, 157, .2); }
.public-button.primary:hover { background: var(--indigo-deep); }
.public-button.text { padding-inline: 6px; border-bottom: 1px solid var(--ink); }
.public-button.light-button { color: var(--indigo-deep); background: #fff; }

/* Navegação */
.site-header { position: sticky; z-index: 50; top: 0; color: var(--ink); background: rgba(251, 250, 247, .94); border-bottom: 1px solid rgba(55, 52, 55, .08); backdrop-filter: blur(16px); }
.header-inner { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.public-brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.public-logo-wrap { width: 34px; height: 34px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #fff; }
.public-logo-wrap img { width: 32px; height: 32px; object-fit: contain; }
.public-brand strong, .public-brand small { display: block; }
.public-brand strong { font-family: var(--serif); font-size: 17px; letter-spacing: .12em; }
.public-brand small { max-width: 190px; margin-top: 2px; color: var(--muted); font-size: 9px; letter-spacing: .03em; }
.public-nav { display: flex; align-items: center; gap: 22px; }
.public-nav > a:not(.member-button), .nav-dropdown > button { position: relative; padding: 10px 0; border: 0; background: none; cursor: pointer; font-size: 11px; font-weight: 750; }
.public-nav > a:not(.member-button)::after, .nav-dropdown > button::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.public-nav > a:hover::after, .public-nav > a.active::after, .nav-dropdown:hover > button::after, .nav-dropdown > button.active::after { transform: scaleX(1); }
.nav-dropdown { position: relative; }
.nav-dropdown::after { position: absolute; top: 100%; right: -16px; left: -16px; height: 15px; content: ""; }
.nav-dropdown > button span { color: var(--orange); }
.dropdown-menu { position: absolute; top: calc(100% + 12px); left: 50%; width: 220px; padding: 8px; opacity: 0; visibility: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); transform: translate(-50%, 8px); transition: .2s; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dropdown-menu a { display: block; padding: 12px 14px; }
.dropdown-menu a:hover { background: var(--indigo-soft); }
.dropdown-menu strong, .dropdown-menu small { display: block; }
.dropdown-menu strong { font-size: 12px; }
.dropdown-menu small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.member-button { min-height: 36px; display: inline-flex; align-items: center; gap: 13px; padding: 0 15px; color: #fff; background: var(--ink-deep); font-size: 10px; font-weight: 800; transition: background .2s, transform .2s; }
.member-button b { color: var(--orange); font-size: 17px; }
.member-button:hover { background: var(--indigo); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); }

/* Início */
.public-hero { position: relative; min-height: calc(100vh - 58px); display: flex; flex-direction: column; overflow: hidden; color: #fff; background: var(--ink-deep) url('../images/home/parque-moscoso.jpg') center center / cover no-repeat; }
.public-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21, 20, 24, .91) 0%, rgba(26, 24, 29, .78) 48%, rgba(31, 29, 34, .52) 100%); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orbit-one { width: 650px; height: 650px; right: -100px; top: -205px; }
.orbit-two { width: 450px; height: 450px; right: 0; top: -105px; box-shadow: 0 0 0 80px rgba(255,255,255,.018); }
.hero-grid { position: relative; z-index: 1; flex: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; padding-top: 70px; padding-bottom: 50px; }
.hero-copy { max-width: 680px; }
.hero-copy .public-eyebrow { color: rgba(255,255,255,.72); }
.hero-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(62px, 7.6vw, 108px); font-weight: 400; line-height: .88; letter-spacing: -.065em; }
.hero-copy h1 em { display: inline-block; color: var(--orange); font-weight: 400; }
.hero-copy > p { max-width: 570px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 37px; }
.hero-actions .public-button.primary { background: var(--orange); box-shadow: 0 14px 30px rgba(255,129,45,.16); }
.hero-actions .public-button.primary:hover { background: var(--orange-deep); }
.hero-actions .public-button.text { color: #fff; border-color: rgba(255,255,255,.4); }
.hero-visual { position: relative; min-height: 550px; display: grid; place-items: center; }
.hero-logo-disc { position: relative; width: min(390px, 32vw); aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #fff; box-shadow: 0 35px 85px rgba(0,0,0,.3); }
.hero-logo-disc::after { content: ""; position: absolute; inset: -9%; border: 1px solid rgba(255,129,45,.55); border-radius: 50%; }
.hero-logo-disc img { width: 87%; height: 87%; object-fit: contain; }
.hero-note { position: absolute; min-width: 174px; padding: 16px 19px; color: #fff; background: var(--orange); box-shadow: 0 16px 35px rgba(0,0,0,.2); }
.hero-note span, .hero-note strong { display: block; }
.hero-note span { margin-bottom: 7px; opacity: .72; font-size: 9px; letter-spacing: .16em; }
.hero-note strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.hero-note.orange { right: -15px; top: 23%; }
.hero-note.blue { bottom: 17%; left: -25px; background: var(--indigo); }
.hero-footer { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; padding-bottom: 28px; color: rgba(255,255,255,.52); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-line { width: 65px; height: 1px; background: rgba(255,255,255,.25); }
.hero-footer strong { margin-left: auto; color: rgba(255,255,255,.66); }

.news-section { background: #fff; }
.publication-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.publication-card { position: relative; min-height: 310px; padding: 30px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s, border-color .25s; }
.publication-card::before { content: ""; position: absolute; top: 0; left: 0; width: 65px; height: 4px; background: var(--indigo); }
.publication-card.featured::before { width: 100%; background: var(--orange); }
.publication-card:hover { border-color: transparent; box-shadow: var(--shadow); transform: translateY(-6px); }
.publication-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.publication-meta span { color: var(--indigo); }
.publication-card h3 { margin: 54px 0 14px; color: var(--ink-deep); font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.14; letter-spacing: -.025em; }
.publication-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.publication-arrow { position: absolute; right: 28px; bottom: 25px; color: var(--orange); font-size: 22px; }
.publication-hero { background: var(--ink-deep); }
.publication-hero-copy { position: relative; z-index: 1; }
.publication-hero-copy h1 { max-width: 940px; }
.publication-hero-summary { max-width: 720px; margin-top: 10px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.6; }
.publication-hero-summary p, .publication-hero-summary ul, .publication-hero-summary ol, .publication-hero-summary blockquote { margin-bottom: .65em; }
.publication-hero-summary h2, .publication-hero-summary h3, .publication-hero-summary h4 { margin: .8em 0 .35em; color: #fff; font-family: var(--sans); font-size: 1.12em; font-weight: 800; }
.publication-hero-summary a { color: #ffb783; text-decoration-color: rgba(255,183,131,.5); }
.publication-hero-summary img { max-height: 180px; object-fit: contain; }
.publication-byline { display: flex; gap: 22px; margin-top: 28px; color: rgba(255,255,255,.54); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.publication-detail { max-width: 820px; }
.publication-back { display: inline-block; margin-bottom: 42px; color: var(--indigo); font-size: 11px; font-weight: 800; }
.publication-tools { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.publication-tools .publication-back { margin-bottom: 0; }
.publication-body { color: #4f4a50; font-family: var(--serif); font-size: clamp(20px, 2.2vw, 25px); line-height: 1.78; text-align: justify; white-space: normal; }
.rich-publication-content > :first-child { margin-top: 0; }
.rich-publication-content > :last-child { margin-bottom: 0; }
.rich-publication-content p, .rich-publication-content ul, .rich-publication-content ol, .rich-publication-content blockquote, .rich-publication-content table { margin: 0 0 1.25em; }
.rich-publication-content h2, .rich-publication-content h3, .rich-publication-content h4 { margin: 1.7em 0 .65em; color: var(--ink-deep); font-family: var(--serif); font-weight: 500; line-height: 1.18; }
.rich-publication-content h2, .rich-publication-content h3, .rich-publication-content h4 { text-align: left; }
.rich-publication-content h2 { font-size: 1.65em; }
.rich-publication-content h3 { font-size: 1.35em; }
.rich-publication-content h4 { font-size: 1.12em; }
.rich-publication-content ul, .rich-publication-content ol { padding-left: 1.55em; }
.rich-publication-content li { margin-bottom: .45em; }
.rich-publication-content blockquote { padding: .15em 0 .15em 1.2em; color: #625d65; border-left: 4px solid var(--orange); font-style: italic; }
.rich-publication-content a { color: var(--indigo); text-decoration: underline; text-decoration-color: rgba(71,67,157,.35); text-underline-offset: 3px; }
.rich-publication-content img { display: block; max-width: 100%; height: auto; margin: 1.5em auto; border-radius: 4px; }
.rich-publication-content::after { display: block; clear: both; content: ""; }
.rich-publication-content hr { margin: 2em 0; border: 0; border-top: 1px solid var(--line); }
.rich-publication-content table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: .65em; }
.rich-publication-content th, .rich-publication-content td { padding: .7em .8em; border: 1px solid var(--line); text-align: left; }
.rich-publication-content th { color: var(--ink-deep); background: var(--paper); }
.news-placeholder { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 440px; border: 1px solid var(--line); }
.placeholder-main { position: relative; padding: 62px; overflow: hidden; color: #fff; background: var(--indigo-deep); }
.placeholder-main::after { content: ""; position: absolute; width: 300px; height: 300px; right: -135px; bottom: -175px; border: 50px solid rgba(255,255,255,.04); border-radius: 50%; }
.news-label { display: inline-block; padding: 8px 11px; color: var(--ink-deep); background: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.placeholder-main h3 { max-width: 560px; margin: 62px 0 18px; font-family: var(--serif); font-size: clamp(38px, 4vw, 57px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.placeholder-main p { max-width: 520px; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.75; }
.placeholder-main a { position: relative; z-index: 1; display: inline-block; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 11px; font-weight: 800; }
.placeholder-main a b { margin-left: 14px; color: var(--orange); }
.placeholder-topics { display: grid; background: var(--paper); }
.placeholder-topics article { display: flex; flex-direction: column; justify-content: center; padding: 28px 36px; border-bottom: 1px solid var(--line); }
.placeholder-topics article:last-child { border: 0; }
.placeholder-topics span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.placeholder-topics strong { margin-top: 9px; color: var(--ink-deep); font-family: var(--serif); font-size: 23px; font-weight: 400; }
.placeholder-topics small { margin-top: 4px; color: var(--muted); }

.path-section { background: var(--paper); }
.path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.path-grid > a { min-height: 230px; display: grid; grid-template-columns: 60px 1fr auto; align-items: start; gap: 22px; padding: 39px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .22s, color .22s; }
.path-grid > a:hover { color: #fff; background: var(--indigo-deep); }
.path-number { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--indigo); font-size: 10px; font-weight: 800; }
.path-number.orange { color: var(--ink); background: var(--orange); }
.path-grid small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.path-grid h3 { margin: 13px 0 8px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.path-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.path-grid > a > b { color: var(--orange); font-size: 20px; }
.path-grid > a:hover small, .path-grid > a:hover p { color: rgba(255,255,255,.62); }
.scripture-section { padding: 82px 0; color: #fff; background: var(--orange); }
.scripture-grid { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 65px; }
.scripture-mark { display: grid; grid-template-columns: 1fr 1fr; width: 150px; padding: 18px; border: 2px solid rgba(38,35,40,.8); color: var(--ink-deep); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.scripture-mark strong, .scripture-mark b { font-family: var(--serif); font-size: 44px; font-weight: 400; }
.scripture-grid blockquote { margin: 0; color: var(--ink-deep); font-family: var(--serif); font-size: clamp(26px, 3.2vw, 44px); line-height: 1.28; }
.scripture-grid cite { display: block; margin-top: 18px; font-family: var(--sans); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.welcome-section { background: #fff; }
.welcome-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding: 76px; color: #fff; background: var(--indigo-deep); box-shadow: var(--shadow); }
.welcome-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.welcome-card h2 em { color: var(--orange); font-weight: 400; }
.welcome-card > div:last-child { align-self: end; }
.welcome-card p { margin: 0 0 27px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }

/* Páginas internas */
.inner-hero { position: relative; overflow: hidden; padding: 34px 0 30px; color: #fff; background: var(--indigo-deep); }
.inner-hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -110px; top: -255px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
.inner-hero.orange-accent { background: var(--ink-deep); }
.inner-hero.orange-accent::before, .contribute-hero::before { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--orange); }
.doctrine-hero { background: linear-gradient(125deg, var(--indigo-deep), #5651ac); }
.contribute-hero { background: var(--orange-deep); }
.inner-hero-grid { position: relative; z-index: 1; display: block; }
.inner-hero .public-eyebrow { margin-bottom: 8px; font-size: 9px; }
.inner-hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(32px, 4vw, 44px); font-weight: 400; line-height: 1.03; letter-spacing: -.04em; }
.inner-hero h1 em { color: var(--orange); }
.contribute-hero h1 em { color: #fff; }
.inner-hero p { max-width: 720px; margin: 10px 0 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.55; }
.compact-content-hero { padding: 20px 0 18px; }
.compact-content-hero::after { display: none; }
.compact-content-hero .public-eyebrow { margin-bottom: 5px; }
.compact-content-hero h1 { font-size: clamp(25px, 3vw, 34px); letter-spacing: -.025em; }
.compact-content-hero > .publication-hero-copy > p, .compact-content-hero .publication-hero-summary { display: none; }
.compact-content-hero .publication-byline { margin-top: 8px; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.about-logo-card { padding: 34px; background: #fff; box-shadow: var(--shadow); }
.about-logo-card img { width: 100%; }
.about-copy h2, .doctrine-copy h2, .contribution-copy h2, .contact-intro h2 { margin: 0 0 26px; color: var(--ink-deep); font-family: var(--serif); font-size: clamp(42px, 5vw, 64px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.about-copy p, .doctrine-copy > p, .contribution-copy > p, .contact-intro > p { color: var(--muted); font-size: 15px; line-height: 1.85; }
.about-copy blockquote { margin: 38px 0 0; padding: 22px 0 22px 28px; color: var(--indigo); border-left: 4px solid var(--orange); font-family: var(--serif); font-size: 25px; font-style: italic; }
.values-section { background: #fff; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.value-grid article { min-height: 290px; padding: 38px; border-right: 1px solid var(--line); }
.value-grid article:last-child { border: 0; }
.value-grid span, .ministry-symbol { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.value-grid h3 { margin: 68px 0 14px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.value-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.ministry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ministry-card { min-height: 340px; padding: 35px; background: #fff; border: 1px solid var(--line); }
.ministry-card:nth-child(3n + 2) { border-top: 4px solid var(--orange); }
.ministry-card h2 { margin: 56px 0 13px; color: var(--ink-deep); font-family: var(--serif); font-size: 30px; font-weight: 400; }
.ministry-card > p { min-height: 46px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.leader-list { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.leader-list small, .leader-list strong, .leader-list span { display: block; }
.leader-list small { margin-bottom: 9px; color: var(--indigo); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.leader-list strong, .leader-list span { margin-top: 5px; font-size: 12px; }
.editorial-empty { position: relative; max-width: 860px; min-height: 410px; display: flex; flex-direction: column; justify-content: center; padding: 65px; overflow: hidden; color: #fff; background: var(--ink-deep); }
.editorial-empty::after { content: ""; position: absolute; right: -120px; bottom: -185px; width: 360px; height: 360px; border: 55px solid rgba(255,129,45,.13); border-radius: 50%; }
.editorial-empty > span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.editorial-empty h2 { position: relative; z-index: 1; max-width: 610px; margin: 48px 0 16px; font-family: var(--serif); font-size: clamp(39px, 5vw, 60px); font-weight: 400; line-height: 1.02; }
.editorial-empty p { position: relative; z-index: 1; max-width: 550px; margin: 0; color: rgba(255,255,255,.65); line-height: 1.75; }
.doctrine-grid, .contribution-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.doctrine-copy .public-button { margin-top: 20px; }
.source-note { display: block; margin-top: 14px; color: var(--muted); font-size: 10px; }
.doctrine-pillars { border-top: 1px solid var(--line); }
.doctrine-pillars article { display: grid; grid-template-columns: 55px 1fr; padding: 29px 0; border-bottom: 1px solid var(--line); }
.doctrine-pillars span { grid-row: span 2; color: var(--orange); font-size: 10px; font-weight: 900; }
.doctrine-pillars strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.doctrine-pillars p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.doctrine-reader-section { background: #fff; }
.doctrine-reference { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin-bottom: 48px; padding: 25px 29px; background: var(--orange-soft); border-left: 4px solid var(--orange); }
.doctrine-reference span { display: block; margin-bottom: 7px; color: var(--orange-deep); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.doctrine-reference p { max-width: 710px; margin: 0; color: #705342; font-size: 12px; line-height: 1.65; }
.doctrine-reference a { display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; padding-bottom: 5px; color: var(--indigo-deep); border-bottom: 1px solid rgba(48, 46, 118, .35); font-size: 11px; font-weight: 850; }
.doctrine-reference a b { color: var(--orange-deep); font-size: 16px; }
.doctrine-tools { display: flex; align-items: center; gap: 13px; margin: -25px 0 48px; padding: 18px 0 0; border-top: 1px solid var(--line); }
.doctrine-tools > small { margin-left: auto; color: var(--muted); font-size: 10px; }
.print-button, .print-full-link { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 16px; border: 1px solid var(--indigo); background: var(--indigo); color: #fff; cursor: pointer; font: 800 10px var(--sans); letter-spacing: .025em; transition: background .2s, border-color .2s, transform .2s; }
.print-button:hover, .print-full-link:hover { background: var(--indigo-deep); border-color: var(--indigo-deep); transform: translateY(-1px); }
.print-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.print-full-link { color: var(--indigo-deep); background: #fff; border-color: var(--line); }
.print-full-link:hover { color: #fff; }
.print-full-link b { color: var(--orange); font-size: 16px; }
.print-document-header { display: none; }
.doctrine-reader { display: grid; grid-template-columns: 285px minmax(0, 1fr); align-items: start; gap: 58px; }
.doctrine-index { position: sticky; top: 112px; max-height: calc(100vh - 140px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.doctrine-index-heading { padding: 0 0 20px; border-bottom: 1px solid var(--line); }
.doctrine-index-heading span, .doctrine-index-heading strong { display: block; }
.doctrine-index-heading span { margin-bottom: 8px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.doctrine-index-heading strong { color: var(--ink-deep); font-family: var(--serif); font-size: 23px; font-weight: 400; }
.doctrine-mobile-picker { display: none; }
.doctrine-nav a { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 5px; min-height: 48px; padding: 9px 12px 9px 0; color: var(--muted); border-bottom: 1px solid var(--line); transition: color .18s, background .18s, padding .18s; }
.doctrine-nav a:hover { padding-left: 8px; color: var(--indigo); background: var(--indigo-soft); }
.doctrine-nav a.active { padding-left: 8px; color: #fff; background: var(--indigo); border-color: var(--indigo); }
.doctrine-nav a.level-two { padding-left: 24px; }
.doctrine-nav a.level-two:hover, .doctrine-nav a.level-two.active { padding-left: 31px; }
.doctrine-nav a span { color: var(--orange-deep); font-size: 9px; font-weight: 900; }
.doctrine-nav a.active span { color: #ffd6b9; }
.doctrine-nav a strong { font-size: 11px; font-weight: 750; line-height: 1.35; }
.doctrine-article { min-width: 0; padding: clamp(34px, 5vw, 64px); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(38, 35, 40, .06); }
.doctrine-article-meta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 34px; padding-bottom: 17px; color: var(--indigo); border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.doctrine-article-meta b { width: 46px; height: 31px; display: grid; place-items: center; color: var(--ink-deep); background: var(--orange); letter-spacing: .04em; }
.doctrine-article-body { max-width: 760px; color: #4d484e; font-family: var(--serif); font-size: 18px; line-height: 1.82; }
.doctrine-article-body .manual > h3, .doctrine-article-body .manual > h4 { margin: 0 0 31px; color: var(--ink-deep); font-family: var(--serif); font-size: clamp(35px, 4.5vw, 53px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; text-transform: none; }
.doctrine-article-body .manual > h4 { font-size: clamp(31px, 4vw, 45px); }
.doctrine-article-body p { margin: 0 0 21px; }
.doctrine-article-body .artigo { hyphens: auto; }
.doctrine-article-body .citacao { margin-top: 30px; padding: 23px 25px; color: #55508a; background: var(--indigo-soft); border-left: 3px solid var(--indigo); font-family: var(--sans); font-size: 12px; line-height: 1.8; }
.doctrine-article-body ul { margin: 24px 0 28px !important; padding: 0 !important; list-style: none; }
.doctrine-article-body li { position: relative; margin: 11px 0; padding-left: 28px; }
.doctrine-article-body li::before { content: ""; position: absolute; left: 0; top: .68em; width: 12px; height: 2px; background: var(--orange); }
.doctrine-article-body sup { color: var(--orange-deep); font-family: var(--sans); font-size: .62em; font-weight: 900; }
.doctrine-pagination { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--line); }
.doctrine-pagination a { min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 17px 20px; background: #fff; border: 1px solid var(--line); transition: border-color .2s, transform .2s; }
.doctrine-pagination a:hover { border-color: var(--orange); transform: translateY(-2px); }
.doctrine-pagination a.next { text-align: right; }
.doctrine-pagination span, .doctrine-pagination strong { display: block; }
.doctrine-pagination a span { margin-bottom: 7px; color: var(--indigo); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.doctrine-pagination a strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.doctrine-print-preview { background: #fff; }
.print-preview-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-bottom: 42px; padding: 20px 24px; background: var(--orange-soft); border-left: 4px solid var(--orange); }
.print-preview-toolbar > a { color: var(--indigo); font-size: 11px; font-weight: 800; }
.print-preview-toolbar > div { display: flex; align-items: center; gap: 20px; }
.print-preview-toolbar > div > span { color: #705342; font-size: 10px; }
.doctrine-full-document { max-width: 900px; margin-inline: auto; color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.doctrine-print-cover { min-height: 720px; display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 70px; text-align: center; background: var(--paper); border-bottom: 7px solid var(--orange); }
.doctrine-print-cover img { width: 190px; height: 190px; object-fit: contain; margin-bottom: 36px; }
.doctrine-print-cover > span { color: var(--indigo); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.doctrine-print-cover h1 { margin: 24px 0 19px; color: var(--ink-deep); font-family: var(--serif); font-size: clamp(52px, 7vw, 76px); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.doctrine-print-cover p { margin: 0; color: var(--orange-deep); font-family: var(--serif); font-size: 21px; }
.doctrine-print-cover small { margin-top: 38px; color: var(--muted); }
.doctrine-print-article { padding: 65px 72px; border-bottom: 1px solid var(--line); }
.doctrine-print-article > header { display: flex; align-items: center; gap: 17px; margin-bottom: 34px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.doctrine-print-article > header span { min-width: 44px; color: var(--orange-deep); font-size: 10px; font-weight: 900; }
.doctrine-print-article > header strong { color: var(--indigo-deep); font-family: var(--serif); font-size: 23px; font-weight: 400; }
.doctrine-print-source { padding: 28px 72px; color: var(--muted); font-size: 9px; overflow-wrap: anywhere; }
.security-note { display: flex; gap: 14px; margin-top: 34px; padding: 20px; background: var(--orange-soft); border-left: 3px solid var(--orange); }
.security-note span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 25px; color: #fff; background: var(--orange); border-radius: 50%; font-size: 11px; font-weight: 900; }
.security-note p { margin: 1px 0 0; color: #79563e; font-size: 12px; line-height: 1.55; }
.qr-placeholder-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.qr-placeholder-grid article { padding: 28px; background: #fff; border: 1px solid var(--line); }
.qr-placeholder { position: relative; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 22px; color: var(--indigo); background: var(--indigo-soft); }
.qr-placeholder.orange { color: var(--orange-deep); background: var(--orange-soft); }
.qr-placeholder span { position: absolute; width: 34px; height: 34px; border: 7px solid currentColor; }
.qr-placeholder span:nth-child(1) { left: 19px; top: 19px; }
.qr-placeholder span:nth-child(2) { right: 19px; top: 19px; }
.qr-placeholder span:nth-child(3) { left: 19px; bottom: 19px; }
.qr-placeholder b { font-family: var(--serif); font-size: 40px; }
.qr-placeholder-grid small, .qr-placeholder-grid strong { display: block; }
.qr-placeholder-grid small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.qr-placeholder-grid strong { margin-top: 7px; font-size: 12px; }
.contact-intro address { margin-top: 30px; color: var(--indigo); font-style: normal; font-weight: 700; line-height: 1.6; }
.contact-links { border-top: 1px solid var(--line); }
.contact-links article { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 22px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.contact-icon { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--ink-deep); font-size: 13px; font-weight: 900; }
.contact-icon.blue { background: var(--indigo); font-family: Arial; font-size: 25px; }
.contact-icon.orange { color: var(--ink); background: var(--orange); font-size: 24px; }
.contact-links small, .contact-links strong, .contact-links a { display: block; }
.contact-links small { margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-links strong, .contact-links a { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.contact-links a:hover { color: var(--indigo); }

/* Rodapé e paginação */
.site-footer { padding: 74px 0 0; color: #fff; background: var(--ink-deep); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 60px; padding-bottom: 60px; }
.public-brand.light .public-logo-wrap { background: #fff; }
.public-brand.light small { color: rgba(255,255,255,.55); }
.footer-brand > p { margin: 20px 0 0; color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 17px; font-style: italic; }
.footer-grid > div:not(.footer-brand):not(.footer-verse) { display: flex; flex-direction: column; gap: 12px; }
.footer-title { margin-bottom: 6px; color: var(--orange); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a:not(.public-brand) { color: rgba(255,255,255,.65); font-size: 11px; }
.footer-grid a:hover { color: #fff; }
.footer-verse span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-verse p { color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 17px; line-height: 1.45; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; padding-bottom: 24px; color: rgba(255,255,255,.4); border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
nav[role="navigation"] { margin-top: 40px; }
nav[role="navigation"] > div:first-child { display: none; }
nav[role="navigation"] > div:last-child { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
nav[role="navigation"] p { color: var(--muted); font-size: 11px; }
nav[role="navigation"] span[aria-current="page"] span, nav[role="navigation"] a { display: inline-grid; min-width: 36px; height: 36px; place-items: center; padding: 0 10px; color: var(--ink); background: #fff; border: 1px solid var(--line); font-size: 11px; }
nav[role="navigation"] span[aria-current="page"] span { color: #fff; background: var(--indigo); border-color: var(--indigo); }
nav[role="navigation"] svg { width: 16px; }

@media (max-width: 1080px) {
    .public-nav { gap: 14px; }
    .public-nav > a:not(.member-button), .nav-dropdown > button { font-size: 10px; }
    .public-brand small { display: none; }
    .hero-grid { grid-template-columns: 1fr .75fr; gap: 25px; }
    .hero-note { min-width: 145px; }
    .ministry-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .public-container { width: min(100% - 36px, 680px); }
    .public-section { padding: 78px 0; }
    .header-inner { min-height: 58px; }
    .menu-toggle { display: block; }
    .public-nav { position: fixed; inset: 58px 0 auto; max-height: calc(100vh - 58px); display: none; align-items: stretch; flex-direction: column; gap: 0; overflow-y: auto; padding: 18px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(38,35,40,.12); }
    .public-nav.open { display: flex; }
    .public-nav > a:not(.member-button), .nav-dropdown > button { width: 100%; padding: 15px 10px; text-align: left; border-bottom: 1px solid var(--line); font-size: 12px; }
    .public-nav > a::after, .nav-dropdown > button::after { display: none; }
    .dropdown-menu { position: static; width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); opacity: 1; visibility: visible; padding: 0 10px 10px; background: transparent; border: 0; box-shadow: none; transform: none; }
    .nav-dropdown::after { display: none; }
    .dropdown-menu a { background: var(--indigo-soft); }
    .member-button { margin-top: 12px; justify-content: space-between; }
    .public-hero { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; padding-top: 75px; }
    .hero-copy h1 { font-size: clamp(58px, 14vw, 88px); }
    .hero-visual { min-height: 420px; }
    .hero-logo-disc { width: min(330px, 68vw); }
    .hero-note.orange { right: 5%; }
    .hero-note.blue { left: 3%; }
    .section-heading.split, .news-placeholder, .welcome-card, .about-grid, .doctrine-grid, .contribution-grid, .contact-grid { grid-template-columns: 1fr; }
    .section-heading.split { gap: 22px; }
    .news-placeholder { min-height: auto; }
    .placeholder-main { padding: 48px; }
    .placeholder-topics { grid-template-columns: repeat(3, 1fr); }
    .placeholder-topics article { padding: 25px 18px; border-right: 1px solid var(--line); border-bottom: 0; }
    .placeholder-topics strong { font-size: 18px; }
    .publication-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .scripture-grid { grid-template-columns: 130px 1fr; gap: 35px; }
    .scripture-mark { width: 125px; }
    .welcome-card { gap: 35px; padding: 52px; }
    .inner-hero { padding: 30px 0 27px; }
    .compact-content-hero { padding: 18px 0 16px; }
    .about-grid { gap: 55px; }
    .value-grid { grid-template-columns: 1fr; }
    .value-grid article { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
    .value-grid article:last-child { border-bottom: 0; }
    .doctrine-grid, .contribution-grid, .contact-grid { gap: 55px; }
    .doctrine-reference { align-items: flex-start; flex-direction: column; gap: 19px; }
    .doctrine-tools { align-items: stretch; flex-wrap: wrap; }
    .doctrine-tools > small { width: 100%; margin-left: 0; }
    .doctrine-reader { grid-template-columns: 1fr; gap: 28px; }
    .doctrine-index { position: static; max-height: none; overflow: visible; }
    .doctrine-index-heading, .doctrine-nav { display: none; }
    .doctrine-mobile-picker { display: block; }
    .doctrine-mobile-picker span { display: block; margin-bottom: 9px; color: var(--indigo); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
    .doctrine-mobile-picker select { width: 100%; min-height: 52px; padding: 0 43px 0 15px; color: var(--ink-deep); background: #fff; border: 1px solid var(--line); border-radius: 0; font: 700 12px var(--sans); }
    .footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
    .footer-verse { grid-column: span 3; }
}

@media (max-width: 560px) {
    .public-container { width: calc(100% - 30px); }
    .public-section { padding: 62px 0; }
    .public-brand strong { font-size: 17px; }
    .hero-grid { padding-top: 58px; padding-bottom: 25px; }
    .hero-copy h1 { font-size: clamp(52px, 16vw, 74px); }
    .hero-copy > p { font-size: 14px; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
    .hero-actions .public-button.text { align-self: flex-start; }
    .hero-visual { min-height: 330px; }
    .hero-note { min-width: 135px; padding: 13px; }
    .hero-note strong { font-size: 13px; }
    .hero-footer { padding-bottom: 20px; }
    .hero-footer > span:first-child, .hero-line { display: none; }
    .hero-footer strong { margin: 0; }
    .section-heading { margin-bottom: 36px; }
    .section-heading h2 { font-size: 42px; }
    .publication-grid, .path-grid, .ministry-grid, .qr-placeholder-grid { grid-template-columns: 1fr; }
    .publication-card { min-height: 280px; }
    .placeholder-main { padding: 38px 28px; }
    .placeholder-main h3 { margin-top: 42px; font-size: 39px; }
    .placeholder-topics { grid-template-columns: 1fr; }
    .placeholder-topics article { border-right: 0; border-bottom: 1px solid var(--line); }
    .path-grid > a { min-height: 200px; grid-template-columns: 48px 1fr auto; gap: 14px; padding: 28px 22px; }
    .scripture-section { padding: 60px 0; }
    .scripture-grid { grid-template-columns: 1fr; gap: 28px; }
    .scripture-grid blockquote { font-size: 28px; }
    .welcome-card { padding: 38px 27px; }
    .inner-hero h1 { font-size: 36px; }
    .compact-content-hero h1 { font-size: 27px; }
    .about-logo-card { padding: 18px; }
    .value-grid article { padding: 30px; }
    .value-grid h3 { margin-top: 45px; }
    .ministry-grid { grid-template-columns: 1fr; }
    .editorial-empty { min-height: 390px; padding: 38px 27px; }
    .editorial-empty h2 { margin-top: 40px; font-size: 40px; }
    .doctrine-reference { padding: 23px 21px; }
    .doctrine-reference a { align-items: flex-start; }
    .doctrine-article { padding: 29px 23px; }
    .doctrine-article-body { font-size: 17px; line-height: 1.76; }
    .doctrine-article-body .citacao { padding: 19px; font-size: 11px; }
    .doctrine-pagination { grid-template-columns: 1fr; }
    .doctrine-pagination > span:empty { display: none; }
    .doctrine-pagination a.next { text-align: left; }
    .publication-tools, .print-preview-toolbar, .print-preview-toolbar > div { align-items: stretch; flex-direction: column; }
    .print-button, .print-full-link { width: 100%; }
    .doctrine-print-cover { min-height: 570px; padding: 45px 25px; }
    .doctrine-print-cover img { width: 145px; height: 145px; }
    .doctrine-print-article { padding: 38px 25px; }
    .doctrine-print-source { padding-inline: 25px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-brand, .footer-verse { grid-column: span 2; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    nav[role="navigation"] > div:last-child { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}

@media print {
    @page { size: A4; margin: 17mm 16mm 18mm; }

    html { scroll-behavior: auto; }
    body { color: #1f1f1f; background: #fff; font-family: Arial, sans-serif; }
    .site-header, .site-footer, .inner-hero, [data-no-print], .doctrine-reference, .doctrine-index, .doctrine-pagination { display: none !important; }
    main, .public-section, .public-container, .publication-detail, .doctrine-reader, .doctrine-article, .doctrine-full-document { width: 100%; max-width: none; margin: 0; padding: 0; display: block; background: #fff; border: 0; box-shadow: none; }
    .print-document-header { display: flex; align-items: center; gap: 14px; margin-bottom: 13mm; padding-bottom: 7mm; border-bottom: 1px solid #bdbdbd; }
    .print-document-header img { width: 17mm; height: 17mm; object-fit: contain; }
    .print-document-header span, .print-document-header strong, .print-document-header small { display: block; }
    .print-document-header span { margin-bottom: 2mm; color: #47439d; font-size: 7.5pt; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
    .print-document-header strong { font-family: Georgia, serif; font-size: 17pt; font-weight: 400; }
    .print-document-header small { margin-top: 2mm; color: #555; font-size: 8pt; }
    .publication-body { color: #222; font-family: Georgia, serif; font-size: 12pt; line-height: 1.6; }
    .doctrine-article-meta { margin-bottom: 8mm; padding-bottom: 4mm; }
    .doctrine-article-body { max-width: none; color: #222; font-family: Georgia, serif; font-size: 10.5pt; line-height: 1.58; }
    .doctrine-article-body .manual > h3, .doctrine-article-body .manual > h4 { margin-bottom: 7mm; font-size: 22pt; break-after: avoid; }
    .doctrine-article-body .manual > h4 { font-size: 19pt; }
    .doctrine-article-body p { margin-bottom: 4mm; orphans: 3; widows: 3; }
    .doctrine-article-body .citacao { margin-top: 6mm; padding: 5mm; color: #333; background: #f1f1f1 !important; border-left-color: #47439d; font-size: 8pt; }
    .doctrine-print-cover { min-height: 245mm; padding: 25mm 10mm; border-bottom: 0; break-after: page; }
    .doctrine-print-cover img { width: 52mm; height: 52mm; }
    .doctrine-print-cover h1 { font-size: 38pt; }
    .doctrine-print-article { padding: 0; border: 0; break-before: page; }
    .doctrine-print-article > header { margin-bottom: 8mm; }
    .doctrine-print-source { padding: 8mm 0 0; }
    a { color: inherit; text-decoration: none; }
}

/* Biblioteca de publicações, compartilhamento e materiais de estudo */
.publication-subtitle { display: block; margin: -6px 0 14px; color: var(--indigo); font-family: var(--serif); font-size: 17px; font-weight: 400; }
.publication-change-badge { position: absolute; right: 26px; top: 60px; padding: 5px 8px; color: #824619; background: var(--orange-soft); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.publication-tools-wrap { flex-wrap: wrap; }
.share-tools { display: flex; align-items: center; gap: 10px; }
.whatsapp-share, .native-share { min-height: 40px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid #27865f; color: #176345; background: #e8f6ef; cursor: pointer; font: 800 9px var(--sans); }
.native-share { color: var(--indigo); background: #fff; border-color: var(--line); }
.publication-change-notice, .publication-preview-note { display: flex; gap: 15px; margin-bottom: 30px; padding: 18px 20px; color: #76471f; background: var(--orange-soft); border-left: 4px solid var(--orange); }
.publication-change-notice > span { font-size: 21px; }
.publication-change-notice strong, .publication-change-notice p { display: block; margin: 0; }
.publication-change-notice p { margin-top: 5px; font-size: 12px; line-height: 1.6; }
.publication-preview-note { display: block; color: #48447c; background: var(--indigo-soft); border-color: var(--indigo); }
.publication-preview-note span { font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.publication-preview-note p { margin: 8px 0 0; font-size: 12px; }
.publication-scriptures, .publication-topics { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.publication-scriptures span, .publication-topics span { padding: 7px 10px; color: var(--indigo-deep); background: var(--indigo-soft); font-size: 10px; font-weight: 800; }
.publication-topics { margin: 34px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }
.publication-topics span { color: #76502f; background: var(--orange-soft); }
.single-study-print { display: flex; align-items: end; gap: 13px; margin-top: 35px; padding: 20px; background: var(--paper); border: 1px solid var(--line); }
.single-study-print label span, .study-selection-toolbar label > span, .study-library-filters label > span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.single-study-print select, .study-selection-toolbar select, .study-library-filters select { min-height: 40px; padding: 0 35px 0 12px; border: 1px solid var(--line); background: #fff; color: var(--ink); }
.study-library-filters { display: flex; align-items: end; gap: 14px; margin-bottom: 28px; padding: 18px 20px; background: var(--paper); border: 1px solid var(--line); }
.study-library-filters label { min-width: 220px; }
.study-library-filters select { width: 100%; }
.study-library-filters > a { margin: 0 0 12px 8px; color: var(--indigo); font-size: 10px; font-weight: 800; }
.study-selection-toolbar { display: flex; align-items: end; gap: 18px; margin-bottom: 12px; padding: 18px 20px; color: #fff; background: var(--ink-deep); }
.study-selection-toolbar > div { margin-right: auto; }
.study-selection-toolbar strong, .study-selection-toolbar small { display: block; }
.study-selection-toolbar small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 9px; }
.study-selection-toolbar label > span { color: rgba(255,255,255,.6); }
.study-check-all { align-self: center; font-size: 10px; }
.study-check-all input, .study-all-option input, .study-select-card > input { accent-color: var(--orange); }
.study-all-option { margin-bottom: 20px; padding: 11px 15px; color: #72533d; background: var(--orange-soft); font-size: 10px; }
.study-select-card { position: relative; min-width: 0; }
.study-select-card > input { position: absolute; z-index: 3; top: 16px; right: 16px; width: 19px; height: 19px; }
.study-select-card > input:disabled { opacity: .35; }
.study-select-marker { position: absolute; z-index: 2; top: 12px; right: 12px; width: 27px; height: 27px; display: grid; place-items: center; color: transparent; background: #fff; border: 1px solid var(--line); }
.study-select-card > input:checked + .study-select-marker { color: #fff; background: var(--orange-deep); border-color: var(--orange-deep); }
.study-select-card .publication-card { height: 100%; display: block; padding-top: 52px; }
.study-select-card > input:checked ~ .publication-card { border-color: var(--orange); box-shadow: 0 0 0 2px var(--orange); }
.study-print-cover { min-height: 600px; display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 70px; text-align: center; background: var(--paper); border-bottom: 7px solid var(--orange); }
.study-print-cover img { width: 220px; max-height: 190px; margin-bottom: 34px; object-fit: contain; }
.study-print-cover > span { color: var(--indigo); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.study-print-cover h1 { max-width: 760px; margin: 22px 0 14px; font-family: var(--serif); font-size: 56px; font-weight: 400; line-height: 1; }
.study-print-cover p { color: var(--orange-deep); font-family: var(--serif); font-size: 21px; }
.study-print-index { padding: 45px 55px; border-bottom: 1px solid var(--line); }
.study-print-index > strong { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.study-print-index li { margin-top: 10px; color: var(--muted); }
.study-print-item { padding: 58px 64px; border-bottom: 1px solid var(--line); }
.study-print-item > header { margin-bottom: 34px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.study-print-item > header span { color: var(--orange-deep); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.study-print-item h2 { margin: 13px 0 8px; color: var(--ink-deep); font-family: var(--serif); font-size: 37px; font-weight: 400; }
.study-print-item header p { color: var(--indigo); font-family: var(--serif); font-size: 18px; }
.study-print-item header small { color: var(--muted); }
.study-print-body { color: #333; font-family: Georgia, serif; font-size: 12pt; line-height: 1.68; text-align: justify; }
.font-small .study-print-body { font-size: 9.5pt; }
.font-normal .study-print-body { font-size: 12pt; }
.font-large .study-print-body { font-size: 14pt; }
.font-extra-large .study-print-body { font-size: 17pt; }
.font-giant .study-print-body { font-size: 21pt; }

@media (max-width: 760px) {
    .share-tools, .single-study-print, .study-library-filters, .study-selection-toolbar { align-items: stretch; flex-direction: column; }
    .share-tools > *, .single-study-print > *, .study-library-filters label, .study-selection-toolbar > * { width: 100%; }
    .study-library-filters > a { margin: 5px 0 0; }
    .study-print-cover, .study-print-item { padding: 38px 22px; }
    .study-print-cover h1 { font-size: 39px; }
}

@media print {
    .study-print-preview { padding: 0; }
    .study-print-preview > .public-container { width: 100%; max-width: none; }
    .study-print-cover { min-height: 245mm; padding: 20mm 10mm; border: 0; break-after: page; }
    .study-print-index { padding: 0; break-after: page; }
    .study-print-item { padding: 0; border: 0; break-before: page; }
    .study-print-item:first-child { break-before: auto; }
    .study-print-body { font-size: inherit; }
    .font-small .study-print-body { font-size: 9.5pt; }
    .font-normal .study-print-body { font-size: 12pt; }
    .font-large .study-print-body { font-size: 14pt; }
    .font-extra-large .study-print-body { font-size: 17pt; }
    .font-giant .study-print-body { font-size: 21pt; }
}
