/* ============================================================
   THANOS PROSHAPE 2.0 — Design System "FORJA"
   carbon + bone + brass · Clash Display / Archivo / IBM Plex Mono
   ============================================================ */

/* ---------- Fonts (self-hosted) ---------- */
@font-face {
  font-family: "Clash Display";
  src: url("fonts/ClashDisplay-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("fonts/ClashDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("fonts/PlexMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("fonts/PlexMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  /* Superfícies */
  --carbon-0: #0A0A0B;
  --carbon-1: #121214;
  --carbon-2: #1B1B1E;
  --line: rgba(237, 234, 227, .13);
  --line-strong: rgba(237, 234, 227, .24);

  /* Texto */
  --bone: #EDEAE3;
  --bone-dim: #A9A499;
  --bone-faint: #6F6B62;

  /* Assinatura */
  --brass: #E2A63D;
  --brass-bright: #F2BE5C;
  --brass-ink: #171204;
  --brass-soft: rgba(226, 166, 61, .10);
  --brass-line: rgba(226, 166, 61, .35);
  --brass-tint: rgba(226, 166, 61, .07);
  --glow-1: rgba(226, 166, 61, .18);
  --glow-2: rgba(226, 166, 61, .3);

  /* Funcional */
  --whatsapp: #2FBF63;
  --shadow: 0 30px 80px rgba(0, 0, 0, .5);

  /* Geometria */
  --radius: 4px;
  --max: 1200px;
  --gutter: clamp(20px, 4vw, 48px);

  /* Fontes */
  --font-display: "Clash Display", "Archivo", sans-serif;
  --font-text: "Archivo", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  /* Movimento */
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --dur-1: 220ms;
  --dur-2: 700ms;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--carbon-0);
  color: var(--bone);
  font-family: var(--font-text);
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { display: block; max-width: 100%; }
/* <picture> não pode quebrar a cadeia de height:100% dos frames */
picture { display: contents; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }

/* Grain de filme (assinatura) */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: var(--brass);
  color: var(--brass-ink);
  padding: 12px 18px;
  font-family: var(--font-mono);
  font-size: 13px;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---------- Tipografia utilitária ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: .92;
  letter-spacing: -.01em;
}
.kicker {
  display: inline-block;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: clamp(11px, 1.1vw, 13px);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 22px;
}
.mono-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--bone-faint);
}
.lead {
  font-size: clamp(17px, 1.9vw, 21px);
  line-height: 1.55;
  color: var(--bone-dim);
  max-width: 62ch;
}

/* ---------- Layout ---------- */
.wrap {
  width: min(var(--max), 100% - (var(--gutter) * 2));
  margin-inline: auto;
}
.section { padding: clamp(72px, 11vw, 140px) 0; position: relative; }
.section--alt { background: var(--carbon-1); border-block: 1px solid var(--line); }

/* Cabeçalho de seção com numeral fantasma */
.sec-head { position: relative; margin-bottom: clamp(40px, 6vw, 72px); }
.sec-head__ghost {
  position: absolute;
  right: 0;
  top: -.28em;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(100px, 15vw, 190px);
  line-height: .8;
  letter-spacing: -.03em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(226, 166, 61, .3);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.sec-head > *:not(.sec-head__ghost) { position: relative; z-index: 1; }
h2.display { font-size: clamp(34px, 5.4vw, 72px); max-width: 20ch; }
.sec-head .lead { margin-top: 24px; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform var(--dur-1) var(--ease-out),
              background var(--dur-1) var(--ease-out),
              border-color var(--dur-1) var(--ease-out),
              box-shadow var(--dur-1) var(--ease-out),
              color var(--dur-1) var(--ease-out);
}
.btn .arrow { transition: transform var(--dur-1) var(--ease-out); }
.btn:hover { transform: translateY(-2px); }
.btn:hover .arrow { transform: translateX(4px); }

.btn--brass {
  background: var(--brass);
  color: var(--brass-ink);
  box-shadow: 0 10px 30px var(--glow-1);
}
.btn--brass:hover {
  background: var(--brass-bright);
  box-shadow: 0 14px 38px var(--glow-2);
}
.btn--ghost {
  border-color: var(--line-strong);
  color: var(--bone);
  background: rgba(237, 234, 227, .02);
}
.btn--ghost:hover { border-color: var(--bone); background: rgba(237, 234, 227, .05); }
.btn--wa {
  border-color: rgba(47, 191, 99, .5);
  color: var(--whatsapp);
  background: rgba(47, 191, 99, .06);
}
.btn--wa:hover { border-color: var(--whatsapp); background: rgba(47, 191, 99, .12); }
.btn--lg { min-height: 60px; padding: 0 34px; font-size: 16px; }
.btn--block { width: 100%; }

/* WhatsApp glyph */
.wa-ico { width: 18px; height: 18px; fill: currentColor; flex: 0 0 auto; }

/* ---------- Reveal (progressive enhancement) ----------
   Hidden state applies ONLY when JS is active (html.js). Without JS,
   or if scripts fail, content stays visible — never stuck invisible. */
.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity var(--dur-2) var(--ease-out), transform var(--dur-2) var(--ease-out);
  will-change: opacity, transform;
}
.js .reveal.in-view { opacity: 1; transform: none; }
.js [data-stagger] > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms var(--ease-out), transform 620ms var(--ease-out);
  transition-delay: calc(var(--i, 0) * 70ms);
}
.js [data-stagger].in-view > * { opacity: 1; transform: none; }

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 10, 11, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.topbar__inner {
  width: min(var(--max), 100% - (var(--gutter) * 2));
  margin-inline: auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--brass-line);
  background: var(--brass-soft);
  color: var(--brass);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  border-radius: var(--radius);
}
.brand__text strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.brand__text span {
  display: block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .12em;
  color: var(--bone-faint);
  margin-top: 3px;
}
.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  font-size: 14px;
  color: var(--bone-dim);
  transition: color var(--dur-1) var(--ease-out);
}
.nav a:hover { color: var(--bone); }
.topbar .btn { min-height: 44px; padding: 0 20px; font-size: 14px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding-top: clamp(48px, 8vw, 96px);
  padding-bottom: clamp(60px, 9vw, 120px);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.4vw), 0 100%);
  background:
    radial-gradient(120% 90% at 78% 0%, var(--brass-tint), transparent 55%),
    var(--carbon-0);
}
.hero__inner {
  width: min(var(--max), 100% - (var(--gutter) * 2));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .82fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: end;
}
.hero__eyebrow {
  font-family: var(--font-mono);
  font-size: clamp(11px, 1.15vw, 13px);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brass);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.hero__eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--brass-line);
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: .88;
  letter-spacing: -.015em;
  margin: 0;
}
.hero h1 .l {
  display: block;
  font-size: clamp(46px, 6.6vw, 96px);
  overflow: hidden;
}
.hero h1 .l > span { display: block; }
.hero h1 .l--accent > span { color: var(--brass); }
.hero h1 .sub {
  display: block;
  margin-top: 22px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  color: var(--bone-dim);
  max-width: 30ch;
}
.hero__lead { margin-top: 30px; max-width: 54ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
/* Moldura: borda colada na mídia, cantos arredondados, sem respiro */
.hero__portrait { position: relative; }
.hero__portrait-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--brass-line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--carbon-1);
}
.hero__portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/* Fade de rodapé só para fundir no fim da seção (o forte já está assado na foto) */
.hero__portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 86%, var(--carbon-0) 100%);
}

/* Proof strip */
.proof {
  width: min(var(--max), 100% - (var(--gutter) * 2));
  margin: clamp(40px, 5vw, 64px) auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.proof__item {
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}
.proof__item:last-child { border-right: 0; }
.proof__item strong {
  display: block;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 8px;
}
.proof__item span { font-size: 13.5px; color: var(--bone-dim); line-height: 1.4; }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  border-block: 1px solid var(--line);
  background: var(--carbon-1);
  padding: clamp(18px, 2.4vw, 30px) 0;
  overflow: hidden;
  white-space: nowrap;
  --marq-dur: 32s;
}
.marquee__track {
  display: inline-flex;
  align-items: center;
  animation: marquee var(--marq-dur) linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 3.4vw, 44px);
  text-transform: uppercase;
  letter-spacing: .02em;
  padding: 0 .5ch;
  color: var(--bone);
}
.marquee__track .ghost {
  color: transparent;
  -webkit-text-stroke: 1px var(--bone-faint);
}
.marquee__track .star { color: var(--brass); padding: 0 .35ch; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================================
   APRESENTAÇÃO — vídeo de venda em destaque
   ============================================================ */
.present-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.present-video {
  position: relative;
  width: 100%;
  max-width: 400px;
  justify-self: end;
}
.present-frame {
  border: 1px solid var(--brass-line);
  border-radius: var(--radius);
  overflow: hidden;
}
.present-video .vframe {
  border-radius: calc(var(--radius) - 1px);
  overflow: hidden;
}
.present-caption { margin-top: 16px; color: var(--brass); text-align: center; }

/* ============================================================
   DOR — linhas editoriais
   ============================================================ */
.rows { border-top: 1px solid var(--line); }
.row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) minmax(0, 1.25fr);
  gap: clamp(16px, 3vw, 44px);
  align-items: baseline;
  padding: clamp(22px, 3vw, 34px) 8px;
  border-bottom: 1px solid var(--line);
  transition: background var(--dur-1) var(--ease-out);
}
.row:hover { background: var(--carbon-1); }
.row__num {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--bone-faint);
  transition: color var(--dur-1) var(--ease-out);
}
.row:hover .row__num { color: var(--brass); }
.row__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(19px, 2.3vw, 27px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -.01em;
}
.row__desc { color: var(--bone-dim); font-size: clamp(15px, 1.7vw, 17px); }

/* ============================================================
   PULL-QUOTE (virada)
   ============================================================ */
.pullquote {
  position: relative;
  padding: clamp(80px, 13vw, 180px) 0;
  text-align: center;
  overflow: hidden;
  border-block: 1px solid var(--line);
}
.pullquote__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: grayscale(1) contrast(1.05) brightness(.5);
}
.pullquote__bg img { width: 100%; height: 100%; object-fit: cover; }
.pullquote::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 10, 11, .88), rgba(10, 10, 11, .94));
}
.pullquote__text {
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 5.4vw, 68px);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: -.015em;
  max-width: 18ch;
  margin-inline: auto;
}
.pullquote__text .hl { color: var(--brass); display: block; }

/* ============================================================
   MÉTODO
   ============================================================ */
.method-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.pillars { border-top: 1px solid var(--line); }
.pillar {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: clamp(14px, 2.4vw, 28px);
  padding: clamp(22px, 3vw, 32px) 6px;
  border-bottom: 1px solid var(--line);
}
.pillar__num {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--brass);
  padding-top: 6px;
}
.pillar h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 28px);
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin-bottom: 10px;
}
.pillar p { color: var(--bone-dim); font-size: 16px; }

/* Card de vídeo vertical */
.vcard {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--carbon-1);
  transition: border-color var(--dur-1) var(--ease-out);
}
.vcard:hover { border-color: var(--brass-line); }
.vframe {
  position: relative;
  aspect-ratio: 9 / 16;
  background: #000;
}
.vframe video { width: 100%; height: 100%; object-fit: cover; }
.vcard__body { padding: 18px 20px; }
.vbadge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 10px;
}
.vcard__body h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.vcard__body p { color: var(--bone-dim); font-size: 14px; }
.method-grid .vcard { position: sticky; top: 96px; }

/* ============================================================
   PARA QUEM
   ============================================================ */
.twocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 4vw, 56px);
}
.qual__head {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line-strong);
}
.qual--yes .qual__head { color: var(--brass); }
.qual--no .qual__head { color: var(--bone-faint); }
.qual li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.4;
}
.qual__ico { font-weight: 700; line-height: 1.3; }
.qual--yes .qual__ico { color: var(--brass); }
.qual--no .qual__ico { color: var(--bone-faint); }
.qual--no li { color: var(--bone-dim); }
.qual__foot {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: clamp(28px, 4vw, 44px);
  font-family: var(--font-mono);
  font-size: clamp(13px, 1.5vw, 16px);
  color: var(--bone-dim);
  letter-spacing: .02em;
}

/* ============================================================
   OFERTA — produto
   ============================================================ */
.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: clamp(32px, 5vw, 60px);
  align-items: start;
}
.include { border-top: 1px solid var(--line); margin-bottom: clamp(32px, 5vw, 52px); }
.include__label, .bonus__label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--bone-faint);
  padding: 20px 0 6px;
}
.iline {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 20px 4px;
  border-bottom: 1px solid var(--line);
}
.iline__mark { color: var(--brass); font-weight: 700; font-size: 18px; line-height: 1.4; }
.iline strong {
  display: block;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 4px;
}
.iline span { color: var(--bone-dim); font-size: 15px; }

.bonus {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.bonus:first-of-type { border-top: 1px solid var(--line); }
.bonus__num {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 14px;
  color: var(--brass);
  border: 1px solid var(--brass-line);
  border-radius: var(--radius);
  padding: 6px 0;
  text-align: center;
}
.bonus strong { display: block; font-weight: 700; font-size: 16px; margin-bottom: 3px; }
.bonus span { color: var(--bone-dim); font-size: 14.5px; }

/* Painel de preço */
.price-panel {
  position: sticky;
  top: 96px;
  border: 1px solid var(--brass-line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, var(--brass-tint), transparent 40%),
    var(--carbon-1);
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--shadow);
}
.price-panel.price-settle { animation: settle 620ms var(--ease-out); }
@keyframes settle {
  from { transform: scale(.97); opacity: .6; }
  to { transform: scale(1); opacity: 1; }
}
.price-panel__label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--brass);
}
.price-panel__old {
  margin-top: 20px;
  color: var(--bone-faint);
  font-size: 15px;
}
.price-panel__old s { text-decoration-thickness: 1px; }
.price-panel__now {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(44px, 6vw, 60px);
  line-height: 1;
  margin: 4px 0 6px;
}
.price-panel__inst { color: var(--bone-dim); font-size: 15px; margin-bottom: 24px; }
.price-panel .btn { width: 100%; }
.price-panel .btn + .btn { margin-top: 12px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.pill {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--bone-dim);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
}
.disclaimer {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--bone-faint);
}

/* ============================================================
   CONSULTORIA
   ============================================================ */
.consult-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .9fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.compare {
  margin-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid var(--line);
}
.compare__row {
  display: grid;
  grid-template-columns: minmax(140px, .5fr) 1fr;
  gap: 16px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.compare__tag {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--brass);
}
.compare__val { color: var(--bone-dim); }
.consult-aside {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--carbon-0);
  padding: clamp(26px, 3vw, 36px);
}
.consult-quote {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -.01em;
}
.consult-quote .hl { color: var(--brass); }
.consult-quote + cite {
  display: block;
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-style: normal;
  color: var(--bone-faint);
}
.scarcity {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 15px;
  color: var(--bone-dim);
}
.consult-aside .btn { margin-top: 22px; }

/* ============================================================
   RESULTADOS
   ============================================================ */
.tgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2.6vw, 28px);
}
.tcard {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--carbon-1);
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
}
.tcard:nth-child(even) { margin-top: 32px; }
.tcard__q {
  position: absolute;
  top: 4px;
  left: 16px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
  color: var(--brass-soft);
  pointer-events: none;
}
.tcard p {
  position: relative;
  font-size: clamp(16px, 1.9vw, 19px);
  line-height: 1.5;
  color: var(--bone);
}
.tcard cite {
  display: block;
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-style: normal;
  color: var(--brass);
}
.vshow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px);
  margin-top: clamp(40px, 6vw, 68px);
}

/* Duotone nas fotos secundárias */
.duo { position: relative; overflow: hidden; }
.duo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(.92);
  transition: filter 500ms var(--ease-out), transform 600ms var(--ease-out);
}
.duo::after {
  content: "";
  position: absolute; inset: 0;
  background: var(--brass-soft);
  mix-blend-mode: overlay;
  transition: opacity 400ms var(--ease-out);
}
.duo:not(.duo--bg):hover img { filter: none; transform: scale(1.03); }
.duo:not(.duo--bg):hover::after { opacity: 0; }
/* fundos absolutos não podem perder o position para .duo (ordem no arquivo) */
.pullquote .pullquote__bg { position: absolute; }

/* ============================================================
   SOBRE
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.about-photo { position: relative; }
.about-photo__frame {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--brass-line);
  border-radius: var(--radius);
  overflow: hidden;
}
.about-photo__frame img { object-position: center top; }
.creds { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.cred {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--bone-dim);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 15px;
}

/* ============================================================
   LIMEIRA
   ============================================================ */
.local-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .9fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: stretch;
}
.nap-card {
  position: relative;
  border: 1px solid var(--brass-line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 300px;
  padding: clamp(24px, 3vw, 34px);
}
.nap-card__bg { position: absolute; inset: 0; z-index: 0; }
.nap-card__bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) brightness(.4); }
.nap-card::before {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(10,10,11,.5), rgba(10,10,11,.92));
}
.nap { position: relative; z-index: 2; font-family: var(--font-mono); font-size: 14px; line-height: 1.9; }
.nap strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .02em;
  color: var(--brass);
  margin-bottom: 8px;
}
.local-copy .btn { margin-top: 28px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 840px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(20px, 2.6vw, 28px) 4px;
  cursor: pointer;
  font-weight: 700;
  font-size: clamp(16px, 1.9vw, 20px);
  list-style: none;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border: 1px solid var(--brass-line);
  border-radius: 50%;
  color: var(--brass);
  font-family: var(--font-mono);
  font-size: 20px;
  transition: transform var(--dur-1) var(--ease-out);
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 260ms var(--ease-out);
}
.faq__item[open] .faq__answer { grid-template-rows: 1fr; }
.faq__answer > div { overflow: hidden; }
.faq__answer p {
  padding: 0 4px clamp(20px, 2.6vw, 28px);
  color: var(--bone-dim);
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.6;
  max-width: 68ch;
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.final {
  position: relative;
  padding: clamp(90px, 14vw, 180px) 0;
  overflow: hidden;
  clip-path: polygon(0 2.4vw, 100% 0, 100% 100%, 0 100%);
  border-top: 1px solid var(--line);
}
.final__bg { position: absolute; inset: 0; z-index: 0; }
.final__bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05) brightness(.42); }
.final::before {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(90% 90% at 20% 20%, var(--brass-tint), transparent 50%),
    linear-gradient(180deg, rgba(10,10,11,.86), rgba(10,10,11,.94));
}
.final__inner { position: relative; z-index: 2; }
.final h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 7.5vw, 104px);
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: -.02em;
  max-width: 16ch;
}
.final p { margin-top: 26px; max-width: 56ch; }
.final__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--line); padding: clamp(48px, 7vw, 80px) 0 100px; }
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
}
.footer__tag {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(18px, 2.2vw, 26px);
  text-transform: uppercase;
  line-height: 1.1;
  max-width: 18ch;
}
.footer h4 {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--bone-faint);
  margin-bottom: 16px;
}
.footer ul li { padding: 5px 0; }
.footer ul a, .footer address { color: var(--bone-dim); font-style: normal; font-size: 14.5px; line-height: 1.7; }
.footer ul a:hover { color: var(--brass); }
.footer__legal {
  margin-top: clamp(40px, 6vw, 64px);
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
  justify-content: space-between;
}
.footer__legal p { font-size: 12px; color: var(--bone-faint); max-width: 70ch; }

/* ============================================================
   CTA MOBILE FIXO
   ============================================================ */
.mobile-cta {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 45;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(10, 10, 11, .9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  transform: translateY(140%);
  transition: transform 360ms var(--ease-out);
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}
.mobile-cta.visible { transform: translateY(0); }
.mobile-cta .btn { min-height: 50px; padding: 0 14px; font-size: 14px; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: minmax(0, 1.05fr) minmax(280px, .8fr); }
  .method-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 340px); }
  .consult-grid { grid-template-columns: 1fr; }
  .present-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 340px); }
}

@media (max-width: 860px) {
  .nav { display: none; }
  .topbar .btn--brass { display: none; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__portrait { order: -1; max-width: 380px; }
  .hero__portrait::before { inset: 10px -10px -10px 10px; }
  .hero__portrait-frame { aspect-ratio: 4 / 5; }
  .proof { grid-template-columns: repeat(2, 1fr); }
  .proof__item:nth-child(2) { border-right: 0; }
  .proof__item:nth-child(1), .proof__item:nth-child(2) { border-bottom: 1px solid var(--line); }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid .vcard { position: static; max-width: 360px; }
  .offer-grid { grid-template-columns: 1fr; }
  .price-panel { position: static; }
  .local-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 420px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__tag { grid-column: 1 / -1; }
  .row { grid-template-columns: 48px 1fr; }
  .row__desc { grid-column: 2; }
  .present-grid { grid-template-columns: 1fr; }
  .present-video { justify-self: start; max-width: 340px; }
  .vshow {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .vshow .vcard { flex: 0 0 min(72%, 300px); scroll-snap-align: start; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .twocol { grid-template-columns: 1fr; }
  .qual--no { margin-top: 12px; }
  .tgrid { grid-template-columns: 1fr; }
  .tcard:nth-child(even) { margin-top: 0; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .final__actions .btn { width: 100%; }
  .mobile-cta { display: grid; }
  .row { padding-inline: 4px; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .reveal, [data-stagger] > * { opacity: 1 !important; transform: none !important; }
  .marquee__track { animation: none; transform: none; }
  .hero { clip-path: none; }
  .final { clip-path: none; }
}

/* Hero load animation (once, no JS) */
@keyframes rise {
  from { transform: translateY(110%); }
  to { transform: translateY(0); }
}
@keyframes fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes portrait-in {
  from { opacity: 0; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}
.hero h1 .l > span { animation: rise 700ms var(--ease-out) both; }
.hero h1 .l:nth-child(1) > span { animation-delay: 60ms; }
.hero h1 .l:nth-child(2) > span { animation-delay: 150ms; }
.hero h1 .l:nth-child(3) > span { animation-delay: 240ms; }
.hero h1 .sub { animation: fade-up 700ms var(--ease-out) both; animation-delay: 380ms; }
.hero__eyebrow { animation: fade-up 600ms var(--ease-out) both; }
.hero__lead { animation: fade-up 700ms var(--ease-out) both; animation-delay: 440ms; }
.hero__actions { animation: fade-up 700ms var(--ease-out) both; animation-delay: 520ms; }
.hero__portrait { animation: portrait-in 800ms var(--ease-out) both; animation-delay: 200ms; }
.proof { animation: fade-up 700ms var(--ease-out) both; animation-delay: 600ms; }
@media (prefers-reduced-motion: reduce) {
  .hero h1 .l > span, .hero .sub, .hero__eyebrow, .hero__lead,
  .hero__actions, .hero__portrait, .proof { animation: none; }
}
