/*
Theme Name: Aline Zanchi
Theme URI: https://www.alinezanchi.com.br
Author: AZ Press Brasil
Author URI: https://www.alinezanchi.com.br
Description: Tema institucional de personal brand para Aline Zanchi — Diretora de Comunicação da AZ Press Brasil e autora de "Reputação Vende e Posicionamento Lidera". Direção editorial sóbria (estilo McKinsey) com a identidade navy + dourado queimado da AZ Press. Inclui página inicial pronta, blog para ensaios editoriais e ajustes via Personalizar.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aline-zanchi
Tags: blog, portfolio, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, editor-style
*/

/* =========================================================================
   TOKENS
   ========================================================================= */
:root{
  --navy:        #0B1B33;
  --navy-soft:   #13294B;
  --navy-line:   #243a5e;
  --gold:        #B6862C;
  --gold-bright: #D4A24A;
  --paper:       #F7F5F0;
  --paper-warm:  #EFEBE2;
  --ink:         #1A2233;
  --ink-soft:    #3a4252;
  --mute:        #74706A;
  --hairline:    #d9d3c6;

  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 2px;

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --step--1: clamp(0.82rem, 0.79rem + 0.15vw, 0.9rem);
  --step-0:  clamp(1rem, 0.96rem + 0.2vw, 1.12rem);
  --step-1:  clamp(1.2rem, 1.12rem + 0.4vw, 1.45rem);
  --step-2:  clamp(1.55rem, 1.4rem + 0.75vw, 2.1rem);
  --step-3:  clamp(2.1rem, 1.8rem + 1.5vw, 3.1rem);
  --step-4:  clamp(2.8rem, 2.2rem + 3vw, 4.8rem);
  --step-5:  clamp(3.4rem, 2.4rem + 5vw, 6.4rem);
}

/* =========================================================================
   RESET / BASE
   ========================================================================= */
*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } }
body{
  margin:0;
  font-family:var(--sans);
  font-size:var(--step-0);
  line-height:1.62;
  color:var(--ink);
  background:var(--paper);
  font-feature-settings:"kern","liga","cv11";
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4{ font-family:var(--serif); font-weight:430; line-height:1.08; letter-spacing:-0.012em; margin:0; color:var(--navy); }
p{ margin:0 0 1.1em; }
::selection{ background:var(--gold); color:#fff; }
:focus-visible{ outline:2px solid var(--gold); outline-offset:3px; border-radius:var(--radius); }

/* =========================================================================
   LAYOUT HELPERS
   ========================================================================= */
.wrap{ max-width:var(--maxw); margin-inline:auto; padding-inline:var(--gutter); }
.wrap--narrow{ max-width:760px; }
.section{ padding-block:clamp(64px, 9vw, 132px); }
.section--tight{ padding-block:clamp(48px,6vw,84px); }

.eyebrow{
  font-family:var(--sans);
  font-size:var(--step--1);
  font-weight:600;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--gold);
  margin:0 0 1.1rem;
  display:flex; align-items:center; gap:.7rem;
}
.eyebrow::before{
  content:""; width:26px; height:1px; background:var(--gold); display:inline-block; flex:none;
}
.section-head{ max-width:720px; margin-bottom:clamp(32px,4vw,52px); }
.section-head h2{ font-size:var(--step-3); }
.section-head .lead{ font-size:var(--step-1); color:var(--ink-soft); margin-top:1rem; line-height:1.45; }

.hairline{ height:1px; background:var(--hairline); border:0; margin:0; }
.gold-rule{ width:64px; height:2px; background:var(--gold); border:0; margin:0 0 1.6rem; }

/* =========================================================================
   BUTTONS
   ========================================================================= */
.btn{
  display:inline-flex; align-items:center; gap:.55rem;
  font-family:var(--sans); font-weight:600; font-size:var(--step--1);
  letter-spacing:.04em; text-transform:uppercase;
  padding:.95rem 1.6rem; border-radius:var(--radius);
  border:1px solid transparent; cursor:pointer;
  transition:transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.btn .arw{ transition:transform .25s ease; }
.btn:hover .arw{ transform:translateX(4px); }
.btn--gold{ background:var(--gold); color:#fff; }
.btn--gold:hover{ background:var(--gold-bright); }
.btn--ghost{ border-color:currentColor; color:var(--navy); }
.btn--ghost:hover{ background:var(--navy); color:#fff; border-color:var(--navy); }
.btn--ghost-light{ border-color:rgba(255,255,255,.4); color:#fff; }
.btn--ghost-light:hover{ background:#fff; color:var(--navy); border-color:#fff; }
@media (prefers-reduced-motion:no-preference){
  .btn:active{ transform:translateY(1px); }
}

/* =========================================================================
   HEADER / NAV
   ========================================================================= */
.site-header{
  position:sticky; top:0; z-index:60;
  background:rgba(247,245,240,.82);
  backdrop-filter:saturate(140%) blur(10px);
  border-bottom:1px solid var(--hairline);
  transition:background-color .3s ease, border-color .3s ease;
}
.site-header.is-scrolled{ background:rgba(247,245,240,.94); }
.header-inner{ display:flex; align-items:center; justify-content:space-between; height:72px; }
.brand{ display:flex; align-items:baseline; gap:.55rem; font-family:var(--serif); }
.brand .mark{ font-size:1.45rem; font-weight:500; letter-spacing:-.02em; color:var(--navy); }
.brand .mark b{ color:var(--gold); font-weight:500; }
.brand .role{ font-family:var(--sans); font-size:.66rem; letter-spacing:.18em; text-transform:uppercase; color:var(--mute); }
.brand img{ max-height:38px; width:auto; }

.nav{ display:flex; align-items:center; gap:2rem; }
.nav ul{ list-style:none; display:flex; gap:1.7rem; margin:0; padding:0; }
.nav a{
  font-family:var(--sans); font-size:.82rem; font-weight:500; letter-spacing:.03em;
  color:var(--ink-soft); position:relative; padding-block:.4rem;
}
.nav a::after{
  content:""; position:absolute; left:0; bottom:0; height:1px; width:0; background:var(--gold);
  transition:width .28s ease;
}
.nav a:hover{ color:var(--navy); }
.nav a:hover::after,.nav .current-menu-item>a::after{ width:100%; }

.nav-toggle{ display:none; background:none; border:0; cursor:pointer; padding:.4rem; }
.nav-toggle span{ display:block; width:24px; height:2px; background:var(--navy); margin:5px 0; transition:.3s; }

@media (max-width:880px){
  .nav-toggle{ display:block; }
  .nav{
    position:fixed; inset:72px 0 auto 0; flex-direction:column; gap:0;
    background:var(--paper); border-bottom:1px solid var(--hairline);
    padding:0; max-height:0; overflow:hidden; transition:max-height .35s ease;
  }
  .nav.is-open{ max-height:70vh; }
  .nav ul{ flex-direction:column; gap:0; width:100%; }
  .nav li{ width:100%; border-top:1px solid var(--hairline); }
  .nav a{ display:block; padding:1.1rem var(--gutter); font-size:1rem; }
  .nav .btn{ margin:1rem var(--gutter); }
}

/* =========================================================================
   HERO
   ========================================================================= */
.hero{
  background:var(--navy);
  color:#fff;
  position:relative; overflow:hidden;
  padding-block:clamp(84px,13vw,168px);
}
.hero::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(182,134,44,.16), transparent 55%),
    linear-gradient(180deg, var(--navy-soft) 0%, var(--navy) 70%);
  z-index:0;
}
.hero .wrap{ position:relative; z-index:1; }
.hero .eyebrow{ color:var(--gold-bright); }
.hero .eyebrow::before{ background:var(--gold-bright); }
.hero h1{
  color:#fff; font-size:var(--step-5); font-weight:380;
  max-width:14ch; margin-bottom:1.4rem;
}
.hero h1 em{ font-style:italic; color:var(--gold-bright); }
.hero .hero-sub{
  font-size:var(--step-1); color:rgba(255,255,255,.78); max-width:48ch;
  line-height:1.5; margin-bottom:2.4rem; font-weight:330;
}
.hero-cta{ display:flex; flex-wrap:wrap; gap:1rem; }
.hero-meta{
  margin-top:clamp(48px,7vw,84px); padding-top:2rem;
  border-top:1px solid var(--navy-line);
  display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:1.6rem;
}
.hero-meta .stat .n{ font-family:var(--serif); font-size:var(--step-2); color:#fff; display:block; line-height:1; }
.hero-meta .stat .l{ font-family:var(--sans); font-size:var(--step--1); color:rgba(255,255,255,.6); letter-spacing:.04em; margin-top:.5rem; display:block; }

/* --- Herói full-bleed (foto expandida + texto sobreposto) --- */
.hero--cover{
  position:relative; padding:0; overflow:hidden;
  min-height:clamp(560px, 92vh, 820px);
  display:flex; flex-direction:column; justify-content:center;
}
.hero--cover::before{ display:none; } /* desliga o gradiente padrão do .hero */
.hero-cover-img{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:64% 26%; z-index:0;
}
.hero-scrim{
  position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(90deg, rgba(8,19,38,.97) 0%, rgba(8,19,38,.92) 42%, rgba(8,19,38,.56) 62%, rgba(11,27,51,0) 84%),
    linear-gradient(0deg, rgba(8,19,38,.72) 0%, rgba(8,19,38,0) 30%),
    radial-gradient(120% 90% at 92% 0%, rgba(182,134,44,.12), transparent 55%);
}
.hero-cover-inner{ position:relative; z-index:2; width:100%; padding-block:clamp(30px,5vw,58px); }
.hero--cover .hero-copy{ max-width:660px; }
.hero--cover h1{ color:#fff; font-size:clamp(2.4rem, 1.6rem + 2.6vw, 4.2rem); font-weight:400; max-width:12ch; margin-bottom:1.2rem; }
.hero--cover h1 em{ font-style:italic; color:var(--gold-bright); }
.hero--cover .hero-sub{ font-size:var(--step-1); color:rgba(255,255,255,.82); max-width:42ch; margin-bottom:1.8rem; font-weight:330; line-height:1.5; }

.hero-social{ display:flex; flex-wrap:wrap; gap:1.6rem; margin-top:1.8rem; }
.hero-social a{ display:inline-flex; align-items:center; gap:.55rem; color:rgba(255,255,255,.78); font-size:var(--step--1); letter-spacing:.02em; transition:color .25s ease; }
.hero-social a:hover{ color:var(--gold-bright); }
.hero-social svg{ flex:none; }

.hero-meta-wrap{ position:relative; z-index:2; width:100%; }
.hero--cover .hero-meta{
  margin-top:clamp(18px,2.2vw,30px); padding-top:1.2rem;
  border-top:1px solid rgba(255,255,255,.18);
  grid-template-columns:repeat(auto-fit,minmax(108px,1fr)); gap:1.1rem 1.3rem;
}
.hero--cover .hero-meta .stat .n{ font-size:var(--step-1); }
.hero--cover .hero-meta .stat .l{ font-size:.72rem; margin-top:.32rem; line-height:1.32; }

@media (max-width:880px){
  .hero--cover{ min-height:0; display:block; background:var(--navy); }
  .hero-cover-img{ position:relative; width:100%; height:46vh; min-height:300px; object-fit:cover; object-position:66% center; max-width:none; }
  .hero-scrim{ display:none; }
  .hero-cover-inner{ position:relative; margin-top:0; padding-block:clamp(28px,6vw,44px); }
  .hero-meta-wrap{ padding-bottom:clamp(40px,8vw,56px); }
  .hero--cover .hero-meta{ border-top:1px solid rgba(255,255,255,.16); padding-top:1.8rem; }
}

/* reveal animation */
.reveal{ opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.is-in{ opacity:1; transform:none; }
@media (prefers-reduced-motion:reduce){ .reveal{ opacity:1; transform:none; transition:none; } }

/* =========================================================================
   SOBRE
   ========================================================================= */
.about{ background:var(--paper); }
.about-grid{ display:grid; grid-template-columns:1.15fr 1fr; gap:clamp(40px,6vw,90px); align-items:start; }
.about-grid .lede{ font-family:var(--serif); font-size:var(--step-2); line-height:1.28; color:var(--navy); font-weight:400; }
.about-grid .body p{ color:var(--ink-soft); }
.about-aside{ border-left:2px solid var(--gold); padding-left:1.6rem; }
.about-aside .k{ font-family:var(--sans); font-size:var(--step--1); letter-spacing:.14em; text-transform:uppercase; color:var(--mute); margin-bottom:.3rem; }
.about-aside .v{ font-family:var(--serif); font-size:var(--step-1); color:var(--navy); margin-bottom:1.6rem; line-height:1.2; }
.about-aside .v:last-child{ margin-bottom:0; }
@media (max-width:820px){ .about-grid{ grid-template-columns:1fr; } }

/* =========================================================================
   LIVRO
   ========================================================================= */
.book{ background:var(--navy); color:#fff; }
.book .eyebrow{ color:var(--gold-bright); } .book .eyebrow::before{ background:var(--gold-bright); }
.book-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:clamp(40px,6vw,84px); align-items:center; }
.book h2{ color:#fff; font-size:var(--step-3); }
.book .book-sub{ color:rgba(255,255,255,.78); font-size:var(--step-1); line-height:1.45; margin:1rem 0 1.8rem; }
.book .body p{ color:rgba(255,255,255,.72); }
.book-points{ list-style:none; margin:1.6rem 0 2.2rem; padding:0; }
.book-points li{ display:flex; gap:.85rem; padding:.55rem 0; color:rgba(255,255,255,.85); border-top:1px solid var(--navy-line); }
.book-points li:first-child{ border-top:0; }
.book-points li::before{ content:"—"; color:var(--gold-bright); flex:none; }
.book-cover{ perspective:1400px; }
.book-cover .cover{
  aspect-ratio:155/225; border-radius:3px; overflow:hidden;
  box-shadow:0 30px 60px -20px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.06);
  transform:rotateY(-9deg) rotateX(2deg); transition:transform .5s ease;
  background:linear-gradient(155deg,#0f2747,#0b1b33);
  position:relative;
}
@media (prefers-reduced-motion:no-preference){
  .book-cover:hover .cover{ transform:rotateY(-3deg) rotateX(1deg); }
}
.book-cover .cover .spine{ position:absolute; left:0; top:0; bottom:0; width:8px; background:linear-gradient(var(--gold),var(--gold-bright)); }
.book-cover .cover-inner{ position:absolute; inset:0; padding:14% 12% 10%; display:flex; flex-direction:column; }
.book-cover .cover-inner .top{ font-family:var(--sans); font-size:.62rem; letter-spacing:.2em; text-transform:uppercase; color:var(--gold-bright); }
.book-cover .cover-inner .title{ font-family:var(--serif); font-size:clamp(1.3rem,2.4vw,1.9rem); color:#fff; line-height:1.08; margin-top:auto; }
.book-cover .cover-inner .title b{ color:var(--gold-bright); font-weight:430; font-style:italic; }
.book-cover .cover-inner .author{ font-family:var(--sans); font-size:.7rem; letter-spacing:.16em; text-transform:uppercase; color:rgba(255,255,255,.65); margin-top:1.1rem; }
.book-cover img.real-cover{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
@media (max-width:820px){ .book-grid{ grid-template-columns:1fr; } .book-cover{ max-width:280px; margin-inline:auto; } }

/* livro — teaser "em breve" (sem capa) */
.book--soon{ text-align:center; }
.book-soon-inner .eyebrow{ justify-content:center; }
.book-soon-inner .eyebrow{ color:var(--gold-bright); } .book-soon-inner .eyebrow::before{ background:var(--gold-bright); }
.book-soon-badge{
  display:inline-flex; align-items:center; gap:.5rem; margin-bottom:1.6rem;
  font-family:var(--sans); font-size:var(--step--1); font-weight:600;
  letter-spacing:.18em; text-transform:uppercase; color:var(--gold-bright);
  border:1px solid rgba(212,162,74,.5); border-radius:99px; padding:.5rem 1.2rem;
}
.book--soon h2{ color:#fff; font-size:var(--step-3); max-width:18ch; margin-inline:auto; }
.book--soon .book-sub{ color:rgba(255,255,255,.82); font-size:var(--step-1); line-height:1.45; margin:1.2rem auto 1.4rem; max-width:46ch; }
.book--soon .body p{ color:rgba(255,255,255,.7); max-width:52ch; margin-inline:auto; }

/* =========================================================================
   ATUAÇÃO (pilares)
   ========================================================================= */
.pillars-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid var(--hairline); }
.pillar{ padding:clamp(28px,3vw,40px) clamp(24px,2.4vw,34px); border-bottom:1px solid var(--hairline); border-right:1px solid var(--hairline); position:relative; }
.pillar:nth-child(3n){ border-right:0; }
.pillar .idx{ font-family:var(--serif); font-size:var(--step-1); color:var(--gold); font-style:italic; }
.pillar h3{ font-size:var(--step-2); margin:.6rem 0 .7rem; }
.pillar p{ color:var(--ink-soft); margin:0; font-size:var(--step-0); }
@media (max-width:820px){ .pillars-grid{ grid-template-columns:1fr; } .pillar{ border-right:0; } }

/* =========================================================================
   AGÊNCIA
   ========================================================================= */
.agency{ background:var(--paper-warm); }
.agency-grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(36px,5vw,72px); align-items:center; }
.sectors{ display:flex; flex-wrap:wrap; gap:.6rem; margin-top:1.4rem; }
.sectors span{ font-family:var(--sans); font-size:var(--step--1); letter-spacing:.02em; padding:.45rem .9rem; border:1px solid var(--hairline); border-radius:99px; color:var(--ink-soft); background:#fff; }
.credential{ background:var(--navy); color:#fff; padding:clamp(28px,3.4vw,44px); border-radius:var(--radius); }
.credential .q{ font-family:var(--serif); font-size:var(--step-2); line-height:1.25; font-style:italic; }
.credential .q b{ color:var(--gold-bright); font-weight:430; font-style:normal; }
.credential .src{ margin-top:1.4rem; font-family:var(--sans); font-size:var(--step--1); letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.55); }
@media (max-width:820px){ .agency-grid{ grid-template-columns:1fr; } }

/* =========================================================================
   CASES AZP
   ========================================================================= */
.cases{ background:var(--paper-warm); }
.cases-grid{ display:flex; flex-wrap:wrap; gap:clamp(14px,1.4vw,20px); justify-content:center; }
.case-card{
  flex:1 1 220px; max-width:268px; text-align:center; align-items:center; justify-content:center;
  background:#fff; border:1px solid var(--hairline); border-radius:var(--radius);
  padding:clamp(20px,2vw,28px) clamp(16px,1.6vw,22px); display:flex; flex-direction:column;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.case-card:hover{ transform:translateY(-4px); box-shadow:0 24px 44px -28px rgba(11,27,51,.4); border-color:var(--gold); }
.case-tag{ font-family:var(--sans); font-size:.62rem; font-weight:600; letter-spacing:.13em; text-transform:uppercase; color:var(--gold); margin-bottom:.6rem; }
.case-card h3{ font-size:var(--step-0); line-height:1.2; margin:0; color:var(--navy); font-family:var(--serif); }
.case-note{ font-family:var(--sans); color:var(--ink-soft); font-size:var(--step--1); margin:.45rem 0 0; }
.cases-cta{ margin-top:clamp(32px,4vw,48px); display:flex; justify-content:center; }
@media (max-width:820px){ .cases-grid{ grid-template-columns:1fr; } }

/* endereços */
.footer-address{ margin-top:1rem; font-size:var(--step--1); color:rgba(255,255,255,.55); line-height:1.5; max-width:28ch; }
.footer-address a{ color:rgba(255,255,255,.72); border-bottom:1px solid rgba(255,255,255,.2); transition:color .2s ease, border-color .2s ease; }
.footer-address a:hover{ color:var(--gold-bright); border-color:var(--gold-bright); }
.contact-address{ margin-top:1.6rem; font-size:var(--step-0); color:rgba(255,255,255,.6); }
.contact-address a{ color:rgba(255,255,255,.78); border-bottom:1px solid rgba(255,255,255,.25); transition:color .2s ease, border-color .2s ease; }
.contact-address a:hover{ color:var(--gold-bright); border-color:var(--gold-bright); }

/* =========================================================================
   MÍDIA
   ========================================================================= */
.media{ background:var(--navy); color:#fff; }
.media .eyebrow{ color:var(--gold-bright); } .media .eyebrow::before{ background:var(--gold-bright); }
.media h2{ color:#fff; }
.media-logos{ display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:1px; background:var(--navy-line); border:1px solid var(--navy-line); margin-top:2.4rem; }
.media-logos div{ background:var(--navy); padding:1.6rem 1rem; text-align:center; font-family:var(--serif); font-size:var(--step-1); color:rgba(255,255,255,.82); letter-spacing:.01em; }
.media-logos div span{ display:block; font-family:var(--sans); font-size:.6rem; letter-spacing:.16em; text-transform:uppercase; color:rgba(255,255,255,.4); margin-top:.35rem; }

/* destaques na mídia (cards) */
.highlights-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(20px,2.4vw,30px); margin-top:2.4rem; }
.highlight-card{ border:1px solid var(--navy-line); border-radius:var(--radius); padding:clamp(24px,2.6vw,34px); background:rgba(255,255,255,.025); transition:border-color .3s ease, transform .3s ease, background-color .3s ease; }
.highlight-card:hover{ border-color:var(--gold); transform:translateY(-4px); background:rgba(255,255,255,.045); }
.hl-type{ font-family:var(--sans); font-size:var(--step--1); font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:var(--gold-bright); margin-bottom:.9rem; display:block; }
.highlight-card h3{ color:#fff; font-size:var(--step-2); line-height:1.16; margin-bottom:.6rem; }
.highlight-card p{ color:rgba(255,255,255,.72); margin:0; font-size:var(--step-0); }
@media (max-width:820px){ .highlights-grid{ grid-template-columns:1fr; } }

/* =========================================================================
   EDITORIAL / IDEIAS (posts)
   ========================================================================= */
.ideas{ background:var(--paper); }
.posts-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:clamp(28px,3vw,44px); }
.post-card{ display:flex; flex-direction:column; }
.post-card .cat{ font-family:var(--sans); font-size:var(--step--1); letter-spacing:.14em; text-transform:uppercase; color:var(--gold); margin-bottom:.7rem; }
.post-card h3{ font-size:var(--step-2); line-height:1.18; transition:color .25s ease; }
.post-card:hover h3{ color:var(--gold); }
.post-card .excerpt{ color:var(--ink-soft); margin:.7rem 0 1rem; font-size:var(--step-0); }
.post-card .read{ margin-top:auto; font-family:var(--sans); font-size:var(--step--1); font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:var(--navy); display:inline-flex; gap:.4rem; }
.post-card .thumb{ aspect-ratio:16/10; overflow:hidden; margin-bottom:1.2rem; background:var(--paper-warm); border:1px solid var(--hairline); }
.post-card .thumb img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.post-card:hover .thumb img{ transform:scale(1.04); }

/* =========================================================================
   CONTATO / CTA
   ========================================================================= */
.contact{ background:var(--navy); color:#fff; text-align:center; }
.contact .eyebrow{ color:var(--gold-bright); justify-content:center; } .contact .eyebrow::before{ background:var(--gold-bright); }
.contact h2{ color:#fff; font-size:var(--step-4); max-width:18ch; margin-inline:auto; }
.contact p{ color:rgba(255,255,255,.78); max-width:46ch; margin:1.2rem auto 2.2rem; font-size:var(--step-1); }
.contact-actions{ display:flex; flex-wrap:wrap; gap:1rem; justify-content:center; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer{ background:#081326; color:rgba(255,255,255,.7); padding-block:clamp(48px,6vw,72px) 2rem; }
.footer-top{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:2.4rem; }
.footer-brand .mark{ font-family:var(--serif); font-size:1.6rem; color:#fff; }
.footer-brand .mark b{ color:var(--gold-bright); }
.footer-brand p{ margin-top:1rem; max-width:34ch; font-size:var(--step--1); color:rgba(255,255,255,.55); }
.footer-col h4{ font-family:var(--sans); font-size:var(--step--1); letter-spacing:.16em; text-transform:uppercase; color:var(--gold-bright); margin-bottom:1rem; font-weight:600; }
.footer-col ul{ list-style:none; margin:0; padding:0; }
.footer-col li{ margin-bottom:.6rem; }
.footer-col a{ font-size:var(--step-0); color:rgba(255,255,255,.72); transition:color .2s ease; }
.footer-col a:hover{ color:var(--gold-bright); }
.footer-bottom{ margin-top:clamp(32px,4vw,52px); padding-top:1.6rem; border-top:1px solid rgba(255,255,255,.1); display:flex; flex-wrap:wrap; gap:1rem; justify-content:space-between; font-size:var(--step--1); color:rgba(255,255,255,.45); }
@media (max-width:760px){ .footer-top{ grid-template-columns:1fr; gap:2rem; } }

/* =========================================================================
   POST / PAGE (single, page templates)
   ========================================================================= */
.entry-hero{ background:var(--navy); color:#fff; padding-block:clamp(72px,10vw,128px) clamp(48px,6vw,80px); }
.entry-hero .eyebrow{ color:var(--gold-bright); } .entry-hero .eyebrow::before{ background:var(--gold-bright); }
.entry-hero h1{ color:#fff; font-size:var(--step-4); max-width:22ch; }
.entry-hero .meta{ margin-top:1.4rem; font-family:var(--sans); font-size:var(--step--1); letter-spacing:.06em; color:rgba(255,255,255,.6); text-transform:uppercase; }
.entry-content{ font-size:var(--step-1); line-height:1.7; color:var(--ink-soft); }
.entry-content h2{ font-size:var(--step-3); margin:2.2rem 0 1rem; }
.entry-content h3{ font-size:var(--step-2); margin:1.8rem 0 .8rem; }
.entry-content p{ margin-bottom:1.3em; }
.entry-content a{ color:var(--gold); border-bottom:1px solid var(--gold); }
.entry-content blockquote{ border-left:3px solid var(--gold); margin:1.8rem 0; padding:.4rem 0 .4rem 1.6rem; font-family:var(--serif); font-style:italic; font-size:var(--step-2); color:var(--navy); }
.entry-content img{ margin:1.6rem 0; border-radius:var(--radius); }
.entry-content ul,.entry-content ol{ margin:0 0 1.3em; padding-left:1.3rem; }
.entry-content li{ margin-bottom:.4rem; }
.entry-footer{ margin-top:3rem; padding-top:2rem; border-top:1px solid var(--hairline); }

/* archive */
.archive-head{ background:var(--navy); color:#fff; padding-block:clamp(72px,10vw,120px) clamp(40px,5vw,64px); }
.archive-head .eyebrow{ color:var(--gold-bright); } .archive-head .eyebrow::before{ background:var(--gold-bright); }
.archive-head h1{ color:#fff; font-size:var(--step-4); }

/* pagination */
.pagination{ margin-top:3rem; display:flex; gap:.5rem; flex-wrap:wrap; }
.pagination .page-numbers{ font-family:var(--sans); font-size:var(--step-0); padding:.6rem .95rem; border:1px solid var(--hairline); border-radius:var(--radius); color:var(--ink-soft); }
.pagination .page-numbers.current{ background:var(--navy); color:#fff; border-color:var(--navy); }
.pagination a.page-numbers:hover{ border-color:var(--gold); color:var(--gold); }

/* comments + forms */
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea,.search-form input[type=search]{
  width:100%; padding:.85rem 1rem; border:1px solid var(--hairline); border-radius:var(--radius); font-family:var(--sans); font-size:var(--step-0); background:#fff; color:var(--ink);
}
.comment-form label{ display:block; margin:.9rem 0 .3rem; font-size:var(--step--1); font-weight:600; }

/* skip link + a11y */
.skip-link{ position:absolute; left:-999px; top:0; background:var(--gold); color:#fff; padding:.7rem 1.2rem; z-index:200; }
.skip-link:focus{ left:1rem; top:1rem; }
.screen-reader-text{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap; }

/* wp alignment */
.alignwide{ margin-inline:calc(50% - 50vw); max-width:100vw; }
.aligncenter{ margin-inline:auto; }
.wp-caption-text,.wp-element-caption{ font-size:var(--step--1); color:var(--mute); text-align:center; margin-top:.5rem; }

/* =========================================================================
   BOTÃO FLUTUANTE DE WHATSAPP
   ========================================================================= */
.wa-float{
  position:fixed; right:22px; bottom:22px; z-index:90;
  width:58px; height:58px; border-radius:50%;
  background:#25D366; color:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 10px 26px rgba(0,0,0,.28);
  transition:transform .25s ease, box-shadow .25s ease;
}
.wa-float:hover{ transform:translateY(-3px) scale(1.05); box-shadow:0 14px 32px rgba(0,0,0,.34); color:#fff; }
.wa-float svg{ width:32px; height:32px; display:block; }
@media (max-width:600px){
  .wa-float{ width:52px; height:52px; right:16px; bottom:16px; }
  .wa-float svg{ width:28px; height:28px; }
}
@media (prefers-reduced-motion:reduce){ .wa-float{ transition:none; } }
