/* ==========================================================================
   ÁRVOT — institucional
   Preto e dourado da marca. Space Grotesk. Azul #1D0A6D apenas como detalhe.
   Tema único: todas as cores pintadas explicitamente.
   ========================================================================== */

:root {
  /* fundos */
  --black:    #000000;
  --ink-950:  #050505;
  --ink-900:  #0a0a0a;
  --ink-850:  #111111;
  --ink-800:  #181818;

  /* marca */
  --gold:     #d2ae6d;
  --gold-hi:  #e9d1a2;
  --gold-dim: #8c7442;
  --blue:     #1d0a6d;   /* só detalhe */

  /* texto */
  --paper:    #f5f3ef;
  --paper-2:  #c6c1b7;
  --muted:    #8b8478;
  --muted-2:  #625c53;

  /* fios */
  --rule:      rgba(210, 174, 109, .17);
  --rule-soft: rgba(210, 174, 109, .09);
  --rule-hard: rgba(210, 174, 109, .42);

  --font: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

  --maxw: 1240px;
  --gutter: clamp(20px, 4.4vw, 60px);
  --rail: 168px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--black);
  color: var(--paper-2);
  font-family: var(--font);
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3, h4 { font-family: var(--font); color: var(--paper); margin: 0; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 5.4vw, 3.8rem); line-height: 1.04; letter-spacing: -.035em; font-weight: 500; }
h2 { font-size: clamp(1.7rem, 3.3vw, 2.5rem); line-height: 1.1; letter-spacing: -.028em; font-weight: 500; }
h3 { font-size: 1.12rem; line-height: 1.32; letter-spacing: -.012em; font-weight: 500; }
h4 { font-size: .97rem; line-height: 1.35; font-weight: 500; }
p { margin: 0; }

.lede { font-size: clamp(1rem, 1.35vw, 1.12rem); line-height: 1.64; color: var(--paper-2); max-width: 64ch; }
.small { font-size: .87rem; color: var(--muted); }

.label {
  font-size: .68rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--muted);
  margin: 0;
}
.label b { color: var(--gold); font-weight: 500; }

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

.skip { position: absolute; left: -9999px; top: 0; z-index: 99; background: var(--gold); color: #000; padding: 10px 16px; }
.skip:focus { left: 0; }

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--gold); outline-offset: 3px;
}

/* ------------------------------------------------------------ cabeçalho -- */

.site-header {
  position: sticky;
  top: env(safe-area-inset-top, 0px);
  z-index: 50;
  background: rgba(0, 0, 0, .86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule-soft);
}
.header-inner {
  max-width: var(--maxw); margin-inline: auto;
  padding-inline: var(--gutter);
  min-height: 66px;
  display: flex; align-items: center; gap: 16px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { height: 30px; width: auto; }

.site-nav { margin-left: auto; display: flex; align-items: center; gap: 2px; }
.site-nav a {
  text-decoration: none; font-size: .85rem; font-weight: 400;
  color: var(--paper-2); padding: 9px 14px; position: relative; white-space: nowrap;
}
.site-nav a:hover { color: var(--paper); }
.site-nav a[aria-current="page"] { color: var(--gold); }
.site-nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 3px; height: 1px; background: var(--gold);
}
.site-nav .nav-cta {
  margin-left: 12px; padding: 10px 18px;
  background: var(--gold); color: #000; font-weight: 500;
}
.site-nav .nav-cta:hover { background: var(--gold-hi); color: #000; }
.site-nav .nav-cta::after { display: none; }

.menu-btn {
  display: none; margin-left: auto; background: none;
  border: 1px solid var(--rule-hard); color: var(--paper);
  font: inherit; font-size: .78rem; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; padding: 9px 15px; cursor: pointer;
}
@media (max-width: 1040px) {
  .menu-btn { display: block; }
  .site-nav {
    display: none; position: absolute; inset-inline: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ink-950); border-bottom: 1px solid var(--rule);
    padding: 8px var(--gutter) 22px;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; font-size: 1rem; border-bottom: 1px solid var(--rule-soft); }
  .site-nav a[aria-current="page"]::after { display: none; }
  .site-nav .nav-cta { margin: 16px 0 0; text-align: center; justify-content: center; }
}

/* ----------------------------------------------------------------- hero -- */

.hero { position: relative; border-bottom: 1px solid var(--rule-soft); overflow: hidden; isolation: isolate; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(66% 94% at 92% 24%, rgba(210, 174, 109, .14), transparent 62%),
    radial-gradient(26% 46% at 0% 100%, rgba(29, 10, 109, .5), transparent 72%);
}
.hero-mark {
  position: absolute; right: 4%; top: 50%; transform: translateY(-50%);
  height: min(74%, 420px); width: auto; z-index: -1;
  opacity: .07; pointer-events: none;
}
@media (max-width: 820px) { .hero-mark { display: none; } }

.hero-photo { position: absolute; inset: 0; z-index: -3; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; opacity: .26; filter: grayscale(.5) contrast(1.06); }
.hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(95deg, #000 6%, rgba(0, 0, 0, .9) 48%, rgba(0, 0, 0, .62));
}

.hero-inner {
  max-width: var(--maxw); margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: clamp(54px, 8.5vw, 98px) clamp(40px, 6vw, 72px);
  position: relative;
}
.hero h1 { margin-top: 20px; max-width: 17ch; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero .lede { margin-top: 22px; max-width: 52ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.hero-facts {
  margin-top: clamp(38px, 5vw, 58px);
  border-top: 1px solid var(--rule);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.hero-facts .f { padding: 20px 20px 6px 0; border-right: 1px solid var(--rule-soft); }
.hero-facts .f + .f { padding-left: 20px; }
.hero-facts .f:last-child { border-right: 0; }
.hero-facts .fv { font-size: 1.55rem; color: var(--gold); line-height: 1; font-weight: 500; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.hero-facts .fl { font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 10px; font-weight: 400; }
@media (max-width: 640px) {
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts .f:nth-child(2n) { border-right: 0; }
  .hero-facts .f:nth-child(2n+1) { padding-left: 0; }
}

.hero.sub .hero-inner { padding-block: clamp(44px, 6vw, 70px) clamp(32px, 4vw, 54px); }
.hero.sub h1 { font-size: clamp(1.95rem, 4.2vw, 2.9rem); max-width: 20ch; }

/* faixa do slogan */
.slogan-strip {
  margin: 0;
  background: var(--ink-900);
  border-bottom: 1px solid var(--rule-soft);
  padding: 13px var(--gutter);
  text-align: center;
  font-size: .66rem; font-weight: 400;
  letter-spacing: .38em; text-transform: uppercase;
  color: var(--muted);
}
.slogan-strip b { color: var(--gold); font-weight: 400; }

/* --------------------------------------------------------------- botões -- */

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 26px;
  font-family: var(--font); font-size: .89rem; font-weight: 500;
  text-decoration: none; cursor: pointer;
  border: 1px solid transparent;
  transition: background-color .16s, color .16s, border-color .16s;
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn-primary { background: var(--gold); color: #000; }
.btn-primary:hover { background: var(--gold-hi); }
.btn-ghost { border-color: var(--rule-hard); color: var(--paper); background: none; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-wa { background: #1faa54; color: #fff; }
.btn-wa:hover { background: #25c161; }

/* botão flutuante de WhatsApp */
.wa-float {
  position: fixed;
  right: 20px;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  z-index: 60;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 20px;
  background: #1faa54; color: #fff;
  font-size: .87rem; font-weight: 500; text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .9), 0 0 0 1px rgba(255, 255, 255, .08);
}
.wa-float:hover { background: #25c161; }
.wa-float svg { width: 20px; height: 20px; flex: none; }
@media (max-width: 620px) {
  .wa-float { padding: 14px; border-radius: 50%; right: 16px; }
  .wa-float .wa-txt { display: none; }
}

/* --------------------------------------------------------------- seções -- */

.section { padding-block: clamp(52px, 7vw, 92px); border-bottom: 1px solid var(--rule-soft); }
.section.raised { background: var(--ink-900); }
.section.deep { background: var(--ink-850); }

.rail { display: grid; grid-template-columns: var(--rail) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.rail > .rail-side { position: sticky; top: 96px; display: grid; gap: 10px; }
@media (max-width: 900px) {
  .rail { grid-template-columns: 1fr; gap: 20px; }
  .rail > .rail-side { position: static; }
}

.section-head { display: grid; gap: 16px; max-width: 70ch; }
.section-head + * { margin-top: clamp(28px, 4vw, 46px); }
.two-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(24px, 4vw, 52px); }

.statement {
  font-size: clamp(1.4rem, 2.9vw, 2.1rem);
  line-height: 1.22; letter-spacing: -.03em; font-weight: 400;
  color: var(--paper); margin: 0; text-wrap: balance;
}
.statement em { font-style: normal; color: var(--gold); }

/* ------------------------------------------------------------ capacidades */

.caps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1px; background: var(--rule-soft); border: 1px solid var(--rule-soft); }
.cap { background: var(--black); padding: 24px 22px; display: grid; gap: 10px; align-content: start; }
.section.raised .cap { background: var(--ink-900); }
.cap .label { color: var(--gold-dim); }
.cap p { font-size: .92rem; color: var(--muted); }

/* --------------------------------------------------------------- método -- */

.method { display: grid; gap: 1px; background: var(--rule-soft); border-block: 1px solid var(--rule-soft); }
.method-row {
  background: var(--black);
  display: grid; grid-template-columns: 96px minmax(180px, 1fr) minmax(0, 2fr);
  gap: 6px 24px; padding: 24px 0; align-items: baseline;
}
.section.raised .method-row { background: var(--ink-900); }
.section.deep .method-row { background: var(--ink-850); }
.method-row .mn { font-size: .7rem; color: var(--gold-dim); letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }
.method-row p { color: var(--muted); font-size: .94rem; }
@media (max-width: 760px) {
  .method-row { grid-template-columns: 70px minmax(0, 1fr); }
  .method-row p { grid-column: 2; }
}

/* ---------------------------------------------------------- lista simples */

.items { display: grid; border-top: 1px solid var(--rule-soft); }
.item { padding-block: 20px; border-bottom: 1px solid var(--rule-soft); display: grid; gap: 6px; }
.item h4 { color: var(--paper); }
.item h4 a { color: var(--gold); text-decoration: none; }
.item h4 a:hover { text-decoration: underline; }
.item p { color: var(--muted); font-size: .92rem; max-width: 72ch; }

/* ----------------------------------------------------------------- tags -- */

.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tag {
  font-size: .7rem; letter-spacing: .1em; text-transform: uppercase;
  border: 1px solid var(--rule); color: var(--paper-2); padding: 7px 12px;
}

/* --------------------------------------------------- imprensa e agenda --- */

.clips { border-top: 1px solid var(--rule); }
.clip {
  display: grid; grid-template-columns: 128px minmax(0, 1fr) auto;
  gap: 6px 24px; align-items: baseline;
  padding-block: 22px; border-bottom: 1px solid var(--rule-soft);
  text-decoration: none;
}
.clip .cdate { font-size: .73rem; color: var(--muted-2); letter-spacing: .08em; font-variant-numeric: tabular-nums; }
.clip .cwho { font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dim); display: block; margin-bottom: 6px; font-weight: 500; }
.clip h3 { color: var(--paper); font-size: 1.04rem; }
.clip p { color: var(--muted); font-size: .91rem; margin-top: 6px; max-width: 70ch; }
.clip .cgo { font-size: .72rem; color: var(--gold); white-space: nowrap; letter-spacing: .1em; text-transform: uppercase; }
@media (max-width: 760px) {
  .clip { grid-template-columns: 1fr; }
  .clip .cdate { order: -1; }
}

/* fotos */
.shots { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.shot {
  position: relative; overflow: hidden; margin: 0;
  aspect-ratio: 4 / 3;
  border: 1px dashed var(--rule);
  display: grid; place-content: center; text-align: center; gap: 6px; padding: 16px;
}
.shot .label { color: var(--muted-2); }
.shot .sn { font-size: 1.35rem; color: var(--muted-2); font-weight: 500; }
.shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.shot-cap {
  position: absolute; inset-inline: 0; bottom: 0; z-index: 2;
  padding: 28px 14px 12px; font-size: .8rem; color: var(--paper);
  background: linear-gradient(transparent, rgba(0, 0, 0, .92));
}

/* ------------------------------------------------------------ destaques -- */

.figures { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1px; background: var(--rule-soft); border: 1px solid var(--rule-soft); }
.figure { background: var(--ink-900); padding: 26px 22px; }
.figure .v { font-size: clamp(1.9rem, 3.8vw, 2.5rem); line-height: 1; color: var(--gold); font-weight: 500; letter-spacing: -.03em; }
.figure .l { font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 12px; }

/* ------------------------------------------------------------------ FAQ -- */

.faq { border-top: 1px solid var(--rule-soft); max-width: 82ch; }
.faq details { border-bottom: 1px solid var(--rule-soft); }
.faq summary {
  cursor: pointer; list-style: none; position: relative;
  padding: 20px 40px 20px 0; font-weight: 400; color: var(--paper); font-size: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 17px; color: var(--gold); font-size: 1.2rem; }
.faq details[open] summary::after { content: "–"; }
.faq .a { padding-bottom: 22px; color: var(--muted); font-size: .94rem; max-width: 70ch; }

/* -------------------------------------------------------------- chamada -- */

.cta {
  border: 1px solid var(--rule);
  padding: clamp(28px, 4.4vw, 54px);
  display: grid; gap: 16px;
  background:
    radial-gradient(80% 140% at 100% 0%, rgba(210, 174, 109, .15), transparent 58%),
    radial-gradient(34% 80% at 0% 100%, rgba(29, 10, 109, .45), transparent 66%),
    var(--ink-900);
}
.cta h2 { max-width: 19ch; }
.cta p { color: var(--paper-2); max-width: 58ch; }
.cta .row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }

/* o slogan como momento */
.legado { text-align: center; }
.slogan-big {
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  line-height: 1.08; letter-spacing: -.04em; font-weight: 500;
  color: var(--paper); margin: 22px 0 0;
}
.slogan-big em { font-style: normal; color: var(--gold); }
.legado-lede { margin: 26px auto 0; max-width: 62ch; }

/* ----------------------------------------------------------- formulário -- */

.form { display: grid; gap: 18px; }
.field, .field input, .field select, .field textarea { min-width: 0; }
.field input, .field select, .field textarea { font-size: 1rem !important; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 620px) { .form-row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 7px; }
.field label { font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea {
  font-family: var(--font); font-size: .96rem; font-weight: 300;
  background: var(--ink-850); color: var(--paper);
  border: 1px solid var(--rule); padding: 12px 14px; width: 100%; border-radius: 0;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field textarea { min-height: 116px; resize: vertical; }
.consent { display: flex; gap: 11px; align-items: flex-start; font-size: .84rem; color: var(--muted); line-height: 1.5; }
.consent input { margin-top: 3px; width: 16px; height: 16px; flex: none; accent-color: var(--gold); }
.consent a { color: var(--gold); }
.form-status { font-size: .92rem; color: var(--paper); border-left: 2px solid var(--gold); padding: 12px 15px; background: rgba(210, 174, 109, .1); }

/* painéis de contato */
.panel { border: 1px solid var(--rule-soft); background: var(--ink-900); padding: 24px 22px; display: grid; gap: 14px; align-content: start; }
.panel h3 { color: var(--paper); }
.panel dl { margin: 0; display: grid; gap: 15px; }
.panel dt { font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-2); font-weight: 500; }
.panel dd { margin: 5px 0 0; color: var(--paper); font-size: .97rem; }
.panel dd a { color: var(--gold); text-decoration: none; }
.panel dd a:hover { text-decoration: underline; }
.panel dd { overflow-wrap: anywhere; }
.field label { font-size: .875rem; letter-spacing: .08em; }
@media (max-width: 640px) {
  .hero-facts { grid-template-columns: minmax(0, 1fr); }
  .hero-facts .f, .hero-facts .f + .f { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--rule-soft); }
  .hero-facts .fv { line-height: 1.25; }
  .cta { padding: 24px 18px; }
  .cta .btn, .hero-actions .btn { max-width: 100%; white-space: normal; justify-content: center; text-align: center; }
  .site-nav { max-height: calc(100dvh - 66px); overflow-y: auto; }
  .wa-float { bottom: max(16px, env(safe-area-inset-bottom)); }
}
.panel .sub { display: block; color: var(--muted); font-size: .85rem; margin-top: 2px; }

/* cartão de localização */
.map-card {
  border: 1px solid var(--rule); background: var(--ink-900);
  display: grid; gap: 0; overflow: hidden;
}
.map-visual {
  position: relative; aspect-ratio: 16 / 7; background: var(--ink-850);
  display: grid; place-content: center; gap: 10px; text-align: center;
  border-bottom: 1px solid var(--rule-soft);
  background-image:
    linear-gradient(rgba(210,174,109,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210,174,109,.07) 1px, transparent 1px);
  background-size: 34px 34px, 34px 34px;
}
.map-pin { width: 30px; height: 30px; margin-inline: auto; color: var(--gold); }
.map-visual .mv-t { color: var(--paper); font-weight: 500; font-size: 1.02rem; }
.map-visual .mv-s { color: var(--muted); font-size: .86rem; }
.map-body { padding: 22px; display: grid; gap: 14px; }
.map-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.stars { color: var(--gold); letter-spacing: .12em; font-size: .9rem; }

.tofill { color: var(--gold); border-bottom: 1px dashed var(--gold-dim); }

/* ---------------------------------------------------------------- rodapé -- */

.site-footer { background: var(--ink-900); padding-block: clamp(44px, 6vw, 64px) 26px; border-top: 1px solid var(--rule-soft); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr)); gap: 34px 26px; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { font-weight: 500; font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-dim); margin-bottom: 14px; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; font-size: .9rem; }
.footer-grid a { color: var(--muted); text-decoration: none; }
.footer-grid a:hover { color: var(--gold); }
.footer-about img { height: 30px; width: auto; }
.footer-about p { color: var(--muted); font-size: .9rem; max-width: 36ch; margin-top: 16px; }
.footer-bottom {
  margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--rule-soft);
  display: flex; flex-wrap: wrap; gap: 8px 26px; justify-content: space-between;
  font-size: .72rem; letter-spacing: .08em; color: var(--muted-2);
}

/* ---------------------------------------------------------------- utils -- */

.stack { display: grid; gap: 20px; align-content: start; }
.stack-sm { display: grid; gap: 10px; align-content: start; }
.mt { margin-top: clamp(26px, 4vw, 44px); }
.note { font-size: .82rem; color: var(--muted-2); line-height: 1.55; }
[id] { scroll-margin-top: 92px; }


/* ======================================================= briefing Q4 ==== */

.center-label { text-align: center; margin-bottom: 26px; }
.gold { color: var(--gold); font-style: normal; }
.gold-link { color: var(--gold); }
.row-btns { display: flex; flex-wrap: wrap; gap: 12px; }

/* faixa de instituições — texto por padrão; vira logo quando o arquivo existir */
.inst-strip {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 14px 0;
  border-block: 1px solid var(--rule-soft);
}
.inst {
  flex: 1 1 150px; min-height: 64px;
  display: grid; place-items: center; padding: 10px 18px;
  border-right: 1px solid var(--rule-soft);
}
.inst:last-child { border-right: 0; }
.inst img { max-height: 34px; width: auto; max-width: 140px; opacity: .78; filter: grayscale(1) brightness(1.6); }
.inst img + .inst-name { display: none; }
.inst-name {
  font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500;
  color: var(--paper-2); text-align: center; line-height: 1.3;
}
@media (max-width: 720px) { .inst { flex-basis: 46%; border-right: 0; border-bottom: 1px solid var(--rule-soft); } }

/* frentes — uma dor por card */
.frentes { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1px; background: var(--rule-soft); border: 1px solid var(--rule-soft); }
.frente {
  background: var(--black); padding: 26px 22px 22px;
  display: flex; flex-direction: column; gap: 12px;
  text-decoration: none; transition: background-color .16s;
}
.frente:hover { background: var(--ink-850); }
.frente .fk { font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-dim); font-weight: 500; }
.frente h3 { color: var(--paper); font-size: 1.22rem; line-height: 1.25; letter-spacing: -.02em; }
.frente:hover h3 { color: var(--gold); }
.frente p { color: var(--muted); font-size: .9rem; }
.frente .ft { font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }
.frente .fgo { margin-top: auto; padding-top: 10px; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
@media (min-width: 1100px) { .frentes { grid-template-columns: repeat(5, 1fr); } }

/* etapas com prazo e entregável */
.etapas { display: grid; border-top: 1px solid var(--rule); }
.etapa {
  display: grid; grid-template-columns: 44px minmax(180px, .9fr) minmax(0, 1.6fr);
  gap: 8px 24px; padding: 24px 0; border-bottom: 1px solid var(--rule-soft); align-items: start;
}
.etapa .en { font-size: .74rem; color: var(--gold-dim); font-weight: 500; padding-top: 4px; }
.etapa .et h3 { color: var(--paper); font-size: 1.1rem; }
.etapa .ep { display: block; margin-top: 6px; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.etapa .ed p { color: var(--muted); font-size: .93rem; }
.etapa .ee { margin-top: 8px; color: var(--paper-2); font-size: .86rem; }
@media (max-width: 760px) { .etapa { grid-template-columns: 40px minmax(0, 1fr); } .etapa .ed { grid-column: 2; } }

.promessas { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1px; background: var(--rule-soft); border: 1px solid var(--rule-soft); }
.promessa { background: var(--ink-900); padding: 22px; display: grid; gap: 8px; }
.section.raised .promessa { background: var(--black); }
.promessa h3 { color: var(--gold); font-size: 1rem; }
.promessa p { color: var(--muted); font-size: .9rem; }

/* sócios */
.socios { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.socio { display: grid; gap: 8px; align-content: start; }
.socio-foto { aspect-ratio: 4 / 5; margin-bottom: 8px; }
.socio h3 { color: var(--paper); font-size: 1.15rem; }
.socio-form { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.socio-papel { color: var(--muted); font-size: .9rem; }
.socio-frase { color: var(--paper-2); font-size: .95rem; line-height: 1.5; margin-top: 4px; border-left: 2px solid var(--rule-hard); padding-left: 12px; }

/* selo de imprensa */
.seal {
  display: grid; gap: 4px; text-decoration: none;
  border: 1px solid var(--rule-hard); padding: 22px 24px;
  background: linear-gradient(100deg, rgba(210,174,109,.12), transparent 60%), var(--ink-900);
}
.seal:hover { border-color: var(--gold); }
.seal-k { font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.seal-n { font-size: 1.7rem; font-weight: 500; letter-spacing: -.03em; color: var(--paper); line-height: 1.1; }
.seal-d { color: var(--muted); font-size: .88rem; margin-top: 6px; max-width: 60ch; }
.seal-go { margin-top: 10px; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }

/* calculadoras */
.tool { border: 1px solid var(--rule); background: var(--ink-900); padding: clamp(22px, 3vw, 32px); display: grid; gap: 22px; }
.section.raised .tool { background: var(--black); }
.tool-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px; }
.tool-out { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; padding-top: 20px; border-top: 1px solid var(--rule-soft); }
.out-cell .out-l { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.out-cell .out-v { font-size: 1.6rem; font-weight: 500; letter-spacing: -.02em; color: var(--paper); margin-top: 4px; font-variant-numeric: tabular-nums; }
.out-cell.is-key .out-v { color: var(--gold); }
.verdict { padding: 14px 16px; border-left: 2px solid var(--gold); background: rgba(210,174,109,.08); font-size: .95rem; color: var(--paper-2); }
.verdict b { color: var(--gold); font-weight: 500; }
.tool-note { font-size: .8rem; color: var(--muted-2); line-height: 1.55; }
.tool-note b { color: var(--muted); font-weight: 500; }

/* foto única (equipe) não vira um bloco gigante */
.shots:has(> .shot:only-child) .shot { aspect-ratio: 21 / 9; max-height: 420px; }

.claims { margin-top: 10px; }
.claims .promessa { background: var(--ink-900); }
.claims .promessa h3 { color: var(--paper); }

.hero-micro { flex-basis: 100%; margin: 4px 0 0; font-size: .84rem; color: var(--muted); }
.hero-micro a { color: var(--gold); text-decoration: none; }
.form-status a { color: var(--gold); }
@media (max-width: 760px) { .two-col { grid-template-columns: minmax(0, 1fr); } }

/* cotações do dia */
.ticker {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: 6px 28px;
  padding: 11px var(--gutter);
  background: var(--black);
  border-bottom: 1px solid var(--rule-soft);
  font-size: .8rem; color: var(--muted); letter-spacing: .02em;
}
.ticker .tk b { color: var(--gold); font-weight: 500; font-variant-numeric: tabular-nums; }
.ticker .tk i { font-style: normal; color: var(--muted-2); font-size: .72rem; margin-left: 4px; }
.ticker .tk-src { font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); }

:root {
  --logotipo: url("img/arvot-logotipo.png");
  --lockup: url("img/arvot-wordmark.png");
  --symbol: url("img/arvot-symbol.png");
}
.brand-logo { width: 104px; height: 30px; background: var(--logotipo) left center/contain no-repeat; }
.footer-logo { width: 150px; height: 60px; background: var(--lockup) left center/contain no-repeat; }
.hero-mark { background: var(--symbol) center/contain no-repeat; width: 280px; }

/* Publication audit: local fonts, accessible contrast and responsive safeguards. */
@font-face{font-family:"Space Grotesk";src:url("fonts/space-grotesk-400.woff") format("woff");font-weight:300 400;font-display:swap}
@font-face{font-family:"Space Grotesk";src:url("fonts/space-grotesk-500.woff") format("woff");font-weight:500;font-display:swap}
@font-face{font-family:"Space Grotesk";src:url("fonts/space-grotesk-700.woff") format("woff");font-weight:700;font-display:swap}
:root{--muted:#aaa399;--muted-2:#a29a8e;--gold-dim:#c4a36b}
[hidden]{display:none!important}
html{scroll-padding-top:90px}
body{overflow-wrap:break-word}
:where(.stack,.rail>*,.two-col>*,.footer-grid>*){min-width:0}
.label,.slogan-strip,.frente .fk,.frente .ft,.frente .fgo,.etapa .ep,.hero-facts .fl,.ticker .tk-src{font-size:.75rem}
.site-nav a,.small,.hero-micro,.form-status,.consent{font-size:.875rem}
:where(.frente p,.promessa p,.etapa .ed p,.items p){font-size:1rem}
.brand-logo,.footer-logo{display:block}
.shot img{width:100%;height:100%;object-fit:cover}
@media(max-width:640px){.frentes{grid-template-columns:1fr}.hero h1{font-size:clamp(2rem,9vw,3rem)}.hero-facts .fv{font-size:1.2rem}.footer-bottom{padding-bottom:70px}.slogan-strip{letter-spacing:.15em}.btn{min-height:44px}.shots:has(>.shot:only-child) .shot{aspect-ratio:4/3}.clip{overflow-wrap:anywhere}}

/* Short, one-time motion; no animation library or continuous background work. */
.home-frentes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-complementos { margin-top: 20px; }
.home-complementos a { color: var(--gold); }
@media (max-width: 760px) { .home-frentes { grid-template-columns: minmax(0, 1fr); } }
@keyframes arvot-enter { from { opacity: .35; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
  .motion-enter { animation: arvot-enter 420ms ease-out both; }
  .btn, .frente { transition: transform 160ms ease-out, background-color 160ms ease-out; }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .btn:hover, .frente:hover { transform: translateY(-2px); }
}
@media (prefers-reduced-motion: reduce) { .motion-enter { animation: none; } }

/* Consentimento de medição: compacto e sem bloquear a navegação. */
.cookie-banner {
  position: fixed; z-index: 1000; left: max(16px, var(--gutter)); right: max(16px, var(--gutter)); bottom: 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  max-width: 980px; margin: 0 auto; padding: 18px 20px;
  color: var(--paper); background: var(--black); border: 1px solid var(--rule); box-shadow: 0 18px 54px rgba(0,0,0,.35);
}
.cookie-banner b { color: var(--gold); font-weight: 500; }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.cookie-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cookie-actions button, [data-cookie-settings] {
  min-height: 40px; padding: 9px 15px; border: 1px solid var(--rule); color: var(--paper); background: transparent;
  font: inherit; font-size: .8rem; cursor: pointer;
}
.cookie-actions .cookie-accept { color: var(--black); background: var(--gold); border-color: var(--gold); }
[data-cookie-settings] { min-height: auto; padding: 0; border: 0; color: var(--muted); text-decoration: underline; }
@media (max-width: 640px) {
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-actions { width: 100%; }
  .cookie-actions button { flex: 1; }
}
