/* ============ FILIPA MACHADO · cinematic 3D scroll site ============ */

/* Syne ExtraBold é o peso base do display — registado como 400
   para servir todos os usos de var(--display) sem declarar peso */
@font-face {
  font-family: 'Syne';
  src: url('../fonts/syne-800.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/general-sans-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/general-sans-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/general-sans-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #070807;
  --ink-2: #0d0f0e;
  --cream: #f2ead9;
  --cream-dim: rgba(242, 234, 217, 0.55);
  --line: rgba(242, 234, 217, 0.14);
  --gold: #e9bb4f;
  --gold-deep: #8a6a1f;
  --display: 'Syne', Impact, sans-serif;
  --body: 'General Sans', system-ui, sans-serif;
  --pad: clamp(20px, 4vw, 56px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { background: var(--ink); }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--gold); color: var(--ink); }

h1, h2, h3 { font-weight: 400; }

/* ---------- loader ---------- */
.loader {
  position: fixed; inset: 0; z-index: 100;
  background: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px;
  transition: opacity 0.7s ease, visibility 0.7s;
}
.loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader__mark {
  font-family: var(--display);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  letter-spacing: 0.02em; line-height: 1;
}
.loader__mark span { color: var(--gold); font-size: 0.35em; vertical-align: super; }
.loader__bar {
  width: min(320px, 60vw); height: 2px;
  background: rgba(242, 234, 217, 0.12); overflow: hidden;
}
.loader__bar i { display: block; height: 100%; width: 0%; background: var(--gold); }
.loader__pct { font-size: 12px; letter-spacing: 0.35em; color: var(--cream-dim); }

/* ---------- grain ---------- */
.grain {
  position: fixed; inset: -100px; z-index: 90; pointer-events: none;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainShift 0.9s steps(4) infinite;
}
@keyframes grainShift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-40px, 30px); }
  50% { transform: translate(30px, -45px); }
  75% { transform: translate(-25px, -20px); }
  100% { transform: translate(0, 0); }
}

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px var(--pad);
  mix-blend-mode: difference;
}
.nav__logo {
  font-family: var(--display);
  font-size: 15px; letter-spacing: 0.22em;
  color: var(--cream); text-decoration: none; white-space: nowrap;
}
.nav__logo span { color: var(--gold); }
.nav__links { display: flex; gap: clamp(12px, 2.2vw, 30px); align-items: center; }
.nav__links a {
  color: var(--cream); text-decoration: none;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  opacity: 0.7; transition: opacity 0.25s;
}
.nav__links a:hover, .nav__links a.is-active { opacity: 1; }
.nav__links a.is-active { color: var(--gold); }
.nav__cta {
  border: 1px solid var(--cream);
  padding: 9px 16px; border-radius: 999px;
  opacity: 1 !important; white-space: nowrap;
}

/* ---------- fixed CTA ---------- */
.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 85;
  background: var(--gold); color: var(--ink);
  font-family: var(--body); font-weight: 700;
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none;
  padding: 16px 24px; border-radius: 999px;
  box-shadow: 0 10px 40px rgba(233, 187, 79, 0.3);
  opacity: 0; visibility: hidden; transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}
.fab.is-on { opacity: 1; visibility: visible; transform: translateY(0); }
.fab span { display: inline-block; transition: transform 0.3s; }
.fab:hover span { transform: translateX(4px); }

/* ---------- shared section rhythm ---------- */
section { position: relative; }
[data-reveal] { will-change: transform, opacity; }

.eyebrow, .steps__eyebrow, .method__eyebrow, .numbers__eyebrow,
.altdoor__eyebrow, .phead__eyebrow, .door__eyebrow, .growth__eyebrow,
.values__eyebrow, .vform__eyebrow, .faq__eyebrow {
  font-size: 12px; letter-spacing: 0.5em; text-transform: uppercase;
  color: var(--gold);
}

/* ---------- hero ---------- */
.hero { height: 100vh; }
.hero__stage {
  position: relative; height: 100vh; width: 100%;
  overflow: hidden; background: var(--ink);
}
#orbitCanvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero__vignette {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 42%, rgba(7, 8, 7, 0.72) 100%),
    linear-gradient(to bottom, rgba(7, 8, 7, 0.5) 0%, transparent 22%, transparent 68%, var(--ink) 100%);
}
.hero__content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; pointer-events: none;
  padding: 9vh 4vw 0;
}
.hero__eyebrow {
  font-size: clamp(10px, 1vw, 13px);
  letter-spacing: 0.5em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2vh;
}
.hero__title {
  font-family: var(--display);
  font-size: clamp(2.2rem, 6vw, 5.6rem);
  line-height: 0.96; letter-spacing: -0.015em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center;
}
.hero__line { display: block; white-space: nowrap; }
.hero__line .ch { display: inline-block; will-change: transform, opacity; }
.hero__line--accent { color: transparent; -webkit-text-stroke: 2px var(--cream); }
.hero__pitch { max-width: 760px; pointer-events: auto; margin-top: 3vh; }
.hero__sub {
  font-family: var(--body); font-weight: 500;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  color: var(--cream); letter-spacing: 0.01em;
}
.hero__sub em { font-style: normal; color: var(--gold); }
.hero__support {
  margin-top: 1.6vh;
  font-size: clamp(0.85rem, 1.15vw, 1.05rem);
  line-height: 1.55; color: var(--cream-dim);
}
.hero__support strong { color: var(--cream); }
.hero__ctas {
  margin-top: 2.6vh;
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.hero__micro {
  margin-top: 1.8vh;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cream-dim);
}
.hero__hud {
  position: absolute; left: 0; right: 0; bottom: 22px;
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 var(--pad);
  font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--cream-dim); pointer-events: none;
}
.hero__deg { font-variant-numeric: tabular-nums; color: var(--gold); }
.hero__hint { animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 0.45; } 50% { opacity: 1; } }

/* ---------- bloco 2 · trust ---------- */
.trust { padding: clamp(80px, 12vh, 140px) 0 0; background: var(--ink); }
.trust__line {
  text-align: center;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  padding: 0 var(--pad);
}
.trust__line em { font-style: normal; color: var(--gold); }
.trust__stats {
  margin-top: 26px;
  display: flex; gap: clamp(14px, 3vw, 34px); justify-content: center; align-items: center;
  flex-wrap: wrap; padding: 0 var(--pad);
  font-size: clamp(0.9rem, 1.3vw, 1.1rem); color: var(--cream-dim);
}
.trust__stats strong { color: var(--cream); }
.trust__stats i { color: var(--gold); font-style: normal; font-size: 0.7em; }
.trust__label {
  margin-top: clamp(50px, 8vh, 90px);
  text-align: center;
  font-size: 12px; letter-spacing: 0.5em; text-transform: uppercase;
  color: var(--gold);
}
.marquee {
  margin-top: 22px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  overflow: hidden; white-space: nowrap; padding: 18px 0;
}
.marquee__track {
  display: inline-block; white-space: nowrap; will-change: transform;
  font-family: var(--display);
  font-size: clamp(1rem, 1.9vw, 1.6rem);
  text-transform: uppercase; letter-spacing: 0.04em; color: var(--cream);
}
.marquee__track span { margin: 0 26px; }
.marquee__track i { color: var(--gold); font-style: normal; font-size: 0.6em; vertical-align: middle; }
.marquee__track--logos { display: inline-flex; align-items: center; }
.mlogo { display: inline-flex; align-items: center; margin: 0 clamp(22px, 3vw, 40px) !important; }
.mlogo img {
  height: clamp(13px, 1.5vw, 19px); width: auto; display: block;
  filter: brightness(0) invert(0.92);
  opacity: 0.75;
}
.mlogo img.mlogo--tall { height: clamp(24px, 2.6vw, 34px); }
.mlogo--word {
  font-family: var(--display);
  font-size: clamp(0.8rem, 1.2vw, 1.05rem);
  text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--cream); opacity: 0.8;
  white-space: nowrap;
}

/* ---------- ciclo vicioso ---------- */
.cycle {
  position: relative;
  max-width: 820px;
  margin: clamp(44px, 7vh, 80px) auto 0;
  padding: 10px 0 20px;
}
.cycle__line {
  position: absolute; top: 0; bottom: 0;
  left: 27px; width: 2px;
  background: rgba(242, 234, 217, 0.12);
}
.cycle__line i { display: block; width: 100%; height: 0%; background: var(--gold); }
.cycle__item {
  position: relative;
  display: flex; gap: clamp(20px, 3vw, 34px);
  padding: clamp(18px, 3vh, 30px) 0;
  opacity: 0.35;
  transition: opacity 0.5s ease;
}
.cycle__item.is-on { opacity: 1; }
.cycle__num {
  flex: 0 0 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(242, 234, 217, 0.25);
  border-radius: 50%;
  background: var(--ink);
  font-family: var(--display);
  font-size: 1rem; color: var(--cream-dim);
  position: relative; z-index: 1;
  transition: border-color 0.5s, color 0.5s, box-shadow 0.5s;
}
.cycle__item.is-on .cycle__num {
  border-color: var(--gold); color: var(--gold);
  box-shadow: 0 0 24px rgba(233, 187, 79, 0.25);
}
.cycle__body h3 {
  font-family: var(--body); font-weight: 700;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  padding-top: 14px;
}
.cycle__body p {
  margin-top: 8px;
  font-size: 15px; line-height: 1.55; color: var(--cream-dim);
  max-width: 560px;
}
.cycle__loop {
  position: relative;
  display: flex; align-items: center; gap: clamp(20px, 3vw, 34px);
  padding: clamp(18px, 3vh, 30px) 0 0;
  opacity: 0.35;
  transition: opacity 0.5s ease;
}
.cycle__loop.is-on { opacity: 1; }
.cycle__loop-arrow {
  flex: 0 0 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--gold); border-radius: 50%;
  background: var(--ink);
  color: var(--gold); font-size: 1.5rem;
  position: relative; z-index: 1;
}
.cycle__loop.is-on .cycle__loop-arrow { animation: loopSpin 6s linear infinite; }
@keyframes loopSpin { to { transform: rotate(-360deg); } }
.cycle__loop p {
  font-family: var(--display);
  font-size: clamp(1rem, 1.7vw, 1.4rem);
  text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--gold);
}

/* ---------- reviews ---------- */
.reviews {
  padding: clamp(90px, 13vh, 150px) var(--pad);
  background: var(--ink-2);
  border-top: 1px solid var(--line);
}
.reviews__title {
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.8vw, 3.1rem);
  line-height: 0.98; text-transform: uppercase;
  text-align: center;
}
.reviews__title span { color: transparent; -webkit-text-stroke: 2px var(--gold); }
.reviews__grid {
  max-width: 1280px;
  margin: clamp(40px, 6vh, 70px) auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.8vw, 24px);
  align-items: start;
}
.review {
  border: 1px solid var(--line);
  background: var(--ink);
  padding: clamp(24px, 2.6vw, 38px);
  display: flex; flex-direction: column;
  transition: border-color 0.35s;
}
.review:hover { border-color: var(--gold); }
.review__stars {
  color: var(--gold);
  font-size: 1.05rem; letter-spacing: 0.3em;
}
.review blockquote {
  margin: 18px 0 22px;
  font-size: 15px; line-height: 1.65; color: var(--cream-dim);
  flex: 1;
}
.review figcaption { border-top: 1px solid var(--line); padding-top: 16px; }
.review figcaption strong { display: block; font-size: 15px; }
.review figcaption span {
  display: block; margin-top: 4px;
  font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cream-dim);
}

/* ---------- bloco 3 · pains ---------- */
.pains { padding: clamp(100px, 15vh, 170px) var(--pad); max-width: 1280px; margin: 0 auto; }
.pains__title {
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.8vw, 3.1rem);
  line-height: 0.95; text-transform: uppercase;
}
.pains__title span { color: transparent; -webkit-text-stroke: 2px var(--gold); }
.pains__grid {
  margin-top: clamp(44px, 7vh, 80px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
}
.pain {
  border: 1px solid var(--line);
  background: var(--ink-2);
  padding: clamp(22px, 2.4vw, 34px);
}
.pain__icon { color: var(--gold); font-size: 22px; }
.pain h3 {
  font-family: var(--body); font-weight: 700;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  margin: 14px 0 10px;
}
.pain p { font-size: 15px; line-height: 1.55; color: var(--cream-dim); }
.pains__closer {
  margin-top: clamp(40px, 6vh, 70px);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1.4; max-width: 820px;
}
.pains__closer em { font-style: normal; color: var(--gold); }

/* ---------- bloco 4 · método vê primeiro ---------- */
.method {
  padding: clamp(110px, 16vh, 190px) var(--pad);
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(233, 187, 79, 0.1), transparent 70%),
    var(--ink-2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  text-align: center;
}
.method__title {
  margin-top: 20px;
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  line-height: 0.95; text-transform: uppercase;
}
.method__title span { color: var(--gold); }
.method__sub {
  margin-top: clamp(16px, 2.4vh, 24px);
  font-family: var(--body);
  font-weight: 500;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  letter-spacing: 0.02em;
  color: var(--gold);
}
.method__body {
  max-width: 720px; margin: clamp(32px, 5vh, 56px) auto 0;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.65; color: var(--cream-dim);
  display: grid; gap: 18px;
}
.method__body strong { color: var(--cream); }
.method__stamp { color: var(--cream); }
.method__stamp strong { color: var(--gold); }

/* ---------- bloco 5 · como funciona (video pin) ---------- */
.steps { position: relative; }
.steps__stage {
  position: relative; height: 100vh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.steps__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(1.05) contrast(1.06);
}
.steps__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, var(--ink) 0%, rgba(7, 8, 7, 0.35) 18%, rgba(7, 8, 7, 0.35) 82%, var(--ink) 100%),
    radial-gradient(ellipse at center, rgba(7, 8, 7, 0.25) 0%, rgba(7, 8, 7, 0.78) 100%);
}
.steps__eyebrow {
  position: absolute; top: clamp(80px, 12vh, 120px); left: 50%; transform: translateX(-50%);
}
.step {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 6vw;
  opacity: 0; visibility: hidden;
}
.step__index {
  font-family: var(--display);
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  color: var(--gold); letter-spacing: 0.3em;
  margin-bottom: 1.6vh;
}
.step__title {
  font-family: var(--display);
  font-size: clamp(1.8rem, 4.5vw, 4rem);
  line-height: 0.92; text-transform: uppercase;
  text-shadow: 0 12px 60px rgba(0, 0, 0, 0.55);
}
.step__copy {
  margin-top: 2.6vh; max-width: 560px;
  font-size: clamp(0.95rem, 1.4vw, 1.2rem);
  line-height: 1.55; color: var(--cream-dim);
}
.steps__progress {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  width: min(280px, 50vw); height: 2px;
  background: rgba(242, 234, 217, 0.15);
}
.steps__progress i { display: block; height: 100%; width: 0%; background: var(--gold); }

/* ---------- bloco 6 · serviços resumo ---------- */
.services { padding: clamp(100px, 15vh, 170px) var(--pad); max-width: 1100px; margin: 0 auto; }
.services__title {
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.8vw, 3.1rem);
  line-height: 0.95; text-transform: uppercase;
}
.services__title span { color: var(--gold); }
.services__list { list-style: none; margin-top: clamp(36px, 6vh, 60px); }
.services__list li {
  display: flex; gap: 16px; align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.05rem, 1.7vw, 1.4rem);
  line-height: 1.45;
}
.services__list li:first-child { border-top: 1px solid var(--line); }
.services__list em { font-style: normal; color: var(--gold); font-family: var(--display); }
.services__list strong { color: var(--cream); }
.svc { list-style: none; margin-top: clamp(36px, 6vh, 60px); }
.svc__row {
  display: flex; align-items: center; gap: clamp(18px, 3vw, 40px);
  padding: clamp(20px, 3vh, 30px) clamp(6px, 1vw, 14px);
  border-bottom: 1px solid var(--line);
  cursor: default;
  transition: background 0.35s ease, padding-left 0.35s ease;
}
.svc__row:first-child { border-top: 1px solid var(--line); }
.svc__row:hover { background: rgba(233, 187, 79, 0.05); padding-left: clamp(14px, 2vw, 28px); }
.svc__num {
  font-family: var(--display);
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  color: var(--gold); letter-spacing: 0.2em;
  flex: 0 0 auto;
}
.svc__main { flex: 1; display: flex; align-items: baseline; gap: clamp(14px, 2.4vw, 30px); flex-wrap: wrap; }
.svc__main h3 {
  font-family: var(--display);
  font-size: clamp(1.3rem, 2.6vw, 2.1rem);
  text-transform: uppercase; line-height: 1;
  transition: color 0.35s;
}
.svc__row:hover .svc__main h3 { color: var(--gold); }
.svc__main p {
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  color: var(--cream-dim); line-height: 1.5;
}
.svc__arrow {
  font-family: var(--display);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  color: var(--gold);
  opacity: 0.4;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.svc__row:hover .svc__arrow { transform: translateX(10px); opacity: 1; }

.services__more {
  margin: clamp(26px, 4vh, 40px) 0;
  font-size: clamp(1rem, 1.4vw, 1.2rem); color: var(--cream-dim);
}
.services__more strong { color: var(--gold); }

/* ---------- bloco 7 · teaser portfólio ---------- */
.teaser {
  padding: clamp(110px, 16vh, 180px) var(--pad);
  text-align: center;
  background: var(--ink-2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.teaser__title {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3.6vw, 2.9rem);
  line-height: 0.98; text-transform: uppercase;
}
.teaser__title span { color: transparent; -webkit-text-stroke: 2px var(--gold); }
.teaser__copy {
  max-width: 640px; margin: clamp(24px, 4vh, 40px) auto;
  font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.6; color: var(--cream-dim);
}
.teaser--page { background: transparent; border: 0; padding-top: 0; }

/* ---------- bloco 8 · sobre mini ---------- */
.about-mini {
  display: grid; grid-template-columns: minmax(260px, 420px) 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(100px, 15vh, 170px) var(--pad);
  max-width: 1280px; margin: 0 auto;
}
.about-mini__media img {
  width: 100%; display: block;
  border: 1px solid var(--line);
  filter: saturate(0.95) contrast(1.04);
}
.about-mini__text h2 {
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.8vw, 2.3rem);
  line-height: 1; text-transform: uppercase;
}
.about-mini__text h2 span { color: var(--gold); }
.about-mini__text p {
  margin: clamp(20px, 3vh, 30px) 0;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.65; color: var(--cream-dim);
}
.about-mini__text a:not(.btn) { color: var(--gold); }

/* ---------- bloco 9 · números ---------- */
.numbers {
  padding: clamp(100px, 15vh, 170px) var(--pad);
  background:
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(233, 187, 79, 0.08), transparent 70%),
    var(--ink);
  border-top: 1px solid var(--line);
}
.numbers__eyebrow { text-align: center; }
.numbers__grid {
  max-width: 1280px; margin: clamp(44px, 7vh, 80px) auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 50px);
}
.num { border-top: 1px solid var(--line); padding-top: 20px; }
.num__val {
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  line-height: 1; color: var(--gold);
}
.num p {
  margin-top: 10px;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  letter-spacing: 0.06em; color: var(--cream-dim); line-height: 1.5;
}

/* ---------- bloco 10 · porta alternativa ---------- */
.altdoor { padding: clamp(90px, 13vh, 150px) var(--pad); }
.altdoor__card {
  max-width: 980px; margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--ink-2);
  padding: clamp(36px, 5vw, 70px);
  text-align: center;
}
.altdoor__title {
  margin-top: 18px;
  font-family: var(--display);
  font-size: clamp(1.5rem, 3.4vw, 2.8rem);
  line-height: 0.98; text-transform: uppercase;
}
.altdoor__title span { color: transparent; -webkit-text-stroke: 2px var(--gold); }
.altdoor__copy {
  max-width: 700px; margin: clamp(20px, 3vh, 32px) auto clamp(28px, 4vh, 44px);
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  line-height: 1.65; color: var(--cream-dim);
}
.altdoor__copy strong { color: var(--cream); }
.altdoor__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- bloco 11 · finale ---------- */
.finale {
  position: relative; overflow: hidden;
  padding: clamp(130px, 20vh, 220px) var(--pad) 0;
  text-align: center;
}
.finale__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(1.05) contrast(1.06);
}
.finale__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, var(--ink) 0%, rgba(7, 8, 7, 0.5) 26%, rgba(7, 8, 7, 0.6) 75%, rgba(7, 8, 7, 0.92) 100%);
}
.finale__title {
  position: relative;
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2.7rem);
  line-height: 0.94; text-transform: uppercase;
  display: flex; flex-direction: column;
}
.finale__ln { display: block; will-change: transform, opacity; }
.finale__ln--ghost { color: transparent; -webkit-text-stroke: 2px var(--cream); }
.finale__ln--accent { color: var(--gold); }
.finale__sub {
  position: relative;
  margin-top: 3vh;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  color: var(--cream); letter-spacing: 0.05em;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
}
.finale__actions {
  position: relative;
  margin-top: clamp(32px, 5vh, 54px);
  display: flex; gap: 18px; justify-content: center; flex-wrap: wrap;
}
.finale__stamp {
  position: relative;
  margin-top: 2.6vh;
  font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--cream-dim);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--body); font-weight: 700;
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; cursor: pointer;
  padding: 17px 34px; border-radius: 999px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn--big { padding: 21px 46px; font-size: 14px; }
.btn--solid {
  background: var(--gold); color: var(--ink); border: 1px solid var(--gold);
}
.btn--solid:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 50px rgba(233, 187, 79, 0.35);
}
.btn--ghost {
  border: 1px solid rgba(242, 234, 217, 0.4); color: var(--cream);
  background: transparent;
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }

/* ---------- cards (portfólio) ---------- */
.work__cards {
  position: relative;
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 26px);
}
.work__cards--page {
  grid-template-columns: repeat(2, 1fr);
  padding: 0 var(--pad) clamp(90px, 13vh, 150px);
}
.card {
  position: relative;
  text-decoration: none; color: var(--cream);
  background: rgba(13, 15, 14, 0.72);
  border: 1px solid var(--line);
  backdrop-filter: blur(6px);
  padding: clamp(24px, 2.6vw, 40px);
  min-height: 280px;
  display: flex; flex-direction: column;
  transition: border-color 0.35s ease, background 0.35s ease;
  will-change: transform;
}
.card:hover { border-color: var(--gold); background: rgba(13, 15, 14, 0.9); }
.card__num { font-family: var(--display); font-size: 14px; letter-spacing: 0.3em; color: var(--gold); }
.card__name {
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.1vw, 1.9rem);
  text-transform: uppercase; line-height: 1;
  margin: 18px 0 14px;
}
.card__pitch { font-size: 15px; line-height: 1.55; color: var(--cream-dim); flex: 1; }
.card__url {
  margin-top: 26px;
  font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold);
}

/* ---------- portfólio · projetos ---------- */
.works {
  max-width: 1280px; margin: 0 auto;
  padding: 0 var(--pad) clamp(30px, 5vh, 60px);
  display: flex; flex-direction: column;
  gap: clamp(60px, 10vh, 130px);
}
.wproj {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.wproj--reverse .wproj__media { order: 2; }
.wproj__media {
  position: relative; display: block;
  aspect-ratio: 4 / 3; overflow: hidden;
  border: 1px solid var(--line);
  text-decoration: none;
}
.wproj__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.wproj__media:hover img { transform: scale(1.05); }
.wproj__badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--gold); color: var(--ink);
  font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px;
}
.wproj__media--ph {
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(233, 187, 79, 0.12), transparent 60%),
    var(--ink-2);
}
.wproj__media--fashion { background:
  radial-gradient(ellipse at 70% 30%, rgba(233, 187, 79, 0.16), transparent 60%),
  linear-gradient(140deg, #14100a, #0d0f0e); }
.wproj__media--book { background:
  radial-gradient(ellipse at 30% 70%, rgba(233, 187, 79, 0.16), transparent 60%),
  linear-gradient(140deg, #0d0f0e, #0a0d0c); }
.wproj__media--craft { background:
  radial-gradient(ellipse at 60% 40%, rgba(233, 187, 79, 0.14), transparent 60%),
  linear-gradient(140deg, #12100b, #0d0f0e); }
.wproj__ph-label {
  font-family: var(--display);
  font-size: clamp(0.85rem, 1.2vw, 1.05rem);
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--cream-dim);
  border: 1px solid rgba(242, 234, 217, 0.2);
  padding: 12px 22px; border-radius: 999px;
}
.wproj__tag {
  font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold);
}
.wproj__logo {
  display: block;
  height: clamp(30px, 3.4vw, 42px); width: auto;
  margin: 18px 0 4px;
  filter: brightness(0) invert(0.92);
  opacity: 0.92;
}
.wproj__name {
  margin: 10px 0 14px;
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1; text-transform: uppercase;
}
.wproj__pitch {
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.6; color: var(--cream-dim);
}
.wproj__pitch strong { color: var(--gold); }
.wproj__note {
  margin-top: 14px;
  font-size: 14px; line-height: 1.55; color: var(--cream-dim);
  opacity: 0.75; font-style: italic;
}
.wproj__link {
  display: inline-block; margin-top: clamp(20px, 3vh, 30px);
  font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  border-bottom: 1px solid transparent; padding-bottom: 3px;
  transition: border-color 0.3s;
}
a.wproj__link:hover { border-color: var(--gold); }
.wproj__link--soon { color: var(--cream-dim); cursor: default; }

/* ---------- footer ---------- */
.footer {
  position: relative;
  margin-top: clamp(90px, 14vh, 150px);
  border-top: 1px solid var(--line);
  padding: clamp(50px, 8vh, 90px) var(--pad) 40px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}
.finale .footer { margin-top: clamp(90px, 14vh, 150px); margin-left: calc(-1 * var(--pad)); margin-right: calc(-1 * var(--pad)); }
.footer__logo {
  font-family: var(--display);
  font-size: 1.15rem; letter-spacing: 0.08em;
  color: var(--cream);
}
.footer__brand p {
  margin-top: 14px; max-width: 300px;
  font-size: 14px; line-height: 1.6; color: var(--cream-dim);
}
.footer__h {
  display: block; margin-bottom: 18px;
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold);
}
.footer__nav, .footer__contact { display: flex; flex-direction: column; gap: 12px; }
.footer__nav a, .footer__contact a {
  width: fit-content;
  color: var(--cream); text-decoration: none;
  font-size: 14.5px; letter-spacing: 0.02em;
  transition: color 0.25s;
}
.footer__nav a:hover, .footer__contact a:hover { color: var(--gold); }
.footer__copy {
  grid-column: 1 / -1;
  margin-top: clamp(30px, 5vh, 50px); padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 12px; letter-spacing: 0.12em; color: var(--cream-dim);
}
@media (max-width: 760px) {
  .footer { grid-template-columns: 1fr; gap: 40px; }
}

/* ============ SUBPÁGINAS ============ */
.page main { padding-top: clamp(120px, 18vh, 180px); }
.nav--page { background: linear-gradient(to bottom, rgba(7, 8, 7, 0.9), transparent); mix-blend-mode: normal; }

.phead { padding: 0 var(--pad) clamp(60px, 9vh, 110px); max-width: 1280px; margin: 0 auto; }

/* video hero (subpáginas) */
.vhero {
  position: relative;
  margin-top: calc(-1 * clamp(120px, 18vh, 180px));
  min-height: 82vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
  padding: clamp(130px, 20vh, 200px) var(--pad) clamp(50px, 8vh, 90px);
}
.vhero__video {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(1.05) contrast(1.06);
}
.vhero__shade {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to bottom, rgba(7,8,7,0.82) 0%, rgba(7,8,7,0.32) 34%, rgba(7,8,7,0.5) 68%, var(--ink) 100%),
    linear-gradient(to right, rgba(7,8,7,0.7), rgba(7,8,7,0.2));
}
.vhero__inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; width: 100%; }
.vhero .phead__intro { max-width: 600px; }
.vhero--tall { min-height: 88vh; }
.phead__title {
  margin-top: 16px;
  font-family: var(--display);
  font-size: clamp(1.7rem, 4.2vw, 3.7rem);
  line-height: 0.94; text-transform: uppercase;
}
.phead__title span { color: transparent; -webkit-text-stroke: 2px var(--gold); }
.phead__intro {
  margin-top: clamp(22px, 3.4vh, 34px); max-width: 720px;
  font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.65; color: var(--cream-dim);
}
.phead__intro strong { color: var(--cream); }

/* serviços */
.door {
  padding: clamp(60px, 9vh, 110px) var(--pad);
  max-width: 1100px; margin: 0 auto;
  border-top: 1px solid var(--line);
}
.door__title {
  margin-top: 14px;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.8vw, 2.3rem);
  line-height: 1; text-transform: uppercase;
}
.door__title span { color: var(--gold); }
.door__list { margin-top: clamp(26px, 4vh, 44px); }

.growth {
  padding: clamp(70px, 10vh, 120px) var(--pad);
  background: var(--ink-2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.growth__title {
  margin-top: 14px;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.8vw, 2.3rem);
  line-height: 1; text-transform: uppercase;
  max-width: 1100px;
}
.growth__title span { color: var(--gold); }
.growth__intro { margin-top: 18px; color: var(--cream-dim); max-width: 640px; }
.growth > * { max-width: 1100px; margin-left: auto; margin-right: auto; }
.growth__grid {
  margin-top: clamp(34px, 5vh, 56px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
}
.gcard {
  border: 1px solid var(--line);
  background: var(--ink);
  padding: clamp(22px, 2.4vw, 34px);
}
.gcard h3 {
  font-family: var(--display);
  font-size: clamp(1.2rem, 1.9vw, 1.6rem);
  text-transform: uppercase; color: var(--gold);
}
.gcard p { margin-top: 12px; font-size: 15px; line-height: 1.55; color: var(--cream-dim); }

/* serviços — preçário */
.pricing { padding: 0 var(--pad) clamp(70px, 10vh, 120px); }
.pricing__grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.8vw, 24px);
  align-items: stretch;
}
.pcard {
  border: 1px solid var(--line);
  background: var(--ink-2);
  padding: clamp(24px, 2.6vw, 38px);
  display: flex; flex-direction: column;
  transition: border-color 0.35s ease;
  will-change: transform;
}
.pcard:hover { border-color: var(--gold); }
.pcard__tag {
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold);
}
.pcard__name {
  margin: 16px 0 12px;
  font-family: var(--display);
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  text-transform: uppercase; line-height: 1.05;
}
.pcard__copy { font-size: 14.5px; line-height: 1.6; color: var(--cream-dim); flex: 1; }
.pcard__price {
  margin-top: 22px; padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: var(--display);
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  color: var(--gold);
}
.pcard__price em {
  display: block;
  font-family: var(--body); font-style: normal;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cream-dim);
  margin-bottom: 4px;
}
.pcard__price i {
  font-style: normal;
  font-family: var(--body);
  font-size: 0.55em; color: var(--cream-dim);
}

/* serviços — processo */
.process {
  padding: clamp(70px, 10vh, 120px) var(--pad);
  background: var(--ink-2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.process > * { max-width: 1100px; margin-left: auto; margin-right: auto; }
.process .cycle { margin-top: clamp(36px, 6vh, 60px); }

/* faq extra */
.faq__title {
  margin-top: 14px;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  text-transform: uppercase; line-height: 1;
}
.faq__title span { color: transparent; -webkit-text-stroke: 1.5px var(--gold); }
.faq__more {
  margin-top: clamp(26px, 4vh, 40px);
  text-align: center;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--cream-dim);
}
.faq__more a { color: var(--gold); text-decoration: none; }
.faq__more a:hover { text-decoration: underline; }

/* sobre */
.bio {
  display: grid; grid-template-columns: minmax(260px, 420px) 1fr;
  gap: clamp(30px, 5vw, 70px);
  padding: clamp(20px, 4vh, 50px) var(--pad) clamp(80px, 12vh, 140px);
  max-width: 1280px; margin: 0 auto;
  align-items: center;
}
.bio__media img,
.bio__media video {
  width: 100%; display: block;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 5; object-fit: cover;
}
.bio--prose {
  display: block;
  max-width: 820px;
  padding-top: clamp(60px, 9vh, 100px);
}
.bio--prose .bio__text h2 { font-size: clamp(1.6rem, 3.2vw, 2.7rem); }
.bio--prose .bio__text p { font-size: clamp(1.05rem, 1.4vw, 1.25rem); }
.bio__text h2 {
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.7vw, 2.2rem);
  line-height: 1; text-transform: uppercase;
}
.bio__text h2 span { color: var(--gold); }
.bio__text p {
  margin-top: clamp(18px, 2.6vh, 26px);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.65; color: var(--cream-dim);
}
.bio__text p:first-child { margin-top: 0; }
.bio__text p strong, .bio__wins strong { color: var(--cream); }
.bio__wins { list-style: none; margin-top: clamp(18px, 2.6vh, 26px); }
.bio__wins li {
  display: flex; gap: 14px;
  padding: 16px 0; border-bottom: 1px solid var(--line);
  font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.55; color: var(--cream-dim);
}
.bio__wins li:first-child { border-top: 1px solid var(--line); }
.bio__wins em { font-style: normal; color: var(--gold); font-family: var(--display); }
.bio__wins a { color: var(--gold); }
.bio__mission { color: var(--cream) !important; }
.bio__mission em { font-style: normal; color: var(--gold); }

.values { padding: clamp(70px, 10vh, 120px) var(--pad); background: var(--ink-2); border-top: 1px solid var(--line); }
.values > * { max-width: 1100px; margin-left: auto; margin-right: auto; }
.values__cta { margin-top: clamp(34px, 5vh, 56px); text-align: center; }

/* sobre — por que não sou uma agência comum */
.diff { padding: clamp(80px, 12vh, 140px) var(--pad); border-top: 1px solid var(--line); }
.diff > * { max-width: 1100px; margin-left: auto; margin-right: auto; }
.diff__eyebrow {
  font-size: 12px; letter-spacing: 0.5em; text-transform: uppercase;
  color: var(--gold);
}
.diff__title {
  margin-top: 14px;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3.4vw, 2.9rem);
  line-height: 1; text-transform: uppercase;
}
.diff__title span { color: transparent; -webkit-text-stroke: 2px var(--gold); }
.diff__intro {
  margin-top: clamp(20px, 3vh, 30px);
  padding-right: clamp(0px, 22%, 340px);
  font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.65; color: var(--cream-dim);
}
.diff__intro strong { color: var(--cream); }
.diff__grid { margin-top: clamp(36px, 6vh, 60px); grid-template-columns: repeat(2, 1fr); }
.gcard--check h3 {
  display: flex; align-items: baseline; gap: 12px;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  color: var(--cream);
}
.gcard--check h3 em {
  font-style: normal; color: var(--gold); font-family: var(--body);
  flex: 0 0 auto;
}

/* contacto */
.badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(233, 187, 79, 0.12);
  border: 1px solid var(--gold);
  color: var(--gold);
  font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 10px 20px; border-radius: 999px;
}
.badge i {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(233, 187, 79, 0.7);
  animation: badgePulse 2s ease-out infinite;
}
@keyframes badgePulse {
  0% { box-shadow: 0 0 0 0 rgba(233, 187, 79, 0.6); }
  70% { box-shadow: 0 0 0 10px rgba(233, 187, 79, 0); }
  100% { box-shadow: 0 0 0 0 rgba(233, 187, 79, 0); }
}
.phead .badge { margin-bottom: clamp(20px, 3vh, 30px); }

.promise {
  max-width: 1280px; margin: 0 auto;
  padding: 0 var(--pad) clamp(40px, 6vh, 70px);
}
.promise__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.8vw, 24px);
  align-items: stretch;
}
.pbox {
  border: 1px solid var(--line);
  background: var(--ink-2);
  padding: clamp(24px, 2.6vw, 36px);
  display: flex; flex-direction: column;
  transition: border-color 0.35s ease;
}
.pbox:hover { border-color: var(--gold); }
.pbox__num {
  font-family: var(--display);
  font-size: 14px; letter-spacing: 0.3em; color: var(--gold);
}
.pbox h3 {
  margin: 16px 0 12px;
  font-family: var(--display);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  text-transform: uppercase; line-height: 1.05;
}
.pbox p { font-size: 14.5px; line-height: 1.6; color: var(--cream-dim); }
.pbox strong { color: var(--cream); }
.formwrap { padding: 0 var(--pad) clamp(70px, 10vh, 120px); }
.vform {
  max-width: 860px; margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--ink-2);
  padding: clamp(28px, 4vw, 56px);
}
.vform__grid {
  margin-top: clamp(24px, 3.4vh, 36px);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 2.4vw, 28px);
}
.field { display: flex; flex-direction: column; gap: 9px; }
.field--full { grid-column: 1 / -1; }
.field span {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cream);
}
.field span i { color: var(--cream-dim); font-style: normal; text-transform: none; letter-spacing: 0.04em; }
.field input, .field select, .field textarea {
  background: var(--ink);
  border: 1px solid var(--line);
  color: var(--cream);
  font-family: var(--body); font-size: 15px;
  padding: 15px 16px;
  outline: none; border-radius: 0;
  transition: border-color 0.25s;
  appearance: none; -webkit-appearance: none;
}
.field textarea { resize: vertical; min-height: 110px; line-height: 1.5; }
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23e9bb4f' fill='none' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
.field input::placeholder { color: rgba(242, 234, 217, 0.35); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.vform__submit { margin-top: clamp(26px, 4vh, 40px); width: 100%; border: 0; }
.vform__micro {
  margin-top: 16px; text-align: center;
  font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--cream-dim);
}
.vform.is-sent .vform__micro { color: var(--gold); }
.vform.is-error .vform__micro { color: #e07a6a; letter-spacing: 0.04em; text-transform: none; }

.direct {
  text-align: center;
  padding: clamp(40px, 6vh, 70px) var(--pad);
  border-top: 1px solid var(--line);
}
.direct__line { font-size: clamp(1.1rem, 1.7vw, 1.4rem); margin-bottom: 22px; }
.direct__links { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.faq {
  padding: clamp(70px, 10vh, 120px) var(--pad);
  background: var(--ink-2); border-top: 1px solid var(--line);
}
.faq__eyebrow { text-align: center; }
.faq__list { max-width: 820px; margin: clamp(30px, 4.6vh, 50px) auto 0; }
.qa { border-bottom: 1px solid var(--line); }
.qa:first-child { border-top: 1px solid var(--line); }
.qa summary {
  cursor: pointer; list-style: none;
  padding: 22px 40px 22px 0;
  font-weight: 700; font-size: clamp(1rem, 1.4vw, 1.2rem);
  position: relative;
  transition: color 0.25s;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  color: var(--gold); font-family: var(--display); font-size: 1.3em;
  transition: transform 0.3s;
}
.qa[open] summary { color: var(--gold); }
.qa[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.qa p { padding: 0 0 24px; color: var(--cream-dim); line-height: 1.65; max-width: 720px; }

/* ---------- menu mobile (hamburger) ---------- */
.nav__toggle { display: none; }
body.nav-lock { overflow: hidden; }

@media (max-width: 960px) {
  .nav { mix-blend-mode: normal; }
  .nav--page { background: linear-gradient(to bottom, rgba(7, 8, 7, 0.95), rgba(7, 8, 7, 0.4)); }
  .nav__logo { position: relative; z-index: 95; }
  .nav__toggle {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; padding: 0;
    background: none; border: 0; cursor: pointer;
    position: relative; z-index: 95;
  }
  .nav__toggle span {
    display: block; width: 26px; height: 2px; margin-left: auto;
    background: var(--cream); border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .nav--open .nav__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav--open .nav__toggle span:nth-child(2) { opacity: 0; }
  .nav--open .nav__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .nav__links {
    position: fixed; inset: 0; z-index: 90;
    background: var(--ink);
    flex-direction: column; justify-content: center; align-items: center;
    gap: 30px;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s;
  }
  .nav--open .nav__links { opacity: 1; visibility: visible; pointer-events: auto; }
  .nav__links a { font-size: 20px !important; letter-spacing: 0.1em; opacity: 0.85; }
  .nav__links a.is-active { opacity: 1; }
  .nav__links a.nav__cta {
    margin-top: 6px; padding: 15px 30px; font-size: 15px !important;
    border-color: var(--gold); color: var(--gold);
  }

  /* grelhas → 1 coluna */
  .about-mini, .bio { grid-template-columns: 1fr; }
  .bio__media img, .bio__media video { position: static; max-width: 460px; margin: 0 auto; }
  .numbers__grid { grid-template-columns: 1fr 1fr; }
  .work__cards, .work__cards--page { grid-template-columns: 1fr; }
  .reviews__grid { grid-template-columns: 1fr; }
  .pricing__grid { grid-template-columns: 1fr; }
  .diff__grid { grid-template-columns: 1fr; }
  .promise__grid { grid-template-columns: 1fr; }
  .wproj { grid-template-columns: 1fr; gap: 22px; }
  .wproj--reverse .wproj__media { order: 0; }
  .vform__grid { grid-template-columns: 1fr; }
  .hero__line--accent { -webkit-text-stroke-width: 1.2px; }
  .hero__support { display: none; }

  /* alinhamentos / escalas */
  .diff__intro { padding-right: 0; }
  .growth > *, .values > *, .diff > *, .process > * { max-width: 100%; }
  .steps__eyebrow { top: 92px; }
  .vhero { min-height: 78vh; }
  .vhero--tall { min-height: 72vh; }
  .bio--prose { padding-top: clamp(40px, 7vh, 70px); }
}

@media (max-width: 560px) {
  :root { --pad: 20px; }
  .numbers__grid { grid-template-columns: 1fr; }
  .fab { right: 14px; bottom: 14px; padding: 13px 18px; font-size: 12px; }
  .hero__title { font-size: clamp(2.4rem, 15vw, 4rem); }
  .hero__pitch { margin-top: 2.4vh; }
  .hero__ctas { flex-direction: column; }
  .hero__ctas .btn { width: 100%; }
  .trust__stats { flex-direction: column; gap: 10px; }
  .trust__stats i { display: none; }
  .btn--big { padding: 18px 32px; }
  .footer { text-align: left; }
  .method__title, .finale__title, .pains__title, .phead__title,
  .services__title, .reviews__title, .teaser__title { letter-spacing: -0.01em; }
}

@media (prefers-reduced-motion: reduce) {
  .grain { animation: none; }
  .hero__hint { animation: none; }
}
