
:root{
  --bg:#fff9fb;
  --bg-soft:#fbf2f5;
  --bg-soft-2:#f6ecef;
  --ink:#2c2227;
  --muted:#7b6f74;
  --line:rgba(141,103,116,.16);
  --rose-100:#f3dbe4;
  --rose-200:#eabfce;
  --rose-300:#d99cb0;
  --rose-400:#c9849b;
  --rose-500:#b86e85;
  --rose-600:#9d526a;
  --rose-700:#794557;
  --white:#fffdfd;
  --shadow-soft:0 18px 48px rgba(157,82,106,.08);
  --shadow-card:0 24px 64px rgba(157,82,106,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 8% 14%, rgba(243,219,228,.72), transparent 22rem),
    radial-gradient(circle at 92% 9%, rgba(243,219,228,.56), transparent 24rem),
    linear-gradient(180deg,#fffdfd 0%, #fff9fb 100%);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.55;
  overflow-x:hidden;
}
.page-glow{
  position:fixed; inset:0; pointer-events:none; z-index:-1;
  background:radial-gradient(circle at 50% 0%, rgba(255,255,255,.55), transparent 28rem);
}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
button,input,select{font:inherit}

.nav{
  position:sticky; top:0; z-index:60;
  height:90px; padding:0 18px;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  background:rgba(255,249,251,.82);
  backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}
.brand-lockup,.footer-brand{display:block;line-height:0}
.brand-lockup img,.footer-brand img{width:auto;height:42px;object-fit:contain}
.nav-center{display:none;align-items:center;gap:12px;font-size:.6rem;letter-spacing:.16em;color:var(--muted)}
.nav-center i{width:24px;height:1px;background:var(--line);display:block}
.nav-cta{
  font-size:.64rem; font-weight:800; letter-spacing:.12em;
  border-bottom:1px solid currentColor; padding-bottom:3px;
  transition:color .25s ease;
}
.nav-cta:hover{color:var(--rose-600)}
.nav-cta span{color:var(--rose-600)}

.hero{
  display:grid;
  min-height:calc(100svh - 90px);
  border-bottom:1px solid var(--line);
}
.hero-left{
  position:relative;
  padding:40px 20px 52px;
  background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,245,249,.95));
}
.hero-mark{
  width:76px;height:76px; padding:12px; border-radius:18px;
  background:rgba(255,255,255,.68);
  backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
  box-shadow:var(--shadow-soft);
  margin-bottom:28px;
}
.hero-mark img{object-fit:contain}
.eyebrow{
  margin:0 0 22px;
  font-size:.63rem; letter-spacing:.16em; font-weight:800; color:var(--rose-600);
}
.hero h1,.opening h2,.identity h2,.clinical h2,.journey h2,.proximity h2,.mentor h2,.fit h2,.interest h2,.faq h2,.final h2{
  margin:0;
  font-size:clamp(2.8rem,10vw,5.9rem);
  line-height:.92;
  letter-spacing:-.065em;
}
.hero h1 span,.hero h1 em,.final h2 span,.final h2 em{display:block}
.hero h1 em,.opening h2 em,.identity h2 em,.clinical h2 em,.proximity h2 em,.mentor h2 em,.fit h2 em,.final h2 em{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  color:var(--rose-500);
}
.hero-lead{
  max-width:640px;
  margin:28px 0;
  color:#675d61;
  font-size:1.05rem;
}
.hero-action{
  display:flex; flex-direction:column; align-items:flex-start; gap:10px;
}
.hero-action p{margin:0;font-size:.76rem;color:var(--muted)}
.button{
  min-height:56px;
  display:inline-flex; align-items:center; justify-content:space-between; gap:28px;
  min-width:min(100%,380px);
  padding:0 18px 0 22px;
  background:linear-gradient(135deg,var(--rose-400),var(--rose-600));
  color:white;
  font-weight:800;
  border:0;
  cursor:pointer;
  box-shadow:0 16px 40px rgba(157,82,106,.18);
  transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, filter .35s ease;
}
.button:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(157,82,106,.26);filter:saturate(1.04)}
.button b{font-size:1.25rem;font-weight:400;transition:transform .35s cubic-bezier(.2,.8,.2,1)}
.button:hover b{transform:translate(3px,-3px)}
.hero-foot{
  margin-top:38px;
  display:flex; align-items:center; flex-wrap:wrap; gap:10px;
  color:var(--muted); font-size:.62rem; letter-spacing:.16em;
}
.hero-foot i{width:26px;height:1px;background:var(--line);display:block}
.hero-right{
  position:relative;
  background:linear-gradient(180deg,#f7eef2,#ffffff);
  overflow:hidden;
  min-height:56vh;
}
.hero-photo-frame{
  position:absolute; inset:24px 20px 78px 20px;
  border-radius:26px;
  overflow:hidden;
  box-shadow:var(--shadow-card);
  background:linear-gradient(180deg,#f6eff2,#fff);
}
.hero-photo-frame img{object-position:center top}
.hero-photo-frame:after{
  content:""; position:absolute; inset:auto 0 0 0; height:40%;
  background:linear-gradient(to top, rgba(157,82,106,.12), transparent);
  pointer-events:none;
}
.hero-card{
  position:absolute; left:20px; right:20px; bottom:20px;
  padding:18px 18px 16px;
  background:rgba(255,253,253,.78);
  backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(201,132,153,.12);
  border-radius:18px;
  box-shadow:var(--shadow-soft);
}
.hero-card-kicker{
  display:block; margin-bottom:6px;
  font-size:.58rem; letter-spacing:.16em; font-weight:800; color:var(--rose-600);
}
.hero-card strong{font-size:1rem;line-height:1.3}
.marquee-bar{
  background:var(--rose-600);
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.marquee-track{
  display:flex; align-items:center; gap:18px;
  padding:14px 20px;
  min-width:max-content;
  color:#fff7fa; font-size:.57rem; letter-spacing:.15em;
  animation:marquee 26s linear infinite;
}
.marquee-track b{opacity:.65}
@keyframes marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-25%)}
}

.section-space{padding:104px 20px}
.section-no{
  margin:0 0 28px;
  font-size:.61rem; letter-spacing:.16em; font-weight:800; color:var(--rose-600);
}
.section-no.light{color:#f1d4dd}
.opening-grid,.identity-layout,.faq-grid,.fit-grid,.journey-title{display:grid;gap:36px}
.opening-copy{max-width:560px;color:var(--muted)}
.opening-copy p{margin:0 0 18px}
.accent-copy{color:var(--ink)}

.identity-layout{
  background:linear-gradient(135deg, rgba(255,255,255,.85), rgba(247,238,242,.9));
  border:1px solid rgba(201,132,153,.14);
  box-shadow:var(--shadow-soft);
}
.identity-photo{
  min-height:500px;
  overflow:hidden;
  background:linear-gradient(180deg,#f6eef2,#ffffff);
}
.identity-photo img{object-position:center top}
.identity-copy{padding:42px 24px}
.identity-copy p:last-of-type{max-width:540px;color:var(--muted);margin-top:24px}
.mini-brand{
  margin-top:30px; display:flex; align-items:center; gap:16px;
  padding-top:20px; border-top:1px solid var(--line);
}
.mini-brand-mark{
  width:64px;height:64px;padding:10px;border-radius:16px;
  background:rgba(255,255,255,.8);box-shadow:0 12px 30px rgba(157,82,106,.08)
}
.mini-brand-mark img{object-fit:contain}
.mini-brand-copy span{
  display:block; font-size:.62rem; letter-spacing:.15em; color:var(--muted);
}
.mini-brand-copy strong{font-size:1rem}

.clinical{
  display:grid;
  background:linear-gradient(145deg,var(--rose-400),var(--rose-600));
  color:white;
}
.clinical-photo{
  position:relative; min-height:590px; overflow:hidden;
  background:var(--rose-700);
}
.clinical-photo img{filter:saturate(.88)}
.photo-index{
  position:absolute; left:16px; bottom:16px;
  padding:9px 11px;
  background:var(--white); color:var(--ink);
  font-size:.58rem; font-weight:800; letter-spacing:.12em;
}
.clinical-copy{padding:82px 20px}
.clinical h2 em{color:#fff2f7}
.clinical-intro{max-width:480px;color:#f7e5eb;margin:25px 0 40px}
.process-list{list-style:none;padding:0;margin:0;border-top:1px solid rgba(255,255,255,.22)}
.process-list li{
  display:grid; grid-template-columns:42px 1fr; gap:12px;
  padding:22px 0; border-bottom:1px solid rgba(255,255,255,.18);
}
.process-list span{font-size:.63rem;letter-spacing:.14em;color:#f9dde7;margin-top:5px}
.process-list b{display:block;font-size:1.18rem;margin-bottom:4px}
.process-list p{margin:0;color:#fbecf1}

.signature{
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#35262d,#4c313c);
  color:white;
}
.signature-word{
  position:absolute; left:-10px; top:20px;
  font-size:clamp(5rem,22vw,17rem);
  line-height:.8; letter-spacing:-.08em; font-weight:900;
  color:rgba(255,255,255,.035);
  white-space:nowrap;
}
.signature-inner{position:relative;z-index:1;max-width:930px}
.signature blockquote{
  margin:0 0 28px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3rem,10vw,6.8rem);
  line-height:.92; letter-spacing:-.055em;
  color:#fff5f8;
}
.signature p:last-child{max-width:590px;color:#dccfd4}

.journey-title>p{max-width:520px;color:var(--muted);margin:0}
.journey-row{margin-top:56px;border-top:1px solid var(--line)}
.journey-row article{
  display:grid; grid-template-columns:54px 1fr; gap:12px;
  padding:30px 0; border-bottom:1px solid var(--line);
}
.journey-index{font-family:Georgia,serif;font-size:2rem;color:#bbafb4}
.tag{display:block;font-size:.61rem;letter-spacing:.15em;font-weight:800;color:var(--rose-600)}
.journey-row h3{
  margin:18px 0;
  font-size:1.76rem; line-height:1.02; letter-spacing:-.05em;
}
.journey-row p{margin:0;max-width:420px;color:var(--muted)}
.journey-featured{
  margin:0 -20px;
  padding:30px 20px !important;
  background:linear-gradient(145deg,#4a3039,#6b4050);
  color:white;
}
.journey-featured .journey-index{color:#dcc0ca}
.journey-featured .tag{color:#f0d4de}
.journey-featured p{color:#f3e8ec}
.journey-featured a{
  display:inline-block;margin-top:28px;
  font-size:.67rem;font-weight:800;letter-spacing:.12em;
  border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:4px;
}

.proximity,.mentor{display:grid}
.proximity{
  background:linear-gradient(135deg,var(--bg-soft),#fffafd);
}
.proximity-copy,.mentor-copy{padding:88px 20px}
.proximity-copy>p:nth-of-type(2),.mentor-copy>p:nth-of-type(2){max-width:560px;color:var(--muted);margin:27px 0}
.text-link{
  display:inline-block;
  font-size:.65rem;font-weight:800;letter-spacing:.12em;
  border-bottom:1px solid var(--ink); padding-bottom:5px;
}
.proximity-photo,.mentor-photo{
  position:relative; min-height:590px; overflow:hidden;
  background:linear-gradient(180deg,#f6eff2,#ffffff);
}
.proximity-photo img,.mentor-photo img{filter:saturate(.92)}
.frame-note{
  position:absolute; left:16px; right:16px; bottom:16px;
  display:grid; grid-template-columns:auto 1fr; align-items:center; gap:24px;
  padding:16px 18px;
  background:rgba(255,252,253,.9);
  backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.64);
  border-radius:18px;
  box-shadow:0 14px 40px rgba(61,38,47,.12);
}
.frame-note-label{
  padding-right:22px;
  border-right:1px solid var(--line);
  font-size:.57rem;
  line-height:1.35;
  letter-spacing:.16em;
  font-weight:800;
  color:var(--rose-600);
}
.frame-note-flow{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  color:var(--ink);
}
.frame-note-flow b{font-size:.68rem;line-height:1;letter-spacing:.11em}
.frame-note-flow i{
  font-family:Georgia,serif;
  font-size:1rem;
  line-height:1;
  font-style:normal;
  font-weight:400;
  color:var(--rose-400);
}

.credential{
  max-width:430px;
  margin-top:34px;
  padding:20px 22px;
  background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(251,242,245,.78));
  border:1px solid rgba(201,132,153,.16);
  border-radius:20px;
  box-shadow:0 16px 44px rgba(157,82,106,.08);
}
.credential-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-bottom:16px;
  border-bottom:1px solid var(--line);
}
.credential-head span{font-size:.56rem;letter-spacing:.15em;color:var(--muted)}
.credential-head strong{font-family:Georgia,serif;font-size:1.18rem;font-weight:400;color:var(--rose-700)}
.credential-areas{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
.credential-areas span{
  padding:7px 10px;
  background:rgba(243,219,228,.45);
  border-radius:999px;
  color:var(--rose-700);
  font-size:.62rem;
  line-height:1;
  letter-spacing:.08em;
  font-weight:700;
}

.fit-list,.faq-list{border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line);transition:background .3s ease}
details[open]{background:rgba(243,219,228,.25)}
summary{
  list-style:none; cursor:pointer;
  display:grid; grid-template-columns:36px 1fr 20px; gap:10px; align-items:center;
  padding:21px 0; font-weight:800;
}
summary::-webkit-details-marker{display:none}
summary span{font-size:.59rem;color:var(--muted)}
summary b{font-size:1.2rem;color:var(--rose-600);transition:transform .2s}
details[open] summary b{transform:rotate(45deg)}
details p{margin:0;padding:0 0 22px 46px;color:var(--muted)}
.fit small{display:block;margin-top:16px;font-size:.72rem;color:var(--muted)}

.interest{
  display:grid; gap:60px;
  background:
    radial-gradient(circle at 15% 15%, rgba(243,219,228,.16), transparent 22rem),
    linear-gradient(145deg,var(--rose-400),var(--rose-600));
  color:white;
}
.interest-kicker{
  display:block;margin-bottom:16px;
  font-size:.63rem;letter-spacing:.15em;font-weight:800;color:#f3d7e1;
}
.interest-intro>p:nth-of-type(2){max-width:560px;color:#f1dfe6;margin:27px 0}
.interest-facts{margin-top:42px;border-top:1px solid rgba(255,255,255,.24)}
.interest-facts div{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.22)}
.interest-facts span{display:block;font-size:.58rem;letter-spacing:.14em;color:#f2dae3;margin-bottom:3px}

.form{
  display:grid;
  padding:28px 20px;
  background:rgba(117,65,82,.62);
  backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.12);
}
.form-head{
  display:flex; justify-content:space-between;
  padding-bottom:24px; margin-bottom:26px;
  border-bottom:1px solid rgba(255,255,255,.25);
  font-size:.58rem; letter-spacing:.13em; color:#f1d7e1;
}
.form-head b{font-size:1.4rem;font-weight:400}
.form>label:not(.consent){
  margin-top:19px;
  font-size:.57rem; letter-spacing:.13em; color:#f1d7e1;
}
.form input,.form select{
  width:100%; border:0; border-bottom:1px solid rgba(255,255,255,.3);
  background:transparent; color:white;
  padding:13px 0 11px; font-size:1rem; outline:none;
}
.form input::placeholder{color:rgba(255,255,255,.56)}
.form select option{color:var(--ink)}
.consent{
  display:grid; grid-template-columns:18px 1fr; gap:10px;
  margin:24px 0 22px; font-size:.75rem; color:#f5e8ed;
}
.button-light{
  background:linear-gradient(135deg,#fffdfd,#f7eef2);
  color:var(--ink);
}
.form-micro{margin:14px 0 0;font-size:.68rem;color:#f0dce4}
.success{display:none;margin-top:16px;padding:12px 14px;background:rgba(255,255,255,.15)}

.final{
  padding:110px 20px 126px;
  background:
    radial-gradient(circle at 82% 20%, rgba(201,132,153,.16), transparent 30rem),
    linear-gradient(145deg,#34262d,#4d313c);
  color:white;
}
.final-grid{display:grid;gap:26px}
.final-logo{
  width:90px;height:90px;padding:12px;border-radius:20px;
  background:rgba(255,255,255,.08);
}
.final-label{
  margin-bottom:24px;
  font-size:.59rem;letter-spacing:.14em;color:#cabdc2;
}
.final h2{font-size:clamp(3.2rem,11vw,8rem);max-width:1200px}
.final h2 em{color:#f1cfdd}
.final .button{margin-top:42px}

.mobile-cta{
  position:fixed; left:12px; right:12px; bottom:12px; z-index:70;
  background:linear-gradient(135deg,var(--rose-400),var(--rose-600));
  color:white; box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.mobile-cta a{
  min-height:52px; padding:0 16px;
  display:flex; align-items:center; justify-content:space-between;
  font-size:.67rem; font-weight:800; letter-spacing:.09em;
}

footer{
  padding:42px 20px 92px;
  display:grid; gap:20px;
  background:#171215;
  color:white;
  border-top:1px solid rgba(255,255,255,.09);
}
footer p{margin:0;font-size:.68rem;color:#c8bcc2}
.footer-brand img{height:54px}
.footer-pending{color:#8d8086}

/* motion */
.reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .85s cubic-bezier(.2,.75,.2,1), transform .85s cubic-bezier(.2,.75,.2,1);
}
.reveal.in-view{opacity:1;transform:none}
.reveal-delay-1{transition-delay:.09s}
.reveal-delay-2{transition-delay:.18s}
.reveal-delay-3{transition-delay:.27s}

.photo-reveal{
  clip-path:inset(0 0 100% 0);
  transition:clip-path 1.05s cubic-bezier(.2,.75,.2,1);
}
.photo-reveal.in-view{clip-path:inset(0 0 0 0)}
.photo-reveal img{
  transform:scale(1.06);
  transition:transform 1.05s cubic-bezier(.2,.75,.2,1);
}
.photo-reveal.in-view img{transform:scale(1)}

@media(min-width:900px){
  .nav{height:96px;padding:0 42px}
  .brand-lockup img{height:48px}
  .nav-center{display:flex}
  .hero{
    min-height:calc(100vh - 96px);
    grid-template-columns:1fr 1.02fr;
    align-items:stretch;
  }
  .hero-left{
    display:flex; flex-direction:column; justify-content:space-between;
    padding:58px 7vw 58px 7vw;
  }
  .hero-mark{width:88px;height:88px;margin-bottom:0}
  .hero h1{font-size:clamp(4.8rem,6.8vw,7.8rem)}
  .hero-right{min-height:calc(100vh - 96px)}
  .hero-photo-frame{
    inset:38px 40px 38px 0;
    border-radius:32px;
  }
  .hero-card{
    left:auto; right:28px; bottom:28px;
    width:min(360px, calc(100% - 56px));
  }
  .section-space{padding:144px 7vw}
  .opening-grid,.fit-grid,.faq-grid{grid-template-columns:1fr 1fr;gap:8vw}
  .identity-layout{
    grid-template-columns:.88fr 1.12fr;
    align-items:center;
  }
  .identity-photo{min-height:680px}
  .identity-copy{padding:64px}
  .clinical{
    grid-template-columns:1.04fr .96fr;
    min-height:920px;
  }
  .clinical-photo{min-height:920px}
  .clinical-copy{padding:130px 7vw 120px 6vw;align-self:center}
  .signature{padding:150px 7vw 160px}
  .journey-title{grid-template-columns:1.05fr .95fr;gap:8vw;align-items:end}
  .journey-row{
    display:grid;
    grid-template-columns:1fr 1fr 1.08fr;
    border-left:1px solid var(--line);
  }
  .journey-row article{
    display:block;
    min-height:470px;
    padding:34px;
    border-right:1px solid var(--line);
  }
  .journey-row h3{margin-top:70px}
  .journey-featured{margin:0;padding:34px !important}
  .proximity,.mentor{
    grid-template-columns:1fr 1fr;
    min-height:810px;
  }
  .proximity-copy,.mentor-copy{padding:126px 7vw;align-self:center}
  .proximity-photo,.mentor-photo{min-height:810px}
  .interest{
    grid-template-columns:1.02fr .88fr;
    gap:9vw;
  }
  .form{padding:40px}
  .final{padding:156px 7vw 172px}
  .final-grid{grid-template-columns:118px 1fr;align-items:start}
  .final-logo{width:104px;height:104px}
  .mobile-cta{display:none}
  footer{
    padding:48px 7vw;
    grid-template-columns:1fr 1fr 1fr;
    align-items:end;
  }
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none !important; animation:none !important}
  .reveal,.photo-reveal{opacity:1 !important; transform:none !important; clip-path:none !important}
}


/* V8.1 photo presence fix */
.photo-strip{padding-top:78px;padding-bottom:30px}
.photo-strip-head{margin-bottom:28px}
.photo-strip-grid{display:grid;gap:18px}
.photo-strip-grid figure{margin:0;background:rgba(255,255,255,.72);border:1px solid rgba(141,103,116,.12);box-shadow:0 18px 48px rgba(157,82,106,.08)}
.photo-strip-grid img{display:block;width:100%;height:320px;object-fit:cover}
.photo-strip-grid figcaption{padding:12px 14px;font-size:.72rem;letter-spacing:.06em;color:var(--muted)}
@media(min-width:900px){
  .photo-strip-grid{grid-template-columns:1fr 1fr 1fr}
  .photo-strip-grid img{height:360px}
}


/* =========================================================
   V8.2 — MOBILE-FIRST POLISH (360–430px)
   ========================================================= */
@media (max-width: 899px){

  html{
    scroll-padding-top:66px;
  }

  body{
    padding-bottom:76px;
    background:
      radial-gradient(circle at 85% 4%,rgba(243,219,228,.52),transparent 18rem),
      linear-gradient(180deg,#fffdfd 0%,#fff8fa 100%);
  }

  /* HEADER */
  .nav{
    height:66px;
    padding:0 14px;
    gap:10px;
    background:rgba(255,250,252,.94);
    box-shadow:0 8px 30px rgba(119,73,89,.045);
  }

  .brand-lockup img{
    height:31px;
    max-width:142px;
  }

  .nav-cta{
    font-size:0;
    border:0;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:76px;
    height:36px;
    border-radius:999px;
    background:rgba(201,132,153,.12);
    color:var(--rose-600);
  }

  .nav-cta::before{
    content:"LISTA ↗";
    font-size:.58rem;
    letter-spacing:.1em;
    font-weight:900;
  }

  /* HERO — single composed mobile canvas */
  .hero{
    min-height:calc(100svh - 66px);
    position:relative;
    display:block;
    overflow:hidden;
    background:#fff;
  }

  .hero-right{
    position:absolute;
    inset:0;
    min-height:0;
    z-index:0;
    background:#f8f1f4;
  }

  .hero-photo-frame{
    position:absolute;
    inset:0;
    border-radius:0;
    box-shadow:none;
  }

  .hero-photo-frame img{
    object-fit:cover;
    object-position:center top;
  }

  .hero-photo-frame:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:
      linear-gradient(to bottom,
        rgba(255,255,255,.02) 0%,
        rgba(255,255,255,.04) 34%,
        rgba(255,250,252,.70) 58%,
        rgba(255,249,251,.96) 72%,
        #fff9fb 100%);
  }

  .hero-photo-frame:after{
    display:none;
  }

  .hero-card{
    display:none;
  }

  .hero-left{
    min-height:calc(100svh - 66px);
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:24px 18px 22px;
    background:transparent;
  }

  .hero-mark{
    position:absolute;
    top:18px;
    right:16px;
    width:54px;
    height:54px;
    padding:8px;
    margin:0;
    border-radius:15px;
    background:rgba(255,255,255,.70);
    box-shadow:0 12px 30px rgba(157,82,106,.10);
  }

  .hero-copy{
    width:100%;
  }

  .eyebrow{
    margin-bottom:13px;
    font-size:.56rem;
    letter-spacing:.13em;
  }

  .hero h1{
    max-width:350px;
    font-size:clamp(2.55rem,11.6vw,3.15rem);
    line-height:.88;
    letter-spacing:-.065em;
    text-wrap:balance;
  }

  .hero h1 span:nth-child(3),
  .hero h1 span:nth-child(4){
    display:inline;
  }

  .hero h1 span:nth-child(3)::after{
    content:" ";
  }

  .hero-lead{
    margin:16px 0 17px;
    max-width:355px;
    font-size:1rem;
    line-height:1.48;
    color:#665a60;
  }

  .hero-action{
    width:100%;
    gap:7px;
  }

  .hero-action .button{
    width:100%;
    min-width:0;
    min-height:54px;
    padding:0 17px;
  }

  .hero-action p{
    width:100%;
    text-align:center;
    font-size:.68rem;
  }

  .hero-foot{
    margin-top:16px;
    justify-content:center;
    font-size:.54rem;
    letter-spacing:.13em;
    gap:8px;
  }

  .hero-foot i{
    width:18px;
  }

  /* MARQUEE */
  .marquee-track{
    padding:11px 15px;
    gap:14px;
    font-size:.51rem;
    animation-duration:34s;
  }

  /* Global section rhythm */
  .section-space{
    padding:72px 18px;
  }

  .section-no{
    margin-bottom:20px;
    font-size:.55rem;
    letter-spacing:.13em;
  }

  .opening h2,
  .identity h2,
  .clinical h2,
  .journey h2,
  .proximity h2,
  .mentor h2,
  .fit h2,
  .interest h2,
  .faq h2,
  .final h2{
    font-size:clamp(2.25rem,9.4vw,2.85rem);
    line-height:.96;
    letter-spacing:-.055em;
  }

  /* Photo showcase — horizontal premium reel */
  .photo-strip{
    padding:58px 18px 40px;
    overflow:hidden;
  }

  .photo-strip-head{
    margin-bottom:22px;
  }

  .photo-strip-head h2{
    max-width:330px;
    font-size:2rem;
    line-height:1.02;
    letter-spacing:-.045em;
    margin:0;
  }

  .photo-strip-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    margin:0 -18px;
    padding:0 18px 10px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    overscroll-behavior-x:contain;
    touch-action:pan-x pan-y pinch-zoom;
    -webkit-overflow-scrolling:touch;
  }

  .photo-strip-grid::-webkit-scrollbar{
    display:none;
  }

  .photo-strip-grid figure{
    flex:0 0 78vw;
    scroll-snap-align:center;
    scroll-snap-stop:always;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 14px 36px rgba(157,82,106,.08);
  }

  .photo-strip-grid img{
    height:390px;
    object-position:center top;
  }

  .photo-strip-grid figure:nth-child(2) img,
  .photo-strip-grid figure:nth-child(3) img{
    object-position:center center;
  }

  .photo-strip-grid figcaption{
    padding:11px 13px;
    background:rgba(255,255,255,.86);
    font-size:.68rem;
  }

  /* Opening */
  .opening-grid{
    gap:22px;
  }

  .opening-copy{
    font-size:1rem;
    line-height:1.58;
  }

  /* Identity */
  .identity{
    padding-top:22px;
  }

  .identity-layout{
    gap:0;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 16px 42px rgba(157,82,106,.08);
  }

  .identity-photo{
    min-height:420px;
  }

  .identity-copy{
    padding:30px 20px 32px;
  }

  .identity-copy p:last-of-type{
    margin-top:16px;
    line-height:1.56;
  }

  .mini-brand{
    margin-top:22px;
    padding-top:16px;
  }

  .mini-brand-mark{
    width:54px;
    height:54px;
    border-radius:14px;
  }

  /* Clinical */
  .clinical{
    border-radius:0;
  }

  .clinical-photo{
    min-height:410px;
  }

  .clinical-copy{
    padding:62px 18px 68px;
  }

  .clinical-intro{
    margin:18px 0 30px;
    line-height:1.52;
  }

  .process-list li{
    grid-template-columns:34px 1fr;
    padding:18px 0;
  }

  .process-list b{
    font-size:1.05rem;
  }

  .process-list p{
    font-size:.9rem;
    line-height:1.48;
  }

  /* Signature */
  .signature{
    padding:82px 18px 88px;
  }

  .signature-word{
    top:14px;
    left:-7px;
    font-size:23vw;
  }

  .signature blockquote{
    font-size:clamp(2.55rem,11vw,3.3rem);
    line-height:.94;
    margin-bottom:20px;
  }

  .signature p:last-child{
    font-size:.96rem;
    line-height:1.55;
  }

  /* Journey */
  .journey-title{
    gap:20px;
  }

  .journey-row{
    margin-top:38px;
  }

  .journey-row article{
    grid-template-columns:38px 1fr;
    gap:10px;
    padding:24px 0;
  }

  .journey-index{
    font-size:1.6rem;
  }

  .journey-row h3{
    font-size:1.45rem;
    margin:14px 0 10px;
  }

  .journey-featured{
    margin:0 -18px;
    padding:28px 18px !important;
  }

  /* Image + copy pairs */
  .proximity-copy,
  .mentor-copy{
    padding:66px 18px 46px;
  }

  .proximity-photo,
  .mentor-photo{
    min-height:460px;
  }

  .proximity-photo img{
    object-position:center center;
  }

  .mentor-photo img{
    object-position:center top;
  }

  .frame-note{
    left:12px;
    right:12px;
    bottom:12px;
    grid-template-columns:1fr;
    gap:10px;
    padding:14px 15px;
    border-radius:16px;
    align-items:center;
  }

  .frame-note-label{
    padding:0 0 9px;
    border-right:0;
    border-bottom:1px solid var(--line);
    font-size:.5rem;
  }

  .frame-note-flow{
    width:100%;
    justify-content:space-between;
    gap:6px;
  }

  .frame-note-flow b{
    font-size:.58rem;
    letter-spacing:.08em;
  }

  .frame-note-flow i{
    font-size:.86rem;
  }

  .credential{
    padding:18px;
    border-radius:18px;
  }

  .credential-head{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
    padding-bottom:14px;
  }

  .credential-head strong{
    font-size:1.12rem;
  }

  /* Audience */
  .fit-grid{
    gap:32px;
  }

  summary{
    grid-template-columns:28px 1fr 20px;
    gap:8px;
    padding:19px 0;
    font-size:.96rem;
    line-height:1.35;
  }

  details p{
    padding:0 0 20px 36px;
    font-size:.94rem;
    line-height:1.5;
  }

  /* Interest / form */
  .interest{
    gap:38px;
    padding-top:76px;
    padding-bottom:82px;
  }

  .interest-intro>p:nth-of-type(2){
    margin:18px 0;
  }

  .interest-facts{
    margin-top:28px;
  }

  .interest-facts div{
    padding:13px 0;
  }

  .form{
    padding:24px 18px;
    border-radius:22px;
  }

  .form-head{
    padding-bottom:18px;
    margin-bottom:15px;
  }

  .form input,
  .form select{
    min-height:50px;
    font-size:16px;
  }

  .consent{
    margin:20px 0;
    line-height:1.42;
  }

  .button-light{
    width:100%;
  }

  /* FAQ */
  .faq-grid{
    gap:30px;
  }

  .faq-list summary{
    grid-template-columns:1fr 20px;
  }

  .faq-list details p{
    padding-left:0;
  }

  /* Final */
  .final{
    padding:82px 18px 104px;
  }

  .final-grid{
    gap:18px;
  }

  .final-logo{
    width:72px;
    height:72px;
    border-radius:17px;
    margin-bottom:6px;
  }

  .final-label{
    margin-bottom:17px;
    line-height:1.4;
  }

  .final .button{
    margin-top:28px;
    width:100%;
    min-width:0;
  }

  /* Footer */
  footer{
    padding:34px 18px 96px;
    gap:14px;
  }

  .footer-brand img{
    height:43px;
    max-width:170px;
  }

  /* sticky CTA + safe area */
  .mobile-cta{
    left:10px;
    right:10px;
    bottom:max(10px,env(safe-area-inset-bottom));
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 12px 34px rgba(97,53,68,.22);
  }

  .mobile-cta a{
    min-height:54px;
    padding:0 17px;
    font-size:.64rem;
  }

  /* smoother mobile motion: less travel = less visual jump */
  .reveal{
    transform:translateY(18px);
    transition-duration:.7s;
  }

  .photo-reveal{
    clip-path:inset(0 0 14% 0);
    opacity:.25;
    transform:translateY(12px);
    transition:
      clip-path .8s cubic-bezier(.2,.75,.2,1),
      opacity .7s ease,
      transform .8s cubic-bezier(.2,.75,.2,1);
  }

  .photo-reveal.in-view{
    clip-path:inset(0 0 0 0);
    opacity:1;
    transform:none;
  }

  .photo-reveal img{
    transform:scale(1.025);
  }

  .photo-reveal.in-view img{
    transform:scale(1);
  }

  /* remove desktop hover behavior on touch */
  .button:hover{
    transform:none;
  }
}

/* small phones — 360–374px */
@media (max-width: 374px){
  .nav{
    padding:0 11px;
  }

  .brand-lockup img{
    height:28px;
    max-width:125px;
  }

  .nav-cta{
    width:68px;
  }

  .hero-left{
    padding-left:15px;
    padding-right:15px;
  }

  .hero h1{
    font-size:2.48rem;
  }

  .hero-lead{
    font-size:.96rem;
  }

  .section-space,
  .opening,
  .journey,
  .fit,
  .faq{
    padding-left:15px;
    padding-right:15px;
  }

  .photo-strip{
    padding-left:15px;
    padding-right:15px;
  }

  .photo-strip-grid{
    margin-left:-15px;
    margin-right:-15px;
    padding-left:15px;
    padding-right:15px;
  }

  .photo-strip-grid figure{
    flex-basis:82vw;
  }

  .journey-featured{
    margin-left:-15px;
    margin-right:-15px;
    padding-left:15px !important;
    padding-right:15px !important;
  }
}

/* larger phones — 414–430px */
@media (min-width:414px) and (max-width:899px){
  .hero-left{
    padding-left:22px;
    padding-right:22px;
  }

  .hero h1{
    max-width:380px;
    font-size:3.15rem;
  }

  .hero-lead{
    max-width:380px;
  }

  .section-space{
    padding-left:22px;
    padding-right:22px;
  }

  .photo-strip{
    padding-left:22px;
    padding-right:22px;
  }

  .photo-strip-grid{
    margin-left:-22px;
    margin-right:-22px;
    padding-left:22px;
    padding-right:22px;
  }
}


/* V8.3 — initial gallery cleanup */
.photo-strip-head{
  margin-bottom:14px !important;
}
.photo-strip-head .section-no{
  margin-bottom:0 !important;
  opacity:.72;
}
.photo-strip-grid figure{
  position:relative;
}
.photo-strip-grid figure::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:16%;
  pointer-events:none;
  background:linear-gradient(to top,rgba(141,82,104,.07),transparent);
}
.photo-strip-grid figure img{
  border-radius:inherit;
}


/* V8.4 — WebP + casos reais de antes/depois */
.photo-strip-grid figure:nth-child(1) img,
.photo-strip-grid figure:nth-child(2) img{
  object-fit:cover;
  object-position:center center;
}
@media(max-width:899px){
  .photo-strip-grid figure:nth-child(1),
  .photo-strip-grid figure:nth-child(2){
    flex-basis:84vw;
  }
  .photo-strip-grid figure:nth-child(1) img,
  .photo-strip-grid figure:nth-child(2) img{
    height:420px;
    object-fit:cover;
    object-position:center center;
  }
}


/* =========================================================
   V8.5 — COMPACT LAYOUT
   Redução de espaços mortos e seções excessivamente longas
   ========================================================= */

/* Desktop */
@media (min-width:900px){
  .section-space{
    padding-top:96px !important;
    padding-bottom:96px !important;
  }

  .opening,
  .journey,
  .fit,
  .faq{
    padding-top:96px !important;
    padding-bottom:96px !important;
  }

  .photo-strip{
    padding-top:56px !important;
    padding-bottom:32px !important;
  }

  .opening-grid{
    gap:5vw !important;
  }

  .clinical{
    min-height:760px !important;
  }

  .clinical-photo{
    min-height:760px !important;
  }

  .clinical-copy{
    padding-top:90px !important;
    padding-bottom:90px !important;
  }

  .signature{
    padding-top:96px !important;
    padding-bottom:100px !important;
  }

  .signature blockquote{
    margin-bottom:20px !important;
  }

  .journey-row{
    margin-top:40px !important;
  }

  .journey-row article{
    min-height:360px !important;
    padding:28px !important;
  }

  .journey-row h3{
    margin-top:46px !important;
  }

  .proximity,
  .mentor{
    min-height:660px !important;
  }

  .proximity-photo,
  .mentor-photo{
    min-height:660px !important;
  }

  .proximity-copy,
  .mentor-copy{
    padding-top:88px !important;
    padding-bottom:88px !important;
  }

  .interest{
    padding-top:96px !important;
    padding-bottom:96px !important;
  }

  .final{
    padding-top:105px !important;
    padding-bottom:115px !important;
  }

  footer{
    padding-top:34px !important;
    padding-bottom:34px !important;
  }
}

/* Mobile */
@media (max-width:899px){
  .section-space{
    padding-top:54px !important;
    padding-bottom:54px !important;
  }

  .opening,
  .journey,
  .fit,
  .faq{
    padding-top:54px !important;
    padding-bottom:54px !important;
  }

  .photo-strip{
    padding-top:38px !important;
    padding-bottom:24px !important;
  }

  .photo-strip-head{
    margin-bottom:12px !important;
  }

  .opening-grid{
    gap:14px !important;
  }

  .opening-copy p{
    margin-bottom:0 !important;
  }

  .clinical-photo{
    min-height:340px !important;
  }

  .clinical-copy{
    padding-top:48px !important;
    padding-bottom:50px !important;
  }

  .clinical-intro{
    margin-top:14px !important;
    margin-bottom:22px !important;
  }

  .process-list li{
    padding-top:14px !important;
    padding-bottom:14px !important;
  }

  .signature{
    padding-top:58px !important;
    padding-bottom:62px !important;
  }

  .signature blockquote{
    margin-bottom:14px !important;
  }

  .journey-title{
    gap:14px !important;
  }

  .journey-row{
    margin-top:28px !important;
  }

  .journey-row article{
    padding-top:18px !important;
    padding-bottom:18px !important;
  }

  .journey-row h3{
    margin-top:10px !important;
    margin-bottom:8px !important;
  }

  .journey-featured{
    padding-top:22px !important;
    padding-bottom:22px !important;
  }

  .proximity-copy,
  .mentor-copy{
    padding-top:50px !important;
    padding-bottom:34px !important;
  }

  .proximity-photo,
  .mentor-photo{
    min-height:390px !important;
  }

  .credential{
    margin-top:22px !important;
  }

  .fit-grid{
    gap:24px !important;
  }

  summary{
    padding-top:15px !important;
    padding-bottom:15px !important;
  }

  details p{
    padding-bottom:16px !important;
  }

  .interest{
    gap:26px !important;
    padding-top:58px !important;
    padding-bottom:62px !important;
  }

  .interest-facts{
    margin-top:20px !important;
  }

  .interest-facts div{
    padding-top:10px !important;
    padding-bottom:10px !important;
  }

  .form{
    padding-top:20px !important;
    padding-bottom:20px !important;
  }

  .faq-grid{
    gap:22px !important;
  }

  .final{
    padding-top:62px !important;
    padding-bottom:82px !important;
  }

  .final-logo{
    margin-bottom:0 !important;
  }

  .final .button{
    margin-top:22px !important;
  }

  footer{
    padding-top:26px !important;
    padding-bottom:84px !important;
  }
}

/* V8.6 — real videos + separated mobile hero composition */
.video-showcase{
  background:linear-gradient(180deg,#fff9fb 0%,#f7edf1 100%);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.video-showcase-head{
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}

.video-showcase-head h2{
  margin:14px 0 0;
  font-size:clamp(2.7rem,6vw,5.8rem);
  line-height:.92;
  letter-spacing:-.06em;
}

.video-showcase-head h2 em{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  color:var(--rose-500);
}

.video-showcase-grid{
  width:min(100%,960px);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px;
  align-items:start;
}

.video-card{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(141,103,116,.18);
  border-radius:26px;
  background:rgba(255,255,255,.82);
  box-shadow:var(--shadow-card);
}

.video-card-head{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:0 20px;
}

.video-card-head span{
  font-size:.69rem;
  font-weight:900;
  letter-spacing:.16em;
  color:var(--rose-600);
}

.video-card-head small{
  font-size:.56rem;
  letter-spacing:.12em;
  color:var(--muted);
}

.video-card video{
  display:block;
  width:100%;
  height:auto;
  max-height:78vh;
  aspect-ratio:9/16;
  object-fit:contain;
  background:#160f12;
}

@media(max-width:899px){
  .hero{
    min-height:0;
    display:grid;
    grid-template-areas:
      "photo"
      "copy";
    grid-template-rows:auto auto;
    overflow:visible;
    background:#fff9fb;
  }

  .hero-right{
    grid-area:photo;
    position:relative;
    inset:auto;
    z-index:0;
    width:100%;
    min-height:clamp(235px,36svh,310px);
    overflow:hidden;
    background:#f8f1f4;
  }

  .hero-photo-frame{
    position:absolute;
    inset:0;
    border-radius:0;
    box-shadow:none;
  }

  .hero-photo-frame img{
    object-fit:cover;
    object-position:center 13%;
  }

  .hero-photo-frame:before{
    background:linear-gradient(to bottom,rgba(255,255,255,0) 58%,rgba(255,249,251,.2) 100%);
  }

  .hero-left{
    grid-area:copy;
    min-height:0;
    position:relative;
    z-index:1;
    display:block;
    padding:30px 18px 26px;
    background:linear-gradient(180deg,#fff9fb 0%,#fff 100%);
  }

  .hero-mark{
    position:absolute;
    top:24px;
    right:18px;
    width:46px;
    height:46px;
    padding:7px;
  }

  .hero-copy{
    width:100%;
    padding-top:0;
  }

  .eyebrow{
    max-width:calc(100% - 66px);
  }

  .hero h1{
    max-width:390px;
    font-size:clamp(2.5rem,11.2vw,3.15rem);
    line-height:.9;
  }

  .hero-lead{
    max-width:390px;
    margin:17px 0;
    font-size:.96rem;
    line-height:1.45;
  }

  .hero-foot{
    margin-top:17px;
  }

  .video-showcase{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .video-showcase-head{
    margin-bottom:26px;
    text-align:left;
  }

  .video-showcase-head h2{
    font-size:clamp(2.65rem,12vw,3.4rem);
  }

  .video-showcase-grid{
    width:100%;
    grid-template-columns:minmax(0,1fr);
    gap:24px;
  }

  .video-card{
    width:100%;
    max-width:430px;
    margin:0 auto;
    border-radius:22px;
  }

  .video-card-head{
    min-height:58px;
    padding:0 16px;
  }

  .video-card video{
    width:100%;
    max-height:none;
  }
}

@media(max-width:374px){
  .hero-left{
    padding-left:15px;
    padding-right:15px;
  }

  .hero-right{
    min-height:230px;
  }

  .hero h1{
    font-size:2.42rem;
  }

  .video-showcase{
    padding-left:15px !important;
    padding-right:15px !important;
  }
}

@media(min-width:414px) and (max-width:899px){
  .hero-left{
    padding-left:22px;
    padding-right:22px;
  }

  .hero-mark{
    right:22px;
  }

  .video-showcase{
    padding-left:22px !important;
    padding-right:22px !important;
  }
}

/* V8.7 — integrated, nearly full portrait hero */
.hero .hero-right.photo-reveal{
  clip-path:none;
  opacity:1;
  transform:none;
}

.hero .hero-right.photo-reveal img{
  transform:none !important;
}

.hero,
.hero-right,
.hero-photo-frame,
.hero-photo-frame img{
  border:0;
  outline:0;
  box-shadow:none;
}

@media (min-width:900px){
  .hero{
    position:relative;
    display:block;
    isolation:isolate;
    min-height:calc(100vh - 96px);
    overflow:hidden;
    background:#eef0f3;
  }

  .hero-right{
    position:absolute;
    inset:0;
    z-index:0;
    min-height:0;
    background:#eef0f3;
  }

  .hero-photo-frame{
    position:absolute;
    inset:0;
    border-radius:0;
    box-shadow:none;
    background:#eef0f3;
  }

  .hero-photo-frame img{
    object-fit:contain;
    object-position:78% center;
  }

  .hero-photo-frame:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
      linear-gradient(90deg,rgba(255,249,251,.98) 0%,rgba(255,249,251,.88) 31%,rgba(255,249,251,.30) 52%,rgba(255,249,251,0) 72%),
      linear-gradient(270deg,#eef0f3 0%,rgba(238,240,243,.92) 5%,rgba(238,240,243,.46) 13%,rgba(238,240,243,0) 22%),
      linear-gradient(0deg,rgba(255,249,251,.52),rgba(255,249,251,0) 38%);
  }

  .hero-photo-frame:after{display:none}

  .hero-left{
    position:relative;
    z-index:2;
    width:min(760px,58vw);
    min-height:calc(100vh - 96px);
    padding:42px 4vw 42px 7vw;
    background:transparent;
  }

  .hero h1{
    max-width:680px;
    font-size:clamp(4.2rem,5.4vw,6.2rem);
  }

  .hero-card{z-index:3}
}

@media (max-width:899px){
  body{padding-bottom:0}
  .mobile-cta{display:none !important}

  .hero{
    position:relative;
    display:block;
    isolation:isolate;
    min-height:calc(100svh - 66px);
    overflow:hidden;
    background:#eef0f3;
  }

  .hero-right{
    position:absolute;
    inset:0;
    z-index:0;
    width:100%;
    min-height:0;
    background:#eef0f3;
  }

  .hero-photo-frame{
    position:absolute;
    inset:0;
    border-radius:0;
    box-shadow:none;
    background:#eef0f3;
  }

  .hero-photo-frame img{
    object-fit:cover;
    object-position:center center;
  }

  .hero-photo-frame:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
      linear-gradient(to bottom,rgba(255,249,251,0) 0%,rgba(255,249,251,.03) 44%,rgba(255,249,251,.16) 54%,rgba(255,249,251,.56) 69%,rgba(255,249,251,.90) 86%,#fff9fb 100%),
      linear-gradient(90deg,rgba(238,240,243,.30) 0%,rgba(238,240,243,0) 16%,rgba(238,240,243,0) 84%,rgba(238,240,243,.30) 100%);
  }

  .hero-photo-frame:after{display:none}

  .hero-left{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    width:100%;
    min-height:calc(100svh - 66px);
    padding:clamp(350px,46svh,440px) 18px 24px;
    background:transparent;
  }

  .hero-copy{
    position:relative;
    z-index:2;
  }

  .hero-mark{
    position:absolute;
    top:22px;
    right:18px;
    z-index:3;
  }

  .hero-foot{display:none}

  footer{padding-bottom:34px !important}
}

@media (max-width:374px){
  .hero-left{
    padding:clamp(330px,43svh,405px) 15px 22px;
  }
}

@media (min-width:414px) and (max-width:899px){
  .hero-left{
    padding-left:22px;
    padding-right:22px;
  }

  .hero-mark{right:22px}
}

/* V8.8 — header integrado e logo ampliada */
.nav{
  background:#fff;
}

.brand-lockup{
  width:230px;
  height:68px;
  overflow:hidden;
  flex:0 0 auto;
}

.brand-lockup img{
  width:100%;
  height:auto;
  max-width:none;
  object-fit:contain;
  transform:translateY(-31.67%);
}

@media (min-width:900px){
  .brand-lockup{
    width:250px;
    height:75px;
  }

  .nav-center{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
  }
}

@media (max-width:899px){
  html{scroll-padding-top:82px}

  .nav{
    height:82px;
    justify-content:center;
    padding:0 12px;
    background:#fff;
  }

  .brand-lockup{
    width:220px;
    height:66px;
  }
}

@media (max-width:374px){
  .brand-lockup{
    width:200px;
    height:60px;
  }
}
/* V8.9 — formulário, LGPD e rodapé oficial */
.field-help{
  display:block;
  margin:-8px 0 14px;
  color:rgba(255,255,255,.68);
  font-size:.72rem;
}
.consent a{
  color:#fff;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:3px;
}
.site-footer{
  grid-template-columns:minmax(180px,1fr) minmax(220px,1fr) minmax(180px,1fr);
  align-items:center;
}
.footer-info{
  display:grid;
  gap:3px;
}
.footer-info p{margin:0}
.footer-info strong{color:#fff}
.footer-info address{
  color:#c8bcc2;
  font-size:.72rem;
  font-style:normal;
}
.footer-links{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:9px;
}
.footer-links a{
  color:#fff;
  font-size:.72rem;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:4px;
}
#interesse{scroll-margin-top:110px}
@media(max-width:899px){
  .site-footer{
    grid-template-columns:1fr;
    align-items:start;
    padding-bottom:36px;
  }
  .footer-links{align-items:flex-start}
  #interesse{scroll-margin-top:92px}
}
.photo-strip-hint{display:none}

@media(max-width:899px){
  .photo-strip-hint{
    margin:0 0 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:var(--rose-600);
    font-size:.68rem;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
  }

  .photo-strip-hint span{
    font-size:1.2rem;
  }

  .photo-strip-grid{
    overflow-x:scroll;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
  }

  .photo-strip-grid figure,
  .photo-strip-grid figure:nth-child(1),
  .photo-strip-grid figure:nth-child(2){
    flex:0 0 78vw;
  }
}

/* Desktop: conteudo essencial nao pode depender da animacao de entrada. */
@media(min-width:900px){
  .clinical-photo.photo-reveal,
  .proximity-photo.photo-reveal,
  .mentor-photo.photo-reveal{
    clip-path:none;
    opacity:1;
    transform:none;
  }

  .clinical-photo.photo-reveal img,
  .proximity-photo.photo-reveal img,
  .mentor-photo.photo-reveal img{
    transform:none;
  }
}

/* Desktop: FAQ com colunas legiveis e sem quebra palavra por palavra. */
@media(min-width:900px){
  .faq-grid{
    grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
    gap:clamp(48px,7vw,112px);
  }

  .faq-grid > *{
    min-width:0;
  }

  .faq h2{
    max-width:680px;
    font-size:clamp(3.4rem,5vw,5.6rem);
    line-height:.94;
    overflow-wrap:normal;
  }

  .faq-list summary{
    grid-template-columns:minmax(0,1fr) 24px;
    gap:18px;
    padding:24px 0;
  }

  .faq-list summary b{
    justify-self:end;
  }

  .faq-list details p{
    padding:0 44px 24px 0;
  }
}
/* Footer: marca transparente e paleta integrada ao fundo escuro. */
.site-footer{
  grid-template-columns:minmax(250px,.9fr) minmax(320px,1.15fr) minmax(220px,.85fr);
  gap:clamp(32px,5vw,84px);
  background:
    radial-gradient(circle at 7% 50%,rgba(201,132,153,.12),transparent 24rem),
    linear-gradient(135deg,#24191f 0%,#171215 72%);
  border-top:1px solid rgba(217,156,176,.28);
  color:#fff8fa;
}

.footer-brand{
  width:max-content;
  display:flex;
  align-items:center;
  gap:16px;
  line-height:1;
}

.footer-brand-mark{
  width:76px;
  height:76px;
  flex:0 0 76px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(234,191,206,.22);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(201,132,153,.17),rgba(255,255,255,.035));
  box-shadow:0 16px 36px rgba(0,0,0,.18);
}

.footer-brand-mark img{
  width:100%;
  height:100%;
  object-fit:contain;
  transform:scale(1.2);
  filter:brightness(1.12) saturate(.9);
}

.footer-brand-copy{
  display:grid;
  gap:7px;
  line-height:1;
}

.footer-brand-copy strong{
  color:#fff8fa;
  font-size:.74rem;
  letter-spacing:.14em;
}

.footer-brand-copy small{
  color:var(--rose-200);
  font-size:.58rem;
  font-weight:800;
  letter-spacing:.16em;
}

.site-footer .footer-info{
  color:#d8cdd2;
}

.site-footer .footer-info strong{
  color:#fff8fa;
}

.site-footer .footer-info address{
  color:#bfaeb6;
  line-height:1.55;
}

.site-footer .footer-links a{
  color:#f4e4ea;
  text-decoration:none;
  border-bottom:1px solid rgba(234,191,206,.34);
  padding-bottom:3px;
  transition:color .2s ease,border-color .2s ease;
  overflow-wrap:anywhere;
}

.site-footer .footer-links a:hover{
  color:var(--rose-200);
  border-color:var(--rose-300);
}

@media(max-width:899px){
  .site-footer{
    gap:27px;
  }

  .footer-brand-mark{
    width:68px;
    height:68px;
    flex-basis:68px;
    border-radius:20px;
  }

  .footer-brand-copy strong{
    font-size:.69rem;
  }
}
