/*
Theme Name: Ponttual Hero Text Reference
Theme URI: https://impulselead.com.br/
Author: Impulse Lead
Author URI: https://impulselead.com.br/
Description: Tema exclusivo para Ponttual Ambientes Planejados com hero igual à referência.
Version: 5.1
Text Domain: ponttual-hero-text-reference
*/

:root{
  --black:#050505;
  --black2:#0d0d0f;
  --white:#ffffff;
  --muted:#c7c7cc;
  --red:#c90810;
  --red2:#ef1821;
  --yellow:#d6a11e;
  --yellow2:#ffcc47;
  --line:rgba(255,255,255,.10);
  --shadow:0 28px 90px rgba(0,0,0,.40);
  --radius:30px;
  --container:min(1180px, calc(100% - 40px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#050505;
  color:var(--white);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:var(--container);margin:0 auto}
.reveal{opacity:0;transform:translateY(20px);transition:.7s ease}
.reveal.visible{opacity:1;transform:none}

.pv-top{
  background:linear-gradient(90deg,#9d0008,var(--red),#530004);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.pv-top .container{
  min-height:34px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.pv-top b{color:var(--yellow2)}

.pv-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(5,5,5,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.pv-header .container{
  height:88px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
}
.pv-logo img{width:372px;height:auto}
.pv-nav{display:flex;align-items:center;justify-content:center;gap:24px}
.pv-nav a{font-size:14px;font-weight:700;color:#f0f0f2;opacity:.86;transition:.22s ease}
.pv-nav a:hover{opacity:1;color:var(--yellow2)}
.pv-actions{display:flex;align-items:center;gap:13px}
.pv-socials{display:flex;align-items:center;gap:10px}
.pv-socials img{width:24px;height:24px;object-fit:contain;transition:.25s ease}
.pv-socials a:hover img{transform:translateY(-2px) scale(1.03)}
.pv-btn-red,.pv-btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:16px 24px;
  border-radius:12px;
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  transition:.25s ease;
}
.pv-btn-red{
  color:#fff;
  background:linear-gradient(135deg,#b8060d,var(--red2));
  border:1px solid rgba(255,204,71,.4);
  box-shadow:0 18px 44px rgba(215,25,32,.28);
}
.pv-btn-red:hover{transform:translateY(-3px);box-shadow:0 22px 58px rgba(215,25,32,.42)}
.pv-btn-ghost{
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
}
.pv-btn-ghost:hover{transform:translateY(-3px);border-color:rgba(255,204,71,.4)}
.pv-toggle{
  display:none;
  width:46px;
  height:46px;
  border-radius:15px;
  border:1px solid var(--line);
  color:#fff;
  background:rgba(255,255,255,.055);
  font-size:22px;
}

.pv-hero{
  position:relative;
  min-height:calc(100vh - 122px);
  display:flex;
  align-items:center;
  background:#000;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.pv-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.82) 27%, rgba(0,0,0,.62) 42%, rgba(0,0,0,.18) 68%, rgba(0,0,0,.02) 100%),
    url('http://ponttualambientes.com.br/wp-content/uploads/2026/05/76f87109-1a92-405a-b720-46d41a774bf7.png');
  background-size:cover;
  background-position:center center;
  filter:saturate(1.08) contrast(1.04);
  transform:scale(1.01);
}
.pv-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 10% 55%, rgba(255,255,255,.04), transparent 35%),
    linear-gradient(180deg,rgba(0,0,0,0) 76%, #050505 100%);
  pointer-events:none;
}
.pv-hero .container{
  position:relative;
  z-index:2;
  width:var(--container);
}
.pv-hero-content{
  max-width:620px;
  padding:68px 0 64px;
}
.pv-kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:12px 20px;
  border-radius:16px;
  border:1px solid rgba(214,161,30,.6);
  background:rgba(0,0,0,.35);
  color:#fff;
  font-size:15px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.pv-kicker svg{width:24px;height:24px;stroke:var(--yellow2);fill:none;stroke-width:1.8}
.pv-kicker b{color:var(--yellow2)}
.pv-hero-title{
  margin:28px 0 10px;
  font-family:"Playfair Display", Georgia, serif;
  font-size:clamp(46px, 6.6vw, 84px);
  line-height:.95;
  letter-spacing:-.06em;
  color:#fff;
}
.pv-hero-title span{
  display:block;
  color:var(--yellow2);
}
.pv-hero-text{
  margin:0 0 34px;
  max-width:560px;
  color:#e4e4e6;
  font-size:18px;
  line-height:1.58;
}
.pv-hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.pv-hero-brand{
  margin-top:58px;
  display:flex;
  align-items:center;
  gap:18px;
}
.pv-hero-brand img{width:365px;max-width:100%;height:auto}
.pv-hero-brand .mark{
  width:70px;
  height:70px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:"Playfair Display", Georgia, serif;
  font-size:44px;
  line-height:1;
  color:#fff;
  position:relative;
}
.pv-hero-brand .mark::after{
  content:"";
  position:absolute;
  left:18px;
  bottom:12px;
  width:24px;
  height:4px;
  background:var(--red2);
  border-radius:999px;
}

.pv-section{padding:82px 0}
.pv-section-soft{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.pv-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:32px}
.pv-head small{display:block;color:var(--yellow2);font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px}
.pv-head h2{margin:0;max-width:620px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(30px,4vw,46px);line-height:1;letter-spacing:-.04em}
.pv-head p{margin:0;max-width:400px;color:var(--muted);line-height:1.5;font-size:15px}

.pv-about{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px}
.pv-box{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.pv-about-text{padding:32px}
.pv-about-text h3{margin:0 0 14px;font-size:28px;line-height:1.05}
.pv-about-text p{margin:0 0 14px;color:#d7d7db;line-height:1.58;font-size:15px}
.pv-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.pv-tags span{padding:10px 13px;border-radius:999px;background:rgba(215,25,32,.12);border:1px solid rgba(215,25,32,.30);color:#fff;font-size:13px;font-weight:800}
.pv-about-img img{width:100%;height:100%;min-height:430px;object-fit:cover;filter:saturate(1.08) contrast(1.04)}

.pv-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.pv-card{position:relative;min-height:250px;border-radius:28px;overflow:hidden;border:1px solid var(--line);background:#111;box-shadow:0 22px 70px rgba(0,0,0,.32)}
.pv-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.12) contrast(1.04);transition:.42s ease}
.pv-card:hover img{transform:scale(1.06)}
.pv-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.76))}
.pv-card div{position:absolute;left:18px;right:18px;bottom:18px;z-index:2}
.pv-card h3{margin:0 0 6px;font-size:22px}
.pv-card p{margin:0;color:#ededed;font-size:14px;line-height:1.45}

.pv-gallery{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.pv-gallery-main,.pv-gallery-side article{position:relative;border:1px solid var(--line);border-radius:32px;overflow:hidden;background:#111;box-shadow:var(--shadow)}
.pv-gallery-main{min-height:590px}
.pv-gallery-main img{width:100%;height:100%;min-height:590px;object-fit:cover;filter:saturate(1.12) contrast(1.04)}
.pv-gallery-side{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.pv-gallery-side article{min-height:286px}
.pv-gallery-side img{width:100%;height:100%;min-height:286px;object-fit:cover;filter:saturate(1.12) contrast(1.04);transition:.42s ease}
.pv-gallery-side article:hover img{transform:scale(1.05)}
.pv-gallery-main::after,.pv-gallery-side article::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.54))}
.pv-caption{position:absolute;z-index:2;left:18px;bottom:18px;padding:10px 14px;border-radius:999px;color:#fff;background:rgba(0,0,0,.58);border:1px solid rgba(255,255,255,.12);font-size:13px;font-weight:850}
.pv-caption.red{background:linear-gradient(135deg,var(--red),var(--red2))}

.pv-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.pv-step{padding:24px;border-radius:26px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02))}
.pv-step b{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--red);color:#fff;margin-bottom:14px}
.pv-step h3{margin:0 0 6px;font-size:19px}
.pv-step p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}

.pv-contact{display:grid;grid-template-columns:.82fr 1.18fr;gap:20px}
.pv-contact-card{padding:32px;border-radius:var(--radius);border:1px solid var(--line);background:radial-gradient(circle at top right,rgba(215,25,32,.20),transparent 35%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));box-shadow:var(--shadow)}
.pv-contact-card h2{margin:0 0 12px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(30px,3.6vw,42px);line-height:1}
.pv-contact-card p{margin:0 0 22px;color:#d8d8dc;line-height:1.55}
.pv-contact-list{display:grid;gap:12px}
.pv-contact-list a,.pv-contact-list div{display:block;padding:15px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);color:#eee;line-height:1.48}
.pv-contact-list strong{display:block;color:#fff;margin-bottom:4px}
.pv-map{width:100%;height:100%;min-height:500px;border:0;border-radius:var(--radius);box-shadow:var(--shadow)}

.pv-footer{padding:48px 0 26px;border-top:1px solid rgba(255,255,255,.08);background:#050505}
.pv-footer-grid{display:grid;grid-template-columns:1.2fr .85fr .8fr;gap:26px}
.pv-footer img.logo{width:230px;margin-bottom:15px}
.pv-footer p,.pv-footer li,.pv-footer a{color:var(--muted);line-height:1.65;font-size:14px}
.pv-footer h4{margin:0 0 13px;color:#fff}
.pv-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.pv-footer-social{display:flex;gap:12px;margin-top:13px}
.pv-footer-social img{width:25px;height:25px;object-fit:contain}
.pv-copy{margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;color:#8a8a8e;font-size:13px}
.pv-copy a{color:var(--yellow2);font-weight:900}

.pv-whats{position:fixed;right:20px;bottom:20px;z-index:9999;width:62px;height:62px;border-radius:50%;filter:drop-shadow(0 14px 26px rgba(0,0,0,.38));transition:.25s ease}
.pv-whats img{width:62px;height:62px;object-fit:contain}
.pv-whats:hover{transform:translateY(-4px) scale(1.04)}

@media(max-width:1060px){
  .pv-header .container{grid-template-columns:auto auto auto}
  .pv-nav{position:absolute;top:88px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px;border-radius:24px;border:1px solid var(--line);background:rgba(5,5,5,.97)}
  .pv-nav.active{display:flex}
  .pv-nav a{padding:14px}
  .pv-toggle{display:inline-flex;align-items:center;justify-content:center}
  .pv-actions .pv-btn-red{display:none}
  .pv-about,.pv-head,.pv-gallery,.pv-contact,.pv-footer-grid{grid-template-columns:1fr}
  .pv-cards,.pv-steps{grid-template-columns:1fr 1fr}
  .pv-map{min-height:420px}
}
@media(max-width:680px){
  :root{--container:min(100% - 24px,1180px)}
  .pv-top .container{padding:8px 0;flex-direction:column;align-items:flex-start;gap:4px}
  .pv-header .container{height:76px}
  .pv-nav{top:76px;left:12px;right:12px}
  .pv-logo img{width:305px}
  .pv-socials{display:none}
  .pv-hero{min-height:auto}
  .pv-hero-content{max-width:100%;padding:48px 0 54px}
  .pv-kicker{font-size:11px;padding:10px 14px}
  .pv-hero-title{font-size:42px}
  .pv-hero-text{font-size:15px;max-width:320px}
  .pv-hero-actions a{width:100%}
  .pv-hero-brand{margin-top:36px}
  .pv-hero-brand img{width:250px}
  .pv-section{padding:70px 0}
  .pv-head{display:block}
  .pv-head p{margin-top:14px}
  .pv-about-text,.pv-contact-card,.pv-step{padding:24px}
  .pv-tags span{font-size:12px}
  .pv-cards,.pv-steps,.pv-gallery-side{grid-template-columns:1fr}
  .pv-gallery-main,.pv-gallery-main img{min-height:420px}
  .pv-gallery-side article,.pv-gallery-side img{min-height:230px}
  .pv-copy{display:block}
}
