/* ============================================================
   assets/css/public.css – Tema Visual Público v3
   Umbanda Rainha da Justiça
   Paleta melhorada: maior legibilidade, contraste WCAG AA
   ============================================================ */

/* Google Fonts carregado via <link> no <head> de cada página */

/* ── VARIÁVEIS BASE ─────────────────────────────────────────
   As variáveis --gold / --gold-lite / --gold-dim são
   sobrescritas mensalmente pelo PHP em public_nav.php.
   Os valores abaixo são o fallback (mês sem campanha).
   ─────────────────────────────────────────────────────────── */
:root {
  /* Dourado — mais saturado para destaque */
  --gold:       #b8820a;   /* dourado principal (ratio 4.7:1 sobre branco) */
  --gold-lite:  #d4a020;   /* dourado claro para hovers */
  --gold-dim:   #6b4a00;   /* dourado escuro para texto sobre claro */
  --gold-bg:    #fdf3dc;   /* fundo suave dourado */

  /* Superfícies – levemente mais contrastadas */
  --bg:         #f8f5f0;   /* página base: creme quente */
  --bg2:        #ffffff;   /* cards */
  --bg3:        #ede8df;   /* seções zebradas */
  --bg-dark:    #1c1812;   /* hero: mais escuro = mais contraste */
  --bg-dark2:   #252018;   /* footer */
  --bg-dark3:   #2e2920;   /* cards no escuro */
  --bg-dark4:   #38332a;

  /* Texto — maior contraste (WCAG AA mínimo 4.5:1) */
  --txt:        #16120e;   /* texto principal: quase preto com tom quente */
  --txt2:       #4a3f33;   /* secundário: castanho legível */
  --txt3:       #7a6a58;   /* terciário: discreto */
  --txt-light:  #f5f0e6;   /* texto no escuro: branco-creme */
  --txt-light2: #bab4a8;   /* texto secundário no escuro */

  /* Borda */
  --border:      rgba(0,0,0,.12);
  --border-dark: rgba(255,255,255,.1);

  /* Raio e sombras */
  --radius:     10px;
  --shadow:     0 2px 16px rgba(0,0,0,.09);
  --shadow-lg:  0 8px 40px rgba(0,0,0,.16);
  --shadow-xl:  0 16px 60px rgba(0,0,0,.22);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Lato', sans-serif;
  background: var(--bg);
  color: var(--txt);
  overflow-x: hidden;
  line-height: 1.75;
  font-size: 1rem;
}

/* ── NAVBAR ──────────────────────────────────────────────── */
.pub-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0 2.5rem;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--bg-dark);
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 4px 24px rgba(0,0,0,.35);
  transition: background .3s;
}

.pub-nav.scrolled {
  background: rgba(30,27,22,.98);
}

.pub-nav__brand {
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .55rem;
  letter-spacing: .04em;
  white-space: nowrap;
  flex-shrink: 0;
}

.pub-nav__brand .star {
  font-size: 1.3rem;
  filter: drop-shadow(0 0 8px var(--gold));
}

.pub-nav__links {
  display: flex;
  align-items: center;
  gap: .1rem;
  list-style: none;
}

.pub-nav__links a {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--txt-light2);
  text-decoration: none;
  padding: .5rem .8rem;
  border-radius: 4px;
  transition: color .18s, background .18s;
  white-space: nowrap;
}

.pub-nav__links a:hover { color: var(--gold); }

.pub-nav__links a.active {
  color: var(--gold);
  background: rgba(200,149,10,.15);
}

.pub-nav__links .btn-login {
  background: var(--gold);
  color: #1e1b16 !important;
  border-radius: 4px;
  padding: .42rem 1rem;
  font-weight: 900;
  margin-left: .25rem;
  transition: background .2s, transform .15s;
}

.pub-nav__links .btn-login:hover {
  background: var(--gold-lite);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  background: none;
  border: 2px solid rgba(200,149,10,.4);
  border-radius: 5px;
  color: var(--gold);
  font-size: 1.2rem;
  padding: .25rem .5rem;
  cursor: pointer;
  transition: border-color .2s;
}

.nav-toggle:hover { border-color: var(--gold); }

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 6rem 1.5rem 5rem;
  background: var(--bg-dark);
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% 35%, rgba(200,149,10,.18) 0%, transparent 65%),
    radial-gradient(ellipse 55% 45% at 15% 75%, rgba(200,149,10,.08) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 20%, rgba(200,149,10,.06) 0%, transparent 55%);
}

.hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 18% 28%, rgba(200,149,10,.75) 0%, transparent 100%),
    radial-gradient(1px 1px   at 55% 14%, rgba(200,149,10,.55) 0%, transparent 100%),
    radial-gradient(2px 2px   at 78% 58%, rgba(200,149,10,.45) 0%, transparent 100%),
    radial-gradient(1px 1px   at 38% 78%, rgba(200,149,10,.65) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 8% 52%, rgba(200,149,10,.5) 0%, transparent 100%),
    radial-gradient(1px 1px   at 92% 23%, rgba(200,149,10,.4) 0%, transparent 100%),
    radial-gradient(2px 2px   at 32% 48%, rgba(255,255,255,.14) 0%, transparent 100%),
    radial-gradient(1px 1px   at 68% 42%, rgba(255,255,255,.1) 0%, transparent 100%),
    radial-gradient(1px 1px   at 50% 88%, rgba(255,255,255,.08) 0%, transparent 100%);
  animation: stars 9s ease-in-out infinite alternate;
}

@keyframes stars {
  0%   { opacity: .5; transform: scale(1); }
  100% { opacity: 1;  transform: scale(1.06); }
}

.hero__mandala {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: min(620px, 88vw);
  height: min(620px, 88vw);
  border-radius: 50%;
  border: 1px solid rgba(200,149,10,.12);
  animation: mandalaRot 45s linear infinite;
  pointer-events: none;
}
.hero__mandala::before {
  content: '';
  position: absolute; inset: 14%;
  border-radius: 50%;
  border: 1px solid rgba(200,149,10,.16);
  animation: mandalaRot 28s linear infinite reverse;
}
.hero__mandala::after {
  content: '';
  position: absolute; inset: 33%;
  border-radius: 50%;
  border: 1px solid rgba(200,149,10,.22);
}

@keyframes mandalaRot {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.hero__icon {
  font-size: 5rem;
  filter: drop-shadow(0 0 30px rgba(200,149,10,.9));
  animation: iconPulse 3s ease-in-out infinite;
  display: block;
  margin-bottom: 1.25rem;
}

@keyframes iconPulse {
  0%,100% { filter: drop-shadow(0 0 18px rgba(200,149,10,.7)); transform: scale(1); }
  50%      { filter: drop-shadow(0 0 50px rgba(200,149,10,1));  transform: scale(1.08); }
}

.hero__title {
  font-family: 'Cinzel', serif;
  font-size: clamp(2rem, 5.5vw, 3.8rem);
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 30px rgba(0,0,0,.5);
  line-height: 1.1;
  margin-bottom: .75rem;
  letter-spacing: .02em;
}

/* Título pega a cor da campanha */
.hero__title span.cor-campanha { color: var(--gold); }

.hero__sub {
  font-size: clamp(.9rem, 2.2vw, 1.25rem);
  color: rgba(255,255,255,.65);
  font-weight: 300;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.hero__divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: .75rem auto 1.75rem;
}

.hero__ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.scroll-hint {
  position: absolute;
  bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  color: var(--gold-dim);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  animation: bounceDown 2.2s infinite;
}
.scroll-hint__line {
  width: 1px; height: 36px;
  background: linear-gradient(180deg, var(--gold-dim), transparent);
}
@keyframes bounceDown {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(9px); }
}

/* ── BOTÕES ──────────────────────────────────────────────── */
.btn-gold {
  background: var(--gold);
  color: #1e1b16 !important;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .85rem 2.1rem;
  border: none;
  border-radius: var(--radius);
  text-decoration: none;
  display: inline-block;
  transition: transform .2s, box-shadow .2s, background .2s;
  box-shadow: 0 4px 18px rgba(200,149,10,.4);
}
.btn-gold:hover {
  background: var(--gold-lite);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(200,149,10,.55);
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold) !important;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .85rem 2.1rem;
  border: 2px solid var(--gold);
  border-radius: var(--radius);
  text-decoration: none;
  display: inline-block;
  transition: background .2s, transform .2s;
}
.btn-outline-gold:hover {
  background: rgba(200,149,10,.12);
  transform: translateY(-2px);
}

/* ── CONTAINER ───────────────────────────────────────────── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }

/* ── SECTION BASE ────────────────────────────────────────── */
.pub-section        { padding: 6rem 0; background: var(--bg); }
.pub-section--alt   { background: var(--bg3); }
.pub-section--dark  { background: var(--bg-dark); }

/* Labels e títulos */
.section-label {
  font-family: 'Cinzel', serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .6rem;
  display: block;
}

/* Em seção escura, label fica mais brilhante */
.pub-section--dark .section-label { color: var(--gold-lite); }

.section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.6rem, 3.8vw, 2.4rem);
  font-weight: 700;
  color: var(--txt);
  line-height: 1.2;
  margin-bottom: .6rem;
}
.pub-section--dark .section-title { color: #fff; }

.section-line {
  width: 56px; height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
  margin: .9rem 0 2.25rem;
}
.section-line--center {
  margin: .9rem auto 2.25rem;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* ── STATS BAR ───────────────────────────────────────────── */
.stats-bar {
  background: var(--bg-dark);
  border-top: 3px solid var(--gold);
  padding: 3rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.5rem;
  text-align: center;
}
.stat__num {
  font-family: 'Cinzel', serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: .35rem;
  text-shadow: 0 0 20px rgba(200,149,10,.4);
}
.stat__label {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--txt-light2);
}

/* ── SOBRE / ABOUT ───────────────────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-text p {
  color: var(--txt2);
  line-height: 1.9;
  font-size: 1.03rem;
  margin-bottom: 1.25rem;
}
.about-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.75rem;
}
.pillar {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
  transition: transform .25s, box-shadow .25s;
}
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pillar__icon { font-size: 1.75rem; margin-bottom: .5rem; display: block; }
.pillar__title {
  font-family: 'Cinzel', serif;
  font-size: .82rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .05em;
  margin-bottom: .3rem;
  text-transform: uppercase;
}
.pillar__text { font-size: .85rem; color: var(--txt2); line-height: 1.6; }

.about-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-circle {
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,149,10,.12) 0%, rgba(200,149,10,.02) 60%, transparent 75%);
  border: 2px solid rgba(200,149,10,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7.5rem;
  position: relative;
  animation: floatCircle 6s ease-in-out infinite;
  box-shadow: 0 0 60px rgba(200,149,10,.08);
}
.about-circle::before {
  content: '';
  position: absolute; inset: -18px;
  border-radius: 50%;
  border: 1px dashed rgba(200,149,10,.18);
  animation: mandalaRot 22s linear infinite;
}
@keyframes floatCircle {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}

/* ── EVENTOS ─────────────────────────────────────────────── */
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
  gap: 1.5rem;
}
.event-card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform .28s, box-shadow .28s;
}
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.event-card__date {
  background: var(--gold);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.event-card__day {
  font-family: 'Cinzel', serif;
  font-size: 2.1rem;
  font-weight: 900;
  color: #1e1b16;
  line-height: 1;
}
.event-card__month {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #1e1b16;
}
.event-card__time {
  margin-left: auto;
  font-size: .78rem;
  font-weight: 700;
  color: #1e1b16;
  background: rgba(0,0,0,.18);
  padding: .2rem .6rem;
  border-radius: 20px;
}
.event-card__body { padding: 1.25rem; flex: 1; }
.event-card__title {
  font-family: 'Cinzel', serif;
  font-size: .98rem;
  font-weight: 700;
  color: var(--txt);
  margin-bottom: .55rem;
  line-height: 1.3;
}
.event-card__desc { font-size: .875rem; color: var(--txt2); line-height: 1.7; }

/* ── GALERIA ─────────────────────────────────────────────── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: .75rem;
}
.gallery-item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--bg3);
  border: 1px solid var(--border);
  cursor: pointer;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; /* ← centraliza sem cortar partes importantes */
  transition: transform .4s ease, object-position .3s;
  display: block;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item__overlay {
  position: absolute; inset: 0;
  background: rgba(200,149,10,.15);
  opacity: 0;
  transition: opacity .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--gold);
}
.gallery-item:hover .gallery-item__overlay { opacity: 1; }

/* ── Placeholder elegante quando não há fotos ──────────────── */
.gallery-empty {
  grid-column: 1 / -1;
  padding: 4rem 2rem;
  text-align: center;
  border: 1.5px dashed rgba(200,149,10,.3);
  border-radius: var(--radius);
  background: var(--bg2);
}
.gallery-empty__icons {
  font-size: 2rem;
  letter-spacing: .5rem;
  opacity: .4;
  margin-bottom: 1rem;
  display: block;
}
.gallery-empty__titulo {
  font-family: 'Cinzel', serif;
  font-size: 1.1rem;
  color: var(--txt);
  margin-bottom: .5rem;
}
.gallery-empty__texto {
  font-size: .88rem;
  color: var(--txt2);
  line-height: 1.7;
  max-width: 400px;
  margin: 0 auto 1.25rem;
}
.gallery-empty__social {
  display: flex;
  justify-content: center;
  gap: .6rem;
  flex-wrap: wrap;
}
.gallery-empty__link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .45rem .9rem;
  border-radius: 6px;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid;
  transition: opacity .2s;
}
.gallery-empty__link:hover { opacity: .75; }
.gallery-empty__link--wa  { border-color: rgba(37,211,102,.35); background: rgba(37,211,102,.08); color: #16a34a; }
.gallery-empty__link--ig  { border-color: rgba(225,48,108,.3);  background: rgba(225,48,108,.07); color: #be185d; }
.gallery-empty__link--yt  { border-color: rgba(255,0,0,.25);    background: rgba(255,0,0,.06);    color: #dc2626; }


/* ── CONTATO ─────────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}
.contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-info__icon {
  width: 44px; height: 44px;
  background: rgba(200,149,10,.1);
  border: 1px solid rgba(200,149,10,.25);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--gold);
  flex-shrink: 0;
}
.contact-info__label {
  font-family: 'Cinzel', serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .2rem;
}
.contact-info__value { font-size: .95rem; color: var(--txt2); }

.contact-form {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.25rem;
  box-shadow: var(--shadow);
}
.pub-input {
  width: 100%;
  background: var(--bg);
  border: 1.5px solid rgba(0,0,0,.14);
  border-radius: 6px;
  padding: .75rem 1rem;
  color: var(--txt);
  font-family: 'Lato', sans-serif;
  font-size: .95rem;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.pub-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200,149,10,.12);
}
.pub-input::placeholder { color: rgba(26,23,19,.3); }
.pub-label {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--txt2);
  margin-bottom: .4rem;
}
.form-group { margin-bottom: 1.25rem; }

/* ── CALENDÁRIO / AGENDA ─────────────────────────────────── */
.calendar-wrap {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
}
.calendar-header {
  background: var(--gold);
  padding: 1.15rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calendar-header h3 {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1e1b16;
  text-transform: capitalize;
}
.cal-nav { display: flex; gap: .4rem; }
.cal-nav a {
  width: 30px; height: 30px;
  background: rgba(0,0,0,.15);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e1b16;
  font-size: .85rem;
  text-decoration: none;
  transition: background .2s;
}
.cal-nav a:hover { background: rgba(0,0,0,.28); }
.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  background: var(--bg3);
  border-bottom: 1px solid var(--border);
}
.calendar-weekdays span {
  text-align: center;
  padding: .6rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--txt2);
}
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 2px;
  background: var(--border);
  padding: .5rem;
}
.cal-day {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: .88rem;
  font-weight: 600;
  background: var(--bg2);
  transition: background .18s;
  cursor: default;
}
.cal-day--empty { background: transparent; }
.cal-day--normal { color: var(--txt2); }
.cal-day--normal:hover { background: var(--bg3); }
.cal-day--has-appt {
  background: rgba(200,149,10,.12);
  color: var(--gold);
  border: 1.5px solid rgba(200,149,10,.35);
  font-weight: 700;
}
.cal-day--has-appt:hover { background: rgba(200,149,10,.22); }
.cal-day--today {
  background: var(--gold);
  color: #1e1b16;
  font-weight: 900;
  box-shadow: 0 2px 10px rgba(200,149,10,.4);
}
.cal-day__dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; margin-top: 2px; }
.cal-legend {
  display: flex;
  gap: 1.5rem;
  padding: .9rem 1.5rem;
  border-top: 1px solid var(--border);
  font-size: .75rem;
  color: var(--txt2);
}
.cal-legend span { display: flex; align-items: center; gap: .4rem; }
.dot { width: 10px; height: 10px; border-radius: 2px; display: inline-block; }

/* ── PÁGINA HERO (interior) ──────────────────────────────── */
.page-hero {
  padding: 9rem 0 4.5rem;
  text-align: center;
  background: var(--bg-dark);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(180deg, transparent, var(--bg));
}
.pub-section--alt + .page-hero::after { background: linear-gradient(180deg, transparent, var(--bg3)); }

/* ── FOOTER ──────────────────────────────────────────────── */
.pub-footer {
  background: var(--bg-dark2);
  border-top: 3px solid var(--gold);
  padding: 4rem 0 1.75rem;
}

/* Grid de 4 colunas equilibradas */
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border-dark);
  margin-bottom: 1.5rem;
}

/* Título de coluna */
.footer-col__title {
  font-family: 'Cinzel', serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .85rem;
  padding-bottom: .45rem;
  border-bottom: 1px solid rgba(200,149,10,.18);
  display: flex;
  align-items: center;
}

.footer-col__title--sub {
  margin-top: 1.5rem;
}

/* Brand col */
.footer-brand {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: .65rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.footer-brand .star { font-size: 1.15rem; filter: drop-shadow(0 0 5px var(--gold)); }
.footer-about {
  font-size: .82rem;
  color: var(--txt-light2);
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* Links nav */
.footer-links { list-style: none; display: flex; flex-direction: column; gap: .38rem; }
.footer-links a {
  font-size: .84rem;
  color: var(--txt-light2);
  text-decoration: none;
  transition: color .18s, padding-left .18s;
  display: inline-block;
}
.footer-links a:hover { color: var(--gold); padding-left: .35rem; }

/* Info list (dados legais + doações) – sem bullets, mesma tipografia */
.footer-info {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .38rem;
}
.footer-info li {
  font-size: .82rem;
  color: var(--txt-light2);
  line-height: 1.5;
}
.footer-info strong { color: var(--txt-light); font-weight: 700; }

/* Label inline: "Agência", "Conta" etc */
.footer-info__lbl {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(200,149,10,.55);
  display: block;
  margin-bottom: .05rem;
}

/* Chave PIX em destaque discreto */
.footer-pix-chave {
  font-family: 'Cinzel', serif;
  font-size: .8rem;
  font-weight: 700;
  color: var(--txt-light);
  letter-spacing: .03em;
}

/* Botão "Copiar chave PIX" — compacto, mesma altura dos links */
.footer-doe-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: .9rem;
  background: rgba(200,149,10,.12);
  border: 1px solid rgba(200,149,10,.3);
  border-radius: 5px;
  color: var(--gold);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .4rem .85rem;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .15s;
  font-family: 'Cinzel', serif;
}
.footer-doe-btn:hover {
  background: rgba(200,149,10,.22);
  border-color: rgba(200,149,10,.55);
  transform: translateY(-1px);
}
.footer-doe-btn.doe-copiado {
  background: rgba(200,149,10,.28);
  border-color: var(--gold);
  color: var(--gold-lite);
}

.footer-doe-note {
  font-size: .72rem;
  color: rgba(196,191,181,.4);
  margin-top: .65rem;
  line-height: 1.6;
}
.footer-doe-note a { color: rgba(200,149,10,.5); text-decoration: none; }
.footer-doe-note a:hover { color: var(--gold); }

/* Social row na col brand */
.footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: .9rem;
}
.footer-icon {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  padding: .32rem .7rem;
  border-radius: 5px;
  border: 1px solid;
  transition: background .18s, transform .18s;
  white-space: nowrap;
}
.footer-icon:hover { transform: translateY(-1px); }
.footer-icon--wa { color: #25d366; border-color: rgba(37,211,102,.3); background: rgba(37,211,102,.07); }
.footer-icon--wa:hover { background: rgba(37,211,102,.16); }
.footer-icon--ig { color: #e1306c; border-color: rgba(225,48,108,.28); background: rgba(225,48,108,.06); }
.footer-icon--ig:hover { background: rgba(225,48,108,.16); }
.footer-icon--yt { color: #ff4444; border-color: rgba(255,0,0,.22); background: rgba(255,0,0,.05); }
.footer-icon--yt:hover { background: rgba(255,0,0,.14); }

/* VLibras badge */
.footer-vlibras {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .75rem;
  color: var(--txt-light2);
  opacity: .6;
}
.footer-vlibras__badge {
  background: rgba(0,80,200,.25);
  border: 1px solid rgba(0,120,255,.3);
  border-radius: 3px;
  padding: .12rem .45rem;
  color: #70b8ff;
  font-weight: 700;
  font-size: .68rem;
  letter-spacing: .05em;
}

/* Bottom bar */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .75rem;
  color: rgba(196,191,181,.38);
  flex-wrap: wrap;
  gap: .5rem;
}
.footer-bottom a { color: rgba(200,149,10,.45); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold); }
.footer-bottom__links {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.footer-bottom__links span { opacity: .3; }

.footer-bottom-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(196,191,181,.4);
  text-decoration: none;
  transition: color .18s, background .18s, border-color .18s;
}
.footer-bottom-icon--whatsapp:hover  { color: #25d366; border-color: rgba(37,211,102,.4); background: rgba(37,211,102,.1); }
.footer-bottom-icon--instagram:hover { color: #e1306c; border-color: rgba(225,48,108,.4); background: rgba(225,48,108,.1); }
.footer-bottom-icon--youtube:hover   { color: #ff4444; border-color: rgba(255,0,0,.4);    background: rgba(255,0,0,.08); }

/* ── Footer responsive ───────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .footer-social-row { justify-content: flex-start; }
}

/* ── ALERTS (páginas internas) ───────────────────────────── */
.pub-alert {
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  font-size: .9rem;
  margin-bottom: 1.25rem;
  border: 1.5px solid;
}
.pub-alert--success {
  background: rgba(34,197,94,.08);
  border-color: rgba(34,197,94,.3);
  color: #166534;
}
.pub-alert--error {
  background: rgba(239,68,68,.08);
  border-color: rgba(239,68,68,.3);
  color: #991b1b;
}

/* ── CONTENT PAGES (estatuto, privacidade) ───────────────── */
.content-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 8rem 1.5rem 6rem;
}
.content-page h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: var(--txt);
  margin-bottom: .5rem;
}
.content-page .meta {
  font-size: .85rem;
  color: var(--txt2);
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--gold);
}
.content-body h5 {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  color: var(--gold);
  margin: 2rem 0 .6rem;
  padding-left: .75rem;
  border-left: 3px solid var(--gold);
}
.content-body p, .content-body li {
  color: var(--txt2);
  line-height: 1.9;
  font-size: .97rem;
  margin-bottom: .75rem;
}
.content-body ul { padding-left: 1.5rem; }
.content-body strong { color: var(--txt); }
.content-body a { color: var(--gold); }

/* ── FADE-UP ANIMATION ───────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease, transform .65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════════════════════════
   CAMPANHAS DE CORES
   As variáveis --gold / --gold-lite / --gold-dim são
   sobrescritas mensalmente pelo PHP em public_nav.php.
   Todos os elementos que usam essas vars mudam com o mês.
   ══════════════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════════════════
   VLIBRAS
   ══════════════════════════════════════════════════════════ */
[vw] .enabled   { position: fixed !important; bottom: 80px !important; right: 20px !important; z-index: 9999 !important; }
[vw-access-button] { bottom: 80px !important; right: 20px !important; }

/* ══════════════════════════════════════════════════════════
   REDES SOCIAIS – Navbar
   ══════════════════════════════════════════════════════════ */
.nav-social {
  display: flex;
  align-items: center;
  gap: .25rem;
  margin-right: .5rem;
}
.nav-social__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.12);
  color: var(--txt-light2);
  text-decoration: none;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.nav-social__icon:hover { transform: translateY(-2px); }
.nav-social__icon--whatsapp:hover  { color: #25d366; background: rgba(37,211,102,.14); border-color: rgba(37,211,102,.4); }
.nav-social__icon--instagram:hover { color: #e1306c; background: rgba(225,48,108,.14); border-color: rgba(225,48,108,.4); }
.nav-social__icon--youtube:hover   { color: #ff4444; background: rgba(255,0,0,.1);     border-color: rgba(255,0,0,.35); }

.nav-social-mobile { display: none; padding-top: .5rem; margin-top: .25rem; border-top: 1px solid rgba(255,255,255,.08); }
.nav-social-mobile a {
  display: flex !important;
  align-items: center;
  gap: .5rem;
  font-size: .82rem !important;
  padding: .4rem .75rem !important;
  border-radius: 6px;
  margin-bottom: .2rem;
  color: var(--txt-light2) !important;
}

/* ══════════════════════════════════════════════════════════
   REDES SOCIAIS – Footer buttons
   ══════════════════════════════════════════════════════════ */
/* footer-social__btn removed – replaced by .footer-icon in footer-grid */

.footer-bottom-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  border-radius: 5px;
  border: 1px solid var(--border-dark);
  color: var(--txt-light2);
  text-decoration: none;
  transition: color .2s, background .2s, border-color .2s;
}
.footer-bottom-icon--whatsapp:hover  { color: #25d366; border-color: rgba(37,211,102,.4); background: rgba(37,211,102,.1); }
.footer-bottom-icon--instagram:hover { color: #e1306c; border-color: rgba(225,48,108,.4); background: rgba(225,48,108,.1); }
.footer-bottom-icon--youtube:hover   { color: #ff4444; border-color: rgba(255,0,0,.4);    background: rgba(255,0,0,.08); }

/* ══════════════════════════════════════════════════════════
   WHATSAPP – Botão flutuante
   ══════════════════════════════════════════════════════════ */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: auto;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #25d366;
  text-decoration: none;
  border-radius: 50%;
  padding: 0;
  box-shadow: none;
  transition: transform .2s, opacity .2s;
  opacity: .9;
}
.whatsapp-float:hover { transform: scale(1.12); opacity: 1; color: #25d366; }
.whatsapp-float svg { width: 44px; height: 44px; display: block; filter: drop-shadow(0 2px 6px rgba(0,0,0,.25)); }
@keyframes wpPulse {
  0%,100% { filter: drop-shadow(0 0 0 rgba(255,255,255,0)); }
  50%      { filter: drop-shadow(0 0 5px rgba(255,255,255,.7)); }
}
.whatsapp-float__label { display: none; }

/* ══════════════════════════════════════════════════════════
   DADOS BANCÁRIOS / PIX
   ══════════════════════════════════════════════════════════ */
.banco-card {
  background: var(--bg-dark3);
  border: 1px solid rgba(200,149,10,.2);
  border-radius: 10px;
  overflow: hidden;
  max-width: 560px;
  box-shadow: var(--shadow);
}
.banco-card__header {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(0,48,135,.4), rgba(0,153,51,.25));
  border-bottom: 1px solid rgba(255,204,0,.12);
}
.banco-card__logo { flex-shrink: 0; filter: drop-shadow(0 2px 6px rgba(0,0,0,.4)); }
.banco-card__nome { font-family: 'Cinzel', serif; font-size: .95rem; font-weight: 700; color: #fff; letter-spacing: .03em; }
.banco-card__codigo { font-size: .7rem; color: var(--txt-light2); margin-top: .15rem; }
.banco-card__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.banco-card__item { background: var(--bg-dark3); padding: .85rem 1.25rem; display: flex; flex-direction: column; gap: .2rem; }
.banco-card__label { font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--gold-dim); }
.banco-card__valor { font-size: .88rem; color: var(--txt-light2); }
.banco-card__valor--destaque { font-family: 'Cinzel', serif; font-size: 1.05rem; font-weight: 700; color: var(--gold); letter-spacing: .06em; }
.banco-card__pix {
  display: flex; align-items: center; gap: .85rem;
  padding: 1rem 1.25rem;
  background: rgba(50,188,173,.07);
  border-top: 1px solid rgba(50,188,173,.18);
}
.banco-card__pix-icon {
  flex-shrink: 0; width: 40px; height: 40px;
  background: rgba(50,188,173,.15); border: 1px solid rgba(50,188,173,.35);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
}
.banco-card__pix-body { flex: 1; min-width: 0; }
.banco-card__pix-label { font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: #32bcad; margin-bottom: .2rem; }
.banco-card__pix-chave { font-family: 'Cinzel', serif; font-size: .9rem; font-weight: 700; color: #fff; letter-spacing: .04em; word-break: break-all; }
.banco-card__pix-copiar {
  flex-shrink: 0; display: flex; align-items: center; gap: .4rem;
  background: rgba(50,188,173,.15); border: 1.5px solid rgba(50,188,173,.4);
  border-radius: 6px; color: #32bcad;
  font-size: .75rem; font-weight: 700; letter-spacing: .05em;
  padding: .45rem .8rem; cursor: pointer;
  transition: background .2s, transform .15s;
}
.banco-card__pix-copiar:hover { background: rgba(50,188,173,.28); transform: scale(1.03); }
.banco-card__pix-copiar.copiado { background: rgba(50,188,173,.35); border-color: #32bcad; color: #fff; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .about-grid    { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-visual  { display: none; }
  .contact-grid  { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
  .stats-grid    { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .gallery-grid  { grid-template-columns: repeat(2,1fr); }
  .footer-grid   { grid-template-columns: 1fr; gap: 2rem; }
  .about-pillars { grid-template-columns: 1fr; }
  .nav-social    { display: none; }
}
@media (max-width: 640px) {
  .pub-nav__links {
    display: none; flex-direction: column;
    position: fixed; top: 68px; left: 0; right: 0;
    background: var(--bg-dark); padding: 1rem;
    border-bottom: 2px solid var(--gold);
    box-shadow: 0 8px 24px rgba(0,0,0,.3);
  }
  .pub-nav__links.open { display: flex; }
  .nav-toggle   { display: flex; }
  .nav-social-mobile { display: block; }
  .events-grid  { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid   { grid-template-columns: repeat(2,1fr); }
  .hero__ctas   { flex-direction: column; align-items: center; }
  .banco-card__grid { grid-template-columns: 1fr; }
  .whatsapp-float .whatsapp-float__label { max-width: 0; opacity: 0; }
  .whatsapp-float { bottom: 16px; right: 16px; left: auto; padding: 0; }
  .footer-social { justify-content: center; }
}

/* ── page-hero text overrides ────────────────────────────── */
.page-hero {
  padding: 9rem 1.5rem 4.5rem;
  text-align: center;
  background: var(--bg-dark);
  position: relative;
}
.page-hero .section-title { color: #fff; }
.page-hero .section-label { color: var(--gold-lite); }
.page-hero p { color: rgba(255,255,255,.65); max-width: 480px; margin: 0 auto; font-size: .97rem; line-height: 1.8; }
.page-hero .section-line--center {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* main padding-top on page content after page-hero */
main { padding-top: 0; }

/* ══════════════════════════════════════════════════════════
   CTA FAIXA – cores FIXAS, não afetadas pela campanha do mês
   ══════════════════════════════════════════════════════════ */
.cta-faixa {
  /* Âmbar/dourado fixo — nunca muda com o mês */
  background: linear-gradient(135deg, #7a5900 0%, #c8950a 50%, #e8b020 100%);
  padding: 5rem 0;
}

.cta-faixa__titulo {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  color: #1e1b16;           /* escuro fixo */
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-faixa__texto {
  color: rgba(30, 27, 22, .72);
  font-size: 1.05rem;
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.cta-faixa__btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-faixa__btn {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .88rem 2.2rem;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: transform .18s, box-shadow .18s;
}

.cta-faixa__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}

/* Botão escuro */
.cta-faixa__btn--dark {
  background: #1e1b16;
  color: #c8950a !important;
  border: 2px solid #1e1b16;
}

.cta-faixa__btn--dark:hover {
  background: #2e2a22;
}

/* Botão contorno */
.cta-faixa__btn--outline {
  background: rgba(30, 27, 22, .12);
  color: #1e1b16 !important;
  border: 2px solid #1e1b16;
}

.cta-faixa__btn--outline:hover {
  background: rgba(30, 27, 22, .22);
}

@media (max-width: 500px) {
  .cta-faixa__btns { flex-direction: column; align-items: center; }
  .cta-faixa__btn  { width: 100%; text-align: center; }
}

/* ── Navbar com 7 itens – ajuste de compactação ─────────── */
/* Com 7 links + botão, reduzir o espaço entre itens */
.pub-nav__links a {
  padding: .45rem .65rem;  /* ligeiramente mais compacto */
}

/* Em telas médias, fonte menor */
@media (max-width: 1100px) {
  .pub-nav__links a { font-size: .72rem; padding: .45rem .5rem; }
  .pub-nav__brand   { font-size: .95rem; }
}


/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE COMPLETA — Mobile & Tablet
   Adicionado para corrigir layout em telas pequenas
   ══════════════════════════════════════════════════════════ */

/* ── Tablet largo (≤ 900px) ─────────────────────────────── */
@media (max-width: 900px) {
  .container { padding: 0 1.25rem; }

  .hero__title  { font-size: clamp(1.8rem, 6vw, 3rem); }
  .hero__sub    { font-size: clamp(.9rem, 2.5vw, 1.1rem); }

  .events-grid  { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }

  .section-title { font-size: clamp(1.4rem, 4vw, 2rem); }

  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }

  /* Agenda pública */
  .schedule-grid { grid-template-columns: 1fr; }
}

/* ── Mobile grande (≤ 640px) ────────────────────────────── */
@media (max-width: 640px) {
  /* Navbar */
  .pub-nav { padding: .75rem 1rem; }
  .pub-nav__brand { font-size: .9rem; }
  .pub-nav__logo  { width: 32px; height: 32px; }

  /* Hero */
  .hero { min-height: 100svh; padding: 0 1rem; }
  .hero__content { padding: 6rem 0 3rem; }
  .hero__title   { font-size: clamp(1.6rem, 8vw, 2.4rem); line-height: 1.2; }
  .hero__sub     { font-size: .95rem; margin: .75rem 0 1.5rem; }
  .hero__ctas    { flex-direction: column; align-items: stretch; gap: .75rem; }
  .btn-gold, .btn-outline-gold { text-align: center; width: 100%; padding: .9rem 1rem; }

  /* Stats */
  .stats-bar  { padding: 1.5rem 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .stat__num  { font-size: 1.8rem; }
  .stat__label{ font-size: .7rem; }

  /* Seções */
  .pub-section { padding: 3rem 0; }
  .pub-section--alt { padding: 3rem 0; }

  /* Cards de eventos */
  .events-grid { grid-template-columns: 1fr; gap: 1rem; }
  .event-card  { border-radius: 10px; }
  .event-card__date { flex-direction: row; align-items: center; padding: 1rem; gap: 1rem; }
  .event-card__day  { font-size: 1.8rem; }
  .event-card__body { padding: 1rem; }
  .event-card__title{ font-size: 1rem; }

  /* Galeria */
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: .5rem; }
  .gallery-item { border-radius: 8px; }

  /* Page hero (páginas internas) */
  .page-hero { padding: 7rem 1rem 3rem; }
  .page-hero h1 { font-size: clamp(1.5rem, 7vw, 2.2rem); }
  .page-hero p  { font-size: .9rem; }

  /* CTA faixa */
  .cta-faixa { padding: 3rem 1rem; }
  .cta-faixa__titulo { font-size: 1.3rem; }
  .cta-faixa__texto  { font-size: .92rem; }
  .cta-faixa__btns   { flex-direction: column; align-items: stretch; }
  .cta-faixa__btn    { width: 100%; text-align: center; padding: .9rem 1rem; }

  /* Pilares */
  .about-pillars { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
  .pillar { padding: 1rem; }
  .pillar__icon  { font-size: 1.4rem; }
  .pillar__title { font-size: .85rem; }
  .pillar__text  { font-size: .78rem; }

  /* Footer */
  .pub-footer { padding: 3rem 1rem 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .footer-bottom { flex-direction: column; gap: .75rem; text-align: center; }
  .footer-bottom-icons { justify-content: center; }

  /* Formulário de contato / cadastro */
  .form-grid-2 { grid-template-columns: 1fr !important; }
  .contact-form .btn-gold { width: 100%; }

  /* Agenda pública */
  .agenda-dia-titulo { font-size: 1rem; }

  /* Sobre */
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { display: none; }

  /* Botão WhatsApp flutuante */
  .whatsapp-float { bottom: 16px; right: 16px; left: auto; padding: 0; }
  .whatsapp-float__label { display: none; }
}

/* ── Mobile pequeno (≤ 390px) ───────────────────────────── */
@media (max-width: 390px) {
  .hero__title { font-size: 1.5rem; }
  .stats-grid  { grid-template-columns: 1fr 1fr; gap: .75rem; }
  .stat__num   { font-size: 1.5rem; }

  .gallery-grid { grid-template-columns: 1fr; }

  .about-pillars { grid-template-columns: 1fr; }

  .pub-nav__brand span { display: none; } /* mostra só o ícone ✦ */

  .event-card__date { padding: .75rem; }
  .event-card__day  { font-size: 1.5rem; }

  .page-hero { padding: 6rem .75rem 2.5rem; }

  .cta-faixa { padding: 2.5rem .75rem; }
}

/* ── Ajustes gerais de toque (todos mobile) ─────────────── */
@media (hover: none) {
  /* Aumentar área de toque dos links do menu */
  .pub-nav__links a { padding: .75rem .9rem; }

  /* Remover hover effects que poluem no touch */
  .event-card:hover { transform: none; }
  .gallery-item:hover .gallery-item__overlay { opacity: 0; }

  /* Botões maiores para toque */
  .btn-gold, .btn-outline-gold { min-height: 48px; display: flex; align-items: center; justify-content: center; }
}

/* ── Safe area (iPhone com notch/Dynamic Island) ─────────── */
@supports (padding: max(0px)) {
  .pub-nav {
    padding-left:  max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }
  .pub-footer {
    padding-bottom: max(2rem, env(safe-area-inset-bottom));
  }
  .whatsapp-float {
    right:  max(20px, env(safe-area-inset-right));
    bottom: max(20px, env(safe-area-inset-bottom));
    left: auto;
  }
}
