/* ============================================================
   ONDA 1 — Redesign de seções (Diferenciais · Equipe · Odontopediatria)
   Padrão: header centralizado (pill + headline 2-linhas + subtitle)
           grids simétricas, alturas iguais, ritmo consistente

   ONDA 2 (07/mai) — Polish: alternância de fundos, divisores dourados,
   ritmo tipográfico uniforme, mais respiro vertical.
   ============================================================ */

/* ─── ONDA 2: Section ritmo + alternância ───────────────── */
.s-section {
  position: relative;
  padding-block: clamp(96px, 13vw, 160px) !important;
}

/* Linha hairline dourada no topo (sutil, luxo) */
.s-section + .s-section::before,
.s-section--raised::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(120px, 16vw, 220px);
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    var(--gold-border) 30%,
    var(--gold) 50%,
    var(--gold-border) 70%,
    transparent 100%);
  opacity: 0.55;
}

/* Variant: superfície elevada (raised) — quebra monotonia */
.s-section--raised {
  background: var(--ink-raised);
}

/* Subtle vinheta dourada radial em seções raised */
.s-section--raised::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at 50% 0%,
    rgba(201, 168, 76, 0.05) 0%,
    transparent 70%);
  z-index: 0;
}

.s-section--raised > .container {
  position: relative;
  z-index: 1;
}

/* ─── ONDA 2: Uniformizar TODOS os section-labels antigos ── */
/* Eleva o label antigo (Inter caps muted) ao novo padrão centralizado.
   Não preciso rewriter HTML — o CSS faz o lift. */
.s-section > .container > .s-section-label,
.s-section .s-section-label:not(:has(+ *)) {
  display: block;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: var(--gold);
  margin-bottom: clamp(40px, 5vw, 64px);
  padding: 8px 18px;
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-pill);
  background: var(--gold-whisper);
  width: max-content;
  margin-inline: auto;
  margin-bottom: clamp(40px, 5vw, 64px);
}

/* H2 dentro de seções não-Onda1 — eleva pra padrão centralizado */
.s-section h2.s-section-label + *,
.s-section .s-bento + *,
.s-section .s-odonto-cards + * {
  margin-top: clamp(48px, 6vw, 72px);
}

/* ─── Hero text-only (sem foto da mulher) ───────────────── */
.s-hero--text-only .s-hero-center {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding-inline: clamp(16px, 2vw, 24px);
}

.s-hero--text-only .s-hero-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-hero--text-only .s-hero-tag {
  display: inline-flex;
  justify-content: center;
}

.s-hero--text-only .s-hero-sub {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}

.s-hero--text-only .s-hero-ctas {
  justify-content: center;
}

/* Reposiciona o glow dourado para um halo central mais difuso */
.s-hero--text-only .s-hero-glow {
  bottom: -10%;
  width: 72%;
  height: 65%;
  background: radial-gradient(ellipse at center,
    rgba(201, 168, 76, 0.22) 0%,
    rgba(201, 168, 76, 0.08) 35%,
    transparent 70%);
}

/* Stat strip centralizada */
.s-hero--text-only .s-hero-strip {
  justify-content: center;
}

/* ─── Reusable section header ───────────────────────────── */
.s-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(56px, 7vw, 88px);
}

.s-section-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  background: var(--gold-whisper);
  border: 1px solid var(--gold-border);
  color: var(--gold);
  font-family: var(--ff-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.s-section-title {
  font-family: var(--ff-display);
  font-weight: 300;
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.012em;
  color: var(--text);
  margin: 0;
}

.s-section-title-accent {
  display: block;
  font-style: italic;
  font-weight: 400;
  background: var(--metal-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold);
}

.s-section-sub {
  font-family: var(--ff-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-dim);
  max-width: 620px;
  margin: 0 auto;
}

/* Hide old section labels when new header is present */
.s-section-header + .s-bento,
.s-section-header + .s-stats { margin-top: 0; }

/* ─── Stats row (3 equal cards) ─────────────────────────── */
.s-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(48px, 6vw, 72px);
}

.s-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: clamp(28px, 3.5vw, 44px) clamp(20px, 2.5vw, 32px);
  background: linear-gradient(180deg, var(--ink-raised) 0%, var(--ink-raised-hi) 100%);
  border: 1px solid var(--ink-hairline);
  border-radius: var(--radius-lg);
  transition: border-color var(--dur-base) var(--ease), transform var(--dur-base) var(--ease);
}

.s-stat-card:hover {
  border-color: var(--gold-border);
  transform: translateY(-2px);
}

.s-stat-num {
  font-family: var(--ff-display);
  font-weight: 300;
  font-size: clamp(2.75rem, 4.5vw, 3.75rem);
  line-height: 1;
  letter-spacing: -0.02em;
  background: var(--metal-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold);
}

.s-stat-label {
  font-family: var(--ff-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text);
  text-transform: none;
}

.s-stat-text {
  font-family: var(--ff-body);
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--text-dim);
  max-width: 240px;
}

/* ─── Pillars row (3 equal cards) ───────────────────────── */
.s-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(48px, 6vw, 72px);
}

.s-pillar-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(28px, 3vw, 36px);
  background: var(--ink-raised);
  border: 1px solid var(--ink-hairline);
  border-radius: var(--radius-lg);
  transition: border-color var(--dur-base) var(--ease), transform var(--dur-base) var(--ease);
}

.s-pillar-card:hover {
  border-color: var(--gold-border);
  transform: translateY(-2px);
}

.s-pillar-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--gold-whisper);
  color: var(--gold);
  margin-bottom: 4px;
}

.s-pillar-eyebrow {
  font-family: var(--ff-body);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--gold);
  text-transform: uppercase;
}

.s-pillar-title {
  font-family: var(--ff-display);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--text);
  margin: 0;
}

.s-pillar-text {
  font-family: var(--ff-body);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-dim);
  margin: 0;
}

/* ─── Team grid (3 vertical cards) ──────────────────────── */
#equipe .s-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
  margin-bottom: clamp(48px, 6vw, 72px);
}

#equipe .s-team-card {
  display: flex;
  flex-direction: column;
  background: var(--ink-raised);
  border: 1px solid var(--ink-hairline);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--dur-base) var(--ease), transform var(--dur-base) var(--ease);
}

#equipe .s-team-card:hover {
  border-color: var(--gold-border);
  transform: translateY(-3px);
}

#equipe .s-team-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: linear-gradient(180deg, #1A1A22 0%, #0F0F15 100%);
  overflow: hidden;
  position: relative;
}

#equipe .s-team-photo picture,
#equipe .s-team-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

#equipe .s-team-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(24px, 2.5vw, 32px);
}

#equipe .s-team-name {
  font-family: var(--ff-display);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.15;
  color: var(--text);
  margin: 0;
}

#equipe .s-team-title {
  font-family: var(--ff-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.02em;
}

#equipe .s-team-cro {
  font-family: var(--ff-body);
  font-size: 0.78rem;
  color: var(--text-dim);
  letter-spacing: 0.04em;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ink-hairline);
  margin-bottom: 4px;
}

#equipe .s-team-creds {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#equipe .s-team-creds li {
  position: relative;
  padding-left: 26px;
  font-family: var(--ff-body);
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text-muted);
}

#equipe .s-team-creds li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: var(--gold-whisper);
  border: 1px solid var(--gold-border);
}

#equipe .s-team-creds li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 8px;
  height: 4px;
  border-left: 1.5px solid var(--gold);
  border-bottom: 1.5px solid var(--gold);
  transform: rotate(-45deg);
}

/* Override the old SPECIALISTS pseudo-element from srypto.css */
#equipe .s-section-label::before { content: none !important; }
#equipe .s-section-label { display: none; }

/* ─── Split layout (Odontopediatria) ────────────────────── */
.s-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
  margin-bottom: clamp(48px, 6vw, 72px);
}

.s-split-visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.s-split-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(180deg, #1A1A22 0%, #0F0F15 100%);
  border: 1px solid var(--ink-hairline);
}

.s-split-photo picture,
.s-split-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.s-split-photo-tag {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  padding: 10px 18px;
  background: rgba(10, 10, 15, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-pill);
  font-family: var(--ff-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--gold);
  white-space: nowrap;
}

.s-split-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: var(--ink-raised);
  border: 1px solid var(--ink-hairline);
  border-radius: var(--radius-lg);
}

.s-split-meta-avatar {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--gold-border);
}

.s-split-meta-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.s-split-meta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.s-split-meta-name {
  font-family: var(--ff-body);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
}

.s-split-meta-role {
  font-family: var(--ff-body);
  font-size: 0.78rem;
  color: var(--text-dim);
  line-height: 1.4;
}

/* 2x2 feature grid inside split */
.s-split-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(14px, 1.5vw, 20px);
  align-content: stretch;
}

.s-feature-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(20px, 2.2vw, 26px);
  background: var(--ink-raised);
  border: 1px solid var(--ink-hairline);
  border-radius: var(--radius-lg);
  transition: border-color var(--dur-base) var(--ease), transform var(--dur-base) var(--ease);
  position: relative;
}

.s-feature-card:hover {
  border-color: var(--gold-border);
  transform: translateY(-2px);
}

.s-feature-num {
  font-family: var(--ff-display);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--titanium-500);
  letter-spacing: 0.04em;
}

.s-feature-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--gold-whisper);
  color: var(--gold);
}

.s-feature-title {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--text);
  margin: 0;
  margin-top: 4px;
}

.s-feature-text {
  font-family: var(--ff-body);
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--text-dim);
  margin: 0;
}

/* ─── Hide old odonto/equipe components that we replaced ── */
#odontopediatria .s-odonto-hero,
#odontopediatria .s-odonto-cards { display: none; }

/* ─── Responsive ────────────────────────────────────────── */
@media (max-width: 960px) {
  .s-stats { grid-template-columns: 1fr; }
  .s-pillars { grid-template-columns: 1fr; }
  #equipe .s-team-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .s-split { grid-template-columns: 1fr; }
  .s-split-features { grid-template-columns: 1fr; }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .s-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .s-pillars { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  #equipe .s-team-grid { gap: 16px; }
}

/* ============================================================
   CINTO DE SELOS — credibilidade visual após o hero
   ============================================================ */
.s-trust-strip {
  position: relative;
  padding-block: clamp(48px, 6vw, 72px);
  background: var(--ink-obsidian);
  border-top: 1px solid var(--ink-hairline);
  border-bottom: 1px solid var(--ink-hairline);
  overflow: hidden;
}

.s-trust-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 100% at 50% 50%,
    rgba(201, 168, 76, 0.03) 0%,
    transparent 70%);
}

.s-trust-strip > .container {
  position: relative;
  z-index: 1;
}

.s-trust-strip-eyebrow {
  text-align: center;
  font-family: var(--ff-body);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  color: var(--text-dim);
  margin: 0 0 28px;
  text-transform: uppercase;
}

.s-trust-strip-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: center;
  justify-items: center;
}

.s-trust-strip-item {
  width: 100%;
  max-width: 120px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  transition: filter var(--dur-base) var(--ease), transform var(--dur-base) var(--ease);
}

.s-trust-strip-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  /* Selos visíveis: brilho aumentado + drop-shadow dourado sutil */
  filter: brightness(1.15) contrast(1.05) drop-shadow(0 2px 12px rgba(201, 168, 76, 0.35));
  opacity: 0.92;
  transition: filter var(--dur-base) var(--ease), opacity var(--dur-base) var(--ease), transform var(--dur-base) var(--ease);
}

.s-trust-strip-item:hover img,
.s-trust-strip-item:focus-within img {
  filter: brightness(1.25) contrast(1.1) drop-shadow(0 4px 18px rgba(201, 168, 76, 0.6));
  opacity: 1;
  transform: scale(1.04);
}

.s-trust-strip-item:hover {
  transform: translateY(-2px);
}

@media (max-width: 820px) {
  .s-trust-strip-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px;
  }
  .s-trust-strip-item {
    height: 64px;
    max-width: 100px;
  }
}

@media (max-width: 480px) {
  .s-trust-strip-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   GALLERY 6 fotos do consultório (dentro de #nossa-clinica)
   ============================================================ */
.s-gallery {
  margin-top: clamp(56px, 7vw, 88px);
}

.s-gallery-eyebrow {
  text-align: center;
  font-family: var(--ff-body);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  color: var(--gold);
  text-transform: uppercase;
  margin: 0 0 24px;
}

.s-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.5vw, 18px);
}

.s-gallery-item {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--ink-hairline);
  background: linear-gradient(180deg, #1A1A22 0%, #0F0F15 100%);
  cursor: zoom-in;
  transition: border-color var(--dur-base) var(--ease), transform var(--dur-base) var(--ease);
}

.s-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(10, 10, 15, 0.55) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease);
}

.s-gallery-item:hover {
  border-color: var(--gold-border);
  transform: translateY(-3px);
}

.s-gallery-item:hover::after {
  opacity: 1;
}

.s-gallery-item picture,
.s-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease);
}

.s-gallery-item:hover img {
  transform: scale(1.04);
}

@media (max-width: 820px) {
  .s-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .s-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ============================================================
   ONDA 2.5 (07/mai noite) — Fixes EAD audit pós-deploy staging
   ============================================================ */

/* P1.A — Scroll-intro: 250vh → 130vh (mata buraço negro de 2.5x) */
.s-scroll-video {
  height: 130vh !important;
}

/* P1.B — Cookie banner SLIM no rodapé (não cobre conteúdo) */
.cookie-banner,
[class*="cookie"][class*="banner"],
.s-cookie,
#cookie-banner,
.cookies-banner {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0 !important;
  padding: 8px 16px !important;
  font-size: 0.78rem !important;
  background: rgba(10, 10, 15, 0.96) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-top: 1px solid var(--gold-border) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  z-index: 9999 !important;
  flex-wrap: wrap !important;
  text-align: center !important;
}

.cookie-banner button,
[class*="cookie"] button {
  padding: 6px 14px !important;
  font-size: 0.72rem !important;
  min-height: 30px !important;
}

/* Remove padding excessivo nos divisores antigos (P1.C) */
.s-divider {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: none !important;
}

/* P2.A — Esconder stat strip do hero (duplicado com Diferenciais) */
.s-hero-strip {
  display: none !important;
}

/* P2.C — Reduzir padding-block das seções (mais densidade visual) */
.s-section {
  padding-block: clamp(72px, 9vw, 112px) !important;
}

/* P2.D — Hairlines mais discretas (sem competir com conteúdo) */
.s-section + .s-section::before,
.s-section--raised::before {
  width: clamp(80px, 10vw, 140px);
  opacity: 0.4;
}

/* Hero text-only: ajustar margem após remover stat strip */
.s-hero--text-only .s-hero-ctas {
  margin-bottom: 0;
}

/* ============================================================
   ONDA 2.6 (07/mai noite) — Sprint 2B (avatares hero + lightbox)
   ============================================================ */

/* B1 — Avatares circulares dos doutores no hero (ancoragem humana) */
.s-hero-doctors {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: clamp(32px, 4vw, 48px);
  padding-top: clamp(28px, 3.5vw, 40px);
  border-top: 1px solid rgba(201, 168, 76, 0.15);
}

.s-hero-doctors-avatars {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-hero-doctor-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--ink-obsidian);
  outline: 1px solid var(--gold-border);
  background: var(--ink-raised);
  display: block;
  transition: transform var(--dur-base) var(--ease), z-index 0s;
  position: relative;
  z-index: 1;
}

.s-hero-doctor-avatar:not(:first-child) {
  margin-left: -14px;
}

.s-hero-doctor-avatar:hover {
  transform: scale(1.08) translateY(-2px);
  z-index: 3;
  outline-color: var(--gold);
}

.s-hero-doctor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.s-hero-doctors-label {
  font-family: var(--ff-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-dim);
  text-align: center;
}

/* B3 — Lightbox da galeria (sem deps externas) */
.s-gallery-item {
  cursor: zoom-in;
}

#s-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(6, 6, 9, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: clamp(20px, 4vw, 60px);
  cursor: zoom-out;
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease);
}

#s-lightbox.is-open {
  display: flex;
  opacity: 1;
}

#s-lightbox-img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-border);
  box-shadow: 0 30px 100px rgba(0,0,0,0.7), 0 0 0 1px rgba(201,168,76,0.15);
}

#s-lightbox-close {
  position: absolute;
  top: clamp(16px, 2vw, 32px);
  right: clamp(16px, 2vw, 32px);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--gold-border);
  color: var(--gold);
  font-size: 1.4rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease);
}

#s-lightbox-close:hover {
  background: rgba(201,168,76,0.18);
  border-color: var(--gold);
}

@media (max-width: 480px) {
  .s-hero-doctor-avatar {
    width: 48px;
    height: 48px;
  }
  .s-hero-doctor-avatar:not(:first-child) {
    margin-left: -12px;
  }
}

/* Cinto de selos: 4 selos (Top Doctor + Diamond 2017 removidos via HTML) */
@media (min-width: 821px) {
  .s-trust-strip-list {
    grid-template-columns: repeat(4, 1fr);
    max-width: 720px;
    margin: 0 auto;
  }
}

/* ============================================================
   ONDA 2.7 (08/mai) — Sprint Frente 1 quick wins
   ============================================================ */

/* F1.3 — Esconder EN do toggle (sem conteúdo traduzido ainda) */
.s-nav-lang [data-lang="en"],
.s-nav-lang .s-nav-lang-sep {
  display: none !important;
}

/* Quando tradução EN existir, remover essas regras pra reativar */

/* F1.7 — Footer polish: hairline dourada sutil acima do bottom */
.s-footer-bottom {
  border-top: 1px solid rgba(201, 168, 76, 0.10);
  padding-top: 24px !important;
  margin-top: 32px;
}
