/* ============================================================
   KEILI NASCIMENTO — Estética e Bem Estar
   Mobile first · Marrom profundo + Dourado + Creme
   ============================================================ */

:root {
  --brown-ink:    #170D06;
  --brown-deep:   #1F1209;
  --brown-base:   #2A1A0E;
  --brown-mid:    #3E2814;
  --brown-soft:   #55381E;

  --gold:         #C9973F;
  --gold-soft:    #D9AE62;
  --gold-bright:  #EFC77B;
  --gold-pale:    #F2DDAE;

  --cream:        #F8F1E4;
  --cream-soft:   #FCF8EF;
  --cream-deep:   #EFE4CE;
  --white:        #FFFFFF;

  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-sans:    'Jost', 'Avenir Next', 'Helvetica Neue', sans-serif;

  --header-h: 74px;
  --radius: 18px;
  --ease-out: cubic-bezier(.22,.61,.36,1);
  --ease-luxe: cubic-bezier(.65,.05,0,1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--brown-deep);
  background: var(--brown-ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }

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

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

/* ---------- typography helpers ---------- */
.h-display {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.01em;
}
.h-display em {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(115deg, var(--gold) 10%, var(--gold-bright) 45%, var(--gold) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow::before {
  content: "";
  width: 34px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.lead { font-size: 1.05rem; opacity: .82; }

/* ---------- container ---------- */
.wrap { width: min(1180px, 100% - 2.5rem); margin-inline: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 1rem 1.9rem;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), background .35s;
  will-change: transform;
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn-gold {
  color: var(--brown-ink);
  background: linear-gradient(120deg, var(--gold) 0%, var(--gold-bright) 50%, var(--gold) 100%);
  background-size: 200% 100%;
  box-shadow: 0 12px 32px -12px rgba(201,151,63,.55);
}
.btn-gold:hover {
  transform: translateY(-3px);
  background-position: 100% 0;
  box-shadow: 0 20px 42px -14px rgba(201,151,63,.7);
}
.btn-ghost {
  color: var(--gold-bright);
  border: 1px solid rgba(201,151,63,.45);
  background: rgba(201,151,63,.06);
}
.btn-ghost:hover { transform: translateY(-3px); background: rgba(201,151,63,.14); border-color: var(--gold); }
.btn-dark {
  color: var(--cream);
  background: var(--brown-deep);
  box-shadow: 0 12px 30px -14px rgba(23,13,6,.6);
}
.btn-dark:hover { transform: translateY(-3px); background: var(--brown-base); }

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background .5s, box-shadow .5s, height .4s;
}
.header.scrolled {
  height: 62px;
  background: rgba(23,13,6,.88);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(201,151,63,.18), 0 18px 40px -22px rgba(0,0,0,.6);
}
.header-inner {
  width: min(1280px, 100% - 2.5rem);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand { display: flex; align-items: center; gap: .8rem; }
.brand-mono {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(201,151,63,.55);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold-bright);
  background: radial-gradient(circle at 32% 28%, rgba(239,199,123,.22), rgba(23,13,6,.4));
  letter-spacing: .02em;
  flex: none;
}
.brand-name {
  font-family: var(--font-display);
  font-size: 1.06rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cream);
  line-height: 1.1;
}
.brand-name small {
  display: block;
  font-family: var(--font-sans);
  font-size: .56rem;
  font-weight: 400;
  letter-spacing: .42em;
  color: var(--gold-soft);
  margin-top: .25rem;
}

.nav { display: none; }
.header-cta { display: none; }

.nav-toggle {
  width: 46px; height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(201,151,63,.35);
  z-index: 70;
}
.nav-toggle span {
  position: relative;
  width: 20px; height: 1.6px;
  background: var(--gold-bright);
  transition: background .3s;
}
.nav-toggle span::before, .nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px; height: 1.6px;
  background: var(--gold-bright);
  transition: transform .4s var(--ease-out);
}
.nav-toggle span::before { top: -6.5px; }
.nav-toggle span::after { top: 6.5px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { transform: translateY(6.5px) rotate(45deg); }
.nav-open .nav-toggle span::after { transform: translateY(-6.5px) rotate(-45deg); }

/* mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 65;
  background: linear-gradient(160deg, var(--brown-ink) 0%, var(--brown-base) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 2.2rem 3rem;
  clip-path: circle(0% at calc(100% - 46px) 37px);
  transition: clip-path .7s var(--ease-luxe);
  visibility: hidden;
}
.nav-open .mobile-menu { clip-path: circle(150% at calc(100% - 46px) 37px); visibility: visible; }
.mobile-menu a.mm-link {
  font-family: var(--font-display);
  font-size: clamp(2rem, 8vw, 2.6rem);
  color: var(--cream);
  padding: .45rem 0;
  border-bottom: 1px solid rgba(201,151,63,.14);
  display: flex;
  align-items: baseline;
  gap: 1rem;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out), color .3s;
}
.mobile-menu a.mm-link i {
  font-style: normal;
  font-family: var(--font-sans);
  font-size: .65rem;
  letter-spacing: .3em;
  color: var(--gold);
}
.mobile-menu a.mm-link:hover { color: var(--gold-bright); }
.nav-open .mobile-menu a.mm-link { opacity: 1; transform: none; }
.nav-open .mobile-menu a.mm-link:nth-child(1) { transition-delay: .15s; }
.nav-open .mobile-menu a.mm-link:nth-child(2) { transition-delay: .21s; }
.nav-open .mobile-menu a.mm-link:nth-child(3) { transition-delay: .27s; }
.nav-open .mobile-menu a.mm-link:nth-child(4) { transition-delay: .33s; }
.nav-open .mobile-menu a.mm-link:nth-child(5) { transition-delay: .39s; }
.nav-open .mobile-menu a.mm-link:nth-child(6) { transition-delay: .45s; }
.mobile-menu .mm-cta { margin-top: 2.2rem; opacity: 0; transform: translateY(20px); transition: all .5s var(--ease-out) .5s; }
.nav-open .mobile-menu .mm-cta { opacity: 1; transform: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(120% 70% at 85% 10%, rgba(201,151,63,.16) 0%, transparent 55%),
    radial-gradient(90% 60% at 10% 95%, rgba(201,151,63,.10) 0%, transparent 55%),
    linear-gradient(165deg, #241508 0%, var(--brown-ink) 55%, #120904 100%);
  overflow: hidden;
}

/* arco decorativo ecoando o logo */
.hero-arc {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-grid {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(var(--header-h) + 2.2rem);
  width: min(1220px, 100% - 2.5rem);
  margin-inline: auto;
}

.hero-copy { text-align: center; padding-bottom: 0; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  font-size: .68rem;
  letter-spacing: .38em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--gold-soft);
}
.hero-eyebrow::before, .hero-eyebrow::after {
  content: "";
  width: 30px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.hero-eyebrow::after { transform: scaleX(-1); }

.hero h1 {
  margin-top: 1.1rem;
  font-size: clamp(2.6rem, 10.5vw, 5.4rem);
  color: var(--cream);
}

.hero-sub {
  margin: 1.2rem auto 0;
  max-width: 34rem;
  color: rgba(248,241,228,.72);
  font-size: 1rem;
}

.hero-actions {
  margin-top: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .8rem;
}

/* foto da Keili integrada ao fundo */
.hero-figure {
  position: relative;
  margin-top: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero-figure::before {
  content: "";
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
  width: min(430px, 88vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(239,199,123,.28) 0%, rgba(201,151,63,.10) 46%, transparent 70%);
  filter: blur(2px);
}
.hero-figure::after {
  content: "";
  position: absolute;
  bottom: -12%;
  left: 50%;
  transform: translateX(-50%);
  width: min(400px, 82vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(201,151,63,.4);
  -webkit-mask-image: linear-gradient(to top, transparent 46%, #000 60%);
  mask-image: linear-gradient(to top, transparent 46%, #000 60%);
}
.hero-figure img {
  position: relative;
  z-index: 2;
  width: min(360px, 76vw);
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.55));
}
/* esfumado na base para fundir com o fundo */
.hero-figure .fade {
  position: absolute;
  z-index: 3;
  bottom: 0; left: 0; right: 0;
  height: 90px;
  background: linear-gradient(to top, #120904 8%, transparent);
  pointer-events: none;
}

.hero-scroll {
  position: absolute;
  z-index: 5;
  bottom: 1.1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  color: var(--gold-soft);
  font-size: .58rem;
  letter-spacing: .4em;
  text-transform: uppercase;
}
.hero-scroll::after {
  content: "";
  width: 1px;
  height: 34px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2.2s var(--ease-out) infinite;
}
@keyframes scrollPulse {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* entrada do hero */
[data-hero] { opacity: 0; transform: translateY(30px); animation: heroIn 1s var(--ease-luxe) forwards; }
[data-hero="1"] { animation-delay: .15s; }
[data-hero="2"] { animation-delay: .3s; }
[data-hero="3"] { animation-delay: .45s; }
[data-hero="4"] { animation-delay: .6s; }
[data-hero="5"] { animation-delay: .75s; }
.hero-figure[data-hero] { transform: translateY(60px) scale(.97); }
@keyframes heroIn { to { opacity: 1; transform: none; } }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  position: relative;
  z-index: 4;
  background: linear-gradient(100deg, var(--gold) 0%, var(--gold-bright) 45%, var(--gold-soft) 100%);
  color: var(--brown-ink);
  overflow: hidden;
  padding: .85rem 0;
  transform: rotate(-1.2deg) scale(1.02);
  box-shadow: 0 18px 44px -18px rgba(201,151,63,.5);
}
.marquee-track {
  display: flex;
  gap: 2.6rem;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee span {
  display: flex;
  align-items: center;
  gap: 2.6rem;
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  white-space: nowrap;
}
.marquee i {
  font-style: normal;
  font-family: var(--font-display);
  font-size: .9rem;
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   SECTIONS base
   ============================================================ */
.section { position: relative; padding: 4.6rem 0; }
.section-cream { background: var(--cream-soft); color: var(--brown-deep); }
.section-cream + .section-cream { padding-top: 0; }
.section-brown { background: linear-gradient(170deg, var(--brown-base) 0%, var(--brown-ink) 90%); color: var(--cream); }
.section-deep { background: var(--brown-ink); color: var(--cream); }

.section-head { max-width: 620px; margin-bottom: 2.6rem; }
.section-head h2 { font-size: clamp(2rem, 7.4vw, 3.2rem); margin-top: 1rem; }
.section-head p { margin-top: 1rem; opacity: .78; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow::before { display: none; }
.section-head.center .eyebrow { gap: .75rem; }
.section-head.center .eyebrow::after {
  content: "";
  width: 34px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

/* reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .9s var(--ease-luxe), transform .9s var(--ease-luxe);
  transition-delay: var(--d, 0s);
}
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   DIVISÓRIA ORNAMENTAL
   ============================================================ */
.ornament {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 3.2rem 1.5rem;
  background: var(--cream-soft);
}
.ornament.on-dark { background: transparent; }
.ornament svg { width: min(520px, 86vw); height: auto; overflow: visible; }
.ornament .draw {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  transition: stroke-dashoffset 2.4s var(--ease-luxe) .2s;
}
.ornament.in .draw { stroke-dashoffset: 0; }
.ornament .pop {
  opacity: 0;
  transform: scale(.4);
  transform-origin: center;
  transform-box: fill-box;
  transition: opacity .6s, transform .8s var(--ease-out);
}
.ornament.in .pop { opacity: 1; transform: scale(1); }
.ornament .pop:nth-of-type(1) { transition-delay: .9s; }
.ornament .pop:nth-of-type(2) { transition-delay: 1.05s; }
.ornament .pop:nth-of-type(3) { transition-delay: 1.2s; }
.ornament .pop:nth-of-type(4) { transition-delay: 1.35s; }
.ornament .pop:nth-of-type(5) { transition-delay: 1.5s; }

/* curva de transição entre seções */
.curve {
  display: block;
  width: 100%;
  height: 70px;
  margin-bottom: -1px;
}

/* ============================================================
   SOBRE
   ============================================================ */
.sobre-grid { display: grid; gap: 2.6rem; }

.sobre-media { position: relative; padding: 0 1rem 1rem 0; max-width: 430px; }
.sobre-media::before {
  content: "";
  position: absolute;
  top: 1.2rem; right: 0; bottom: 0; left: 1.2rem;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
}
.sobre-media img {
  position: relative;
  border-radius: var(--radius);
  box-shadow: 0 30px 60px -24px rgba(42,26,14,.45);
}
.sobre-copy h2 { font-size: clamp(2rem, 7.4vw, 3rem); margin-top: 1rem; }
.sobre-copy > p { margin-top: 1.1rem; opacity: .85; }
.sobre-quote {
  margin-top: 1.6rem;
  padding-left: 1.2rem;
  border-left: 2px solid var(--gold);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--brown-mid);
}
/* ============================================================
   TRATAMENTOS — efeito empilhamento
   ============================================================ */
.stack-intro { text-align: center; }
.stack-hint {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: .8rem;
  font-size: .68rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
}

.stack { margin-top: 2.4rem; display: grid; gap: 1.4rem; }

.stack-card {
  position: sticky;
  top: calc(var(--header-h) + .8rem + var(--i) * 1.1rem);
  display: grid;
  overflow: hidden;
  border-radius: 22px;
  background: var(--cream);
  color: var(--brown-deep);
  border: 1px solid rgba(201,151,63,.35);
  box-shadow: 0 -14px 40px -22px rgba(23,13,6,.5), 0 30px 60px -30px rgba(23,13,6,.55);
  transform-origin: center top;
  will-change: transform, filter;
}

.stack-card .sc-media { position: relative; height: 190px; overflow: hidden; }
.stack-card .sc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.stack-card:hover .sc-media img { transform: scale(1.06); }
.stack-card .sc-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--cream) 0%, transparent 42%);
}
.sc-num {
  position: absolute;
  top: 1rem; left: 1.2rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--gold-pale);
  background: rgba(23,13,6,.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(239,199,123,.35);
  border-radius: 999px;
  padding: .2rem .8rem;
  letter-spacing: .1em;
}

.stack-card .sc-body { padding: .4rem 1.5rem 1.7rem; }
.sc-tag { font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.stack-card h3 { font-family: var(--font-display); font-size: 1.75rem; font-weight: 600; margin-top: .4rem; }
.stack-card p { margin-top: .55rem; font-size: .95rem; opacity: .8; }
.sc-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.1rem;
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brown-deep);
  border-bottom: 1px solid var(--gold);
  padding-bottom: .3rem;
  transition: gap .35s var(--ease-out), color .3s;
}
.sc-link:hover { gap: .95rem; color: var(--gold); }
.sc-link svg { width: 15px; height: 15px; }

.stack-spacer { height: 6vh; }

/* ============================================================
   EXPERIÊNCIA / DOMICÍLIO
   ============================================================ */
.exp-grid { display: grid; gap: 2.4rem; align-items: center; }
.exp-media { position: relative; }
.exp-media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 50% 50% var(--radius) var(--radius) / 34% 34% var(--radius) var(--radius);
  border: 1px solid rgba(201,151,63,.4);
  box-shadow: 0 40px 70px -30px rgba(0,0,0,.6);
}
.exp-media::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50% 50% 24px 24px / 36% 36% 24px 24px;
  border: 1px dashed rgba(201,151,63,.35);
  pointer-events: none;
}
.exp-copy .eyebrow { color: var(--gold-bright); }
.exp-copy h2 { font-size: clamp(2rem, 7vw, 3rem); margin-top: 1rem; color: var(--cream); }
.exp-copy p { margin-top: 1rem; color: rgba(248,241,228,.75); }
.exp-list {
  position: relative;
  margin-top: 1.8rem;
  display: grid;
  gap: 1.6rem;
  padding-left: 4rem;
}
.exp-list li {
  position: relative;
  opacity: .28;
  transform: translateY(-14px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
.exp-list li.lit { opacity: 1; transform: none; }

/* trilho dourado que desce conforme a rolagem */
.exp-rail {
  position: absolute;
  left: 21px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(201,151,63,.22);
  overflow: hidden;
}
.exp-rail i {
  position: absolute;
  inset: 0 0 auto 0;
  display: block;
  height: var(--fill, 0%);
  background: linear-gradient(to bottom, var(--gold-bright), var(--gold));
  box-shadow: 0 0 12px rgba(239,199,123,.6);
  transition: height .25s linear;
}
.exp-ico {
  position: absolute;
  left: -4rem;
  top: -2px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(201,151,63,.35);
  display: grid;
  place-items: center;
  color: var(--gold-soft);
  background: var(--brown-base);
  transition: color .5s, border-color .5s, background .5s, transform .6s var(--ease-out);
}
.exp-list li.lit .exp-ico {
  color: var(--brown-ink);
  border-color: var(--gold-bright);
  background: linear-gradient(140deg, var(--gold-bright), var(--gold));
  transform: scale(1.06);
  box-shadow: 0 0 0 6px rgba(201,151,63,.10);
}
.exp-ico svg { width: 20px; height: 20px; }
.exp-list b { display: block; font-weight: 500; color: var(--cream); letter-spacing: .02em; margin-bottom: .15rem; }
.exp-list span { font-size: .9rem; color: rgba(248,241,228,.65); }

/* ============================================================
   GALERIA
   ============================================================ */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .9rem;
}
.g-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(201,151,63,.22);
}
.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease-out), filter .6s;
}
.g-item:hover img { transform: scale(1.07); }
.g-item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2rem .9rem .8rem;
  background: linear-gradient(to top, rgba(18,9,4,.85), transparent);
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-pale);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .5s, transform .5s var(--ease-out);
}
.g-item:hover figcaption { opacity: 1; transform: none; }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }
.g-item.g-wide img { aspect-ratio: 21/9; }
.g-item:not(.g-wide):not(.g-tall) img { aspect-ratio: 1; }
.g-tall img { height: 100%; }

.gallery-cta { margin-top: 2rem; text-align: center; }
.gallery-cta a { color: var(--gold-bright); }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.depo-carousel {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(1.25rem, calc(50vw - 590px));
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.depo-carousel::-webkit-scrollbar { display: none; }
.depo-track {
  display: flex;
  gap: 1.1rem;
  padding: .6rem 0 1.4rem;
}
.depo-track .depo-card {
  flex: 0 0 min(85%, 420px);
  scroll-snap-align: center;
}
.depo-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: .4rem;
}
.depo-arrow {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(201,151,63,.4);
  display: grid;
  place-items: center;
  color: var(--gold);
  transition: all .35s var(--ease-out);
}
.depo-arrow:hover { background: var(--gold); color: var(--brown-ink); border-color: var(--gold); transform: translateY(-2px); }
.depo-arrow svg { width: 18px; height: 18px; }
.depo-dots { display: flex; align-items: center; gap: .5rem; }
.depo-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(42,26,14,.22);
  transition: all .4s var(--ease-out);
}
.depo-dot.active { width: 26px; border-radius: 999px; background: var(--gold); }
.depo-card {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(201,151,63,.28);
  border-radius: 20px;
  padding: 1.8rem 1.6rem 1.5rem;
  box-shadow: 0 24px 50px -30px rgba(42,26,14,.35);
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
.depo-track .depo-card { height: auto; min-height: 260px; }
.depo-card::before {
  content: "\201C";
  position: absolute;
  top: .2rem; right: 1.2rem;
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: var(--gold);
  opacity: .3;
}
.depo-stars { color: var(--gold); letter-spacing: .2em; font-size: .85rem; }
.depo-card p { font-size: .97rem; color: var(--brown-mid); font-style: italic; font-family: var(--font-display); font-size: 1.15rem; line-height: 1.5; }
.depo-who { display: flex; align-items: center; gap: .8rem; margin-top: auto; }
.depo-ava {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: var(--brown-ink);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
}
.depo-who b { display: block; font-size: .88rem; font-weight: 500; letter-spacing: .04em; }
.depo-who span { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; opacity: .55; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 760px; margin-inline: auto; }
.faq-item {
  border-bottom: 1px solid rgba(42,26,14,.14);
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 0;
  text-align: left;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--brown-deep);
  transition: color .3s;
}
.faq-q:hover { color: var(--gold); }
.faq-q svg { flex: none; width: 18px; height: 18px; color: var(--gold); transition: transform .45s var(--ease-out); }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height .55s var(--ease-luxe);
}
.faq-a p { padding: 0 0 1.4rem; font-size: .97rem; opacity: .8; max-width: 60ch; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final {
  position: relative;
  text-align: center;
  padding: 5.5rem 0 5rem;
  background:
    radial-gradient(90% 60% at 50% 0%, rgba(201,151,63,.18) 0%, transparent 60%),
    linear-gradient(180deg, var(--brown-base) 0%, var(--brown-ink) 100%);
  color: var(--cream);
  overflow: hidden;
}
.cta-final .kn-mark {
  width: 78px; height: 78px;
  margin: 0 auto 1.4rem;
  border-radius: 50%;
  border: 1px solid rgba(201,151,63,.5);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--gold-bright);
  background: radial-gradient(circle at 35% 30%, rgba(239,199,123,.2), transparent 70%);
}
.cta-final h2 { font-size: clamp(2.2rem, 8.5vw, 3.8rem); max-width: 22ch; margin-inline: auto; }
.cta-final p { margin: 1.2rem auto 0; max-width: 36rem; color: rgba(248,241,228,.72); }
.cta-final .btn { margin-top: 2rem; }
.cta-note { margin-top: 1rem; font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-soft); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: #100803;
  color: rgba(248,241,228,.7);
  padding: 3.6rem 0 6.5rem;
  border-top: 1px solid rgba(201,151,63,.16);
}
.footer-grid { display: grid; gap: 2.2rem; }
.footer .brand-name { font-size: 1rem; }
.footer p.tagline { margin-top: 1rem; font-size: .92rem; max-width: 30ch; }
.footer h4 {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.footer li { margin-bottom: .55rem; font-size: .93rem; }
.footer a { transition: color .3s; }
.footer a:hover { color: var(--gold-bright); }
.footer address { font-style: normal; font-size: .93rem; line-height: 1.8; }
.footer-social { display: flex; gap: .8rem; margin-top: 1.2rem; }
.footer-social a {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(201,151,63,.4);
  display: grid;
  place-items: center;
  color: var(--gold-soft);
  transition: all .35s var(--ease-out);
}
.footer-social a:hover { background: var(--gold); color: var(--brown-ink); transform: translateY(-3px); }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom {
  margin-top: 2.8rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(201,151,63,.12);
  font-size: .74rem;
  letter-spacing: .08em;
  display: flex;
  flex-direction: column;
  gap: .4rem;
  opacity: .6;
}

/* ============================================================
   WHATSAPP FLUTUANTE
   ============================================================ */
.wa-float {
  position: fixed;
  z-index: 55;
  right: 1.1rem;
  bottom: 1.1rem;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #29A71A, #4AD165);
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 16px 34px -10px rgba(41,167,26,.55);
  transition: transform .4s var(--ease-out);
}
.wa-float:hover { transform: scale(1.08) translateY(-3px); }
.wa-float svg { width: 30px; height: 30px; }
.wa-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(74,209,101,.6);
  animation: waPing 2.4s var(--ease-out) infinite;
}
@keyframes waPing {
  0% { transform: scale(1); opacity: 1; }
  80%, 100% { transform: scale(1.55); opacity: 0; }
}

/* ============================================================
   PÁGINAS DE PROCEDIMENTO
   ============================================================ */
.proc-hero {
  position: relative;
  padding: calc(var(--header-h) + 4.2rem) 0 3.4rem;
  background:
    radial-gradient(100% 70% at 90% 0%, rgba(201,151,63,.16) 0%, transparent 55%),
    linear-gradient(165deg, #241508 0%, var(--brown-ink) 70%);
  color: var(--cream);
  overflow: hidden;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  align-items: center;
  font-size: .68rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.breadcrumb a:hover { color: var(--gold-bright); }
.breadcrumb i { font-style: normal; opacity: .5; }
.proc-hero h1 { margin-top: 1.2rem; font-size: clamp(2.4rem, 9.5vw, 4.4rem); color: var(--cream); }
.proc-hero .lead { margin-top: 1.1rem; max-width: 34rem; color: rgba(248,241,228,.75); }
.proc-hero .btn { margin-top: 1.8rem; }
.proc-hero-grid { display: grid; gap: 2.4rem; }
.proc-hero-copy { text-align: center; }
.proc-hero-copy .breadcrumb { justify-content: center; }
.proc-hero-copy .lead { margin-inline: auto; }
.proc-hero-media { position: relative; max-width: 430px; margin-inline: auto; }

.btn-sm {
  padding: .8rem 1.5rem;
  font-size: .72rem;
  letter-spacing: .16em;
}
.btn-sm svg { width: 15px; height: 15px; }
.proc-hero-media img {
  border-radius: 20px;
  border: 1px solid rgba(201,151,63,.4);
  box-shadow: 0 40px 70px -30px rgba(0,0,0,.65);
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
}
.proc-hero-media::after {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  border: 1px solid rgba(201,151,63,.3);
  border-radius: 20px;
  z-index: -1;
}

.beneficios { display: grid; gap: 1.1rem; }
.bene-card {
  background: var(--white);
  border: 1px solid rgba(201,151,63,.25);
  border-radius: 18px;
  padding: 1.6rem 1.4rem;
  box-shadow: 0 20px 44px -30px rgba(42,26,14,.4);
  transition: transform .5s var(--ease-out), box-shadow .5s;
}
.bene-card:hover { transform: translateY(-6px); box-shadow: 0 30px 54px -28px rgba(42,26,14,.5); }
.bene-card .exp-ico { border-color: rgba(201,151,63,.5); color: var(--gold); margin-bottom: 1rem; }
.bene-card h3 { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; }
.bene-card p { margin-top: .4rem; font-size: .92rem; opacity: .78; }

.steps { counter-reset: step; display: grid; gap: 0; max-width: 720px; margin-inline: auto; }
.step {
  position: relative;
  padding: 0 0 2.2rem 3.4rem;
}
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0; top: -.1rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--gold);
}
.step::after {
  content: "";
  position: absolute;
  left: 1.05rem;
  top: 2.2rem;
  bottom: .5rem;
  width: 1px;
  background: linear-gradient(to bottom, rgba(201,151,63,.5), transparent);
}
.step:last-child::after { display: none; }
.step b { display: block; font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; color: var(--cream); }
.step p { margin-top: .3rem; font-size: .95rem; color: rgba(248,241,228,.7); }

.para-quem { display: grid; gap: .8rem; max-width: 720px; margin-inline: auto; }
.pq-item {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid rgba(201,151,63,.22);
  border-radius: 14px;
  padding: 1rem 1.2rem;
  font-size: .96rem;
}
.pq-item svg { flex: none; width: 20px; height: 20px; color: var(--gold); margin-top: .15rem; }

.proc-nav {
  margin-top: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  justify-content: center;
}
.proc-nav a {
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .65rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(201,151,63,.35);
  color: var(--gold-soft);
  transition: all .35s;
}
.proc-nav a:hover, .proc-nav a.active { background: var(--gold); color: var(--brown-ink); border-color: var(--gold); }

/* ============================================================
   DESKTOP
   ============================================================ */
@media (min-width: 860px) {
  :root { --header-h: 84px; }
  body { font-size: 1.09rem; }

  .nav {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .nav a {
    position: relative;
    font-size: .78rem;
    font-weight: 400;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(248,241,228,.82);
    padding: .4rem 0;
    transition: color .3s;
  }
  .nav a::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--gold-bright);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .45s var(--ease-out);
  }
  .nav a:hover { color: var(--gold-bright); }
  .nav a:hover::after { transform: scaleX(1); transform-origin: left; }
  .header-cta { display: inline-flex; padding: .75rem 1.5rem; font-size: .72rem; }
  .nav-toggle, .mobile-menu { display: none; }

  .section { padding: 6.5rem 0; }

  .hero-grid {
    flex-direction: row;
    align-items: flex-end;
    gap: 2rem;
  }
  .hero-copy {
    text-align: left;
    flex: 1.15;
    padding-bottom: 5.5rem;
  }
  .hero-eyebrow::after { display: none; }
  .hero-sub { margin-left: 0; }
  .hero-actions { flex-direction: row; align-items: center; justify-content: flex-start; }
  .hero-proof { justify-content: flex-start; }
  .hero-figure { flex: 1; margin-top: 0; }
  .hero-figure img { width: min(460px, 40vw); }

  .sobre-grid { grid-template-columns: 1fr 1.1fr; gap: 4.5rem; align-items: center; }

  .stack-card {
    grid-template-columns: 1fr 1.2fr;
    min-height: 330px;
  }
  .stack-card .sc-media { height: 100%; }
  .stack-card .sc-media::after { background: linear-gradient(to right, transparent 55%, var(--cream) 100%); }
  .stack-card .sc-body { padding: 2.6rem 2.8rem; display: flex; flex-direction: column; justify-content: center; }
  .stack-card h3 { font-size: 2.2rem; }
  .stack-card p { font-size: 1rem; }

  .exp-grid { grid-template-columns: 1fr 1.15fr; gap: 4.5rem; }
  .exp-media { max-width: 420px; }

  .gallery { grid-template-columns: repeat(4, 1fr); }
  .g-wide { grid-column: span 2; }
  .g-item.g-wide img { aspect-ratio: auto; height: 100%; }

  .depo-track { gap: 1.6rem; }
  .depo-track .depo-card { flex: 0 0 calc(50% - .8rem); padding: 2.2rem 2rem 1.8rem; }

  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 3rem; }
  .footer { padding-bottom: 3.6rem; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }

  .proc-hero-grid { grid-template-columns: 1.2fr 1fr; align-items: center; gap: 4rem; }
  .proc-hero-copy { text-align: left; }
  .proc-hero-copy .breadcrumb { justify-content: flex-start; }
  .proc-hero-copy .lead { margin-inline: 0; }
  .exp-list { padding-left: 4.4rem; }
  .beneficios { grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }

  .curve { height: 110px; }
}

@media (min-width: 1200px) {
  .hero h1 { font-size: 5rem; }
}

/* reduzir movimento */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
