/* =====================================================================
   LUME — Fotografia de casais
   Sistema visual derivado de framer/DESIGN.md (canvas preto, tipografia
   pôster com tracking negativo, azul só como sinal, cards de gradiente
   como única atmosfera cromática).
   ===================================================================== */

/* ------------------------------ TOKENS ------------------------------ */
:root {
  /* cores */
  --primary: #ffffff;
  --on-primary: #000000;
  --accent-blue: #0099ff;
  --ink: #ffffff;
  --ink-muted: #999999;
  --canvas: #090909;
  --surface-1: #141414;
  --surface-2: #1c1c1c;
  --hairline: #262626;
  --hairline-soft: #1a1a1a;
  --grad-magenta: #d44df0;
  --grad-violet: #6a4cf5;
  --grad-orange: #ff7a3d;
  --grad-coral: #ff5577;

  /* raios */
  --r-xs: 4px;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 15px;
  --r-xl: 20px;
  --r-xxl: 30px;
  --r-pill: 100px;
  --r-full: 9999px;

  /* espaçamento (base 5) */
  --s-xxs: 4px;
  --s-xs: 8px;
  --s-sm: 12px;
  --s-md: 15px;
  --s-lg: 20px;
  --s-xl: 30px;
  --s-xxl: 40px;
  --s-section: clamp(72px, 9vw, 128px);

  /* tipografia */
  --font-display: "Inter Tight", "Mona Sans", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --feat: "cv01" 1, "cv05" 1, "cv09" 1, "cv11" 1, "ss03" 1;

  /* container */
  --container: 1199px;
  --gutter: clamp(20px, 5vw, 48px);

  /* motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ------------------------------ RESET ------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html:focus-within { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-feature-settings: var(--feat);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, p, figure, blockquote, ul { margin: 0; }
ul { padding: 0; list-style: none; }

::selection { background: var(--accent-blue); color: #fff; }

:focus-visible {
  outline: 2px solid var(--accent-blue);
  outline-offset: 3px;
  border-radius: var(--r-xs);
}

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 200;
  transform: translateY(-200%);
  background: var(--primary); color: var(--on-primary);
  padding: 10px 15px; border-radius: var(--r-pill); font-size: 14px; font-weight: 500;
}
.skip-link:focus { transform: none; }

/* ------------------------------ TIPOGRAFIA ------------------------------ */
.display-xxl, .display-xl, .display-lg, .display-md {
  font-family: var(--font-display);
  font-weight: 500;
  text-wrap: balance;
}
.display-xxl { font-size: clamp(46px, 9.2vw, 110px); line-height: 0.88; letter-spacing: -0.05em; }
.display-xl  { font-size: clamp(38px, 6.6vw, 85px);  line-height: 0.95; letter-spacing: -0.05em; }
.display-lg  { font-size: clamp(32px, 4.8vw, 62px);  line-height: 1;    letter-spacing: -0.05em; }
.display-md  { font-size: clamp(24px, 2.4vw, 32px);  line-height: 1.13; letter-spacing: -0.031em; }

.headline { font-size: 22px; font-weight: 700; line-height: 1.2; letter-spacing: -0.036em; }
.body-lg  { font-size: clamp(16px, 1.2vw, 18px); line-height: 1.45; letter-spacing: -0.01em; }
.body     { font-size: 15px; line-height: 1.45; letter-spacing: -0.01em; }
.body-sm  { font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: -0.01em; }
.caption  { font-size: 13px; font-weight: 500; line-height: 1.2; letter-spacing: -0.01em; }
.micro    { font-size: 12px; line-height: 1.4; letter-spacing: -0.01em; }
.muted    { color: var(--ink-muted); }

.eyebrow {
  display: inline-flex; align-items: center; gap: var(--s-xs);
  font-size: 13px; font-weight: 500; letter-spacing: -0.01em;
  color: var(--ink-muted); margin-bottom: var(--s-lg);
}
.eyebrow__dot {
  width: 6px; height: 6px; border-radius: var(--r-full);
  background: var(--accent-blue); flex: none;
}

/* ------------------------------ LAYOUT ------------------------------ */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--s-section); position: relative; }

.section__head { max-width: 780px; margin-bottom: clamp(40px, 5vw, 72px); }
.section__head-lead { margin-top: var(--s-lg); max-width: 56ch; }
.section__head--row {
  max-width: none; display: flex; align-items: flex-end;
  justify-content: space-between; gap: var(--s-xl); flex-wrap: wrap;
}

/* ------------------------------ BOTÕES ------------------------------ */
.btn {
  --btn-bg: var(--surface-1);
  --btn-fg: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s-xs);
  background: var(--btn-bg); color: var(--btn-fg);
  font-size: 14px; font-weight: 500; letter-spacing: -0.01em; line-height: 1;
  padding: 15px 22px; min-height: 44px;
  border: 0; border-radius: var(--r-pill); cursor: pointer;
  transition: transform 0.4s var(--ease), background-color 0.3s var(--ease), opacity 0.3s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(0.97); }
.btn--primary { --btn-bg: var(--primary); --btn-fg: var(--on-primary); }
.btn--primary:hover { --btn-bg: #e9e9e9; }
.btn--secondary:hover { --btn-bg: var(--surface-2); }
.btn--ghost { --btn-bg: transparent; box-shadow: inset 0 0 0 1px var(--hairline); }
.btn--ghost:hover { --btn-bg: rgba(255, 255, 255, 0.06); }
.btn--translucent {
  --btn-bg: rgba(0, 0, 0, 0.22); --btn-fg: #fff;
  backdrop-filter: blur(8px); border-radius: var(--r-xxl); padding: 13px 20px;
}
.btn--translucent:hover { --btn-bg: rgba(0, 0, 0, 0.34); }
.btn--lg { padding: 17px 26px; }
.btn--block { width: 100%; }

.icon-btn {
  width: 44px; height: 44px; display: grid; place-items: center;
  background: var(--surface-1); color: var(--ink);
  border: 0; border-radius: var(--r-full); cursor: pointer;
  transition: background-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.icon-btn:hover { background: var(--surface-2); transform: scale(1.06); }

/* ------------------------------ PRELOADER ------------------------------ */
.preloader { display: none; }
.js .preloader {
  position: fixed; inset: 0; z-index: 300;
  background: var(--canvas);
  display: grid; place-content: center; gap: var(--s-lg);
}
.preloader__inner {
  display: flex; align-items: baseline; gap: var(--s-md);
  font-family: var(--font-display); letter-spacing: -0.05em;
}
.preloader__mark { font-size: clamp(40px, 8vw, 76px); font-weight: 500; }
.preloader__count { font-size: 15px; color: var(--ink-muted); font-family: var(--font-body); letter-spacing: -0.01em; }
.preloader__bar { width: min(240px, 60vw); height: 1px; background: var(--hairline); overflow: hidden; }
.preloader__bar span { display: block; height: 100%; width: 0%; background: var(--primary); }

/* ------------------------------ CURSOR ------------------------------ */
.cursor {
  position: fixed; top: 0; left: 0; z-index: 250;
  width: 12px; height: 12px; border-radius: var(--r-full);
  background: var(--primary); pointer-events: none;
  transform: translate3d(-100px, -100px, 0);
  mix-blend-mode: difference;
  display: grid; place-items: center;
  transition: width 0.35s var(--ease), height 0.35s var(--ease), background-color 0.3s;
}
.cursor.is-label { width: 84px; height: 84px; }
.cursor__label {
  font-size: 12px; font-weight: 500; letter-spacing: -0.01em; color: var(--on-primary);
  opacity: 0; transition: opacity 0.25s; white-space: nowrap;
}
.cursor.is-label .cursor__label { opacity: 1; }
@media (hover: none), (pointer: coarse) { .cursor { display: none; } }

/* ------------------------------ NAV ------------------------------ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 120;
  transition: transform 0.5s var(--ease), background-color 0.4s, backdrop-filter 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(9, 9, 9, 0.72);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--hairline-soft);
}
.nav.is-hidden { transform: translateY(-100%); }

.nav__inner {
  height: 64px; display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-lg); max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter);
}
.nav__brand {
  display: inline-flex; align-items: center; gap: var(--s-xs);
  font-family: var(--font-display); font-size: 20px; font-weight: 500; letter-spacing: -0.05em;
}
.nav__brand-dot {
  width: 8px; height: 8px; border-radius: var(--r-full); background: var(--accent-blue);
}
.nav__links { display: flex; gap: var(--s-lg); font-size: 14px; font-weight: 500; }
.nav__links a { color: var(--ink-muted); transition: color 0.25s; }
.nav__links a:hover { color: var(--ink); }
.nav__actions { display: flex; align-items: center; gap: var(--s-xs); }
.nav .btn { padding: 12px 18px; min-height: 40px; }

.nav__burger {
  display: none; width: 44px; height: 44px; background: var(--surface-1);
  border: 0; border-radius: var(--r-full); cursor: pointer;
  place-items: center; align-content: center; justify-items: center; gap: 5px;
}
.nav__burger span {
  display: block; width: 16px; height: 1.5px; background: var(--ink); border-radius: 2px;
  transition: transform 0.35s var(--ease), opacity 0.25s;
}
.nav__burger.is-open span:first-child { transform: translateY(3.25px) rotate(45deg); }
.nav__burger.is-open span:last-child { transform: translateY(-3.25px) rotate(-45deg); }

/* menu mobile */
.menu {
  position: fixed; inset: 0; z-index: 110;
  background: var(--canvas);
  padding: 96px var(--gutter) var(--s-xxl);
  display: flex; flex-direction: column; justify-content: space-between;
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
}
.menu.is-open { visibility: visible; }
.menu__links { display: flex; flex-direction: column; gap: var(--s-sm); }
.menu__links a {
  font-family: var(--font-display); font-size: clamp(32px, 9vw, 52px);
  font-weight: 500; letter-spacing: -0.05em; line-height: 1.05;
  display: flex; align-items: baseline; gap: var(--s-md);
}
.menu__links em {
  font-family: var(--font-body); font-style: normal; font-size: 12px;
  color: var(--ink-muted); letter-spacing: 0;
}
.menu__foot {
  display: flex; flex-wrap: wrap; gap: var(--s-lg);
  padding-top: var(--s-lg); border-top: 1px solid var(--hairline-soft);
  font-size: 13px; color: var(--ink-muted);
}
.menu__foot a:hover { color: var(--ink); }

/* ------------------------------ HERO ------------------------------ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  padding-block: 140px var(--s-section);
  overflow: hidden;
}
.hero__media { position: absolute; inset: -8% 0 0; z-index: 0; }
.hero__media img {
  width: 100%; height: 108%; object-fit: cover; object-position: 50% 42%;
  filter: saturate(0.72) contrast(1.06) brightness(0.86);
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(9,9,9,0.86) 0%, rgba(9,9,9,0.32) 34%, rgba(9,9,9,0.72) 76%, var(--canvas) 100%),
    radial-gradient(120% 80% at 15% 80%, rgba(9,9,9,0.78) 0%, rgba(9,9,9,0) 60%);
}
.hero__grain {
  position: absolute; inset: 0; opacity: 0.32; mix-blend-mode: overlay;
  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='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}
.hero__content { position: relative; z-index: 2; }
.hero__title { max-width: 15ch; margin-bottom: var(--s-xl); }
.hero__lead { max-width: 46ch; color: rgba(255, 255, 255, 0.78); margin-bottom: var(--s-xl); }
.hero__cta { display: flex; flex-wrap: wrap; gap: var(--s-sm); margin-bottom: clamp(40px, 5vw, 64px); }

.hero__meta {
  display: flex; flex-wrap: wrap; gap: clamp(20px, 4vw, 56px);
  padding-top: var(--s-lg); border-top: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 620px;
}
.hero__meta li { display: flex; flex-direction: column; gap: 2px; }
.hero__meta strong {
  font-family: var(--font-display); font-size: clamp(28px, 3vw, 38px);
  font-weight: 500; letter-spacing: -0.04em; line-height: 1;
}
.hero__meta span { font-size: 13px; color: var(--ink-muted); }

/* composição de fotos na lateral direita do hero */
.hero__gallery {
  position: absolute; z-index: 2;
  right: var(--gutter); top: 92px; bottom: var(--s-lg);
  width: min(440px, 34vw);
  display: flex; gap: var(--s-sm); align-items: stretch;
  pointer-events: none;
}
.hero__col { flex: 1; display: flex; flex-direction: column; gap: var(--s-sm); min-width: 0; }
.hero__col--a { padding-top: 12%; }
.hero__col--b { padding-bottom: 8%; }

/* as peças dividem a altura da coluna — nunca estouram o hero */
.hero__tile {
  position: relative; overflow: hidden; flex: 1 1 0; min-height: 0;
  border-radius: var(--r-lg); background: var(--surface-1);
  box-shadow: inset 0 0.5px 0 rgba(255, 255, 255, 0.12), 0 14px 40px rgba(0, 0, 0, 0.4);
}
.hero__tile img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9); }
.hero__tile--main { flex-grow: 1.9; }
.hero__tile--portrait { flex-grow: 1.35; }
.hero__tile--square { flex-grow: 1; }
.hero__tile--wide { flex-grow: 1.1; }
.hero__tile figcaption {
  position: absolute; inset: auto 0 0 0; padding: 36px 12px 12px;
  font-size: 11px; letter-spacing: -0.01em; color: rgba(255, 255, 255, 0.85);
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, rgba(9, 9, 9, 0.85) 100%);
}

@media (max-width: 1240px) {
  .hero__gallery { width: 33vw; }
  .hero__tile--wide { display: none; }
}
@media (max-width: 1040px) {
  .hero__tile--square { display: none; }
}

.hero__scroll {
  position: absolute; left: var(--gutter); bottom: var(--s-lg); z-index: 2;
  display: inline-flex; align-items: center; gap: var(--s-xs);
  font-size: 12px; color: var(--ink-muted);
}
.hero__scroll-line { display: block; width: 34px; height: 1px; background: currentColor; transform-origin: left; }

/* ------------------------------ MARQUEE ------------------------------ */
.marquee {
  border-block: 1px solid var(--hairline-soft);
  padding-block: var(--s-lg); overflow: hidden; white-space: nowrap;
  background: var(--canvas);
}
.marquee__track { display: inline-flex; align-items: center; gap: var(--s-xl); will-change: transform; }
.marquee__track span {
  font-family: var(--font-display); font-size: clamp(22px, 3vw, 34px);
  font-weight: 500; letter-spacing: -0.04em; color: var(--ink-muted);
}
.marquee__track .marquee__sep { color: var(--accent-blue); font-size: 18px; }

/* ------------------------------ MANIFESTO ------------------------------ */
.manifesto__grid {
  display: grid; grid-template-columns: 1fr 0.95fr; gap: clamp(32px, 6vw, 88px); align-items: start;
}
.manifesto__text .display-lg { margin-bottom: var(--s-lg); }
.manifesto__list { margin-top: clamp(32px, 4vw, 48px); display: grid; gap: 1px; background: var(--hairline-soft); }
.manifesto__list li {
  background: var(--canvas); padding-block: var(--s-lg);
  display: grid; grid-template-columns: 200px 1fr; gap: var(--s-lg);
}
.manifesto__list strong { font-size: 15px; font-weight: 600; }
.manifesto__list span { color: var(--ink-muted); font-size: 15px; }

.manifesto__media { display: grid; gap: var(--s-lg); }
.manifesto__photo { overflow: hidden; border-radius: var(--r-xl); background: var(--surface-1); }
.manifesto__photo img { width: 100%; height: 100%; object-fit: cover; }
.manifesto__photo--tall { aspect-ratio: 4 / 5; }
.manifesto__photo--wide { aspect-ratio: 16 / 10; width: 78%; justify-self: end; }

/* ------------------------------ CARDS (ENSAIOS) ------------------------------ */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-lg); }
.card {
  background: var(--surface-1); border-radius: var(--r-xl); padding: var(--s-md);
  display: flex; flex-direction: column; gap: var(--s-md);
  transition: background-color 0.4s var(--ease);
}
.card:hover { background: var(--surface-2); }
.card__media { overflow: hidden; border-radius: var(--r-lg); aspect-ratio: 4 / 5; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.card:hover .card__media img { transform: scale(1.05); }
.card__body { padding: var(--s-xs) var(--s-xs) var(--s-sm); display: grid; gap: var(--s-sm); }
.card__body p { color: var(--ink-muted); }
.card__facts { display: flex; flex-wrap: wrap; gap: var(--s-xs); margin-top: var(--s-xxs); }
.card__facts li {
  font-size: 12px; font-weight: 500; color: var(--ink-muted);
  padding: 6px 10px; border-radius: var(--r-sm); background: rgba(255, 255, 255, 0.05);
}

/* card de gradiente — assinatura, no máximo um por viewport */
.card--spotlight {
  grid-column: span 3;
  flex-direction: row; align-items: center; gap: clamp(24px, 4vw, 64px);
  padding: clamp(24px, 3vw, 40px);
  border-radius: var(--r-xxl);
  background:
    radial-gradient(120% 130% at 8% 12%, var(--grad-magenta) 0%, rgba(212,77,240,0) 58%),
    radial-gradient(110% 120% at 92% 88%, var(--grad-orange) 0%, rgba(255,122,61,0) 55%),
    linear-gradient(120deg, var(--grad-violet) 0%, var(--grad-coral) 100%);
}
.card--spotlight:hover { background-color: transparent; }
.card--spotlight .card__body { max-width: 46ch; padding: 0; gap: var(--s-md); }
.card--spotlight .caption { opacity: 0.72; }
.card--spotlight p { color: rgba(255, 255, 255, 0.86); font-size: clamp(16px, 1.2vw, 18px); line-height: 1.45; }
.card--spotlight .btn { justify-self: start; margin-top: var(--s-xs); }
.card__spot-media { flex: 1 1 300px; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 5 / 4; }
.card__spot-media img { width: 100%; height: 100%; object-fit: cover; }

/* ------------------------------ PORTFÓLIO ------------------------------ */
.filters { display: flex; flex-wrap: wrap; gap: var(--s-xs); }
.filter {
  background: transparent; color: var(--ink-muted);
  font-size: 14px; font-weight: 500; letter-spacing: -0.01em;
  padding: 10px 16px; min-height: 40px;
  border: 0; border-radius: var(--r-pill); cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.filter:hover { color: var(--ink); }
.filter.is-active { background: var(--surface-2); color: var(--ink); }

.gallery {
  columns: 4; column-gap: var(--s-md);
  padding-inline: var(--gutter); margin-top: clamp(32px, 4vw, 48px);
}
.shot {
  break-inside: avoid; position: relative; margin-bottom: var(--s-md);
  border-radius: var(--r-lg); overflow: hidden; background: var(--surface-1);
  cursor: pointer;
}
.shot img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  transition: transform 1s var(--ease), filter 0.6s;
  filter: saturate(0.92);
}
.shot--tall img { aspect-ratio: 3 / 4.4; }
.shot:hover img { transform: scale(1.06); filter: saturate(1.05); }
.shot figcaption {
  position: absolute; inset: auto 0 0 0; padding: 40px var(--s-md) var(--s-md);
  display: flex; justify-content: space-between; align-items: flex-end; gap: var(--s-sm);
  background: linear-gradient(180deg, rgba(9,9,9,0) 0%, rgba(9,9,9,0.82) 100%);
  font-size: 13px; font-weight: 500;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.shot:hover figcaption, .shot:focus-within figcaption { opacity: 1; transform: none; }
.shot figcaption em { font-style: normal; color: var(--ink-muted); }
.shot.is-hidden { display: none; }

.portfolio__foot {
  margin-top: clamp(32px, 4vw, 48px);
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-lg); flex-wrap: wrap;
  padding-top: var(--s-lg); border-top: 1px solid var(--hairline-soft);
}

/* ------------------------------ PROCESSO ------------------------------ */
.processo { background: var(--canvas); }
.processo__pin {
  min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  gap: clamp(28px, 4vw, 48px); padding-block: var(--s-section); overflow: hidden;
  scrollbar-width: none;
}
.processo__pin::-webkit-scrollbar { display: none; }
.processo__head .display-lg { margin-top: var(--s-xs); }
.processo__track { display: flex; gap: var(--s-lg); padding-inline: var(--gutter); width: max-content; }
.step {
  width: min(360px, 78vw); flex: none;
  background: var(--surface-1); border-radius: var(--r-xl); padding: clamp(24px, 2.4vw, 32px);
  display: flex; flex-direction: column; gap: var(--s-sm);
  min-height: 300px;
}
.step__num { font-size: 12px; font-weight: 500; color: var(--accent-blue); letter-spacing: 0.02em; }
.step p { color: var(--ink-muted); font-size: 15px; line-height: 1.45; margin-top: auto; }
.step--cta { background: var(--surface-2); justify-content: center; }
.step--cta p { margin-top: 0; }
.step--cta .btn { align-self: flex-start; margin-top: var(--s-xs); }

.processo__progress {
  height: 1px; background: var(--hairline-soft);
  margin-inline: var(--gutter); max-width: var(--container); align-self: center; width: 100%;
}
.processo__progress span { display: block; height: 100%; width: 0%; background: var(--primary); }

/* ------------------------------ DEPOIMENTOS ------------------------------ */
.depo__stage { position: relative; min-height: clamp(160px, 15vw, 200px); max-width: 900px; }
.depo__item {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  display: flex; flex-direction: column; gap: var(--s-lg);
}
.depo__item.is-active { opacity: 1; visibility: visible; position: relative; }
.depo__item p { text-wrap: balance; }
.depo__item footer { display: flex; flex-direction: column; gap: 2px; font-size: 14px; }
.depo__item footer span { color: var(--ink-muted); font-size: 13px; }

.depo__nav { display: flex; align-items: center; gap: var(--s-md); margin-top: var(--s-xl); }
.depo__dots { display: flex; gap: var(--s-xs); }
.depo__dots i {
  display: block; width: 6px; height: 6px; border-radius: var(--r-full);
  background: var(--hairline); transition: background-color 0.3s, transform 0.3s;
}
.depo__dots i.is-active { background: var(--primary); transform: scale(1.3); }

/* ------------------------------ INVESTIMENTO ------------------------------ */
.pricing__tabs {
  display: inline-flex; gap: var(--s-xxs); padding: var(--s-xxs);
  background: var(--surface-1); border-radius: var(--r-pill); margin-bottom: var(--s-xl);
}
.tab {
  background: transparent; color: var(--ink-muted);
  font-size: 14px; font-weight: 500; letter-spacing: -0.01em;
  padding: 10px 16px; min-height: 40px; border: 0; border-radius: var(--r-pill); cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.tab.is-active { background: var(--surface-2); color: var(--ink); }

.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-lg); align-items: start; }
.plan {
  position: relative; background: var(--surface-1); border-radius: var(--r-xl);
  padding: clamp(24px, 2.2vw, 30px); display: flex; flex-direction: column; gap: var(--s-sm);
}
.plan--featured { background: var(--surface-2); }
.plan__badge {
  position: absolute; top: var(--s-lg); right: var(--s-lg);
  font-size: 12px; font-weight: 500; color: var(--ink-muted);
  padding: 6px 10px; border-radius: var(--r-sm); background: rgba(255, 255, 255, 0.06);
}
.plan__price { display: flex; align-items: baseline; gap: 6px; margin-block: var(--s-sm) var(--s-xs); }
.plan__currency { font-size: 15px; color: var(--ink-muted); }
.plan__price strong {
  font-family: var(--font-display); font-size: clamp(40px, 4vw, 56px);
  font-weight: 500; letter-spacing: -0.05em; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.plan__list { display: grid; gap: 0; margin-block: var(--s-xs) var(--s-md); }
.plan__list li {
  font-size: 14px; font-weight: 500; color: var(--ink-muted);
  padding-block: 11px; border-bottom: 1px solid var(--hairline-soft);
  display: flex; align-items: flex-start; gap: var(--s-xs);
}
.plan__list li::before {
  content: ""; flex: none; margin-top: 6px;
  width: 6px; height: 6px; border-radius: var(--r-full); background: var(--hairline);
}
.plan--featured .plan__list li::before { background: var(--accent-blue); }
.plan .btn { margin-top: auto; }
.pricing__note { margin-top: var(--s-lg); }

/* ------------------------------ FAQ ------------------------------ */
.faq__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.faq__aside .display-lg { margin-bottom: var(--s-md); }
.faq__aside .btn { margin-top: var(--s-lg); }
.faq__list { display: grid; }
.faq__item { border-top: 1px solid var(--hairline-soft); }
.faq__item:last-child { border-bottom: 1px solid var(--hairline-soft); }
.faq__q {
  width: 100%; background: transparent; border: 0; cursor: pointer; text-align: left;
  padding: var(--s-lg) 0; display: flex; align-items: center; justify-content: space-between; gap: var(--s-lg);
  font-size: clamp(16px, 1.4vw, 18px); font-weight: 500; letter-spacing: -0.015em;
  transition: color 0.3s;
}
.faq__q:hover { color: var(--ink-muted); }
.faq__icon { position: relative; width: 14px; height: 14px; flex: none; }
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; inset: 50% 0 auto; height: 1.5px; background: currentColor; border-radius: 2px;
  transition: transform 0.4s var(--ease);
}
.faq__icon::after { transform: rotate(90deg); }
.faq__item.is-open .faq__icon::after { transform: rotate(0deg); }
.faq__a { overflow: hidden; }
.js .faq__a { height: 0; }
.faq__a p { color: var(--ink-muted); font-size: 15px; line-height: 1.55; max-width: 62ch; padding-bottom: var(--s-lg); }

/* ------------------------------ CONTATO ------------------------------ */
.contato__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.contato__pitch .display-lg { margin-bottom: var(--s-md); }
.contato__pitch .body-lg { color: var(--ink-muted); max-width: 44ch; }
.contato__info { margin-top: clamp(28px, 3vw, 40px); display: grid; gap: 1px; background: var(--hairline-soft); }
.contato__info li { background: var(--canvas); padding-block: var(--s-sm); display: flex; justify-content: space-between; gap: var(--s-md); }
.contato__info strong { font-size: 14px; font-weight: 500; }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-md); }
.field { grid-column: span 2; display: grid; gap: var(--s-xs); }
.field--half { grid-column: span 1; }
.field label { font-size: 13px; font-weight: 500; color: var(--ink-muted); }
.field input, .field textarea, .field select {
  width: 100%; background: var(--surface-1); color: var(--ink);
  border: 1px solid transparent; border-radius: var(--r-md);
  padding: 14px 15px; font-size: 15px; letter-spacing: -0.01em;
  transition: box-shadow 0.3s, border-color 0.3s, background-color 0.3s;
  min-height: 48px;
}
.field textarea { resize: vertical; min-height: 96px; line-height: 1.45; }
.field input::placeholder, .field textarea::placeholder { color: #5c5c5c; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: rgba(0, 153, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 153, 255, 0.15);
}
.select-wrap { position: relative; }
.select-wrap::after {
  content: ""; position: absolute; right: 16px; top: 50%; width: 7px; height: 7px;
  border-right: 1.5px solid var(--ink-muted); border-bottom: 1.5px solid var(--ink-muted);
  transform: translateY(-70%) rotate(45deg); pointer-events: none;
}
.field select { appearance: none; padding-right: 40px; }
.field select option { background: var(--surface-1); color: var(--ink); }
.field__error { font-size: 12px; color: var(--grad-coral); display: none; }
.field.is-invalid .field__error { display: block; }
.field.is-invalid input { border-color: rgba(255, 85, 119, 0.6); }
.form > .btn { grid-column: span 2; margin-top: var(--s-xs); }
.form__foot, .form__status { grid-column: span 2; }
.form__status { font-size: 13px; color: var(--accent-blue); min-height: 18px; }

.cta-band {
  margin-top: clamp(48px, 6vw, 80px);
  border-radius: var(--r-xxl); padding: clamp(28px, 3.4vw, 48px);
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-xl); flex-wrap: wrap;
  background:
    radial-gradient(100% 160% at 0% 0%, var(--grad-violet) 0%, rgba(106,76,245,0) 62%),
    linear-gradient(100deg, var(--grad-coral) 0%, var(--grad-orange) 100%);
}
.cta-band .caption { opacity: 0.75; margin-bottom: var(--s-xs); }
.cta-band .display-md { margin-bottom: var(--s-xs); }
.cta-band p { max-width: 52ch; color: rgba(255, 255, 255, 0.9); }

/* ------------------------------ FOOTER ------------------------------ */
.footer { padding-block: clamp(56px, 6vw, 80px) var(--s-xxl); border-top: 1px solid var(--hairline-soft); }
.footer__top { display: flex; justify-content: space-between; gap: var(--s-xl); flex-wrap: wrap; align-items: flex-end; margin-bottom: clamp(40px, 5vw, 72px); }
.footer__mark { line-height: 0.9; }
.footer__claim { max-width: 34ch; }
.footer__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-lg); padding-block: var(--s-xl); border-top: 1px solid var(--hairline-soft); }
.footer__cols h4 { color: var(--ink); margin-bottom: var(--s-sm); }
.footer__cols a, .footer__cols p { display: block; font-size: 13px; color: var(--ink-muted); padding-block: 5px; }
.footer__cols a:hover { color: var(--ink); }
.footer__base { display: flex; justify-content: space-between; gap: var(--s-md); flex-wrap: wrap; padding-top: var(--s-lg); border-top: 1px solid var(--hairline-soft); color: var(--ink-muted); }
.footer__base a { color: var(--accent-blue); }

/* ------------------------------ LIGHTBOX ------------------------------ */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(9, 9, 9, 0.94); backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center; gap: var(--s-lg);
  padding: var(--gutter); opacity: 0; visibility: hidden;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__stage { display: grid; gap: var(--s-sm); justify-items: center; max-height: 100%; }
.lightbox__stage img {
  max-height: 78svh; width: auto; border-radius: var(--r-lg); object-fit: contain;
}
.lightbox__stage figcaption { color: var(--ink-muted); }
.lightbox__close { position: absolute; top: var(--gutter); right: var(--gutter); }
.lightbox__nav { flex: none; }

/* ------------------------------ REVEAL (estado inicial) ------------------------------ */
[data-reveal], [data-fade] { will-change: transform, opacity; }
.js [data-reveal], .js [data-fade] { opacity: 0; }
.js .split-line { overflow: hidden; }
.js .split-word { display: inline-block; }

/* ------------------------------ RESPONSIVO ------------------------------ */
@media (max-width: 1100px) {
  .gallery { columns: 3; }
  .manifesto__list li { grid-template-columns: 160px 1fr; }
}

@media (max-width: 900px) {
  .nav__links, .nav__signin { display: none; }
  .nav__burger { display: grid; }
  /* sem JS o hambúrguer não abre nada: os links voltam para a barra */
  html:not(.js) .nav__burger { display: none; }
  html:not(.js) .nav__links {
    display: flex; gap: var(--s-md); font-size: 13px;
    overflow-x: auto; scrollbar-width: none;
  }
  .manifesto__grid, .faq__grid, .contato__grid { grid-template-columns: 1fr; }
  .manifesto__photo--wide { width: 100%; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .card--spotlight { grid-column: span 2; flex-direction: column; align-items: stretch; }
  .card__spot-media { width: 100%; aspect-ratio: 16 / 10; }
  .pricing__grid { grid-template-columns: 1fr; }
  .plan--featured { order: -1; }
  .footer__cols { grid-template-columns: repeat(2, 1fr); }
  .hero__gallery { display: none; }
  .gallery { columns: 2; }
  .processo__pin { min-height: auto; scroll-snap-type: x proximity; }
  .processo__track { padding-right: calc(var(--gutter) * 2); }
  .step { scroll-snap-align: start; min-height: 260px; }
}

@media (max-width: 620px) {
  .hero { padding-block: 120px 96px; }
  .hero__meta { gap: var(--s-lg) var(--s-xl); }
  .hero__scroll { display: none; }
  .cards { grid-template-columns: 1fr; }
  .card--spotlight { grid-column: span 1; }
  .manifesto__list li { grid-template-columns: 1fr; gap: var(--s-xxs); }
  .form { grid-template-columns: 1fr; }
  .field, .field--half, .form > .btn, .form__foot, .form__status { grid-column: span 1; }
  .gallery { columns: 1; }
  .section__head--row { align-items: flex-start; }
  .filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); }
  .lightbox__nav { position: absolute; bottom: var(--gutter); }
  .lightbox__nav--prev { left: var(--gutter); }
  .lightbox__nav--next { right: var(--gutter); }
}

/* ------------------------------ MOVIMENTO REDUZIDO ------------------------------ */
@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .js [data-reveal], .js [data-fade] { opacity: 1 !important; transform: none !important; }
  .cursor { display: none; }
}
