/* =====================================================================
   Fratelli Odontologia — Design System "Ripado Quente"
   Tokens → base → componentes → seções → utilitários → responsivo
   ===================================================================== */

:root {
  /* Cor */
  --navy: #24303C;
  --navy-deep: #1B2530;
  --navy-brand: #2E394B;
  --slate: #435270;
  --ink: #24303C;
  --ink-2: #4F5D70;
  --muted: #6B7280;
  --wood: #B8926A;
  --wood-dark: #9A7A55;
  --wood-light: #C9A77C;
  --bg: #F3EEE7;
  --bg-2: #EAE2D6;
  --card: #FFFDFA;
  --line: rgba(36, 48, 60, 0.10);
  --line-strong: rgba(36, 48, 60, 0.18);
  --star: #E4B65A;
  --ok: #3CA36B;
  --wa: #25D366;

  /* Tipografia */
  --font-display: "DM Serif Display", Georgia, "Times New Roman", serif;
  --font-body: "Figtree", "Helvetica Neue", Arial, sans-serif;

  /* Forma */
  --r-xl: 32px;
  --r-lg: 24px;
  --r-md: 18px;
  --r-sm: 12px;
  --shadow-soft: 0 24px 48px -28px rgba(36, 48, 60, 0.35);

  /* Ritmo */
  --gutter: clamp(16px, 4vw, 56px);
  --section: clamp(64px, 9vw, 120px);
  --container: 1440px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--wood-dark); }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--wood); outline-offset: 3px; border-radius: 4px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 100; }
.skip-link:focus { left: 8px; }

.display { font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.02; }
.display em { font-style: italic; color: var(--wood-dark); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--wood-dark); font-weight: 600; }
.eyebrow::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--wood); }
.muted { color: var(--muted); }
.lead { font-size: clamp(17px, 1.25vw, 19px); line-height: 1.6; color: var(--ink-2); max-width: 62ch; text-wrap: pretty; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.section { padding-block: var(--section); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: clamp(28px, 3vw, 40px); }
.section-head h2 { font-size: clamp(34px, 3.6vw, 52px); max-width: 20ch; text-wrap: balance; }
.section-head .aside { max-width: 320px; font-size: 15px; line-height: 1.55; color: var(--muted); }

/* Ripas (textura da marca) */
.slats { background-image: repeating-linear-gradient(90deg, rgba(36, 48, 60, 0.10) 0 1px, transparent 1px 22px); }
.slats-light { background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 22px); }

/* ---------- Botões ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 26px; border-radius: 999px; font-weight: 600; font-size: 15px; line-height: 1; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease; min-height: 48px; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--navy); color: var(--bg); }
.btn-primary:hover { background: var(--navy-deep); color: #fff; }
.btn-wood { background: var(--wood); color: var(--card); }
.btn-wood:hover { background: var(--wood-dark); color: #fff; }
.btn-ghost { background: rgba(255, 253, 250, 0.6); color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { background: var(--card); color: var(--ink); }
.btn-light { background: var(--card); color: var(--navy); }
.btn-light:hover { background: #fff; color: var(--navy); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-sm { padding: 12px 18px; font-size: 14px; min-height: 44px; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 50; background: rgba(243, 238, 231, 0.82); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s ease; }
.header.is-scrolled { border-bottom-color: var(--line); }
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 84px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 42px; height: auto; }
.brand-name { display: flex; flex-direction: column; gap: 2px; line-height: 1; }
.brand-name b { font-size: 15px; letter-spacing: 0.22em; font-weight: 600; }
.brand-name span { font-size: 9px; letter-spacing: 0.32em; color: var(--muted); font-weight: 600; }
.nav { display: flex; gap: 4px; background: var(--card); padding: 6px; border-radius: 999px; border: 1px solid var(--line); }
.nav a { font-size: 14px; font-weight: 500; padding: 10px 18px; border-radius: 999px; min-height: 40px; display: inline-flex; align-items: center; }
.nav a:hover { background: var(--bg-2); color: var(--ink); }
.nav a[aria-current="page"] { background: var(--navy); color: var(--bg); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-strong); background: var(--card); align-items: center; justify-content: center; cursor: pointer; color: var(--ink); }
.menu-toggle svg { width: 20px; height: 20px; }
.mobile-nav { display: none; }

/* ---------- Hero (split) ---------- */
.hero { padding-top: 24px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; min-height: 680px; }
.hero-media { position: relative; border-radius: var(--r-xl) 0 0 var(--r-xl); overflow: hidden; background: var(--bg-2); }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hero-chips { position: absolute; left: 28px; bottom: 28px; right: 28px; display: flex; gap: 10px; flex-wrap: wrap; }
.chip { background: rgba(255, 253, 250, 0.92); backdrop-filter: blur(8px); border-radius: 14px; padding: 12px 16px; display: flex; flex-direction: column; gap: 2px; }
.chip small { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.chip b { font-size: 14px; font-weight: 600; }
.hero-copy { position: relative; border-radius: 0 var(--r-xl) var(--r-xl) 0; background-color: var(--bg-2); padding: clamp(32px, 4vw, 56px) clamp(28px, 3.6vw, 52px); display: flex; flex-direction: column; justify-content: space-between; gap: 32px; }
.hero-copy .inner { display: flex; flex-direction: column; gap: 26px; background: var(--bg-2); box-shadow: 0 0 0 16px var(--bg-2); border-radius: 12px; }
.hero h1 { font-size: clamp(40px, 4.6vw, 66px); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Selo Google */
.rating-card { background: var(--card); border-radius: var(--r-lg); padding: 18px 20px; display: flex; align-items: center; gap: 16px; border: 1px solid var(--line); }
.rating-card .avatars { display: flex; }
.rating-card .avatars img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid var(--card); }
.rating-card .avatars img + img { margin-left: -12px; }
.rating-card .score { display: flex; align-items: center; gap: 8px; }
.rating-card .score b { font-size: 20px; font-weight: 700; }
.rating-card .meta { font-size: 13px; color: var(--muted); }
.rating-card .link { margin-left: auto; font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; color: var(--muted); white-space: nowrap; }
.stars { display: inline-flex; gap: 1px; }
.stars svg { width: 14px; height: 14px; fill: var(--star); }

/* ---------- Ticker ---------- */
.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: clamp(40px, 5vw, 72px); overflow: hidden; }
.ticker-track { display: flex; gap: 40px; padding: 18px 0; white-space: nowrap; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 600; width: max-content; animation: ticker 40s linear infinite; }
.ticker-track span::after { content: "·"; margin-left: 40px; color: var(--wood); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ---------- Cards / Bento ---------- */
.card { background: var(--card); border-radius: var(--r-lg); border: 1px solid var(--line); }
.bento { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 210px; gap: 16px; }
.bento .feature { grid-column: span 2; grid-row: span 2; background: var(--navy); color: var(--bg); border: 0; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.bento .feature .mark { position: absolute; right: -60px; bottom: -80px; width: 380px; opacity: 0.08; pointer-events: none; }
.bento .feature .eyebrow { color: var(--wood-light); }
.bento .feature .eyebrow::before { background: var(--wood-light); }
.bento .feature h3 { font-size: clamp(28px, 2.6vw, 40px); }
.bento .feature p { color: rgba(243, 238, 231, 0.78); font-size: 15px; max-width: 46ch; }
.bento .feature .body { display: flex; flex-direction: column; gap: 12px; position: relative; }
.bento .photo { overflow: hidden; grid-row: span 2; border: 0; }
.bento .photo img { width: 100%; height: 100%; object-fit: cover; }
.svc { padding: 26px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.svc:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); border-color: var(--line-strong); color: inherit; }
.svc .num { font-size: 12px; color: var(--muted); letter-spacing: 0.08em; }
.svc h3 { font-size: 20px; font-weight: 600; font-family: var(--font-body); display: flex; justify-content: space-between; align-items: flex-end; gap: 8px; }
.svc h3 svg { width: 18px; height: 18px; flex: none; color: var(--wood-dark); opacity: 0; transform: translate(-4px, 4px); transition: all .25s ease; }
.svc:hover h3 svg { opacity: 1; transform: none; }
.svc p { font-size: 14px; color: var(--muted); margin-top: 6px; }
.quote-card { padding: 26px; background: var(--bg-2); border: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; }
.quote-card p { font-family: var(--font-display); font-style: italic; font-size: 17px; line-height: 1.35; }
.quote-card small { font-size: 12px; color: var(--muted); }

/* ---------- Clínica ---------- */
.clinic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.clinic-statement { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: end; margin-bottom: 48px; }
.clinic-statement p.big { font-size: clamp(28px, 3vw, 44px); line-height: 1.12; letter-spacing: -0.02em; font-family: var(--font-display); text-wrap: pretty; }
.media-tile { position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--bg-2); aspect-ratio: 4 / 3; }
.media-tile img, .media-tile video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.media-tile .caption { position: absolute; left: 18px; bottom: 18px; background: rgba(255, 253, 250, 0.92); backdrop-filter: blur(8px); border-radius: 12px; padding: 8px 12px; font-size: 12px; font-weight: 600; }
.media-tile.tall { aspect-ratio: 3 / 4; }
.clinic-grid .media-tile.tall { aspect-ratio: auto; height: 100%; min-height: 420px; }
.media-tile.video-slot { display: grid; place-items: center; border: 1px dashed var(--line-strong); }
.media-tile.video-slot .placeholder { text-align: center; padding: 24px; color: var(--muted); font-size: 13px; max-width: 32ch; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding-top: 28px; margin-top: 48px; border-top: 1px solid var(--line); }
.stat b { display: block; font-size: clamp(40px, 3.6vw, 56px); line-height: 1; letter-spacing: -0.03em; font-family: var(--font-display); font-weight: 400; }
.stat b sup { font-size: 0.45em; vertical-align: super; color: var(--wood-dark); font-style: italic; }
.stat span { display: block; font-size: 13px; color: var(--muted); margin-top: 8px; }

/* ---------- Equipe ---------- */
.team { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.member { padding: 22px; display: flex; flex-direction: column; gap: 16px; }
.member .avatar { width: 100%; aspect-ratio: 1; border-radius: var(--r-md); background: var(--bg-2); display: grid; place-items: center; overflow: hidden; position: relative; }
.member .avatar img { width: 100%; height: 100%; object-fit: cover; }
.member .avatar .initials { font-family: var(--font-display); font-size: 44px; color: var(--wood-dark); letter-spacing: -0.02em; }
.member .avatar .initials::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(36, 48, 60, 0.12); border-radius: 12px; pointer-events: none; }
.member h3 { font-size: 18px; font-weight: 600; font-family: var(--font-body); }
.member p { font-size: 14px; color: var(--ink-2); }
.member small { font-size: 12px; color: var(--muted); letter-spacing: 0.06em; }

/* ---------- Avaliações ---------- */
.reviews { display: grid; grid-template-columns: 1fr 2fr; gap: 16px; align-items: stretch; }
.reviews .score-card { background: var(--navy); color: var(--bg); border: 0; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; position: relative; overflow: hidden; }
.reviews .score-card .mark { position: absolute; right: -80px; top: -60px; width: 320px; opacity: 0.08; pointer-events: none; }
.reviews .score-card .big { font-family: var(--font-display); font-size: clamp(72px, 7vw, 110px); line-height: 0.9; letter-spacing: -0.04em; }
.reviews .score-card .stars svg { width: 18px; height: 18px; }
.reviews .score-card p { color: rgba(243, 238, 231, 0.75); font-size: 14px; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.review { padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.review .who { display: flex; align-items: center; gap: 12px; }
.review .who .dot { width: 40px; height: 40px; border-radius: 50%; background: var(--bg-2); display: grid; place-items: center; font-weight: 700; color: var(--wood-dark); font-size: 14px; }
.review .who b { display: block; font-size: 14px; }
.review .who small { font-size: 12px; color: var(--muted); }
.review p { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }
.g-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); }
.g-badge svg { width: 16px; height: 16px; }

/* ---------- Passos ---------- */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.step { padding: 28px; display: flex; flex-direction: column; gap: 14px; min-height: 220px; }
.step .n { font-family: var(--font-display); font-size: 40px; color: var(--wood-dark); line-height: 1; }
.step h3 { font-size: 20px; font-weight: 600; font-family: var(--font-body); }
.step p { font-size: 14.5px; color: var(--ink-2); }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; font-size: 18px; font-weight: 600; min-height: 48px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 20px; height: 20px; flex: none; color: var(--wood-dark); transition: transform .25s ease; }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq .answer { padding: 0 0 22px; color: var(--ink-2); font-size: 15.5px; max-width: 70ch; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--navy); color: var(--bg); border-radius: var(--r-xl); padding: clamp(36px, 5vw, 72px); display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; position: relative; overflow: hidden; }
.cta-band .mark { position: absolute; right: -40px; bottom: -120px; width: 460px; opacity: 0.07; pointer-events: none; }
.cta-band h2 { font-size: clamp(32px, 3.6vw, 52px); }
.cta-band h2 em { color: var(--wood-light); }
.cta-band p { color: rgba(243, 238, 231, 0.75); margin-top: 14px; max-width: 48ch; }
.cta-band .actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; position: relative; }

/* ---------- Contato ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact .info { padding: 32px; display: flex; flex-direction: column; gap: 22px; }
.contact .info dl { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0; }
.contact .info dt { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 6px; }
.contact .info dd { margin: 0; font-size: 15px; font-weight: 500; line-height: 1.5; }
.contact .map { border-radius: var(--r-lg); overflow: hidden; min-height: 320px; background: var(--bg-2); border: 1px solid var(--line); }
.contact .map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; filter: saturate(0.6) contrast(1.02); }
.form { padding: 32px; display: flex; flex-direction: column; gap: 14px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.field input, .field select, .field textarea { font: inherit; font-size: 15px; padding: 14px 16px; border-radius: 14px; border: 1px solid var(--line-strong); background: var(--bg); color: var(--ink); min-height: 48px; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--wood); outline-offset: 0; border-color: transparent; }
.form .hint { font-size: 12px; color: var(--muted); }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 56px 0 28px; margin-top: var(--section); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer h4 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 14px; }
.footer li { font-size: 14.5px; padding: 5px 0; }
.footer .tagline { font-family: var(--font-display); font-size: 22px; margin: 16px 0 10px; max-width: 22ch; }
.footer .legal { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12px; color: var(--muted); border-top: 1px solid var(--line); margin-top: 40px; padding-top: 20px; }
.social { display: flex; gap: 8px; }
.social a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--ink); }
.social a:hover { background: var(--navy); color: var(--bg); border-color: var(--navy); }
.social svg { width: 18px; height: 18px; }

/* ---------- WhatsApp flutuante ---------- */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: inline-flex; align-items: center; gap: 10px; background: var(--navy); color: #fff; padding: 14px 18px 14px 14px; border-radius: 999px; box-shadow: 0 16px 40px -12px rgba(36, 48, 60, 0.5); font-weight: 600; font-size: 14px; }
.wa-float:hover { background: var(--navy-deep); color: #fff; }
.wa-float .ic { width: 28px; height: 28px; border-radius: 50%; background: var(--wa); display: grid; place-items: center; }
.wa-float .ic svg { width: 16px; height: 16px; }

/* ---------- Páginas internas ---------- */
.page-hero { padding-top: 24px; }
.page-hero .grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.page-hero .copy { border-radius: var(--r-xl) 0 0 var(--r-xl); background-color: var(--bg-2); padding: clamp(32px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; gap: 22px; position: relative; }
.page-hero .copy .inner { display: flex; flex-direction: column; gap: 22px; background: var(--bg-2); box-shadow: 0 0 0 16px var(--bg-2); border-radius: 12px; }
.page-hero h1 { font-size: clamp(36px, 4vw, 58px); }
.page-hero .media { border-radius: 0 var(--r-xl) var(--r-xl) 0; overflow: hidden; position: relative; background: var(--bg-2); }
.page-hero .media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.breadcrumb { font-size: 13px; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--ink); }
.prose { max-width: 70ch; font-size: 17px; line-height: 1.7; color: var(--ink-2); display: flex; flex-direction: column; gap: 18px; }
.prose h2 { font-size: clamp(28px, 2.6vw, 38px); color: var(--ink); margin-top: 12px; }
.prose h3 { font-size: 20px; font-weight: 600; font-family: var(--font-body); color: var(--ink); }
.prose ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.prose ul li { padding-left: 22px; position: relative; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: 12px; width: 10px; height: 1px; background: var(--wood-dark); }
.two-col { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.sticky-card { position: sticky; top: 108px; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.sticky-card h3 { font-size: 20px; font-weight: 600; font-family: var(--font-body); }
.sticky-card .pro { display: flex; align-items: center; gap: 12px; padding: 14px; background: var(--bg); border-radius: 14px; }
.sticky-card .pro .dot { width: 44px; height: 44px; border-radius: 12px; background: var(--bg-2); display: grid; place-items: center; font-family: var(--font-display); color: var(--wood-dark); font-size: 18px; flex: none; }
.sticky-card .pro b { display: block; font-size: 14px; }
.sticky-card .pro small { font-size: 12px; color: var(--muted); }
.benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.benefit { padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.benefit h3 { font-size: 17px; font-weight: 600; font-family: var(--font-body); }
.benefit p { font-size: 14.5px; color: var(--ink-2); }
.related { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Utilitários ---------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 32px; }

/* ---------- Responsivo ---------- */
@media (max-width: 1100px) {
  .nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-cta .btn { display: none; }
  .header-cta .btn.btn-keep { display: inline-flex; }
  .mobile-nav { display: none; position: fixed; inset: 84px 0 0 0; background: var(--bg); z-index: 49; padding: 24px var(--gutter); flex-direction: column; gap: 6px; overflow: auto; }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { font-size: 22px; font-family: var(--font-display); padding: 14px 0; border-bottom: 1px solid var(--line); min-height: 48px; }
  .mobile-nav .btn { margin-top: 20px; font-family: var(--font-body); font-size: 16px; border-bottom: 0; }
  .hero-grid, .page-hero .grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-media, .page-hero .media { border-radius: var(--r-lg); min-height: 360px; }
  .hero-copy, .page-hero .copy { border-radius: var(--r-lg); margin-top: 12px; }
  .page-hero .grid { display: flex; flex-direction: column-reverse; }
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 180px; }
  .team, .related { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews, .contact, .two-col, .cta-band, .clinic-statement { grid-template-columns: 1fr; }
  .cta-band .actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .steps, .benefits, .gallery { grid-template-columns: 1fr 1fr; }
  .sticky-card { position: static; }
}
@media (max-width: 640px) {
  .header .container { height: 72px; }
  .mobile-nav { inset: 72px 0 0 0; }
  .brand-name { display: none; }
  .hero h1 { font-size: 38px; }
  .hero-media { min-height: 440px; }
  .hero-chips { left: 14px; right: 14px; bottom: 14px; }
  .hero-chips .chip { flex: 1 1 100%; padding: 10px 14px; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .bento .feature { grid-column: span 1; grid-row: span 1; min-height: 340px; }
  .bento .photo { grid-row: span 1; aspect-ratio: 4 / 3; }
  .svc { min-height: 140px; }
  .review-grid, .steps, .benefits, .gallery, .team, .related, .stats, .footer-grid, .form .row, .contact .info dl { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .rating-card { flex-wrap: wrap; }
  .rating-card .link { margin-left: 0; }
  .wa-float span.txt { display: none; }
  .wa-float { padding: 12px; }
  .cta-band { border-radius: var(--r-lg); }
  .clinic-grid { grid-template-columns: 1fr; }
}
