/*
Theme Name: Esoteric Portal
Theme URI: https://github.com/celes/esoteric-portal
Author: Antigravity
Author URI: https://deepmind.google/
Description: Tema híbrido premium voltado para portais de conteúdo esotérico/maçônico e e-commerce discreto. Desenvolvido para máxima performance, acessibilidade e conformidade de privacidade sob a LGPD.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: esoteric-portal
*/

/* Reset e Estilos de Base */
@import url('tokens.css');

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

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-chalk);
  color: var(--color-charcoal);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Tipografia e Títulos */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-heading);
  color: var(--color-obsidian);
  line-height: var(--line-height-heading);
  margin-top: 0;
  margin-bottom: var(--space-sm);
  font-weight: 700;
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

a {
  color: var(--color-esoteric-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--gold-primary);
}

a:focus-visible {
  outline: 2px solid var(--gold-primary);
  outline-offset: 2px;
}

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

.screen-reader-text:focus {
  background-color: var(--color-chalk);
  clip: auto !important;
  clip-path: none;
  color: var(--color-obsidian);
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  top: 5px;
  width: auto;
  z-index: 100000;
  border-radius: var(--border-radius-sm);
  box-shadow: var(--shadow-ritual);
  border: var(--border-gold);
}
