/* ==========================================================
   Felix Massoterapia — leve, claro e premium
   ========================================================== */

:root{
  --paper: #f3f0e8;          /* fundo geral creme */
  --paper-soft: #eceadf;
  --card: #eae7db;
  --white-warm: #faf8f2;
  --green-950: #14301f;
  --green-900: #1b3d28;
  --green-800: #234a31;
  --green-700: #2f5c3e;
  --sage: #8ba28c;
  --sage-light: #c9d5c4;
  --sage-fill: rgba(139,162,140,0.35);
  --sage-fill-2: rgba(139,162,140,0.22);
  --sage-fill-3: rgba(139,162,140,0.5);
  --ink: #22301f;
  --ink-soft: #5a6153;
  --gold: #b3903f;
  --gold-soft: #d8c48f;

  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22,.68,.2,1);
  --r-lg: 26px;
  --r-md: 18px;
  --wrap: 1180px;
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
h1,h2,h3{ font-family: var(--serif); font-weight: 400; margin: 0; line-height: 1.1; letter-spacing: -0.015em; color: var(--green-900); }
h2 em{ font-style: italic; }
p{ margin: 0; }

.wrap{ max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(18px, 4.5vw, 44px); }

/* ---------- Botões ---------- */
.btn{
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px;
  font-size: 0.85rem; font-weight: 500; letter-spacing: 0.02em;
  border-radius: 999px;
  transition: transform .4s var(--ease), background .4s var(--ease), box-shadow .4s var(--ease), color .4s var(--ease);
}
.btn .arr{ font-family: var(--sans); transition: transform .4s var(--ease); }
.btn:hover .arr{ transform: translateX(4px); }

.btn-fill{
  background: var(--green-800); color: var(--white-warm);
  box-shadow: 0 8px 22px -12px rgba(20,48,31,0.55);
}
.btn-fill:hover{ background: var(--green-900); transform: translateY(-2px); }

.btn-soft{
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(34,48,31,0.14);
  color: var(--green-900);
  backdrop-filter: blur(6px);
}
.btn-soft:hover{ background: #fff; transform: translateY(-2px); }
.btn-soft .wa{ width: 17px; height: 17px; }

.btn-glass{
  background: rgba(250,248,242,0.16);
  border: 1px solid rgba(250,248,242,0.35);
  color: var(--white-warm);
  backdrop-filter: blur(8px);
}
.btn-glass:hover{ background: rgba(250,248,242,0.28); transform: translateY(-2px); }

.btn-cream{
  background: var(--paper); color: var(--green-900);
}
.btn-cream:hover{ background: #fff; transform: translateY(-2px); }

.btn-sm{ padding: 11px 22px; font-size: 0.8rem; }

/* ---------- Header ---------- */
.site-header{
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  padding: 16px 0;
  transition: all .5s var(--ease);
}
.site-header.scrolled{
  padding: 10px 0;
  background: rgba(243,240,232,0.85);
  backdrop-filter: blur(14px) saturate(1.3);
  box-shadow: 0 1px 0 rgba(34,48,31,0.07);
}
.header-inner{ display: flex; align-items: center; gap: 28px; }
.brand{ display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark{ width: 42px; height: 42px; object-fit: contain; }
.brand-text{ font-family: var(--serif); font-size: 1.12rem; color: var(--green-900); line-height: 1; }
.brand-text em{ display: block; font-style: normal; font-size: 0.53rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-top: 3px; }

.main-nav{ display: flex; gap: 26px; }
.main-nav a{
  font-size: 0.85rem; color: var(--ink-soft);
  padding: 4px 0; position: relative;
}
.main-nav a::after{
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1.5px; background: var(--green-800);
  transition: width .35s var(--ease);
}
.main-nav a:hover{ color: var(--green-900); }
.main-nav a:hover::after, .main-nav a.is-active::after{ width: 100%; }
.main-nav a.is-active{ color: var(--green-900); }

.nav-toggle{ display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span{ width: 22px; height: 1.5px; background: var(--green-900); transition: all .3s var(--ease); }

/* ---------- Hero ---------- */
.hero{
  position: relative;
  min-height: 92svh;
  display: flex; align-items: center;
  overflow: hidden;
  /* céu como fallback caso a imagem ainda não exista */
  background: linear-gradient(180deg, #bad3e6 0%, #cfdfe9 34%, #e6e9dd 68%, var(--paper) 100%);
}
.hero-sky{ position: absolute; inset: 0; z-index: 0; }
.hero-sky picture{ position: absolute; inset: 0; display: block; }
.hero-sky img{
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 55%;
}
.hero-soft{
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(0deg, rgba(243,240,232,0.85) 0%, rgba(243,240,232,0.35) 26%, rgba(243,240,232,0) 48%),
    linear-gradient(90deg, rgba(243,240,232,0.82) 0%, rgba(243,240,232,0.45) 34%, rgba(243,240,232,0) 62%);
}

.hero-inner{ position: relative; z-index: 2; width: 100%; padding-top: 70px; padding-bottom: 110px; }
.hero-lede{
  margin-top: 22px;
  max-width: 330px;
  color: var(--ink);
  font-size: 1rem; line-height: 1.65;
  text-shadow: 0 1px 14px rgba(243,240,232,0.95), 0 0 4px rgba(243,240,232,0.8);
}
.hero-actions{ display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }

.hero-curve{
  position: absolute; left: 0; right: 0; bottom: -1px; z-index: 2;
  line-height: 0;
}
.hero-curve svg{ width: 100%; height: clamp(50px, 8vw, 110px); }

.hero-note{
  position: absolute; z-index: 3;
  left: clamp(18px, 4.5vw, 44px); bottom: 16px;
  display: flex; align-items: center; gap: 10px;
  font-size: 0.76rem; line-height: 1.45; color: var(--ink-soft);
  text-shadow: 0 1px 10px rgba(243,240,232,0.95);
}
.hero-note svg{ width: 20px; height: 20px; color: var(--green-700); flex-shrink: 0; }

/* ---------- Adapt (cápsula) ---------- */
.adapt{ padding: 60px 0 110px; }
.adapt-grid{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.75fr;
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
}
.adapt-left h2{ font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.adapt-sub{ margin: 18px 0 30px; color: var(--ink-soft); font-size: 0.98rem; line-height: 1.65; max-width: 340px; }

.adapt-modes{
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 34px;
}
.mode{
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  text-align: center;
  font-size: 0.72rem; line-height: 1.35; color: var(--ink-soft);
  padding: 10px 4px;
  border-right: 1px solid rgba(34,48,31,0.1);
}
.mode:last-child{ border-right: 0; }
.mode svg{ width: 27px; height: 27px; color: var(--green-800); }

.adapt-capsule{ position: relative; display: flex; justify-content: center; }
.adapt-capsule img{
  position: relative; z-index: 1;
  max-height: 520px; width: auto; max-width: 100%;
  filter: drop-shadow(0 30px 40px rgba(20,48,31,0.18));
}
.capsule-fallback{
  width: min(78%, 300px); aspect-ratio: 10 / 21;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(201,213,196,0.55) 60%, rgba(35,74,49,0.25) 100%);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: inset 0 2px 18px rgba(255,255,255,0.8), 0 30px 40px rgba(20,48,31,0.12);
  display: flex; align-items: center; justify-content: center;
}
.capsule-fallback svg{ width: 60px; height: 60px; color: var(--green-800); opacity: 0.5; }
/* o desenho de vidro só aparece se a imagem da cápsula não carregar */
.adapt-capsule:has(img) .capsule-fallback{ display: none; }

.adapt-right{ display: flex; flex-direction: column; gap: 26px; }
.feat{
  display: flex; align-items: center; gap: 14px;
  font-size: 0.82rem; line-height: 1.4; color: var(--ink-soft);
}
.feat-ico{
  width: 46px; height: 46px; flex-shrink: 0;
  border: 1px solid rgba(34,48,31,0.14);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.5);
}
.feat-ico svg{ width: 24px; height: 24px; color: var(--green-800); }

/* ---------- Bem-estar onde você estiver ---------- */
.wherever{ padding: 0 0 60px; }
.where-card{
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--green-900);
  min-height: 460px;
  display: flex;
}
.where-bg{ position: absolute; inset: 0; }
.where-bg img{ width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.where-bg::after{
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,48,31,0.92) 0%, rgba(20,48,31,0.55) 50%, rgba(20,48,31,0.35) 100%);
}
.where-inner{
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 40px; align-items: center;
  width: 100%;
  padding: clamp(34px, 5vw, 64px);
}
.where-copy h2{ color: var(--white-warm); font-size: clamp(2rem, 3.6vw, 2.9rem); }
.where-copy p{ color: var(--sage-light); margin: 18px 0 30px; font-size: 0.98rem; line-height: 1.65; max-width: 320px; }

.where-list{
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 14px;
  max-width: 320px; margin-left: auto;
}
.where-list li{
  position: relative;
  display: flex; align-items: center; gap: 14px;
  font-size: 0.82rem; line-height: 1.4; color: var(--white-warm);
  background: linear-gradient(135deg, rgba(250,248,242,0.22), rgba(250,248,242,0.05));
  border: 1px solid rgba(250,248,242,0.28);
  border-radius: var(--r-md);
  padding: 14px 18px;
  backdrop-filter: blur(14px) saturate(1.6);
  -webkit-backdrop-filter: blur(14px) saturate(1.6);
  box-shadow:
    0 12px 30px -14px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.35),
    inset 0 0 0 1px rgba(255,255,255,0.04);
  overflow: hidden;
  transition: transform .4s var(--ease), background .4s var(--ease), box-shadow .4s var(--ease);
}
.where-list li::before{
  /* reflexo diagonal — o brilho que vende o "vidro" */
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0) 34%);
  pointer-events: none;
}
.where-list li:hover{
  transform: translateY(-3px);
  background: linear-gradient(135deg, rgba(250,248,242,0.3), rgba(250,248,242,0.08));
  box-shadow:
    0 16px 36px -14px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.45);
}
.where-list .li-ico{
  position: relative;
  width: 42px; height: 42px; flex-shrink: 0;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
.where-list svg{ width: 22px; height: 22px; flex-shrink: 0; color: var(--white-warm); position: relative; z-index: 1; }

/* ---------- Sobre / Eduardo ---------- */
.about{ padding: 30px 0 90px; }
.about-grid{
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}
.about-figure{
  position: relative;
  border-radius: 220px 220px var(--r-lg) var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(80% 60% at 50% 30%, rgba(139,162,140,0.25), transparent 70%),
    linear-gradient(180deg, var(--card), var(--paper-soft));
  box-shadow: 0 34px 60px -34px rgba(20,48,31,0.4);
}
.about-figure img{
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 20%;
}
.about-figure::after{
  content: "";
  position: absolute; inset: 0;
  border: 1px solid rgba(250,248,242,0.55);
  border-radius: inherit;
  pointer-events: none;
}

.kicker{
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green-700);
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
  padding-left: 26px;
}
.kicker::before{
  content: "";
  position: absolute; left: 0; top: 50%;
  width: 18px; height: 1px;
  background: var(--gold);
  transform: translateY(-50%);
}

.about-copy h2{ font-size: clamp(2rem, 3.4vw, 2.7rem); margin-bottom: 20px; }
.about-copy p{
  color: var(--ink-soft); line-height: 1.75; font-size: 0.98rem;
  max-width: 540px; margin-bottom: 16px;
}

.about-stats{
  display: flex; gap: clamp(24px, 4vw, 52px);
  margin: 28px 0 26px;
  padding: 22px 0;
  border-top: 1px solid rgba(34,48,31,0.12);
  border-bottom: 1px solid rgba(34,48,31,0.12);
}
.stat{ display: flex; align-items: center; gap: 12px; }
.stat b{
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  color: var(--gold);
}
.stat span{ font-size: 0.74rem; line-height: 1.4; color: var(--ink-soft); }

.about-techs{
  list-style: none; margin: 0 0 30px; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
  max-width: 520px;
}
.about-techs li{
  font-size: 0.78rem; color: var(--green-900);
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(34,48,31,0.12);
  border-radius: 999px;
  padding: 8px 16px;
  transition: all .35s var(--ease);
}
.about-techs li:hover{ background: var(--green-800); color: var(--white-warm); border-color: var(--green-800); }

/* ---------- Benefícios ---------- */
.benefits{ padding: 0 0 60px; }
.benefits-card{
  position: relative;
  border-radius: var(--r-lg);
  background: var(--card);
  padding: clamp(36px, 5vw, 60px);
  overflow: hidden;
}
.leaves{
  position: absolute; top: -12px; right: -8px;
  width: clamp(160px, 24vw, 260px);
  pointer-events: none;
}
.benefits-card h2{ font-size: clamp(1.8rem, 3.2vw, 2.5rem); }
.benefits-lede{ color: var(--ink-soft); font-size: 0.98rem; line-height: 1.6; max-width: 460px; margin: 16px 0 40px; }

.benefit-row{
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.b-item{
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  text-align: center;
  font-size: 0.74rem; line-height: 1.4; color: var(--ink-soft);
  padding: 12px 6px;
  border-right: 1px solid rgba(34,48,31,0.1);
}
.b-item:last-child{ border-right: 0; }
.b-item svg{ width: 30px; height: 30px; color: var(--green-800); }

/* ---------- Galeria — faixa com profundidade (coverflow) ---------- */
.gallery{ padding: 20px 0 80px; }
.gallery-head{
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 34px;
}
.gallery-head h2{ font-size: clamp(1.8rem, 3.2vw, 2.5rem); }
.gallery-head p{ color: var(--ink-soft); margin-top: 12px; font-size: 0.95rem; }

.gallery-ctrl{ display: flex; align-items: center; gap: 12px; }
.g-count{
  font-family: var(--serif); font-style: italic;
  font-size: 0.9rem; color: var(--ink-soft);
  margin-right: 6px; letter-spacing: 0.06em;
}
.g-count b{ font-weight: 400; color: var(--green-900); }
.g-arrow{
  width: 44px; height: 44px;
  border: 1px solid rgba(34,48,31,0.18);
  border-radius: 50%;
  background: transparent;
  color: var(--green-900);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all .35s var(--ease);
}
.g-arrow svg{ width: 18px; height: 18px; }
.g-arrow:hover{ background: var(--green-800); border-color: var(--green-800); color: var(--white-warm); }

.strip{
  display: flex; align-items: center; gap: clamp(16px, 2.2vw, 28px);
  overflow-x: auto;
  padding: 26px max(18px, calc(50% - 170px)) 52px;
  scrollbar-width: none;
  cursor: grab;
  perspective: 1100px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.strip::-webkit-scrollbar{ display: none; }
.strip.dragging{ cursor: grabbing; scroll-snap-type: none; }

.g-item{
  margin: 0; flex-shrink: 0;
  scroll-snap-align: center;
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  box-shadow: 0 24px 44px -28px rgba(20,48,31,0.45);
}
.g-item img{
  height: clamp(250px, 30vw, 330px);
  width: auto;
  object-fit: cover;
  /* o JS escreve o filtro de profundidade na variável --imgf */
  filter: var(--imgf, saturate(0.88) brightness(0.99));
  transition: transform .7s var(--ease);
  user-select: none; -webkit-user-drag: none;
  will-change: transform;
}
.g-item:hover img{
  filter: saturate(1.06) brightness(1.02);
  transform: scale(1.06);
}
.g-item:hover::after{ opacity: 0; }
.g-item:hover figcaption{ opacity: 1; transform: translateY(0); }

.g-item::after{
  /* véu que escurece de leve as laterais e limpa no centro */
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(243,240,232,0.08), rgba(20,48,31,0.14));
  opacity: var(--veil, 0.5);
  pointer-events: none;
  transition: opacity .3s linear;
}

.g-item figcaption{
  position: absolute; left: 12px; bottom: 12px;
  font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--white-warm);
  background: rgba(20,48,31,0.45);
  border: 1px solid rgba(250,248,242,0.25);
  padding: 5px 12px; border-radius: 999px;
  backdrop-filter: blur(6px);
  opacity: 0; transform: translateY(6px);
  transition: opacity .45s var(--ease), transform .45s var(--ease);
}
.g-item.is-center figcaption{ opacity: 1; transform: translateY(0); }

.g-progress{
  height: 2px; margin-top: 4px;
  background: rgba(34,48,31,0.1);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  max-width: min(var(--wrap), calc(100% - 2 * clamp(18px, 4.5vw, 44px)));
}
.g-progress span{
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 12%;
  background: var(--green-800);
  border-radius: 2px;
  transition: width .2s linear;
}

/* ---------- Empresas ---------- */
.corp{ padding: 0 0 60px; }
.corp-card{
  border-radius: var(--r-lg);
  background: linear-gradient(115deg, var(--green-900) 0%, var(--green-800) 100%);
  padding: clamp(36px, 5vw, 64px);
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  position: relative; overflow: hidden;
}
.corp-card::before{
  content: "";
  position: absolute; left: -60px; bottom: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,213,196,0.14), transparent 70%);
}
.corp-card::after{
  content: "";
  position: absolute; right: -40px; top: -60px;
  width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(211,196,143,0.16), transparent 70%);
}
.corp-copy h2{ color: var(--white-warm); font-size: clamp(1.7rem, 3vw, 2.4rem); }
.corp-copy p{ color: var(--sage-light); margin: 16px 0 22px; max-width: 420px; font-size: 0.95rem; line-height: 1.65; }
.corp-perks{ list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 10px; max-width: 430px; }
.corp-perks li{
  position: relative;
  display: flex; align-items: center; gap: 12px;
  font-size: 0.86rem; color: var(--white-warm);
  background: linear-gradient(135deg, rgba(250,248,242,0.18), rgba(250,248,242,0.04));
  border: 1px solid rgba(250,248,242,0.24);
  border-radius: 14px;
  padding: 12px 16px;
  backdrop-filter: blur(12px) saturate(1.5);
  -webkit-backdrop-filter: blur(12px) saturate(1.5);
  box-shadow:
    0 10px 26px -14px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.3);
  overflow: hidden;
  transition: transform .4s var(--ease), background .4s var(--ease);
}
.corp-perks li::before{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 36%);
  pointer-events: none;
}
.corp-perks li:hover{
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(250,248,242,0.26), rgba(250,248,242,0.07));
}
.corp-perks svg{ width: 15px; height: 15px; flex-shrink: 0; color: var(--gold-soft); position: relative; z-index: 1; }

/* Distintivo de vidro para os ícones decorativos (empresas / cta final) */
.icon-badge{
  position: relative;
  width: clamp(130px, 15vw, 170px); height: clamp(130px, 15vw, 170px);
  flex-shrink: 0;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 30% 26%, rgba(255,255,255,0.28), rgba(255,255,255,0.03) 62%);
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(12px) saturate(1.5);
  -webkit-backdrop-filter: blur(12px) saturate(1.5);
  box-shadow:
    0 25px 50px -22px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.4),
    0 0 70px -16px var(--badge-glow, rgba(211,196,143,0.45));
}
.icon-badge::before{
  content: "";
  position: absolute; inset: -16px;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.16);
  animation: badge-spin 50s linear infinite;
}
.icon-badge svg{ width: 54%; height: 54%; color: var(--sage-light); position: relative; z-index: 1; }
.icon-badge .badge-dot{
  position: absolute;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 14px 3px rgba(211,196,143,0.7);
  animation: badge-float 4.5s ease-in-out infinite;
}
.icon-badge .badge-dot:nth-child(2){ top: 12%; right: 14%; animation-delay: .3s; }
.icon-badge .badge-dot:nth-child(3){ bottom: 16%; left: 10%; width: 6px; height: 6px; animation-delay: 1.6s; }
@keyframes badge-spin{ to{ transform: rotate(360deg); } }
@keyframes badge-float{
  0%, 100%{ transform: translateY(0); opacity: .85; }
  50%{ transform: translateY(-7px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce){
  .icon-badge::before, .icon-badge .badge-dot{ animation: none; }
}

/* ---------- Depoimentos ---------- */
.testimonials{ padding: 0 0 80px; }
.t-title{ text-align: center; font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: 40px; }
.t-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.t-card{
  margin: 0;
  background: var(--card);
  border-radius: var(--r-md);
  padding: 30px 28px 26px;
  position: relative;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.t-card:hover{ transform: translateY(-4px); box-shadow: 0 20px 40px -24px rgba(20,48,31,0.3); }
.t-quote{
  font-family: var(--serif); font-size: 2.4rem; line-height: 0.5;
  color: var(--gold); display: block; margin-bottom: 18px;
}
.t-card blockquote{ margin: 0; font-size: 0.92rem; line-height: 1.6; color: var(--ink); }
.t-stars{ color: var(--gold); font-size: 0.85rem; letter-spacing: 3px; margin: 16px 0 8px; }
.t-card figcaption{ font-size: 0.78rem; color: var(--ink-soft); }
.testimonial-note{ text-align: center; margin-top: 36px; font-size: 0.76rem; color: var(--ink-soft); opacity: 0.65; }

/* ---------- Declaração ---------- */
.statement{ padding: 76px 0 40px; text-align: center; }
.statement-mid{ padding: 14px 0 84px; }
.st-leaf{ width: 34px; height: 34px; color: var(--gold); margin-bottom: 20px; }
.st-text{
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  line-height: 1.3;
  color: var(--green-900);
  letter-spacing: -0.01em;
}
.st-text em{ font-style: italic; color: var(--gold); }

/* ---------- CTA final ---------- */
.final{ padding: 0 0 90px; }
.final-card{
  border-radius: var(--r-lg);
  background: var(--white-warm);
  border: 1px solid rgba(34,48,31,0.08);
  padding: clamp(36px, 5vw, 64px);
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  box-shadow: 0 30px 60px -40px rgba(20,48,31,0.25);
}
.final-copy h2{ font-size: clamp(1.8rem, 3.2vw, 2.5rem); }
.final-copy p{ color: var(--ink-soft); margin: 16px 0 28px; max-width: 400px; font-size: 0.95rem; line-height: 1.65; }
.final-actions{ display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.final-copy address{ font-style: normal; font-size: 0.8rem; color: var(--ink-soft); }
.final-capsule{
  width: clamp(130px, 15vw, 185px);
  flex-shrink: 0;
  filter: drop-shadow(0 26px 34px rgba(20,48,31,0.28));
  animation: capsule-float 6s ease-in-out infinite;
}
@keyframes capsule-float{
  0%, 100%{ transform: translateY(0) rotate(-1.5deg); }
  50%{ transform: translateY(-12px) rotate(1.5deg); }
}
@media (prefers-reduced-motion: reduce){
  .final-capsule{ animation: none; }
}

/* ---------- Footer ---------- */
.site-footer{ background: var(--green-950); color: var(--sage-light); padding: 46px 0; }
.footer-inner{
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  flex-wrap: wrap;
}
.brand-footer .brand-text{ color: var(--white-warm); }
.footer-motto{ font-size: 0.9rem; line-height: 1.6; }
.footer-address{
  display: flex; align-items: center; gap: 10px;
  font-size: 0.82rem; line-height: 1.6;
}
.footer-address svg{ width: 17px; height: 17px; flex-shrink: 0; color: var(--gold-soft); }
.footer-contact{ display: flex; align-items: center; gap: 18px; }
.footer-contact p{ font-size: 0.82rem; line-height: 1.6; text-align: right; }
.footer-social{ display: flex; gap: 12px; }
.footer-social a{
  width: 38px; height: 38px;
  border: 1px solid rgba(250,248,242,0.25); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all .3s var(--ease);
}
.footer-social svg{ width: 17px; height: 17px; }
.footer-social a:hover{ background: var(--white-warm); color: var(--green-900); border-color: var(--white-warm); }

/* ==========================================================
   MOVIMENTO — reveals, parallax e micro-interações
   ========================================================== */

/* ---------- Reveal ---------- */
.reveal{
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 1s var(--ease) var(--d, 0s),
    transform 1.05s var(--ease) var(--d, 0s),
    filter 1s var(--ease) var(--d, 0s);
  filter: blur(6px);
}
.reveal.is-visible{ opacity: 1; transform: none; filter: blur(0); }

.reveal-left{ transform: translate3d(-42px, 14px, 0); }
.reveal-right{ transform: translate3d(42px, 14px, 0); }
.reveal-scale{ transform: scale(0.955) translateY(28px); }

/* filhos que entram em cascata dentro de um bloco revelado */
.stagger > *{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.stagger.is-visible > *{ opacity: 1; transform: none; }
.stagger.is-visible > *:nth-child(1){ transition-delay: .05s; }
.stagger.is-visible > *:nth-child(2){ transition-delay: .13s; }
.stagger.is-visible > *:nth-child(3){ transition-delay: .21s; }
.stagger.is-visible > *:nth-child(4){ transition-delay: .29s; }
.stagger.is-visible > *:nth-child(5){ transition-delay: .37s; }
.stagger.is-visible > *:nth-child(6){ transition-delay: .45s; }

/* ---------- Hero: título linha a linha ---------- */
.hero-title{
  font-size: clamp(2.7rem, 6.4vw, 4.7rem);
  font-weight: 400;
  color: var(--green-900);
  text-shadow: 0 2px 22px rgba(243,240,232,0.6);
}
.hero-title .line{ display: block; overflow: hidden; }
.hero-title .line > span{
  display: block;
  transform: translateY(105%);
  animation: line-up 1.15s var(--ease) forwards;
}
.hero-title .line:nth-child(1) > span{ animation-delay: .18s; }
.hero-title .line:nth-child(2) > span{ animation-delay: .29s; }
.hero-title .line:nth-child(3) > span{ animation-delay: .40s; }
.hero-title .line:nth-child(4) > span{ animation-delay: .51s; }
@keyframes line-up{ to{ transform: translateY(0); } }

/* ---------- Barra de progresso de leitura ---------- */
.scroll-progress{
  position: fixed; top: 0; left: 0; right: 0; height: 2px;
  z-index: 900; pointer-events: none;
  background: transparent;
}
.scroll-progress span{
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--green-700), var(--gold));
  box-shadow: 0 0 12px rgba(179,144,63,0.5);
  transition: width .12s linear;
}

/* ---------- Header que recolhe ---------- */
.site-header{ will-change: transform; }
.site-header.tucked{ transform: translateY(-110%); }

/* ---------- WhatsApp flutuante ---------- */
.wa-float{
  position: fixed; right: clamp(16px, 3vw, 28px); bottom: clamp(16px, 3vw, 28px);
  z-index: 850;
  width: 54px; height: 54px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--green-800); color: var(--white-warm);
  box-shadow: 0 14px 30px -10px rgba(20,48,31,0.55);
  opacity: 0; visibility: hidden; transform: translateY(16px) scale(0.9);
  transition: opacity .5s var(--ease), transform .5s var(--ease), visibility .5s, background .35s var(--ease);
}
.wa-float.show{ opacity: 1; visibility: visible; transform: none; }
.wa-float:hover{ background: var(--green-900); transform: translateY(-3px); }
.wa-float svg{ width: 25px; height: 25px; position: relative; z-index: 1; }
.wa-pulse{
  position: absolute; inset: 0; border-radius: 50%;
  border: 1.5px solid rgba(201,213,196,0.6);
  animation: wa-ring 2.8s ease-out infinite;
}
@keyframes wa-ring{
  0%{ transform: scale(1); opacity: .7; }
  70%{ transform: scale(1.55); opacity: 0; }
  100%{ opacity: 0; }
}

/* ---------- Micro-interações ---------- */
.mode, .b-item, .feat{
  transition: transform .45s var(--ease), color .45s var(--ease);
}
.mode:hover, .b-item:hover, .feat:hover{ transform: translateY(-4px); }
.mode:hover svg, .b-item:hover svg{ color: var(--gold); }
.mode svg, .b-item svg, .feat-ico svg{ transition: color .4s var(--ease), transform .5s var(--ease); }
.feat:hover .feat-ico{ background: var(--green-800); border-color: var(--green-800); }
.feat:hover .feat-ico svg{ color: var(--white-warm); }
.feat-ico{ transition: background .4s var(--ease), border-color .4s var(--ease); }

.stat b{ display: inline-block; }

.btn-fill, .btn-soft, .btn-cream, .btn-glass{ position: relative; overflow: hidden; }
.btn-fill::after, .btn-cream::after{
  content: "";
  position: absolute; top: 0; left: -75%;
  width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: skewX(-18deg);
  transition: left .7s var(--ease);
}
.btn-fill:hover::after, .btn-cream:hover::after{ left: 130%; }

/* logo que respira de leve ao passar o mouse */
.brand-mark{ transition: transform .6s var(--ease); }
.brand:hover .brand-mark{ transform: rotate(-6deg) scale(1.06); }

/* cápsula da seção de serviços flutuando devagar */
.adapt-capsule img{ animation: capsule-drift 8s ease-in-out infinite; }
@keyframes capsule-drift{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-14px); }
}

/* foto do Eduardo com leve zoom ao entrar em cena */
.about-figure img{
  transform: scale(1.08);
  transition: transform 1.6s var(--ease);
}
.about-figure.is-visible img{ transform: scale(1); }

/* ---------- Parallax (o JS escreve --py) ---------- */
.hero-sky{ inset: -8% 0; transform: translate3d(0, var(--py, 0px), 0); will-change: transform; }
.where-bg{ inset: -8% 0; transform: translate3d(0, var(--py, 0px), 0); will-change: transform; }
/* usa `translate` para não brigar com a animação de flutuar (que usa transform) */
.final-capsule{ translate: 0 var(--py, 0px); }

/* ---------- Responsivo ---------- */
@media (max-width: 1020px){
  .main-nav{ display: none; }
  .nav-toggle{ display: flex; }

  .adapt-grid{ grid-template-columns: 1fr 1fr; }
  .adapt-capsule{ order: 3; grid-column: 1 / -1; margin-top: 20px; }
  .adapt-capsule img{ max-height: 420px; }

  .where-inner{ grid-template-columns: 1fr; }
  .where-list{ margin-left: 0; max-width: 100%; }

  .about-grid{ grid-template-columns: 1fr; }
  .about-figure{ max-width: 420px; margin: 0 auto; }
  .about-stats{ flex-wrap: wrap; gap: 20px 32px; }

  .benefit-row{ grid-template-columns: repeat(3, 1fr); gap: 22px 12px; }
  .b-item:nth-child(3n){ border-right: 0; }

  .t-grid{ grid-template-columns: 1fr; }
  .corp-card, .final-card{ flex-direction: column; text-align: center; align-items: center; }
  .corp-copy p, .final-copy p{ margin-left: auto; margin-right: auto; }
  .corp-perks{ align-items: center; }
  .corp-perks li{ justify-content: center; }
  .final-actions{ justify-content: center; }
}

@media (max-width: 640px){
  .header-cta{ display: none; }

  .hero{ min-height: 88svh; }
  .hero-chip{ top: 86px; font-size: 0.66rem; }
  .hero-inner{ padding-top: 120px; }
  .hero-lede{ max-width: 300px; }
  .hero-note{ position: static; padding: 0 20px 26px; }
  .hero .hero-note{ position: absolute; }

  .adapt-grid{ grid-template-columns: 1fr; }
  .adapt-modes{ grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .mode{ border-right: 0; border: 1px solid rgba(34,48,31,0.1); border-radius: var(--r-md); padding: 16px 8px; }
  .adapt-right{ flex-direction: column; align-items: center; }
  .adapt-right .feat{ width: min(100%, 300px); justify-content: flex-start; }

  .benefit-row{ grid-template-columns: repeat(2, 1fr); }
  .b-item{ border-right: 0; }

  .where-card{ min-height: 0; }

  .gallery-head{ flex-direction: column; align-items: flex-start; }
  .gallery-ctrl{ align-self: flex-end; }
  .strip{ padding-left: max(18px, calc(50% - 130px)); padding-right: max(18px, calc(50% - 130px)); }
}

/* Menu mobile */
.main-nav.open{
  display: flex; flex-direction: column;
  position: fixed; top: 0; right: 0;
  height: 100svh; width: min(78vw, 320px);
  background: var(--green-950);
  padding: 110px 40px 40px;
  gap: 26px;
  z-index: 400;
  animation: slideIn .45s var(--ease);
}
.main-nav.open a{ color: var(--white-warm); font-family: var(--serif); font-size: 1.2rem; }
.main-nav.open a::after{ display: none; }
@keyframes slideIn{ from{ transform: translateX(100%); } to{ transform: translateX(0); } }
.nav-toggle.active span:nth-child(1){ transform: translateY(6.5px) rotate(45deg); background: var(--white-warm); }
.nav-toggle.active span:nth-child(2){ opacity: 0; }
.nav-toggle.active span:nth-child(3){ transform: translateY(-6.5px) rotate(-45deg); background: var(--white-warm); }
.nav-toggle.active{ position: relative; z-index: 450; }

@media (prefers-reduced-motion: reduce){
  .reveal, .stagger > *{
    opacity: 1 !important; transform: none !important;
    filter: none !important; transition: none !important;
  }
  .hero-title .line > span{ transform: none; animation: none; }
  .adapt-capsule img, .wa-pulse, .about-figure img{ animation: none; transform: none; }
  html{ scroll-behavior: auto; }
}
