/* Abrigo com Deus — Núcleo v0.10.14
 * Polimento mobile: cabeçalho que acompanha a rolagem, marca mais próxima
 * do hambúrguer, Hero com tipografia menor e setas tradicionais nos cantos,
 * além de atalhos que completam as grades de 2 colunas.
 */

@media (max-width:700px){
  /* No telefone o cabeçalho não deve ficar preso sobre o conteúdo. */
  body.acd-core-mobile-v01014 .acd-header,
  body.acd-core-mobile-v01014.acd-internal-site .acd-header{
    position:relative!important;
    top:auto!important;
    inset-block-start:auto!important;
  }
  body.admin-bar.acd-core-mobile-v01014 .acd-header{top:auto!important}

  /* Hambúrguer + símbolo formam um grupo visual à esquerda. */
  body.acd-core-mobile-v01014 .acd-header-inner{
    grid-template-columns:44px auto minmax(0,1fr)!important;
    gap:7px!important;
  }
  body.acd-core-mobile-v01014 .acd-mobile-menu-toggle{justify-self:start!important}
  body.acd-core-mobile-v01014 .acd-brand{
    justify-self:start!important;
    margin-left:2px!important;
    width:auto!important;
    max-width:none!important;
  }
  body.acd-core-mobile-v01014 .acd-brand-lockup{justify-content:flex-start!important}
  body.acd-core-mobile-v01014 .acd-header-actions{
    justify-self:end!important;
    width:auto!important;
  }

  /* Hero: mais editorial no telefone, sem título dominando a tela. */
  body.acd-core-mobile-v01014.acd-site .acd-hero,
  body.acd-core-mobile-v01014.acd-site .acd-hero-inner{
    min-height:clamp(440px,110vw,520px)!important;
  }
  body.acd-core-mobile-v01014.acd-site .acd-hero-content{
    padding:28px 4px 84px!important;
  }
  body.acd-core-mobile-v01014.acd-site .acd-hero h1,
  body.acd-core-mobile-v01014.acd-site .acd-hero-special-title{
    max-width:92%!important;
    font-size:clamp(30px,8.6vw,39px)!important;
    line-height:1.08!important;
    letter-spacing:-.018em!important;
  }
  body.acd-core-mobile-v01014.acd-site .acd-hero-description{
    max-width:92%!important;
    margin:14px 0 17px!important;
    font-size:15.5px!important;
    line-height:1.48!important;
  }
  body.acd-core-mobile-v01014.acd-site .acd-hero-badge{
    margin-bottom:12px!important;
    font-size:10.5px!important;
  }
  body.acd-core-mobile-v01014.acd-site .acd-hero-actions .acd-button{
    min-height:45px!important;
    padding:0 14px!important;
    font-size:13.5px!important;
  }

  /* Carrossel: apenas as setas clássicas, nos cantos inferiores.
     Dots e pause continuam disponíveis no tablet/desktop. */
  body.acd-core-mobile-v01014.acd-site .acd-hero-carousel-controls{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    transform:none!important;
    display:block!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    pointer-events:none!important;
    z-index:8!important;
  }
  body.acd-core-mobile-v01014.acd-site .acd-hero-dots,
  body.acd-core-mobile-v01014.acd-site .acd-hero-pause{display:none!important}
  body.acd-core-mobile-v01014.acd-site .acd-hero-arrow{
    display:grid!important;
    place-items:center!important;
    position:absolute!important;
    top:auto!important;
    bottom:14px!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    border-radius:999px!important;
    background:rgba(255,250,241,.92)!important;
    color:#690d20!important;
    border:1px solid rgba(212,175,55,.74)!important;
    box-shadow:0 6px 18px rgba(0,0,0,.2)!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  body.acd-core-mobile-v01014.acd-site .acd-hero-arrow-prev{left:12px!important;right:auto!important}
  body.acd-core-mobile-v01014.acd-site .acd-hero-arrow-next{right:12px!important;left:auto!important}
  body.acd-core-mobile-v01014.acd-site .acd-hero-arrow .acd-hero-control-icon{
    width:21px!important;height:21px!important;stroke:currentColor!important;stroke-width:2!important;fill:none!important;
  }
  html[data-theme="dark"] body.acd-core-mobile-v01014.acd-site .acd-hero-arrow{
    background:rgba(18,34,47,.94)!important;color:#f1c94f!important;border-color:rgba(241,201,79,.62)!important;
  }

  /* O oitavo atalho fecha a grade 2x4 no telefone. */
  body.acd-core-mobile-v01014.acd-site .acd-mobile-only-shortcut{display:flex!important}
  body.acd-core-mobile-v01014.acd-site .acd-mobile-only-shortcut svg{color:#8f6d2d!important}

  /* A sexta mensagem evita o card solitário na última linha do bloco. */
  body.acd-core-mobile-v01014.acd-site .acd-mobile-extra-share-card{display:block!important}
}

/* Fora do telefone os complementos são invisíveis: tablet/desktop preservados. */
@media (min-width:701px){
  body.acd-core-mobile-v01014 .acd-mobile-only-shortcut,
  body.acd-core-mobile-v01014 .acd-mobile-extra-share-card{display:none!important}
}

@media (max-width:390px){
  body.acd-core-mobile-v01014 .acd-header-inner{
    grid-template-columns:40px auto minmax(0,1fr)!important;
    gap:5px!important;
  }
  body.acd-core-mobile-v01014 .acd-brand{margin-left:0!important}
  body.acd-core-mobile-v01014.acd-site .acd-hero h1,
  body.acd-core-mobile-v01014.acd-site .acd-hero-special-title{
    font-size:clamp(29px,8.5vw,35px)!important;
  }
  body.acd-core-mobile-v01014.acd-site .acd-hero-arrow{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}
  body.acd-core-mobile-v01014.acd-site .acd-hero-arrow-prev{left:9px!important}
  body.acd-core-mobile-v01014.acd-site .acd-hero-arrow-next{right:9px!important}
}
