/* ==========================================================================
   ÁRCUS PARTICIPAÇÕES — Assessoria Estratégica
   Sistema visual: seções full-bleed contínuas + grade de fios de 1px.
   Sem blocos flutuantes, sem cantos arredondados (exceto pílulas).
   Referência estrutural: "Pactum Financial Advisory" (Behance).
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  --ink:        #0B0F1A;
  --ink-70:     #464C5C;
  --ink-50:     #6C7386;
  --ink-35:     #A6ABB8;   /* headline em repouso */
  --ink-20:     #CBCFD8;

  --brand:      #32429A;
  --brand-600:  #2A3785;
  --brand-700:  #26317A;
  --brand-300:  #8A94CF;
  --green:      #15A44A;
  --green-up:   #3FD37D;   /* verde para fundo escuro */

  --paper:      #FFFFFF;
  --bone:       #F4F4F1;
  --deep:       #080D1F;   /* seção escura */

  --line:       #E4E5E9;
  --line-2:     #EFEFF2;
  --line-dk:    rgba(255,255,255,.14);

  --shell:      1400px;
  --gutter:     clamp(20px, 4.2vw, 64px);
  --sec-y:      clamp(76px, 9.5vw, 172px);
  --hdr:        76px;

  --ease: cubic-bezier(.22,.61,.36,1);
}
/* --------------------------------------------------------------------------
   2. Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Onest", "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; }
::selection { background: var(--brand); color: #fff; }

/* --------------------------------------------------------------------------
   3. Grade — seções full-bleed com conteúdo contido
   -------------------------------------------------------------------------- */
.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gutter); }
main > .shell { max-width: none; padding-inline: 0; }

/* .panel é a unidade de seção (nome mantido do build anterior) */
.panel {
  position: relative;
  isolation: isolate;
  max-width: var(--shell);
  margin-inline: auto;
  padding: var(--sec-y) var(--gutter);
}
.panel::before {
  content: "";
  position: absolute; z-index: -1;
  top: 0; bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
}
.panel--tint::before { background: var(--bone); }
.panel--dark::before { background: var(--deep); }
.panel--dark { color: #fff; }
.panel--dark .lede, .panel--dark .body, .panel--dark .small { color: rgba(255,255,255,.6); }

/* Hero: sem contenção nem padding */
.panel--flush { max-width: none; padding: 0; margin: 0; }

/* Fio divisor entre seções claras consecutivas */
.panel + .panel:not(.panel--tint):not(.panel--dark):not(.panel--flush)::after {
  content: "";
  position: absolute; top: 0; left: var(--gutter); right: var(--gutter);
  height: 1px; background: var(--line);
}

.grid { display: grid; gap: 0; }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }

.center { text-align: center; }
.measure { max-width: 62ch; }

/* --------------------------------------------------------------------------
   4. Tipografia
   -------------------------------------------------------------------------- */
.d1, .d2, .d3, .d4 { margin: 0; font-weight: 400; letter-spacing: -0.035em; text-wrap: balance; }
.d1 { font-size: clamp(40px, 6vw, 88px); line-height: 1.0; letter-spacing: -0.042em; }
.d2 { font-size: clamp(30px, 4.1vw, 62px); line-height: 1.06; letter-spacing: -0.038em; }
.d3 { font-size: clamp(24px, 2.6vw, 40px); line-height: 1.12; letter-spacing: -0.032em; }
.d4 { font-size: clamp(18px, 1.4vw, 22px); line-height: 1.3; letter-spacing: -0.024em; font-weight: 500; }

/* O dois-tons antigo foi substituído pelo reveal por palavra */
.duo-a, .soft { color: inherit; font-weight: inherit; }

.lede { font-size: clamp(16.5px, 1.25vw, 19px); line-height: 1.55; color: var(--ink-70); margin: 0; letter-spacing: -0.012em; }
.body { color: var(--ink-70); margin: 0; }
.small { font-size: 14.5px; line-height: 1.55; color: var(--ink-50); margin: 0; }

.mono { font-size: 11.5px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-35); }
.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

/* Reveal de headline: cinza → tinta, palavra a palavra no scroll */
.rt w { color: var(--ink-35); transition: color .5s var(--ease); }
.rt w.on { color: var(--ink); }
.panel--dark .rt w { color: rgba(255,255,255,.3); }
.panel--dark .rt w.on { color: #fff; }
.hero .rt w, .hero .rt w.on { color: #fff; transition: none; }
.cta .rt w { color: rgba(255,255,255,.34); }
.cta .rt w.on { color: #fff; }

/* --------------------------------------------------------------------------
   5. Eyebrow — quadradinho + rótulo (substitui a pílula)
   -------------------------------------------------------------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0;
  background: none;
  box-shadow: none;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--ink-70);
}
.eyebrow i { width: 7px; height: 7px; border-radius: 0; background: var(--brand); flex: none; display: block; }
.eyebrow i svg { display: none; }
.eyebrow--green i { background: var(--green); }
.panel--dark .eyebrow { color: var(--green-up); }
.panel--dark .eyebrow i { background: var(--green-up); }

/* --------------------------------------------------------------------------
   6. Botões
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 15px; font-weight: 400; letter-spacing: -0.012em;
  white-space: nowrap;
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.btn svg { width: 13px; height: 13px; flex: none; transition: transform .35s var(--ease); }
.btn:hover svg { transform: translate(2px, -2px); }

.btn--dark  { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--brand); }
.btn--brand { background: var(--brand); color: #fff; }
.btn--brand:hover { background: var(--brand-700); }
.btn--white { background: #fff; color: var(--ink); }
.btn--white:hover { background: var(--ink); color: #fff; }
.btn--line  { border: 1px solid var(--line); color: var(--ink); background: transparent; }
.btn--line:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.panel--dark .btn--line, .hero .btn--line { border-color: rgba(255,255,255,.35); color: #fff; }
.panel--dark .btn--line:hover, .hero .btn--line:hover { background: #fff; color: var(--ink); border-color: #fff; }

.icon-btn {
  width: 40px; height: 40px; border-radius: 999px;
  display: grid; place-items: center;
  border: 1px solid var(--line); color: var(--ink);
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.icon-btn svg { width: 13px; height: 13px; transition: transform .35s var(--ease); }
.icon-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.icon-btn--line { background: transparent; }

.arrow-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 15px; letter-spacing: -0.012em; color: var(--ink);
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line);
  transition: border-color .3s var(--ease);
}
.arrow-link svg { width: 12px; height: 12px; transition: transform .35s var(--ease); }
.arrow-link:hover { border-color: var(--ink); }
.arrow-link:hover svg { transform: translate(2px, -2px); }
.arrow-link--brand { color: var(--brand); }
.arrow-link--brand:hover { border-color: var(--brand); }
.panel--dark .arrow-link { color: #fff; border-color: var(--line-dk); }

/* Tags: lista enxuta, uma por linha */
.tags { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.tags li { padding: 5px 0; font-size: 13.8px; color: var(--ink-50); letter-spacing: -0.006em; }
.panel--dark .tags li { color: rgba(255,255,255,.62); }

/* Chips (filtros de Perspectivas) */
.tags--chips { display: flex; flex-wrap: wrap; gap: 8px; }
.tags--chips li {
  padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px;
  font-size: 13.5px; color: var(--ink-70); cursor: default;
}

/* --------------------------------------------------------------------------
   7. Header — transparente sobre o hero, sólido no scroll
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  transition: background .4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header > .shell { padding-inline: var(--gutter); }
.nav-bar {
  display: flex; align-items: center; gap: 22px;
  height: var(--hdr);
  background: none; border-radius: 0; padding: 0; box-shadow: none;
}
.brand img { height: 30px; width: auto; transition: filter .4s var(--ease); }
.brand { display: flex; align-items: center; flex: none; }

.nav { display: flex; align-items: center; gap: 2px; margin-inline: auto; }
.nav a {
  padding: 8px 14px; border-radius: 0;
  font-size: 15px; font-weight: 400; letter-spacing: -0.012em;
  color: var(--ink-70);
  transition: color .25s var(--ease);
}
.nav a:hover, .nav a.is-active { color: var(--ink); background: none; }

.nav-actions { display: flex; align-items: center; gap: 10px; flex: none; }

/* Estado sobre o hero */
body.has-hero .site-header:not(.is-solid) .nav a { color: rgba(255,255,255,.72); }
body.has-hero .site-header:not(.is-solid) .nav a:hover,
body.has-hero .site-header:not(.is-solid) .nav a.is-active { color: #fff; }
body.has-hero .site-header:not(.is-solid) .brand img { filter: brightness(0) invert(1); }
body.has-hero .site-header:not(.is-solid) .btn--dark { background: #fff; color: var(--ink); }
body.has-hero .site-header:not(.is-solid) .icon-btn { border-color: rgba(255,255,255,.4); color: #fff; }
body.has-hero .site-header:not(.is-solid) .menu-toggle span { background: #fff; }
body.has-hero .site-header:not(.is-solid) { border-bottom-color: rgba(255,255,255,.18); }

.site-header.is-solid { background: rgba(255,255,255,.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom-color: var(--line); }

body:not(.has-hero) main { padding-top: var(--hdr); }

/* Dropdown */
.nav__has-drop { position: relative; }
.nav__has-drop > a::after {
  content: ""; display: inline-block;
  width: 5px; height: 5px; margin-left: 8px;
  border-right: 1.2px solid currentColor; border-bottom: 1.2px solid currentColor;
  transform: translateY(-2px) rotate(45deg); opacity: .5;
}
.nav__drop {
  position: absolute; top: calc(100% + 14px); left: 50%;
  transform: translate(-50%, 8px);
  width: 330px; padding: 8px;
  background: #fff; border: 1px solid var(--line);
  opacity: 0; visibility: hidden;
  transition: opacity .28s var(--ease), transform .28s var(--ease), visibility .28s;
}
.nav__has-drop:hover .nav__drop, .nav__has-drop:focus-within .nav__drop { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav__drop::before { content: ""; position: absolute; inset: -18px 0 auto 0; height: 18px; }
.nav__drop a { display: block; padding: 13px 14px; font-size: 14.5px; color: var(--ink); border-radius: 0; }
.nav__drop a span { display: block; font-size: 12.5px; color: var(--ink-50); margin-top: 3px; }
.nav__drop a:hover { background: var(--bone); color: var(--ink); }

.menu-toggle { display: none; width: 40px; height: 40px; place-items: center; background: none; }
.menu-toggle span { display: block; width: 18px; height: 1.2px; background: var(--ink); transition: transform .3s var(--ease), opacity .3s var(--ease); }
.menu-toggle span + span { margin-top: 5px; }
body.nav-open .menu-toggle span:nth-child(1) { transform: translateY(6.2px) rotate(45deg); }
body.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .menu-toggle span:nth-child(3) { transform: translateY(-6.2px) rotate(-45deg); }

.mobile-nav { display: none; padding: 8px 0 22px; border-top: 1px solid var(--line); background: #fff; }
.mobile-nav a { display: block; padding: 14px 0; font-size: 19px; letter-spacing: -0.028em; border-bottom: 1px solid var(--line-2); }
.mobile-nav a:last-of-type { border-bottom: 0; }

/* --------------------------------------------------------------------------
   8. Hero — full bleed
   -------------------------------------------------------------------------- */
.hero { position: relative; isolation: isolate; overflow: hidden; border-radius: 0; }
.hero--tall  { min-height: 100vh; }
.hero--short { min-height: 68vh; }
.hero img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(100deg, rgba(8,13,31,.86) 0%, rgba(8,13,31,.58) 38%, rgba(8,13,31,.14) 72%, rgba(8,13,31,.04) 100%),
    linear-gradient(to bottom, rgba(8,13,31,.5) 0%, rgba(8,13,31,0) 34%);
}
.hero__inner {
  position: relative;
  min-height: inherit;
  display: flex; flex-direction: column; justify-content: flex-end;
  max-width: var(--shell); margin-inline: auto;
  padding: calc(var(--hdr) + 40px) var(--gutter) 0;
  color: #fff;
}
.hero__top { display: none; }
.hero__copy { max-width: min(980px, 66%); }
.hero .d1 { color: #fff; font-size: clamp(38px, 5.6vw, 84px); line-height: 1.0; letter-spacing: -0.042em; }
.hero--short .d1 { font-size: clamp(34px, 4.4vw, 64px); }

/* Barra inferior do hero, dividida por fios verticais */
.hero__bottom {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) minmax(0, 430px);
  align-items: stretch;
  gap: 0;
  margin-top: clamp(40px, 6vw, 90px);
  border-top: 1px solid rgba(255,255,255,.22);
}
.hero__bottom > * { padding: 32px 36px; border-right: 1px solid rgba(255,255,255,.22); }
.hero__bottom > *:first-child { padding-left: 0; }
.hero__bottom > *:last-child { border-right: 0; padding-right: 0; }
.hero__bottom--2 { grid-template-columns: 160px minmax(0, 1fr); }
.hero__bottom--3 { grid-template-columns: 160px minmax(0, 1fr) auto; }

.hero__scroll { display: flex; align-items: center; gap: 10px; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.75); align-self: start; }
.hero__scroll svg { width: 12px; height: 12px; animation: bob 2.4s var(--ease) infinite; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

.hero__text { margin: 0; max-width: 46ch; color: rgba(255,255,255,.76); font-size: clamp(15px, 1.05vw, 16.5px); line-height: 1.55; }
.hero__actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* Card branco: última célula da barra, colado no canto */
.hero__card {
  background: #fff; color: var(--ink);
  border-radius: 0;
  align-self: end;
}
.hero__bottom > .hero__card { padding: 26px 30px; border-right: 0; }
.hero__card ol { list-style: none; margin: 0; padding: 0; counter-reset: c; }
.hero__card li {
  display: flex; gap: 14px; align-items: baseline;
  padding: 11px 0; border-bottom: 1px solid var(--line-2);
  font-size: 15px; letter-spacing: -0.018em; color: var(--ink);
}
.hero__card li:last-child { border-bottom: 0; padding-bottom: 0; }
.hero__card li:first-child { padding-top: 0; }
.hero__card em { font-style: normal; font-size: 11px; letter-spacing: .1em; color: var(--brand); flex: none; }

.kicker, .scroll-cue { display: none; }

/* --------------------------------------------------------------------------
   9. Cabeçalho de seção
   -------------------------------------------------------------------------- */
.sec-head { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 96px); align-items: end; }
.sec-head > div:first-child { min-width: 0; }
.sec-head .eyebrow { margin-bottom: 28px; }
.sec-head .lede, .sec-head > p { padding-bottom: 6px; }

/* --------------------------------------------------------------------------
   10. Statement
   -------------------------------------------------------------------------- */
.statement { max-width: 1100px; }
.statement__title {
  font-size: clamp(32px, 4.9vw, 76px);
  line-height: 1.04; letter-spacing: -0.042em; font-weight: 400;
  margin: 26px 0 clamp(32px, 4vw, 60px);
}
.statement p { font-size: clamp(16.5px, 1.35vw, 20px); line-height: 1.6; color: var(--ink-70); letter-spacing: -0.014em; max-width: 60ch; margin: 0; }
.statement p + p { margin-top: 18px; }
.statement p strong { color: var(--ink); font-weight: 500; }

/* --------------------------------------------------------------------------
   11. Cards de capacidade — células da grade, sem sombra nem raio
   -------------------------------------------------------------------------- */
.grid.g-3, .grid.g-2, .grid.g-4 { border-top: 1px solid var(--line); }
.cap-card {
  display: flex; flex-direction: column;
  background: none; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  border-radius: 0; overflow: hidden;
  transition: background .4s var(--ease);
}
.g-3 > .cap-card:nth-child(3n), .g-2 > .cap-card:nth-child(2n) { border-right: 0; }
/* Conteúdo da primeira/última coluna alinha com a margem da seção */
.g-3 > .cap-card:nth-child(3n+1) .cap-card__body,
.g-2 > .cap-card:nth-child(2n+1) .cap-card__body { padding-left: 0; }
.g-3 > .cap-card:nth-child(3n) .cap-card__body,
.g-2 > .cap-card:nth-child(2n) .cap-card__body { padding-right: 0; }
.cap-card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; margin: 0; }
.cap-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.cap-card:hover .cap-card__media img { transform: scale(1.04); }
.cap-card__media::after { display: none; }
.cap-card__num {
  position: absolute; top: 0; left: 0; z-index: 2;
  width: auto; height: auto; padding: 8px 12px; border-radius: 0;
  background: #fff; border: 0; backdrop-filter: none; -webkit-backdrop-filter: none;
  color: var(--ink); font-size: 11.5px; letter-spacing: .1em;
}
.cap-card__body { padding: clamp(26px, 2.4vw, 38px) clamp(24px, 2.2vw, 34px); display: flex; flex-direction: column; gap: 18px; flex: 1; }
.cap-card__body .small { flex: 1; }
.cap-card .arrow-link { align-self: flex-start; margin-top: 6px; }
.cap-card:first-child .cap-card__media,
.cap-card .cap-card__media { border-bottom: 1px solid var(--line); }

/* --------------------------------------------------------------------------
   12. Matriz
   -------------------------------------------------------------------------- */
.matrix { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 0; }
.matrix__cell { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(28px, 2.8vw, 48px); }
.matrix__cell:nth-child(2n) { border-right: 0; padding-right: 0; }
.matrix__cell:nth-child(2n+1) { padding-left: 0; }
.matrix__cell:first-child, .matrix__cell:nth-child(2) { padding-top: clamp(30px, 3vw, 46px); }
.matrix__cell h3 { margin: 0 0 24px; font-size: 11.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); }
.matrix__cell ul { list-style: none; margin: 0; padding: 0; }
.matrix__cell li { padding: 10px 0; font-size: clamp(15px, 1.1vw, 17px); letter-spacing: -0.018em; color: var(--ink); border-bottom: 1px solid var(--line-2); }
.matrix__cell li:last-child { border-bottom: 0; }
.panel--dark .matrix, .panel--dark .matrix__cell { border-color: var(--line-dk); }
.panel--dark .matrix__cell li { border-color: var(--line-dk); color: #fff; }
.panel--dark .matrix__cell h3 { color: var(--green-up); }

/* --------------------------------------------------------------------------
   13. Geografia (arcos)
   -------------------------------------------------------------------------- */
.arcs { width: 100%; height: auto; overflow: visible; }
.arcs .arc { fill: none; stroke: var(--brand); stroke-width: 1; opacity: .45; stroke-dasharray: 1; stroke-dashoffset: 1; }
.is-visible .arcs .arc { animation: draw 1.8s var(--ease) forwards; }
.is-visible .arcs .arc:nth-of-type(2) { animation-delay: .16s; }
.is-visible .arcs .arc:nth-of-type(3) { animation-delay: .32s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.arcs .node { fill: var(--brand); }
.arcs .node--hub { fill: var(--green); }
.arcs .halo { fill: none; stroke: var(--brand); opacity: .25; }
.arcs .lbl { font-family: inherit; font-size: 11px; font-weight: 500; letter-spacing: .13em; fill: var(--ink-50); text-transform: uppercase; }
.arcs .lbl--hub { fill: var(--ink); font-size: 12.5px; }
.arcs .baseline { stroke: var(--line); stroke-width: 1; }

/* --------------------------------------------------------------------------
   14. Setores
   -------------------------------------------------------------------------- */
.sector { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; isolation: isolate; border-radius: 0; }
.sector img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); filter: saturate(.78); }
.sector::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(8,13,31,.84) 0%, rgba(8,13,31,.26) 52%, rgba(8,13,31,.06) 100%); }
.sector:hover img { transform: scale(1.05); }
.sector__label { position: absolute; inset: auto 0 0 0; padding: 26px; display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; color: #fff; }
.sector__label > div { min-width: 0; }
.sector__label h3 { margin: 0; font-size: clamp(17px, 1.35vw, 21px); font-weight: 500; letter-spacing: -0.026em; line-height: 1.18; }
.sector__label span { width: 30px; height: 30px; flex: none; border-radius: 999px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); transition: background .35s var(--ease), color .35s var(--ease); }
.sector__label span svg { width: 11px; height: 11px; }
.sector:hover .sector__label span { background: #fff; color: var(--ink); }
.grid.g-4 > .sector { aspect-ratio: 3 / 4; }
.grid.g-2 > .sector { aspect-ratio: 16 / 10; }
.grid.g-4 > .sector, .grid.g-2 > .sector { border-right: 1px solid var(--line); }
.grid.g-4 > .sector:nth-child(4n), .grid.g-2 > .sector:nth-child(2n) { border-right: 0; }

/* --------------------------------------------------------------------------
   15. Liderança — lista tabular que troca o retrato
   -------------------------------------------------------------------------- */
.roster { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 90px); align-items: start; }
.roster__stage { position: relative; aspect-ratio: 4 / 5; background: var(--bone); overflow: hidden; }
@media (min-width: 881px) { .roster__stage { position: sticky; top: calc(var(--hdr) + 28px); } }
.roster__stage img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: grayscale(1) contrast(1.05);
  opacity: 0; transition: opacity .6s var(--ease);
}
.roster__stage img.is-on { opacity: 1; }

/* Moldura simples de retrato (páginas internas) */
.person { position: relative; overflow: hidden; background: var(--bone); }
.person img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); }

.roster__list { border-top: 1px solid var(--line); }
.roster__row {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 20px; align-items: center;
  width: 100%; text-align: left;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  transition: border-color .3s var(--ease);
}
.roster__row h3 { margin: 0; font-size: clamp(17px, 1.4vw, 21px); font-weight: 400; letter-spacing: -0.028em; color: var(--ink-35); transition: color .3s var(--ease); }
.roster__row p  { margin: 0; font-size: 14.5px; color: var(--ink-35); transition: color .3s var(--ease); }
.roster__row .ico { width: 17px; height: 17px; color: var(--ink-20); transition: color .3s var(--ease); }
.roster__row.is-on { border-bottom: 1.5px solid var(--ink); }
.roster__row.is-on h3 { color: var(--ink); }
.roster__row.is-on p  { color: var(--ink-70); }
.roster__row.is-on .ico { color: var(--ink); }
.roster__foot { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }

/* Etiqueta de retrato pendente */
.stage-note {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  padding: 7px 12px; background: #fff; color: var(--ink-50);
  font-size: 10.5px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase;
}

/* Lista termo → descrição, separada por fios */
.rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.rows li {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(14px, 2vw, 34px);
  padding: 14px 0; border-bottom: 1px solid var(--line);
  font-size: 15px; letter-spacing: -0.014em;
}
.rows li > span:last-child { color: var(--ink-50); }
.rows--solo li { grid-template-columns: 1fr; }
.rows__head { margin: 0 0 14px; font-size: 11.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); }
@media (max-width: 620px) { .rows li { grid-template-columns: 1fr; gap: 4px; } }

/* --------------------------------------------------------------------------
   16. Perspectivas
   -------------------------------------------------------------------------- */
.insights { border-top: 1px solid var(--line); }
.insight {
  display: grid; grid-template-columns: 60px minmax(0, 1fr) auto;
  gap: clamp(20px, 3.4vw, 56px); align-items: center;
  padding: clamp(24px, 2.6vw, 38px) 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left .45s var(--ease);
}
.insight:hover { padding-left: 14px; }
.insight__num { font-size: 12px; letter-spacing: .1em; color: var(--ink-35); }
.insight__title { margin: 0; font-size: clamp(19px, 1.85vw, 30px); font-weight: 400; letter-spacing: -0.032em; line-height: 1.2; max-width: 26ch; }
.insight__meta { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 40px); }
.insight__meta .mono { white-space: nowrap; }

/* --------------------------------------------------------------------------
   17. Processo — número fantasma na canaleta
   -------------------------------------------------------------------------- */
.process { border-top: 1px solid var(--line); }
.process__step {
  display: grid; grid-template-columns: clamp(80px, 12vw, 190px) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 70px);
  padding: clamp(34px, 4vw, 62px) 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.process__step > span {
  font-size: clamp(40px, 5vw, 84px); line-height: .9; font-weight: 300;
  letter-spacing: -0.05em; color: var(--ink-20); padding: 0;
}
.process__step h3 { margin: 0 0 12px; font-size: clamp(19px, 1.6vw, 25px); font-weight: 500; letter-spacing: -0.028em; }
.process__step p { margin: 0; color: var(--ink-70); max-width: 62ch; }
.panel--dark .process, .panel--dark .process__step { border-color: var(--line-dk); }
.panel--dark .process__step > span { color: rgba(255,255,255,.24); }

/* --------------------------------------------------------------------------
   18. Checklist — fio entre linhas
   -------------------------------------------------------------------------- */
.checks { list-style: none; margin: 0; padding: 0; }
.checks li {
  display: flex; align-items: center; gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 16px; letter-spacing: -0.016em;
}
.checks li:first-child { border-top: 1px solid var(--line); }
.checks--2 { columns: auto; }
@media (min-width: 861px) {
  .checks--2 { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(28px, 4vw, 64px); }
  .checks--2 li:nth-child(2) { border-top: 1px solid var(--line); }
}
.checks li::before {
  content: ""; width: 13px; height: 13px; flex: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2315A44A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.panel--dark .checks li { border-color: var(--line-dk); }
.panel--dark .checks li:first-child, .panel--dark .checks--2 li:nth-child(2) { border-top-color: var(--line-dk); }

/* --------------------------------------------------------------------------
   19. Split imagem + texto
   -------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 90px); align-items: center; }
.split--narrow { grid-template-columns: .8fr 1fr; gap: clamp(20px, 2.6vw, 40px); }
.split__media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; border-radius: 0; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__media--wide { aspect-ratio: 4 / 3; }
.split__caption { position: absolute; inset: auto 0 0 0; padding: clamp(24px, 2.4vw, 38px); background: linear-gradient(to top, rgba(8,13,31,.9), rgba(8,13,31,0)); color: #fff; }
.split__caption h3 { margin: 0 0 8px; font-size: clamp(20px, 1.8vw, 27px); font-weight: 500; letter-spacing: -0.03em; line-height: 1.16; }
.split__caption p { margin: 0; font-size: 14.5px; color: rgba(255,255,255,.72); max-width: 42ch; }

/* --------------------------------------------------------------------------
   20. Duas colunas (Brasil ↔ Mundo)
   -------------------------------------------------------------------------- */
.flowcols { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flowcol { background: none; border-radius: 0; padding: clamp(28px, 3vw, 48px) clamp(24px, 2.6vw, 42px); }
.flowcol:first-child { padding-left: 0; }
.flowcols > .flowcol:last-child { padding-right: 0; }
.flowcol h3 { margin: 0 0 22px; font-size: 11.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); }
.flowcol ul { list-style: none; margin: 0; padding: 0; }
.flowcol li { padding: 11px 0; border-bottom: 1px solid var(--line-2); font-size: 16px; letter-spacing: -0.018em; }
.flowcol li:last-child { border-bottom: 0; }
.flowcols__pivot { display: grid; place-items: center; border-left: 1px solid var(--line); border-right: 1px solid var(--line); padding-inline: clamp(20px, 3vw, 44px); }
.flowcols__pivot span { width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center; background: var(--brand); color: #fff; }
.flowcols__pivot svg { width: 15px; height: 15px; }

/* .flowcol como grade de 3 (contato / método) */
.grid.g-3 > .flowcol { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-left: clamp(24px, 2.4vw, 38px); }
.grid.g-3 > .flowcol:first-child { padding-left: 0; }
.grid.g-3 > .flowcol:nth-child(3n) { border-right: 0; }
a.flowcol { display: block; transition: background .35s var(--ease); }
a.flowcol:hover { background: var(--bone); box-shadow: none; transform: none; }

/* --------------------------------------------------------------------------
   21. Formulários
   -------------------------------------------------------------------------- */
.field { margin-bottom: 6px; }
.field label { display: block; margin-bottom: 6px; font-size: 11.5px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-35); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 0;
  border: 0; border-bottom: 1px solid var(--line); border-radius: 0;
  background: transparent; font: inherit; font-size: 16.5px; letter-spacing: -0.015em; color: var(--ink);
  transition: border-color .25s var(--ease);
}
.field textarea { resize: vertical; min-height: 110px; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-20); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-bottom-color: var(--ink); }
.field select {
  appearance: none; cursor: pointer; padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236C7386' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 2px center; background-size: 15px;
}
.form .btn { margin-top: 26px; }

.form-inline { display: flex; gap: 0; align-items: center; border-bottom: 1px solid var(--line-dk); }
.form-inline input { flex: 1; padding: 14px 0; border: 0; background: transparent; color: #fff; font: inherit; font-size: 16px; }
.form-inline input::placeholder { color: rgba(255,255,255,.4); }
.form-inline input:focus { outline: none; }

/* --------------------------------------------------------------------------
   22. CTA final — full bleed, funde com o rodapé
   -------------------------------------------------------------------------- */
.cta {
  position: relative; isolation: isolate; overflow: hidden;
  border-radius: 0; margin: 0;
  padding: clamp(96px, 15vw, 230px) var(--gutter) clamp(110px, 16vw, 250px);
  color: #fff; text-align: center;
}
.cta img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.cta::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to bottom, rgba(8,13,31,.34) 0%, rgba(8,13,31,.62) 52%, var(--deep) 100%);
}
.cta .d2 { color: #fff; font-size: clamp(38px, 6.4vw, 96px); letter-spacing: -0.045em; }
.cta p { margin: 26px auto 38px; max-width: 50ch; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.2vw, 18px); }

/* --------------------------------------------------------------------------
   23. Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--deep); color: #fff;
  border-radius: 0; width: 100%; max-width: none; margin: 0;
  padding: 0 0 clamp(24px, 3vw, 36px);
}
.site-footer .foot-in { max-width: var(--shell); margin-inline: auto; padding-inline: var(--gutter); }
.site-footer .foot-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line-dk); border-bottom: 1px solid var(--line-dk);
  padding: 0;
}
.site-footer .foot-grid > div { padding: clamp(34px, 4vw, 56px) clamp(24px, 2.6vw, 44px); border-right: 1px solid var(--line-dk); }
.site-footer .foot-grid > div:first-child { padding-left: 0; }
.site-footer .foot-grid > div:last-child { border-right: 0; padding-right: 0; }
.site-footer img.logo { height: 38px; width: auto; margin-bottom: 22px; }
.site-footer h4 { margin: 0 0 20px; font-size: 11.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--green-up); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { padding: 6px 0; }
.site-footer a { color: rgba(255,255,255,.74); font-size: 15px; letter-spacing: -0.015em; transition: color .25s var(--ease); }
.site-footer a:hover { color: #fff; }
.site-footer .tagline { color: rgba(255,255,255,.5); font-size: 14.5px; max-width: 32ch; margin: 0; }

/* Wordmark fantasma */
.foot-mark { border-bottom: 1px solid var(--line-dk); padding: clamp(26px, 3vw, 44px) 0; user-select: none; }
.foot-mark svg { width: 100%; height: auto; display: block; }
.foot-mark text {
  font-family: inherit; font-weight: 400; font-size: 100px;
  fill: rgba(255,255,255,.07);
}
.foot-base { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 24px; font-size: 13px; color: rgba(255,255,255,.42); }

/* --------------------------------------------------------------------------
   24. Reveal
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .07s; }
.reveal[data-d="2"] { transition-delay: .14s; }
.reveal[data-d="3"] { transition-delay: .21s; }
.reveal[data-d="4"] { transition-delay: .28s; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }
  .hero__scroll svg { animation: none; }
  html { scroll-behavior: auto; }
  .arcs .arc { stroke-dashoffset: 0; animation: none !important; }
  .rt w { color: var(--ink); }
}

/* --------------------------------------------------------------------------
   25. Responsivo
   -------------------------------------------------------------------------- */
@media (max-width: 1180px) {
  .nav { display: none; }
  .menu-toggle { display: grid; }
  .nav-actions .btn { display: none; }
  body.nav-open .mobile-nav { display: block; }
  body.nav-open .site-header { background: #fff; border-bottom-color: var(--line); }
  body.nav-open.has-hero .site-header .brand img { filter: none; }
  body.nav-open.has-hero .site-header .menu-toggle span { background: var(--ink); }
  body.nav-open.has-hero .site-header .icon-btn { border-color: var(--line); color: var(--ink); }
  .hero__card { position: static; width: 100%; margin-top: 28px; }
  .hero__bottom { grid-template-columns: 1fr; }
  .hero__bottom > * { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); padding-inline: 0; }
  .hero__bottom > *:last-child { border-bottom: 0; }
  .hero__scroll { display: none; }
  .g-4 { grid-template-columns: repeat(2, 1fr); }
  .grid.g-4 > .sector:nth-child(2n) { border-right: 0; }
  .site-footer .foot-grid { grid-template-columns: 1fr 1fr; }
  .site-footer .foot-grid > div:nth-child(2n) { border-right: 0; padding-right: 0; }
  .site-footer .foot-grid > div:nth-child(3) { padding-left: 0; }
}

@media (max-width: 880px) {
  .sec-head { grid-template-columns: 1fr; align-items: start; }
  .g-2, .g-3 { grid-template-columns: 1fr; }
  .cap-card, .grid.g-3 > .flowcol { border-right: 0 !important; }
  .split, .split--narrow { grid-template-columns: 1fr; }
  .matrix { grid-template-columns: 1fr; }
  .matrix__cell { border-right: 0; padding-inline: 0; }
  .flowcols { grid-template-columns: 1fr; }
  .flowcol, .grid.g-3 > .flowcol { padding-inline: 0; }
  .flowcols__pivot { border: 0; border-block: 1px solid var(--line); padding-block: 22px; }
  .flowcols__pivot span { transform: rotate(90deg); }
  .roster { grid-template-columns: 1fr; }
  .roster__stage { aspect-ratio: 3 / 2; }
  .insight { grid-template-columns: 1fr auto; }
  .insight__num { display: none; }
  .insight__meta { flex-direction: column; align-items: flex-end; gap: 12px; }
  .process__step { grid-template-columns: 1fr; gap: 12px; }
  .process__step > span { font-size: 34px; }
  .checks--2 { display: block; }
  .hero__copy { max-width: none; }
  .grid.g-4 > .sector { border-right: 0; }
}

@media (max-width: 560px) {
  :root { --hdr: 64px; }
  body { font-size: 16px; }
  .brand img { height: 26px; }
  .g-4 { grid-template-columns: 1fr; }
  .site-footer .foot-grid { grid-template-columns: 1fr; }
  .site-footer .foot-grid > div { border-right: 0; padding-inline: 0; }
  .hero--tall { min-height: 92vh; }
}
