/* ==========================================================================
   JS MÁRMORES & GRANITOS — Design System
   Paleta: ardósia/preto + latão envelhecido | Tipografia: Instrument Serif + Archivo + JetBrains Mono
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Archivo:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

:root{
  color-scheme: only light;

  /* --- Cor: pedra + latão --- */
  --ink:        #131316;   /* preto ardósia — fundo header/footer/hero */
  --ink-2:      #1c1c20;   /* superfície escura secundária */
  --graphite:   #2b2b30;   /* bordas/linhas sobre escuro */
  --stone-900:  #24242a;
  --stone-700:  #565660;   /* texto secundário sobre claro */
  --stone-500:  #83838c;   /* texto terciário / legendas */
  --stone-300:  #c7c5c2;   /* linhas sutis sobre claro */
  --stone-100:  #e8e6e1;
  --fog:        #f2f0eb;   /* fundo claro — like calcário */
  --paper:      #faf9f6;   /* cartões sobre --fog */
  --white:      #ffffff;

  --brass:      #ad8a54;   /* latão — acento principal */
  --brass-light:#d9c093;   /* latão claro — sobre fundo escuro */
  --brass-dark: #8a6c3e;   /* latão escuro — hover / sobre claro */
  --brass-line: rgba(173,138,84,.35);

  --line-dark:  rgba(255,255,255,.22);
  --line-light: rgba(19,19,22,.16);

  --ok:         #6b8f71;

  /* --- Contexto de cor em cascata: qualquer seção escura herda o contraste
     certo automaticamente, sem depender de uma classe aplicada manualmente --- */
  --heading:    var(--ink);
  --body-text:  var(--stone-700);
  --muted-text: var(--stone-500);
  --emphasis:   var(--brass-dark);
  --line:       var(--line-light);
  --surface:    var(--paper);

  /* --- Tipografia --- */
  --f-display: 'Instrument Serif', 'Times New Roman', serif;
  --f-body:    'Archivo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --f-mono:    'JetBrains Mono', 'SFMono-Regular', Menlo, monospace;

  /* --- Escala --- */
  --container: 1180px;
  --radius-s: 4px;
  --radius-m: 10px;
  --radius-l: 22px;

  --ease: cubic-bezier(.22,.7,.24,1);
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

html{ overflow-x: hidden; width: 100%; }
body{
  margin: 0;
  font-family: var(--f-body);
  color: var(--ink);
  background: var(--fog);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.55;
  overflow-x: hidden;
  width: 100%;
}
h1,h2,h3,.lede,p{ overflow-wrap: break-word; word-break: break-word; }
a, button{ min-height: 0; }
@media (max-width: 380px){
  .container{ padding: 0 18px; }
  h1, .h1{ font-size: clamp(1.95rem, 8vw, 2.6rem); }
  .btn{ padding: 14px 20px; font-size: .9rem; }
}

/* Força contraste real (iOS Safari ignora color-scheme herdado em alguns casos) */
html, body{ background-color: var(--fog) !important; color: var(--ink) !important; }
@media (prefers-color-scheme: dark){
  html, body{ background-color: var(--fog) !important; color: var(--ink) !important; }
}

/* Qualquer container com fundo escuro herda automaticamente o contexto de cor
   correto — títulos, texto e ênfases nunca mais ficam escuro-sobre-escuro. */
.hero, .section--dark, .section--ink2, .cta-band, .site-footer, .site-header,
.mobile-nav, .on-dark{
  --heading: var(--white);
  --body-text: var(--stone-300);
  --muted-text: var(--stone-300);
  --emphasis: var(--brass-light);
  --line: var(--line-dark);
  --surface: var(--ink-2);
  color: var(--body-text);
}

img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
button{ font-family: inherit; }
ul, ol{ margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4,p,figure{ margin: 0; }

:focus-visible{
  outline: 2px solid var(--brass);
  outline-offset: 3px;
  border-radius: 2px;
}

.container{
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 1300px){
  .container{ padding: 0 32px; }
}

/* --------------------------------------------------------------------------
   Tipografia utilitária
   -------------------------------------------------------------------------- */
.eyebrow{
  font-family: var(--f-mono);
  font-size: 12.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--emphasis);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before{
  content: "";
  width: 22px; height: 1px;
  background: var(--emphasis);
  display: inline-block;
}

h1, .h1{
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(2.3rem, 5.4vw, 3.9rem);
  line-height: 1.05;
  letter-spacing: -.01em;
  color: var(--heading);
}
h2, .h2{
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 3.4vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: -.005em;
  color: var(--heading);
}
h3, .h3{
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 1.18rem;
  line-height: 1.3;
  color: var(--heading);
}

.lede{
  font-size: 1.1rem;
  color: var(--body-text);
  max-width: 54ch;
}

em, i{ font-family: var(--f-display); font-style: italic; color: var(--emphasis); }

/* --------------------------------------------------------------------------
   Botões
   -------------------------------------------------------------------------- */
.btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: var(--radius-s);
  font-family: var(--f-body);
  font-weight: 600;
  font-size: .96rem;
  letter-spacing: .01em;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .35s var(--ease), background-color .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
  min-height: 44px;
}
.btn svg{ width: 18px; height: 18px; flex: none; }
.btn-brass{
  background: var(--brass);
  color: var(--ink);
}
.btn-brass:hover{ background: var(--brass-light); transform: translateY(-2px); }
.btn-ghost-dark{
  background: transparent;
  border-color: var(--line-dark);
  color: var(--white);
}
.btn-ghost-dark:hover{ border-color: var(--brass-light); color: var(--brass-light); transform: translateY(-2px); }
.btn-ghost-light{
  background: transparent;
  border-color: var(--line-light);
  color: var(--ink);
}
.btn-ghost-light:hover{ border-color: var(--brass-dark); color: var(--brass-dark); transform: translateY(-2px); }
.btn-text{
  padding: 0; min-height: 0;
  color: var(--emphasis);
  font-weight: 600;
  border-bottom: 1px solid var(--brass-line);
}
.btn-text:hover{ border-color: var(--emphasis); }
.btn-row{ display: flex; flex-wrap: wrap; gap: 14px 18px; align-items: center; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header{
  position: sticky; top: 0; z-index: 60;
  background: rgba(19,19,22,.92);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--line-dark);
}
.site-header__row{
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
/* Ícones — trava de segurança global (os SVGs já trazem width/height inline) */
svg{ width: 1em; height: 1em; display:inline-block; vertical-align: -0.15em; overflow:visible; }

.logo{
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--white);
  flex: none;
}
.logo__mark-img{
  width: 46px; height: auto; flex: none; display:block;
}
.logo__text{ display: flex; flex-direction: column; line-height: 1.05; }
.logo__text b{ font-size: 15.5px; font-weight: 700; letter-spacing: .01em; }
.logo__text span{ font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--brass-light); font-family: var(--f-mono); font-weight: 400; margin-top: 3px; }

.main-nav{ display: none; }
@media (min-width: 1020px){
  .main-nav{
    display: flex; align-items: center; gap: 30px;
    font-size: .93rem; font-weight: 500; color: var(--stone-300);
  }
  .main-nav a{ position: relative; padding: 6px 0; transition: color .2s; }
  .main-nav a:hover, .main-nav a.is-active{ color: var(--white); }
  .main-nav a::after{
    content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px;
    background: var(--brass); transition: right .3s var(--ease);
  }
  .main-nav a:hover::after, .main-nav a.is-active::after{ right: 0; }
}

.header__actions{ display: flex; align-items: center; gap: 14px; }
.header__cta{ display: none; }
@media (min-width: 1020px){ .header__cta{ display: inline-flex; } }

.menu-btn{
  width: 44px; height: 44px; border-radius: var(--radius-s);
  background: transparent; border: 1px solid var(--line-dark);
  display: grid; place-items: center; cursor: pointer;
}
@media (min-width: 1020px){ .menu-btn{ display: none; } }
.menu-btn span, .menu-btn::before, .menu-btn::after{ content:""; }
.menu-icon{ position: relative; width: 18px; height: 12px; }
.menu-icon i{ position: absolute; left:0; right:0; height:1.5px; background: var(--white); transition: transform .3s var(--ease), opacity .2s; }
.menu-icon i:nth-child(1){ top:0; }
.menu-icon i:nth-child(2){ top:50%; margin-top:-.75px; }
.menu-icon i:nth-child(3){ bottom:0; }
.nav-open .menu-icon i:nth-child(1){ transform: translateY(5.5px) rotate(45deg); }
.nav-open .menu-icon i:nth-child(2){ opacity: 0; }
.nav-open .menu-icon i:nth-child(3){ transform: translateY(-5.5px) rotate(-45deg); }

/* Menu mobile fullscreen */
.mobile-nav{
  position: fixed; inset: 0; z-index: 90;
  background: var(--ink);
  display: flex; flex-direction: column;
  padding: 26px 24px 34px;
  transform: translateY(-100%);
  transition: transform .45s var(--ease);
  overflow-y: auto;
}
.nav-open .mobile-nav{ transform: translateY(0); }
.mobile-nav__top{ display:flex; align-items:center; justify-content: space-between; height: 50px; margin-bottom: 24px; }
.mobile-nav__close{ width:44px; height:44px; border-radius: var(--radius-s); border:1px solid var(--line-dark); background:transparent; display:grid; place-items:center; color:var(--white); }
.mobile-nav ol{ display:flex; flex-direction:column; }
.mobile-nav a{
  font-family: var(--f-display); font-size: 2rem; color: var(--white);
  padding: 15px 0; border-bottom: 1px solid var(--line-dark);
  display:flex; align-items:center; justify-content: space-between;
  opacity:0; transform: translateY(14px);
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.nav-open .mobile-nav a{ opacity:1; transform:none; }
.mobile-nav a svg{ width:18px; height:18px; color: var(--brass); }
.mobile-nav__foot{ margin-top: auto; padding-top: 26px; display:flex; flex-direction:column; gap:16px; }
.mobile-nav__foot .btn{ width:100%; justify-content:center; }
.mobile-nav__contacts{ display:flex; gap:22px; font-size:.85rem; color: var(--stone-300); }
body.nav-locked{ overflow: hidden; }

/* --------------------------------------------------------------------------
   Breadcrumb
   -------------------------------------------------------------------------- */
.breadcrumb{
  font-family: var(--f-mono); font-size: 12px; letter-spacing:.03em;
  color: var(--stone-500); padding: 18px 0;
}
.breadcrumb a:hover{ color: var(--brass-dark); }
.breadcrumb .sep{ margin: 0 8px; opacity:.5; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero{
  position: relative;
  background: var(--ink);
  color: var(--white);
  padding: 56px 0 60px;
  overflow: hidden;
}
.hero:has(.hero__media){ padding: 0 0 60px; } /* full-bleed: a foto cola no cabeçalho no mobile */
@media (min-width: 960px){
  .hero{ padding: 70px 0 74px; }
  .hero:has(.hero__media){ display:flex; align-items:center; min-height: 640px; padding: 96px 0 74px; }
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(60% 55% at 82% 8%, rgba(173,138,84,.16), transparent 60%),
    radial-gradient(50% 40% at 6% 100%, rgba(173,138,84,.10), transparent 60%);
  pointer-events:none;
}
.hero__grid{
  position:relative; z-index:1;
  display:grid; gap: 34px;
}
@media (min-width: 960px){
  .hero:has(.hero__media) .hero__grid{
    display:block; z-index:2;
    max-width: 460px;
    margin-left: max(32px, calc((100vw - 1180px) / 2 + 32px)); margin-right: auto;
    background: rgba(13,13,15,.66);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--radius-l);
    padding: 36px 34px;
    box-shadow: 0 30px 70px rgba(0,0,0,.35);
  }
}
.hero__media{
  position:relative;
  overflow:hidden;
  aspect-ratio: 4/5;
  margin: 0 -24px;
  border-radius: 0;
  border: none;
  isolation: isolate;
}
.hero__media--team{ aspect-ratio: 950/1024; } /* enquadramento centrado nos dois, braço dele com folga */
@media (min-width: 960px){
  /* a imagem é filha direta de .hero (não do container), então inset:0 cobre a seção inteira de verdade */
  .hero__media{
    position:absolute; inset:0; margin:0; border-radius:0; border:none; aspect-ratio:auto;
    z-index:0;
  }
}
.hero__media img{ width:100%; height:100%; object-fit:cover; object-position: center 38%; }
.hero__media--team img{ object-position: 90.4% center; }
@media (min-width: 960px){ .hero__media--team img{ object-position: 84% center; } }
.hero__media::after{
  content:"";
  position:absolute; left:0; right:0; bottom:0; height:38%;
  background: linear-gradient(0deg, var(--ink) 0%, rgba(19,19,22,.55) 45%, transparent 100%);
  pointer-events:none;
}
@media (min-width: 960px){
  /* leve escurecimento geral à esquerda — o painel de texto já garante a leitura, isso é só clima */
  .hero__media::after{
    height: 100%; top:0;
    background: linear-gradient(90deg, rgba(10,10,12,.5) 0%, rgba(10,10,12,.22) 42%, transparent 68%);
  }
}

/* efeito assinatura: veio de latão que "risca" a superfície da pedra no hover/scroll */
.sheen{ position:absolute; inset:0; overflow:hidden; pointer-events:none; z-index:2; }
.sheen::after{
  content:"";
  position:absolute; top:-20%; left:-60%;
  width:60%; height:140%;
  background: linear-gradient(75deg, transparent, rgba(255,255,255,.28), transparent);
  transform: skewX(-18deg) translateX(0);
  animation: sheen-sweep 5.5s ease-in-out infinite;
  animation-delay: 1.2s;
}
@keyframes sheen-sweep{
  0%{ transform: skewX(-18deg) translateX(-40%); opacity:0; }
  8%{ opacity:1; }
  32%{ transform: skewX(-18deg) translateX(260%); opacity:0; }
  100%{ transform: skewX(-18deg) translateX(260%); opacity:0; }
}
@media (prefers-reduced-motion: reduce){ .sheen::after{ animation: none; display:none; } }

.hero__vein{ position:absolute; z-index:1; opacity:.55; pointer-events:none; }
.hero__vein svg{ display:block; }
.hero__vein path{
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: vein-draw 2.4s var(--ease) forwards .3s;
}
@keyframes vein-draw{ to{ stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce){ .hero__vein path{ animation: none; stroke-dashoffset: 0; } }

.hero__eyebrow-row{ display:flex; align-items:center; gap:16px; margin-bottom: 38px; flex-wrap: wrap; row-gap:10px; }
.stars{ display:inline-flex; gap:2px; color: var(--brass-light); }
.stars svg{ width:14px; height:14px; }
.hero__rating{ font-family: var(--f-mono); font-size:12px; color: var(--stone-300); }

.hero h1{ margin-bottom: 30px; }
.hero .lede{ margin-bottom: 42px; }
.hero__note{ margin-top: 24px; font-size: .87rem; color: var(--stone-500); max-width: 46ch; }
@media (min-width: 960px){
  .hero:has(.hero__media) .hero__eyebrow-row{ margin-bottom: 26px; }
  .hero:has(.hero__media) h1{ margin-bottom: 22px; font-size: clamp(1.9rem, 2.5vw, 2.7rem); }
  .hero:has(.hero__media) .lede{ margin-bottom: 30px; font-size: 1.02rem; }
}

.hero__stats{
  display:grid; grid-template-columns: repeat(2,1fr); gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-m);
  overflow:hidden;
  margin-top: 44px;
  max-width: 440px;
}
@media (min-width: 640px){ .hero__stats{ grid-template-columns: repeat(4,1fr); max-width:none; } }
.hero__stats--3{ grid-template-columns: repeat(3,1fr); max-width: 460px; }
@media (min-width: 640px){ .hero__stats--3{ grid-template-columns: repeat(3,1fr); max-width: 460px; } }
.hero__stat{ background: var(--ink-2); padding: 16px 14px; }
.hero__stat b{ display:block; font-family: var(--f-display); font-size: 1.55rem; color: var(--brass-light); font-style: italic; }
.hero__stat span{ font-size:11.5px; color: var(--stone-500); letter-spacing:.02em; }

/* --------------------------------------------------------------------------
   Seções gerais
   -------------------------------------------------------------------------- */
.section{ padding: 84px 0; }
.section--tight{ padding: 60px 0; }
.section--dark{ background: var(--ink); color: var(--white); }
.section--ink2{ background: var(--ink-2); color: var(--white); }
.section--paper{ background: var(--paper); }
.section-head{ max-width: 640px; margin-bottom: 46px; }
.section-head .eyebrow{ margin-bottom: 16px; }
.section-head h2{ margin-bottom: 14px; }
.section-head--row{ display:flex; align-items:flex-end; justify-content:space-between; gap: 24px; flex-wrap:wrap; }

.reveal{ opacity:1; transform:none; }
.reveal-armed .reveal{
  opacity:0; transform: translateY(16px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.reveal-armed .reveal.is-visible{ opacity:1; transform:none; }

hr.rule{ border:0; border-top:1px solid var(--line); margin: 0; }

/* --------------------------------------------------------------------------
   Grid de cartões: serviços / materiais
   -------------------------------------------------------------------------- */
.grid{ display:grid; gap: 22px; }
.grid-3{ grid-template-columns: 1fr; }
@media (min-width: 720px){ .grid-3{ grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1040px){ .grid-3{ grid-template-columns: repeat(3,1fr); } }
.grid-4{ grid-template-columns: 1fr; }
@media (min-width: 720px){ .grid-4{ grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1040px){ .grid-4{ grid-template-columns: repeat(4,1fr); } }
.grid-2{ grid-template-columns: 1fr; }
@media (min-width: 760px){ .grid-2{ grid-template-columns: repeat(2,1fr); } }

.card{
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 30px 26px;
  box-shadow: 0 1px 2px rgba(19,19,22,.04), 0 8px 20px rgba(19,19,22,.05);
  transition: transform .35s var(--ease), border-color .3s, box-shadow .3s;
  position:relative;
}
.card:hover{ transform: translateY(-4px); border-color: var(--brass-line); box-shadow: 0 10px 28px rgba(19,19,22,.10); }
.card__index{ font-family: var(--f-mono); font-size:12px; color: var(--brass-dark); letter-spacing:.05em; }
.card h3{ margin: 14px 0 10px; }
.card p{ color: var(--stone-700); font-size:.95rem; }
.card .btn-text{ margin-top:16px; display:inline-block; font-size:.9rem; }

.card--material{ padding:0; overflow:hidden; }
.swatch{
  height: 108px; position:relative; overflow:hidden;
  background: linear-gradient(135deg,#3a3a40,#1c1c20 55%,#4b4b52);
}
.swatch::after{
  content:""; position:absolute; inset:0; opacity:.5; mix-blend-mode:overlay;
  background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.16) 0 2px, transparent 2px 40px), repeating-linear-gradient(35deg, rgba(255,255,255,.09) 0 1px, transparent 1px 30px);
}
.swatch--granito{ background: linear-gradient(135deg,#3d3d42,#17171a 55%,#55555c); }
.swatch--marmore{ background: linear-gradient(135deg,#e8e4da,#cfc9bc 55%,#efece5); }
.swatch--marmore::after{ opacity:.35; }
.swatch--quartzo{ background: linear-gradient(135deg,#d9d5cd,#eeece7 55%,#c9c4b8); }
.swatch--quartzito{ background: linear-gradient(135deg,#4a4640,#26221f 55%,#69625a); }
.card--material .card-body{ padding: 22px 24px 26px; }

/* --------------------------------------------------------------------------
   Processo (numerado — é uma sequência real)
   -------------------------------------------------------------------------- */
.process{ counter-reset: step; }
.process__item{
  counter-increment: step;
  display:grid; grid-template-columns: 56px 1fr; gap: 22px;
  padding: 26px 0; border-bottom:1px solid var(--line-dark);
}
.process__item:first-child{ padding-top:0; }
.process__num{ font-family:var(--f-display); font-style:italic; font-size:1.9rem; color: var(--brass-light); }
.process__num::before{ content: counter(step, decimal-leading-zero); }
.process__body h3{ margin-bottom:6px; }
.process__body p{ color: var(--stone-300); font-size:.95rem; max-width: 56ch; }
.on-light .process__num{ color: var(--brass-dark); }
.on-light .process__body p{ color: var(--stone-700); }
.on-light .process__item{ border-bottom-color: var(--line-light); }

/* --------------------------------------------------------------------------
   Portfólio
   -------------------------------------------------------------------------- */
.portfolio-filter{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom: 30px; }
.chip{
  font-family: var(--f-mono); font-size:12.5px; letter-spacing:.03em;
  padding: 9px 16px; border-radius: 999px; border:1px solid var(--line-light);
  color: var(--stone-700); cursor:pointer; background: transparent; transition: all .2s;
}
.chip:hover{ border-color: var(--brass-line); }
.chip.is-active{ background: var(--ink); color: var(--white); border-color: var(--ink); }

.masonry{ display:grid; grid-template-columns: 1fr; gap:20px; }
@media (min-width:640px){ .masonry{ grid-template-columns: repeat(2,1fr); } }
@media (min-width:1040px){ .masonry{ grid-template-columns: repeat(3,1fr); } }
.pf-item{ margin-bottom:0; }
.pf-card{ position:relative; border-radius: var(--radius-m); overflow:hidden; background:var(--ink-2); display:block; aspect-ratio: 4/5; }
.pf-card img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; transition: transform .6s var(--ease); }
.pf-card:hover img{ transform: scale(1.045); }
.pf-card__overlay{
  position:absolute; inset:0;
  background: linear-gradient(0deg, rgba(10,10,12,.86) 0%, rgba(10,10,12,.15) 46%, transparent 70%);
  display:flex; flex-direction:column; justify-content:flex-end; padding: 20px;
  opacity: 1;
}
.pf-card__tag{ font-family:var(--f-mono); font-size:11px; letter-spacing:.05em; color: var(--brass-light); text-transform:uppercase; margin-bottom:6px; }
.pf-card__title{ font-family: var(--f-display); font-size:1.3rem; color: var(--white); font-style: italic; }
.pf-card .sheen{ opacity: 0; transition: opacity .3s; }
.pf-card:hover .sheen{ opacity: 1; }

/* --------------------------------------------------------------------------
   Avaliações
   -------------------------------------------------------------------------- */
.reviews{ display:grid; gap:18px; }
@media (min-width: 780px){ .reviews{ grid-template-columns: repeat(3,1fr); } }
.review{ background: var(--paper); border:1px solid var(--line-light); border-radius: var(--radius-m); padding:26px; }
.review .stars{ color: var(--brass-dark); margin-bottom:14px; }
.review p{ font-family: var(--f-display); font-style: italic; font-size:1.12rem; line-height:1.4; color: var(--ink); margin-bottom:16px; }
.review__name{ font-family: var(--f-mono); font-size:12px; color: var(--muted-text); text-transform:uppercase; letter-spacing:.03em; }

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.faq-item{ border-bottom:1px solid var(--line-light); }
.on-dark .faq-item{ border-bottom-color: var(--line-dark); }
.faq-q{
  width:100%; text-align:left; background:none; border:0; cursor:pointer;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding: 22px 2px; font-family: var(--f-body); font-weight:600; font-size:1.02rem; color:inherit;
  min-height: 44px;
}
.faq-q .num{ font-family: var(--f-mono); font-weight:400; color: var(--brass-dark); margin-right:14px; font-size:.85rem; }
.on-dark .faq-q .num{ color: var(--brass-light); }
.faq-q .plus{ flex:none; width:22px; height:22px; position:relative; }
.faq-q .plus::before, .faq-q .plus::after{ content:""; position:absolute; background: currentColor; top:50%; left:50%; transform:translate(-50%,-50%); }
.faq-q .plus::before{ width:14px; height:1.5px; }
.faq-q .plus::after{ width:1.5px; height:14px; transition: transform .3s var(--ease); }
.faq-item.is-open .plus::after{ transform: translate(-50%,-50%) rotate(90deg); }
.faq-a{ max-height:0; overflow:hidden; transition: max-height .4s var(--ease); }
.faq-a p{ padding: 0 2px 22px 56px; color: var(--stone-700); font-size:.96rem; max-width: 62ch; }
.on-dark .faq-a p{ color: var(--stone-300); }

/* --------------------------------------------------------------------------
   Formulário de briefing (link WhatsApp — sem envio de dados)
   -------------------------------------------------------------------------- */
.checklist{ display:grid; grid-template-columns: 1fr; gap:12px; }
@media (min-width:640px){ .checklist{ grid-template-columns: repeat(2,1fr); } }
.checklist li{
  display:flex; align-items:center; gap:12px; font-size:.95rem;
  padding: 13px 16px; background: var(--surface); border:1px solid var(--line); border-radius: var(--radius-s);
  color: var(--body-text); font-weight: 500;
}
.checklist li svg{ flex:none; width:16px; height:16px; color: var(--emphasis); }

/* --------------------------------------------------------------------------
   CTA banda final
   -------------------------------------------------------------------------- */
.cta-band{
  background: var(--ink); color:var(--white);
  border-radius: var(--radius-l);
  padding: 50px 34px;
  position:relative; overflow:hidden;
  text-align:center;
}
.cta-band::before{
  content:""; position:absolute; inset:0;
  background: radial-gradient(70% 100% at 50% 0%, rgba(173,138,84,.18), transparent 65%);
}
.cta-band > *{ position:relative; z-index:1; }
.cta-band h2{ margin-bottom:14px; }
.cta-band p{ color: var(--stone-300); max-width:52ch; margin: 0 auto 28px; }
.cta-band .btn-row{ justify-content:center; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer{ background: var(--ink); color: var(--stone-300); padding-top: 70px; }
.footer-top{ display:grid; gap:40px; padding-bottom: 50px; border-bottom:1px solid var(--line-dark); }
@media (min-width: 900px){ .footer-top{ grid-template-columns: 1.3fr .8fr .8fr 1fr; } }
.footer-brand .logo{ margin-bottom:16px; }
.footer-brand p{ font-size:.92rem; max-width: 34ch; color: var(--stone-500); }
.footer-col h4{ font-family: var(--f-mono); font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--brass-light); margin-bottom:18px; }
.footer-col ul{ display:flex; flex-direction:column; gap:11px; }
.footer-col a{ font-size:.92rem; color: var(--stone-300); transition:color .2s; }
.footer-col a:hover{ color: var(--brass-light); }
.footer-bottom{ display:flex; flex-wrap:wrap; gap:14px; align-items:center; justify-content:space-between; padding: 24px 0; font-size:.82rem; color: var(--stone-500); }
.footer-bottom nav{ display:flex; gap:20px; flex-wrap:wrap; }
.footer-bottom nav a:hover{ color: var(--brass-light); }

/* Botões flutuantes */
.floating-actions{ position: fixed; right: 18px; bottom: 20px; z-index: 70; display:flex; flex-direction:column; gap:12px; }
.fab{
  width: 54px; height:54px; border-radius:50%;
  display:grid; place-items:center;
  box-shadow: 0 10px 26px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.18);
}
.fab svg{ width:24px; height:24px; }
.fab--wa{ background:#25D366; color:#0b1a0e; }
.fab--ig{ background: radial-gradient(circle at 30% 110%, #ffdb73 0%, #ad8a54 22%, #b8355c 46%, #7d3aa8 70%, #3f4dc4 100%); color:#fff; }

/* --------------------------------------------------------------------------
   Cookie banner
   -------------------------------------------------------------------------- */
.cookie-bar{
  position:fixed; left:16px; right:16px; bottom:16px; z-index:80;
  max-width: 720px; margin:0 auto;
  background: var(--ink-2); color:var(--stone-300);
  border:1px solid var(--line-dark); border-radius: var(--radius-m);
  padding: 18px 20px; display:flex; flex-wrap:wrap; gap:16px; align-items:center; justify-content:space-between;
  transform: translateY(140%); transition: transform .5s var(--ease);
  font-size:.87rem;
}
.cookie-bar.is-visible{ transform:none; }
.cookie-bar strong{ color:var(--white); font-family:var(--f-display); font-style:italic; font-weight:400; font-size:1.05rem; display:block; margin-bottom:4px; }
.cookie-bar__actions{ display:flex; gap:10px; flex-wrap:wrap; }
.cookie-bar__actions button{ padding:10px 16px; border-radius:var(--radius-s); font-size:.85rem; font-weight:600; border:1px solid var(--line-dark); background:transparent; color:var(--stone-300); cursor:pointer; min-height:40px; }
.cookie-bar__actions .accept{ background:var(--brass); color:var(--ink); border-color:var(--brass); }

/* --------------------------------------------------------------------------
   Utilitários
   -------------------------------------------------------------------------- */
.mt-0{margin-top:0}
.center{ text-align:center; margin-left:auto; margin-right:auto; }
.stack{ display:flex; flex-direction:column; gap:16px; }
.badge-row{ display:flex; flex-wrap:wrap; gap:10px 26px; margin-top:22px; }
.badge-row span{ font-size:.85rem; color: var(--muted-text); display:flex; align-items:center; gap:8px; }
.badge-row svg{ width:15px; height:15px; color:var(--emphasis); }

.two-col{ display:grid; gap:44px; }
@media (min-width: 900px){ .two-col{ grid-template-columns: 1fr 1fr; align-items:start; } }
.two-col--rev{ direction: rtl; }
.two-col--rev > *{ direction: ltr; }

.media-frame{ border-radius: var(--radius-m); overflow:hidden; position:relative; isolation:isolate; }
.media-frame img{ width:100%; }

.tag-list{ display:flex; flex-wrap:wrap; gap:10px; }
.tag-list a, .tag-list span{
  font-family: var(--f-mono); font-size:12px; padding:8px 14px; border-radius:999px;
  border:1px solid var(--line); color: var(--body-text);
}
.tag-list a:hover{ border-color: var(--brass-line); color: var(--emphasis); }

.meta-line{ font-family: var(--f-mono); font-size:12px; color: var(--muted-text); letter-spacing:.03em; }

table.compare{ width:100%; border-collapse: collapse; font-size:.94rem; }
table.compare th, table.compare td{ text-align:left; padding: 14px 16px; border-bottom:1px solid var(--line-light); }
table.compare th{ font-family:var(--f-mono); font-size:11.5px; text-transform:uppercase; letter-spacing:.05em; color:var(--stone-500); font-weight:500; }
.table-scroll{ overflow-x:auto; border:1px solid var(--line-light); border-radius: var(--radius-m); }
.table-scroll table.compare{ min-width:560px; }
.table-scroll th:first-child, .table-scroll td:first-child{ position:sticky; left:0; background:var(--paper); }

.article-body h2{ font-size:1.5rem; margin: 44px 0 16px; }
.article-body h3{ margin: 28px 0 10px; }
.article-body p{ color: var(--stone-700); margin-bottom: 18px; max-width: 68ch; }
.article-body ul{ margin-bottom:18px; }
.article-body li{ position:relative; padding-left:22px; margin-bottom:10px; color:var(--stone-700); max-width:64ch; }
.article-body li::before{ content:""; position:absolute; left:0; top:.55em; width:7px; height:7px; background:var(--brass); border-radius:1px; }
.answer-box{
  background: var(--paper); border-left:3px solid var(--brass);
  padding: 22px 24px; border-radius: 0 var(--radius-m) var(--radius-m) 0;
  margin-bottom: 34px;
}
.answer-box p{ margin-bottom:0; color: var(--ink); font-size:1.02rem; }
.answer-box .eyebrow{ margin-bottom:10px; }

.byline{ display:flex; align-items:center; gap:12px; padding:18px 0; border-top:1px solid var(--line-light); border-bottom:1px solid var(--line-light); margin: 36px 0; }
.byline__avatar{ width:38px; height:38px; border-radius:50%; background:var(--ink); color:var(--brass-light); display:grid; place-items:center; font-family:var(--f-display); font-style:italic; }
.byline b{ display:block; font-size:.92rem; }
.byline span{ font-size:.8rem; color:var(--stone-500); }

.legal-body h2{ font-size:1.3rem; margin: 32px 0 12px; }
.legal-body p, .legal-body li{ color:var(--stone-700); margin-bottom:14px; max-width:70ch; }
.legal-body li{ margin-left:20px; }

/* Skip link */
.skip-link{
  position:absolute; left:-999px; top:auto;
  background:var(--brass); color:var(--ink); padding:12px 18px; border-radius: 0 0 8px 0; z-index:200; font-weight:700;
}
.skip-link:focus{ left:0; top:0; }
