/*
Theme Name: Promarca Real Leather
Theme URI: https://promarca.com.br
Author: Promarca
Description: Tema institucional para Promarca Real Leather — landing page de brindes corporativos em couro legítimo. Premium, minimal, corporativo.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: promarca
*/

/* =========================================================
   DESIGN TOKENS
   ========================================================= */
:root{
  --brown:#5A2E12;
  --suede:#B18B70;
  --ink:#262626;
  --bone:#F5F0EB;
  --white:#FFFFFF;
  --muted:#8a807a;
  --border:#e3dcd4;

  --container-wide:1200px;
  --container-prose:768px;

  --font-display:'Playfair Display', Georgia, serif;
  --font-sans:'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* =========================================================
   RESET / BASE
   ========================================================= */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--font-sans);
  color:var(--ink);
  background:var(--white);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-0.01em;margin:0;font-weight:600}
p{margin:0}
ul{margin:0;padding:0;list-style:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}

/* =========================================================
   LAYOUT HELPERS
   ========================================================= */
.container-wide{max-width:var(--container-wide);margin:0 auto;padding:0 24px}
.container-prose{max-width:var(--container-prose);margin:0 auto;padding:0 24px}
@media (min-width:768px){
  .container-wide{padding:0 40px}
}
.eyebrow{text-transform:uppercase;letter-spacing:.25em;font-size:12px;font-weight:500}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn{
  display:inline-flex;align-items:center;gap:12px;
  padding:16px 32px;
  font-size:13px;text-transform:uppercase;letter-spacing:.2em;font-weight:600;
  border-radius:24px;
  transition:background-color .25s ease,color .25s ease,opacity .25s ease;
}
.btn-light{background:#fff;color:var(--ink)}
.btn-light:hover{background:var(--suede)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:var(--brown)}
.btn-suede{background:var(--suede);color:var(--ink)}
.btn-suede:hover{background:#fff}
.btn-arrow::after{content:"→";display:inline-block}

/* =========================================================
   HEADER / NAV
   ========================================================= */
.site-header{position:absolute;top:0;left:0;right:0;z-index:30}
.site-header .nav-inner{display:flex;align-items:center;justify-content:center;padding:64px 24px 24px}
@media(min-width:768px){.site-header .nav-inner{padding-top:80px}}
.brand-logo{display:block}
.brand-logo img{height:96px;width:auto}
@media(min-width:768px){.brand-logo img{height:112px}}

/* =========================================================
   HERO
   ========================================================= */
.hero{
  position:relative;
  min-height:100vh;
  background:var(--ink);
  color:#fff;
  overflow:hidden;
  padding:176px 0 80px;
}
@media(min-width:1024px){.hero{padding:208px 0 128px}}
.hero-grid{display:grid;gap:48px;align-items:center}
@media(min-width:1024px){.hero-grid{grid-template-columns:7fr 5fr}}
.hero-title{
  font-size:clamp(2rem, 4vw + 1rem, 4.5rem);
  line-height:1.05;color:#fff;margin-bottom:32px;
}
.hero-title em{color:var(--suede);font-style:italic;font-weight:500}
.hero-sub{font-size:clamp(1.05rem,1vw + .8rem,1.25rem);color:var(--suede);max-width:520px;margin-bottom:40px;line-height:1.6}
.hero-image-wrap{position:relative;aspect-ratio:4/5;width:100%;max-width:420px;margin:0 auto}
.hero-image-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:12px}

/* =========================================================
   SECTIONS — generic
   ========================================================= */
.section{padding:96px 0}
@media(min-width:768px){.section{padding:128px 0}}
.section-bone{background:var(--bone)}
.section-ink{background:var(--ink);color:#fff}
.section h2{font-size:clamp(1.75rem,2vw + 1rem,3rem);line-height:1.15;margin-bottom:32px;color:var(--ink)}
.section-ink h2{color:#fff}
.section p{color:var(--muted);font-size:1.05rem;line-height:1.7}
.section-ink p{color:var(--suede)}

/* Section CTA */
.section-cta{display:flex;justify-content:center;margin-top:64px}

/* =========================================================
   "POR QUE COURO" — centered list
   ========================================================= */
.why-section{text-align:center}
.why-section .why-logo{margin:0 auto 32px;width:auto;height:160px;opacity:.9}
.why-list{text-align:left;max-width:640px;margin:0 auto 40px;display:flex;flex-direction:column;gap:16px}
.why-list li{display:flex;gap:16px;color:var(--muted);font-size:1.05rem;line-height:1.7}
.why-list li::before{content:"";flex:0 0 6px;height:6px;border-radius:50%;background:var(--brown);margin-top:14px}

/* =========================================================
   IDENTIDADE / GRAVAÇÃO — 2-col
   ========================================================= */
.split-grid{display:grid;gap:64px;align-items:center}
@media(min-width:1024px){.split-grid{grid-template-columns:1fr 1fr}}
.split-grid img{aspect-ratio:4/5;width:100%;object-fit:cover}

/* Engraving samples grid */
.engrave-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.engrave-item{position:relative;aspect-ratio:1/1;overflow:hidden}
.engrave-item img{width:100%;height:100%;object-fit:cover}
.engrave-item::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(135deg, rgba(90,46,18,.2), transparent 50%, rgba(38,38,38,.4));
}
.section-ink .lead{color:#fff;font-weight:500;margin-bottom:24px}

/* =========================================================
   CATÁLOGO
   ========================================================= */
.catalog-intro{max-width:768px;margin-bottom:64px}
.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(177,139,112,.3)}
@media(min-width:768px){.catalog-grid{grid-template-columns:repeat(3,1fr)}}
.catalog-card{background:var(--bone);overflow:hidden}
.catalog-card .img-wrap{aspect-ratio:1/1;overflow:hidden;background:var(--white)}
.catalog-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.catalog-card:hover img{transform:scale(1.03)}
.catalog-card p{font-family:var(--font-display);font-size:1.125rem;color:var(--ink);text-align:center;padding:24px}

/* =========================================================
   COMO FUNCIONA — steps
   ========================================================= */
.steps-intro{max-width:768px;margin-bottom:64px}
.steps-grid{
  display:grid;grid-template-columns:1fr;gap:1px;
  background:rgba(177,139,112,.4);
  border:1px solid rgba(177,139,112,.4);
}
@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}
.step{background:var(--white);padding:40px}
.step-num{font-family:var(--font-display);font-size:3rem;color:var(--suede);margin-bottom:24px}
.step h3{font-size:1.25rem;color:var(--ink);margin-bottom:12px}
.step p{color:var(--muted)}

/* =========================================================
   FAQ
   ========================================================= */
.faq-intro{font-size:1.05rem;color:var(--muted);margin-bottom:48px}
.faq-item{border-bottom:1px solid var(--border)}
.faq-q{
  width:100%;text-align:left;padding:24px 0;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  font-family:var(--font-display);font-size:1.125rem;color:var(--ink);
}
.faq-q::after{content:"+";font-size:1.5rem;color:var(--suede);transition:transform .25s}
.faq-item.is-open .faq-q::after{content:"−"}
.faq-a{
  max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;
  color:var(--muted);line-height:1.7;
}
.faq-item.is-open .faq-a{max-height:500px;padding-bottom:24px}

/* =========================================================
   CTA FINAL
   ========================================================= */
.final-cta{text-align:center}
.final-cta h2{color:#fff;margin-bottom:24px}
.final-cta p{color:var(--suede);margin-bottom:48px;font-size:1.05rem}
.final-cta .btn{flex-direction:column;padding:20px 48px;text-align:center}
.final-cta .btn span.small{font-size:13px;font-weight:400;text-transform:none;letter-spacing:0;margin-top:4px;opacity:.85}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{background:var(--ink);color:#fff;border-top:1px solid rgba(255,255,255,.1)}
.footer-inner{padding:56px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}
.footer-inner .brand-logo{margin-bottom:32px}
.footer-info{font-size:14px;color:rgba(255,255,255,.7);display:flex;flex-direction:column;gap:8px;align-items:center}
.footer-info a:hover{color:var(--suede)}
.footer-ig{display:inline-flex;align-items:center;gap:8px}
.footer-ig svg{width:16px;height:16px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1)}
.footer-bottom .container-wide{padding-top:24px;padding-bottom:24px;font-size:12px;color:rgba(255,255,255,.5);text-align:center}

/* =========================================================
   FLOATING WHATSAPP
   ========================================================= */
.wa-float{
  position:fixed;bottom:20px;right:20px;z-index:50;
  display:flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:24px;
  background:#25D366;color:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.2);
  transition:opacity .25s;
}
.wa-float:hover{opacity:.9}
.wa-float svg{width:24px;height:24px;fill:currentColor}
@media(min-width:768px){.wa-float{display:none}}

/* =========================================================
   ANIMATIONS — GPU friendly
   ========================================================= */
@keyframes fade-in{
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:translateY(0)}
}
.fade-in{animation:fade-in .6s ease-out both;will-change:transform,opacity}
@media (prefers-reduced-motion: reduce){
  .fade-in{animation:none}
  html{scroll-behavior:auto}
}
