/*
Theme Name: Eduardo Scavassa
Theme URI: https://eduardoscavassa.com.br/
Author: Eduardo Scavassa
Description: Tema responsivo de página principal para Eduardo Scavassa, com foco em comunicação, tecnologia e estratégia.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: eduardo-scavassa
*/

:root{
  --bg:#080808;
  --panel:#111214;
  --panel-2:#171719;
  --red:#7d0608;
  --red-2:#b01217;
  --gold:#c7963e;
  --gold-light:#f0c877;
  --text:#f5f1e9;
  --muted:#c8c3bb;
  --line:rgba(199,150,62,.35);
  --shadow:0 24px 70px rgba(0,0,0,.45);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 75% 15%, rgba(176,18,23,.18), transparent 34%),
    linear-gradient(180deg,#070707 0%,#0b0b0b 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

.site-header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(5,5,5,.88);
  border-bottom:1px solid rgba(199,150,62,.16);
  backdrop-filter:blur(14px);
}
.header-inner{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.brand{display:flex;align-items:center;gap:13px}
.brand-logo{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(199,150,62,.25))}
.brand-name{font-family:Georgia,"Times New Roman",serif;letter-spacing:.14em;font-size:1.02rem;text-transform:uppercase}
.brand-name span{color:var(--gold-light)}

.hero{
  position:relative;
  overflow:hidden;
  min-height:650px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(10,0,0,.98) 0%,rgba(31,0,0,.88) 38%,rgba(75,0,4,.55) 67%,rgba(10,0,0,.94) 100%),
    url('assets/images/evolucao.jpg') center/cover no-repeat;
}
.hero::before{
  content:"";
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to right,black,transparent 75%);
}
.hero::after{
  content:"";
  position:absolute;inset:auto 0 0;
  height:160px;
  background:linear-gradient(transparent,rgba(5,5,5,.88));
}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,520px) 1fr;gap:40px;align-items:center;padding:96px 0}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--gold-light);font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}
.eyebrow::before{content:"";width:42px;height:1px;background:var(--gold)}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(4rem,7vw,6.6rem);line-height:.86;margin:22px 0 24px;letter-spacing:-.04em}
.hero h1 span{display:block}
.hero-lead{font-size:clamp(1.1rem,2vw,1.42rem);color:var(--gold-light);margin:0 0 12px}
.hero-copy{max-width:520px;color:var(--muted);font-size:1.04rem;margin:0 0 28px}
.contact-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:9px;font-weight:700;transition:.2s ease;border:1px solid transparent}
.button-primary{background:linear-gradient(135deg,#b67c24,#e1b55d);color:#15100a;box-shadow:0 12px 30px rgba(199,150,62,.22)}
.button-primary:hover{transform:translateY(-2px);filter:brightness(1.07)}
.button-secondary{border-color:var(--line);background:rgba(0,0,0,.28);color:var(--text)}
.button-secondary:hover{border-color:var(--gold);background:rgba(199,150,62,.08)}
.icon{width:20px;height:20px;display:inline-grid;place-items:center;font-size:1rem}
.hero-visual{display:flex;justify-content:center;align-items:center;min-height:420px}
.hero-medallion{width:min(420px,85%);aspect-ratio:1;border-radius:50%;padding:12px;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.16),transparent 20%),linear-gradient(145deg,rgba(203,151,62,.35),rgba(24,24,24,.8));box-shadow:0 35px 80px rgba(0,0,0,.55),0 0 0 1px rgba(220,170,78,.28);animation:float 5.5s ease-in-out infinite}
.hero-medallion img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 25px 35px rgba(0,0,0,.5))}
@keyframes float{50%{transform:translateY(-10px)}}

.services{position:relative;z-index:5;margin-top:-34px;padding:0 0 88px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{background:linear-gradient(145deg,rgba(23,24,26,.98),rgba(12,12,13,.98));border:1px solid var(--line);border-radius:16px;padding:30px;box-shadow:var(--shadow);min-height:220px;position:relative;overflow:hidden}
.service-card::after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-58px;top:-58px;background:radial-gradient(circle,rgba(199,150,62,.13),transparent 70%)}
.service-icon{width:54px;height:54px;border:1px solid rgba(199,150,62,.45);border-radius:14px;display:grid;place-items:center;color:var(--gold-light);font-size:1.6rem;margin-bottom:20px;background:rgba(199,150,62,.06)}
.service-card h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;margin:0 0 10px;font-size:1.65rem}
.service-card p{color:var(--muted);margin:0}

.about{padding:82px 0;background:linear-gradient(180deg,rgba(255,255,255,.015),transparent)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}
.about h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.05;margin:12px 0 20px}
.about p{color:var(--muted);font-size:1.06rem}
.about-panel{padding:38px;border-radius:20px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(24,24,26,.92),rgba(10,10,10,.95));box-shadow:var(--shadow)}
.about-list{display:grid;gap:18px;margin:0;padding:0;list-style:none}
.about-list li{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;color:var(--muted)}
.about-list strong{color:var(--text);display:block;margin-bottom:2px}
.check{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(199,150,62,.12);color:var(--gold-light);border:1px solid var(--line)}

.contact{padding:30px 0 90px}
.contact-box{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center;padding:46px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(125deg,rgba(101,4,7,.55),rgba(16,16,17,.98) 60%);box-shadow:var(--shadow)}
.contact h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(2rem,4vw,3.2rem);margin:0 0 10px}
.contact p{margin:0;color:var(--muted)}
.contact-actions{display:flex;flex-direction:column;gap:12px;align-items:stretch}
.contact-actions .button{width:100%}

.site-footer{border-top:1px solid var(--line);background:#050505;padding:28px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;color:#aaa59d;font-size:.92rem}
.footer-links{display:flex;flex-wrap:wrap;gap:20px}
.footer-links a:hover{color:var(--gold-light)}

@media (max-width:900px){
  .hero{min-height:auto;background-position:62% center}
  .hero-inner{grid-template-columns:1fr;padding:76px 0 100px}
  .hero-visual{order:-1;min-height:250px;justify-content:flex-end}
  .hero-medallion{width:240px;margin-right:5%}
  .hero h1{font-size:clamp(3.6rem,13vw,5.5rem)}
  .service-grid{grid-template-columns:1fr}
  .about-grid,.contact-box{grid-template-columns:1fr}
}

@media (max-width:640px){
  .container{width:min(100% - 28px,1180px)}
  .header-inner{min-height:66px}
  .brand-logo{width:38px;height:38px}
  .brand-name{font-size:.82rem;letter-spacing:.1em}
  .hero{background-position:66% center}
  .hero::before{display:none}
  .hero-inner{padding:56px 0 90px;gap:16px}
  .hero-visual{min-height:190px;justify-content:center}
  .hero-medallion{width:190px;margin:0}
  .hero h1{margin-top:16px}
  .hero-copy{font-size:.98rem}
  .contact-row{flex-direction:column}
  .button{width:100%}
  .services{margin-top:-20px;padding-bottom:60px}
  .service-card{padding:24px;min-height:auto}
  .about{padding:60px 0}
  .about-panel{padding:24px}
  .contact-box{padding:28px 22px}
  .footer-inner{flex-direction:column;align-items:flex-start}
  .footer-links{flex-direction:column;gap:8px}
}

@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
