/* ================================================================
   OBPC Santiago/RS — Estilos do site
   Origem: layout aprovado. Arquivo separado somente para manutenção.
   ================================================================ */

/* ================================================================
   BLOCO 1 — Tokens visuais e base global
   ================================================================ */
:root {
  --ink: #0e3023;
  --ink-soft: #26483a;
  --forest: #0c4d34;
  --forest-deep: #092b20;
  --green: #1f8a50;
  --lime: #bfda42;
  --gold: #f4cd45;
  --cream: #f7f5ee;
  --warm-white: #fffdf8;
  --muted: #62736a;
  --line: rgba(14, 48, 35, .14);
  --shadow: 0 22px 65px rgba(10, 47, 32, .16);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--warm-white); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }

.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 116px 0; }
.skip-link { position: fixed; left: 20px; top: 16px; z-index: 9999; padding: 11px 15px; border-radius: 10px; background: #fff; color: var(--forest); transform: translateY(-150%); transition: transform .2s ease; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

/* ================================================================
   BLOCO 2 — Barra superior, cabeçalho e navegação
   ================================================================ */
.topbar { position: relative; z-index: 20; background: var(--forest-deep); color: rgba(255,255,255,.75); font-size: .78rem; letter-spacing: .02em; }
.topbar__content { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar a { text-decoration: underline; text-underline-offset: 3px; }
.dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 99px; background: var(--gold); box-shadow: 0 0 0 3px rgba(244,205,69,.15); }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,253,248,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(14,48,35,.08); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 220px; }
.brand img { width: 155px; height: 48px; object-fit: contain; object-position: left center; }
.brand__location { color: var(--forest); font-size: .75rem; line-height: 1; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding-left: 10px; border-left: 1px solid rgba(14,48,35,.22); }
.nav { display: flex; align-items: center; justify-content: flex-end; gap: 26px; font-size: .92rem; font-weight: 700; }
.nav > a:not(.nav__cta) { position: relative; color: var(--ink-soft); }
.nav > a:not(.nav__cta)::after { content: ''; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--green); transition: width .2s ease; }
.nav > a:not(.nav__cta):hover::after { width: 100%; }
.nav__cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; color: #fff; background: var(--forest); border-radius: 999px; box-shadow: 0 10px 22px rgba(10,74,51,.18); }
.nav__cta span { font-size: 1rem; }
.menu-button { display: none; border: 0; background: transparent; width: 45px; height: 45px; padding: 10px; }
.menu-button span { display: block; height: 2px; margin: 5px 0; border-radius: 99px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }

/* ================================================================
   BLOCO 3 — Destaque principal
   ================================================================ */
.hero { position: relative; overflow: hidden; min-height: min(780px, calc(100svh - 36px)); display: flex; align-items: center; color: #fff; background: var(--forest-deep); }
.hero__image { position: absolute; inset: 0; background-position: center 42%; background-image: linear-gradient(90deg, rgba(5,34,23,.95) 3%, rgba(7,43,30,.78) 45%, rgba(7,43,30,.18) 100%), linear-gradient(0deg, rgba(7,43,30,.48), rgba(7,43,30,.05)), url('./assets/images/foto-01.jpg'); background-size: cover; background-position: center; filter: saturate(.9); transform: scale(1.02); }
.hero__texture { position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(circle at 15% 20%, rgba(190,218,66,.22) 0 1px, transparent 2px), radial-gradient(circle at 75% 80%, rgba(244,205,69,.2) 0 1px, transparent 2px); background-size: 30px 30px, 42px 42px; mask-image: linear-gradient(to right, #000, transparent 76%); }
.hero__content { position: relative; z-index: 1; padding: 92px 0 106px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--green); font-weight: 800; font-size: .74rem; line-height: 1; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: currentColor; }
.eyebrow--light { color: var(--lime); }
.hero h1 { max-width: 830px; margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(3.45rem, 6.6vw, 6.75rem); font-weight: 700; line-height: .98; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--lime); font-weight: 600; }
.hero__lead { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.85); font-size: 1.13rem; line-height: 1.72; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 37px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: .91rem; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--forest-deep); background: var(--lime); box-shadow: 0 15px 30px rgba(0,0,0,.18); }
.button--primary:hover { background: #d1e95a; }
.button--ghost { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); backdrop-filter: blur(5px); }
.button--ghost:hover { background: rgba(255,255,255,.16); }
.button--dark { color: #fff; background: var(--forest); box-shadow: 0 12px 26px rgba(10,74,51,.18); }
.button--dark:hover { background: #12603f; }
.button--outline { color: var(--forest); background: transparent; border-color: rgba(14,48,35,.24); }
.button--outline:hover { background: #eef5ee; border-color: var(--forest); }
.hero__info-card { width: min(100%, 432px); display: flex; align-items: center; gap: 14px; margin-top: 58px; padding: 15px 18px 15px 15px; color: var(--ink); background: rgba(255,253,248,.95); border-radius: 16px; box-shadow: 0 22px 45px rgba(0,0,0,.2); }
.hero__info-icon { display: grid; place-items: center; width: 43px; height: 43px; color: #fff; background: var(--forest); border-radius: 12px; font-size: 1.2rem; }
.hero__info-card span { display: block; color: #718079; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.hero__info-card strong { display: block; margin-top: 3px; color: var(--forest); font-size: 1.02rem; }
.hero__info-card small { display: block; margin-top: 2px; color: #5d6c64; font-size: .77rem; }
.hero__info-card > a { margin-left: auto; font-size: 1.45rem; color: var(--forest); }
.scroll-indicator { position: absolute; z-index: 1; right: max(24px, calc((100% - var(--container))/2)); bottom: 31px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.76); font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; writing-mode: vertical-rl; }
.scroll-indicator i { display: block; width: 1px; height: 42px; background: rgba(255,255,255,.55); }

/* ================================================================
   BLOCO 4 — Seções institucionais e conteúdo
   ================================================================ */
.intro-grid, .program-grid, .prayer-grid, .visit-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(44px, 7vw, 110px); }
.intro-copy h2, .program-copy h2, .prayer-card h2, .visit-copy h2, .section-heading h2, .feature-section h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; color: var(--ink); font-size: clamp(2.55rem, 4vw, 4.55rem); line-height: 1.04; letter-spacing: -.045em; }
.intro-copy p:not(.eyebrow), .program-copy p:not(.eyebrow), .visit-copy p:not(.eyebrow) { max-width: 515px; margin: 24px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.78; }
.text-link { display: inline-flex; gap: 11px; align-items: center; margin-top: 31px; color: var(--forest); font-weight: 800; }
.text-link span { font-size: 1.25rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.intro-art { position: relative; min-height: 500px; }
.intro-art__photo { position: absolute; width: 79%; height: 88%; right: 0; top: 0; border-radius: 28px; background: url('./assets/images/foto-02.jpg') center/cover; box-shadow: var(--shadow); }
.intro-art__accent { position: absolute; width: 57%; height: 57%; left: 0; bottom: 0; border-radius: 24px; background: var(--lime); opacity: .88; transform: rotate(-4deg); }
.intro-art__quote { position: absolute; left: 8%; bottom: 6%; width: 57%; padding: 23px 25px 21px; color: #fff; background: var(--forest); border-radius: 16px; box-shadow: 0 16px 34px rgba(10,74,51,.24); }
.quote-mark { position: absolute; top: 10px; left: 17px; color: var(--lime); font-family: Georgia, serif; font-size: 3.9rem; line-height: 1; }
.intro-art__quote p { position: relative; z-index: 1; margin: 17px 0 11px; font-family: "Playfair Display", Georgia, serif; font-size: 1.08rem; line-height: 1.32; }
.intro-art__quote span { color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* ================================================================
   BLOCO 5 — Valores e cards de conteúdo
   ================================================================ */
.values-section { position: relative; overflow: hidden; padding: 120px 0; color: #fff; background: var(--forest-deep); }
.values-section::before { content: ''; position: absolute; inset: -30%; pointer-events: none; background: radial-gradient(circle at 30% 24%, rgba(56,151,88,.38), transparent 24%), radial-gradient(circle at 90% 86%, rgba(190,218,66,.15), transparent 20%); }
.section-heading { position: relative; z-index: 1; }
.section-heading--center { max-width: 730px; margin: 0 auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2 { color: #fff; }
.section-heading p:last-child { max-width: 610px; margin: 21px auto 0; color: rgba(255,255,255,.72); font-size: 1.02rem; line-height: 1.7; }
.values-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.value-card { min-height: 240px; padding: 33px 29px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(255,255,255,.055); transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.value-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.1); border-color: rgba(190,218,66,.45); }
.value-card__icon { display: grid; place-items: center; width: 43px; height: 43px; color: var(--forest-deep); background: var(--lime); border-radius: 12px; font-size: 1.25rem; }
.value-card h3 { margin: 25px 0 10px; font-family: "Playfair Display", Georgia, serif; font-size: 1.52rem; }
.value-card p { margin: 0; color: rgba(255,255,255,.68); font-size: .94rem; line-height: 1.7; }

/* ================================================================
   BLOCO 6 — Programação semanal
   ================================================================ */
.program-section { background: var(--cream); }
.program-copy .button { margin-top: 30px; }
.schedule-card { overflow: hidden; background: #fff; border-radius: 21px; box-shadow: var(--shadow); }
.schedule-card__header { display: flex; align-items: end; justify-content: space-between; padding: 25px 30px 21px; border-bottom: 1px solid var(--line); }
.schedule-card__header span { color: var(--green); font-size: .69rem; font-weight: 800; letter-spacing: .13em; }
.schedule-card__header strong { font-family: "Playfair Display", Georgia, serif; color: var(--forest); font-size: 1.8rem; line-height: 1; }
.schedule-item { display: grid; grid-template-columns: 48px 1fr auto; gap: 17px; align-items: center; padding: 23px 30px; border-bottom: 1px solid var(--line); }
.schedule-item--featured { background: linear-gradient(90deg, rgba(190,218,66,.2), rgba(255,255,255,0)); }
.schedule-item__day { display: grid; place-items: center; width: 43px; height: 43px; color: var(--forest); border-radius: 10px; background: #eef5ee; font-size: .71rem; font-weight: 900; letter-spacing: .06em; }
.schedule-item--featured .schedule-item__day { color: #fff; background: var(--forest); }
.schedule-item__main strong { display: block; color: var(--ink); font-size: .96rem; }
.schedule-item__main span { display: block; margin-top: 4px; color: var(--muted); font-size: .78rem; line-height: 1.4; }
.schedule-item__time { color: var(--forest); font-size: .92rem; font-weight: 900; }
.schedule-item__arrow { display: grid; place-items: center; width: 32px; height: 32px; color: var(--forest); border: 1px solid rgba(14,48,35,.14); border-radius: 99px; }
.schedule-card__footer { padding: 17px 30px; color: #748079; font-size: .74rem; }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 99px; background: var(--green); box-shadow: 0 0 0 4px rgba(31,138,80,.12); }

/* ================================================================
   BLOCO 9 — Destaques e chamadas institucionais
   ================================================================ */
.feature-section { position: relative; min-height: 600px; overflow: hidden; display: grid; align-items: center; color: #fff; background: var(--forest-deep); }
.feature-section__image { position: absolute; inset: 0; background: url('./assets/images/foto-03.jpg') center 57%/cover; filter: saturate(.6) contrast(.95); }
.feature-section__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,34,23,.9) 0%, rgba(5,34,23,.64) 43%, rgba(5,34,23,.2) 100%); }
.feature-section__content { position: relative; z-index: 1; padding: 90px 0; max-width: 730px; }
.feature-section h2 { color: #fff; font-size: clamp(3rem, 5vw, 5.2rem); }
.feature-section h2 em { display: block; }
.feature-section p:not(.eyebrow) { max-width: 525px; margin: 26px 0 31px; color: rgba(255,255,255,.8); line-height: 1.72; font-size: 1.05rem; }


.prayer-card > p:not(.eyebrow) { max-width: 520px; margin: 19px 0 28px; color: var(--muted); line-height: 1.72; }
form { display: grid; gap: 9px; }
label { margin-top: 5px; color: var(--ink); font-size: .82rem; font-weight: 800; }
label small { color: var(--muted); font-weight: 500; }
input, textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid rgba(14,48,35,.17); border-radius: 10px; outline: none; background: rgba(255,255,255,.78); transition: border-color .2s ease, box-shadow .2s ease; }
textarea { resize: vertical; min-height: 126px; }
input:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(31,138,80,.12); }


.prayer-side__message > span { display: block; height: 29px; color: var(--lime); font-family: Georgia, serif; font-size: 4.4rem; line-height: .8; }


/* ================================================================
   BLOCO 10 — Contato, localização, foto e mapa
   ================================================================ */
.visit-section { background: var(--cream); }
.contact-list { display: grid; gap: 11px; margin-top: 31px; }
.contact-list a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; padding: 16px; background: rgba(255,255,255,.77); border: 1px solid rgba(14,48,35,.08); border-radius: 14px; transition: transform .2s ease, box-shadow .2s ease; }
.contact-list a:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(10,47,32,.08); }
.contact-list__icon { display: grid; place-items: center; width: 39px; height: 39px; color: var(--forest); background: #e9f3e8; border-radius: 11px; font-size: 1.15rem; font-weight: 900; }
.contact-list strong { display: block; color: var(--ink); font-size: .86rem; }
.contact-list small { display: block; margin-top: 3px; color: var(--muted); font-size: .77rem; line-height: 1.5; }
.contact-list i { color: var(--forest); font-style: normal; font-size: 1.25rem; }
.social-availability { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 19px; color: var(--muted); font-size: .73rem; }
.social-availability span { padding: 8px 10px; border: 1px dashed rgba(14,48,35,.17); border-radius: 99px; }
.social-availability b { color: var(--ink); }
.map-card { position: relative; display: grid; grid-template-rows: minmax(220px, .9fr) minmax(270px, 1.1fr); overflow: hidden; height: 620px; border: 1px solid rgba(14,48,35,.10); border-radius: 21px; background: #dde5db; box-shadow: var(--shadow); }
.map-card__photo { position: relative; min-height: 0; margin: 0; overflow: hidden; background: var(--forest-deep); border-bottom: 1px solid rgba(14,48,35,.12); }
.map-card__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; transform: scale(1.01); }
.map-card__photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,28,19,.04) 42%, rgba(4,28,19,.58) 100%); pointer-events: none; }
.map-card__photo-label { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 16px; display: flex; align-items: center; gap: 8px; color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: .01em; }
.map-card__photo-label b { color: var(--lime); }
.map-card__map { position: relative; min-height: 0; overflow: hidden; }
.map-card iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; filter: saturate(.75) hue-rotate(12deg) contrast(.96); }
.map-card__caption { position: absolute; z-index: 1; left: 18px; bottom: 18px; padding: 11px 14px; color: var(--ink); background: rgba(255,253,248,.94); border-radius: 10px; font-size: .79rem; font-weight: 800; box-shadow: 0 10px 22px rgba(0,0,0,.12); }
@media (max-width: 680px) { .map-card { height: 560px; grid-template-rows: 225px 1fr; } .map-card__photo-label { left: 15px; right: 15px; bottom: 14px; font-size: .76rem; } .map-card__caption { left: 14px; bottom: 14px; } }

/* ================================================================
   BLOCO 11 — Rodapé
   ================================================================ */
.site-footer { color: rgba(255,255,255,.7); background: var(--forest-deep); }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; padding: 47px 0 35px; }
.footer-wordmark { display: inline-flex; align-items: center; gap: 11px; color: #fff; }
.footer-wordmark strong { color: var(--lime); font-family: "Playfair Display", Georgia, serif; font-size: 2rem; letter-spacing: -.06em; }
.footer-wordmark span { padding-left: 11px; border-left: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.8); font-size: .72rem; font-weight: 800; line-height: 1.38; text-transform: uppercase; letter-spacing: .08em; }
.footer-brand p { max-width: 300px; margin: 12px 0 0; color: rgba(255,255,255,.55); font-size: .78rem; line-height: 1.55; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; font-size: .8rem; font-weight: 700; }
.footer-nav a:hover { color: var(--lime); }
.footer-social { display: grid; place-items: center; width: 41px; height: 41px; color: var(--forest); background: var(--lime); border-radius: 99px; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.46); font-size: .7rem; }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 22px; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.modal.is-open { opacity: 1; visibility: visible; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(3,24,16,.68); backdrop-filter: blur(5px); }
.modal__dialog { position: relative; z-index: 1; width: min(100%, 600px); max-height: min(90vh, 740px); overflow: auto; padding: 42px; color: var(--ink); background: var(--warm-white); border-radius: 24px; box-shadow: 0 28px 80px rgba(0,0,0,.32); transform: translateY(12px) scale(.98); transition: transform .22s ease; }
.modal.is-open .modal__dialog { transform: translateY(0) scale(1); }
.modal__close { position: absolute; right: 13px; top: 12px; display: grid; place-items: center; width: 37px; height: 37px; border: 0; border-radius: 50%; color: var(--ink); background: #edf3ec; font-size: 1.65rem; line-height: 1; }
.modal__icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--forest); background: var(--lime); border-radius: 14px; font-size: 1.3rem; }
.modal h2 { margin: 8px 0 12px; font-family: "Playfair Display", Georgia, serif; font-size: 2.5rem; line-height: 1; letter-spacing: -.045em; }
.modal p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; }
.modal__message { max-height: 170px; overflow: auto; margin-top: 19px; padding: 15px; white-space: pre-wrap; color: #355346; border-left: 3px solid var(--lime); border-radius: 8px; background: #f0f7f0; font-size: .9rem; line-height: 1.58; }
.modal__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
#copy-status { display: block; min-height: 18px; margin-top: 10px; color: var(--green); font-weight: 700; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: .13s; }
.reveal--delay-2 { transition-delay: .24s; }


/* Galeria com registros reais da OBPC Santiago */
.gallery-section { padding: 112px 0; background: var(--cream); }
.gallery-heading { max-width: 730px; margin-bottom: 42px; }
.gallery-heading h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; color: var(--ink); font-size: clamp(2.55rem, 4vw, 4.55rem); line-height: 1.04; letter-spacing: -.045em; }
.gallery-heading p:not(.eyebrow) { max-width: 585px; margin: 20px 0 0; color: var(--muted); line-height: 1.72; }
.gallery-grid { display: grid; grid-template-columns: 1.12fr .94fr .94fr; grid-template-rows: repeat(2, 230px); gap: 16px; }
.gallery-card { position: relative; overflow: hidden; min-height: 0; border-radius: 22px; background: var(--forest-deep); box-shadow: 0 13px 28px rgba(10, 47, 32, .12); }
.gallery-card--main { grid-row: span 2; }
.gallery-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(6, 29, 20, .72) 100%); pointer-events: none; }
.gallery-card__label { position: absolute; z-index: 1; left: 18px; bottom: 16px; right: 18px; color: #fff; font-size: .83rem; font-weight: 800; line-height: 1.35; }
@media (max-width: 760px) {
  .gallery-section { padding: 82px 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 185px; gap: 12px; }
  .gallery-card--main { grid-column: span 2; grid-row: auto; }
  .gallery-card:last-child { display: none; }
}
@media (max-width: 430px) {
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 270px 220px 220px; }
  .gallery-card--main { grid-column: auto; }
  .gallery-card:last-child { display: block; }
}

/* ================================================================
   BLOCO 12 — Responsividade
   ================================================================ */
@media (max-width: 980px) {
  .nav { gap: 16px; font-size: .84rem; }
  .nav__cta { padding: 11px 13px; }
  .hero { min-height: 720px; }
  .intro-grid, .program-grid, .prayer-grid, .visit-grid { gap: 48px; }
  .intro-art { min-height: 430px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 34px, var(--container)); }
  .topbar__content { min-height: 33px; font-size: .7rem; }
  .topbar a { display: none; }
  .site-header { background: rgba(255,253,248,.96); }
  .nav-wrap { min-height: 67px; }
  .brand { min-width: auto; }
  .brand img { width: 142px; height: 43px; }
  .brand__location { display: none; }
  .menu-button { display: block; }
  .menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.is-open span:nth-child(2) { opacity: 0; }
  .menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav { position: absolute; top: 67px; right: 0; left: 0; display: grid; gap: 0; padding: 10px 17px 17px; background: rgba(255,253,248,.98); border-bottom: 1px solid var(--line); box-shadow: 0 18px 32px rgba(10,47,32,.1); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav a:not(.nav__cta) { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav__cta { justify-content: center; margin-top: 14px; }
  .nav > a:not(.nav__cta)::after { display: none; }
  .hero { min-height: 680px; align-items: start; }
  .hero__image { background-image: linear-gradient(90deg, rgba(5,34,23,.94), rgba(7,43,30,.62)), url('./assets/images/foto-01.jpg'); background-position: 58% center; }
  .hero__content { padding: 81px 0 62px; }
  .hero h1 { font-size: clamp(3.2rem, 15.5vw, 5rem); }
  .hero__lead { max-width: 510px; margin-top: 20px; font-size: 1rem; }
  .hero__info-card { margin-top: 37px; }
  .scroll-indicator { display: none; }
  .section { padding: 82px 0; }
  .intro-grid, .program-grid, .prayer-grid, .visit-grid { grid-template-columns: 1fr; }
  .intro-copy h2, .program-copy h2, .prayer-card h2, .visit-copy h2, .section-heading h2, .feature-section h2 { font-size: clamp(2.55rem, 11vw, 4.1rem); }
  .intro-art { min-height: 430px; max-width: 590px; width: 100%; margin: 0 auto; }
  .values-section { padding: 83px 0; }
  .values-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .value-card { min-height: unset; }
  .schedule-card { max-width: 650px; width: 100%; }
  .feature-section { min-height: 560px; }
  .feature-section__image { background-position: 62% center; }
  .feature-section__overlay { background: linear-gradient(90deg, rgba(5,34,23,.92) 0%, rgba(5,34,23,.65) 83%, rgba(5,34,23,.3) 100%); }
  
  .map-card { height: 390px; }
  .footer-main { grid-template-columns: 1fr auto; gap: 28px 18px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-nav { justify-content: flex-start; gap: 13px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (max-width: 430px) {
  .hero__actions, .modal__actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero__info-card { padding: 13px; gap: 10px; }
  .hero__info-icon { width: 40px; height: 40px; }
  .hero__info-card strong { font-size: .94rem; }
  .hero__info-card small { font-size: .7rem; }
  .intro-art { min-height: 365px; }
  .intro-art__photo { width: 86%; height: 82%; }
  .intro-art__accent { width: 62%; height: 53%; }
  .intro-art__quote { left: 3%; bottom: 2%; width: 70%; padding: 18px; }
  .intro-art__quote p { font-size: .96rem; }
  .schedule-item { grid-template-columns: 40px 1fr; padding: 19px; gap: 12px; }
  .schedule-item__time, .schedule-item__arrow { grid-column: 2; justify-self: start; margin-top: 3px; }
  .schedule-card__header { padding: 22px 19px 18px; }
  .schedule-card__footer { padding: 15px 19px; }
  
  
  .map-card { height: 340px; }
  .modal__dialog { padding: 33px 20px 23px; }
  .modal h2 { font-size: 2.15rem; }
}

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

/* Atualização de programação, transmissões e canais oficiais */
.program-copy__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.program-copy .program-copy__actions .button { margin-top: 0; }
.schedule-item--featured { background: linear-gradient(90deg, rgba(190,218,66,.24), rgba(255,255,255,0)); }
.schedule-item--broadcast { background: linear-gradient(90deg, rgba(244,205,69,.16), rgba(255,255,255,0)); }
.schedule-item--broadcast .schedule-item__day { color: var(--forest-deep); background: rgba(244,205,69,.55); }

.media-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #093d2a 0%, #0c4d34 44%, #126c43 100%); }
.media-section::before { content: ''; position: absolute; width: 620px; height: 620px; left: -260px; bottom: -310px; border-radius: 50%; background: rgba(190,218,66,.15); filter: blur(4px); }
.media-section::after { content: ''; position: absolute; width: 470px; height: 470px; right: -160px; top: -190px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.media-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: clamp(45px, 8vw, 120px); }
.media-copy h2 { max-width: 760px; margin: 0; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.55rem, 4vw, 4.5rem); line-height: 1.04; letter-spacing: -.045em; }
.media-copy h2 em { color: var(--lime); }
.media-copy p:not(.eyebrow) { max-width: 590px; margin: 24px 0 0; color: rgba(255,255,255,.76); font-size: 1.04rem; line-height: 1.76; }
.media-copy__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.media-stack { display: grid; gap: 15px; }
.live-card { position: relative; display: grid; min-height: 342px; align-content: end; overflow: hidden; padding: 32px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 25px; background: radial-gradient(circle at 76% 24%, rgba(190,218,66,.42), transparent 26%), linear-gradient(145deg, #0a291e, #144b33); box-shadow: 0 25px 56px rgba(0,0,0,.2); transition: transform .25s ease, box-shadow .25s ease; }
.live-card::before { content: ''; position: absolute; width: 220px; height: 220px; right: -74px; bottom: -90px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 0 0 28px rgba(255,255,255,.035), 0 0 0 57px rgba(255,255,255,.025); }
.live-card:hover { transform: translateY(-5px); box-shadow: 0 30px 65px rgba(0,0,0,.29); }
.live-card__topline { position: absolute; top: 25px; left: 28px; display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.75); font-size: .66rem; font-weight: 900; letter-spacing: .12em; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff6b62; box-shadow: 0 0 0 5px rgba(255,107,98,.12); }
.live-card__play { position: absolute; top: 82px; left: 30px; display: grid; place-items: center; width: 65px; height: 65px; padding-left: 3px; color: var(--forest-deep); background: var(--lime); border-radius: 50%; font-size: 1.15rem; box-shadow: 0 13px 28px rgba(0,0,0,.18); }
.live-card strong { position: relative; display: block; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.35rem, 3.8vw, 3.25rem); line-height: .95; letter-spacing: -.05em; }
.live-card small { position: relative; display: block; max-width: 290px; margin-top: 13px; color: rgba(255,255,255,.68); font-size: .85rem; line-height: 1.55; }
.live-card__link { position: absolute; right: 28px; bottom: 28px; display: inline-flex; gap: 8px; align-items: center; color: var(--lime); font-size: .79rem; font-weight: 900; }
.live-card__link b { font-size: 1.08rem; }
.radio-card { display: grid; grid-template-columns: 42px 1fr auto; gap: 13px; align-items: center; padding: 17px 18px; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 15px; transition: transform .2s ease, background .2s ease; }
.radio-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.14); }
.radio-card__icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--forest-deep); background: var(--gold); border-radius: 11px; font-size: 1.45rem; font-weight: 900; }
.radio-card b { display: block; color: #fff; font-size: .91rem; }
.radio-card small { display: block; margin-top: 3px; color: rgba(255,255,255,.65); font-size: .75rem; }
.radio-card i { color: var(--lime); font-style: normal; font-size: 1.15rem; }

.social-availability a { display: inline-flex; padding: 9px 12px; border: 1px dashed rgba(14,48,35,.22); border-radius: 999px; transition: background .2s ease, transform .2s ease; }
.social-availability a:hover { background: #eef5ee; transform: translateY(-2px); }
.footer-socials { display: flex; align-items: center; gap: 9px; }
.footer-social { transition: transform .2s ease, background .2s ease; }
.footer-social:hover { transform: translateY(-3px); background: #d5eb65; }
.footer-social--youtube { font-size: .78rem; }
.footer-social--facebook { font-family: Arial, sans-serif; font-size: 1.15rem; }

@media (max-width: 980px) {
  .media-grid { gap: 48px; }
}
@media (max-width: 760px) {
  .media-grid { grid-template-columns: 1fr; }
  .media-stack { max-width: 650px; width: 100%; }
}
@media (max-width: 430px) {
  .program-copy__actions, .media-copy__actions { display: grid; grid-template-columns: 1fr; }
  .live-card { min-height: 310px; padding: 25px; }
  .live-card__topline { left: 24px; }
  .live-card__play { left: 25px; }
  .live-card__link { right: 24px; bottom: 24px; }
}

  

/* ================================================================
   BLOCO 8 — Carrossel de fotos
   ================================================================ */
/* Carrossel da seção de momentos */
.moments-carousel-card { background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,245,238,.98)); border: 1px solid rgba(14,48,35,.10); border-radius: 28px; padding: 18px; box-shadow: var(--shadow); }
.moments-carousel { position: relative; overflow: hidden; border-radius: 24px; background: #091f17; }
.moments-track { position: relative; min-height: 560px; background: #071a12; }
.moment-slide { position: absolute; inset: 0; padding: 20px; opacity: 0; transform: scale(1.015); transition: opacity .75s ease, transform 1.1s ease; pointer-events: none; display: grid; place-items: center; }
.moment-slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; }
.moment-slide img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; border-radius: 16px; transform: scale(1); will-change: transform; }
.moment-slide.is-active img { animation: none !important; transform: none !important; }
@keyframes carouselZoom { 0%, 100% { transform: scale(1); } }
  100% { transform: scale(1.055); }
}
.moment-slide::after { content: ''; position: absolute; inset: 20px; border-radius: 16px; pointer-events: none; background: linear-gradient(180deg, rgba(4,18,13,.02), rgba(4,18,13,.06) 55%, rgba(4,18,13,.12) 100%); }
.moment-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 46px; height: 46px; border: none; border-radius: 999px; background: rgba(255,255,255,.18); color: #fff; font-size: 1.85rem; line-height: 1; display: grid; place-items: center; backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(0,0,0,.16); transition: transform .2s ease, background .2s ease; }
.moment-arrow:hover { background: rgba(255,255,255,.30); transform: translateY(-50%) scale(1.05); }
.moment-arrow--prev { left: 18px; }
.moment-arrow--next { right: 18px; }
.moment-status { position: absolute; top: 18px; left: 18px; right: 18px; z-index: 3; display: flex; justify-content: flex-end; align-items: center; }
.moment-dots { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 999px; background: rgba(9,31,23,.40); backdrop-filter: blur(10px); }
.moment-dot { width: 10px; height: 10px; border: none; border-radius: 999px; background: rgba(255,255,255,.45); padding: 0; transition: width .25s ease, background .25s ease, transform .2s ease; }
.moment-dot.is-active { width: 26px; background: #fff; }
.moment-dot:hover { transform: scale(1.08); }
@media (max-width: 860px) {
  .moments-carousel-card { padding: 14px; }
  .moments-track { height: 420px; min-height: 420px; }
  .moment-slide { padding: 14px; }
  .moment-slide::after { inset: 14px; }
  .moment-status { top: 14px; left: 14px; right: 14px; }
  .moment-arrow { width: 42px; height: 42px; font-size: 1.6rem; }
}
@media (max-width: 600px) {
  .moments-track { height: 340px; min-height: 340px; }
  .moment-slide { padding: 10px; }
  .moment-slide::after { inset: 10px; }
  .moment-arrow { top: auto; bottom: 14px; transform: none; }
  .moment-arrow:hover { transform: scale(1.04); }
  .moment-arrow--prev { left: 14px; }
  .moment-arrow--next { right: 14px; }
  .moment-status { top: 14px; left: 14px; right: 14px; }
}



/* Ícones oficiais do Bootstrap no rodapé */
.footer-social i { font-size: 1.2rem; line-height: 1; }
.footer-social--youtube i { font-size: 1.1rem; }


/* Ajuste final do carrossel: fotos exibidas integralmente, sem recorte */
.moments-carousel-card { max-width: 980px; margin: 0 auto; }
.moments-carousel { background: #0a2118; }
.moments-track { min-height: 0 !important; height: min(72vh, 660px) !important; aspect-ratio: auto !important; background: linear-gradient(135deg, #0a2118, #18382c) !important; }
.moment-slide { display: grid !important; place-items: center !important; overflow: hidden !important; transform: none !important; }
.moment-slide img { width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important; object-fit: contain !important; object-position: center center !important; transform: none !important; animation: none !important; border-radius: 0 !important; }
.moment-slide.is-active img { animation: none !important; transform: none !important; }
.moment-slide::after { display: none !important; }
@media (max-width: 760px) {
  .moments-carousel-card { max-width: none; }
  .moments-track { height: min(72vh, 520px) !important; }
}
