/*
Theme Name: Pessoa
Theme URI: https://desenvolvedorpessoa.com.br
Author: Martin Pessoa
Description: Tema exclusivo — Desenvolvedor Pessoa. Software que soluciona.
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: pessoa
*/

/* ---------------------------------------------------------------
   Tokens provisórios.
   NÃO transformar isso em sistema de design ainda — só existem
   o hero e as cores dele. Consolidar quando houver 3-4 seções.
   --------------------------------------------------------------- */
:root {
  --ink: #0f1512;
  --paper: #f4f2ec;
  --paper-dim: rgba(15, 21, 18, 0.72);
  --rule: rgba(15, 21, 18, 0.14);
  --on-ink: #f2f0e9;
  --on-ink-dim: rgba(242, 240, 233, 0.68);
  --on-ink-rule: rgba(242, 240, 233, 0.16);
  --accent: #b7e27f;   /* só sobre fundo escuro */
  --accent-ink: #3f7d3f; /* só sobre fundo claro */
  --font-sans: Archivo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.5;
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--accent-ink); }

img, svg { max-width: 100%; display: block; }

h1, h2, h3 { text-wrap: balance; }

.screen-reader-text {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Rodapé provisório — placeholder até fecharmos o desenho dele. */
.site-footer {
  padding: 40px 24px;
  border-top: 1px solid var(--rule);
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: rgba(15, 21, 18, 0.75);
}
.site-footer p { margin: 0; }

/* Conteúdo Gutenberg provisório, abaixo do hero.
   Vira partial PHP conforme cada seção é fechada. */
.page-content {
  max-width: 72ch;
  margin: 0 auto;
  padding: 80px 24px;
}
