/* ==========================================================================
   WESLEY NORBERTO · PRÓTESE CAPILAR — estilos
   Mobile first. Paleta tirada do logo (dourado escovado) e da foto do Wesley
   (preto, grafite, madeira escura).
   Índice:
   1. Tokens   2. Base   3. Utilitários   4. Botões   5. Header/Menu
   6. Hero (fotos reais)   7. Etiquetas   8. Resultados / Antes-depois   9. Etapas
   10. Por dentro (3D)   11. Natural   12. Sobre   13. Depoimentos
   14. Instagram   15. FAQ   16. CTA final   17. Rodapé   18. Flutuante,
   lightbox, rascunho   19. Animações de entrada   20. Movimento reduzido
   ========================================================================== */

/* 1. TOKENS ------------------------------------------------------------- */
:root {
  --bg: #0a0a0b;
  --bg-2: #0f0f11;
  --surface: #141416;
  --surface-2: #1b1b1e;
  --line: rgba(232, 212, 176, 0.12);
  --line-2: rgba(232, 212, 176, 0.22);
  --text: #f1ede6;
  --text-2: #bdb6ab;
  --text-3: #8f897f;
  --gold: #d4b077;
  --gold-2: #ecd3a2;
  --gold-3: #a27d46;
  --gold-grad: linear-gradient(135deg, #f3e0b6 0%, #d6b278 34%, #a88146 68%, #e7c991 100%);
  --gold-text: linear-gradient(180deg, #f5e6c4 0%, #d9b67d 55%, #b08a50 100%);
  --ink: #17120a;

  --font-display: 'Barlow Condensed', 'Roboto Condensed', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-serif: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;

  --gutter: 20px;
  --maxw: 1240px;
  --header-h: 68px;
  --radius: 18px;
  --radius-lg: 28px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);
  --shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.8), 0 10px 24px -12px rgba(0, 0, 0, 0.6);
  --glow: 0 0 0 1px rgba(212, 176, 119, 0.25), 0 18px 40px -16px rgba(212, 176, 119, 0.45);
}
@media (min-width: 768px) { :root { --gutter: 32px; --header-h: 76px; } }
@media (min-width: 1200px) { :root { --gutter: 48px; } }

/* 2. BASE --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 8px); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, picture, svg, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: rgba(212, 176, 119, 0.35); color: #fff; }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; border-radius: 6px; }
em { font-style: normal; }

/* textura sutil em toda a página */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
main, .footer { position: relative; z-index: 1; }

/* 3. UTILITÁRIOS -------------------------------------------------------- */
.container { width: min(100% - var(--gutter) * 2, var(--maxw)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 200; padding: 10px 16px; background: var(--gold); color: var(--ink); border-radius: 10px; font-weight: 700; transition: top 0.2s; }
.skip-link:focus { top: 12px; }
.ico { width: 20px; height: 20px; flex: none; }

.section { position: relative; padding-block: clamp(88px, 13vw, 168px); }

.eyebrow { display: inline-flex; align-items: center; gap: 12px; max-width: 100%; font-size: 0.76rem; font-weight: 600; letter-spacing: clamp(0.14em, 0.9vw, 0.28em); text-transform: uppercase; color: var(--gold-2); }
.eyebrow__line { flex: none; width: 32px; height: 1px; background: var(--gold-grad); }

.sec-label { display: flex; align-items: center; gap: 12px; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--text-3); margin-bottom: 20px; }
.sec-label span:first-child { color: var(--gold); font-variant-numeric: tabular-nums; }
.sec-label i { width: 36px; height: 1px; background: var(--line-2); }

.h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.35rem, 8.4vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  text-wrap: balance;
}
.h2 em, .hero__title em, .final__title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  background: var(--gold-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: 0.06em;
}
.lead { font-size: clamp(1.02rem, 1.2vw + 0.8rem, 1.2rem); color: var(--text-2); line-height: 1.6; max-width: 38rem; text-wrap: pretty; }
.sec-head { margin-bottom: clamp(40px, 6vw, 72px); }
.sec-head .lead { margin-top: 20px; }
.sec-head--center { text-align: center; }
.sec-head--center .sec-label { justify-content: center; }
.sec-head--center .lead { margin-inline: auto; }
.center-cta { display: flex; justify-content: center; margin-top: clamp(40px, 6vw, 64px); }

/* chip de informação pendente ([INSERIR …]) */
.ph {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border: 1px dashed rgba(236, 211, 162, 0.7);
  border-radius: 8px;
  background: rgba(212, 176, 119, 0.08);
  color: var(--gold-2);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

/* 4. BOTÕES ------------------------------------------------------------- */
.btn {
  --h: 52px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: var(--h);
  padding: 0 26px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.btn .ico { width: 19px; height: 19px; }
.btn--gold { color: var(--ink); background: var(--gold-grad); background-size: 140% 140%; box-shadow: var(--glow); }
.btn--gold::after {
  content: '';
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.55) 48%, transparent 66%);
  transform: translateX(-120%);
  transition: transform 0.9s var(--ease);
}
.btn--gold:hover::after { transform: translateX(120%); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(236, 211, 162, 0.5), 0 24px 48px -18px rgba(212, 176, 119, 0.65); }
.btn--gold:active { transform: translateY(0) scale(0.98); }
.btn--ghost { color: var(--text); border: 1px solid var(--line-2); background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.btn--ghost:hover { border-color: rgba(236, 211, 162, 0.55); color: var(--gold-2); transform: translateY(-2px); }
.btn--sm { --h: 42px; padding: 0 18px; font-size: 0.76rem; }
.btn--lg { --h: 56px; padding: 0 30px; }
.btn--xl { --h: 64px; padding: 0 38px; font-size: 0.95rem; }
.btn--block { width: 100%; }

.icon-btn { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-2); background: rgba(20, 20, 22, 0.7); color: var(--text); transition: border-color 0.3s, color 0.3s, transform 0.3s var(--ease); }
.icon-btn:hover { border-color: var(--gold); color: var(--gold-2); }

/* 5. HEADER / MENU ------------------------------------------------------ */
.progress { position: fixed; inset: 0 0 auto; height: 2px; z-index: 120; pointer-events: none; }
.progress span { display: block; height: 100%; background: var(--gold-grad); transform-origin: 0 50%; transform: scaleX(var(--p, 0)); }

.header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h); transition: background-color 0.4s, border-color 0.4s, backdrop-filter 0.4s; border-bottom: 1px solid transparent; }
.header.is-scrolled { background: rgba(10, 10, 11, 0.72); backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%); border-bottom-color: var(--line); }
.header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand__mark { width: 42px; height: auto; filter: drop-shadow(0 4px 12px rgba(212, 176, 119, 0.25)); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { white-space: nowrap; font-family: var(--font-display); font-weight: 700; font-size: clamp(0.92rem, 4.2vw, 1.12rem); letter-spacing: 0.06em; text-transform: uppercase; background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand__sub { margin-top: 4px; font-size: 0.6rem; letter-spacing: clamp(0.2em, 1vw, 0.34em); white-space: nowrap; text-transform: uppercase; color: var(--text-2); }
.nav { display: none; }
.header__actions { display: flex; align-items: center; gap: 8px; flex: none; }
.header__cta { width: 46px; min-height: 46px; padding: 0; }
.header__cta span { display: none; }
.menu-btn { position: relative; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; }
.menu-btn i { position: absolute; left: 14px; right: 14px; height: 1.5px; background: var(--text); transition: transform 0.4s var(--ease), top 0.4s var(--ease); }
.menu-btn i:first-of-type { top: 19px; }
.menu-btn i:last-of-type { top: 25px; }
.menu-btn[aria-expanded='true'] i:first-of-type { top: 22px; transform: rotate(45deg); }
.menu-btn[aria-expanded='true'] i:last-of-type { top: 22px; transform: rotate(-45deg); }

.menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  padding: calc(var(--header-h) + 24px) var(--gutter) calc(28px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(120% 60% at 80% 0%, rgba(212, 176, 119, 0.12), transparent 60%), rgba(10, 10, 11, 0.97);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.menu.is-open { opacity: 1; }
.menu[hidden] { display: none; }
.menu ol li { border-bottom: 1px solid var(--line); }
.menu ol a { display: flex; align-items: baseline; gap: 16px; padding: 16px 0; font-family: var(--font-display); font-size: clamp(2rem, 9vw, 2.6rem); font-weight: 600; text-transform: uppercase; line-height: 1.05; }
.menu ol small { font-family: var(--font-body); font-size: 0.72rem; letter-spacing: 0.2em; color: var(--gold); }
.menu__foot { display: grid; gap: 16px; }
.menu__ig { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--text-2); font-size: 0.9rem; padding: 8px; }

@media (min-width: 1180px) {
  .nav { display: block; }
  .nav ul { display: flex; gap: clamp(18px, 2.4vw, 36px); }
  .nav a { white-space: nowrap; position: relative; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-2); padding: 8px 0; transition: color 0.3s; }
  .nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; background: var(--gold-grad); transform: scaleX(0); transform-origin: 100% 50%; transition: transform 0.5s var(--ease); }
  .nav a:hover, .nav a.is-active { color: var(--text); }
  .nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); transform-origin: 0 50%; }
  .menu-btn, .menu { display: none !important; }
  .brand__mark { width: 46px; }
}
@media (min-width: 560px) { .header__cta { width: auto; padding: 0 18px; } .header__cta span { display: inline; } }

/* 6. HERO --------------------------------------------------------------- */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; padding-top: var(--header-h); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 42% at 50% 30%, rgba(212, 176, 119, 0.16), transparent 70%),
    radial-gradient(90% 60% at 50% 110%, rgba(162, 125, 70, 0.1), transparent 70%);
}
.hero__bg::after { /* ripas verticais, eco da parede do estúdio */
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(232, 212, 176, 0.035) 0 1px, transparent 1px 64px);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 35%, #000, transparent 75%);
  mask-image: radial-gradient(70% 60% at 50% 35%, #000, transparent 75%);
}
.hero__stage { position: relative; z-index: 1; height: clamp(270px, 45svh, 500px); }

/* animação com fotos reais (antes → depois) */
.tfx { position: absolute; inset: 10px 0 72px; margin: 0; display: grid; place-items: center; perspective: 1100px; perspective-origin: 50% 40%; }
.tfx__rig { position: relative; height: 100%; aspect-ratio: 3 / 4; max-width: 82%; transform-style: preserve-3d; will-change: transform; }
.tfx__halo { position: absolute; inset: -14% -18%; border-radius: 50%; background: radial-gradient(closest-side, rgba(212, 176, 119, 0.26), rgba(212, 176, 119, 0.06) 60%, transparent); transform: translateZ(-120px); opacity: calc(0.4 + var(--show, 1) * 0.6); pointer-events: none; }
.tfx__card { position: absolute; inset: 0; border-radius: 24px; overflow: hidden; background: var(--surface); opacity: var(--show, 1); box-shadow: 0 50px 90px -40px rgba(0, 0, 0, 0.95), 0 0 0 1px rgba(232, 212, 176, 0.18), 0 0 60px -20px rgba(212, 176, 119, 0.35); transform: translateZ(0); }
.tfx__set { position: absolute; inset: 0; opacity: 0; transition: opacity 0.2s; }
.tfx__set.is-active { opacity: 1; }
.tfx__layer, .tfx__layer picture, .tfx__layer img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tfx__after { clip-path: inset(0 0 calc((1 - var(--s, 0)) * 100%) 0); }
.tfx__focus { position: absolute; left: var(--fx); top: var(--fy); width: 38%; aspect-ratio: 1; translate: -50% -50%; border-radius: 50%; border: 2px solid rgba(244, 222, 176, 0.95); box-shadow: 0 0 0 1px rgba(10, 10, 11, 0.35), 0 0 26px 2px rgba(212, 176, 119, 0.6), inset 0 0 22px rgba(212, 176, 119, 0.35); opacity: var(--focus, 0); transform: scale(calc(0.7 + var(--focus, 0) * 0.3)); pointer-events: none; }
.tfx__focus::after { content: ''; position: absolute; inset: -14%; border-radius: 50%; border: 1px dashed rgba(244, 222, 176, 0.7); transform: rotate(calc(var(--focus, 0) * 90deg)); }
.tfx__corner { position: absolute; width: 22px; height: 22px; border: 0 solid rgba(236, 211, 162, 0.85); pointer-events: none; }
.tfx__corner.tl { top: 12px; left: 12px; border-top-width: 1.5px; border-left-width: 1.5px; border-top-left-radius: 8px; }
.tfx__corner.tr { top: 12px; right: 12px; border-top-width: 1.5px; border-right-width: 1.5px; border-top-right-radius: 8px; }
.tfx__corner.bl { bottom: 12px; left: 12px; border-bottom-width: 1.5px; border-left-width: 1.5px; border-bottom-left-radius: 8px; }
.tfx__corner.br { bottom: 12px; right: 12px; border-bottom-width: 1.5px; border-right-width: 1.5px; border-bottom-right-radius: 8px; }
.tfx__tag, .tfx__case { position: absolute; top: 18px; padding: 6px 12px; border-radius: 999px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; background: rgba(10, 10, 11, 0.62); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid var(--line-2); color: var(--text); }
.tfx__tag { left: 18px; transition: background-color 0.3s, color 0.3s; }
.tfx__tag.is-after { color: var(--ink); background: var(--gold-grad); border-color: transparent; }
.tfx__case { right: 18px; color: var(--gold-2); }
.tfx__sheen { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; padding: 1.5px; background: linear-gradient(115deg, transparent calc(var(--sheen, 0) * 130% - 30%), rgba(255, 240, 210, 0.95) calc(var(--sheen, 0) * 130% - 15%), transparent calc(var(--sheen, 0) * 130%)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; }
.tfx__scan { position: absolute; left: -7%; right: -7%; top: calc(var(--s, 0) * 100%); height: 2px; margin-top: -1px; transform: translateZ(30px); opacity: var(--scan-o, 0); pointer-events: none; background: linear-gradient(90deg, transparent, rgba(212, 176, 119, 0.9) 12%, #fff4dc 50%, rgba(212, 176, 119, 0.9) 88%, transparent); box-shadow: 0 0 14px 2px rgba(236, 200, 140, 0.8), 0 0 42px 6px rgba(212, 176, 119, 0.35); }
.tfx__scan i { position: absolute; left: 7%; right: 7%; bottom: 2px; height: 46px; background: linear-gradient(0deg, rgba(212, 176, 119, 0.16), transparent); }
.tfx__thumb { position: absolute; left: -24%; bottom: 7%; width: 40%; aspect-ratio: 3 / 4; border-radius: 16px; overflow: hidden; border: 3px solid var(--bg); box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(232, 212, 176, 0.2); background: var(--surface); opacity: var(--thumb, 0); transform: translateZ(calc(var(--thumb, 0) * 70px - 40px)) translateX(calc((1 - var(--thumb, 0)) * 40%)); pointer-events: none; }
.tfx__thumb-set { position: absolute; inset: 0; opacity: 0; }
.tfx__thumb-set.is-active { opacity: 1; }
.tfx__thumb-set picture, .tfx__thumb-set img { width: 100%; height: 100%; object-fit: cover; }
.tfx__thumb-tag { position: absolute; left: 8px; top: 8px; padding: 4px 8px; border-radius: 999px; font-size: 0.56rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; background: rgba(10, 10, 11, 0.7); border: 1px solid var(--line-2); }
.tfx.is-static .tfx__rig { transform: rotateY(-8deg) rotateX(3deg); }
.hero__steps { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 6px; display: flex; align-items: flex-end; gap: 12px; }
.hsteps { flex: 1; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 8px; }
.hsteps button { width: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; padding: 6px 0; text-align: left; }
.hsteps .n { font-size: 0.64rem; letter-spacing: 0.16em; color: var(--text-3); font-variant-numeric: tabular-nums; transition: color 0.3s; }
.hsteps .t { display: none; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-3); transition: color 0.3s; }
.hsteps .b { position: relative; width: 100%; height: 2px; background: rgba(232, 212, 176, 0.14); border-radius: 2px; overflow: hidden; }
.hsteps .b span { position: absolute; inset: 0; background: var(--gold-grad); transform-origin: 0 50%; transform: scaleX(0); }
.hsteps li.is-done .b span { transform: scaleX(1); }
.hsteps li.is-active .n, .hsteps li.is-active .t { color: var(--gold-2); }
.hsteps__caption { position: absolute; left: 0; bottom: 34px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-2); }
.hsteps__toggle { flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--text-2); background: rgba(10, 10, 11, 0.5); margin-bottom: 2px; }
.hsteps__toggle .ico { width: 14px; height: 14px; }
.hsteps__toggle:hover { color: var(--gold-2); border-color: var(--gold); }

.hero__content { position: relative; z-index: 2; flex: 1; display: flex; align-items: flex-start; padding-top: 14px; padding-bottom: 56px; }
.hero__text { width: 100%; min-width: 0; max-width: 620px; }
.hero__title { margin-top: 16px; font-family: var(--font-display); font-weight: 600; font-size: clamp(2.7rem, 11.5vw, 5.9rem); line-height: 0.94; letter-spacing: 0.004em; text-transform: uppercase; text-wrap: balance; }
.hero__lead { margin-top: 18px; color: var(--text-2); font-size: clamp(1rem, 1vw + 0.82rem, 1.18rem); line-height: 1.6; max-width: 34rem; }
.hero__ctas { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.hero__ctas .btn { width: 100%; }
.hero__note { margin-top: 18px; font-size: 0.72rem; letter-spacing: 0.08em; color: var(--text-3); }
.scroll-cue { display: none; }

@media (min-width: 560px) {
  .hero__ctas { flex-direction: row; flex-wrap: wrap; }
  .hero__ctas .btn { width: auto; }
}
@media (min-width: 700px) {
  .hsteps .t { display: block; }
  .hsteps__caption { display: none; }
}
@media (min-width: 960px) {
  .hero { flex-direction: row; align-items: stretch; }
  .hero__bg { background:
      radial-gradient(40% 55% at 70% 45%, rgba(212, 176, 119, 0.17), transparent 70%),
      radial-gradient(60% 50% at 70% 110%, rgba(162, 125, 70, 0.12), transparent 70%); }
  .hero__bg::after { -webkit-mask-image: radial-gradient(45% 70% at 72% 45%, #000, transparent 75%); mask-image: radial-gradient(45% 70% at 72% 45%, #000, transparent 75%); }
  .hero__stage { position: absolute; top: var(--header-h); left: 44%; right: 0; height: calc(100vh - var(--header-h)); height: calc(100svh - var(--header-h)); max-height: 980px; }
  .tfx { inset: 7% 6% 130px 18%; }
  .tfx__rig { max-height: 640px; }
  .tfx__tag, .tfx__case { top: 22px; font-size: 0.7rem; }
  .tfx__tag { left: 22px; } .tfx__case { right: 22px; }
  .hero__steps { left: 6%; right: max(var(--gutter), 5%); bottom: 36px; }
  .hero__content { flex: none; width: min(100% - var(--gutter) * 2, var(--maxw)); margin-inline: auto; align-items: center; padding-block: 40px 90px; }
  .hero__text { max-width: min(640px, 48vw); }
  .hero__title { font-size: clamp(3.2rem, min(6.6vw, 11vh), 5.9rem); }
  .scroll-cue { display: block; position: absolute; left: var(--gutter); bottom: 28px; z-index: 3; width: 26px; height: 42px; border: 1px solid var(--line-2); border-radius: 20px; }
  .scroll-cue span { position: absolute; left: 50%; top: 9px; width: 2px; height: 8px; margin-left: -1px; border-radius: 2px; background: var(--gold); animation: cue 2.2s var(--ease) infinite; }
}
@media (min-width: 1200px) { .scroll-cue { left: calc((100vw - var(--maxw)) / 2); } }
@media (max-height: 700px) and (max-width: 959px) { .hero__stage { height: clamp(220px, 38svh, 400px); } .hero__note { display: none; } }

/* 7. ETIQUETAS ANTES / DEPOIS ------------------------------------------- */
.sframe__tag { padding: 6px 12px; border-radius: 999px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; background: rgba(10, 10, 11, 0.62); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid var(--line-2); color: var(--text); }
.sframe__tag.is-after { color: var(--ink); background: var(--gold-grad); border-color: transparent; }

/* 8. RESULTADOS + ANTES/DEPOIS ------------------------------------------ */
.results__grid { display: grid; gap: 28px; }
.results__compare { display: flex; justify-content: center; }
.ba { position: relative; width: 100%; max-width: 560px; aspect-ratio: 3 / 4; border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); box-shadow: var(--shadow); touch-action: pan-y; user-select: none; -webkit-user-select: none; cursor: ew-resize; --pos: 50%; }
.ba picture, .ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba__after { position: absolute; inset: 0; clip-path: inset(0 0 0 var(--pos)); }
.ba__tag { position: absolute; top: 14px; z-index: 2; padding: 6px 12px; border-radius: 999px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; background: rgba(10, 10, 11, 0.62); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid var(--line-2); pointer-events: none; }
.ba__tag--before { left: 14px; }
.ba__tag--after { right: 14px; color: var(--ink); background: var(--gold-grad); border-color: transparent; }
.ba__handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 48px; margin-left: -24px; z-index: 3; display: grid; place-items: center; outline: none; }
.ba__line { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; margin-left: -1px; background: linear-gradient(180deg, transparent, var(--gold-2) 18%, var(--gold) 82%, transparent); box-shadow: 0 0 18px rgba(212, 176, 119, 0.7); }
.ba__knob { position: relative; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: rgba(12, 12, 13, 0.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(236, 211, 162, 0.7); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 0 6px rgba(212, 176, 119, 0.12); color: var(--gold-2); transition: transform 0.3s var(--ease); }
.ba__knob svg { width: 26px; height: 26px; }
.ba:hover .ba__knob, .ba.is-dragging .ba__knob { transform: scale(1.08); }
.ba__handle:focus-visible .ba__knob { outline: 2px solid var(--gold-2); outline-offset: 4px; }
.ba__hint { position: absolute; left: 50%; bottom: 16px; z-index: 2; translate: -50% 0; padding: 7px 14px; border-radius: 999px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; background: rgba(10, 10, 11, 0.66); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid var(--line); white-space: nowrap; transition: opacity 0.5s; pointer-events: none; }
.ba.is-touched .ba__hint { opacity: 0; }
.ba__zoom { position: absolute; right: 14px; bottom: 14px; z-index: 4; }

.results__side { display: grid; gap: 16px; align-content: start; }
.cases { display: grid; gap: 12px; }
.case { display: flex; align-items: center; gap: 8px; padding: 10px 14px 10px 10px; border-radius: 20px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.005)); transition: border-color 0.3s, background-color 0.3s, transform 0.35s var(--ease); }
.case:hover { transform: translateY(-2px); border-color: var(--line-2); }
.case.is-selected { border-color: rgba(212, 176, 119, 0.6); background: linear-gradient(180deg, rgba(212, 176, 119, 0.1), rgba(212, 176, 119, 0.02)); }
.case__main { flex: 1; min-width: 0; display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 16px; text-align: left; border-radius: 12px; }
.case__info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.case__thumb { width: 72px; aspect-ratio: 3 / 4; border-radius: 12px; overflow: hidden; position: relative; }
.case__thumb picture, .case__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.case:hover .case__thumb img { transform: scale(1.06); }
.case__title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.1; }
.case__sub { font-size: 0.86rem; color: var(--text-2); line-height: 1.4; }
.case__desc { margin-top: 4px; }
.case__open { width: 40px; height: 40px; }
.ig-card { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 16px; padding: 18px 18px 18px 20px; border-radius: 20px; border: 1px solid var(--line); background: var(--surface); }
.ig-card__title { font-weight: 700; }
.ig-card__text { font-size: 0.86rem; color: var(--text-2); }
@media (min-width: 960px) {
  .results__grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(40px, 5vw, 80px); align-items: start; }
  .results__compare { justify-content: flex-start; }
  .ba { max-width: none; width: auto; height: min(84svh, 780px); }
  .results__side { position: sticky; top: calc(var(--header-h) + 32px); }
}

/* 9. COMO FUNCIONA ------------------------------------------------------ */
.steps { background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.015) 30%, transparent); }
.steps__wrap { position: relative; }
.steps__rail { position: absolute; left: 27px; top: 10px; bottom: 10px; width: 1px; background: var(--line); }
.steps__rail span { position: absolute; inset: 0; background: var(--gold-grad); transform-origin: 50% 0; transform: scaleY(var(--rp, 0)); }
.steps__list { display: grid; gap: 18px; counter-reset: s; }
.step { position: relative; padding-left: 76px; }
.step__icon { position: absolute; left: 0; top: 4px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--bg); border: 1px solid var(--line-2); color: var(--gold); transition: border-color 0.5s, box-shadow 0.5s; }
.step__icon svg { width: 30px; height: 30px; }
.step.is-in .step__icon { border-color: rgba(212, 176, 119, 0.6); box-shadow: 0 0 0 6px rgba(212, 176, 119, 0.06), 0 0 30px -6px rgba(212, 176, 119, 0.5); }
.step__card { position: relative; padding: 22px 22px 24px; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.005)); overflow: hidden; transition: border-color 0.4s, transform 0.5s var(--ease); }
.step__num { position: absolute; right: 16px; top: 4px; font-family: var(--font-display); font-weight: 700; font-size: 4.2rem; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(232, 212, 176, 0.14); pointer-events: none; }
.step__title { font-family: var(--font-display); font-size: 1.55rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; line-height: 1.1; }
.step__title small { display: block; font-family: var(--font-body); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.24em; color: var(--gold); margin-bottom: 6px; }
.step__text { margin-top: 8px; color: var(--text-2); font-size: 0.97rem; }
@media (min-width: 900px) {
  .steps__rail { display: none; }
  .steps__list { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .step { padding-left: 0; }
  .step__icon { position: relative; top: 0; margin-bottom: -28px; margin-left: 24px; z-index: 1; }
  .step__card { padding: 48px 26px 30px; min-height: 100%; }
  .step:hover .step__card { transform: translateY(-4px); border-color: var(--line-2); }
}

/* manutenção (depois das etapas) */
.maint { position: relative; margin-top: clamp(28px, 4vw, 40px); display: grid; gap: 22px; padding: clamp(22px, 4vw, 40px); border-radius: 26px; border: 1px solid rgba(212, 176, 119, 0.35); background: radial-gradient(70% 120% at 0% 0%, rgba(212, 176, 119, 0.1), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.005)); overflow: hidden; }
.maint__label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.maint__title { margin-top: 6px; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.9rem, 5vw, 2.6rem); line-height: 1; text-transform: uppercase; }
.maint__text { margin-top: 12px; color: var(--text-2); max-width: 30rem; }
.maint__list { display: grid; gap: 0; counter-reset: m; border-top: 1px solid var(--line); }
.maint__list li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 500; }
.maint__n { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; letter-spacing: 0.08em; color: var(--gold); }
.maint__note { grid-column: 1 / -1; font-size: 0.9rem; color: var(--text-3); padding-left: 14px; border-left: 2px solid var(--line-2); }
@media (min-width: 900px) {
  .maint { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 20px 56px; align-items: start; }
}

/* 10. POR DENTRO (3D) --------------------------------------------------- */
.xplode { position: relative; background: radial-gradient(60% 40% at 65% 20%, rgba(212, 176, 119, 0.07), transparent 70%); }
.xplode__sticky { position: relative; height: 100vh; height: 100svh; min-height: 620px; max-height: 1000px; overflow: hidden; }
.xplode__canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.xplode__labels { position: absolute; inset: 0; pointer-events: none; }
.x-label { position: absolute; left: 0; top: 0; display: flex; align-items: center; opacity: 0; transition: opacity 0.45s var(--ease); will-change: transform; }
.x-label.is-on { opacity: 1; }
.x-dot { width: 9px; height: 9px; margin: -4.5px 0 0 -4.5px; border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 0 4px rgba(212, 176, 119, 0.22), 0 0 16px rgba(212, 176, 119, 0.8); flex: none; align-self: flex-start; }
.x-line { width: 34px; height: 1px; background: linear-gradient(90deg, var(--gold), rgba(212, 176, 119, 0.2)); margin-top: -1px; align-self: flex-start; }
.x-text { margin-top: -14px; align-self: flex-start; padding: 5px 11px; border-radius: 999px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap; background: rgba(10, 10, 11, 0.7); border: 1px solid rgba(212, 176, 119, 0.4); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.x-label.is-left { flex-direction: row-reverse; }
.x-label.is-left .x-dot { margin: -4.5px -4.5px 0 0; }
.x-label.is-left .x-line { background: linear-gradient(270deg, var(--gold), rgba(212, 176, 119, 0.2)); }
.x-label.is-left { translate: -100% 0; }
.xplode__ui { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding-top: calc(var(--header-h) + 14px); padding-bottom: calc(84px + env(safe-area-inset-bottom)); pointer-events: none; }
.xplode__ui a, .xplode__ui button { pointer-events: auto; }
.xplode__head .sec-label { margin-bottom: 10px; }
.xplode__head .h2 { font-size: clamp(2rem, 7.6vw, 4.2rem); }
.xplode__panels { position: relative; min-height: 150px; margin-top: auto; }
.xpanel { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px 20px; border-radius: 22px; background: rgba(14, 14, 16, 0.72); border: 1px solid var(--line); backdrop-filter: blur(16px) saturate(130%); -webkit-backdrop-filter: blur(16px) saturate(130%); opacity: 0; transform: translateY(14px); transition: opacity 0.3s var(--ease), transform 0.4s var(--ease); }
.xpanel.is-active { opacity: 1; transform: none; transition: opacity 0.55s var(--ease) 0.3s, transform 0.7s var(--ease) 0.3s; }
.xpanel__idx { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; color: var(--gold); }
.xpanel__title { margin-top: 4px; font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; text-transform: uppercase; line-height: 1.05; }
.xpanel__text { margin-top: 6px; color: var(--text-2); font-size: 0.95rem; line-height: 1.55; }
.xplode__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; }
.xsteps { flex: 1; max-width: 300px; display: flex; gap: 6px; }
.xsteps li { flex: 1; }
.xsteps button { display: block; width: 100%; padding: 12px 0; }
.xsteps .b { position: relative; display: block; height: 3px; border-radius: 3px; background: rgba(232, 212, 176, 0.18); overflow: hidden; }
.xsteps .b span { position: absolute; inset: 0; background: var(--gold-grad); transform-origin: 0 50%; transform: scaleX(0); }
.xsteps li.is-done .b span { transform: scaleX(1); }
.xplode__toggle { margin-bottom: 0; }
.xplode__note { margin-top: 8px; font-size: 0.7rem; color: var(--text-3); }
@media (max-width: 959px) {
  .xplode__head .h2 { font-size: clamp(1.8rem, 7vw, 2.6rem); }
  .xplode__head .sec-label { margin-bottom: 6px; }
  .xpanel { padding: 14px 16px 16px; }
  .xpanel__title { font-size: 1.45rem; }
  .xpanel__text { font-size: 0.9rem; }
  .xplode__panels { min-height: 128px; }
  .xplode__foot { margin-top: 10px; }
  .xplode:not(.no-3d) .xplode__note { display: none; }
  .x-text { white-space: normal; max-width: 42vw; line-height: 1.3; }
}
.xplode__photo { position: absolute; z-index: 2; margin: 0; left: 50%; top: calc(var(--header-h) + 92px); bottom: calc(262px + env(safe-area-inset-bottom)); aspect-ratio: 3 / 4; max-width: calc(100% - 2 * var(--gutter)); translate: -50% 0; border-radius: 24px; overflow: hidden; background: var(--surface); box-shadow: var(--shadow), 0 0 0 1px rgba(232, 212, 176, 0.2), 0 0 70px -20px rgba(212, 176, 119, 0.4); opacity: 0; transform: scale(0.9) translateY(24px); transition: opacity 0.7s var(--ease), transform 0.9s var(--ease); pointer-events: none; }
.xplode.is-final .xplode__photo { opacity: 1; transform: none; }
.xplode__photo picture, .xplode__photo img { width: 100%; height: 100%; object-fit: cover; }
.xplode__photo figcaption { position: absolute; top: 14px; left: 14px; }
.xplode.is-final .xplode__labels { opacity: 0; }
.xplode.no-3d { height: auto; }
.xplode.no-3d .xplode__sticky { display: flex; flex-direction: column; }
.xplode.no-3d .xplode__photo { order: 2; position: relative; left: auto; top: auto; bottom: auto; translate: none; opacity: 1; transform: none; width: min(100% - 2 * var(--gutter), 420px); height: auto; margin: 0 auto 80px; }
.xplode.no-3d .xplode__sticky { position: relative; height: auto; }
.xplode.no-3d .xplode__canvas, .xplode.no-3d .xplode__labels, .xplode.no-3d .xplode__foot { display: none; }
.xplode.no-3d .xplode__ui { padding-block: 100px 80px; }
.xplode.no-3d .xplode__panels { display: grid; gap: 14px; margin-top: 32px; }
.xplode.no-3d .xpanel { position: relative; opacity: 1; transform: none; }
@media (min-width: 960px) {
  .xplode__ui { justify-content: center; gap: 28px; max-width: var(--maxw); padding-bottom: 40px; }
  .xplode__head, .xplode__panels, .xplode__foot, .xplode__note { width: min(420px, 36vw); }
  .xplode__panels { margin-top: 0; min-height: 200px; }
  .xpanel { top: 0; bottom: auto; padding: 26px 28px 28px; }
  .xpanel__title { font-size: 2.3rem; }
  .xpanel__text { font-size: 1.02rem; }
  .xplode__photo { left: auto; right: max(6vw, calc((100vw - var(--maxw)) / 2 + 40px)); top: 50%; bottom: auto; height: min(74vh, 700px); translate: 0 -50%; }
  .xplode.no-3d .xplode__head, .xplode.no-3d .xplode__panels { width: auto; }
  .xplode.no-3d .xplode__panels { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
}

/* 11. RESULTADO NATURAL ------------------------------------------------- */
.natural__grid { display: grid; gap: 56px; align-items: center; }
.natural__media { position: relative; padding: 0 12% 18% 0; }
.nat-main, .nat-sub { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--surface); }
.nat-main { aspect-ratio: 4 / 5; }
.nat-main img, .nat-sub img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.nat-main:hover img { transform: scale(1.04); }
.nat-sub { position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 3 / 4; border: 6px solid var(--bg); border-radius: 24px; }
.nat-cap { position: absolute; left: 14px; top: 14px; padding: 6px 12px; border-radius: 999px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; background: rgba(10, 10, 11, 0.66); border: 1px solid var(--line-2); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.natural__text .lead { margin-top: 20px; }
.points { margin-top: 36px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.points li { display: grid; grid-template-columns: 56px 1fr; gap: 6px 12px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.points .n { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; color: var(--gold); letter-spacing: 0.1em; }
.points h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.45rem; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.1; }
.points p { grid-column: 2; color: var(--text-2); font-size: 0.97rem; }
@media (min-width: 960px) {
  .natural__grid { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(56px, 7vw, 120px); }
}

/* 12. SOBRE ------------------------------------------------------------- */
.about { background: radial-gradient(70% 50% at 20% 50%, rgba(212, 176, 119, 0.06), transparent 70%); }
.about__grid { display: grid; gap: 48px; align-items: center; }
.about__photo { position: relative; width: min(100%, 460px); margin-inline: auto; }
.about__photo::before { content: ''; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(212, 176, 119, 0.4); border-radius: var(--radius-lg); pointer-events: none; }
.about__photo .frame { position: relative; aspect-ratio: 3 / 4; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--surface); }
.about__photo img { width: 100%; height: 100%; object-fit: cover; }
.about__photo figcaption { position: absolute; left: -8px; bottom: 28px; padding: 10px 16px; border-radius: 14px; background: rgba(10, 10, 11, 0.78); border: 1px solid var(--line-2); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-2); }
.about__name { font-size: clamp(2.8rem, 10vw, 5.2rem); }
.about__role { margin-top: 12px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-2); }
.about__bio { margin-top: 26px; display: grid; gap: 14px; color: var(--text-2); font-size: 1.02rem; line-height: 1.7; max-width: 38rem; }
.about__lead { font-size: clamp(1.2rem, 1.4vw + 0.9rem, 1.45rem); line-height: 1.45; color: var(--text); font-weight: 500; }
.about__quote { margin: 14px 0 4px; padding: 6px 0 6px 22px; border-left: 2px solid var(--gold); }
.about__quote p { font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: clamp(1.45rem, 2.2vw + 0.9rem, 2.05rem); line-height: 1.25; background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.about__close { color: var(--text); font-weight: 600; }
.about__sign { font-family: var(--font-serif); font-style: italic; font-size: 1.3rem; color: var(--gold-2); }
.facts { margin: 32px 0 36px; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.facts div { background: var(--bg-2); padding: 16px 18px; }
.facts dt { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-3); }
.facts dd { margin-top: 6px; font-weight: 600; }
@media (min-width: 640px) { .facts { grid-template-columns: repeat(2, 1fr); } .facts div:first-child, .facts div:last-child:nth-child(even) { grid-column: 1 / -1; } }
@media (min-width: 960px) { .about__grid { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(56px, 8vw, 128px); align-items: start; } .about__photo { margin: 0; position: sticky; top: calc(var(--header-h) + 40px); } }

/* 13. DEPOIMENTOS ------------------------------------------------------- */
.testi { display: grid; gap: 18px; }
@media (min-width: 800px) { .testi { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }
.tcard { position: relative; padding: 28px; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent); }
.tcard__q { font-family: var(--font-serif); font-style: italic; font-size: 3.6rem; line-height: 0.5; color: var(--gold); height: 22px; }
.tcard blockquote { margin: 0; font-size: 1.05rem; line-height: 1.6; }
.tcard figcaption { margin-top: 18px; font-size: 0.86rem; color: var(--text-2); }
.tcard figcaption strong { display: block; color: var(--text); font-weight: 700; }
.tcard--empty { border-style: dashed; border-color: rgba(212, 176, 119, 0.4); display: grid; gap: 12px; }
.tcard--empty p { color: var(--text-2); font-size: 0.95rem; }

/* 14. INSTAGRAM --------------------------------------------------------- */
.insta__card { position: relative; display: grid; gap: 40px; padding: clamp(28px, 5vw, 64px); border-radius: 32px; background: radial-gradient(80% 90% at 100% 0%, rgba(212, 176, 119, 0.13), transparent 60%), var(--surface); border: 1px solid var(--line); overflow: hidden; }
.insta__text .lead { margin-top: 18px; }
.insta__handle { display: inline-block; margin: 22px 0 26px; font-weight: 700; color: var(--gold-2); font-size: 1rem; word-break: break-all; border-bottom: 1px solid rgba(212, 176, 119, 0.35); transition: border-color 0.3s; }
.insta__handle:hover { border-color: var(--gold-2); }
.insta__text .btn { display: flex; width: fit-content; }
.insta__collage { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; perspective: 1200px; }
.insta__collage figure { position: relative; aspect-ratio: 1; border-radius: 18px; overflow: hidden; background: var(--bg-2); box-shadow: var(--shadow); transform: rotateY(-8deg) rotateX(4deg); transition: transform 0.8s var(--ease); }
.insta__collage figure:nth-child(2n) { transform: rotateY(-8deg) rotateX(4deg) translateY(18px); }
.insta__card:hover .insta__collage figure { transform: none; }
.insta__collage img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 960px) { .insta__card { grid-template-columns: minmax(0, 5fr) minmax(0, 5fr); align-items: center; gap: 64px; } }

/* 15. FAQ --------------------------------------------------------------- */
.faq__grid { display: grid; gap: 12px; }
.faq__ask { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; color: var(--text-2); }
.faq__list { display: grid; }
.qa { border-bottom: 1px solid var(--line); }
.qa:first-child { border-top: 1px solid var(--line); }
.qa summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 2px; cursor: pointer; font-weight: 600; font-size: 1.05rem; line-height: 1.4; transition: color 0.3s; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--gold-2); }
.qa__icon { position: relative; flex: none; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line-2); }
.qa__icon::before, .qa__icon::after { content: ''; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.5px; margin: -0.75px 0 0 -6px; background: var(--gold); transition: transform 0.4s var(--ease); }
.qa__icon::after { transform: rotate(90deg); }
.qa[open] .qa__icon::after { transform: rotate(0deg); }
.qa[open] .qa__icon { border-color: rgba(212, 176, 119, 0.6); }
.qa__a { padding: 0 48px 24px 2px; color: var(--text-2); }
.qa::details-content { block-size: 0; overflow: hidden; transition: block-size 0.45s var(--ease), content-visibility 0.45s allow-discrete; }
.qa[open]::details-content { block-size: auto; }
@supports (interpolate-size: allow-keywords) { :root { interpolate-size: allow-keywords; } }
@media (min-width: 960px) {
  .faq__grid { grid-template-columns: minmax(0, 4fr) minmax(0, 6fr); gap: clamp(48px, 7vw, 120px); align-items: start; }
  .faq__head { position: sticky; top: calc(var(--header-h) + 40px); }
}

/* 16. CTA FINAL --------------------------------------------------------- */
.final { position: relative; padding-block: clamp(110px, 16vw, 200px); text-align: center; overflow: hidden; border-top: 1px solid var(--line); }
.final__glow { position: absolute; inset: 0; background: radial-gradient(50% 55% at 50% 50%, rgba(212, 176, 119, 0.16), transparent 70%); }
.final__emblem { position: absolute; left: 50%; top: 50%; width: min(96vw, 720px); translate: -50% -50%; opacity: 0.07; filter: blur(0.5px); pointer-events: none; animation: float 10s ease-in-out infinite; }
.final__inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.final__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.6rem, 10vw, 5.6rem); line-height: 0.96; text-transform: uppercase; text-wrap: balance; }
.final .lead { margin: 22px auto 36px; }
.final__sub { margin-top: 20px; font-size: 0.86rem; color: var(--text-3); }
@media (max-width: 420px) { .final .btn--xl { width: 100%; padding: 0 20px; font-size: 0.86rem; } }

/* 17. RODAPÉ ------------------------------------------------------------ */
.footer { border-top: 1px solid var(--line); padding: 64px 0 calc(104px + env(safe-area-inset-bottom)); background: var(--bg-2); }
.footer__grid { display: grid; gap: 40px; }
.footer__brand img { width: 190px; }
.footer__title { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-3); margin-bottom: 14px; }
.footer__nav ul, .footer__contact ul { display: grid; gap: 10px; }
.footer a { color: var(--text-2); transition: color 0.3s; }
.footer a:hover { color: var(--gold-2); }
.footer__contact li { display: flex; align-items: flex-start; gap: 10px; color: var(--text-2); }
.footer__contact .ico { width: 18px; height: 18px; margin-top: 3px; color: var(--gold); }
.footer__bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 8px; font-size: 0.8rem; color: var(--text-3); }
@media (min-width: 800px) {
  .footer { padding-bottom: 48px; }
  .footer__grid { grid-template-columns: 1.3fr 1fr 1.2fr; }
  .footer__bottom { grid-template-columns: auto 1fr; gap: 24px; }
  .footer__note { text-align: right; }
}

/* 18. FLUTUANTE / LIGHTBOX / RASCUNHO ----------------------------------- */
.fab {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 20px 0 16px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold-grad);
  box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(236, 211, 162, 0.4), 0 10px 30px -10px rgba(212, 176, 119, 0.6);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(24px) scale(0.9);
  pointer-events: none;
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.fab.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.fab .ico { width: 22px; height: 22px; }
.fab::before { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 0 rgba(212, 176, 119, 0.5); animation: ring 3.2s var(--ease) infinite; }
@media (min-width: 960px) {
  .fab { right: 28px; bottom: 28px; width: 58px; height: 58px; padding: 0; justify-content: center; }
  .fab__label { position: absolute; right: calc(100% + 12px); padding: 8px 14px; border-radius: 999px; background: rgba(14, 14, 16, 0.9); color: var(--text); border: 1px solid var(--line-2); font-size: 0.72rem; white-space: nowrap; opacity: 0; transform: translateX(8px); transition: opacity 0.3s, transform 0.3s var(--ease); pointer-events: none; }
  .fab:hover .fab__label, .fab:focus-visible .fab__label { opacity: 1; transform: none; }
}

.lightbox { width: min(100vw, 1100px); max-width: 100vw; max-height: 100dvh; margin: auto; padding: 0; border: 0; background: transparent; color: var(--text); overflow: visible; }
.lightbox::backdrop { background: rgba(6, 6, 7, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.lightbox[open] { display: flex; flex-direction: column; gap: 14px; padding: 14px var(--gutter) calc(14px + env(safe-area-inset-bottom)); height: 100dvh; animation: fadeIn 0.35s var(--ease); }
.lightbox__top, .lightbox__nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.lightbox__title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.lightbox__title small { display: block; font-family: var(--font-body); font-size: 0.8rem; font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--text-2); }
.lightbox__count { font-size: 0.8rem; letter-spacing: 0.2em; color: var(--text-3); }
.lightbox__body { flex: 1; min-height: 0; display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; }
.lightbox__body::-webkit-scrollbar { display: none; }
.lb-fig { position: relative; scroll-snap-align: center; display: flex; align-items: center; justify-content: center; min-height: 0; }
.lb-media { position: relative; max-width: 100%; }
.lb-media img { display: block; max-height: calc(100dvh - 170px); width: auto; max-width: 100%; object-fit: contain; border-radius: 20px; }
.lb-media .sframe__tag { position: absolute; top: 12px; left: 12px; }
@media (min-width: 800px) { .lightbox__body { grid-auto-flow: row; grid-template-columns: 1fr 1fr; grid-auto-columns: auto; overflow: hidden; } .lb-swipe { display: none; } }

.draft { position: fixed; left: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 85; max-width: min(360px, calc(100vw - 24px)); font-size: 0.8rem; }
.draft__btn { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(14, 14, 16, 0.92); border: 1px dashed rgba(236, 211, 162, 0.7); color: var(--gold-2); font-weight: 700; letter-spacing: 0.06em; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
.draft__btn b { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: var(--gold); color: var(--ink); font-size: 0.72rem; }
.draft__panel { margin-bottom: 10px; padding: 16px; border-radius: 16px; background: rgba(14, 14, 16, 0.96); border: 1px solid var(--line-2); box-shadow: var(--shadow); max-height: 50vh; overflow: auto; }
.draft__panel p { color: var(--text-2); margin-bottom: 10px; }
.draft__panel code { color: var(--gold-2); }
.draft__panel li { padding: 6px 0; border-top: 1px solid var(--line); color: var(--text); }
@media (max-width: 959px) { .draft { bottom: calc(80px + env(safe-area-inset-bottom)); } }

.noscript { position: fixed; inset: auto 0 0; z-index: 300; padding: 16px; background: var(--surface); text-align: center; }

/* 19. ANIMAÇÕES DE ENTRADA ---------------------------------------------- */
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.final__emblem { animation-name: floatC; }
@keyframes floatC { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-14px) scale(1.02); } }
@keyframes cue { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 80% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }
@keyframes ring { 0% { box-shadow: 0 0 0 0 rgba(212, 176, 119, 0.45); } 60%, 100% { box-shadow: 0 0 0 16px rgba(212, 176, 119, 0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

.js .reveal-up { opacity: 0; animation: rise 1.1s var(--ease) forwards; animation-delay: var(--d, 0s); }
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.95s var(--ease), transform 0.95s var(--ease); transition-delay: var(--d, 0s); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js .step { opacity: 0; transform: translateY(30px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); transition-delay: var(--d, 0s); }
.js .step.is-in { opacity: 1; transform: none; }

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