/* ============================================================
   BRChina v2 — "Rota Viva"
   Verde Brasil + Vermelho China · fotografia real · calor humano
   ============================================================ */
:root {
  --green: #0e8a3e;
  --green-deep: #0a5f2c;
  --green-dark: #0c2417;
  --green-soft: #e6f3ea;
  --red: #df2b20;
  --red-deep: #b51e15;
  --red-soft: #fdeae8;
  --cream: #f7f5f0;
  --white: #ffffff;
  --ink: #15211a;
  --muted: #5d6b61;
  --muted-2: #93a097;
  --line: rgba(21, 33, 26, 0.1);
  --line-ink: rgba(255, 255, 255, 0.14);

  --r-lg: 28px;
  --r-md: 18px;
  --r-sm: 12px;
  --r-pill: 999px;

  --maxw: 1240px;
  --gut: clamp(18px, 4.5vw, 64px);

  --f-display: "Bricolage Grotesque", system-ui, sans-serif;
  --f-body: "Hanken Grotesk", system-ui, sans-serif;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shadow: 0 20px 60px -20px rgba(21, 33, 26, 0.25);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--f-body);
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
h1, h2, h3, h4, h5, h6 { text-wrap: balance; }
p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--green); color: #fff; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gut); }

/* ---------- type ---------- */
.h-xl {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: 1.0;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.h-lg {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.h-md {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
}
.lede {
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  color: var(--muted);
  max-width: 56ch;
  text-wrap: pretty;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: var(--ink);
  background: rgba(21, 33, 26, 0.05);
  padding: 8px 16px;
  border-radius: var(--r-pill);
}
.eyebrow .d { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.eyebrow.red { color: var(--ink); background: rgba(21, 33, 26, 0.05); }
.eyebrow.red .d { background: var(--green); }
.eyebrow.on-dark { background: rgba(255,255,255,0.1); color: #fff; }

/* ---------- buttons ---------- */
.btn {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.98rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: var(--r-pill);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  white-space: nowrap;
}
.btn .arr { transition: transform 0.3s var(--ease); display: inline-block; }
.btn:hover .arr { transform: translateX(4px); }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 10px 26px -10px rgba(14, 138, 62, 0.55); }
.btn-green:hover { background: var(--green-deep); transform: translateY(-2px); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 10px 26px -10px rgba(223, 43, 32, 0.5); }
.btn-red:hover { background: var(--red-deep); transform: translateY(-2px); }
.btn-white {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(16px) saturate(1.5);
  -webkit-backdrop-filter: blur(16px) saturate(1.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 10px 26px -14px rgba(0, 0, 0, 0.45);
}
.btn-white:hover { background: rgba(255, 255, 255, 0.3); transform: translateY(-2px); }
.btn-outline { border-color: var(--line); color: var(--ink); background: transparent; }
.btn-outline:hover { border-color: var(--ink); }
.btn-outline.on-dark {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px) saturate(1.4);
  -webkit-backdrop-filter: blur(12px) saturate(1.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.btn-outline.on-dark:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* ============================================================
   FX bar — câmbio ao vivo no topo
   ============================================================ */
.fxbar {
  background: var(--green-dark);
  color: #a8bdaf;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.fxbar .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 22px;
  min-height: 36px;
  flex-wrap: wrap;
  padding-block: 5px;
}
.fxbar .fx-go {
  color: #6ee59a;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.fxbar .fx-go .arr { transition: transform 0.3s var(--ease); }
.fxbar .fx-go:hover .arr { transform: translateX(4px); }
.fxbar b { color: #fff; font-weight: 800; }
.fxbar [data-fx-delta].up { color: #6ee59a; }
.fxbar [data-fx-delta].down { color: #ff8a80; }
@media (max-width: 560px) {
  .fxbar { font-size: 11px; }
}

/* ============================================================
   Header
   ============================================================ */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 14px 0;
  transition: padding 0.3s var(--ease);
}
.header .bar {
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(22px) saturate(1.6);
  -webkit-backdrop-filter: blur(22px) saturate(1.6);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--r-pill);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 8px 30px -12px rgba(21, 33, 26, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 22px;
  gap: 18px;
}
.logo-img { height: 34px; width: auto; max-width: none; }
.header .bar > a:first-child { flex-shrink: 0; display: flex; }
.nav { display: flex; gap: 4px; align-items: center; }
.nav a {
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--ink);
  padding: 9px 16px;
  border-radius: var(--r-pill);
  transition: background 0.25s, color 0.25s;
  white-space: nowrap;
}
.nav a:hover { background: rgba(21, 33, 26, 0.05); color: var(--ink); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.header-cta .phone {
  font-weight: 700; font-size: 0.92rem; color: var(--ink);
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px;
  white-space: nowrap;
}
.header-cta .phone .ic { color: var(--green); }
.header-cta .btn { padding: 12px 22px; font-size: 0.92rem; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 10px; }
.burger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }
@media (max-width: 1280px) {
  .header-cta .phone { display: none; }
  .nav a { padding: 9px 12px; }
}
@media (max-width: 900px) {
  .nav, .header-cta .phone { display: none; }
  .burger { display: flex; }
}
@media (max-width: 560px) { .header-cta .btn-green { display: none; } }

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 0; background: var(--green-dark); z-index: 200;
  display: flex; flex-direction: column; padding: 26px var(--gut);
  transform: translateY(-102%); transition: transform 0.5s var(--ease), visibility 0.5s;
  overflow-y: auto;
  visibility: hidden;
}
.mobile-menu.open { transform: translateY(0); visibility: visible; }
.mobile-menu .mm-top { display: flex; justify-content: space-between; align-items: center; }
.mobile-menu .mm-logo { display: inline-block; background: #fff; border-radius: var(--r-sm); padding: 8px 14px; }
.mobile-menu .mm-close { background: rgba(255,255,255,0.1); border: 0; color: #fff; font-size: 1.6rem; cursor: pointer; line-height: 1; width: 44px; height: 44px; border-radius: 50%; }
.mobile-menu nav { display: flex; flex-direction: column; margin-top: 40px; }
.mobile-menu nav a {
  color: #fff; font-family: var(--f-display); font-size: 1.9rem; font-weight: 700;
  padding: 14px 0; border-bottom: 1px solid var(--line-ink);
  display: flex; justify-content: space-between; align-items: center;
}
.mobile-menu nav a .n { font-size: 0.85rem; color: #7fc89a; font-family: var(--f-body); }

/* ============================================================
   Hero
   ============================================================ */
/* cap full-bleed bands on widescreen */
.hero-card, .process, .testi, .footer-card {
  width: min(100% - 28px, 1560px);
  margin-inline: auto;
}
.hero { padding: 6px 0 0; }

.hero-card {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  min-height: min(86vh, 760px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-card .hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroZoom 14s var(--ease) forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-card::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(8, 20, 13, 0.82) 0%, rgba(8, 20, 13, 0.55) 42%, rgba(8, 20, 13, 0.18) 75%),
    linear-gradient(to top, rgba(8, 20, 13, 0.9) 0%, rgba(8, 20, 13, 0.25) 55%, rgba(8, 20, 13, 0.45) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  padding: clamp(28px, 5vw, 64px);
  color: #fff;
  display: flex; flex-direction: column; gap: 26px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px) saturate(1.5);
  -webkit-backdrop-filter: blur(12px) saturate(1.5);
  border: 1px solid rgba(255,255,255,0.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  padding: 9px 18px; border-radius: var(--r-pill);
  font-weight: 600; font-size: 0.9rem;
  width: fit-content;
}
.hero-badge .flag { font-size: 1rem; }
.hero-inner h1 { max-width: 17ch; }
.hero-inner .sub { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: rgba(255,255,255,0.85); max-width: 52ch; text-wrap: pretty; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { font-size: 0.85rem; color: rgba(255, 255, 255, 0.7); font-weight: 500; margin-top: -8px; }

.hero-stats {
  display: flex; gap: clamp(20px, 4vw, 56px);
  border-top: 1px solid rgba(255,255,255,0.22);
  padding-top: 26px; margin-top: 8px;
  flex-wrap: wrap;
}
.hstat .n { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.8rem, 3.4vw, 2.8rem); line-height: 1; letter-spacing: -0.02em; }
.hstat .n em { font-style: normal; color: #6ee59a; }
.hstat .l { font-size: 0.88rem; color: rgba(255,255,255,0.75); margin-top: 6px; }
@media (max-width: 560px) {
  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
}

/* ============================================================
   Ticker
   ============================================================ */
.ticker {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  width: min(100% - 28px, 1560px);
  margin-inline: auto;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ticker-track {
  display: flex; gap: 48px; width: max-content;
  animation: tick 30s linear infinite;
}
@keyframes tick { to { transform: translateX(-50%); } }
.ticker span {
  font-family: var(--f-display);
  font-weight: 700; font-size: clamp(0.82rem, 1.1vw, 1rem); color: var(--muted);
  display: inline-flex; align-items: center; gap: 48px;
  white-space: nowrap;
}
.ticker .sep { color: var(--red); font-size: 0.55em; }

/* ============================================================
   Sections
   ============================================================ */
.section { padding-block: clamp(64px, 9vw, 130px); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: clamp(36px, 5vw, 64px); flex-wrap: wrap; }
.section-head h2 { margin-top: 18px; }
.section-head .sh-r { max-width: 44ch; }

/* ============================================================
   Services — list + photo swap
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(28px, 4vw, 60px); align-items: stretch; }
.svc-nav { display: flex; flex-direction: column; }
.svc-item {
  display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center;
  padding: 20px 18px;
  border-radius: var(--r-md);
  cursor: pointer;
  transition: background 0.3s var(--ease);
  border: 1.5px solid transparent;
}
.svc-item .si-num { font-family: var(--f-display); font-weight: 700; font-size: 0.95rem; color: var(--muted-2); transition: color 0.3s; }
.svc-item .si-t { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.1rem, 1.8vw, 1.35rem); letter-spacing: -0.01em; }
.svc-item .si-arr { color: var(--green); opacity: 0; transform: translateX(-6px); transition: 0.3s var(--ease); font-size: 1.2rem; }
.svc-item p { grid-column: 2 / -1; font-size: 0.95rem; color: var(--muted); display: none; margin-top: 2px; }
.svc-item.active { background: #fff; border-color: var(--line); box-shadow: var(--shadow); }
.svc-item.active .si-num { color: var(--red); }
.svc-item.active .si-arr { opacity: 1; transform: none; }
.svc-item.active p { display: block; }
.svc-item:not(.active):hover { background: rgba(255, 255, 255, 0.7); }
.svc-item { transition: background 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease); }

.svc-photo {
  position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 480px;
  box-shadow: var(--shadow);
}
.svc-photo img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 0.6s var(--ease);
}
.svc-photo img.show { opacity: 1; }
.svc-photo .sp-cap {
  position: absolute; left: 18px; bottom: 18px; right: 18px; z-index: 2;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(10px);
  border-radius: var(--r-md);
  padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.svc-photo .sp-cap .t { font-family: var(--f-display); font-weight: 700; font-size: 1.05rem; }
.svc-photo .sp-cap .n { font-weight: 700; color: var(--red); font-size: 0.9rem; }
.svc-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,20,13,0.35), transparent 50%);
  pointer-events: none;
}
@media (max-width: 920px) {
  .svc-grid { grid-template-columns: 1fr; }
  .svc-photo { min-height: 340px; }
}

/* ============================================================
   Process — dark, numbered, with photos
   ============================================================ */
.process { background: var(--green-dark); color: #fff; border-radius: var(--r-lg); padding-block: clamp(44px, 6vw, 80px); }
.process .section-head { margin-bottom: clamp(20px, 3vw, 36px); }
.process .lede { color: #a8bdaf; }
.proc-list { display: flex; flex-direction: column; margin-top: 0; }
.proc {
  display: grid;
  grid-template-columns: 64px 1fr 1.1fr 200px;
  gap: clamp(16px, 2.5vw, 32px);
  align-items: center;
  padding: clamp(16px, 2.2vw, 26px) 0;
  border-top: 1px solid var(--line-ink);
}
.proc .p-num {
  font-family: var(--f-display); font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,0.4);
  transition: 0.4s;
}
.proc.is-on .p-num { color: #6ee59a; -webkit-text-stroke: 0; }
.proc h4 { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.2rem, 2vw, 1.6rem); letter-spacing: -0.015em; line-height: 1.15; }
.proc h4 .tag { display: block; font-family: var(--f-body); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; color: var(--red); text-transform: uppercase; margin-bottom: 8px; }
.proc p { color: #a8bdaf; font-size: 0.98rem; max-width: 46ch; }
.proc .p-img { border-radius: var(--r-md); overflow: hidden; aspect-ratio: 16 / 10; }
.proc .p-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.proc:hover .p-img img { transform: scale(1.06); }
@media (max-width: 980px) {
  .proc { grid-template-columns: 50px 1fr; }
  .proc .p-img { display: none; }
  .proc p { grid-column: 2; }
}

/* ============================================================
   Products
   ============================================================ */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.prod {
  position: relative; border-radius: var(--r-md); overflow: hidden;
  aspect-ratio: 4 / 5; cursor: pointer;
  background: var(--green-dark);
}
.prod img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease), opacity 0.4s; }
.prod:hover img { transform: scale(1.07); }
.prod::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,20,13,0.78), transparent 55%);
}
.prod .p-name {
  position: absolute; left: 18px; bottom: 16px; right: 18px; z-index: 2;
  color: #fff; font-family: var(--f-display); font-weight: 700; font-size: 1.1rem;
  letter-spacing: -0.01em;
}
.prod .p-cat {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(255,255,255,0.9); color: var(--ink);
  font-size: 0.75rem; font-weight: 700; padding: 5px 12px; border-radius: var(--r-pill);
}
@media (max-width: 900px) { .prod-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   About
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.about-photo { position: relative; }
.about-photo .main {
  border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5 / 3.4; box-shadow: var(--shadow);
  background: #0b0d0c;
}
.about-photo .main img { width: 100%; height: 100%; object-fit: contain; }
.about-photo .float-card {
  position: absolute; right: 18px; bottom: 18px;
  background: #fff; border-radius: var(--r-md);
  padding: 18px 22px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 14px;
  max-width: min(300px, calc(100% - 36px));
}
.about-photo .float-card .fc-ic {
  width: 46px; height: 46px; border-radius: 50%; background: rgba(21, 33, 26, 0.05);
  color: var(--ink);
  display: grid; place-items: center; flex-shrink: 0;
}
.about-photo .float-card .fc-t { font-weight: 700; font-size: 0.95rem; line-height: 1.3; }
.about-photo .float-card .fc-s { font-size: 0.82rem; color: var(--muted); }
.about-copy h2 { margin: 18px 0 20px; }
.about-copy p { color: var(--muted); margin-bottom: 18px; max-width: 54ch; text-wrap: pretty; }
.about-locs { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.loc-chip {
  flex: 1; min-width: 220px;
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-md);
  padding: 18px 20px;
}
.loc-chip .lc-flag {
  display: inline-block;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em;
  padding: 5px 10px; border-radius: 7px;
  background: rgba(21, 33, 26, 0.05); color: var(--muted);
  font-family: var(--f-display);
}
.loc-chip .lc-city { font-family: var(--f-display); font-weight: 700; font-size: 1.1rem; margin-top: 8px; }
.loc-chip .lc-role { font-size: 0.88rem; color: var(--muted); }
@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; }
}

/* Equipe — nomes e papéis reais */
.team-people { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.tp {
  border-left: 3px solid var(--green); padding-left: 16px;
}
.tp-name { display: block; font-family: var(--f-display); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.tp-role { display: block; font-size: 0.9rem; color: var(--muted); margin-top: 2px; text-wrap: pretty; }

/* Escritórios reais */
.offices-wrap { margin-top: 20px; }
.offices-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.office {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-md);
  overflow: hidden; display: flex; flex-direction: column;
}
.office .of-ph { aspect-ratio: 4 / 3; overflow: hidden; background: rgba(21,33,26,0.04); }
.office .of-ph img { width: 100%; height: 100%; object-fit: cover; }
.office .of-flag {
  display: inline-block; margin: 18px 20px 0;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em;
  padding: 5px 10px; border-radius: 7px;
  background: rgba(21, 33, 26, 0.05); color: var(--muted);
  font-family: var(--f-display); align-self: flex-start;
}
.office .of-city { font-family: var(--f-display); font-weight: 700; font-size: 1.08rem; margin: 10px 20px 0; }
.office .of-addr { font-size: 0.86rem; color: var(--muted); margin: 6px 20px 20px; line-height: 1.45; text-wrap: pretty; }
@media (max-width: 980px) { .offices-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .offices-grid { grid-template-columns: 1fr; } }

/* Clientes */
.clients-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; align-items: center;
}
.clients-grid .cl {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-md);
  aspect-ratio: 3 / 2; display: grid; place-items: center; padding: 22px;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.clients-grid .cl:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.clients-grid .cl img {
  max-width: 100%; max-height: 100%; object-fit: contain;
  filter: grayscale(1); opacity: 0.72; transition: filter 0.3s var(--ease), opacity 0.3s var(--ease);
}
.clients-grid .cl:hover img { filter: grayscale(0); opacity: 1; }
@media (max-width: 900px) { .clients-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .clients-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   Histórias (teaser na home)
   ============================================================ */
.testi { background: transparent; }
.stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.scard {
  background: var(--green-dark); color: #fff;
  border-radius: var(--r-lg);
  padding: clamp(24px, 3vw, 32px);
  display: flex; flex-direction: column; gap: 18px;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.scard:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -22px rgba(8, 20, 13, 0.55); }
.scard .s-top { display: flex; align-items: baseline; gap: 14px; }
.scard .s-num {
  font-family: var(--f-display); font-weight: 800; font-size: 1.5rem;
  color: transparent; -webkit-text-stroke: 1.2px rgba(110, 229, 154, 0.8);
}
.scard .s-seg { font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #7e9486; }
.scard blockquote {
  font-size: 1.08rem; line-height: 1.5; font-style: italic; font-weight: 500;
  color: #e9efe9; flex: 1; text-wrap: pretty;
}
.scard .s-res { display: flex; flex-direction: column; gap: 2px; font-size: 0.84rem; color: #a8bdaf; border-top: 1px solid rgba(255,255,255,0.14); padding-top: 16px; }
.scard .s-res b { font-family: var(--f-display); font-weight: 800; font-size: 1.7rem; letter-spacing: -0.02em; color: #6ee59a; }
.scard .s-link { font-weight: 700; font-size: 0.9rem; color: #fff; display: inline-flex; align-items: center; gap: 8px; }
.scard .s-link .arr { transition: transform 0.3s var(--ease); }
.scard:hover .s-link .arr { transform: translateX(4px); }
@media (max-width: 880px) { .stories-grid { grid-template-columns: 1fr; } }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tcard {
  background: #fff; border-radius: var(--r-md); padding: 28px;
  display: flex; flex-direction: column; gap: 18px;
  box-shadow: 0 12px 36px -18px rgba(21,33,26,0.18);
}
.tcard .stars { color: var(--red); letter-spacing: 3px; font-size: 0.95rem; }
.tcard blockquote { font-size: 1.02rem; line-height: 1.55; color: var(--ink); flex: 1; text-wrap: pretty; }
.tcard .who { display: flex; align-items: center; gap: 12px; }
.tcard .who .av {
  width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
  background: rgba(21, 33, 26, 0.06);
  display: grid; place-items: center;
  font-family: var(--f-display); font-weight: 800; color: var(--ink);
}
.tcard .who .wn { font-weight: 700; font-size: 0.95rem; }
.tcard .who .ws { font-size: 0.83rem; color: var(--muted); }
.tcard.video { position: relative; padding: 0; overflow: hidden; min-height: 320px; background: var(--green-dark); }
.tcard.video img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.8; }
.tcard.video .vplay {
  position: absolute; inset: 0; display: grid; place-items: center; z-index: 2;
}
.tcard.video .vplay .circ {
  width: 68px; height: 68px; border-radius: 50%; background: var(--red); color: #fff;
  display: grid; place-items: center; font-size: 1.3rem;
  box-shadow: 0 14px 36px -10px rgba(223,43,32,0.6);
  transition: transform 0.35s var(--ease);
}
.tcard.video:hover .vplay .circ { transform: scale(1.1); }
.tcard.video .vcap {
  position: absolute; left: 18px; bottom: 16px; z-index: 2; color: #fff;
  font-weight: 700; font-size: 0.95rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
@media (max-width: 880px) { .testi-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CTA / Contact
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.contact-copy h2 { margin: 18px 0 18px; }
.contact-meta { margin-top: 34px; display: flex; flex-direction: column; gap: 14px; }
.cmeta {
  display: flex; align-items: center; gap: 14px;
  background: #fff; border-radius: var(--r-md); padding: 16px 20px;
  border: 1.5px solid var(--line);
}
.cmeta .ic { width: 44px; height: 44px; border-radius: 50%; background: rgba(21, 33, 26, 0.05); color: var(--ink); display: grid; place-items: center; flex-shrink: 0; font-size: 1.1rem; }
.cmeta .ct { font-size: 0.8rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.cmeta .cv { font-weight: 700; font-size: 1.02rem; }

.form-card {
  background: #fff; border-radius: var(--r-lg); padding: clamp(24px, 3.5vw, 44px);
  box-shadow: var(--shadow);
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
.form-card .fc-head { grid-column: 1 / -1; margin-bottom: 4px; }
.form-card .fc-head .t { font-family: var(--f-display); font-weight: 800; font-size: 1.4rem; letter-spacing: -0.02em; }
.form-card .fc-head .s { color: var(--muted); font-size: 0.95rem; margin-top: 4px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.85rem; font-weight: 700; color: var(--ink); }
.field input, .field select {
  font-family: var(--f-body); font-size: 1rem; color: var(--ink);
  background: var(--cream); border: 1.5px solid transparent; border-radius: var(--r-sm);
  padding: 14px 16px; outline: none; width: 100%;
  transition: border-color 0.25s, background 0.25s;
}
.field input:focus, .field select:focus { border-color: var(--green); background: #fff; }
.field.invalid input { border-color: var(--red); background: var(--red-soft); }
.form-foot { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 6px; }
.form-foot .note { font-size: 0.85rem; color: var(--muted); max-width: 36ch; }
.form-success { grid-column: 1 / -1; text-align: center; padding: 40px 20px; }
.form-success .big { display: flex; justify-content: center; }
.form-success h4 { font-family: var(--f-display); font-weight: 800; font-size: 1.5rem; margin: 12px 0 8px; }
.form-success p { color: var(--muted); }
.hidden { display: none !important; }
@media (max-width: 920px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form-card { grid-template-columns: 1fr; } }

/* ============================================================
   Footer
   ============================================================ */
.footer { padding: clamp(50px, 7vw, 90px) 0 0; }
.footer-card {
  background: var(--green-dark); color: #fff;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  padding: clamp(40px, 6vw, 72px) 0 0;
}
.footer-top { display: flex; gap: 36px; padding-bottom: 50px; border-bottom: 1px solid var(--line-ink); }
.footer-brand { flex: 1.5 1 260px; }
.foot-col { flex: 1 1 150px; }
@media (max-width: 860px) { .footer-top { flex-wrap: wrap; } .footer-brand { flex-basis: 100%; } .foot-col { flex: 1 1 40%; } }
@media (max-width: 480px) { .foot-col { flex-basis: 100%; } }
.footer-brand .logo-box { display: inline-block; background: #fff; border-radius: var(--r-sm); padding: 12px 16px; width: fit-content; }
.footer-brand .logo-box img { height: 30px; }
.footer-brand p { color: #a8bdaf; margin: 20px 0; max-width: 32ch; font-size: 0.95rem; }
.foot-col h6 { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: #7fc89a; margin-bottom: 16px; font-weight: 700; }
.foot-col a { display: block; padding: 7px 0; color: #e4ece6; font-size: 0.95rem; transition: color 0.25s, padding-left 0.25s; }
.foot-col a:hover { color: #6ee59a; padding-left: 5px; }
.footer-bot { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; font-size: 0.83rem; color: #7e9486; flex-wrap: wrap; gap: 10px; }
@media (max-width: 480px) { .footer-bot { flex-direction: column; align-items: flex-start; } }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.1s; }
.reveal.d2 { transition-delay: 0.2s; }
.reveal.d3 { transition-delay: 0.3s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

/* ---------- whatsapp float ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  display: flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px) saturate(1.5);
  -webkit-backdrop-filter: blur(16px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: var(--ink);
  border-radius: var(--r-pill);
  padding: 10px 20px 10px 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 14px 40px -10px rgba(21, 33, 26, 0.35);
  font-weight: 700; font-size: 0.92rem;
  transition: transform 0.3s var(--ease), background 0.3s;
}
.wa-float:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.9); }
.wa-float .wic {
  width: 40px; height: 40px; border-radius: 50%; background: var(--green);
  color: #fff; display: grid; place-items: center; flex-shrink: 0;
}

/* ============================================================
   VÍDEOS — institucional (band) + depoimentos (grid) + lightbox
   incorporado de brchina.com.br/novo-site-2026
   ============================================================ */
.vband{ background:var(--ink); color:#fff; padding:clamp(56px,8vw,108px) 0; }
.vband .wrap{ display:grid; grid-template-columns:1.02fr 1fr; gap:clamp(28px,4vw,56px); align-items:center; }
@media(max-width:860px){ .vband .wrap{ grid-template-columns:1fr; } }
.vband .vb-copy h2{ color:#fff; }
.vband .vb-copy p{ color:rgba(255,255,255,.74); margin-top:14px; font-size:1.06rem; line-height:1.65; }
.vplayer{ position:relative; border-radius:var(--r-lg); overflow:hidden; aspect-ratio:16/10; box-shadow:0 34px 80px -28px rgba(0,0,0,.75); cursor:pointer; background:#000; }
.vplayer img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s var(--ease); }
.vplayer:hover img{ transform:scale(1.04); }
.vplayer .play{ position:absolute; inset:0; display:grid; place-items:center; }
.vplayer .play span{ width:76px; height:76px; border-radius:50%; background:var(--red); display:grid; place-items:center; box-shadow:0 14px 34px -8px rgba(223,43,32,.75); transition:transform .25s var(--ease); }
.vplayer:hover .play span{ transform:scale(1.09); }
.vplayer .play svg{ width:28px; height:28px; fill:#fff; margin-left:5px; }
.vplayer .vp-tag{ position:absolute; left:16px; bottom:16px; background:rgba(0,0,0,.5); backdrop-filter:blur(6px); color:#fff; font-size:.8rem; font-weight:600; padding:7px 13px; border-radius:var(--r-pill); }

.vt-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:36px; }
@media(max-width:1000px){ .vt-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:560px){ .vt-grid{ grid-template-columns:1fr 1fr; } }
.vt-card{ position:relative; border-radius:var(--r-md); overflow:hidden; aspect-ratio:9/13; cursor:pointer; background:#000; box-shadow:var(--shadow); }
.vt-card>img{ width:100%; height:100%; object-fit:cover; transition:transform .6s var(--ease); }
.vt-card:hover>img{ transform:scale(1.06); }
.vt-card::after{ content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,0) 52%); }
.vt-play{ position:absolute; top:13px; right:13px; width:44px; height:44px; border-radius:50%; background:rgba(223,43,32,.96); display:grid; place-items:center; z-index:2; transition:transform .25s var(--ease); }
.vt-card:hover .vt-play{ transform:scale(1.1); }
.vt-play svg{ width:16px; height:16px; fill:#fff; margin-left:2px; }
.vt-meta{ position:absolute; left:15px; right:15px; bottom:14px; z-index:2; color:#fff; }
.vt-meta .n{ font-family:var(--f-display); font-weight:700; font-size:1rem; line-height:1.1; }
.vt-meta .s{ font-size:.8rem; color:rgba(255,255,255,.82); margin-top:3px; }

.vlb{ position:fixed; inset:0; background:rgba(0,0,0,.92); z-index:9999; display:none; align-items:center; justify-content:center; padding:20px; }
.vlb.open{ display:flex; }
.vlb video{ max-width:min(92vw,880px); max-height:88vh; border-radius:14px; box-shadow:0 30px 80px rgba(0,0,0,.6); background:#000; }
.vlb .vlb-x{ position:absolute; top:18px; right:22px; width:46px; height:46px; border-radius:50%; border:0; background:rgba(255,255,255,.14); color:#fff; font-size:24px; cursor:pointer; line-height:1; }
.vlb .vlb-x:hover{ background:rgba(255,255,255,.24); }

/* ajustes de espacamento (video depoimentos + faixa institucional) */
.vt-grid{ margin-bottom:clamp(40px,5vw,60px); }
.vband{ margin-bottom:0; }

/* processo: imagens um pouco maiores (só desktop; mobile continua ocultando) */
@media(min-width:701px){ .proc{ grid-template-columns:64px 1fr 1.05fr 320px; } }

/* poster do video institucional: video vertical -> mostrar o topo (rosto), nao cortar no meio */
.vplayer img{ object-position:center 18%; }

/* vband: 2 videos VERTICAIS lado a lado (sem cortar rosto) */
.vband .wrap{ grid-template-columns:1fr 1.05fr; }
.vb-videos{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.vp2{ position:relative; border-radius:var(--r-md); overflow:hidden; aspect-ratio:9/16; cursor:pointer; background:#000; box-shadow:0 24px 60px -24px rgba(0,0,0,.7); }
.vp2 img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s var(--ease); }
.vp2:hover img{ transform:scale(1.05); }
.vp2::after{ content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,0) 45%); }
.vp2-play{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:60px; height:60px; border-radius:50%; background:var(--red); display:grid; place-items:center; z-index:2; transition:transform .25s var(--ease); box-shadow:0 10px 26px -6px rgba(223,43,32,.7); }
.vp2:hover .vp2-play{ transform:translate(-50%,-50%) scale(1.1); }
.vp2-play svg{ width:22px; height:22px; fill:#fff; margin-left:3px; }
.vp2-tag{ position:absolute; left:14px; right:14px; bottom:14px; z-index:2; color:#fff; font-family:var(--f-display); font-weight:700; font-size:.95rem; line-height:1.2; }
