/* GENESYS — Site Institucional */

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: rgba(10, 22, 40, .92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease;
}
/* Header transparente sobre o hero (modo carousel) */
body.has-hero-carousel .site-header {
  background: transparent;
  border-bottom-color: transparent;
}
body.has-hero-carousel .site-header::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 60%, transparent 100%);
  z-index: -1; pointer-events: none;
  transition: opacity .35s;
}
body.has-hero-carousel .site-header.is-scrolled {
  background: rgba(10, 22, 40, .94);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: rgba(255,255,255,.07);
  box-shadow: 0 4px 24px rgba(0,0,0,.18);
}
body.has-hero-carousel .site-header.is-scrolled::before { opacity: 0; }

/* Quando o header está sobre o hero, o body inteiro NÃO precisa de padding-top
   (o hero é tela cheia e passa por trás) */
body.has-hero-carousel { padding-top: 0; }
/* Páginas sem hero carousel: empurra conteúdo para baixo do header fixed */
body:not(.has-hero-carousel) { padding-top: 76px; }
@media (max-width: 800px) {
  body:not(.has-hero-carousel) { padding-top: 68px; }
}
.site-nav {
  max-width: 1240px; margin: 0 auto;
  display: flex; align-items: center; gap: 32px;
  padding: 18px 28px;
}
.site-nav .brand {
  display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none;
}
.site-nav .brand .logo {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 4px;
}
.site-nav .brand .logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.site-nav .brand-name { font-family: var(--gs-font-display); font-weight: 800; letter-spacing: 2px; font-size: 18px; }
.site-nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 28px; margin-left: 30px; }
.site-nav ul a { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; }
.site-nav ul li.mobile-only { display: none; }
@media (max-width: 800px) { .site-nav ul li.mobile-only { display: block; } }
.site-nav ul a:hover { color: var(--gs-gold-400); }
.site-nav .cta { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.site-nav .btn-outline { color: #fff !important; border-color: rgba(255,255,255,.28) !important; background: transparent !important; }
.site-nav .btn-outline:hover { background: rgba(255,255,255,.10) !important; color: #fff !important; border-color: rgba(255,255,255,.4) !important; }
.site-nav .btn-gold { color: var(--gs-navy-900) !important; font-weight:700; }
.site-nav .btn-gold:hover { color: var(--gs-navy-900) !important; }
/* Hero CTA */
.hero .actions .btn-outline { color:#fff !important; border-color: rgba(255,255,255,.28) !important; background: transparent !important; }
.hero .actions .btn-outline:hover { background: rgba(255,255,255,.10) !important; color:#fff !important; }

.site-nav .nav-toggle {
  display: none; background: transparent; border: 0;
  color: #fff; font-size: 24px; cursor: pointer; padding: 6px;
}
@media (max-width: 800px) {
  .site-nav { padding: 14px 18px; gap: 12px; }
  .site-nav .nav-toggle { display: inline-flex; order: 3; margin-left: auto; }
  .site-nav .cta { display: none; }
  .site-nav ul {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(10,22,40,.98);
    flex-direction: column;
    padding: 12px 0; gap: 0;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
  }
  .site-nav ul.is-open { display: flex; }
  .site-nav ul li { padding: 12px 24px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .site-nav ul li:last-child { border-bottom: 0; }
  .site-nav ul a { font-size: 15px; }
  .site-nav .brand-name { font-size: 16px; letter-spacing: 1.5px; }
  .site-nav .brand .logo { width: 34px; height: 34px; }
}

/* Hero */
.hero {
  position: relative;
  background:
    radial-gradient(ellipse 90% 50% at 50% 0%, rgba(212,162,76,.18), transparent 60%),
    linear-gradient(180deg, var(--gs-navy-900) 0%, var(--gs-navy-800) 100%);
  color: #fff;
  padding: 90px 24px 110px;
  overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 80px;
  background: linear-gradient(180deg, transparent, var(--gs-ink-50));
}
.hero-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: center;
}
.hero h1 {
  font-family: var(--gs-font-display);
  font-size: 52px; line-height: 1.05; margin: 18px 0;
  letter-spacing: -1.5px; font-weight: 800;
}
.hero h1 .accent { color: var(--gs-gold-400); }
.hero p.lead { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; max-width: 540px; }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--gs-gold-400);
  background: rgba(212, 162, 76, .12);
  padding: 6px 14px; border-radius: 99px;
  border: 1px solid rgba(212, 162, 76, .25);
}
.hero .actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }

.hero-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 26px;
  position: relative;
}
.hero-card .stat { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.hero-card .stat:last-child { border: 0; }
.hero-card .stat .icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(212, 162, 76, .15); color: var(--gs-gold-400); display: grid; place-items: center; font-size: 18px; }
.hero-card .stat .label { color: rgba(255,255,255,.62); font-size: 12px; }
.hero-card .stat .value { color: #fff; font-size: 20px; font-weight: 700; font-family: var(--gs-font-display); }
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero h1 { font-size: 38px; }
}

/* Sections */
section.s {
  padding: 90px 24px;
}
section.s.alt { background: #fff; }
.s-inner { max-width: 1180px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 50px; }
.section-head .kicker { color: var(--gs-gold-700); font-weight: 700; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; }
.section-head h2 { font-family: var(--gs-font-display); font-size: 38px; margin: 8px 0 12px; letter-spacing: -.5px; color: var(--gs-navy-900); }
.section-head p  { color: var(--gs-ink-500); font-size: 16px; max-width: 640px; margin: 0 auto; }

/* Pilares (cards) */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pillar {
  background: #DDE1E7;                              /* CINZA médio (mais escuro) */
  border: 2px solid transparent;
  border-radius: var(--gs-radius-lg);
  padding: 28px;
  transition: background-color .3s, border-color .3s, box-shadow .3s, transform .25s;
  position: relative;
  cursor: default;
}
.pillar:hover,
.pillar.is-featured {
  background: #fff;                                /* BRANCO no destaque */
  border-color: var(--gs-gold-500);                /* BORDA LARANJA */
  box-shadow:
    0 14px 30px rgba(232, 90, 26, .12),
    0 2px 8px rgba(15, 23, 42, .06);
  transform: translateY(-4px);
}

/* Ícone — quadrado cinza com borda laranja */
.pillar .icon {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: #DDE1E7;                              /* mesmo cinza do card */
  border: 2px solid var(--gs-gold-500);             /* borda laranja */
  color: var(--gs-gold-500);                        /* ícone laranja */
  display: grid; place-items: center;
  font-size: 22px;
  margin-bottom: 20px;
  transition: background-color .3s, transform .35s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s;
}
.pillar:hover .icon,
.pillar.is-featured .icon {
  background: #fff;                                 /* acompanha o card */
  transform: scale(1.06) rotate(-3deg);
  box-shadow: 0 6px 16px rgba(232, 90, 26, .20);
}

.pillar h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: var(--gs-ink-700);                        /* texto mais suave por padrão */
  transition: color .3s;
}
.pillar:hover h3,
.pillar.is-featured h3 { color: var(--gs-navy-900); }

.pillar p {
  color: var(--gs-ink-500);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 800px) { .pillars { grid-template-columns: 1fr; } }

/* Sobre */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about h2 { font-family: var(--gs-font-display); font-size: 36px; letter-spacing: -.5px; margin: 0 0 16px; }
.about .feature-list { list-style: none; padding: 0; margin: 24px 0 0; }
.about .feature-list li { padding: 8px 0 8px 32px; position: relative; color: var(--gs-ink-700); }
.about .feature-list li::before {
  content: '\F633'; font-family: 'bootstrap-icons';
  position: absolute; left: 0; color: var(--gs-gold-600);
  font-size: 18px;
}
.about-visual {
  background: linear-gradient(135deg, var(--gs-navy-900), var(--gs-navy-700));
  border-radius: 22px;
  padding: 40px;
  color: #fff;
  position: relative;
}
.about-visual .quote {
  font-family: var(--gs-font-display);
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -.3px;
}
.about-visual .quote::before { content: '\201C'; font-size: 60px; line-height: .2; color: var(--gs-gold-400); }
.about-visual .author { margin-top: 24px; color: var(--gs-gold-400); font-weight: 600; font-size: 14px; }
@media (max-width: 800px) { .about { grid-template-columns: 1fr; } }

/* Projetos */
.projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.project {
  border-radius: var(--gs-radius-lg);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--gs-ink-200);
  display: block;
  color: inherit;
  transition: all .25s;
}
.project:hover { transform: translateY(-4px); box-shadow: var(--gs-shadow-lg); }
.project .cover {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--gs-navy-700), var(--gs-navy-500));
  background-size: cover; background-position: center;
  position: relative;
}
.project .cover::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(10,22,40,.55), transparent 50%);
}
.project .info { padding: 20px; }
.project .info h4 { margin: 0 0 6px; font-size: 17px; color: var(--gs-navy-900); }
.project .info .meta { color: var(--gs-ink-500); font-size: 13px; }
@media (max-width: 900px) { .projects { grid-template-columns: 1fr; } }

/* Contato */
.contact { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: stretch; }
.contact .info-block { padding: 30px 0 0; }
.contact .info-block h2 { font-family: var(--gs-font-display); font-size: 36px; letter-spacing: -.5px; margin: 0 0 14px; }
.contact .info-block p  { color: var(--gs-ink-500); }
.contact .contact-item { display: flex; gap: 14px; margin-top: 20px; align-items: flex-start; }
.contact .contact-item .icon { width: 42px; height: 42px; border-radius: 10px; background: var(--gs-navy-100); color: var(--gs-navy-700); display: grid; place-items: center; flex-shrink: 0; }
.contact .contact-item strong { display: block; font-size: 14px; }
.contact .contact-item span { color: var(--gs-ink-500); font-size: 13.5px; }

.contact-form {
  background: #fff;
  border: 1px solid var(--gs-ink-200);
  border-radius: var(--gs-radius-lg);
  padding: 32px;
  box-shadow: var(--gs-shadow);
}
@media (max-width: 800px) { .contact { grid-template-columns: 1fr; } }

/* Footer */
.site-footer {
  background: var(--gs-navy-900);
  color: rgba(255,255,255,.7);
  padding: 60px 24px 24px;
}
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.footer-grid h5 { color: #fff; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 16px; }
.footer-grid a { color: rgba(255,255,255,.65); display: block; padding: 4px 0; font-size: 13.5px; }
.footer-grid a:hover { color: var(--gs-gold-400); }
.footer-brand .brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.footer-brand .logo { width: 42px; height: 42px; display: grid; place-items: center; background: #fff; border-radius: 10px; padding: 4px; }
.footer-brand .logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.footer-brand p  { color: rgba(255,255,255,.55); font-size: 13px; max-width: 320px; margin: 14px 0; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  margin-top: 40px; padding-top: 22px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; color: rgba(255,255,255,.45);
  flex-wrap: wrap; gap: 12px;
}
@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* === HERO CAROUSEL (estilo Unique) === */
.hero-carousel {
  position: relative;
  height: 100vh;
  min-height: 560px;
  max-height: 880px;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease-in-out;
  pointer-events: none;
}
.hero-slide.active { opacity: 1; pointer-events: auto; z-index: 1; }
.hero-slide-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.15) 35%, rgba(0,0,0,.25) 70%, rgba(0,0,0,.65) 100%);
}
.hero-slide-content {
  position: absolute; left: 0; right: 0; bottom: 100px;
  display: flex; justify-content: center;
  z-index: 2;
}
.hero-slide-inner {
  max-width: 1100px; padding: 0 28px;
  text-align: center;
  animation: heroIn 1s ease-out;
}
.hero-slide-inner h1 {
  font-family: var(--gs-font-display);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  margin: 0 0 14px;
  line-height: 1.08;
  letter-spacing: -1px;
  text-shadow: 0 4px 24px rgba(0,0,0,.45);
}
.hero-slide-inner p {
  font-size: clamp(15px, 1.5vw, 19px);
  max-width: 720px; margin: 0 auto 22px;
  color: rgba(255,255,255,.92);
  line-height: 1.6;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
@keyframes heroIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,.10); color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  display: grid; place-items: center;
  cursor: pointer; z-index: 5;
  backdrop-filter: blur(6px);
  font-size: 18px; transition: all .2s;
}
.hero-arrow:hover { background: rgba(255,255,255,.20); transform: translateY(-50%) scale(1.08); }
.hero-prev { left: 24px; }
.hero-next { right: 24px; }

.hero-dots {
  position: absolute; left: 0; right: 0; bottom: 36px;
  display: flex; justify-content: center; gap: 10px;
  z-index: 5;
}
.hero-dot {
  width: 30px; height: 4px; border-radius: 99px;
  background: rgba(255,255,255,.35); border: 0;
  cursor: pointer; transition: all .25s;
}
.hero-dot:hover { background: rgba(255,255,255,.6); }
.hero-dot.active { background: var(--gs-gold-400); width: 50px; }

.hero-scroll-hint {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.6); font-size: 22px;
  z-index: 5;
  animation: scrollHint 2s ease-in-out infinite;
}
@keyframes scrollHint {
  0%,100% { transform: translateX(-50%) translateY(0); opacity: .6; }
  50%     { transform: translateX(-50%) translateY(6px); opacity: 1; }
}

@media (max-width: 800px) {
  .hero-carousel { height: 75vh; min-height: 480px; }
  .hero-slide-content { bottom: 80px; padding: 0 16px; }
  .hero-prev { left: 8px; } .hero-next { right: 8px; }
  .hero-arrow { width: 40px; height: 40px; font-size: 16px; }
  .hero-dots { bottom: 24px; }
  .hero-dot { width: 22px; }
  .hero-dot.active { width: 36px; }
  .hero-slide-inner h1 { font-size: clamp(26px, 7vw, 36px) !important; }
  .hero-slide-inner p { font-size: 14px !important; }
}

/* Seções e tipografia no mobile */
@media (max-width: 800px) {
  section.s { padding: 60px 18px; }
  .section-head h2 { font-size: 28px !important; }
  .section-head p  { font-size: 14px; }
  .pillar { padding: 22px; }
  .pillar h3 { font-size: 16px; }
  .pillar p  { font-size: 13.5px; }
  .pillar .icon { width: 48px; height: 48px; font-size: 19px; }
  .hero h1 { font-size: 32px !important; line-height: 1.15; }
  .hero p.lead { font-size: 14.5px; }
  .hero-inner { padding: 0; gap: 30px; }
  .about h2 { font-size: 26px; }
  .about-visual { padding: 26px; }
  .about-visual .quote { font-size: 18px; }

  /* Footer mobile */
  .footer-inner { padding: 0 6px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .footer-brand .brand { justify-content: center; }
  .footer-brand p { margin-left: auto; margin-right: auto; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }

  /* Contato mobile */
  .contact { gap: 30px; }
  .contact-form-card { padding: 0; }
  .form-card-head { padding: 22px 22px 14px; }
  .form-card-body { padding: 18px 22px 22px; }
  .ff-row { grid-template-columns: 1fr; }
}

/* ============================================
   PROJETOS POR TIPO (Residencial / Comercial)
   ============================================ */
/* Seção wide: ocupa toda lateral da página */
.s-wide { padding: 90px 32px; }
.s-inner-wide { max-width: 1700px; margin: 0 auto; }

.projects-by-type {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.col-tipo {
  background: #fff;
  border: 1px solid var(--gs-ink-200);
  border-radius: var(--gs-radius-lg);
  padding: 20px 22px 22px;
  overflow: hidden;
}
.col-tipo-head {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 14px; margin-bottom: 16px;
  border-bottom: 2px solid var(--gs-gold-500);
}
.col-tipo-head i {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--gs-navy-100); color: var(--gs-navy-700);
  display: grid; place-items: center; font-size: 18px; flex-shrink: 0;
}
.col-tipo-head h3 {
  margin: 0; font-family: var(--gs-font-display);
  font-size: 20px; color: var(--gs-navy-900);
  letter-spacing: -.3px; flex: 1;
}
.col-tipo-head .col-tipo-qt {
  font-size: 11px; padding: 3px 10px; border-radius: 99px;
  background: var(--gs-gold-100); color: var(--gs-gold-700); font-weight: 700;
}
.col-tipo-head .col-nav { display: flex; gap: 6px; margin-left: 8px; }
.col-arrow {
  width: 32px; height: 32px; border-radius: 50%;
  background: #fff; border: 1px solid var(--gs-ink-200);
  color: var(--gs-navy-700); cursor: pointer;
  display: grid; place-items: center;
  transition: all .15s;
}
.col-arrow:hover { background: var(--gs-gold-500); color: var(--gs-navy-900); border-color: var(--gs-gold-500); transform: scale(1.08); }

.col-empty {
  aspect-ratio: 16/9;
  display: grid; place-items: center; gap: 8px;
  color: var(--gs-ink-400); font-size: 13px;
  background: var(--gs-ink-50);
  border-radius: var(--gs-radius);
}
.col-empty i { font-size: 36px; opacity: .5; }

/* === Carousel horizontal de projetos === */
.proj-carousel { position: relative; }
.proj-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 6px;
}
.proj-track::-webkit-scrollbar { display: none; }
.proj-slide {
  /* 3 cards visíveis em desktop, considerando o gap de 18px */
  flex: 0 0 calc((100% - 36px) / 3);
  scroll-snap-align: start;
  display: block;
  text-decoration: none; color: inherit;
  background: #fff;
  border-radius: var(--gs-radius-lg);
  overflow: hidden;
  border: 1px solid var(--gs-ink-200);
  transition: box-shadow .25s, transform .25s;
}
.proj-slide:hover {
  box-shadow: 0 14px 32px rgba(15,30,61,.14);
  transform: translateY(-3px);
}
.proj-slide .cover {
  aspect-ratio: 8/9;                              /* mais retangular / cinematográfico */
  background-size: cover; background-position: center;
  background-color: var(--gs-navy-700);
  position: relative;
  transition: transform .5s;
}
.proj-slide:hover .cover { transform: scale(1.04); }
.proj-slide .info { padding: 18px 22px 22px; }
.proj-slide .info h4 { margin: 0 0 4px; font-size: 17px; color: var(--gs-navy-900); letter-spacing: -.2px; }
.proj-slide .info .meta { font-size: 13px; color: var(--gs-ink-500); }

.proj-dots {
  display: flex; justify-content: center; gap: 7px;
  margin-top: 18px;
}
.proj-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gs-ink-300); border: 0;
  cursor: pointer; transition: all .2s;
}
.proj-dot:hover { background: var(--gs-ink-500); }
.proj-dot.active { background: var(--gs-gold-500); width: 22px; border-radius: 99px; }

/* Responsivo: 3 → 2 → 1 cards */
@media (max-width: 1200px) {
  .proj-slide { flex: 0 0 calc((100% - 18px) / 2); }   /* 2 cards */
}
@media (max-width: 800px) {
  .s-wide { padding: 60px 16px; }
  .col-tipo { padding: 16px; }
  .col-tipo-head .col-nav { display: none; }
  .proj-track { gap: 12px; }
  .proj-slide { flex: 0 0 90%; }                       /* 1 card com peek do próximo */
  .proj-slide .info h4 { font-size: 15px; }
}
@media (max-width: 500px) {
  .proj-slide { flex: 0 0 100%; }
}

/* ============================================
   DEPOIMENTOS — Carousel
   ============================================ */
.depoimentos-section { background: var(--gs-ink-50); }
.depoimentos-carousel {
  position: relative;
  max-width: 820px; margin: 0 auto;
  padding: 0 60px;
  /* Garante visibilidade mesmo se algum reveal não disparar */
  opacity: 1 !important;
  transform: none !important;
}
.dep-track {
  display: flex !important;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 6px;
  min-height: 280px;
}
.dep-track::-webkit-scrollbar { display: none; }
.dep-card {
  flex: 0 0 100% !important;
  width: 100%;
  scroll-snap-align: start;
  background: #fff;
  border-radius: var(--gs-radius-lg);
  padding: 40px 44px;
  box-shadow: 0 10px 32px rgba(15, 30, 61, .10);
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}
.dep-stars {
  display: flex; gap: 4px;
  color: var(--gs-gold-500);
  font-size: 18px; margin-bottom: 18px;
}
.dep-text {
  margin: 0 0 24px;
  font-family: var(--gs-font-display);
  font-size: 19px; line-height: 1.6;
  color: var(--gs-ink-900);
  font-style: italic; font-weight: 500;
  position: relative; padding-left: 18px;
}
.dep-text::before {
  content: '\201C';
  position: absolute; left: -8px; top: -16px;
  font-size: 48px; line-height: 1;
  color: var(--gs-gold-500); opacity: .35;
}
.dep-author { display: flex; align-items: center; gap: 14px; }
.dep-avatar {
  width: 54px; height: 54px; border-radius: 50%;
  overflow: hidden; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gs-navy-700), var(--gs-navy-500));
  color: #fff;
  display: grid; place-items: center;
  font-weight: 800; font-family: var(--gs-font-display); font-size: 20px;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(15,30,61,.18);
}
.dep-avatar img { width: 100%; height: 100%; object-fit: cover; }
.dep-name { font-weight: 700; color: var(--gs-navy-900); }
.dep-role { font-size: 12.5px; color: var(--gs-ink-500); margin-top: 2px; }

.dep-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px; border-radius: 50%;
  background: #fff; border: 1px solid var(--gs-ink-200);
  color: var(--gs-navy-700);
  display: grid; place-items: center; cursor: pointer;
  box-shadow: 0 4px 12px rgba(15,30,61,.12);
  transition: all .2s;
}
.dep-arrow:hover { background: var(--gs-gold-500); color: var(--gs-navy-900); border-color: transparent; transform: translateY(-50%) scale(1.08); }
.dep-prev { left: 0; }
.dep-next { right: 0; }

.dep-dots {
  display: flex; justify-content: center; gap: 8px;
  margin-top: 24px;
}
.dep-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gs-ink-300); border: 0;
  cursor: pointer; transition: all .25s;
}
.dep-dot:hover { background: var(--gs-ink-500); }
.dep-dot.active { background: var(--gs-gold-500); width: 28px; border-radius: 99px; }

@media (max-width: 700px) {
  .depoimentos-carousel { padding: 0 8px; }
  .dep-card { padding: 26px 22px; }
  .dep-text { font-size: 16px; }
  .dep-arrow { width: 36px; height: 36px; }
  .dep-prev { left: -8px; } .dep-next { right: -8px; }
}

/* === Status badge nos projetos === */
.proj-status {
  position: absolute; top: 14px; right: 14px; z-index: 1;
  display: inline-block;
  font-size: 10.5px; font-weight: 700;
  padding: 4px 12px;
  color: #fff;
  border-radius: 99px;
  text-transform: uppercase; letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
}

/* === Filtros de projetos (chips) === */
.proj-filters {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 36px;
}
.proj-filter {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 22px;
  background: #fff;
  border: 1.5px solid var(--gs-ink-200);
  border-radius: 99px;
  color: var(--gs-ink-700);
  font-size: 14px; font-weight: 600;
  cursor: pointer; text-decoration: none;
  transition: all .15s;
}
.proj-filter:hover { border-color: var(--gs-gold-500); color: var(--gs-navy-800); transform: translateY(-1px); }
.proj-filter .qt {
  font-size: 11px; padding: 2px 8px;
  background: var(--gs-ink-100); color: var(--gs-ink-600);
  border-radius: 99px;
}
.proj-filter.active {
  background: var(--gs-navy-900); color: #fff; border-color: var(--gs-navy-900);
}
.proj-filter.active .qt { background: var(--gs-gold-500); color: var(--gs-navy-900); }

/* === Galeria numerada === */
.galeria-num {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.galeria-num .item {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.galeria-num .item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .35s;
}
.galeria-num .item:hover img { transform: scale(1.05); }
.galeria-num .item .num {
  position: absolute; top: 12px; left: 12px;
  background: rgba(255,255,255,.92);
  color: var(--gs-navy-900);
  font-family: var(--gs-font-display);
  font-weight: 800; font-size: 14px;
  padding: 4px 10px;
  border-radius: 99px;
}

/* === Mapa Google === */
.mapa-embed {
  margin-top: 30px;
  border-radius: var(--gs-radius-lg);
  overflow: hidden;
  box-shadow: var(--gs-shadow);
}
.mapa-embed iframe { display: block; width: 100%; height: 360px; border: 0; }

/* ============================================
   ANIMAÇÕES DE SCROLL (reveal on scroll)
   ============================================ */

html { scroll-behavior: smooth; }

/* Base: elemento começa invisível e ligeiramente abaixo */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .85s cubic-bezier(.16, 1, .3, 1),
              transform .85s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* Variantes direcionais */
.reveal-left  { transform: translateX(-50px); }
.reveal-right { transform: translateX(50px); }
.reveal-scale { transform: scale(.92); }
.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-scale.is-visible { transform: none; }

/* Container com stagger automático nos filhos */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1),
              transform .7s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}
.reveal-stagger.is-visible > *             { opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: .08s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: .16s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: .24s; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: .32s; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: .40s; }
.reveal-stagger.is-visible > *:nth-child(7) { transition-delay: .48s; }
.reveal-stagger.is-visible > *:nth-child(8) { transition-delay: .56s; }
.reveal-stagger.is-visible > *:nth-child(9) { transition-delay: .64s; }

/* Sections com fundo zoom suave */
.zoom-on-scroll {
  transform: scale(1.02);
  transition: transform 1.2s cubic-bezier(.16, 1, .3, 1);
}
.zoom-on-scroll.is-visible { transform: scale(1); }

/* Parallax leve no hero (atualizado via JS) */
.hero-slide.has-parallax {
  background-attachment: scroll; /* fallback */
  transition: transform .3s linear;
}

/* Headers que crescem ao entrar */
.section-head.reveal {
  transform: translateY(30px) scale(.98);
}
.section-head.reveal.is-visible {
  transform: translateY(0) scale(1);
}

/* Pillar cards: efeito 3D sutil ao aparecer */
.pillar.reveal {
  transform: translateY(50px) rotateX(8deg);
  transform-origin: center bottom;
  perspective: 600px;
}
.pillar.reveal.is-visible {
  transform: translateY(0) rotateX(0);
}

/* Project cards: imagem com zoom ao entrar */
.project.reveal .cover { transform: scale(1.06); transition: transform 1s cubic-bezier(.16,1,.3,1); }
.project.reveal.is-visible .cover { transform: scale(1); }

/* Acessibilidade: respeita preferência de movimento reduzido */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal-stagger > *, .zoom-on-scroll,
  .pillar.reveal, .project.reveal .cover {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Indicador suave no header ao rolar */
body.has-hero-carousel .site-header.is-scrolled .brand .brand-name {
  letter-spacing: 1.8px;
  transition: letter-spacing .35s;
}

/* WhatsApp float */
.wpp-float {
  position: fixed; right: 22px; bottom: 22px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff; display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .4);
  z-index: 80; font-size: 26px;
  transition: transform .2s;
}
.wpp-float:hover { transform: scale(1.08); color: #fff; }
