/* =========================================================================
   HIPERCONTROLL — Institucional "A Fórmula em Profundidade"
   Conceito 010. Light editorial que mergulha em câmara navy.
   Merriweather = display (voz). Inter = UI/dados.
   ========================================================================= */

/* ---------- TOKENS ---------- */
:root {
  /* Superfícies */
  --bg:           #F8F6F2;
  --bg-warm:      #FDFAF5;
  --white:        #FFFFFF;
  --deep:         #0F2E4D;   /* câmara profunda */
  --navy:         #1A4B7A;   /* autoridade */

  /* Acentos */
  --action:       #D4580F;   /* terracota — ação */
  --action-h:     #B8470D;
  --orange:       #E8722A;   /* convite/realce sobre escuro */
  --green:        #4A7A45;   /* natural/ANVISA */
  --logo:         #BA191F;   /* só logo */

  /* Texto */
  --ink:          #1C1C1C;
  --ink-body:     #2D2D2D;
  --ink-sec:      #5A6470;
  --ink-muted:    #888888;
  --ink-inv:      #F4F1EC;   /* sobre escuro */
  --ink-inv-sec:  rgba(244,241,236,.72);

  --border:       #E5E2DB;
  --border-deep:  rgba(244,241,236,.16);

  /* Tipografia */
  --f-ui:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --f-serif: 'Merriweather', Georgia, 'Times New Roman', serif;

  --d-hero:  clamp(2.6rem, 6.4vw, 6rem);
  --d-h2:    clamp(1.9rem, 4.2vw, 3.4rem);
  --d-quote: clamp(1.4rem, 3vw, 2.3rem);
  --data:    clamp(3.4rem, 11vw, 9rem);
  --body:    clamp(1.0625rem, 1.4vw, 1.1875rem);
  --lead:    clamp(1.125rem, 1.6vw, 1.3125rem);

  /* Sistema */
  --container: 1180px;
  --pad:       clamp(1.1rem, 4vw, 2.5rem);
  --sec-pad:   clamp(4.5rem, 9vw, 8.5rem);
  --radius:    14px;
  --radius-lg: 22px;
  --ease:      cubic-bezier(.22,1,.36,1);
  --shadow:    0 8px 40px rgba(15,46,77,.10);
  --shadow-lg: 0 24px 70px rgba(15,46,77,.18);

  /* ECG */
  --ecg: var(--navy);
}

/* ---------- RESET / BASE ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink-body);
  font-family: var(--f-serif);
  font-size: var(--body);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { margin: 0; font-family: var(--f-ui); line-height: 1.15; color: var(--ink); }
p { margin: 0; }
::selection { background: var(--action); color: #fff; }

.fp-skip {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--deep); color: #fff; padding: .8rem 1.2rem; border-radius: 0 0 10px 0;
  font-family: var(--f-ui); font-weight: 600;
}
.fp-skip:focus { left: 0; }

:focus-visible { outline: 2px solid var(--action); outline-offset: 3px; border-radius: 4px; }

.fp-container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--pad); }
.fp-container--narrow { max-width: 800px; }

/* ---------- TIPOGRAFIA COMPARTILHADA ---------- */
.fp-eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--f-ui); font-size: clamp(.72rem,.9vw,.82rem); font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: #A8460D;
  margin: 0 0 1.1rem;
}
.fp-eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--action); box-shadow: 0 0 0 4px rgba(212,88,15,.14); flex: none; }
.fp-eyebrow--inv { color: var(--orange); }
.fp-eyebrow--inv .fp-eyebrow__dot { background: var(--orange); box-shadow: 0 0 0 4px rgba(232,114,42,.18); }

.fp-h2 {
  font-family: var(--f-serif); font-weight: 900; font-size: var(--d-h2);
  line-height: 1.12; letter-spacing: -.015em; color: var(--ink);
}
.fp-h2 em { font-style: italic; font-weight: 700; color: var(--action); }
.fp-h2--inv { color: #fff; }
.fp-h2--inv em { color: var(--orange); }

.fp-lead { font-size: var(--lead); line-height: 1.65; color: var(--ink-sec); margin-top: 1.2rem; }
.fp-lead--inv { color: var(--ink-inv-sec); }

.fp-prose p { margin-top: 1.2rem; color: var(--ink-body); }
.fp-prose strong { color: var(--ink); font-weight: 700; }

.fp-head { max-width: 760px; margin-bottom: clamp(2.2rem,4vw,3.4rem); }
.fp-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.fp-head--center .fp-eyebrow { justify-content: center; }

/* ---------- BOTÕES ---------- */
.fp-btn {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--f-ui); font-weight: 600; font-size: 1rem; letter-spacing: .01em;
  padding: .95rem 1.7rem; border-radius: 999px; min-height: 52px;
  cursor: pointer; border: 1px solid transparent; transition: all .3s var(--ease);
}
.fp-btn svg { width: 19px; height: 19px; transition: transform .3s var(--ease); }
.fp-btn--primary { background: var(--action); color: #fff; box-shadow: 0 10px 30px rgba(212,88,15,.28); }
.fp-btn--primary:hover { background: var(--action-h); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(212,88,15,.34); }
.fp-btn--primary:hover svg { transform: translateX(4px); }
.fp-btn--ghost { background: transparent; color: var(--ink); border-color: rgba(26,75,122,.28); }
.fp-btn--ghost:hover { border-color: var(--navy); color: var(--navy); transform: translateY(-2px); }

/* ---------- PLACEHOLDER ---------- */
.fp-ph {
  border: 1px dashed rgba(212,88,15,.45); background: rgba(232,114,42,.05);
  border-radius: 12px; padding: 1.1rem 1.3rem; margin-top: 1.6rem;
}
.fp-ph p { font-size: .98rem; color: var(--ink-sec); margin-top: .5rem; }
.fp-ph p:first-of-type { margin-top: 0; }
.fp-ph--mini { padding: .85rem 1rem; }
.fp-ph__tag {
  display: inline-block; font-family: var(--f-ui); font-size: .68rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--action);
  background: rgba(212,88,15,.12); padding: .25rem .6rem; border-radius: 5px; margin-right: .4rem;
}

/* ---------- ECG: FIO CONDUTOR FIXO ---------- */
.fp-ecg {
  position: fixed; top: 0; right: max(.4rem, 1.6vw); height: 100vh; width: 40px;
  z-index: 30; pointer-events: none; opacity: .8;
}
.fp-ecg__svg { width: 100%; height: 100%; }
.fp-ecg__base { fill: none; stroke: rgba(26,75,122,.12); stroke-width: 1.2; }
.fp-ecg__line { fill: none; stroke: var(--ecg); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round;
  transition: stroke .5s var(--ease); }
.fp-ecg__head { fill: var(--action); }
body.fp-in-dark .fp-ecg__base { stroke: rgba(244,241,236,.16); }
body.fp-in-dark .fp-ecg__line { stroke: var(--orange); }

/* ---------- NAV: CÁPSULA FLUTUANTE ---------- */
.fp-cap {
  position: fixed; top: clamp(.8rem,2vw,1.4rem); left: 50%; transform: translateX(-50%) translateY(-130%);
  z-index: 80; display: flex; align-items: center; gap: clamp(.6rem,1.5vw,1.4rem);
  padding: .5rem .6rem .5rem 1.1rem; border-radius: 999px;
  background: rgba(15,46,77,.95);
  border: 1px solid rgba(244,241,236,.18); box-shadow: 0 10px 30px rgba(15,46,77,.30);
  transition: transform .5s var(--ease), background .4s, box-shadow .4s; max-width: calc(100vw - 1.6rem);
}
.fp-cap.is-visible { transform: translateX(-50%) translateY(0); }
.fp-cap.is-shrunk { padding-top: .42rem; padding-bottom: .42rem; box-shadow: 0 6px 22px rgba(15,46,77,.12); }
.fp-cap__brand img { width: clamp(110px,16vw,148px); height: auto; }
.fp-cap__toggle {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem; background: none; border: none; cursor: pointer;
  font-family: var(--f-ui); font-weight: 600; font-size: .9rem; color: var(--ink-inv); padding: .6rem .5rem; min-height: 44px; min-width: 44px;
}
.fp-cap__toggle svg { width: 20px; height: 20px; }
.fp-cap__cta {
  display: inline-flex; align-items: center; gap: .5rem; background: var(--action); color: #fff;
  font-family: var(--f-ui); font-weight: 600; font-size: .9rem; padding: .6rem 1.1rem; border-radius: 999px;
  min-height: 44px; transition: background .3s var(--ease);
}
.fp-cap__cta svg { width: 17px; height: 17px; }
.fp-cap__cta:hover { background: var(--action-h); }

/* ---------- MENU OVERLAY ---------- */
.fp-menu {
  position: fixed; inset: 0; z-index: 120;
  background: rgba(15,46,77,.97); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2.5rem;
  padding: var(--pad); opacity: 0; transition: opacity .4s var(--ease);
}
.fp-menu[hidden] { display: none; }
.fp-menu.is-open { opacity: 1; }
.fp-menu__close {
  position: absolute; top: clamp(1rem,3vw,2rem); right: clamp(1rem,3vw,2rem);
  width: 52px; height: 52px; border-radius: 50%; background: rgba(244,241,236,.08);
  border: 1px solid var(--border-deep); color: #fff; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
}
.fp-menu__close svg { width: 24px; height: 24px; }
.fp-menu__nav { display: flex; flex-direction: column; gap: clamp(.4rem,1.6vw,1rem); text-align: center; }
.fp-menu__link {
  font-family: var(--f-serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.6rem,4.5vw,2.6rem); color: var(--ink-inv); transition: color .25s, transform .25s var(--ease);
  display: inline-flex; align-items: baseline; gap: .8rem;
}
.fp-menu__num { font-family: var(--f-ui); font-style: normal; font-size: .8rem; font-weight: 600; color: var(--orange); letter-spacing: .1em; }
.fp-menu__link:hover { color: #fff; transform: translateX(6px); }
.fp-menu__foot { display: flex; flex-wrap: wrap; gap: 1.4rem; justify-content: center; text-align: center; font-family: var(--f-ui); font-size: .9rem; color: var(--ink-inv-sec); overflow-wrap: anywhere; max-width: 100%; }
.fp-menu__foot a:hover { color: var(--orange); }

/* =========================================================================
   CAPA / PALCO
   ========================================================================= */
.fp-capa {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  padding: clamp(7rem,14vw,9rem) var(--pad) clamp(4rem,8vw,6rem); overflow: hidden;
  background: radial-gradient(120% 90% at 75% 25%, #FCFAF6 0%, var(--bg) 55%, #EFEBE3 100%);
}
.fp-capa__atmos {
  position: absolute; inset: 0; pointer-events: none; opacity: .6;
  background:
    radial-gradient(40% 50% at 72% 38%, rgba(232,114,42,.10), transparent 70%),
    radial-gradient(35% 45% at 60% 70%, rgba(74,122,69,.10), transparent 70%);
}
.fp-capa__inner {
  position: relative; z-index: 2; width: 100%; max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,4vw,4rem); align-items: center;
}
.fp-capa__copy { max-width: 600px; }
.fp-capa__h1 {
  font-family: var(--f-serif); font-weight: 900; font-size: var(--d-hero);
  line-height: 1.02; letter-spacing: -.02em; color: var(--ink); margin-bottom: 1.4rem;
}
.fp-capa__h1 em { font-style: italic; font-weight: 700; color: var(--action); }
.fp-capa__sub { font-size: var(--lead); line-height: 1.7; color: var(--ink-sec); max-width: 520px; }
.fp-capa__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }

/* Palco em camadas */
.fp-stage { position: relative; width: 100%; aspect-ratio: 1/1.05; max-width: 520px; margin: 0 auto; }
.fp-layer { position: absolute; will-change: transform; }
.fp-stage__halo {
  inset: 8% 8% 8% 8%; border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.9), rgba(252,247,238,.5) 40%, transparent 70%);
  filter: blur(3px);
}
.fp-stage__leaf { color: var(--green); }
.fp-stage__leaf--back { width: 62%; top: 4%; left: 2%; fill: rgba(74,122,69,.18); filter: blur(1.5px); }
.fp-stage__leaf--front { width: 30%; bottom: 6%; right: 4%; fill: rgba(74,122,69,.32); }
.fp-stage__frasco {
  width: 52%; left: 50%; top: 50%; transform: translate(-50%,-50%);
  filter: drop-shadow(0 30px 50px rgba(15,46,77,.30)); z-index: 3;
}
.fp-stage__particles { inset: 0; width: 100%; height: 100%; z-index: 5; }
.fp-stage__tag {
  position: absolute; z-index: 6; display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--f-ui); font-weight: 600; font-size: .8rem; color: var(--green);
  background: rgba(255,255,255,.94); border: 1px solid rgba(74,122,69,.25);
  padding: .5rem .85rem; border-radius: 999px; box-shadow: var(--shadow);
}
.fp-stage__tag svg { width: 17px; height: 17px; }
.fp-stage__tag--anvisa { top: 14%; right: -2%; }
.fp-capa__scroll {
  position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%); z-index: 3;
  display: inline-flex; flex-direction: column; align-items: center; gap: .4rem;
  font-family: var(--f-ui); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-muted);
}
.fp-capa__scroll svg { width: 18px; height: 18px; animation: fp-bob 1.8s ease-in-out infinite; }
@keyframes fp-bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }

/* =========================================================================
   A FÓRMULA EM CAMADAS
   ========================================================================= */
.fp-formula { background: var(--bg-warm); padding: var(--sec-pad) 0; position: relative; }
.fp-ativos { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: clamp(.8rem,1.6vw,1.2rem); }
.fp-ativo {
  position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1rem,3vw,2.4rem);
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: clamp(1.3rem,2.6vw,2rem) clamp(1.3rem,3vw,2.4rem); box-shadow: var(--shadow);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.fp-ativo:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: rgba(212,88,15,.3); }
.fp-ativo__idx { font-family: var(--f-ui); font-weight: 800; font-size: clamp(1.6rem,4vw,2.6rem); color: rgba(26,75,122,.22); line-height: 1; }
.fp-ativo__nome { font-family: var(--f-serif); font-weight: 700; font-size: clamp(1.3rem,2.6vw,1.9rem); color: var(--navy); margin-bottom: .35rem; }
.fp-ativo__desc { font-size: 1.02rem; color: var(--ink-sec); line-height: 1.7; max-width: 60ch; }
.fp-ativo__selo {
  font-family: var(--f-ui); font-weight: 600; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
  color: #fff; background: var(--green); padding: .4rem .8rem; border-radius: 999px; white-space: nowrap;
}
.fp-ativo--destaque { border-color: rgba(212,88,15,.35); background: linear-gradient(180deg, #FFF8F2, var(--white) 60%); }
.fp-ativo--destaque .fp-ativo__idx { color: rgba(212,88,15,.4); }
.fp-ativo--destaque .fp-ativo__nome { color: var(--action); }

/* Composição completa */
.fp-comp { margin-top: clamp(1.6rem,3vw,2.4rem); background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: clamp(1.4rem,3vw,2.2rem); box-shadow: var(--shadow); }
.fp-comp__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: .4rem 1rem; border-bottom: 2px solid var(--navy); padding-bottom: .9rem; margin-bottom: 1.2rem; }
.fp-comp__head h3 { font-family: var(--f-serif); font-weight: 700; font-size: clamp(1.2rem,2.4vw,1.6rem); color: var(--navy); }
.fp-comp__head span { font-family: var(--f-ui); font-size: .85rem; color: var(--ink-sec); }
.fp-comp__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 0 clamp(1.5rem,4vw,3rem); }
.fp-comp__list li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .6rem 0; border-bottom: 1px solid var(--border); font-size: 1rem; }
.fp-comp__list li span { color: var(--ink-body); }
.fp-comp__list li b { font-family: var(--f-ui); font-weight: 700; color: var(--navy); white-space: nowrap; }
.fp-comp__uso { margin-top: 1.2rem; font-size: .98rem; color: var(--ink-sec); line-height: 1.7; }
.fp-comp__uso strong { color: var(--ink); }
@media (max-width: 560px) { .fp-comp__list { grid-template-columns: 1fr; } }

/* =========================================================================
   CLÍMAX DO PRODUTO — CÂMARA
   ========================================================================= */
.fp-produto {
  position: relative; overflow: hidden; color: var(--ink-inv);
  padding: clamp(6rem,12vw,10rem) var(--pad); isolation: isolate;
  background: linear-gradient(180deg, var(--bg-warm) 0%, #1B3C5C 26%, var(--deep) 60%, #0B2540 100%);
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem,5vw,5rem);
}
.fp-produto__atmos {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(45% 45% at 30% 55%, rgba(212,88,15,.18), transparent 70%),
    radial-gradient(40% 40% at 65% 40%, rgba(26,75,122,.5), transparent 70%);
}
.fp-produto__stage { position: relative; display: flex; justify-content: center; align-items: center; min-height: 60vh; }
.fp-produto__frasco {
  width: clamp(180px,30vw,330px); height: auto; position: relative; z-index: 3;
  filter: drop-shadow(0 24px 38px rgba(0,0,0,.5)); will-change: transform;
}
.fp-produto__orbita { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; border: 1px solid rgba(244,241,236,.14); }
.fp-produto__orbita--1 { width: 78%; aspect-ratio: 1; }
.fp-produto__orbita--2 { width: 104%; aspect-ratio: 1; border-color: rgba(232,114,42,.18); }
.fp-produto__selo {
  position: absolute; z-index: 4; top: 12%; right: 8%;
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--f-ui); font-weight: 700; font-size: .74rem; line-height: 1.1; color: #fff;
  background: rgba(74,122,69,.92); padding: .6rem .9rem; border-radius: 12px;
  box-shadow: 0 14px 30px rgba(0,0,0,.35); will-change: transform;
}
.fp-produto__selo svg { width: 22px; height: 22px; flex: none; }
.fp-produto__copy { position: relative; z-index: 2; max-width: 540px; }
.fp-bullets { list-style: none; margin: 1.8rem 0 2.2rem; padding: 0; display: flex; flex-direction: column; gap: 1rem; }
.fp-bullets li { display: flex; gap: .8rem; align-items: flex-start; font-size: 1.05rem; color: var(--ink-inv); line-height: 1.55; }
.fp-bullets svg { width: 22px; height: 22px; color: var(--orange); flex: none; margin-top: 2px; }

/* =========================================================================
   CIÊNCIA + MARGINALIA
   ========================================================================= */
.fp-ciencia { background: var(--bg); padding: var(--sec-pad) 0; }
.fp-ciencia__grid { display: grid; grid-template-columns: 1.55fr .85fr; gap: clamp(2rem,5vw,4.5rem); align-items: start; }
.fp-margin { display: flex; flex-direction: column; gap: 1.1rem; position: sticky; top: 6rem; }
.fp-margin__note { border-left: 3px solid var(--navy); padding: .2rem 0 .2rem 1.1rem; }
.fp-margin__ref { display: block; font-family: var(--f-ui); font-weight: 700; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--navy); margin-bottom: .35rem; }
.fp-margin__note p { font-size: .95rem; color: var(--ink-sec); line-height: 1.65; }

/* =========================================================================
   NÚMEROS + TIMELINE
   ========================================================================= */
.fp-numeros { background: var(--white); padding: var(--sec-pad) 0; }
.fp-dados { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem,2.5vw,1.6rem); margin-bottom: clamp(3rem,6vw,5rem); }
.fp-dado { grid-column: span 1; border-top: 3px solid var(--navy); padding-top: 1.1rem; }
.fp-dado--wide { grid-column: span 2; border-top-color: var(--action); }
.fp-dado__num { display: block; font-family: var(--f-ui); font-weight: 800; font-size: var(--data); line-height: .9; letter-spacing: -.03em; color: var(--navy); }
.fp-dado--wide .fp-dado__num { color: var(--action); }
.fp-dado__label { display: block; font-family: var(--f-ui); font-size: .9rem; font-weight: 500; color: var(--ink-sec); margin-top: .7rem; max-width: 18ch; }

.fp-timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1.2rem,3vw,2rem); border-top: 1px solid var(--border); padding-top: clamp(2rem,4vw,3rem); }
.fp-timeline__item { position: relative; padding-top: 1.6rem; }
.fp-timeline__item::before { content: ""; position: absolute; top: 0; left: 0; width: 14px; height: 14px; border-radius: 50%; background: var(--action); box-shadow: 0 0 0 5px rgba(212,88,15,.14); }
.fp-timeline__ano { display: block; font-family: var(--f-ui); font-weight: 700; font-size: 1.05rem; color: var(--navy); margin-bottom: .5rem; }
.fp-timeline__item p { font-size: .98rem; color: var(--ink-sec); line-height: 1.65; }
.fp-timeline__item--ph::before { background: var(--ink-muted); box-shadow: 0 0 0 5px rgba(136,136,136,.14); }

/* =========================================================================
   GUTIERRE
   ========================================================================= */
.fp-gutierre { background: var(--bg-warm); padding: var(--sec-pad) 0; }
.fp-gutierre__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.fp-gutierre__foto { margin: 0; position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.fp-gutierre__foto img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.fp-gutierre__foto figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 2.4rem 1.4rem 1.1rem;
  font-family: var(--f-ui); font-weight: 600; font-size: .85rem; color: #fff;
  background: linear-gradient(180deg, transparent, rgba(15,46,77,.85));
}
.fp-quote p { font-family: var(--f-serif); font-style: italic; font-weight: 300; font-size: var(--d-quote); line-height: 1.4; color: var(--ink); margin: 1rem 0 1.6rem; }
.fp-gutierre__assina strong { display: block; font-family: var(--f-ui); font-weight: 700; font-size: 1.1rem; color: var(--navy); }
.fp-gutierre__assina span { font-size: .92rem; color: var(--ink-sec); }
.fp-gutierre__bio { font-size: 1rem; color: var(--ink-sec); line-height: 1.7; margin-top: 1.3rem; max-width: 52ch; }

/* =========================================================================
   COMPROMISSOS + ANVISA
   ========================================================================= */
.fp-compromissos { background: var(--bg); padding: var(--sec-pad) 0; }
.fp-compromissos__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.fp-anvisa { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; padding: 1.1rem 1.3rem; background: rgba(74,122,69,.08); border: 1px solid rgba(74,122,69,.25); border-radius: 12px; }
.fp-anvisa svg { width: 38px; height: 38px; color: var(--green); flex: none; }
.fp-anvisa strong { display: block; font-family: var(--f-ui); font-weight: 700; color: var(--ink); font-size: 1rem; margin-bottom: .3rem; }
.fp-anvisa span { font-size: .9rem; color: var(--ink-sec); line-height: 1.5; }
.fp-comlist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.fp-comlist li { display: flex; gap: .85rem; align-items: flex-start; background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 1.2rem; box-shadow: var(--shadow); }
.fp-comlist svg { width: 26px; height: 26px; color: var(--action); flex: none; }
.fp-comlist strong { display: block; font-family: var(--f-ui); font-weight: 700; color: var(--ink); margin-bottom: .25rem; }
.fp-comlist span { font-size: .95rem; color: var(--ink-sec); line-height: 1.55; }

/* =========================================================================
   ONDE COMPRAR
   ========================================================================= */
.fp-comprar { background: var(--deep); color: var(--ink-inv); padding: var(--sec-pad) 0; position: relative; overflow: hidden; }
.fp-comprar::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 60% at 50% 0%, rgba(232,114,42,.16), transparent 70%); pointer-events: none; }
.fp-lojas { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem,3vw,2rem); max-width: 920px; margin: 0 auto; position: relative; }
.fp-loja { position: relative; background: rgba(255,255,255,.05); border: 1px solid var(--border-deep); border-radius: var(--radius-lg); padding: clamp(1.8rem,3.5vw,2.6rem); transition: transform .35s var(--ease), border-color .35s, background .35s; }
.fp-loja:hover { transform: translateY(-4px); border-color: rgba(232,114,42,.4); background: rgba(244,241,236,.09); }
.fp-loja--oficial { border-color: rgba(232,114,42,.45); background: linear-gradient(180deg, rgba(212,88,15,.14), rgba(244,241,236,.05) 60%); }
.fp-loja__badge { position: absolute; top: -.8rem; left: clamp(1.8rem,3.5vw,2.6rem); font-family: var(--f-ui); font-weight: 700; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--action); padding: .35rem .8rem; border-radius: 999px; }
.fp-loja__ic { display: inline-flex; width: 56px; height: 56px; border-radius: 14px; align-items: center; justify-content: center; background: rgba(232,114,42,.16); color: var(--orange); margin-bottom: 1.2rem; }
.fp-loja__ic svg { width: 28px; height: 28px; }
.fp-loja h3 { font-family: var(--f-serif); font-weight: 700; font-size: clamp(1.4rem,2.6vw,1.8rem); color: #fff; margin-bottom: .6rem; }
.fp-loja p { color: var(--ink-inv-sec); font-size: 1rem; line-height: 1.6; margin-bottom: 1.6rem; }
.fp-loja__link { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--f-ui); font-weight: 600; color: #F2935A; font-size: 1rem; }
.fp-loja__link svg { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.fp-loja__link:hover svg { transform: translateX(4px); }
.fp-loja--oficial .fp-loja__link { color: #fff; }

/* =========================================================================
   FAQ
   ========================================================================= */
.fp-faq { background: var(--bg); padding: var(--sec-pad) 0; }
.fp-faqlist { display: flex; flex-direction: column; gap: .8rem; }
.fp-faqitem { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 0 clamp(1.1rem,2.5vw,1.6rem); transition: border-color .3s, box-shadow .3s; }
.fp-faqitem[open] { border-color: rgba(26,75,122,.35); box-shadow: var(--shadow); }
.fp-faqitem summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.25rem 0; font-family: var(--f-ui); font-weight: 600; font-size: clamp(1rem,1.6vw,1.15rem); color: var(--ink); }
.fp-faqitem summary::-webkit-details-marker { display: none; }
.fp-faqitem__ic { position: relative; width: 22px; height: 22px; flex: none; }
.fp-faqitem__ic::before, .fp-faqitem__ic::after { content: ""; position: absolute; background: var(--action); border-radius: 2px; transition: transform .3s var(--ease), opacity .3s; }
.fp-faqitem__ic::before { top: 10px; left: 2px; width: 18px; height: 2px; }
.fp-faqitem__ic::after { left: 10px; top: 2px; width: 2px; height: 18px; }
.fp-faqitem[open] .fp-faqitem__ic::after { transform: rotate(90deg); opacity: 0; }
.fp-faqitem__a { padding: 0 0 1.3rem; }
.fp-faqitem__a p { color: var(--ink-body); font-size: 1.02rem; line-height: 1.75; }
.fp-faqitem__a a { color: var(--action); text-decoration: underline; }

/* =========================================================================
   CONTATO
   ========================================================================= */
.fp-contato { background: var(--white); padding: var(--sec-pad) 0; }
.fp-contato__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.fp-canais { display: flex; flex-direction: column; gap: 1rem; }
.fp-canal { display: flex; align-items: center; gap: 1.1rem; background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 1.2rem 1.4rem; transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.fp-canal:hover { transform: translateX(4px); border-color: rgba(212,88,15,.35); box-shadow: var(--shadow); }
.fp-canal__ic { display: inline-flex; width: 50px; height: 50px; border-radius: 12px; align-items: center; justify-content: center; background: rgba(212,88,15,.1); color: var(--action); flex: none; }
.fp-canal__ic svg { width: 24px; height: 24px; }
.fp-canal__txt { min-width: 0; }
.fp-canal__label { display: block; font-family: var(--f-ui); font-size: .8rem; font-weight: 500; color: var(--ink-sec); text-transform: uppercase; letter-spacing: .06em; }
.fp-canal__valor { display: block; font-family: var(--f-ui); font-weight: 700; font-size: clamp(.95rem,3.4vw,1.05rem); color: var(--ink); margin-top: .2rem; overflow-wrap: anywhere; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.fp-footer { position: relative; background: var(--deep); color: var(--ink-inv-sec); padding: clamp(3.5rem,7vw,5.5rem) 0 2rem; overflow: hidden; }
.fp-footer__atmos { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 80% at 50% 0%, rgba(26,75,122,.5), transparent 70%); }
.fp-footer > .fp-container { position: relative; z-index: 1; }
.fp-footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: clamp(1.6rem,3.5vw,3rem); padding-bottom: 2.5rem; border-bottom: 1px solid var(--border-deep); }
.fp-footer__brand img { width: 180px; height: auto; margin-bottom: 1.1rem; }
.fp-footer__brand p { font-size: .95rem; line-height: 1.7; max-width: 38ch; }
.fp-footer__col h3 { font-family: var(--f-ui); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 1rem; }
.fp-footer__col a { display: block; font-size: .95rem; padding: .35rem 0; transition: color .25s; overflow-wrap: anywhere; }
.fp-footer__col a:hover { color: var(--orange); }
.fp-footer__disclaimer { font-size: .82rem; line-height: 1.7; color: rgba(244,241,236,.5); padding: 1.8rem 0; max-width: 90ch; }
.fp-footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .8rem; font-size: .85rem; color: rgba(244,241,236,.5); }
.fp-footer__bottom a { color: var(--orange); }

/* =========================================================================
   REVEAL (scroll)
   ========================================================================= */
.fp-reveal { opacity: 0; transform: translateY(34px); }
.fp-reveal.is-in { opacity: 1; transform: none; transition: opacity .8s var(--ease), transform .8s var(--ease); }

/* =========================================================================
   RESPONSIVO
   ========================================================================= */
@media (max-width: 980px) {
  .fp-capa__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .fp-capa { padding-top: clamp(8rem,18vw,10rem); }
  .fp-capa__copy { max-width: 640px; }
  .fp-stage { max-width: 360px; order: -1; }
  .fp-produto { grid-template-columns: 1fr; gap: 2.5rem; }
  .fp-produto__stage { min-height: 44vh; order: -1; }
  .fp-ciencia__grid,
  .fp-gutierre__grid,
  .fp-compromissos__grid,
  .fp-contato__grid { grid-template-columns: 1fr; }
  .fp-margin { position: static; }
  .fp-gutierre__foto { max-width: 420px; }
  .fp-dados { grid-template-columns: repeat(2,1fr); }
  .fp-dado--wide { grid-column: span 2; }
  .fp-timeline { grid-template-columns: repeat(2,1fr); }
  .fp-comlist { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .fp-ecg { width: 22px; right: 2px; opacity: .5; }
  .fp-cap__brand img { width: 104px; }
  .fp-cap__toggle-txt { display: none; }
  .fp-cap { gap: .5rem; padding-left: .8rem; }
  .fp-ativo { grid-template-columns: auto 1fr; }
  .fp-ativo__selo { grid-column: 1 / -1; justify-self: start; }
  .fp-lojas { grid-template-columns: 1fr; }
  .fp-dados { grid-template-columns: 1fr; }
  .fp-dado, .fp-dado--wide { grid-column: span 1; }
  .fp-timeline { grid-template-columns: 1fr; }
  .fp-footer__top { grid-template-columns: 1fr 1fr; }
  .fp-footer__brand { grid-column: 1 / -1; }
  .fp-footer__bottom { flex-direction: column; }
  .fp-capa__scroll { display: none; }
}

@media (max-width: 380px) {
  .fp-footer__top { grid-template-columns: 1fr; }
}

/* =========================================================================
   REDUCED MOTION — corta tudo
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .fp-reveal { opacity: 1 !important; transform: none !important; }
  .fp-layer { transform: none !important; will-change: auto; }
  .fp-capa__scroll svg { animation: none; }
}
