/* =========================================================
   Instituto Emagrece Mais / Dr. Bruno Salomão
   Paleta: escuro quente + dourado
   ========================================================= */

:root {
  --bg:        #0C0B09;
  --bg-2:      #131110;
  --surface:   #1A1714;
  --surface-2: #221E19;
  --line:      #2E2922;
  --line-soft: #221F1A;

  --gold:      #C8A24A;
  --gold-lt:   #E7CD8B;
  --gold-dk:   #8A6C29;
  --gold-grad: linear-gradient(135deg, #8A6C29 0%, #C8A24A 42%, #E7CD8B 100%);

  --text:      #F1ECE2;
  --muted:     #A9A093;
  --faint:     #7C7568;

  --wa:        #25D366;

  --sans: "Archivo", "Segoe UI", system-ui, -apple-system, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;

  --r: 4px;
  --shadow: 0 24px 60px -30px rgba(0,0,0,.9);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -.02em; line-height: 1.12; text-wrap: balance; }

a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.wrap { width: min(1220px, 100% - 2.6rem); margin-inline: auto; }

.eyebrow {
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 1rem;
}

.sec-title { font-size: clamp(1.9rem, 3.6vw, 3rem); }
.sec-lead { color: var(--muted); max-width: 64ch; margin-top: 1.1rem; }

.section { padding: clamp(4rem, 8vw, 7.5rem) 0; }
.section-alt { background: var(--bg-2); border-block: 1px solid var(--line-soft); }

/* ---------------- botões ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .95rem 1.7rem;
  border-radius: var(--r);
  font-weight: 600;
  font-size: .96rem;
  letter-spacing: .01em;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  cursor: pointer;
}
.btn-gold { background: var(--gold-grad); color: #17130B; }
.btn-gold:hover { transform: translateY(-2px); }
.btn-ghost { border-color: var(--line); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-lt); }
.btn-lg { padding: 1.15rem 2.2rem; font-size: 1.02rem; }
.center-btn { display: flex; width: fit-content; margin: 2.6rem auto 0; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--gold-lt);
  font-weight: 600;
  font-size: .93rem;
  border-bottom: 1px solid rgba(200,162,74,.35);
  padding-bottom: 2px;
  width: fit-content;
}
.link-arrow::after { content: "→"; transition: transform .2s ease; }
.link-arrow:hover::after { transform: translateX(4px); }
.link-arrow.as-span { border-bottom-color: transparent; }

/* ---------------- topbar ---------------- */
.topbar {
  background: #080706;
  border-bottom: 1px solid var(--line-soft);
  font-size: .82rem;
}
.topbar-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem 0;
}
.topbar-loc { color: var(--faint); }
.topbar-wa {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--muted);
  font-weight: 600;
}
.topbar-wa svg { width: 15px; height: 15px; fill: var(--wa); }
.topbar-wa:hover { color: var(--text); }

/* ---------------- header ---------------- */
.site-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(12,11,9,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.head-in {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: .9rem 0;
}
.brand { display: flex; align-items: center; gap: .75rem; margin-right: auto; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: block;
  flex: none;
}
.foot-brand .brand-mark { width: 46px; height: 46px; margin-bottom: .3rem; }
.brand-txt { display: flex; flex-direction: column; line-height: 1.2; }
.brand-txt b { font-size: .97rem; font-weight: 700; letter-spacing: -.01em; }
.brand-txt i { font-style: normal; font-size: .76rem; color: var(--faint); letter-spacing: .04em; }

.nav { display: flex; gap: 1.5rem; }
.nav a { font-size: .9rem; color: var(--muted); font-weight: 500; }
.nav a:hover { color: var(--gold-lt); }
.head-cta { padding: .7rem 1.25rem; font-size: .88rem; }

.burger { display: none; background: none; border: 0; padding: .4rem; }
.burger span { display: block; width: 22px; height: 2px; background: var(--text); margin: 4px 0; }

/* ---------------- hero ---------------- */
.hero {
  position: relative;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(3.5rem, 7vw, 6rem);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -20% 40% auto -10%;
  height: 70vh;
  background: radial-gradient(ellipse at center, rgba(200,162,74,.10), transparent 62%);
  pointer-events: none;
}
.hero-in {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.9rem); font-weight: 800; }
.hero-sub { color: var(--muted); margin-top: 1.4rem; max-width: 52ch; font-size: 1.04rem; }

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.4rem;
  padding: 1.3rem 1.6rem;
  background: var(--gold-grad);
  color: #17130B;
  border-radius: 6px;
  max-width: 430px;
  box-shadow: 0 20px 45px -22px rgba(200,162,74,.55);
  transition: transform .25s ease, box-shadow .25s ease;
}
.cta-card:hover { transform: translateY(-3px); box-shadow: 0 26px 55px -22px rgba(200,162,74,.7); }
.cta-card-txt { display: flex; flex-direction: column; }
.cta-card-txt b { font-size: 1.12rem; font-weight: 700; letter-spacing: -.01em; }
.cta-card-txt i { font-style: normal; font-size: .84rem; opacity: .72; }
.cta-card-arrow { font-size: 1.5rem; }

.hero-copy .link-arrow { margin-top: 1.5rem; }

.hero-media { position: relative; }
.hero-photo {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,11,9,0) 45%, rgba(12,11,9,.72) 100%);
}
.hero-photo img { width: 100%; height: clamp(380px, 52vw, 560px); object-fit: cover; }

.hero-badge {
  position: absolute;
  left: -22px;
  bottom: 34px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  padding: .95rem 1.2rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  box-shadow: var(--shadow);
}
.hero-badge b { font-family: var(--serif); font-size: 2.3rem; line-height: 1; color: var(--gold-lt); }
.hero-badge span { font-size: .78rem; color: var(--muted); line-height: 1.25; }

/* ---------------- credibilidade ---------------- */
.creds { border-block: 1px solid var(--line-soft); background: var(--bg-2); }
.creds-in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-soft);
}
.cred {
  background: var(--bg-2);
  padding: 1.7rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.cred b { font-size: 1.02rem; color: var(--gold-lt); font-weight: 700; letter-spacing: -.01em; }
.cred span { font-size: .85rem; color: var(--faint); }

/* ---------------- para quem é ---------------- */
.quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
  margin-top: 3rem;
}
.quote {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 1.7rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  transition: border-color .25s ease, transform .25s ease;
}
.quote:hover { border-color: rgba(200,162,74,.4); transform: translateY(-3px); }
.quote .q { font-family: var(--serif); font-size: 1.28rem; line-height: 1.3; color: var(--text); }
.quote .a { font-size: .93rem; color: var(--muted); }

.honesty {
  margin-top: 2.4rem;
  padding-left: 1.2rem;
  border-left: 2px solid var(--gold-dk);
  color: var(--faint);
  font-size: .95rem;
  max-width: 60ch;
}

/* ---------------- método ---------------- */
.method-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: end;
}
.method-lead { color: var(--muted); }
.steps {
  list-style: none;
  margin: 3.2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.step {
  background: var(--bg-2);
  padding: 2rem 1.5rem 2.2rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  transition: background .25s ease;
}
.step:hover { background: var(--surface); }
.step-n { font-family: var(--serif); font-size: 2.1rem; color: var(--gold); line-height: 1; }
.step h3 { font-size: 1.12rem; }
.step p { font-size: .92rem; color: var(--muted); }

.method-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
.method-foot p { color: var(--faint); max-width: 46ch; }

/* ---------------- áreas ---------------- */
.area-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 3rem;
  border: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
  transition: border-color .25s ease;
}
.area-hero:hover { border-color: rgba(200,162,74,.45); }
.area-hero-img { overflow: hidden; height: 390px; }
.area-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 14%;
  transition: transform .5s ease;
}
.area-hero:hover .area-hero-img img { transform: scale(1.04); }
.area-hero-txt { padding: clamp(1.8rem, 3.5vw, 3rem); display: flex; flex-direction: column; gap: 1rem; justify-content: center; }
.area-hero-txt h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.area-hero-txt p { color: var(--muted); }
.tag {
  align-self: flex-start;
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(200,162,74,.4);
  padding: .3rem .7rem;
  border-radius: 100px;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 1.2rem;
}
.area {
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: border-color .25s ease, transform .25s ease;
}
a.area:hover { border-color: rgba(200,162,74,.45); transform: translateY(-3px); }
.area-img { overflow: hidden; height: 170px; }
.area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
a.area:hover .area-img img { transform: scale(1.05); }
.area h3 { font-size: 1.14rem; padding: 1.3rem 1.4rem .5rem; }
.area p { font-size: .9rem; color: var(--muted); padding: 0 1.4rem 1.5rem; }
.areas-fecho {
  margin-top: 2rem;
  padding-left: 1.2rem;
  border-left: 2px solid var(--gold-dk);
  color: var(--muted);
  max-width: 66ch;
  font-size: .97rem;
}

/* ---------------- médico ---------------- */
.doctor {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.doctor-media { position: relative; }
.doctor-media::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid var(--gold-dk);
  z-index: 0;
}
.doctor-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(360px, 46vw, 520px);
  object-fit: cover;
  filter: grayscale(.15) contrast(1.03);
}
.doctor-copy { display: flex; flex-direction: column; gap: 1.1rem; }
.doctor-quote {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.2;
  color: var(--gold-lt);
}
.doctor-copy p { color: var(--muted); }
.signature {
  margin-top: .8rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.signature b { font-size: 1.05rem; }
.signature span { font-size: .85rem; color: var(--faint); }
.doctor-copy .btn { align-self: flex-start; margin-top: .8rem; }

/* ---------------- figuras públicas ---------------- */
.famosos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}
.famoso {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: border-color .25s ease, transform .25s ease;
}
.famoso:hover { border-color: rgba(200,162,74,.5); transform: translateY(-4px); }
.famoso-img { overflow: hidden; aspect-ratio: 4 / 5; }
.famoso-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.famoso:hover .famoso-img img { transform: scale(1.05); }
.famoso figcaption {
  padding: .95rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .15rem;
  border-top: 1px solid var(--line);
}
.famoso figcaption b { font-size: 1rem; font-weight: 700; letter-spacing: -.01em; }
.famoso:hover figcaption b { color: var(--gold-lt); }
.famoso figcaption span { font-size: .8rem; color: var(--faint); }
.famosos-nota {
  margin-top: 1.8rem;
  font-size: .82rem;
  color: var(--faint);
  max-width: 72ch;
  padding-left: 1.1rem;
  border-left: 2px solid var(--gold-dk);
}

/* ---------------- corpo clínico ---------------- */
.team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 3rem;
}
.member {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
/* card unico, layout horizontal */
.team-solo { grid-template-columns: minmax(0, 680px); }
.team-solo .member {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.5rem;
  align-items: center;
}
.team-solo .member-foto { height: 250px; margin-bottom: 0; }
.member-info { display: flex; flex-direction: column; gap: .2rem; }

.member-foto {
  height: 190px;
  overflow: hidden;
  margin-bottom: 1.1rem;
  border: 1px solid var(--line);
}
.member-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
}
.member-ph {
  height: 190px;
  background: var(--surface-2);
  border: 1px dashed var(--line);
  display: grid;
  place-items: center;
  color: var(--faint);
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.member b { font-size: 1.06rem; }
.member-spec { color: var(--gold-lt); font-size: .88rem; font-weight: 600; }
.member-crm { color: var(--faint); font-size: .8rem; }
.member p { font-size: .9rem; color: var(--muted); margin-top: .6rem; }
.team-foot { margin-top: 1.8rem; font-size: .87rem; color: var(--faint); }

/* ---------------- clínica ---------------- */
.clinic-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
.clinic-lead { display: flex; flex-direction: column; gap: 1rem; color: var(--muted); }

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}
.gallery figure { margin: 0; position: relative; overflow: hidden; border: 1px solid var(--line); }
.gallery img { width: 100%; height: 265px; object-fit: cover; transition: transform .6s ease; }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.6rem .9rem .7rem;
  background: linear-gradient(180deg, transparent, rgba(8,7,6,.9));
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-lt);
}

/* ---------------- depoimentos ---------------- */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 3rem;
}
.testimonial {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold-dk);
  padding: 1.8rem 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: space-between;
}
.testimonial blockquote { margin: 0; font-size: 1.02rem; color: var(--text); line-height: 1.5; }
.testimonial blockquote::before { content: "“"; font-family: var(--serif); font-size: 2.4rem; color: var(--gold); line-height: 0; vertical-align: -.35em; margin-right: .1em; }
.testimonial figcaption { font-size: .85rem; color: var(--faint); }
.testimonial figcaption span { display: block; color: var(--line); color: #5E584D; }

/* ---------------- faq ---------------- */
.faq-wrap {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.faq-side { position: sticky; top: 100px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
.faq-side .btn { margin-top: 1.8rem; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.35rem 2.5rem 1.35rem 0;
  font-weight: 600;
  font-size: 1.05rem;
  position: relative;
  transition: color .2s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: .3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--gold);
  transition: transform .25s ease;
}
.faq details[open] summary { color: var(--gold-lt); }
.faq details[open] summary::after { content: "+"; transform: translateY(-50%) rotate(45deg); }
.faq summary:hover { color: var(--gold-lt); }
.faq details p { padding: 0 2.5rem 1.6rem 0; color: var(--muted); font-size: .96rem; }

/* ---------------- fechamento ---------------- */
.closing {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--bg-2);
  border-top: 1px solid var(--line-soft);
  overflow: hidden;
}
.closing::before {
  content: "";
  position: absolute;
  inset: auto -10% -60% 30%;
  height: 80vh;
  background: radial-gradient(ellipse at center, rgba(200,162,74,.12), transparent 60%);
  pointer-events: none;
}
.closing-in {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.closing-copy h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
.closing-copy p { color: var(--muted); margin-top: 1.2rem; max-width: 52ch; }
.closing-copy .btn { margin-top: 2.2rem; }
.closing-info { display: flex; flex-direction: column; gap: 1.6rem; }
.info-block {
  border-left: 2px solid var(--gold-dk);
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.info-block .k {
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.info-block p { color: var(--muted); font-size: .96rem; }
.info-block p.destaque-local { color: var(--gold-lt); font-weight: 600; }

/* ---------------- rodapé ---------------- */
.site-foot { background: #080706; border-top: 1px solid var(--line-soft); padding: 3rem 0 5.5rem; }
.foot-in { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2.5rem; }
.foot-brand { display: flex; flex-direction: column; gap: .5rem; align-items: flex-start; }
.foot-brand b { font-size: 1.02rem; }
.foot-brand span { font-size: .85rem; color: var(--faint); }
.foot-legal { display: flex; flex-direction: column; gap: .9rem; }
.foot-legal p { font-size: .82rem; color: var(--faint); line-height: 1.6; }
.foot-legal b { color: var(--muted); }
.foot-mini { padding-top: .6rem; border-top: 1px solid var(--line-soft); }

/* ---------------- whatsapp fixo ---------------- */
.wa-fixed {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 1rem;
  background: var(--gold-grad);
  color: #17130B;
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 0 16px 40px -14px rgba(0,0,0,.9);
}
.wa-fixed svg { width: 20px; height: 20px; fill: #17130B; }

/* ---------------- reveal ---------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

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

/* =========================================================
   RESPONSIVO
   ========================================================= */
@media (max-width: 1080px) {
  .famosos { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .team { grid-template-columns: 1fr; }
  .creds-in { grid-template-columns: repeat(2, 1fr); }
  .testimonials { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .nav { display: none; }
  .nav.is-open {
    display: flex;
    position: absolute;
    left: 0; right: 0; top: 100%;
    flex-direction: column;
    gap: 0;
    background: var(--bg-2);
    border-bottom: 1px solid var(--line);
    padding: .5rem 1.3rem 1.2rem;
  }
  .nav.is-open a { padding: .85rem 0; border-bottom: 1px solid var(--line-soft); }
  .head-in { position: relative; }
  .burger { display: block; }
  .head-cta { display: none; }

  .hero-in,
  .doctor,
  .faq-wrap,
  .closing-in,
  .method-head,
  .clinic-head,
  .area-hero,
  .foot-in { grid-template-columns: 1fr; }

  .doctor-media { order: 2; }
  .doctor-media::before { inset: 12px -12px -12px 12px; }
  .hero-badge { left: auto; right: 16px; bottom: 16px; }
  .faq-side { position: static; }
  .team-solo .member { grid-template-columns: 1fr; gap: 1.1rem; }
  .team-solo .member-foto { height: 260px; }
  .area-hero-img { height: 240px; }
  .topbar-loc { display: none; }
  .topbar-in { justify-content: center; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .eyebrow { font-size: .72rem; letter-spacing: .14em; }
  .famosos { grid-template-columns: repeat(2, 1fr); gap: .8rem; }
  .famoso figcaption { padding: .8rem .85rem .95rem; }
  .famoso figcaption b { font-size: .92rem; }
  .wrap { width: min(1220px, 100% - 2rem); }
  .steps { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .creds-in { grid-template-columns: 1fr; }
  .cta-card { max-width: none; }
  .wa-fixed { display: flex; }
  .site-foot { padding-bottom: 6.5rem; }
  .brand-txt b { font-size: .88rem; }
  .method-foot { flex-direction: column; align-items: flex-start; }
}
