/*
Theme Name: Quilombo Gestáltico
Theme URI: https://sarara.digital
Author: Sarará Studio (Thiago)
Author URI: https://sarara.digital
Description: Tema minimalista e performático, desenvolvido com foco total em compatibilidade com Elementor. Inclui header dinâmico (transparente/branco), troca inteligente de logos e menu off-canvas responsivo.
Version: 1.0.5
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: quilombo-gestaltico
Tags: one-column, flexible-header, custom-menu, elementor-compatible, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* * ==========================================================================
 * NOTA DE DESENVOLVIMENTO
 * ==========================================================================
 * O estilo visual principal deste tema (Header, Menus, Cores) está localizado em:
 * /assets/css/main.css
 * * Este arquivo (style.css) mantém apenas resets globais críticos para evitar
 * problemas de layout antes do carregamento total dos scripts.
 */

/* --- 1. Resets Globais --- */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Evita overflow horizontal indesejado em mobile */
body {
    overflow-x: hidden;
}

/* --- 2. Imagens e Mídia --- */
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* --- 3. Acessibilidade (Screen Readers) --- */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* --- 4. Elementor Canvas Fix --- */
/* Garante que o canvas do Elementor ocupe 100% da altura se necessário */
.elementor-template-canvas {
    min-height: 100vh;
}