:root {
  --navy: #14243a;
  --navy-deep: #0b1626;
  --paper: #f3f0e9;
  --paper-soft: #e8e3d8;
  --ink: #18202a;
  --muted: #62666b;
  --gold: #af8a4b;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  margin: 0;
}

a { color: inherit; text-decoration: none; }

.skip-link {
  background: var(--navy-deep);
  color: #fff;
  left: 12px;
  padding: 12px 16px;
  position: fixed;
  top: -80px;
  transition: top .2s ease;
  z-index: 1000;
}

.skip-link:focus { top: 12px; }

a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity .72s cubic-bezier(.22, 1, .36, 1),
    transform .72s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-ready [data-reveal="image"] {
  transform: translate3d(0, 34px, 0) scale(.985);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.reveal-delay-1 { --reveal-delay: 110ms; }

.topbar {
  align-items: center;
  border-bottom: 1px solid rgba(24, 32, 42, .18);
  display: flex;
  height: 110px;
  justify-content: space-between;
  margin: 0 4vw;
  padding: 0;
  position: relative;
  z-index: 20;
}

.brand {
  color: #121714;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 44px);
  letter-spacing: -.035em;
  line-height: 1;
}

.brand em { font-weight: 400; }

nav { align-items: center; display: flex; gap: 30px; }

nav a {
  color: rgba(24, 32, 42, .72);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
}

nav a:hover, nav a:focus-visible { color: var(--navy); }

nav .nav-cta {
  background: transparent;
  border: 1px solid #252824;
  border-radius: 0;
  color: #181b18;
  font-size: 14px;
  letter-spacing: .08em;
  padding: 17px 28px;
}

.hero {
  background: var(--paper);
  min-height: auto;
  padding: clamp(70px, 8vw, 120px) 4vw clamp(52px, 6vw, 92px);
  position: relative;
}

.hero-copy { max-width: 1320px; }

.eyebrow, .section-index {
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .19em;
  margin: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  align-items: center;
  color: #754332;
  display: flex;
  font-size: clamp(12px, 1.35vw, 18px);
  gap: 26px;
  letter-spacing: .22em;
}

.hero .eyebrow span {
  background: #754332;
  display: block;
  height: 2px;
  width: clamp(45px, 7vw, 96px);
}

.hero h1 {
  color: #111512;
  font-family: var(--serif);
  font-size: clamp(60px, 7.35vw, 114px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .96;
  margin: 64px 0 72px;
  max-width: 1300px;
}

.hero-intro { color: #6d6d68; font-size: clamp(17px, 1.75vw, 26px); line-height: 1.58; max-width: 900px; }
.hero-intro p { margin: 0; }
.hero-intro p + p { margin-top: 10px; }

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  gap: 14px;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  transition: transform .2s ease, background .2s ease;
}

.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-dark { background: var(--navy); color: white; }
.button-dark:hover, .button-dark:focus-visible { background: var(--navy-deep); }
.button-light { background: var(--paper); color: var(--navy-deep); }

.portrait { background: #050505; height: min(92svh, 980px); margin: 0; overflow: hidden; }
.portrait img { display: block; height: 100%; object-fit: cover; object-position: center 30%; width: 100%; }

.formation-strip {
  align-items: start;
  background: var(--paper-soft);
  display: grid;
  gap: 7vw;
  grid-template-columns: 18% 1fr;
  padding: 64px 7vw 70px;
}
.formation-strip .section-index { color: #786d5d; padding-top: 5px; }
.credential-list { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); }
.credential-list p { border-left: 1px solid rgba(20, 36, 58, .18); margin: 0; min-height: 82px; padding: 2px 24px; }
.credential-list strong { color: var(--navy); display: block; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.2; }
.credential-list span { color: #6b6b67; display: block; font-size: 10px; line-height: 1.45; margin-top: 8px; }

.talk-image {
  height: 92svh;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}
.talk-image-photo {
  background-color: #070707;
  background-image: url('assets/gustavo-palestra-saude-mental.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
  position: absolute;
}
.talk-image-shade {
  background: linear-gradient(0deg, rgba(8, 19, 33, .78), transparent 54%);
  inset: 0;
  position: absolute;
}
.talk-image-copy {
  bottom: 7vw;
  color: white;
  left: 7vw;
  max-width: 760px;
  position: absolute;
  z-index: 2;
}
.talk-image-copy p {
  color: #d6bb86;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.talk-image-copy h2 {
  font-family: var(--serif);
  font-size: clamp(44px, 5.3vw, 80px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1;
  margin: 0;
}

.section-pad { padding: 126px 7vw; }

.section-heading h2, .social-heading h2, .clinical h2, .contact h2 {
  font-family: var(--serif);
  font-size: clamp(43px, 5.3vw, 76px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.02;
  margin: 0;
}

.manifesto {
  background: var(--paper);
  display: grid;
  gap: 7vw;
  grid-template-columns: 18% 1fr;
}
.manifesto .section-index { color: #776d5e; padding-top: 14px; }
.manifesto-lead {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(44px, 6vw, 84px);
  letter-spacing: -.035em;
  line-height: .98;
  margin: 0;
  max-width: 1050px;
}
.manifesto-body { color: #5b5c5e; font-size: 17px; line-height: 1.8; margin: 48px 0 0 auto; max-width: 690px; }
.manifesto-cta {
  border-bottom: 1px solid rgba(20, 36, 58, .3);
  color: var(--navy);
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: 30px 0 0 auto;
  padding: 9px 0;
  width: max-content;
}
.manifesto-cta span { color: var(--gold); margin-left: 9px; }

.work { background: var(--paper-soft); }
.section-heading { display: grid; gap: 7vw; grid-template-columns: 18% 1fr; margin-bottom: 78px; }
.section-heading h2 { color: var(--navy); max-width: 800px; }
.area {
  align-items: start;
  border-top: 1px solid rgba(20, 36, 58, .2);
  display: grid;
  gap: 3vw;
  grid-template-columns: 9% 1fr 210px;
  padding: 40px 0 46px;
}
.area:last-child { border-bottom: 1px solid rgba(20, 36, 58, .2); }
.area-number { color: #918979; font-family: var(--serif); font-size: 18px; margin: 5px 0 0; }
.area h3 { color: var(--navy); font-family: var(--serif); font-size: clamp(29px, 3vw, 44px); font-weight: 400; margin: 0 0 14px; }
.area-copy p { color: #5f6265; font-size: 15px; line-height: 1.7; margin: 0; max-width: 680px; }
.area > a { border-bottom: 1px solid rgba(20, 36, 58, .25); font-size: 12px; font-weight: 500; justify-self: end; padding: 10px 0; }
.area > a span { color: var(--gold); margin-left: 10px; }
.subjects { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 48px; }
.subjects span { border: 1px solid rgba(20, 36, 58, .27); border-radius: 999px; color: #3e4853; font-size: 11px; padding: 10px 15px; }

.clinical {
  background: var(--paper);
  display: grid;
  gap: 7vw;
  grid-template-columns: 18% 1fr;
  padding-bottom: 88px;
  padding-top: 88px;
}
.clinical .section-index { color: #817667; padding-top: 9px; }
.clinical-copy { border-top: 1px solid rgba(20, 36, 58, .2); display: grid; gap: 4vw; grid-template-columns: 28% 1fr auto; padding-top: 32px; }
.clinical h2 { color: var(--navy); font-size: clamp(32px, 3.4vw, 48px); }
.clinical-copy p { color: #666766; font-size: 14px; line-height: 1.8; margin: 2px 0 0; max-width: 690px; }
.clinical-copy > a { border-bottom: 1px solid rgba(20, 36, 58, .25); font-size: 11px; font-weight: 600; height: max-content; padding: 9px 0; }
.clinical-copy > a span { color: var(--gold); margin-left: 8px; }

.social { background: #f7f5f0; }
.social-heading { display: grid; gap: 7vw; grid-template-columns: 18% 1fr 30%; margin-bottom: 72px; }
.social-heading h2 { color: var(--navy); }
.social-heading > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 10px 0 0; }
.social-showcase { display: grid; gap: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.instagram-preview, .youtube-preview { background: white; border: 1px solid #dad5ca; box-shadow: 0 20px 60px rgba(20, 36, 58, .08); overflow: hidden; }
.network-header { align-items: center; display: flex; gap: 13px; min-height: 76px; padding: 14px 18px; }
.network-icon { align-items: center; border-radius: 50%; color: white; display: flex; height: 40px; justify-content: center; width: 40px; }
.network-icon svg { fill: none; height: 22px; stroke: currentColor; stroke-width: 1.8; width: 22px; }
.instagram-icon { background: radial-gradient(circle at 32% 100%, #fed373 0 22%, #f15245 38%, #d92e7f 59%, #9b36b7 76%, #515ecf 100%); }
.instagram-icon .icon-dot { fill: currentColor; stroke: none; }
.youtube-icon { background: #b4332d; }
.youtube-icon svg { height: 25px; stroke: none; width: 25px; }
.youtube-icon .icon-fill { fill: currentColor; }
.youtube-icon .icon-play { fill: white; }
.network-header div { display: flex; flex-direction: column; gap: 3px; }
.network-header strong { color: var(--navy); font-size: 13px; }
.network-header small { color: #74777b; font-size: 10px; }
.network-status { border: 1px solid #d0cbc0; border-radius: 999px; color: var(--navy); font-size: 10px; font-weight: 600; margin-left: auto; padding: 8px 13px; }
.instagram-content, .youtube-content { aspect-ratio: 9 / 16; background: #0b0b0b; overflow: hidden; position: relative; }
.instagram-content iframe, .youtube-content iframe { border: 0; display: block; height: 100%; width: 100%; }
.post-copy { padding: 21px 22px 24px; }
.post-copy p { color: #4e5359; font-size: 12px; line-height: 1.65; margin: 0 0 20px; }
.post-copy h3 { color: var(--navy); font-family: var(--serif); font-size: 26px; font-weight: 400; line-height: 1.15; margin: 9px 0 21px; }
.post-copy a { border-bottom: 1px solid #c8c2b7; color: var(--navy); display: inline-block; font-size: 11px; font-weight: 600; padding: 8px 0; }
.post-copy a span { color: var(--gold); margin-left: 8px; }
.video-label { color: #878074; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.social-proof {
  align-items: center;
  background: var(--navy-deep);
  border: 1px solid rgba(197, 163, 99, .42);
  display: flex;
  gap: 30px;
  margin-top: 58px;
  overflow: hidden;
  padding: 38px 42px;
  position: relative;
}
.social-proof::before { background: radial-gradient(circle, rgba(201, 166, 96, .28), transparent 68%); content: ""; height: 220px; left: -28px; position: absolute; top: -70px; width: 330px; }
.social-proof strong { color: #d5b46e; font-family: var(--serif); font-size: clamp(61px, 7vw, 94px); font-weight: 400; letter-spacing: -.035em; line-height: .9; position: relative; text-shadow: 0 0 12px rgba(218, 180, 102, .55), 0 0 34px rgba(218, 180, 102, .23); }
.social-proof span { color: #c1c7cf; font-size: 14px; line-height: 1.5; max-width: 320px; position: relative; }

.closing-image {
  background: #07122f;
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  min-height: min(88svh, 900px);
  overflow: hidden;
  position: relative;
}
.closing-image img { display: block; height: 100%; min-height: min(88svh, 900px); object-fit: cover; object-position: center 34%; width: 100%; }
.closing-image-shade { background: linear-gradient(90deg, transparent 45%, rgba(7, 18, 47, .78) 78%, #07122f 100%); inset: 0; pointer-events: none; position: absolute; }
.closing-quote { align-self: center; color: #f4f0e8; margin: 0; max-width: 590px; padding: 8vw 7vw 8vw 3vw; position: relative; z-index: 2; }
.closing-quote p { font-family: var(--serif); font-size: clamp(43px, 4.7vw, 72px); letter-spacing: -.035em; line-height: 1.03; margin: 0; }
.closing-quote p::before { color: #d5b46e; content: "“"; display: block; font-size: .8em; line-height: .45; margin-bottom: 24px; }

.contact { background: var(--navy); color: white; display: grid; gap: 7vw; grid-template-columns: 18% 1fr; }
.contact .section-index { color: #d2b374; padding-top: 14px; }
.contact-main { max-width: 930px; }
.contact-main p { color: #b8c0ca; font-size: 16px; line-height: 1.7; margin: 30px 0 38px; }
.contact-channels { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-channel { align-items: center; border: 1px solid rgba(255,255,255,.24); display: flex; gap: 16px; min-height: 84px; padding: 17px 21px; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.contact-channel:hover, .contact-channel:focus-visible { transform: translateY(-2px); }
.contact-channel > span:last-child { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.contact-channel small { color: #aeb8c4; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.contact-channel strong { font-size: 12px; font-weight: 500; overflow-wrap: anywhere; }
.contact-icon { align-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: flex; flex: 0 0 auto; height: 44px; justify-content: center; width: 44px; }
.contact-icon svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 22px; }
.email-channel:hover, .email-channel:focus-visible { border-color: #d5b46e; }
.whatsapp-channel { background: #1f8b59; border-color: #49b87d; }
.whatsapp-channel:hover, .whatsapp-channel:focus-visible { background: #237f55; border-color: #7ad3a3; }
.whatsapp-channel small { color: #d7f2e3; }
.contact-main .clinical-contact { color: #8f9caa; font-size: 11px; margin: 23px 0 0; }

footer { align-items: center; background: var(--navy-deep); color: white; display: grid; gap: 32px; grid-template-columns: 1fr 1fr auto; padding: 48px 7vw; }
.footer-brand { font-family: var(--serif); font-size: 24px; }
footer p { color: #8993a0; font-size: 12px; margin: 0; text-align: center; }
footer div { display: flex; gap: 20px; }
footer div a { color: #b0b7bf; font-size: 12px; }

.privacy-page { background: var(--paper); min-height: 100vh; }
.privacy-header { border-bottom: 1px solid rgba(24, 32, 42, .18); padding: 34px 7vw; }
.privacy-header .brand { display: inline-block; }
.privacy-main { margin: 0 auto; max-width: 940px; padding: 92px 7vw 120px; }
.privacy-main .eyebrow { color: #754332; }
.privacy-main h1 { color: var(--navy); font-family: var(--serif); font-size: clamp(48px, 7vw, 82px); font-weight: 400; letter-spacing: -.04em; line-height: 1; margin: 28px 0 22px; }
.privacy-updated { color: #77736c; font-size: 12px; margin: 0 0 62px; }
.privacy-intro { color: #4f555b; font-size: 18px; line-height: 1.8; margin-bottom: 58px; }
.privacy-section { border-top: 1px solid rgba(20, 36, 58, .18); padding: 38px 0 12px; }
.privacy-section h2 { color: var(--navy); font-family: var(--serif); font-size: 31px; font-weight: 400; margin: 0 0 18px; }
.privacy-section h3 { color: var(--navy); font-size: 14px; font-weight: 600; margin: 26px 0 8px; }
.privacy-section p, .privacy-section li { color: #555b61; font-size: 15px; line-height: 1.75; }
.privacy-section ul { margin: 14px 0 22px; padding-left: 22px; }
.privacy-section a { border-bottom: 1px solid rgba(20, 36, 58, .32); color: var(--navy); }
.privacy-back { border-bottom: 1px solid rgba(20, 36, 58, .3); color: var(--navy); display: inline-block; font-size: 12px; font-weight: 600; margin-top: 42px; padding: 9px 0; }

@media (max-width: 800px) {
  .topbar { height: 86px; margin: 0 20px; }
  .brand { font-size: clamp(27px, 8vw, 35px); }
  nav .nav-cta { font-size: 12px; padding: 14px 20px; }

  .hero { padding: 78px 20px 42px; }
  .hero .eyebrow { font-size: 11px; gap: 14px; letter-spacing: .18em; }
  .hero .eyebrow span { width: 38px; }
  .hero h1 { font-size: clamp(44px, 12.7vw, 59px); letter-spacing: -.045em; line-height: 1.01; margin: 54px 0 54px; }
  .hero-intro { font-size: 17px; line-height: 1.58; }
  .hero-intro p + p { margin-top: 8px; }

  .portrait { height: auto; }
  .portrait img { height: auto; object-fit: contain; width: 100%; }

  .formation-strip { display: block; padding: 58px 24px 62px; }
  .formation-strip .section-index { margin-bottom: 28px; padding-top: 0; }
  .credential-list { grid-template-columns: repeat(2, 1fr); }
  .credential-list p { border-left: 0; border-top: 1px solid rgba(20, 36, 58, .18); min-height: 112px; padding: 18px 16px 15px 0; }
  .credential-list p:nth-child(even) { border-left: 1px solid rgba(20, 36, 58, .18); padding-left: 16px; }
  .credential-list strong { font-size: 18px; }

  .talk-image { height: 100svh; min-height: 620px; }
  .talk-image-photo { background-position: center; background-size: cover; }
  .talk-image-shade { background: linear-gradient(0deg, rgba(8, 19, 33, .9), rgba(8, 19, 33, .02) 65%); }
  .talk-image-copy { bottom: 8vh; left: 24px; max-width: calc(100% - 48px); }
  .talk-image-copy h2 { font-size: 45px; }

  .section-pad { padding: 88px 24px; }
  .manifesto, .section-heading, .clinical, .social-heading, .contact { display: block; }
  .manifesto .section-index, .section-heading .section-index, .clinical .section-index, .social-heading .section-index, .contact .section-index { margin-bottom: 28px; padding-top: 0; }
  .section-heading h2, .social-heading h2, .contact h2 { font-size: 44px; }
  .social-heading > p:last-child { margin-top: 27px; }

  .manifesto-lead { font-size: 45px; }
  .manifesto-body { font-size: 16px; margin-top: 36px; }
  .manifesto-cta { margin-left: 0; }
  .section-heading { margin-bottom: 50px; }
  .area { display: block; padding: 33px 0; }
  .area-number { margin-bottom: 19px; }
  .area > a { display: inline-block; margin-top: 22px; }

  .clinical-copy { display: block; padding-top: 27px; }
  .clinical h2 { font-size: 36px; margin-bottom: 24px; }
  .clinical-copy p { font-size: 14px; }
  .clinical-copy > a { display: inline-block; margin-top: 22px; }

  .social-heading { margin-bottom: 48px; }
  .social-showcase { display: block; }
  .instagram-preview { margin-bottom: 24px; }
  .instagram-content, .youtube-content { aspect-ratio: 9 / 16; }
  .post-copy h3 { font-size: 24px; }
  .social-proof { align-items: flex-start; flex-direction: column; gap: 14px; padding: 34px 27px; }
  .social-proof strong { font-size: 65px; }
  .social-proof span { line-height: 1.5; }

  .closing-image { display: block; min-height: 0; }
  .closing-image img { height: auto; min-height: 0; object-fit: contain; object-position: center; width: 100%; }
  .closing-image-shade { background: linear-gradient(0deg, rgba(4, 11, 30, .94) 0%, rgba(4, 11, 30, .58) 36%, transparent 67%); }
  .closing-quote { bottom: 0; left: 0; max-width: none; padding: 44px 24px 50px; position: absolute; width: 100%; }
  .closing-quote p { font-size: clamp(35px, 10.4vw, 48px); line-height: 1.04; }
  .closing-quote p::before { margin-bottom: 17px; }

  .contact-channels { display: block; }
  .contact-channel + .contact-channel { margin-top: 13px; }

  footer { align-items: flex-start; display: flex; flex-direction: column; padding: 43px 24px; }
  footer p { text-align: left; }

  .privacy-header { padding: 25px 24px; }
  .privacy-main { padding: 68px 24px 88px; }
  .privacy-main h1 { font-size: 48px; }
  .privacy-updated { margin-bottom: 45px; }
  .privacy-intro { font-size: 16px; margin-bottom: 45px; }
  .privacy-section { padding-top: 31px; }
  .privacy-section h2 { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
