/* ==========================================================================
   Água na Boca — folha de estilo base (compartilhada por todas as páginas)
   Réplica em HTML/CSS puro do site WordPress/Elementor aguanabocaberlin.de
   Paleta e tipografia extraídas do kit do Elementor (post 623).
   ========================================================================== */

:root {
  --verde:        #93C178;  /* Elementor custom 0097f28 — hover/ativo, destaques */
  --verde-rodape: #98B88B;  /* fundo do rodapé (aplicado a 90% de opacidade)     */
  --cinza-menu:   #54595F;  /* Elementor system "secondary" — itens do menu      */
  --texto:        #7A7A7A;  /* Elementor system "text"                           */
  --branco:       #FFFFFF;
  --sombra-header: 0 2px 10px rgba(0, 0, 0, .12);
  --largura-max:  1400px;
  --altura-header: 92px;
}

/* ---------- reset enxuto ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
  font-stretch: condensed;
  color: var(--texto);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; border: 0; }
a   { color: inherit; text-decoration: none; }

/* Acessibilidade: link de pular para o conteúdo */
.pular-para-conteudo {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--verde); color: #fff; padding: .75rem 1.25rem;
}
.pular-para-conteudo:focus { left: 0; }

/* ==========================================================================
   CABEÇALHO
   ========================================================================== */
.cabecalho {
  position: sticky; top: 0; z-index: 100;
  background: var(--branco);
  box-shadow: var(--sombra-header);
}

.cabecalho__interno {
  max-width: var(--largura-max);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: var(--altura-header);
}

.cabecalho__logo { flex: 0 0 auto; }
.cabecalho__logo img { width: 190px; }

/* ---------- navegação ---------- */
.nav { margin-left: auto; }

.nav__lista {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; gap: 1.9rem;
}

.nav__link {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--cinza-menu);
  padding: .4rem 0;
  transition: color .18s ease;
  white-space: nowrap;
}
.nav__link:hover,
.nav__link:focus-visible,
.nav__item--ativo > .nav__link { color: var(--verde); }

/* submenu */
.nav__item { position: relative; }

.nav__submenu {
  list-style: none; margin: 0; padding: 0;
  position: absolute; top: 100%; left: 0;
  min-width: 230px;
  background: var(--branco);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .14);
  opacity: 0; visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav__item:hover > .nav__submenu,
.nav__item:focus-within > .nav__submenu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav__submenu .nav__link {
  font-size: 18px;
  padding: 7px 27px;   /* mesmos valores do widget nav-menu do Elementor */
  font-weight: 400;
}
.nav__submenu .nav__link:hover { color: var(--verde); }

/* seta do item com submenu */
.nav__item--tem-filhos > .nav__link::after {
  content: ""; display: inline-block;
  width: .42em; height: .42em; margin-left: .5em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

/* ---------- ícone social ---------- */
.social {
  display: flex; align-items: center; gap: 8px;
  flex: 0 0 auto;
}
.social__link {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--cinza-menu); color: var(--branco);
  display: grid; place-items: center;
  transition: background .18s ease;
}
.social__link:hover { background: var(--verde); }
.social__link svg { width: 12px; height: 12px; fill: currentColor; }

/* ---------- seletor de idioma ---------- */
.idiomas { display: flex; align-items: center; gap: .55rem; flex: 0 0 auto; }
.idiomas img {
  width: 30px;
  opacity: .55;
  transition: opacity .18s ease, transform .18s ease;
}
.idiomas a:hover img,
.idiomas a[aria-current="true"] img { opacity: 1; transform: translateY(-1px); }

/* ---------- menu mobile (CSS puro, sem JS) ---------- */
.menu-alternar { display: none; }
.menu-rotulo {
  display: none;
  flex: 0 0 auto;
  width: 42px; height: 42px;
  cursor: pointer;
  border: 0; background: none; padding: 9px;
  margin-left: auto;
}
.menu-rotulo span,
.menu-rotulo span::before,
.menu-rotulo span::after {
  display: block; height: 2px; width: 24px;
  background: var(--cinza-menu);
  transition: transform .22s ease, opacity .22s ease;
}
.menu-rotulo span { position: relative; }
.menu-rotulo span::before,
.menu-rotulo span::after { content: ""; position: absolute; left: 0; }
.menu-rotulo span::before { top: -7px; }
.menu-rotulo span::after  { top:  7px; }

/* ==========================================================================
   BANNER / HERÓI
   ========================================================================== */
.heroi {
  position: relative;
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;   /* column_position: top no Elementor */
  justify-content: center;
}
/* overlay preto a 33%, como no Elementor */
.heroi::before {
  content: ""; position: absolute; inset: 0;
  background: #000; opacity: .33;
}

.heroi__conteudo {
  position: relative;
  height: 37vh;               /* slides_height */
  padding-bottom: 7%;         /* slides_padding */
  width: min(31%, 100%);      /* content_max_width */
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
}

.heroi__titulo {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--branco);
  text-shadow: 0 0 100px #000;
}
.heroi__subtitulo {
  margin: .35rem 0 0;
  font-size: 26px;
  font-weight: 700;
  color: var(--verde);
  text-shadow: 0 0 100px #000;
}

/* ==========================================================================
   CONTEÚDO INTERNO (páginas que não são a home)
   ========================================================================== */
.conteudo {
  max-width: 1140px;
  margin: 0 auto;
  padding: 4rem 1.5rem 5rem;
}
.conteudo h1, .conteudo h2, .conteudo h3 {
  color: var(--cinza-menu);
  font-weight: 700;
  line-height: 1.25;
}
.conteudo h1 { font-size: 2.4rem; margin: 0 0 1.5rem; }
.conteudo h2 { font-size: 1.7rem; margin: 2.5rem 0 1rem; }
.conteudo p  { margin: 0 0 1.15rem; font-size: 1.05rem; }
.conteudo a:not(.botao) { color: var(--verde); text-decoration: underline; }

/* ==========================================================================
   RODAPÉ
   ========================================================================== */
.rodape {
  background: rgba(152, 184, 139, .9);   /* #98B88BE6 */
  color: var(--branco);
  text-align: center;
  padding: 1.6rem 1.5rem;
  font-size: 16px;
  line-height: .9;
}
.rodape a { color: var(--branco); }
.rodape a:hover { text-decoration: underline; }
.rodape__creditos { display: block; margin-top: .6rem; }

/* ==========================================================================
   RESPONSIVO
   ========================================================================== */
@media (max-width: 1024px) {
  .cabecalho__logo img { width: 150px; }
  .nav__lista { gap: 1.15rem; }
  .nav__link  { font-size: 16px; }
  .heroi__conteudo { width: min(60%, 100%); }
}

@media (max-width: 860px) {
  .menu-rotulo { display: block; }
  .social { display: none; }

  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--branco);
    box-shadow: var(--sombra-header);
    max-height: 0; overflow: hidden;
    transition: max-height .28s ease;
  }
  .menu-alternar:checked ~ .nav { max-height: 80vh; overflow-y: auto; }

  .nav__lista { flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 0; }
  .nav__link  { padding: .85rem 1.5rem; font-size: 17px; }

  /* submenu passa a ficar sempre aberto e recuado no mobile */
  .nav__submenu {
    position: static; opacity: 1; visibility: visible;
    transform: none; box-shadow: none; min-width: 0;
  }
  .nav__submenu .nav__link { padding-left: 2.75rem; }
  .nav__item--tem-filhos > .nav__link::after { display: none; }

  .idiomas { margin-left: 0; }
  .heroi__conteudo { width: min(88%, 100%); height: 30vh; }
  .heroi__titulo    { font-size: 38px; }
  .heroi__subtitulo { font-size: 21px; }
}

@media (max-width: 480px) {
  .cabecalho__interno { padding: 0 1rem; gap: .75rem; min-height: 76px; }
  .cabecalho__logo img { width: 124px; }
  .heroi__titulo    { font-size: 32px; }
  .heroi__subtitulo { font-size: 18px; }
}

/* ---------- respeitar preferência de menos movimento ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* ==========================================================================
   SEÇÃO INTERNA (páginas Über Uns / Mitsingen)
   Fundo: FUNDO-SESSOESueber.png do site atual
   ========================================================================== */
.secao {
  background-image: url("../assets/img/fundo-sessoes.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4.5rem 1.5rem 5rem;
}
.secao__interno { max-width: 1140px; margin: 0 auto; }

.secao__titulo {
  margin: 0 0 1.75rem;
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--cinza-menu);
  text-align: center;
}
.secao__texto {
  margin: 0 auto 1.3rem;
  max-width: 62rem;
  font-size: 1.06rem;
  line-height: 1.75;
  color: #5b5f63;
}
.secao__texto:last-child { margin-bottom: 0; }

/* imagem de destaque no topo de uma seção */
.secao__destaque {
  max-width: 420px;
  margin: 0 auto 2.25rem;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

/* ==========================================================================
   INTEGRANTES DO CORO — réplica dos flip-box do Elementor Pro
   frente: foto (background_a_image)   verso: #465C8B6E + nome/naipe brancos
   efeito original: zoom-in · altura 20vh (50vh no mobile) · largura 30%
   ========================================================================== */
.membros {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.membro {
  position: relative;
  height: 20vh;
  min-height: 165px;
  overflow: hidden;
  background-color: #d9dde4;
  background-size: cover;
  background-position: center center;
}

/* verso: entra com zoom, como o flip_effect "zoom-in" */
.membro__verso {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: .15rem;
  background: rgba(70, 92, 139, .43);   /* #465C8B6E */
  color: var(--branco);
  text-align: center;
  opacity: 0;
  transform: scale(1.25);
  transition: opacity .32s ease, transform .32s ease;
}
.membro:hover  .membro__verso,
.membro:focus-within .membro__verso {
  opacity: 1;
  transform: scale(1);
}

.membro__nome  { font-size: 17px; font-weight: 700; line-height: 1.2; }
.membro__naipe { font-size: 13px; font-stretch: normal; letter-spacing: .02em; }

/* sem hover (toque): mostra sempre o nome, senão fica inacessível */
@media (hover: none) {
  .membro__verso { opacity: 1; transform: scale(1); background: rgba(70, 92, 139, .55); }
}

@media (max-width: 900px) {
  .membros { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .membros { grid-template-columns: repeat(2, 1fr); gap: .6rem; }
  .membro  { height: 34vh; min-height: 210px; }
}

/* ==========================================================================
   MITSINGEN — faixa de três fotos + chamada
   ========================================================================== */
.fotos-tres {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
.fotos-tres img {
  width: 100%; height: 260px;
  object-fit: cover;
  border-radius: 3px;
}
@media (max-width: 760px) {
  .fotos-tres { grid-template-columns: 1fr; }
  .fotos-tres img { height: 220px; }
}

.chamada {
  text-align: center;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--verde);
  margin: 0 0 1.5rem;
  line-height: 1.3;
}

.destaque-email {
  display: inline-block;
  margin-top: .4rem;
  font-weight: 700;
  color: var(--verde);
  text-decoration: underline;
}

/* ==========================================================================
   MEDIATHEK / MÍDIA — grade de álbuns
   ========================================================================== */
.albuns {
  list-style: none; margin: 2.5rem 0 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.album__link {
  display: block;
  background: var(--branco);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
  overflow: hidden;
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.album__link:hover,
.album__link:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .2);
}

.album__capa {
  display: block;
  aspect-ratio: 16 / 10;
  background: #cfd6cb center / cover no-repeat;
}

.album__info { display: block; padding: 1rem 1.15rem 1.25rem; }

.album__titulo {
  display: block;
  font-size: 1.12rem; font-weight: 700; line-height: 1.3;
  color: var(--cinza-menu);
}
.album__meta {
  display: block; margin-top: .35rem;
  font-size: .86rem; color: #8b8f93; line-height: 1.45;
}

.album__credito {
  text-align: center; margin: -.75rem 0 2rem;
  font-size: .95rem; color: #8b8f93; font-style: italic;
}

.voltar { margin: 0 0 1.25rem; }
.voltar a { color: var(--verde); font-weight: 600; }
.voltar a:hover { text-decoration: underline; }

/* ---------- fotos do álbum ---------- */
.galeria {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: .85rem;
}
.galeria__item { position: relative; }
.galeria__item img {
  width: 100%; height: 220px;
  object-fit: cover;
  background: #e6e9e4;
}
.galeria__legenda {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: .5rem .6rem;
  font-size: .8rem; color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, .75));
}

/* ---------- vídeos e áudios ---------- */
.midias {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 1.5rem;
}
.midia--video iframe,
.midia--video video {
  width: 100%; aspect-ratio: 16 / 9;
  border: 0; background: #000; display: block;
}
.midia--audio {
  background: var(--branco);
  padding: 1rem 1.15rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}
.midia--audio audio { width: 100%; }
.midia__legenda {
  display: block; margin-top: .5rem;
  font-size: .88rem; color: #8b8f93;
}

@media (max-width: 640px) {
  .galeria { grid-template-columns: repeat(2, 1fr); gap: .5rem; }
  .galeria__item img { height: 150px; }
  .midias { grid-template-columns: 1fr; }
}

/* ==========================================================================
   PÁGINAS DE TEXTO (Impressum, Datenschutzerklärung)
   ========================================================================== */
.secao__interno--texto { max-width: 860px; }

.texto-legal { font-size: .98rem; line-height: 1.75; color: #5b5f63; }
.texto-legal h2 {
  margin: 2.5rem 0 .9rem; font-size: 1.4rem; font-weight: 700;
  color: var(--cinza-menu); line-height: 1.3;
}
.texto-legal h3 {
  margin: 1.9rem 0 .6rem; font-size: 1.08rem; font-weight: 700;
  color: var(--cinza-menu);
}
.texto-legal h4 { margin: 1.4rem 0 .5rem; font-size: 1rem; font-weight: 700; color: var(--cinza-menu); }
.texto-legal p  { margin: 0 0 1rem; }
.texto-legal ul { margin: 0 0 1.15rem 1.35rem; padding: 0; }
.texto-legal li { margin-bottom: .35rem; }
.texto-legal a  { color: var(--verde); text-decoration: underline; word-break: break-word; }

.secao__interno--texto h2 { margin: 2.2rem 0 .8rem; font-size: 1.35rem; color: var(--cinza-menu); }
.secao__interno--texto p  { margin: 0 0 1rem; font-size: 1.03rem; line-height: 1.7; color: #5b5f63; }
.secao__interno--texto a  { color: var(--verde); text-decoration: underline; }

/* ==========================================================================
   CONTATO — dados + formulário
   ========================================================================== */
.contato {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(320px, 1.5fr);
  gap: 3rem;
  align-items: start;
  margin-top: 2.5rem;
}
.contato__subtitulo {
  margin: 0 0 1.1rem; font-size: 1.25rem; font-weight: 700; color: var(--cinza-menu);
}
.contato__linha { margin: 0 0 1.1rem; line-height: 1.7; color: #5b5f63; }
.contato__linha a { color: var(--verde); }
.contato__linha a:hover { text-decoration: underline; }

@media (max-width: 820px) {
  .contato { grid-template-columns: 1fr; gap: 2.25rem; }
}

/* ---------- formulário ---------- */
.formulario { background: var(--branco); padding: 1.75rem; box-shadow: 0 4px 18px rgba(0,0,0,.1); }

.campo { margin-bottom: 1.15rem; }
.campo label {
  display: block; margin-bottom: .35rem;
  font-size: .92rem; font-weight: 600; color: var(--cinza-menu);
}
.obrigatorio { color: #c0392b; }

.campo input,
.campo textarea {
  width: 100%;
  padding: .7rem .85rem;
  border: 1px solid #d5d9dc;
  border-radius: 3px;
  font: inherit;
  font-stretch: normal;
  color: #40454a;
  background: #fcfdfc;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.campo input:focus,
.campo textarea:focus {
  outline: none;
  border-color: var(--verde);
  box-shadow: 0 0 0 3px rgba(147, 193, 120, .25);
}
.campo input[aria-invalid="true"],
.campo textarea[aria-invalid="true"] { border-color: #c0392b; background: #fdf7f6; }
.campo textarea { resize: vertical; min-height: 150px; }

.campo__erro { display: block; margin-top: .3rem; font-size: .85rem; color: #c0392b; }

/* honeypot: fora da tela, mas não display:none (robô ignora display:none) */
.campo-armadilha {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px; overflow: hidden;
}

.botao {
  display: inline-block;
  padding: .8rem 1.9rem;
  border: 0; border-radius: 3px;
  background: var(--verde); color: var(--branco);
  font: inherit; font-weight: 700; font-stretch: condensed;
  cursor: pointer;
  transition: background .18s ease, transform .12s ease;
}
.botao:hover  { background: #7fae63; }
.botao:active { transform: translateY(1px); }
.botao--pequeno { padding: .5rem 1.1rem; font-size: .9rem; margin-top: .6rem; }

.formulario__nota {
  margin: 1.1rem 0 0;
  font-size: .82rem; line-height: 1.5; color: #8b8f93;
}
.formulario__nota a { color: var(--verde); text-decoration: underline; }
.formulario__nota--recaptcha { margin-top: .5rem; }

.aviso { padding: .9rem 1.1rem; margin: 0 0 1.4rem; border-radius: 3px; font-size: .95rem; }
.aviso--ok   { background: #eaf5e3; color: #3f6b28; border: 1px solid #cbe4bb; }
.aviso--erro { background: #fdeceb; color: #a4302a; border: 1px solid #f3c9c6; }

/* ==========================================================================
   AKTUELLES / NOVIDADES
   ========================================================================== */
.secao__titulo--sub { margin-top: 3.5rem; font-size: 1.9rem; }

.novidade { margin-bottom: 2.5rem; }
.novidade__titulo {
  margin: 0 0 .8rem; font-size: 1.5rem; font-weight: 700;
  color: var(--cinza-menu); text-align: center;
}
.novidade__imagem {
  max-width: 620px; margin: 0 auto 1.4rem;
  box-shadow: 0 6px 20px rgba(0,0,0,.14);
}

.eventos { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 1.25rem; }

.evento {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.5rem;
  background: var(--branco);
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  overflow: hidden;
}
.evento:not(:has(.evento__imagem)) { grid-template-columns: 1fr; }
.evento__imagem { width: 100%; height: 100%; min-height: 150px; object-fit: cover; }
.evento__corpo  { padding: 1.25rem 1.5rem 1.4rem; }

.evento__titulo {
  margin: 0 0 .5rem; font-size: 1.22rem; font-weight: 700;
  color: var(--cinza-menu); line-height: 1.3;
}
.evento__quando { margin: 0 0 .45rem; color: var(--verde); font-size: 1.02rem; }
.evento__quando strong { font-weight: 700; }
.evento__onde   { margin: 0; color: #6f7478; font-size: .95rem; line-height: 1.5; }
.evento__endereco { color: #94989b; font-size: .89rem; }

@media (max-width: 640px) {
  .evento { grid-template-columns: 1fr; }
  .evento__imagem { height: 190px; }
}

.lista-requisitos {
  max-width: 62rem; margin: 0 auto 1.3rem; padding-left: 1.4rem;
  color: #5b5f63; font-size: 1.06rem; line-height: 1.75;
}

/* ==========================================================================
   404
   ========================================================================== */
.secao--404 { min-height: 62vh; display: grid; place-items: center; }
.erro404__codigo {
  margin: 0 0 .3rem; text-align: center;
  font-size: clamp(4.5rem, 14vw, 8rem); font-weight: 800; line-height: 1;
  color: var(--verde); opacity: .35;
}
.erro404__links {
  list-style: none; margin: 2rem 0 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 1.6rem;
}
.erro404__links a { color: var(--verde); font-weight: 600; }
.erro404__links a:hover { text-decoration: underline; }

/* ==========================================================================
   CONTATO — seção com foto de fundo, igual ao site atual
   background-attachment: fixed · 100vh · sem overlay (a foto já é escura)
   Títulos em Antic, texto branco e centralizado, como no Elementor.
   ========================================================================== */
.secao--contato {
  background-image: url("../assets/img/contato-fundo.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 4rem 1.5rem 5rem;
}
.secao--contato .secao__interno { width: 100%; }

.secao--contato .secao__titulo,
.contato__subtitulo--claro {
  font-family: "Antic", "Open Sans", sans-serif;
  font-stretch: normal;
  color: var(--branco);
  text-align: center;
}
.secao--contato .secao__titulo {
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}
.contato__subtitulo--claro {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 1.75rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}

.contato__dados--claro {
  color: var(--branco);
  text-align: center;
  font-size: 18px;
  line-height: 1.85;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .6);
}
.contato__dados--claro p { margin: 0 0 1.25rem; }
.contato__dados--claro a { color: var(--branco); text-decoration: underline; }
.contato__dados--claro a:hover { color: var(--verde); }

/* o formulário fica num cartão claro sobre a foto, para manter legibilidade */
.contato__form--sobreposto {
  max-width: 620px;
  margin: 2.75rem auto 0;
}
.contato__form--sobreposto .formulario {
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(2px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .45);
}

/* iOS não suporta background-attachment: fixed — evita a imagem "esticada" */
@media (hover: none) {
  .secao--contato { background-attachment: scroll; }
}
@media (max-width: 640px) {
  .secao--contato { min-height: 0; padding: 3rem 1.25rem 3.5rem; }
}

/* ==========================================================================
   MEDIATHEK / MÍDIA — faixa do título + fundo dos álbuns
   Réplica das duas seções do Elementor:
     1) faixa #ECEBED com o título em Antic 24px verde, centralizado
     2) área dos álbuns: fundo BRANCO com a foto aplicada como *overlay*
        a 37% de opacidade — no original a imagem está em
        background_overlay_image, não em background_image. Em opacidade
        cheia o resultado fica muito mais forte que o site atual.
   ========================================================================== */
.faixa-titulo {
  background: #ECEBED;
  padding: 1% 1.5rem;
}
.faixa-titulo__texto {
  margin: 0;
  font-family: "Antic", "Open Sans", sans-serif;
  font-stretch: normal;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--verde);
}

.secao--mediateca {
  position: relative;
  isolation: isolate;
  background: var(--branco);
  background-image: none;          /* anula o fundo padrão de .secao */
  min-height: 100vh;
  padding: 3rem 1.5rem 5rem;
}
/* a foto entra como camada a 37%, como no background_overlay do Elementor */
.secao--mediateca::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../assets/img/mediathek-fundo.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .37;
  pointer-events: none;
}

@media (max-width: 640px) {
  .secao--mediateca { min-height: 0; padding: 2.25rem 1.25rem 3.5rem; }
  .faixa-titulo__texto { font-size: 21px; }
}

/* ==========================================================================
   ALINHAMENTO GERAL — textos corridos centralizados (nunca justificados)
   ========================================================================== */
.secao__texto,
.secao__interno--texto h2,
.secao__interno--texto h3,
.secao__interno--texto p,
.texto-legal,
.texto-legal h2,
.texto-legal h3,
.texto-legal h4,
.texto-legal p,
.texto-legal li,
.lista-requisitos,
.lista-requisitos li,
.album__info,
.album__titulo,
.album__meta,
.midia__legenda,
.evento__corpo,
.evento__titulo,
.evento__quando,
.evento__onde,
.evento__endereco,
.novidade__titulo,
.formulario__nota {
  text-align: center;
}

/* listas centralizadas: marcador acompanha o texto em vez de ficar na margem */
.texto-legal ul,
.texto-legal ol,
.lista-requisitos {
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}

/* ==========================================================================
   DATEIEN / ARQUIVOS — área restrita dos integrantes
   Duas telas na mesma página: o cartão da senha e a lista da pasta do Drive.
   Sem JS, como o resto do site: navegar entre pastas é link com ?pasta=.
   ========================================================================== */
.secao--arquivos-senha {
  background: var(--branco);
  background-image: none;
  display: grid;
  place-items: center;
  min-height: 58vh;
  padding: 3rem 1.5rem 4.5rem;
}
.arquivos-senha { width: 100%; max-width: 430px; }
.arquivos-senha__titulo {
  margin: 0 0 .5rem;
  font-family: "Antic", "Open Sans", sans-serif;
  font-stretch: normal;
  font-size: 1.6rem; font-weight: 400;
  color: var(--verde);
  text-align: center;
}
.arquivos-senha__texto {
  margin: 0 0 1.6rem;
  font-size: .95rem; line-height: 1.6; color: var(--texto);
  text-align: center;
}

.secao--arquivos {
  background: var(--branco);
  background-image: none;
  min-height: 62vh;
  padding: 2.5rem 1.5rem 5rem;
}

.arquivos-topo {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e8ea;
}
.arquivos-trilha { font-size: .95rem; color: var(--texto); }
.arquivos-trilha a { color: var(--verde); }
.arquivos-trilha a:hover { text-decoration: underline; }
.arquivos-trilha__sep { margin: 0 .45rem; color: #c4c8cb; }
.arquivos-sair .botao--pequeno { margin-top: 0; }

/* ---------- lista ---------- */
.arquivos { list-style: none; margin: 0; padding: 0; }

.arquivo {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 1rem;
  padding: .8rem .2rem;
  border-bottom: 1px solid #eff1f2;
}
.arquivo:hover { background: #fafbfa; }

.arquivo__nome {
  display: flex; align-items: center; gap: .75rem;
  min-width: 0;                       /* deixa o nome longo truncar, não esticar */
  color: var(--cinza-menu);
}
a.arquivo__nome:hover .arquivo__texto { color: var(--verde); }
.arquivo__texto { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* selo do tipo: as três/quatro letras da extensão, no lugar de um ícone */
.arquivo__icone {
  flex: 0 0 auto;
  display: grid; place-items: center;
  width: 38px; height: 38px;
  border-radius: 3px;
  background: #eef4ea;
  color: #6d9455;
  font-size: .68rem; font-weight: 700; letter-spacing: .03em;
}
.arquivo__icone--pasta { background: var(--verde); }
.arquivo__icone svg { width: 20px; height: 20px; fill: var(--branco); }

.arquivo__meta {
  font-size: .85rem; color: #9a9ea1; text-align: right; white-space: nowrap;
}
.arquivo__data { display: block; font-size: .78rem; }

.arquivo__acoes { display: flex; gap: .45rem; white-space: nowrap; }
.arquivo__acao {
  display: inline-block;
  padding: .38rem .85rem;
  border: 1px solid #d9dee0; border-radius: 3px;
  font-size: .85rem; color: var(--cinza-menu);
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}
.arquivo__acao:hover { border-color: var(--verde); color: var(--verde); }
.arquivo__acao--forte {
  background: var(--verde); border-color: var(--verde); color: var(--branco);
}
.arquivo__acao--forte:hover { background: #7fae63; border-color: #7fae63; color: var(--branco); }

@media (max-width: 620px) {
  /* no celular a meta vai para baixo do nome e as ações ocupam a linha toda */
  .arquivo {
    grid-template-columns: 1fr auto;
    row-gap: .55rem;
  }
  .arquivo__meta { grid-column: 2; text-align: right; }
  .arquivo__acoes { grid-column: 1 / -1; justify-content: flex-end; }
}
