/* CACHE-BUST: 20260729r7b · boutique mobile + fix crop A/B */

:root {
  /* Paleta oficial: branco, preto, cinza e dourado (pedido Arthur 31/07) */
  --navy: #111111;
  --navy2: #1f1f1f;
  --navy3: #2c2c2c;
  --gold: #c5a572;
  --gold2: #d4ba8e;
  --gold3: #8a7340;
  --ivory: #ffffff;
  --ivory2: #f3f3f3;
  --paper: #ffffff;
  --text: #1a1a1a;
  --muted: #5c5c5c;
  --line: rgba(0,0,0,.08);
  --radius: 16px;
  --shadow: 0 10px 32px rgba(13,36,56,.07);
  --max: 1240px;
  --font: "Inter", system-ui, -apple-system, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --wa: #25d366;
  --fs-body: 1.08rem;
  --fs-lead: 1.18rem;
  --fs-sec: clamp(1.85rem, 3.2vw, 2.4rem);
  --fs-h1: clamp(2.25rem, 4.4vw, 3.2rem);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font);
  color:var(--text);
  background:var(--ivory);
  line-height:1.75;
  font-size:var(--fs-body);
  text-align:justify;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:var(--navy2);text-decoration:none}
a:hover{color:var(--gold3)}
.wrap{width:min(var(--max),calc(100% - 1.6rem));margin:0 auto}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:700;padding:1rem 1.45rem;border-radius:999px;border:0;font-size:1rem;cursor:pointer;box-shadow:0 8px 20px rgba(197,165,114,.25);transition:transform .15s}
.btn:hover{transform:translateY(-2px);color:var(--navy)}
.btn img,.btn-wa img,.float-wa img{width:18px;height:18px;flex:0 0 auto}
.btn-outline{background:transparent;color:var(--navy);border:1.5px solid rgba(13,36,56,.22);box-shadow:none}
.btn-outline:hover{background:rgba(13,36,56,.04);color:var(--navy)}
.btn-navy{background:var(--navy);color:#fff;box-shadow:0 8px 20px rgba(13,36,56,.15)}
.btn-navy:hover{color:var(--gold2)}
/* WA clean: navy premium + ícone verde fino (sem botão verde sólido) */
.btn-wa{
  background:var(--navy);color:#fff!important;
  box-shadow:0 8px 20px rgba(13,36,56,.14);
  border:1px solid transparent;
}
.btn-wa:hover{background:var(--navy2);color:#fff!important;filter:none}
.btn-wa img{width:18px;height:18px;background:transparent!important;box-shadow:none!important;border-radius:0!important}

/* header lighter bar */
.top{
  position:sticky;top:0;z-index:50;background:rgba(251,250,247,.96);
  backdrop-filter:blur(12px);border-bottom:1px solid var(--line);
  box-shadow:0 1px 0 rgba(197,165,114,.35);
  transition:box-shadow .3s ease, padding .3s ease, background .3s ease;
}
.top.scrolled{
  background:rgba(251,250,247,.98);
  box-shadow:0 8px 28px rgba(13,36,56,.08);
}
.top.scrolled .top-inner{padding:.5rem 0}
.top-inner{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:.7rem 0;transition:padding .3s ease;
}
.brand{
  display:flex;align-items:center;gap:.7rem;text-decoration:none;min-width:0;
  cursor:pointer;border-radius:12px;padding:2px 6px 2px 2px;margin-left:-2px;
  transition:background .15s ease;
}
.brand:hover{background:rgba(13,36,56,.04);color:inherit}
.brand:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.brand .mark{width:46px;height:46px;border-radius:11px;flex:0 0 auto;background:var(--navy);padding:4px;object-fit:contain}
.brand .word{display:flex;flex-direction:column;min-width:0}
.brand .word strong{font-family:var(--serif);font-weight:600;font-size:1.15rem;color:var(--navy);letter-spacing:.02em;line-height:1.1}
.brand .word span{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:600}
.nav{display:flex;flex-wrap:wrap;gap:.3rem .95rem;align-items:center}
.nav a{color:var(--navy);font-size:.92rem;font-weight:500}
.nav a:hover{color:var(--gold3)}
.nav .wa{
  display:inline-flex;align-items:center;gap:.4rem;
  color:var(--navy)!important;background:transparent;
  font-weight:600;padding:.42rem .85rem;border-radius:999px;font-size:.9rem;
  border:1px solid rgba(13,36,56,.16);
}
.nav .wa:hover{border-color:rgba(37,211,102,.55);color:var(--navy)!important;background:rgba(37,211,102,.06)}
.nav .wa::before{
  content:"";width:14px;height:14px;flex:0 0 14px;border-radius:50%;
  background:#25D366;opacity:.9;
}
/* hamburger (mobile) */
.nav-toggle{
  display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;
  background:#fff;cursor:pointer;padding:0;align-items:center;justify-content:center;
  flex-direction:column;gap:5px;flex:0 0 44px;
}
.nav-toggle span{
  display:block;width:18px;height:2px;background:var(--navy);border-radius:2px;
  transition:transform .18s ease, opacity .18s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
/* âncoras sob header sticky */
#inicio, #sobre, #areas, #noticias, #instagram, #unidade, #faq, #contato{
  scroll-margin-top:5.5rem;
}

/* hero: light premium, not full black */
.hero{position:relative;background:
  radial-gradient(ellipse 60% 50% at 90% 0%, rgba(197,165,114,.18), transparent 55%),
  linear-gradient(180deg, #fff 0%, var(--ivory) 55%, var(--ivory2) 100%);
  color:var(--text);padding:3.4rem 0 3rem;overflow:hidden;border-bottom:1px solid var(--line)}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,var(--gold3),var(--gold),var(--gold2))}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2.2rem;align-items:center}
.eyebrow{color:var(--gold3);font-size:.84rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin-bottom:.85rem}
.hero h1{font-family:var(--serif);font-weight:600;font-size:var(--fs-h1);line-height:1.14;text-align:left;margin-bottom:1rem;color:var(--navy)}
.hero .lead{font-size:var(--fs-lead);color:var(--muted);max-width:38rem;margin-bottom:1.4rem;line-height:1.7}
.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.2rem}
.hero-meta{display:flex;flex-wrap:wrap;gap:.45rem}
.chip{font-size:.82rem;padding:.35rem .8rem;border-radius:999px;font-weight:600;background:#fff;border:1px solid rgba(197,165,114,.45);color:var(--navy2)}
.hero-photo{position:relative;border-radius:22px;overflow:hidden;border:1px solid rgba(197,165,114,.35);box-shadow:var(--shadow);background:#fff}
.hero-photo::before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,var(--gold2),var(--gold3));z-index:2}
.hero-photo img{
  width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;
  transition:transform .2s linear;will-change:transform;
}
.hero-photo .cap{position:absolute;left:0;right:0;bottom:0;padding:1.1rem 1.2rem;background:linear-gradient(transparent,rgba(13,36,56,.82));color:#fff}
.hero-photo .cap strong{display:block;font-family:var(--serif);font-size:1.25rem}
.hero-photo .cap span{font-size:.92rem;opacity:.9}

.section{padding:3.6rem 0}
.section.alt{background:var(--paper)}
.section.band{background:var(--ivory2);color:var(--text);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.gold-rule{
  width:52px;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold2));
  margin-bottom:1rem;border-radius:99px;
  transform-origin:left center;
}
.gold-rule.reveal{transform:scaleX(0);opacity:1}
.gold-rule.reveal.visible{transform:scaleX(1);transition:transform .7s cubic-bezier(.22,1,.36,1)}
.sec{font-family:var(--serif);font-size:var(--fs-sec);font-weight:600;color:var(--navy);text-align:left;line-height:1.2;margin-bottom:.55rem}
.sec-sub{color:var(--muted);max-width:44rem;margin-bottom:1.7rem;font-size:1.08rem;line-height:1.7}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem;box-shadow:var(--shadow);transition:transform .15s}
.card:hover{transform:translateY(-2px)}
.card h3{font-size:1.15rem;color:var(--navy);margin:.7rem 0 .4rem;text-align:left;line-height:1.3}
.card p{color:var(--muted);font-size:1.02rem;line-height:1.65}
.card .more{display:inline-block;margin-top:.75rem;font-weight:700;font-size:.98rem;color:var(--navy2)}
.area-card .thumb{border-radius:12px;overflow:hidden;aspect-ratio:16/10;background:var(--ivory2)}
.area-card .thumb img{width:100%;height:100%;object-fit:cover}

.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.stat{text-align:center;padding:1.35rem 1rem;border:1px solid rgba(197,165,114,.35);border-radius:var(--radius);background:#fff}
.stat strong{display:block;font-family:var(--serif);font-size:2.4rem;color:var(--navy);line-height:1.1}
.stat span{font-size:.98rem;color:var(--muted)}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.step .n{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--navy);color:var(--gold2);font-weight:700;margin-bottom:.7rem;font-size:1rem}
.step h3{text-align:left;color:var(--navy);font-size:1.08rem;margin-bottom:.35rem}
.step p{color:var(--muted);font-size:1rem}

.diff-list{list-style:none;display:grid;gap:.85rem}
.diff-list li{display:flex;gap:.8rem;align-items:flex-start;padding:1rem 1.1rem;background:#fff;border:1px solid var(--line);border-radius:12px;font-size:1.04rem}
.diff-list li i{flex:0 0 10px;height:10px;margin-top:.5rem;border-radius:50%;background:var(--gold)}
.photo-frame{border-radius:20px;overflow:hidden;border:1px solid rgba(197,165,114,.35);box-shadow:var(--shadow);position:relative;background:#fff}
.photo-frame::before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--gold);z-index:1}
.photo-frame img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:center}

.depo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.depo{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem;box-shadow:var(--shadow)}
.depo p{color:var(--text);font-size:1.05rem;margin-bottom:.9rem;line-height:1.65}
.depo footer{font-size:.92rem;color:var(--muted)}
.depo footer strong{display:block;color:var(--navy);font-size:1rem}

.news-card time{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold3);font-weight:700}
.news-card .thumb{border-radius:12px;overflow:hidden;margin-bottom:.8rem;aspect-ratio:16/10;background:var(--ivory2)}
.news-card .thumb img{width:100%;height:100%;object-fit:cover}
.news-card .src{display:inline-block;margin-top:.55rem;font-size:.9rem;color:var(--navy2);font-weight:700}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}

.unit-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow)}
.unit-box h3{color:var(--navy);text-align:left;margin-bottom:.5rem;font-size:1.2rem}
.unit-box p,.unit-box li{color:var(--muted);font-size:1.04rem}
.unit-box ul{margin:.55rem 0 0;list-style:none}
.unit-box li{margin:.45rem 0;display:flex;gap:.55rem;align-items:flex-start}
.unit-box li img{width:18px;height:18px;margin-top:.2rem}
.map-panel{
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:320px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.map-panel-head{
  display:flex;
  flex-direction:column;
  gap:.15rem;
  padding:.85rem 1.05rem .75rem;
  background:linear-gradient(180deg,#fff 0%, var(--ivory2) 100%);
  border-bottom:1px solid var(--line);
}
.map-panel-kicker{
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--gold3);
}
.map-panel-head strong{
  font-size:.95rem;
  color:var(--navy);
  font-weight:700;
  text-align:left;
}
.map-wrap{
  position:relative;
  flex:1 1 auto;
  min-height:280px;
  height:100%;
  background:var(--ivory2);
  overflow:hidden;
}
.map-wrap iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}
/* contato: altura fixa elegante quando não está no grid stretch */
.map-wrap--solo{ min-height:360px; height:360px; }


.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:1rem 1.15rem;margin-bottom:.7rem}
.faq summary{cursor:pointer;font-weight:700;color:var(--navy);text-align:left;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1.06rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";width:11px;height:11px;border-right:2.5px solid var(--gold3);border-bottom:2.5px solid var(--gold3);transform:rotate(45deg);transition:transform .2s;flex:0 0 auto;margin-top:-4px}
.faq details[open] summary::after{transform:rotate(225deg);margin-top:4px}
.faq details[open] summary{margin-bottom:.45rem;color:var(--navy2)}
.faq p{color:var(--muted);font-size:1.04rem;line-height:1.7}

.cta-band{
  background:linear-gradient(180deg,#fff 0%,var(--ivory2) 100%);
  color:var(--navy);padding:2.8rem 0;text-align:center;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
}
.cta-band h2{font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.2rem);margin-bottom:.65rem;text-align:center;color:var(--navy);font-weight:600}
.cta-band p{max-width:36rem;margin:0 auto 1.2rem;text-align:center;font-size:1.08rem;color:var(--muted)}

.contact-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.45rem;box-shadow:var(--shadow)}
.contact-box h2{font-family:var(--serif);color:var(--navy);text-align:left;margin-bottom:.5rem;font-size:1.7rem}
.contact-list{list-style:none;margin:1rem 0}
.contact-list li{margin:.55rem 0;color:var(--muted);display:flex;gap:.55rem;align-items:flex-start;font-size:1.04rem}
.contact-list li img{width:18px;height:18px;margin-top:.25rem}
.form label{display:block;font-size:.9rem;font-weight:700;color:var(--navy);margin:.55rem 0 .25rem;text-align:left}
.form input,.form select,.form textarea{width:100%;padding:.8rem .9rem;border:1px solid var(--line);border-radius:10px;font:inherit;background:var(--ivory);font-size:1.02rem}
.form textarea{min-height:120px;resize:vertical}
.form .note{font-size:.9rem;color:var(--muted);margin-top:.6rem}

.page-hero{background:linear-gradient(180deg,#fff,var(--ivory));color:var(--navy);padding:2.6rem 0;border-bottom:1px solid var(--line)}
.page-hero h1{font-family:var(--serif);font-size:clamp(1.85rem,3.2vw,2.45rem);text-align:left;margin:.4rem 0;color:var(--navy)}
.page-hero p{color:var(--muted);max-width:42rem;font-size:1.08rem}
.prose{padding:2.5rem 0 3.2rem;max-width:820px}
.prose h2{font-family:var(--serif);color:var(--navy);text-align:left;margin:1.5rem 0 .6rem;font-size:1.5rem}
.prose p,.prose li{color:var(--muted);margin:.55rem 0;font-size:1.08rem;line-height:1.75}
.prose ul{margin-left:1.15rem}
.badge-soft{display:inline-block;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold3);border:1px solid rgba(197,165,114,.45);padding:.28rem .55rem;border-radius:999px;font-weight:700;background:#fff}
.source-box{margin:1.3rem 0;padding:1.1rem 1.2rem;border-left:4px solid var(--gold);background:var(--ivory2);border-radius:0 12px 12px 0;font-size:1.02rem}
.source-box a{font-weight:700}

footer.site{background:#fff;color:var(--muted);padding:2.4rem 0 1.2rem;border-top:1px solid var(--line)}
footer.site .cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:1.2rem;margin-bottom:1.3rem}
footer.site h4{color:var(--navy);font-size:.95rem;margin-bottom:.55rem;text-align:left}
footer.site a{color:var(--navy2)}
footer.site a:hover{color:var(--gold3)}
footer.site ul{list-style:none}
footer.site li{margin:.3rem 0;font-size:.98rem}
footer.site .brand-foot,
footer.site a.brand-foot-link{
  display:flex;align-items:center;gap:.65rem;margin-bottom:.55rem;
  text-decoration:none;color:inherit;border-radius:12px;width:fit-content;
  transition:opacity .15s ease;
}
footer.site a.brand-foot-link{cursor:pointer}
footer.site a.brand-foot-link:hover{opacity:.88;color:inherit}
footer.site .brand-foot img,
footer.site a.brand-foot-link img{width:42px;height:42px;border-radius:10px;background:var(--navy);padding:3px}
.foot-bottom{border-top:1px solid var(--line);padding-top:1rem;font-size:.9rem}
.social-row{display:flex;gap:.5rem;margin-top:.75rem;align-items:center}
.social-row a{
  display:inline-flex;width:40px;height:40px;border-radius:11px;
  align-items:center;justify-content:center;
  background:transparent;border:1px solid rgba(13,36,56,.12);
  transition:border-color .15s, background .15s;
}
.social-row a:hover{border-color:rgba(13,36,56,.28);background:rgba(13,36,56,.03)}
.social-row a img{
  width:20px;height:20px;object-fit:contain;
  background:transparent!important;box-shadow:none!important;border-radius:0!important;
}
.social-row a[aria-label="E-mail"] img,
.social-row a[href^="mailto"] img{width:20px;height:20px}

/* float-wa removed by request */
.float-wa{display:none!important}
#backTop{position:fixed;right:1.1rem;bottom:1.1rem;z-index:60;width:44px;height:44px;border-radius:50%;border:0;background:#fff;color:var(--navy);font-weight:700;cursor:pointer;box-shadow:var(--shadow);display:none;border:1px solid var(--line)}
#backTop.show{display:flex;align-items:center;justify-content:center}

/* cookie: bottom-left strip, never over WA */
.cookie{position:fixed;left:1rem;bottom:1rem;z-index:70;width:min(380px,calc(100% - 5.5rem));background:#fff;color:var(--text);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:.55rem .75rem .6rem;display:none}
.cookie.show{display:block}
.cookie p{font-size:.78rem;line-height:1.4;margin:0 0 .4rem;text-align:left;color:var(--muted)}
.cookie a{color:var(--navy2);font-weight:700;text-decoration:underline}
.cookie .actions{display:flex;gap:.4rem;align-items:center;justify-content:flex-end}
.cookie .actions button{border:0;border-radius:999px;padding:.3rem .75rem;font-size:.78rem;font-weight:700;cursor:pointer}
.cookie .ok{background:var(--navy);color:#fff}
.cookie .no{background:var(--ivory2);color:var(--navy);border:1px solid var(--line)!important}

@media(max-width:960px){
  .hero-grid,.about-grid,.grid-2,.depo-grid,.grid-3,.stat-grid,.news-grid,footer.site .cols{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}
  .nav-toggle{display:inline-flex}
  .top-inner{flex-wrap:wrap}
  .nav{
    display:none;width:100%;order:3;flex-direction:column;align-items:stretch;
    gap:0;padding:.4rem 0 .2rem;border-top:1px solid var(--line);margin-top:.15rem;
  }
  .nav.is-open{display:flex}
  .nav a{
    padding:.75rem .4rem;border-bottom:1px solid var(--line);font-size:1rem;
  }
  .nav a:last-child{border-bottom:0}
  .nav .wa{justify-content:center;margin-top:.35rem;text-align:center}
  body.nav-open{overflow:hidden}
}
@media(max-width:640px){
  /* hero-grid NÃO empilha: Opção A mantém texto|foto como no desktop */
  .about-grid,.grid-2,.steps,.depo-grid,.grid-3,.stat-grid,.news-grid,footer.site .cols{grid-template-columns:1fr}
  .hero{padding:1.65rem 0 1.5rem}
  .wrap{width:min(var(--max),calc(100% - 1.2rem))}
  .cookie{left:.6rem;right:auto;width:min(320px,calc(100% - 5rem));bottom:.7rem}
  .float-wa{bottom:.9rem;right:.8rem}
  #backTop{bottom:4.4rem;right:.8rem}
  .brand .word strong{font-size:1.02rem}
}

/* clickable cards */
a.card-link{display:block;color:inherit;text-decoration:none;height:100%}
a.card-link:hover{color:inherit}
a.card-link .card{height:100%;cursor:pointer}
a.card-link:hover .card{transform:translateY(-3px);border-color:rgba(197,165,114,.45)}
a.card-link .cta-more{
  display:inline-flex;align-items:center;gap:.35rem;margin-top:.85rem;
  font-weight:700;font-size:1rem;color:var(--navy);
  border-bottom:2px solid var(--gold);padding-bottom:.1rem;
}
a.card-link:hover .cta-more{color:var(--gold3)}
.news-card .src-line{display:block;margin-top:.45rem;font-size:.88rem;color:var(--muted)}

/* Ícones de contato: clean, sem placa branca/sombra pesada */
.contact-list img[src*="whatsapp"],
.contact-list img[src*="instagram"],
.contact-list img[src*="email"],
.unit-box li img[src*="whatsapp"],
.unit-box li img[src*="instagram"],
.unit-box li img[src*="email"] {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  flex: 0 0 18px !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.nav .wa img { display: none !important; }
.float-wa { display: none !important; }

/* legibilidade extra */
.form label{color:var(--navy);font-weight:700}
.form .note,.form .note a{color:var(--muted)}
.form .note a{font-weight:600;text-decoration:underline;text-underline-offset:2px}
.unit-box a,.contact-list a{font-weight:600;color:var(--navy2)}
.unit-box a:hover,.contact-list a:hover{color:var(--gold3)}
footer.site p{color:var(--muted);font-size:.95rem}
.faq details p{color:var(--text);font-size:1.04rem;line-height:1.7}
.faq summary{color:var(--navy);font-weight:600}

/* Instagram · card discreto (1 clique → perfil) */
.ig-section{
  padding:1.4rem 0 2rem;
  background:var(--ivory);
}
.ig-card{
  display:flex;
  align-items:center;
  gap:.9rem;
  max-width:420px;
  margin:0 auto;
  padding:.85rem 1.1rem;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 4px 16px rgba(13,36,56,.04);
  color:inherit;
  text-decoration:none;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.ig-card:hover{
  border-color:rgba(197,165,114,.45);
  box-shadow:0 8px 22px rgba(13,36,56,.08);
  color:inherit;
}
.ig-card-avatar{
  width:48px;height:48px;border-radius:50%;
  object-fit:cover;flex:0 0 48px;
  border:1px solid var(--line);background:var(--ivory2);
}
.ig-card-body{
  display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0;
  text-align:left;
}
.ig-card-label{
  font-size:.72rem;font-weight:600;letter-spacing:.08em;
  text-transform:uppercase;color:var(--muted);
}
.ig-card-handle{
  font-size:1rem;font-weight:600;color:var(--navy);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.ig-card-icon{
  width:22px;height:22px;flex:0 0 22px;
  border-radius:6px;background:#fff;
}
.ig-card-cta{
  font-size:.85rem;font-weight:600;color:var(--navy2);
  border-bottom:1px solid var(--gold);padding-bottom:1px;
  white-space:nowrap;
}
@media(max-width:480px){
  .ig-card{max-width:100%}
  .ig-card-cta{display:none}
}

/* ═══════════════════════════════════════════
   Efeitos especiais (padrão Gleyciane)
   ═══════════════════════════════════════════ */

/* Reveal on scroll */
.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1);
  will-change:opacity, transform;
}
.reveal.visible{
  opacity:1;
  transform:none;
}
.reveal-d1{transition-delay:.08s}
.reveal-d2{transition-delay:.16s}
.reveal-d3{transition-delay:.24s}
.reveal-d4{transition-delay:.32s}
.reveal-d5{transition-delay:.4s}
.reveal-d6{transition-delay:.48s}

/* Stagger em grids de cards */
.grid-3 > .card-link.reveal:nth-child(1),
.news-grid > .card-link.reveal:nth-child(1),
.steps > .step.reveal:nth-child(1){transition-delay:0s}
.grid-3 > .card-link.reveal:nth-child(2),
.news-grid > .card-link.reveal:nth-child(2),
.steps > .step.reveal:nth-child(2){transition-delay:.1s}
.grid-3 > .card-link.reveal:nth-child(3),
.news-grid > .card-link.reveal:nth-child(3),
.steps > .step.reveal:nth-child(3){transition-delay:.2s}
.grid-3 > .card-link.reveal:nth-child(4),
.news-grid > .card-link.reveal:nth-child(4),
.steps > .step.reveal:nth-child(4){transition-delay:.3s}
.grid-3 > .card-link.reveal:nth-child(5),
.news-grid > .card-link.reveal:nth-child(5){transition-delay:.38s}
.grid-3 > .card-link.reveal:nth-child(6),
.news-grid > .card-link.reveal:nth-child(6){transition-delay:.46s}

/* Pulso dourado nas etapas (Gleyciane step-pulse) */
@keyframes step-pulse{
  0%{box-shadow:0 0 0 0 rgba(197,165,114,.45)}
  60%{box-shadow:0 0 0 14px rgba(197,165,114,0)}
  100%{box-shadow:0 0 0 0 rgba(197,165,114,0)}
}
.steps .step .n,
.card.step .n{
  transition:transform .25s ease, box-shadow .25s ease;
}
.step.step-pulsou .n{
  animation:step-pulse .9s ease-out forwards;
  transform:scale(1.08);
  color:var(--gold3);
}

/* Hero entrada suave */
.hero .eyebrow,
.hero h1,
.hero .lead,
.hero-actions,
.hero-meta{
  animation:heroIn .7s cubic-bezier(.22,1,.36,1) both;
}
.hero h1{animation-delay:.08s}
.hero .lead{animation-delay:.16s}
.hero-actions{animation-delay:.24s}
.hero-meta{animation-delay:.32s}
.hero-photo{
  animation:heroPhotoIn .9s cubic-bezier(.22,1,.36,1) .12s both;
}
@keyframes heroIn{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:none}
}
@keyframes heroPhotoIn{
  from{opacity:0;transform:translateY(28px) scale(.98)}
  to{opacity:1;transform:none}
}

/* Hover cards um pouco mais “vivo” */
a.card-link .card,
.card.area-card,
.card.news-card,
.depo{
  transition:transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease, border-color .28s ease;
}
a.card-link:hover .card{
  transform:translateY(-5px);
  box-shadow:0 16px 40px rgba(13,36,56,.1);
}

/* Stats com contador: monoespaçado visual estável */
.stat strong[data-target]{
  font-variant-numeric:tabular-nums;
  min-width:2.2ch;
  display:inline-block;
}

/* Diff list items slide */
.diff-list li.reveal{transform:translateX(-16px)}
.diff-list li.reveal.visible{transform:none}

/* Respeita redução de movimento */
@media (prefers-reduced-motion: reduce){
  .reveal,
  .reveal.visible,
  .gold-rule.reveal,
  .gold-rule.reveal.visible,
  .hero .eyebrow,
  .hero h1,
  .hero .lead,
  .hero-actions,
  .hero-meta,
  .hero-photo,
  .hero-photo img,
  a.card-link .card,
  .step.step-pulsou .n{
    animation:none!important;
    transition:none!important;
    opacity:1!important;
    transform:none!important;
  }
}

/* ===== Comparar Opção A / Opção B (preview) ===== */
.version-bar{
  position:sticky;top:0;z-index:90;
  background:linear-gradient(90deg,#0A0A0A,#141414 60%,#1A1A1A);
  border-bottom:2px solid var(--gold);
  color:#fff;
  box-shadow:0 3px 12px rgba(0,0,0,.18);
}
.version-bar-inner{
  display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;
  gap:.5rem .75rem;padding:.28rem 0;min-height:0;
}
.version-bar-copy{display:flex;flex-direction:column;gap:.05rem;min-width:0;flex:1 1 auto}
.version-bar-copy strong{font-size:.72rem;color:var(--gold2);letter-spacing:.04em;line-height:1.2;font-weight:800}
.version-bar-copy span{font-size:.68rem;opacity:.9;max-width:min(52rem,100%);text-align:left;line-height:1.35;color:rgba(255,255,255,.88)}
.version-toggle{display:inline-flex;flex:0 0 auto;background:rgba(0,0,0,.35);border-radius:999px;padding:2px;border:1px solid rgba(197,165,114,.4)}
.ver-btn{
  border:0;cursor:pointer;font:inherit;font-weight:800;font-size:.72rem;
  padding:.28rem .7rem;border-radius:999px;background:transparent;color:rgba(249,247,244,.9);
  min-height:0;line-height:1.2;
}
.ver-btn.is-active{background:var(--gold);color:var(--navy)}
.version-bar-link{font-size:.78rem;color:var(--gold2);text-decoration:none;border-bottom:1px solid rgba(197,165,114,.4)}
.version-bar-link:hover{color:#fff}

/* push sticky header below version bar when present */
body.site-version-a .top,
body.site-version-b .top, body.site-version-c .top{position:sticky;top:0}
/* version bar sits above; both sticky stack in document flow */
.version-bar + .top{top:0}

.thumb.js-thumb{position:relative}
.ab-picker{
  position:absolute;right:.45rem;bottom:.45rem;z-index:3;
  display:inline-flex;gap:4px;
  background:rgba(13,36,56,.88);border:1px solid rgba(197,165,114,.5);
  border-radius:999px;padding:3px;
}
.ab-btn{
  width:1.7rem;height:1.7rem;border:0;border-radius:50%;
  font:inherit;font-weight:800;font-size:.75rem;cursor:pointer;
  background:transparent;color:#fff;
}
.ab-btn.is-active{background:var(--gold);color:var(--navy)}
body.site-version-a .ab-picker{display:none!important}
body.site-version-b .ab-picker, body.site-version-c .ab-picker{display:none!important} /* photo A lock: B/C removidos */
.ab-picker{display:none!important}
body.site-version-b .area-card .thumb img.js-media,
body.site-version-b .news-card .thumb img.js-media, body.site-version-c .news-card .thumb img.js-media, body.site-version-c .area-card .thumb img.js-media,
body.site-version-b .news-card .thumb img.js-media, body.site-version-c .news-card .thumb img.js-media{object-fit:cover;object-position:center}

@media (max-width:700px){
  .version-bar-inner{flex-wrap:wrap;padding:.25rem 0!important;gap:.3rem .5rem}
  .version-bar-copy span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.62rem!important;max-width:100%}
  .ver-btn{padding:.26rem .62rem;font-size:.7rem;min-height:0!important}
}

/* ===== Opção B · full-bleed em TODOS os viewports · responsivo v4 =====
   Mesmo layout PC/tablet/celular: foto atrás + texto por cima.
   Só mudam altura, crop (object-position), tipografia e gradiente.
   NÃO empilhar (sem layout alternativo no mobile).
*/
body.site-version-b .hero, body.site-version-c .hero{
  position:relative;
  padding:0;
  min-height:var(--hero-b-min, min(72dvh, 640px));
  color:#fff;
  background:#0a0a0a;
  border-bottom:none;
  overflow:hidden;
}
body.site-version-b .hero::after, body.site-version-c .hero::after{
  height:4px;
  background:linear-gradient(90deg,var(--gold3),var(--gold),var(--gold2));
  z-index:4;
}
body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid{
  max-width:none;
  width:100%;
  margin:0;
  padding:0 !important;
  min-height:var(--hero-b-min, min(72dvh, 640px));
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:0;
  align-items:stretch;
  position:relative;
}
/* foto sempre full-bleed (absolute) em qualquer device */
body.site-version-b .hero-photo, body.site-version-c .hero-photo{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  order:0 !important;
  border-radius:0;
  border:none;
  box-shadow:none;
  background:#0a0a0a;
  z-index:0;
  overflow:hidden;
  flex:none !important;
}
body.site-version-b .hero-photo::before, body.site-version-c .hero-photo::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.72) 36%, rgba(0,0,0,.28) 58%, rgba(0,0,0,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, transparent 40%, rgba(0,0,0,.5) 100%);
}
/* cover + crop por device (sem top/height hacks que cortam a cabeça) */
body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center 12% !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  transform:none !important;
  animation:none !important;
  aspect-ratio:auto !important;
}
/* texto sobre a foto */
body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
  position:relative;
  z-index:2;
  order:0 !important;
  width:min(640px, calc(100% - 2rem));
  max-width:640px;
  margin:0 auto 0 clamp(1rem, 6vw, 5.5rem);
  padding:clamp(2.2rem, 5.5vh, 4.2rem) 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:var(--hero-b-min, min(72dvh, 640px));
  height:auto !important;
  box-sizing:border-box;
  background:transparent !important;
}
body.site-version-b .hero .eyebrow, body.site-version-c .hero .eyebrow{ color:var(--gold2); }
body.site-version-b .hero h1, body.site-version-c .hero h1{
  color:#fff;
  text-shadow:0 2px 24px rgba(0,0,0,.35);
}
body.site-version-b .hero .lead, body.site-version-c .hero .lead{
  color:rgba(249,247,244,.9);
  max-width:34rem;
}
body.site-version-b .hero .chip, body.site-version-c .hero .chip{
  background:rgba(255,255,255,.08);
  border-color:rgba(197,165,114,.45);
  color:var(--gold2);
}
body.site-version-b .hero .btn-outline, body.site-version-c .hero .btn-outline{
  color:#fff;
  border-color:rgba(249,247,244,.55);
  background:transparent;
}
body.site-version-b .hero .btn-outline:hover, body.site-version-c .hero .btn-outline:hover{
  border-color:var(--gold2);
  color:var(--gold2);
}
body.site-version-b .hero .btn-wa, body.site-version-c .hero .btn-wa{
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}

/* Desktop largo: rosto um pouco mais à direita (braços cruzados) */
@media (min-width:1280px){
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position:58% 10% !important;
  }
}

/* Laptop / desktop padrão */
@media (min-width:1025px) and (max-width:1279px){
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position:center 11% !important;
  }
}

/* Tablet */
@media (max-width:1024px) and (min-width:769px){
  body.site-version-b .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child, body.site-version-c .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    min-height:min(68dvh, 580px);
  }
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position:center 10% !important;
  }
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    width:min(560px, calc(100% - 2.5rem));
    margin-left:clamp(.75rem, 4vw, 2.5rem);
  }
  body.site-version-b .hero-photo::before, body.site-version-c .hero-photo::before{
    background:
      linear-gradient(100deg, rgba(10,28,45,.92) 0%, rgba(13,36,56,.7) 42%, rgba(13,36,56,.2) 72%, transparent 100%),
      linear-gradient(180deg, rgba(10,28,45,.15) 0%, transparent 45%, rgba(10,28,45,.55) 100%);
  }
}

/* Phone / phablet: MESMO full-bleed, altura e gradiente adaptados */
@media (max-width:768px){
  body.site-version-b .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid, body.site-version-c .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid{
    min-height:min(78dvh, 620px);
  }
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    min-height:min(78dvh, 620px);
    width:calc(100% - 1.75rem);
    max-width:none;
    margin:0 auto;
    justify-content:flex-end;
    padding:1.35rem 0 calc(1.5rem + env(safe-area-inset-bottom, 0px));
  }
  /* gradiente mais vertical: legibilidade no mobile sem trocar layout */
  body.site-version-b .hero-photo::before, body.site-version-c .hero-photo::before{
    background:
      linear-gradient(180deg, rgba(10,28,45,.45) 0%, rgba(10,28,45,.15) 28%, rgba(10,28,45,.55) 58%, rgba(10,28,45,.92) 100%),
      linear-gradient(90deg, rgba(10,28,45,.55) 0%, transparent 55%) !important;
  }
  /* retrato: centro, terço superior = cabelo+rosto+peito/braços */
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position:center 8% !important;
  }
  body.site-version-b .hero h1, body.site-version-c .hero h1{
    font-size:clamp(1.5rem, 6.2vw, 2.05rem);
    line-height:1.16;
    margin-bottom:.65rem;
  }
  body.site-version-b .hero .lead, body.site-version-c .hero .lead{
    font-size:.98rem;
    max-width:none;
    margin-bottom:.95rem;
  }
  body.site-version-b .hero-actions, body.site-version-c .hero-actions{
    flex-direction:column;
    align-items:stretch;
    gap:.55rem;
  }
  body.site-version-b .hero-actions .btn, body.site-version-c .hero-actions .btn{
    width:100%;
    justify-content:center;
  }
  body.site-version-b .hero .chip, body.site-version-c .hero .chip{
    font-size:.72rem;
  }
}

/* iPhone Pro Max / phones largos */
@media (max-width:480px){
  body.site-version-b .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child, body.site-version-c .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    min-height:min(82dvh, 680px);
  }
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position:center 6% !important;
  }
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    width:calc(100% - 1.5rem);
    padding:1.15rem 0 calc(1.35rem + env(safe-area-inset-bottom, 0px));
  }
}

/* phones estreitos */
@media (max-width:360px){
  body.site-version-b .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child, body.site-version-c .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    min-height:min(80dvh, 600px);
  }
  body.site-version-b .hero h1, body.site-version-c .hero h1{ font-size:1.42rem; }
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position:center 5% !important;
  }
}

/* Landscape phone: full-bleed mais baixo, crop central */
@media (max-width:900px) and (orientation:landscape) and (max-height:500px){
  body.site-version-b .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child, body.site-version-c .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    min-height:min(100dvh, 380px);
  }
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    justify-content:center;
    width:min(420px, calc(100% - 2rem));
    margin-left:clamp(.75rem, 4vw, 2rem);
    padding:1rem 0;
  }
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position:center 18% !important;
  }
  body.site-version-b .hero-photo::before, body.site-version-c .hero-photo::before{
    background:
      linear-gradient(90deg, rgba(10,28,45,.92) 0%, rgba(13,36,56,.55) 45%, transparent 75%),
      linear-gradient(180deg, rgba(10,28,45,.2) 0%, transparent 50%, rgba(10,28,45,.55) 100%) !important;
  }
  body.site-version-b .hero-actions, body.site-version-c .hero-actions{
    flex-direction:row;
    flex-wrap:wrap;
  }
  body.site-version-b .hero-actions .btn, body.site-version-c .hero-actions .btn{ width:auto; }
}

/* hooks device-adapt: só crop/altura, NÃO muda estrutura */
html[data-viewport="phone"] body.site-version-b .hero-photo img,
html[data-viewport="phone-sm"] body.site-version-b .hero-photo img, body.site-version-c .hero-photo img,
html[data-viewport="phablet"] body.site-version-b .hero-photo img, body.site-version-c .hero-photo img, body.site-version-c .hero-photo img,
html[data-viewport="phone-sm"] body.site-version-b .hero-photo img, body.site-version-c .hero-photo img,
html[data-viewport="phablet"] body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
  object-position:center 7% !important;
}
html[data-viewport="tablet"] body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
  object-position:center 10% !important;
}
html[data-viewport="laptop"] body.site-version-b .hero-photo img,
html[data-viewport="desktop"] body.site-version-b .hero-photo img, body.site-version-c .hero-photo img, body.site-version-c .hero-photo img,
html[data-viewport="desktop"] body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
  object-position:center 12% !important;
}
html[data-viewport="desktop"] body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
  object-position:58% 10% !important;
}

/* se device-adapt definir altura de hero, usar com min seguro */
html[data-narrow="1"] body.site-version-b .hero,
html[data-narrow="1"] body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
html[data-narrow="1"] body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child, body.site-version-c .hero,
html[data-narrow="1"] body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
html[data-narrow="1"] body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
  min-height:var(--hero-b-min, min(82dvh, 720px));
}

body.site-version-b .hero-photo,
body.site-version-b .hero-photo img, body.site-version-c .hero-photo img, body.site-version-c .hero-photo,
body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
  animation:none !important;
  transform:none !important;
}

/* Barra A/B compacta no mobile (sem mudar layout do site) */
@media (max-width:700px){
  .version-bar-copy span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.62rem!important}
  .ver-btn{padding:.26rem .62rem;font-size:.7rem;min-height:0!important}
  .version-bar-link{display:none}
  .version-bar-inner{padding:.25rem 0!important;gap:.3rem .5rem}
}
@media (max-width:768px){
  .ab-btn{ width:2rem;height:2rem;font-size:.8rem; }
  body.site-version-b .area-card .thumb,
  body.site-version-b .news-card .thumb, body.site-version-c .news-card .thumb, body.site-version-c .area-card .thumb,
  body.site-version-b .news-card .thumb, body.site-version-c .news-card .thumb{ min-height:148px; }
}

/* ===== Opção A · texto esquerda + foto direita em TODOS os viewports =====
   Mesmo layout do computador no celular: 2 colunas (não empilha texto/foto).
   Só escala tipografia, gap, padding e crop da foto.
*/
body.site-version-a .hero-grid,
body:not(.site-version-b) .hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:2.2rem;
  align-items:center;
}

/* tablet */
@media (max-width:960px){
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    grid-template-columns:1.05fr .95fr;
    gap:1.35rem;
    align-items:center;
  }
  body.site-version-a .hero,
  body:not(.site-version-b) .hero{
    padding:2.4rem 0 2.1rem;
  }
  body.site-version-a .hero h1,
  body:not(.site-version-b) .hero h1{
    font-size:clamp(1.55rem, 3.4vw, 2.15rem);
  }
  body.site-version-a .hero .lead,
  body:not(.site-version-b) .hero .lead{
    font-size:1rem;
    margin-bottom:1rem;
  }
  body.site-version-a .hero-photo img,
  body:not(.site-version-b) .hero-photo img{
    aspect-ratio:4/5;
    object-position:center 12%;
  }
}

/* phone / phablet: AINDA 2 colunas — texto | foto */
@media (max-width:768px){
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr) !important;
    gap:.85rem !important;
    align-items:center !important;
  }
  body.site-version-a .hero,
  body:not(.site-version-b) .hero{
    padding:1.45rem 0 1.35rem;
  }
  body.site-version-a .hero .eyebrow,
  body:not(.site-version-b) .hero .eyebrow{
    font-size:.68rem;
    letter-spacing:.1em;
    margin-bottom:.45rem;
  }
  body.site-version-a .hero h1,
  body:not(.site-version-b) .hero h1{
    font-size:clamp(1.2rem, 4.6vw, 1.55rem);
    line-height:1.18;
    margin-bottom:.5rem;
  }
  body.site-version-a .hero .lead,
  body:not(.site-version-b) .hero .lead{
    font-size:.86rem;
    line-height:1.5;
    margin-bottom:.7rem;
    max-width:none;
  }
  body.site-version-a .hero-actions,
  body:not(.site-version-b) .hero-actions{
    flex-direction:column;
    align-items:stretch;
    gap:.4rem;
    margin-bottom:.7rem;
  }
  body.site-version-a .hero-actions .btn,
  body:not(.site-version-b) .hero-actions .btn{
    width:100%;
    justify-content:center;
    font-size:.82rem;
    padding:.65rem .75rem;
  }
  body.site-version-a .hero-meta,
  body:not(.site-version-b) .hero-meta{
    gap:.28rem;
  }
  body.site-version-a .hero .chip,
  body:not(.site-version-b) .hero .chip{
    font-size:.65rem;
    padding:.22rem .5rem;
  }
  body.site-version-a .hero-photo,
  body:not(.site-version-b) .hero-photo{
    border-radius:14px;
    min-width:0;
  }
  body.site-version-a .hero-photo img,
  body:not(.site-version-b) .hero-photo img{
    aspect-ratio:3/4;
    object-fit:cover;
    object-position:center 10% !important;
    width:100%;
    display:block;
  }
}

/* iPhone / phones estreitos: mantém 2 colunas, tipografia e foto mais compactas */
@media (max-width:430px){
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    grid-template-columns: minmax(0,1.12fr) minmax(0,.88fr) !important;
    gap:.65rem !important;
  }
  body.site-version-a .hero h1,
  body:not(.site-version-b) .hero h1{
    font-size:clamp(1.08rem, 4.8vw, 1.32rem);
  }
  body.site-version-a .hero .lead,
  body:not(.site-version-b) .hero .lead{
    font-size:.8rem;
    line-height:1.45;
    /* no mobile estreito, lead pode encolher para caber sem empilhar colunas */
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  body.site-version-a .hero-actions .btn,
  body:not(.site-version-b) .hero-actions .btn{
    font-size:.76rem;
    padding:.58rem .55rem;
  }
  body.site-version-a .hero-photo img,
  body:not(.site-version-b) .hero-photo img{
    aspect-ratio:3/4;
    object-position:center 8% !important;
  }
}

/* landscape phone: ainda texto | foto */
@media (max-width:900px) and (orientation:landscape) and (max-height:500px){
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    grid-template-columns:1.1fr .9fr !important;
    gap:1rem !important;
  }
  body.site-version-a .hero,
  body:not(.site-version-b) .hero{
    padding:1rem 0;
  }
  body.site-version-a .hero-photo img,
  body:not(.site-version-b) .hero-photo img{
    aspect-ratio:1/1;
    object-position:center 12% !important;
  }
}

/* ===== Navegação entre artigos (notícias e especialidades) ===== */
.article-nav{
  display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;gap:.7rem;
  margin:2rem 0 0.5rem;padding:1rem 0 0;border-top:1px solid var(--line);
}
.article-nav a{
  display:flex;flex-direction:column;gap:.2rem;
  min-width:min(100%, 200px);flex:1 1 180px;
  padding:.85rem 1rem;border-radius:12px;
  border:1px solid var(--line);background:#fff;
  color:var(--navy);text-decoration:none;
  transition:border-color .15s, box-shadow .15s, transform .15s;
}
.article-nav a:hover{
  border-color:rgba(197,165,114,.55);
  box-shadow:0 8px 22px rgba(13,36,56,.08);
  transform:translateY(-1px);color:var(--navy);
}
.article-nav .nav-kicker{
  font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold3);
}
.article-nav .nav-title{
  font-size:.95rem;font-weight:600;line-height:1.35;color:var(--navy);
}
.article-nav a.is-home{flex:0 1 auto;min-width:auto;align-items:center;justify-content:center;background:var(--ivory)}
.article-nav a.is-disabled{opacity:.45;pointer-events:none}
.article-nav-top{
  display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;
  margin:0 0 1.1rem;
}
.article-nav-top a{
  font-size:.82rem;font-weight:600;color:var(--navy2);
  border:1px solid var(--line);background:#fff;
  padding:.4rem .75rem;border-radius:999px;text-decoration:none;
}
.article-nav-top a:hover{border-color:var(--gold);color:var(--navy)}
.enrich-block{margin-top:1.4rem}
.enrich-block h2{font-family:var(--serif);font-size:1.35rem;color:var(--navy);text-align:left;margin:1.3rem 0 .55rem}
.enrich-block ul{margin:.4rem 0 .8rem 1.15rem}
.enrich-block li{margin:.35rem 0;color:var(--muted)}
.callout-edu{
  margin:1.2rem 0;padding:1rem 1.1rem;border-radius:12px;
  background:var(--ivory2);border-left:4px solid var(--gold);
}
.callout-edu strong{display:block;color:var(--navy);margin-bottom:.3rem;text-align:left}
.callout-edu p{margin:0;color:var(--muted);font-size:1rem}
.disclaimer-oab{
  margin-top:1.5rem;padding:1rem 1.1rem;border-radius:12px;
  border:1px solid var(--line);background:#fff;font-size:.92rem;color:var(--muted);
}

/* ==========================================================================
   PREMIUM MOBILE POLISH · r6 · equipe360
   Tokens fluidos, toque 44px, hierarquia, A 2-col refinada, B full-bleed refinada
   ========================================================================== */

:root{
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --touch: 44px;
  --header-h: 64px;
  --ease-out: cubic-bezier(.22,1,.36,1);
}

/* Legibilidade mobile: não justificar corpo estreito */
@media (max-width:768px){
  body{
    text-align:left;
    font-size:1rem;
    line-height:1.65;
    letter-spacing:-0.01em;
  }
  .wrap{
    width:min(var(--max), calc(100% - 1.25rem));
  }
  /* seções mais densas e premium */
  .section{ padding:2.4rem 0; }
  .section.alt{ padding:2.4rem 0; }
  .gold-rule{ width:40px; height:2.5px; margin-bottom:.85rem; }
  h2.sec, .sec{
    font-size:clamp(1.45rem, 5.5vw, 1.85rem) !important;
    line-height:1.2;
    letter-spacing:-0.02em;
    margin-bottom:.45rem;
  }
  .sec-sub{
    font-size:.95rem !important;
    line-height:1.55;
    margin-bottom:1.15rem !important;
  }
  /* cards grid mais premium */
  .grid-3, .news-grid, .stat-grid, .depo-grid{
    gap:.75rem !important;
  }
  .card, .area-card, .news-card{
    border-radius:14px;
    padding:0;
  }
  .card h3, .area-card h3, .news-card h3{
    font-size:1.02rem;
    line-height:1.3;
    letter-spacing:-0.015em;
  }
  .card p, .area-card p, .news-card p{
    font-size:.88rem;
    line-height:1.5;
  }
  .cta-more{ font-size:.82rem; margin-top:.65rem !important; }
  /* botões touch premium */
  .btn, .btn-wa, .btn-outline, .btn-navy{
    min-height:var(--touch);
    padding:.78rem 1.1rem;
    font-size:.92rem;
    letter-spacing:-0.01em;
    box-shadow:0 6px 18px rgba(13,36,56,.12);
  }
  .btn-outline{ box-shadow:none; }
  /* header compacto e elegante */
  .top-inner{ padding:.55rem 0; gap:.65rem; }
  .brand .mark{ width:40px; height:40px; border-radius:10px; padding:3px; }
  .brand .word strong{ font-size:1.02rem; }
  .brand .word span{ font-size:.62rem; letter-spacing:.12em; }
  .nav-toggle{
    width:var(--touch); height:var(--touch);
    display:inline-flex; align-items:center; justify-content:center;
    border-radius:12px;
    border:1px solid var(--line);
    background:#fff;
  }
  /* version bar boutique */
  .version-bar{
    border-bottom-width:2px;
  }
  .version-bar-inner{
    padding:.48rem 0;
    gap:.45rem .65rem;
  }
  .version-bar-copy strong{
    font-size:.78rem;
    letter-spacing:.04em;
    text-transform:uppercase;
  }
  .ver-btn{
    min-height:38px;
    padding:.4rem .95rem;
    font-size:.78rem;
    letter-spacing:.02em;
  }
  /* cookie mais discreto */
  .cookie{
    left:.75rem; bottom:.75rem;
    width:min(300px, calc(100% - 1.5rem));
    border-radius:14px;
    padding:.65rem .75rem;
  }
  /* steps / FAQ densos */
  .steps{ gap:.65rem !important; }
  .faq details, .faq-item{
    border-radius:12px;
  }
  footer.site{ padding:2rem 0 2.4rem; font-size:.88rem; }
  footer.site .cols{ gap:1.1rem !important; }
}

/* ——— Opção A premium 2-col (override refinados) ——— */
@media (max-width:768px){
  body.site-version-a .hero,
  body:not(.site-version-b) .hero{
    padding:1.25rem 0 1.35rem !important;
    overflow:hidden;
  }
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    grid-template-columns: minmax(0,1.12fr) minmax(118px,.88fr) !important;
    gap:.7rem !important;
    align-items:center !important;
  }
  body.site-version-a .hero-grid > div:first-child,
  body:not(.site-version-b) .hero-grid > div:first-child{
    min-width:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  body.site-version-a .hero .eyebrow,
  body:not(.site-version-b) .hero .eyebrow{
    font-size:.62rem !important;
    letter-spacing:.12em !important;
    margin-bottom:.35rem !important;
    color:var(--gold3);
  }
  body.site-version-a .hero h1,
  body:not(.site-version-b) .hero h1{
    font-size:clamp(1.15rem, 4.4vw, 1.48rem) !important;
    line-height:1.15 !important;
    margin-bottom:.4rem !important;
    letter-spacing:-0.025em;
  }
  body.site-version-a .hero .lead,
  body:not(.site-version-b) .hero .lead{
    font-size:.82rem !important;
    line-height:1.48 !important;
    margin-bottom:.65rem !important;
    color:var(--muted);
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  /* CTA primário em destaque; outline secundário menor */
  body.site-version-a .hero-actions,
  body:not(.site-version-b) .hero-actions{
    flex-direction:column !important;
    gap:.38rem !important;
    margin-bottom:.55rem !important;
  }
  body.site-version-a .hero-actions .btn-wa,
  body:not(.site-version-b) .hero-actions .btn-wa{
    min-height:42px;
    font-size:.8rem !important;
    padding:.62rem .7rem !important;
    border-radius:999px;
  }
  body.site-version-a .hero-actions .btn-outline,
  body:not(.site-version-b) .hero-actions .btn-outline{
    min-height:38px;
    font-size:.76rem !important;
    padding:.5rem .65rem !important;
    border-width:1px;
  }
  body.site-version-a .hero-meta,
  body:not(.site-version-b) .hero-meta{
    display:flex;
    flex-wrap:wrap;
    gap:.25rem !important;
  }
  body.site-version-a .hero .chip,
  body:not(.site-version-b) .hero .chip{
    font-size:.6rem !important;
    padding:.18rem .45rem !important;
    border-radius:999px;
    background:rgba(255,255,255,.9);
  }
  /* foto: card premium, rosto seguro */
  body.site-version-a .hero-photo,
  body:not(.site-version-b) .hero-photo{
    border-radius:16px !important;
    border:1px solid rgba(197,165,114,.4) !important;
    box-shadow:0 12px 28px rgba(13,36,56,.12) !important;
    overflow:hidden;
    min-width:0;
    align-self:center;
  }
  body.site-version-a .hero-photo::before,
  body:not(.site-version-b) .hero-photo::before{
    width:4px !important;
  }
  body.site-version-a .hero-photo img,
  body:not(.site-version-b) .hero-photo img{
    aspect-ratio:3/4 !important;
    object-fit:cover !important;
    object-position:center 12% !important;
    width:100% !important;
  }
}

/* iPhone Pro Max / 430 */
@media (max-width:430px){
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    grid-template-columns: minmax(0,1.18fr) minmax(108px,.82fr) !important;
    gap:.55rem !important;
  }
  body.site-version-a .hero h1,
  body:not(.site-version-b) .hero h1{
    font-size:clamp(1.08rem, 4.6vw, 1.28rem) !important;
  }
  body.site-version-a .hero .lead,
  body:not(.site-version-b) .hero .lead{
    font-size:.78rem !important;
    -webkit-line-clamp:3;
  }
  body.site-version-a .brand .word span,
  body:not(.site-version-b) .brand .word span{
    display:none; /* só "Denis Magalhães" no header estreito */
  }
}

/* very narrow: still 2-col, hide tertiary chips if overflow */
@media (max-width:360px){
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    grid-template-columns: minmax(0,1.2fr) minmax(96px,.8fr) !important;
    gap:.45rem !important;
  }
  body.site-version-a .hero-meta .chip:nth-child(n+3),
  body:not(.site-version-b) .hero-meta .chip:nth-child(n+3){
    display:none;
  }
  body.site-version-a .hero-actions .btn-outline,
  body:not(.site-version-b) .hero-actions .btn-outline{
    display:none; /* um CTA principal no estreito — menos ruído */
  }
}

/* ——— Opção B full-bleed premium mobile ——— */
@media (max-width:768px){
  body.site-version-b .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child, body.site-version-c .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    min-height:var(--hero-b-min, min(80dvh, 640px)) !important;
  }
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    width:calc(100% - 1.5rem) !important;
    margin:0 auto !important;
    padding:1.15rem 0 calc(1.45rem + env(safe-area-inset-bottom, 0px)) !important;
    justify-content:flex-end !important;
  }
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position:center 10% !important;
  }
  body.site-version-b .hero-photo::before, body.site-version-c .hero-photo::before{
    background:
      linear-gradient(180deg,
        rgba(10,28,45,.35) 0%,
        rgba(10,28,45,.12) 32%,
        rgba(10,28,45,.55) 62%,
        rgba(10,28,45,.94) 100%),
      linear-gradient(90deg, rgba(10,28,45,.5) 0%, transparent 60%) !important;
  }
  body.site-version-b .hero h1, body.site-version-c .hero h1{
    font-size:clamp(1.45rem, 6vw, 1.95rem) !important;
    letter-spacing:-0.02em;
    text-shadow:0 2px 20px rgba(0,0,0,.4);
  }
  body.site-version-b .hero .lead, body.site-version-c .hero .lead{
    font-size:.92rem !important;
    line-height:1.5 !important;
    max-width:28rem;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  body.site-version-b .hero-actions .btn, body.site-version-c .hero-actions .btn{
    min-height:var(--touch);
    backdrop-filter:blur(8px);
  }
  body.site-version-b .hero .btn-outline, body.site-version-c .hero .btn-outline{
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.45);
  }
  body.site-version-b .hero .chip, body.site-version-c .hero .chip{
    backdrop-filter:blur(6px);
    background:rgba(255,255,255,.1) !important;
  }
}

@media (max-width:430px){
  body.site-version-b .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child, body.site-version-c .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    min-height:var(--hero-b-min, min(84dvh, 700px)) !important;
  }
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position:center 8% !important;
  }
  body.site-version-b .hero-actions .btn-outline, body.site-version-c .hero-actions .btn-outline{
    /* no Pro Max ainda mostra os dois; no 360 some via regra abaixo */
  }
}

@media (max-width:360px){
  body.site-version-b .hero-actions .btn-outline, body.site-version-c .hero-actions .btn-outline{ display:none; }
}

/* thumbnails / A-B-C picker premium touch */
@media (max-width:768px){
  .ab-picker{
    padding:5px;
    gap:5px;
    border-radius:999px;
    background:rgba(13,36,56,.9);
    backdrop-filter:blur(8px);
  }
  .ab-btn{
    width:2.15rem;
    height:2.15rem;
    font-size:.78rem;
    min-width:2.15rem;
  }
  body.site-version-b .area-card .thumb,
  body.site-version-b .news-card .thumb, body.site-version-c .news-card .thumb, body.site-version-c .area-card .thumb,
  body.site-version-b .news-card .thumb, body.site-version-c .news-card .thumb{
    min-height:160px;
    border-radius:14px 14px 0 0;
    overflow:hidden;
  }
  body.site-version-b .area-card .thumb img.js-media,
  body.site-version-b .news-card .thumb img.js-media, body.site-version-c .news-card .thumb img.js-media, body.site-version-c .area-card .thumb img.js-media,
  body.site-version-b .news-card .thumb img.js-media, body.site-version-c .news-card .thumb img.js-media{
    object-fit:cover;
    object-position:center 28%;
  }
}

/* área de cards de especialidade: 1 col no mobile com respiro premium */
@media (max-width:640px){
  .grid-3{ grid-template-columns:1fr !important; }
  .news-grid{ grid-template-columns:1fr !important; }
  a.card-link .card{
    display:grid;
    /* keep card content airy */
  }
  .area-card .thumb{ min-height:168px; }
  .area-card .thumb img,
  .news-card .thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
}

/* about / depoimentos mobile */
@media (max-width:768px){
  .about-grid{
    grid-template-columns:1fr !important;
    gap:1.15rem !important;
  }
  .photo-frame{
    border-radius:16px;
    overflow:hidden;
    max-width:320px;
    margin:0 auto;
  }
  .photo-frame img{
    aspect-ratio:4/5;
    object-position:center 12%;
  }
}

/* reduce motion respect already exists */

/* safe areas iOS global */
@supports (padding: max(0px)){
  @media (max-width:768px){
    .top-inner{
      padding-left:max(0px, env(safe-area-inset-left));
      padding-right:max(0px, env(safe-area-inset-right));
    }
    .version-bar-inner{
      padding-left:max(0px, env(safe-area-inset-left));
      padding-right:max(0px, env(safe-area-inset-right));
    }
    body{
      padding-bottom:env(safe-area-inset-bottom);
    }
  }
}

/* ==========================================================================
   BOUTIQUE MOBILE PREMIUM · r7 · equipe360 (mil vezes)
   Diretor de arte + mobile UX + tipografia + foto + CRO
   Princípio: mesmo layout A/B; só densidade, crop, toque e hierarquia
   ========================================================================== */

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

/* iOS: evitar zoom em focus de input */
@media (max-width:768px){
  input, select, textarea{
    font-size:16px !important;
  }
  /* header glass mais premium */
  .top{
    background:rgba(251,250,247,.88) !important;
    backdrop-filter:saturate(1.2) blur(16px);
    -webkit-backdrop-filter:saturate(1.2) blur(16px);
    border-bottom:1px solid rgba(13,36,56,.08);
    box-shadow:0 1px 0 rgba(197,165,114,.28), 0 8px 24px rgba(13,36,56,.04);
  }
  /* menu drawer full-bleed boutique (não lista crua) */
  .nav.is-open{
    display:flex !important;
    position:fixed;
    inset:0;
    z-index:80;
    width:100%;
    height:100dvh;
    margin:0;
    padding:calc(4.8rem + env(safe-area-inset-top,0px)) 1.25rem calc(1.5rem + env(safe-area-inset-bottom,0px));
    flex-direction:column;
    align-items:stretch;
    gap:.15rem;
    background:
      radial-gradient(ellipse 80% 40% at 100% 0%, rgba(197,165,114,.14), transparent 55%),
      linear-gradient(165deg, #0A1C2D 0%, #0D2438 48%, #1A3A5C 100%);
    border-top:0;
    animation:dmNavIn .28s var(--ease-out, cubic-bezier(.22,1,.36,1)) both;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  .nav.is-open a{
    color:rgba(249,247,244,.92) !important;
    border-bottom:1px solid rgba(255,255,255,.08);
    padding:1rem .35rem;
    font-size:1.12rem;
    font-weight:500;
    letter-spacing:-0.01em;
  }
  .nav.is-open a:hover{ color:var(--gold2) !important; }
  .nav.is-open .wa{
    margin-top:1rem !important;
    justify-content:center;
    background:var(--gold) !important;
    color:var(--navy) !important;
    border:0 !important;
    font-weight:700;
    padding:1rem 1.2rem !important;
    border-radius:999px;
    box-shadow:0 10px 28px rgba(197,165,114,.28);
  }
  .nav.is-open .wa::before{ display:none; }
  body.nav-open .nav-toggle{
    position:relative;
    z-index:90;
    background:rgba(255,255,255,.12);
    border-color:rgba(255,255,255,.25);
  }
  body.nav-open .nav-toggle span{ background:#fff; }
  body.nav-open .top{
    background:transparent !important;
    box-shadow:none !important;
    border-bottom-color:transparent !important;
  }
  body.nav-open .brand .word strong{ color:#fff; }
  body.nav-open .brand .word span{ color:rgba(249,247,244,.65); }

  /* version bar compact boutique */
  .version-bar{
    background:linear-gradient(90deg,#0A1C2D,#0D2438 60%,#1A3A5C);
  }
  .version-bar-inner{
    padding:.42rem 0 !important;
    min-height:auto;
  }
  .version-bar-copy strong{
    font-size:.7rem !important;
    letter-spacing:.1em !important;
  }
  .ver-btn{
    min-height:36px !important;
    border-radius:999px;
    font-weight:700;
  }
  .ver-btn.is-active{
    background:var(--gold) !important;
    color:var(--navy) !important;
  }

  /* seções: ritmo editorial */
  .section{ padding:2.15rem 0 !important; }
  .section.alt{ padding:2.15rem 0 !important; }
  .section.band{ padding:2rem 0 !important; }

  /* cards touch com elevação sutil */
  a.card-link .card{
    transition:transform .2s var(--ease-out, cubic-bezier(.22,1,.36,1)), box-shadow .2s ease, border-color .2s ease;
  }
  a.card-link:active .card{
    transform:scale(.985);
  }
  .card, .area-card, .news-card, .depo-card{
    box-shadow:0 4px 16px rgba(13,36,56,.05);
  }

  /* FAQ summary 44px */
  .faq summary, .faq details summary{
    min-height:var(--touch, 44px);
    display:flex;
    align-items:center;
    padding:.85rem 0;
    font-size:1.02rem;
  }

  /* footer social row */
  footer.site .social a,
  .social-row a{
    min-width:44px;
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }

  /* CTA faixa final */
  .final-cta, .band-cta, .cta-band{
    padding:2rem 0 !important;
  }
}

@keyframes dmNavIn{
  from{ opacity:0; transform:translateY(-6px); }
  to{ opacity:1; transform:translateY(0); }
}

/* ——— A · hero boutique 2-col (texto | foto) ——— */
@media (max-width:768px){
  body.site-version-a .hero,
  body:not(.site-version-b) .hero{
    padding:1.1rem 0 1.25rem !important;
    background:
      radial-gradient(ellipse 70% 55% at 100% 0%, rgba(197,165,114,.2), transparent 58%),
      linear-gradient(180deg, #fff 0%, var(--ivory) 70%, var(--ivory2) 100%) !important;
  }
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    /* foto um pouco maior: autoridade visual sem empilhar */
    grid-template-columns: minmax(0,1.05fr) minmax(124px,1fr) !important;
    gap:.75rem !important;
    align-items:center !important;
  }
  body.site-version-a .hero .eyebrow,
  body:not(.site-version-b) .hero .eyebrow{
    font-size:.58rem !important;
    letter-spacing:.14em !important;
    margin-bottom:.3rem !important;
    opacity:.95;
  }
  body.site-version-a .hero h1,
  body:not(.site-version-b) .hero h1{
    font-size:clamp(1.22rem, 4.8vw, 1.55rem) !important;
    line-height:1.12 !important;
    letter-spacing:-0.03em !important;
    margin-bottom:.38rem !important;
  }
  body.site-version-a .hero .lead,
  body:not(.site-version-b) .hero .lead{
    font-size:.8rem !important;
    line-height:1.45 !important;
    margin-bottom:.55rem !important;
    /* r7: clamp mais generoso — menos sensação de texto cortado */
    -webkit-line-clamp:4 !important;
    color:var(--muted);
  }
  body.site-version-a .hero-actions,
  body:not(.site-version-b) .hero-actions{
    gap:.35rem !important;
    margin-bottom:.5rem !important;
  }
  body.site-version-a .hero-actions .btn-wa,
  body:not(.site-version-b) .hero-actions .btn-wa{
    min-height:44px !important;
    font-size:.78rem !important;
    padding:.65rem .7rem !important;
    box-shadow:0 8px 20px rgba(13,36,56,.16) !important;
  }
  body.site-version-a .hero-actions .btn-outline,
  body:not(.site-version-b) .hero-actions .btn-outline{
    min-height:40px !important;
    font-size:.74rem !important;
    border-color:rgba(13,36,56,.18) !important;
  }
  body.site-version-a .hero-meta,
  body:not(.site-version-b) .hero-meta{
    gap:.22rem !important;
  }
  body.site-version-a .hero .chip,
  body:not(.site-version-b) .hero .chip{
    font-size:.58rem !important;
    padding:.16rem .42rem !important;
    border-color:rgba(197,165,114,.4) !important;
    background:rgba(255,255,255,.95) !important;
  }
  /* foto: moldura boutique */
  body.site-version-a .hero-photo,
  body:not(.site-version-b) .hero-photo{
    border-radius:18px !important;
    border:1px solid rgba(197,165,114,.45) !important;
    box-shadow:
      0 1px 0 rgba(255,255,255,.6) inset,
      0 14px 32px rgba(13,36,56,.14) !important;
  }
  body.site-version-a .hero-photo::before,
  body:not(.site-version-b) .hero-photo::before{
    width:3px !important;
    background:linear-gradient(180deg, var(--gold2), var(--gold3)) !important;
  }
  body.site-version-a .hero-photo img,
  body:not(.site-version-b) .hero-photo img{
    aspect-ratio:3/4 !important;
    object-fit:cover !important;
    object-position:var(--hero-a-pos, center 14%) !important;
  }
}

@media (max-width:430px){
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    grid-template-columns: minmax(0,1.08fr) minmax(112px,.92fr) !important;
    gap:.55rem !important;
  }
  body.site-version-a .hero h1,
  body:not(.site-version-b) .hero h1{
    font-size:clamp(1.12rem, 5vw, 1.36rem) !important;
  }
  body.site-version-a .hero .lead,
  body:not(.site-version-b) .hero .lead{
    font-size:.76rem !important;
    -webkit-line-clamp:3 !important;
  }
}

@media (max-width:360px){
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    grid-template-columns: minmax(0,1.12fr) minmax(100px,.88fr) !important;
    gap:.42rem !important;
  }
  body.site-version-a .hero-meta .chip:nth-child(n+2),
  body:not(.site-version-b) .hero-meta .chip:nth-child(n+2){
    display:none;
  }
}

/* ——— B · full-bleed cinematic mobile ——— */
@media (max-width:768px){
  body.site-version-b .hero, body.site-version-c .hero{
    min-height:var(--hero-b-min, min(82dvh, 680px)) !important;
  }
  body.site-version-b .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    min-height:var(--hero-b-min, min(82dvh, 680px)) !important;
  }
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    width:min(100% - 1.35rem, 36rem) !important;
    margin:0 auto !important;
    padding:
      calc(1rem + env(safe-area-inset-top, 0px))
      0
      calc(1.6rem + env(safe-area-inset-bottom, 0px)) !important;
    justify-content:flex-end !important;
    gap:.15rem;
  }
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position:var(--hero-b-pos, center 12%) !important;
  }
  /* vinheta cinematográfica: rosto legível no topo, texto legível embaixo */
  body.site-version-b .hero-photo::before, body.site-version-c .hero-photo::before{
    background:
      linear-gradient(180deg,
        rgba(8,22,36,.28) 0%,
        rgba(8,22,36,.08) 28%,
        rgba(8,22,36,.42) 55%,
        rgba(8,22,36,.88) 78%,
        rgba(8,22,36,.96) 100%),
      linear-gradient(90deg, rgba(8,22,36,.45) 0%, transparent 55%) !important;
  }
  body.site-version-b .hero .eyebrow, body.site-version-c .hero .eyebrow{
    color:var(--gold2) !important;
    font-size:.68rem !important;
    letter-spacing:.16em !important;
    text-shadow:0 1px 12px rgba(0,0,0,.35);
  }
  body.site-version-b .hero h1, body.site-version-c .hero h1{
    font-size:clamp(1.55rem, 6.5vw, 2.05rem) !important;
    line-height:1.1 !important;
    letter-spacing:-0.025em !important;
    text-shadow:0 2px 24px rgba(0,0,0,.45);
    max-width:18ch;
  }
  body.site-version-b .hero .lead, body.site-version-c .hero .lead{
    font-size:.9rem !important;
    line-height:1.48 !important;
    max-width:32rem;
    opacity:.94;
    -webkit-line-clamp:3 !important;
    text-shadow:0 1px 14px rgba(0,0,0,.35);
  }
  body.site-version-b .hero-actions, body.site-version-c .hero-actions{
    gap:.45rem !important;
  }
  body.site-version-b .hero-actions .btn-wa, body.site-version-c .hero-actions .btn-wa{
    min-height:48px !important;
    font-size:.9rem !important;
    padding:.8rem 1.15rem !important;
    background:var(--gold) !important;
    color:var(--navy) !important;
    box-shadow:0 12px 32px rgba(0,0,0,.28) !important;
  }
  body.site-version-b .hero-actions .btn-wa img, body.site-version-c .hero-actions .btn-wa img{
    /* ícone WA: preferir contraste no botão gold */
    filter:none;
  }
  body.site-version-b .hero .btn-outline, body.site-version-c .hero .btn-outline{
    min-height:44px !important;
    background:rgba(255,255,255,.08) !important;
    border:1px solid rgba(255,255,255,.5) !important;
    color:#fff !important;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }
  body.site-version-b .hero .chip, body.site-version-c .hero .chip{
    font-size:.68rem !important;
    padding:.28rem .6rem !important;
    background:rgba(255,255,255,.1) !important;
    border-color:rgba(197,165,114,.45) !important;
    color:#fff !important;
    backdrop-filter:blur(8px);
  }
}

@media (max-width:430px){
  body.site-version-b .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child, body.site-version-c .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    min-height:var(--hero-b-min, min(86dvh, 720px)) !important;
  }
  body.site-version-b .hero h1, body.site-version-c .hero h1{
    font-size:clamp(1.42rem, 7vw, 1.85rem) !important;
  }
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position:var(--hero-b-pos, center 9%) !important;
  }
}

/* thumbs cards: crop humano */
@media (max-width:768px){
  .area-card .thumb, .news-card .thumb{
    position:relative;
  }
  .area-card .thumb img, .news-card .thumb img{
    transform:scale(1.01);
  }
  .area-card, .news-card{
    border-radius:16px;
    overflow:hidden;
  }
  .area-card h3, .news-card h3{
    padding:0 .95rem;
    margin-top:.75rem;
  }
  .area-card p, .news-card p{
    padding:0 .95rem .2rem;
  }
  a.card-link .cta-more{
    margin:0 .95rem .95rem !important;
  }
}

/* about: foto com moldura gold sutil */
@media (max-width:768px){
  .photo-frame{
    border-radius:18px !important;
    border:1px solid rgba(197,165,114,.4);
    box-shadow:0 16px 40px rgba(13,36,56,.12);
    max-width:min(340px, 88vw) !important;
  }
}

/* depoimentos: 1 col limpo */
@media (max-width:768px){
  .depo-grid{ grid-template-columns:1fr !important; gap:.75rem !important; }
  .depo-card, .quote-card{
    border-radius:16px;
    padding:1.1rem 1.15rem;
  }
}

/* stats densos */
@media (max-width:640px){
  .stat-grid{
    grid-template-columns:1fr 1fr !important;
    gap:.55rem !important;
  }
  .stat, .stat-card{
    border-radius:14px;
    padding:.9rem .75rem;
    text-align:center;
  }
  .stat strong, .stat-card strong, .stat .num{
    font-size:1.35rem;
    letter-spacing:-0.02em;
  }
}

/* ig card full width premium */
@media (max-width:768px){
  .ig-card{
    max-width:none !important;
    border-radius:16px;
    padding:1rem 1.1rem;
  }
}

/* cookie / back-top fora da zona de polegar crítica */
@media (max-width:768px){
  .cookie{
    bottom:calc(.75rem + env(safe-area-inset-bottom,0px)) !important;
  }
  #backTop{
    bottom:calc(1.1rem + env(safe-area-inset-bottom,0px));
    right:.85rem;
    width:44px;height:44px;
    border-radius:50%;
  }
}

/* landscape phone: A e B usáveis */
@media (max-width:900px) and (orientation:landscape) and (max-height:480px){
  body.site-version-a .hero,
  body:not(.site-version-b) .hero{
    padding:.75rem 0 !important;
  }
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    grid-template-columns:1.15fr .85fr !important;
    gap:.85rem !important;
  }
  body.site-version-a .hero-photo img,
  body:not(.site-version-b) .hero-photo img{
    aspect-ratio:1/1 !important;
    object-position:center 18% !important;
  }
  body.site-version-b .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child, body.site-version-c .hero,
  body.site-version-b .hero > .wrap.hero-grid, body.site-version-c .hero > .wrap.hero-grid,
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    min-height:min(100dvh, 420px) !important;
  }
  body.site-version-b .hero h1, body.site-version-c .hero h1{ font-size:1.45rem !important; max-width:none; }
  body.site-version-b .hero .lead, body.site-version-c .hero .lead{ -webkit-line-clamp:2 !important; }
}

/* prefer reduced motion */
@media (prefers-reduced-motion:reduce){
  .nav.is-open{ animation:none !important; }
  a.card-link .card{ transition:none !important; }
}

/* ==========================================================================
   r7b · sensor visual (iPhone14 shots): A foto dominava; B rosto na borda
   ========================================================================== */
@media (max-width:768px){
  /* A: mais texto, foto controlada (não “meio rosto gigante”) */
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    grid-template-columns: minmax(0,1.28fr) minmax(100px,.72fr) !important;
    gap:.65rem !important;
    align-items:center !important;
  }
  body.site-version-a .hero-photo,
  body:not(.site-version-b) .hero-photo{
    max-height:min(42vh, 320px) !important;
    align-self:center !important;
  }
  body.site-version-a .hero-photo img,
  body:not(.site-version-b) .hero-photo img{
    max-height:min(42vh, 320px) !important;
    aspect-ratio:3/4 !important;
    object-fit:cover !important;
    object-position:center 18% !important;
  }
  body.site-version-a .hero h1,
  body:not(.site-version-b) .hero h1{
    font-size:clamp(1.28rem, 5.2vw, 1.58rem) !important;
  }
  body.site-version-a .hero .lead,
  body:not(.site-version-b) .hero .lead{
    font-size:.84rem !important;
    -webkit-line-clamp:5 !important;
  }
  body.site-version-a .hero-meta,
  body:not(.site-version-b) .hero-meta{
    margin-bottom:.15rem;
  }

  /* B: puxar sujeito para o centro-frame (shots mostravam só ombro direito) */
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position: 62% 14% !important;
  }
  body.site-version-b .hero-grid > div:first-child, body.site-version-c .hero-grid > div:first-child{
    justify-content:flex-end !important;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px)) !important;
  }
  /* cookie não cobrir CTA: sobe um pouco no mobile */
  .cookie{
    bottom: auto !important;
    top: auto !important;
    left: .75rem !important;
    right: .75rem !important;
    width: auto !important;
    max-width: none !important;
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width:430px){
  body.site-version-a .hero-grid,
  body:not(.site-version-b) .hero-grid{
    grid-template-columns: minmax(0,1.32fr) minmax(96px,.68fr) !important;
  }
  body.site-version-a .hero-photo img,
  body:not(.site-version-b) .hero-photo img{
    max-height:min(38vh, 280px) !important;
    object-position:center 16% !important;
  }
  body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
    object-position: 58% 12% !important;
  }
}

/* device-adapt vars ainda valem; r7b força fallback seguro se JS falhar */
html[data-viewport="phone"] body.site-version-b .hero-photo img,
html[data-viewport="phone-sm"] body.site-version-b .hero-photo img, body.site-version-c .hero-photo img,
html[data-viewport="phone-xs"] body.site-version-b .hero-photo img, body.site-version-c .hero-photo img, body.site-version-c .hero-photo img,
html[data-viewport="phone-sm"] body.site-version-b .hero-photo img, body.site-version-c .hero-photo img,
html[data-viewport="phone-xs"] body.site-version-b .hero-photo img, body.site-version-c .hero-photo img{
  object-position: 60% 12% !important;
}

/* sede-grid presence · 2026-07-30 */
.sede-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:.65rem;
  margin:1rem 0 1.1rem;
}
.sede-card{
  background:var(--ivory,#F9F7F4);
  border:1px solid rgba(13,36,56,.1);
  border-radius:12px;
  padding:.75rem .65rem;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:.2rem;
}
.sede-card.is-capital{
  background:linear-gradient(160deg,#0D2438 0%,#1A3A5C 100%);
  color:#fff;
  border-color:transparent;
  box-shadow:0 10px 24px rgba(13,36,56,.18);
}
.sede-card .sede-kicker{
  font-size:.68rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
  opacity:.75;
}
.sede-card.is-capital .sede-kicker{color:#C5A572;opacity:1}
.sede-card strong{
  font-size:.98rem;
  color:inherit;
  line-height:1.25;
}
.sede-card .sede-note{
  font-size:.72rem;
  opacity:.8;
}
.sede-addr-note{
  font-size:.92rem;
  color:var(--muted,#5A6A75);
  margin:.2rem 0 .85rem;
  line-height:1.55;
}
.sede-ref{
  font-size:.95rem;
  line-height:1.55;
  margin:0 0 .5rem;
  padding:.85rem 1rem;
  border-left:3px solid #C5A572;
  background:rgba(197,165,114,.08);
  border-radius:0 10px 10px 0;
}
.sede-stat-line{
  text-align:center;
  margin:1.1rem 0 0;
  font-size:.95rem;
  font-weight:600;
  letter-spacing:.02em;
  color:var(--navy2,#1A3A5C);
}
@media (max-width:900px){
  .sede-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:560px){
  .sede-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sede-card.is-capital{grid-column:1 / -1}
}

/* ============================================================
   Opção C · paleta escritório PREMIUM (branco / preto / cinza / dourado)
   Layout full-bleed = B. Contraste AA+, hierarquia forte, zero texto lavado.
   v=20260730optc-v2
   ============================================================ */

/* Tokens C (escopo body) */
body.site-version-c {
  --navy: #0A0A0A;
  --navy2: #141414;
  --navy3: #2A2A2A;
  --gold: #B8952E;
  --gold2: #D4AF37;
  --gold3: #8A7020;
  --ivory: #FAFAFA;
  --ivory2: #F0F0F0;
  --paper: #FFFFFF;
  --text: #111111;
  --muted: #4A4A4A;
  --line: rgba(10, 10, 10, 0.12);
  --shadow: 0 12px 36px rgba(0, 0, 0, 0.10);
  background: #FAFAFA;
  color: #111111;
}

/* Header: branco sólido, legível, sticky confiante */
body.site-version-c .top {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid rgba(10, 10, 10, 0.10) !important;
  box-shadow: 0 1px 0 rgba(184, 149, 46, 0.45), 0 8px 24px rgba(0,0,0,.04) !important;
}
body.site-version-c .top.scrolled {
  background: #FFFFFF !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08) !important;
}
body.site-version-c .brand .word strong { color: #0A0A0A !important; }
body.site-version-c .brand .word span { color: #4A4A4A !important; }
body.site-version-c .nav a {
  color: #1A1A1A !important;
  font-weight: 600;
}
body.site-version-c .nav a:hover { color: #8A7020 !important; }
body.site-version-c .nav a.wa {
  background: #0A0A0A !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
}
body.site-version-c .nav a.wa:hover {
  background: #2A2A2A !important;
  color: #D4AF37 !important;
}
body.site-version-c .nav-toggle span { background: #0A0A0A !important; }

/* Version bar */
body.site-version-c .version-bar {
  background: #0A0A0A !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.45) !important;
}
body.site-version-c .version-bar-copy strong { color: #D4AF37 !important; }
body.site-version-c .version-bar-copy span { color: rgba(255,255,255,.82) !important; }
body.site-version-c .ver-btn {
  border: 1px solid rgba(212, 175, 55, 0.55) !important;
  color: #FFFFFF !important;
  background: transparent !important;
  font-weight: 700 !important;
}
body.site-version-c .ver-btn.is-active {
  background: #D4AF37 !important;
  color: #0A0A0A !important;
  border-color: #D4AF37 !important;
}

/* Hero full-bleed C: overlay PRETO (não navy azulado da B) */
body.site-version-c .hero {
  background: #0A0A0A !important;
  color: #FFFFFF !important;
}
body.site-version-c .hero .eyebrow {
  color: #D4AF37 !important;
  border-color: rgba(212, 175, 55, 0.55) !important;
  text-shadow: 0 1px 14px rgba(0,0,0,.55) !important;
}
body.site-version-c .hero h1 {
  color: #FFFFFF !important;
  text-shadow: 0 2px 28px rgba(0,0,0,.55) !important;
}
body.site-version-c .hero .lead {
  color: rgba(255, 255, 255, 0.94) !important;
  text-shadow: 0 1px 16px rgba(0,0,0,.4);
}
body.site-version-c .hero .chip {
  background: rgba(0, 0, 0, 0.45) !important;
  border: 1px solid rgba(212, 175, 55, 0.65) !important;
  color: #F5E6B0 !important;
  backdrop-filter: blur(8px);
  font-weight: 700 !important;
}
body.site-version-c .hero .btn-outline {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
  background: rgba(0, 0, 0, 0.25) !important;
}
body.site-version-c .hero .btn-outline:hover {
  border-color: #D4AF37 !important;
  color: #D4AF37 !important;
  background: rgba(0, 0, 0, 0.4) !important;
}
body.site-version-c .hero .btn-wa,
body.site-version-c .hero-actions .btn-wa {
  background: #D4AF37 !important;
  color: #0A0A0A !important;
  border: 0 !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.35) !important;
  font-weight: 800 !important;
}
body.site-version-c .hero .btn-wa:hover,
body.site-version-c .hero-actions .btn-wa:hover {
  background: #E6C65A !important;
  color: #0A0A0A !important;
}
/* Overlay hero C: preto premium (substitui navy da B) */
body.site-version-c .hero-photo::before {
  background:
    linear-gradient(100deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.72) 40%, rgba(0,0,0,.28) 68%, rgba(0,0,0,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.25) 0%, transparent 35%, rgba(0,0,0,.55) 100%) !important;
}
body.site-version-c .hero::after {
  background: linear-gradient(90deg, #8A7020, #D4AF37, #E6C65A) !important;
}

/* Seções e tipografia de corpo */
body.site-version-c .section { background: #FAFAFA; }
body.site-version-c .section.alt,
body.site-version-c .section.band {
  background: #F0F0F0 !important;
}
body.site-version-c .sec {
  color: #0A0A0A !important;
  font-weight: 700;
}
body.site-version-c .sec-sub {
  color: #3D3D3D !important;
}
body.site-version-c p,
body.site-version-c li {
  color: #1A1A1A;
}
body.site-version-c .muted,
body.site-version-c [style*="color:var(--muted)"] {
  color: #4A4A4A !important;
}
body.site-version-c .gold-rule {
  background: linear-gradient(90deg, #8A7020, #D4AF37) !important;
  height: 3px;
}

/* Cards premium */
body.site-version-c .card,
body.site-version-c .unit-box,
body.site-version-c .contact-box,
body.site-version-c .step {
  background: #FFFFFF !important;
  border: 1px solid rgba(10, 10, 10, 0.10) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06) !important;
}
body.site-version-c .card:hover,
body.site-version-c .card-link:hover .card {
  border-color: rgba(184, 149, 46, 0.55) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.10) !important;
  transform: translateY(-2px);
}
body.site-version-c .card h3,
body.site-version-c .area-card h3,
body.site-version-c .news-card h3 {
  color: #0A0A0A !important;
}
body.site-version-c .card p,
body.site-version-c .area-card p,
body.site-version-c .news-card p {
  color: #3A3A3A !important;
}
body.site-version-c .cta-more {
  color: #8A7020 !important;
  font-weight: 700 !important;
}
body.site-version-c .src-line,
body.site-version-c time {
  color: #5A5A5A !important;
}

/* Stats */
body.site-version-c .stat {
  background: #FFFFFF;
  border: 1px solid rgba(10,10,10,.1);
  border-radius: 14px;
  padding: 1rem;
}
body.site-version-c .stat strong {
  color: #0A0A0A !important;
}
body.site-version-c .stat span {
  color: #4A4A4A !important;
}
body.site-version-c .sede-stat-line {
  color: #0A0A0A !important;
  letter-spacing: 0.04em;
}

/* Sedes grid */
body.site-version-c .sede-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(10,10,10,.12) !important;
}
body.site-version-c .sede-card strong { color: #0A0A0A !important; }
body.site-version-c .sede-card .sede-kicker { color: #6A6A6A !important; }
body.site-version-c .sede-card .sede-note { color: #5A5A5A !important; }
body.site-version-c .sede-card.is-capital {
  background: linear-gradient(160deg, #0A0A0A 0%, #222 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.2) !important;
}
body.site-version-c .sede-card.is-capital .sede-kicker { color: #D4AF37 !important; }
body.site-version-c .sede-card.is-capital strong { color: #FFFFFF !important; }
body.site-version-c .sede-card.is-capital .sede-note { color: rgba(255,255,255,.8) !important; }
body.site-version-c .sede-ref {
  background: rgba(212, 175, 55, 0.12) !important;
  border-left: 4px solid #D4AF37 !important;
  color: #1A1A1A !important;
}
body.site-version-c .sede-addr-note { color: #4A4A4A !important; }

/* Botões globais C */
body.site-version-c .btn {
  background: linear-gradient(135deg, #B8952E, #D4AF37) !important;
  color: #0A0A0A !important;
  font-weight: 800 !important;
  box-shadow: 0 8px 22px rgba(184, 149, 46, 0.32) !important;
}
body.site-version-c .btn:hover { color: #0A0A0A !important; filter: brightness(1.05); }
body.site-version-c .btn-navy,
body.site-version-c .btn-wa {
  background: #0A0A0A !important;
  color: #FFFFFF !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.18) !important;
}
body.site-version-c .btn-navy:hover,
body.site-version-c .btn-wa:hover {
  background: #222 !important;
  color: #D4AF37 !important;
}
body.site-version-c .btn-outline {
  background: transparent !important;
  color: #0A0A0A !important;
  border: 1.5px solid rgba(10,10,10,.28) !important;
  box-shadow: none !important;
}
body.site-version-c .btn-outline:hover {
  background: rgba(10,10,10,.04) !important;
  border-color: #B8952E !important;
  color: #0A0A0A !important;
}

/* FAQ */
body.site-version-c details {
  background: #FFFFFF;
  border: 1px solid rgba(10,10,10,.1);
  border-radius: 12px;
  padding: .35rem .85rem;
  margin-bottom: .55rem;
}
body.site-version-c details summary {
  color: #0A0A0A !important;
  font-weight: 700 !important;
  cursor: pointer;
}
body.site-version-c details p { color: #2A2A2A !important; }

/* Forms */
body.site-version-c label { color: #1A1A1A !important; font-weight: 600; }
body.site-version-c input,
body.site-version-c select,
body.site-version-c textarea {
  background: #FFFFFF !important;
  border: 1px solid rgba(10,10,10,.18) !important;
  color: #0A0A0A !important;
}
body.site-version-c input:focus,
body.site-version-c select:focus,
body.site-version-c textarea:focus {
  outline: 2px solid rgba(212, 175, 55, 0.55);
  border-color: #B8952E !important;
}
body.site-version-c .note { color: #4A4A4A !important; }

/* Chips fora do hero */
body.site-version-c .chip {
  background: #FFFFFF !important;
  border: 1px solid rgba(184, 149, 46, 0.55) !important;
  color: #0A0A0A !important;
  font-weight: 700 !important;
}

/* Back top + cookie */
body.site-version-c #backTop {
  background: #0A0A0A !important;
  color: #D4AF37 !important;
}
body.site-version-c .cookie {
  background: #FFFFFF !important;
  border: 1px solid rgba(10,10,10,.12);
  color: #1A1A1A !important;
  box-shadow: 0 12px 40px rgba(0,0,0,.15);
}
body.site-version-c .cookie .ok {
  background: #0A0A0A !important;
  color: #fff !important;
}
body.site-version-c .cookie .no {
  border: 1px solid rgba(10,10,10,.25) !important;
  color: #0A0A0A !important;
}

/* Mobile nav panel */
body.site-version-c .nav.is-open,
body.site-version-c .nav.open {
  background: #FFFFFF !important;
}
@media (max-width: 900px) {
  body.site-version-c .nav {
    background: #FFFFFF;
  }
  body.site-version-c .hero-photo::before {
    background:
      linear-gradient(180deg,
        rgba(0,0,0,.35) 0%,
        rgba(0,0,0,.15) 28%,
        rgba(0,0,0,.55) 58%,
        rgba(0,0,0,.92) 100%) !important;
  }
  body.site-version-c .hero h1 { font-size: clamp(1.65rem, 7vw, 2.1rem) !important; }
  body.site-version-c .hero .lead { font-size: 1rem !important; }
}

/* Acessibilidade foco */
body.site-version-c a:focus-visible,
body.site-version-c button:focus-visible {
  outline: 3px solid #D4AF37;
  outline-offset: 2px;
}

/* version-bar slim 20260730 */
.version-bar{ min-height:0; }
.version-bar-inner{ padding:.28rem 0 !important; gap:.4rem .65rem !important; }
.version-bar-copy strong{ font-size:.72rem !important; line-height:1.2 !important; }
.version-bar-copy span{ font-size:.68rem !important; line-height:1.35 !important; }
.ver-btn{ min-height:0 !important; padding:.28rem .7rem !important; font-size:.72rem !important; }
body.site-version-c .version-bar{
  background: #0A0A0A !important;
  border-bottom: 2px solid #D4AF37 !important;
  box-shadow: 0 3px 12px rgba(0,0,0,.2) !important;
}
body.site-version-c .version-bar-copy strong{ color:#D4AF37 !important; }
body.site-version-c .version-bar-copy span{ color:rgba(255,255,255,.88) !important; }
@media (max-width:720px){
  .version-bar-inner{ flex-wrap:wrap !important; }
  .version-toggle{ margin-left:auto; }
}

/* Footer C · claro, premium, identidade P/B/cinza/dourado */
body.site-version-c footer.site {
  background: #FFFFFF !important;
  color: #3A3A3A !important;
  border-top: 1px solid rgba(10, 10, 10, 0.08) !important;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.03);
  position: relative;
  padding-top: 2.6rem !important;
}
body.site-version-c footer.site::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #8A7020, #D4AF37 45%, #E6C65A 100%);
}
body.site-version-c footer.site h4 {
  color: #0A0A0A !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  font-size: 0.9rem !important;
  text-transform: uppercase;
}
body.site-version-c footer.site p {
  color: #5A5A5A !important;
}
body.site-version-c footer.site a {
  color: #1A1A1A !important;
  transition: color .15s ease;
}
body.site-version-c footer.site a:hover {
  color: #8A7020 !important;
}
body.site-version-c footer.site li {
  color: #3A3A3A !important;
}
body.site-version-c footer.site .brand-foot h4,
body.site-version-c footer.site .brand-foot-link h4 {
  color: #0A0A0A !important;
  text-transform: none !important;
  font-size: 1.05rem !important;
  letter-spacing: 0 !important;
}
body.site-version-c footer.site .brand-foot p,
body.site-version-c footer.site .brand-foot-link p {
  color: #5A5A5A !important;
}
body.site-version-c footer.site .brand-foot img,
body.site-version-c footer.site a.brand-foot-link img {
  background: #0A0A0A !important;
  border: 1px solid rgba(212, 175, 55, 0.55);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
body.site-version-c footer.site .social-row a {
  background: #FAFAFA !important;
  border: 1px solid rgba(10, 10, 10, 0.1) !important;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.site-version-c footer.site .social-row a:hover {
  border-color: rgba(212, 175, 55, 0.7) !important;
  background: rgba(212, 175, 55, 0.1) !important;
}
body.site-version-c footer.site .foot-bottom {
  color: #6A6A6A !important;
  border-top: 1px solid rgba(10, 10, 10, 0.08) !important;
  background: #FAFAFA;
  margin-top: 0.25rem;
  padding: 1rem 0 !important;
}
body.site-version-c .foot-bottom {
  color: #6A6A6A !important;
  border-top-color: rgba(10, 10, 10, 0.08) !important;
}



/* map-panel mobile */
@media (max-width:900px){
  .map-panel{ min-height:0; }
  .map-wrap{ min-height:320px; height:320px; flex:none; }
  .map-wrap--solo{ min-height:300px; height:300px; }
}
@media (max-width:560px){
  .map-wrap{ min-height:280px; height:280px; }
}

/* Option C map premium */
body.site-version-c .map-panel{
  background:#FFFFFF !important;
  border:1px solid rgba(10,10,10,.1) !important;
  box-shadow:0 12px 32px rgba(0,0,0,.06) !important;
}
body.site-version-c .map-panel-head{
  background:linear-gradient(180deg,#FFFFFF 0%, #F5F5F5 100%) !important;
  border-bottom:1px solid rgba(10,10,10,.08) !important;
}
body.site-version-c .map-panel-kicker{ color:#8A7020 !important; }
body.site-version-c .map-panel-head strong{ color:#0A0A0A !important; }
body.site-version-c .map-wrap{ background:#F0F0F0 !important; }
body.site-version-c .map-panel{
  border-top:3px solid #D4AF37;
}


.photo-frame .photo-caption{
  margin:.65rem 0 0;
  font-size:.88rem;
  color:var(--muted);
  text-align:center;
  line-height:1.45;
}
body.site-version-c .photo-frame .photo-caption{ color:#4A4A4A !important; }

/* oficial: sem barra A/B/C */
.version-bar, .version-toggle, .ab-picker{display:none!important}
body.site-official .version-bar{display:none!important}
