﻿/* Base e identidade visual */
:root {
  --rose: #b93e60;
  --rose-hover: #9e2e4d;
  --rose-soft: #f4dfdf;
  --wine: #753349;
  --ink: #302a2e;
  --muted: #625b60;
  --paper: #fffaf8;
  --line: #ebd7db;
  --font-body: 'DM Sans', sans-serif;
  --font-heading: 'Lora', Georgia, serif;
  --font-script: 'Caveat', cursive;
  --container: 1320px;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.55 var(--font-body); }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
figure, blockquote, p, dl { margin: 0; }
h1, h2, h3 { margin: 0; line-height: 1.15; }
h1, h2 { font-family: var(--font-heading); font-weight: 400; }
em { color: var(--rose); font-style: normal; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--wine); outline-offset: 5px; }
::selection { background: #efc7d0; color: #462c34; }
.container { width: min(calc(100% - 80px), var(--container)); margin-inline: auto; }
.section { padding-block: 30px; }
.eyebrow { color: var(--wine); text-transform: uppercase; letter-spacing: .16em; font: 600 12px/1.5 var(--font-body); }
.handwritten { font: 400 34px/1.06 var(--font-script); }
.icon { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.icon use { pointer-events: none; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 1000; background: white; padding: 12px 20px; }
.btn { min-height: 46px; padding: 11px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 600; line-height: 1.35; text-align: center; transition: background .2s, box-shadow .2s, transform .2s; }
.btn .icon { width: 20px; height: 20px; }
.btn-primary { color: white; background: var(--rose); box-shadow: 0 3px 0 #8e2b4008; }
.btn-primary:hover { background: var(--rose-hover); box-shadow: 0 6px 18px #91384c20; transform: translateY(-2px); }
.btn-outline { border-color: #c7657e; color: #a32e50; background: #fff9; }
.btn-outline:hover, .btn-light:hover { background: white; }
.btn-light { color: var(--rose-hover); background: #fff7f4; border-color: #fff9; }
.round-link { display: inline-grid; place-items: center; border: 0; border-radius: 50%; width: 44px; height: 44px; flex: 0 0 auto; background: #f2d7db; color: var(--wine); transition: background .2s, transform .2s; }
.round-link .icon { width: 20px; height: 20px; }
.round-link:hover { background: #eabcc7; transform: translateX(2px); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--rose-hover); text-decoration: underline; text-underline-offset: 5px; font-size: 14px; font-weight: 600; }

/* Cabeçalho: navegação real e independente das fotografias. */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; background: linear-gradient(#f8e7e3d9, #f8e7e399); }
.header-inner { width: min(calc(100% - 80px), 1360px); height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand-mark { width: 52px; height: 60px; fill: none; stroke: var(--rose); stroke-width: 1.5; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy strong { font: 400 22px/1.2 var(--font-heading); white-space: nowrap; }
.brand-copy small { font-size: 9px; letter-spacing: .17em; text-transform: uppercase; color: var(--wine); }
.main-nav { display: flex; align-items: center; gap: 23px; }
.main-nav a { position: relative; padding-block: 12px; font-size: 13px; white-space: nowrap; }
.main-nav a::after { position: absolute; content: ''; left: 0; right: 0; bottom: 5px; height: 2px; background: var(--wine); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav a.active::after, .main-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .btn { font-size: 13px; padding-inline: 18px; }
.header-actions .btn > .icon:first-child { display: none; }
.social-link { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #b6526d80; border-radius: 50%; color: var(--wine); }
.social-link:hover { background: #fff8; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid #bf8b9966; border-radius: 50%; background: #fff8; }

/* Abertura: somente a fotografia é raster; todas as demais camadas são HTML. */
.hero { position: relative; isolation: isolate; background: linear-gradient(110deg,#f3d9d5,#f0d5d0 52%,#e4c1b8); padding-top: 88px; }
.hero-photo { position: absolute; top: 0; bottom: 40px; right: 0; width: 60%; z-index: -2; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 42% center; }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#f1d6d1 0%,#f1d6d155 11%,transparent 27%); }
.hero-content { position: relative; min-height: 505px; display: flex; align-items: center; padding-block: 34px 65px; }
.hero-copy { width: 48%; position: relative; z-index: 2; }
.hero-copy h1 { font-size: clamp(39px,3.6vw,54px); line-height: 1.045; letter-spacing: -.04em; margin: 10px 0 19px; }
.hero-description { max-width: 485px; font-size: 16px; line-height: 1.5; }
.hero-actions { display: flex; gap: 12px; margin-top: 23px; align-items: center; }
.hero-actions .btn { padding-inline: 19px; }
.hero-actions .btn-arrow { display: none; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 13px 26px; list-style: none; padding: 0; margin: 18px 0 0; font-size: 13px; }
.hero-meta li { display: flex; gap: 8px; align-items: center; }
.hero-meta .icon { color: var(--wine); width: 20px; height: 20px; }
/* Em telas largas, acompanha o avanço da foto além do container de conteúdo. */
.hero-note { position: absolute; right: calc(5% - max(0px, 20vw - 384px)); top: 76px; color: var(--wine); font-size: 36px; text-align: center; transform: rotate(-8deg); text-shadow: 0 1px 8px #fffaf8cc; }
.hero-note .icon { display: block; margin: 9px auto 0; width: 29px; height: 29px; }
.professional-card { position: absolute; bottom: 53px; left: 67%; padding: 15px 24px; border: 1px solid #fff8; border-radius: 16px; background: #fff5efd9; backdrop-filter: blur(10px); display: flex; flex-direction: column; box-shadow: 0 8px 24px #32181810; }
.professional-card strong { font: 500 18px/1.4 var(--font-heading); }
.professional-card span { font-size: 12px; }
.scroll-cue { position: absolute; right: 0; bottom: 138px; display: flex; flex-direction: column; align-items: center; gap: 9px; color: var(--wine); }
.scroll-cue span { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue .icon { width: 48px; height: 48px; padding: 12px; border: 1px solid currentColor; border-radius: 50%; background: #fff5efd9; }
.botanical { position: absolute; pointer-events: none; color: #c77d8350; z-index: -1; }
.botanical-hero { left: -66px; top: 120px; transform: rotate(-58deg); }
.botanical .icon { width: 180px; height: 180px; stroke-width: .65; }
.specialty-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); background: linear-gradient(100deg,#faeae8,#f6eeee); border: 1px solid #fff9; border-radius: 55px; padding: 24px 22px; margin-top: -20px; transform: translateY(12px); }
.specialty-strip > div { display: flex; align-items: center; justify-content: center; gap: 20px; padding-inline: 20px; border-right: 1px solid var(--line); }
.specialty-strip > div:last-child { border: 0; }
.specialty-strip .icon { width: 43px; height: 43px; color: var(--rose); stroke-width: 1.35; }
.specialty-strip strong, .specialty-strip span { display: block; font-size: 14px; line-height: 1.4; }
.specialty-strip strong { font-weight: 600; }

/* Apresentação */
.about { padding-top: 50px; }
.about-grid { display: grid; grid-template-columns: 1.12fr .84fr 1fr; align-items: center; gap: 36px; }
.about-copy h2 { font-size: 32px; margin: 7px 0; }
.about-copy h2 em { font-size: 40px; letter-spacing: -.04em; }
.professional-title { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: var(--rose-hover); margin-bottom: 15px; }
.about-copy > p:not(.eyebrow):not(.professional-title) { font-size: 15px; line-height: 1.5; margin-top: 5px; }
.about-copy .btn { margin-top: 18px; }
.about-photo { position: relative; padding-bottom: 25px; }
.about-photo img { width: 100%; aspect-ratio: 1/1.12; object-fit: cover; object-position: center; border: 7px solid white; border-radius: 9px; transform: rotate(-3deg); box-shadow: 0 8px 25px #803d4f12; }
.about-photo figcaption { position: absolute; bottom: 0; right: -12px; padding: 12px 23px; border-radius: 16px 5px 18px 6px; background: #fceee7ed; color: var(--rose-hover); text-align: center; font-size: 29px; transform: rotate(-6deg); }
.about-photo figcaption .icon { display: block; margin: 5px auto 0; width: 22px; height: 22px; }
.about-side { display: flex; flex-direction: column; gap: 30px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); }
.stats > div { padding-inline: 8px; text-align: center; border-right: 1px solid var(--line); }
.stats > div:last-child { border: 0; }
.stats dt { color: var(--rose-hover); font: 400 30px/1.3 var(--font-heading); }
.stats [data-count] { display: inline-block; font-variant-numeric: tabular-nums; white-space: nowrap; }
.stats.is-counting dt { text-shadow: 0 0 22px #bc49633b; }
.stats dd { margin: 5px 0 0; font-size: 12px; line-height: 1.4; }
.quote-card { position: relative; background: linear-gradient(120deg,#f8e8e5,#f4dedd); border-radius: 16px; padding: 30px 22px 24px; }
.quote-card blockquote { text-align: center; color: var(--rose); font-size: 30px; line-height: 1.12; }
.quote-card figcaption { margin: 20px 8px 0 0; text-align: right; text-transform: uppercase; letter-spacing: .12em; color: var(--wine); font-size: 10px; }
.quote-heart { width: 19px; height: 19px; position: absolute; right: 15px; bottom: 53px; color: var(--rose); }

/* Serviços: cards clicáveis e painel fotográfico sem texto incorporado. */
.services { padding-top: 16px; padding-bottom: 24px; }
.section-label { margin-bottom: 19px; }
.section-label p { margin-top: 3px; font-size: 12px; color: var(--muted); letter-spacing: .11em; text-transform: uppercase; }
.services-layout { display: grid; grid-template-columns: 1fr 24%; gap: 24px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-card { padding: 24px 18px 14px; border: 1px solid var(--line); border-radius: 12px; text-align: center; background: linear-gradient(135deg,#fffdfc,#fcf2ef); display: flex; flex-direction: column; align-items: center; transition: box-shadow .2s, border-color .2s; }
.service-card:hover { border-color: #d9a6b2; box-shadow: 0 8px 25px #834e5610; }
.service-icon { color: var(--rose); margin-bottom: 19px; }
.service-icon .icon { width: 43px; height: 43px; stroke-width: 1.45; }
.service-card h3 { min-height: 42px; font-size: 16px; font-weight: 600; line-height: 1.3; }
.service-card p { margin: 12px 0 18px; font-size: 14px; line-height: 1.5; color: var(--muted); }
.service-card .round-link { margin-top: auto; width: 36px; height: 36px; }
.care-card { position: relative; border-radius: 14px; overflow: hidden; margin-top: -57px; min-height: 315px; isolation: isolate; }
.care-card > img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: -2; }
.care-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(135deg,#201612bf,#20161220); }
.care-content { height: 100%; padding: 27px; display: flex; flex-direction: column; color: white; }
.care-content h3 { font: 400 24px/1.15 var(--font-heading); }
.care-content p { margin-top: 15px; font-size: 16px; line-height: 1.4; }
.care-content .round-link { margin: auto 0 0 auto; background: var(--paper); }

/* Palestras */
.talks { padding-block: 10px 26px; }
.talks-panel { display: grid; grid-template-columns: 32% 1fr; align-items: start; gap: 30px; padding: 26px; border-radius: 22px; background: linear-gradient(110deg,#efd3d4,#f6e3df); }
.talks-copy h2 { font-size: 29px; letter-spacing: -.025em; margin: 8px 0 15px; }
.talks-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.5; }
.talks-copy .btn { margin-top: 19px; }
.lecture-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.lecture-cover { display: block; width: 100%; border: 0; padding: 0; background: #754e45; position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 1.48; }
.lecture-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.lecture-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 45%,#261c1ba8); }
.lecture-cover-2 img { object-position: 55% 29%; transform: scale(1.3); }
.lecture-cover-3 img { object-position: center top; }
.lecture-cover:hover img { transform: scale(1.08); }
.lecture-cover-2:hover img { transform: scale(1.34); }
.lecture-cover-3:hover img { transform: scale(1.04); }
.lecture-open { display: grid; place-items: center; position: absolute; z-index: 1; right: 12px; bottom: 12px; width: 36px; height: 36px; background: #fffaf3ed; border-radius: 50%; color: var(--wine); }
.lecture-open .icon { width: 20px; height: 20px; }
.lecture-tag { position: absolute; z-index: 1; left: 12px; bottom: 15px; color: white; font-size: 11px; letter-spacing: .03em; }
.lecture-card h3 { font-size: 15px; font-weight: 600; line-height: 1.4; margin: 14px 16px 0; }
.lecture-card h3 button { font: inherit; background: none; border: 0; padding: 0; text-align: left; }
.lecture-card h3 button:hover, .lecture-card h3 a:hover { color: var(--rose-hover); }
.lecture-card > p { font-size: 13px; color: var(--muted); line-height: 1.4; margin: 7px 16px 18px; }

/* Depoimentos e agendamento */
.testimonials { padding-block: 12px 27px; }
.testimonial-layout { display: grid; grid-template-columns: 25% 1fr; gap: 30px; }
.testimonial-heading h2 { font-size: 29px; margin-top: 8px; }
.testimonial-heading em { font-size: 26px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.testimonial-card { padding: 21px 20px 17px; border: 1px solid #efe2e2; border-radius: 12px; background: #fffdfc; box-shadow: 0 3px 10px #73324006; display: flex; flex-direction: column; }
.testimonial-card blockquote { font-size: 14px; line-height: 1.5; margin-bottom: 18px; }
.testimonial-card figcaption { margin-top: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
.testimonial-card strong { font-size: 12px; font-weight: 600; }
.stars { display: inline-flex; gap: 2px; color: #e8a12b; }
.stars .icon { width: 14px; height: 14px; fill: currentColor; stroke-width: 1; }
.family-cta { padding-block: 4px 30px; }
.family-panel { display: grid; grid-template-columns: 21% 1fr 220px 125px; gap: 24px; align-items: center; border-radius: 22px; overflow: hidden; background: linear-gradient(100deg,#b46f74,#c4868a 60%,#efd2ce); color: white; padding-right: 20px; }
.family-photo { width: 100%; height: 100%; min-height: 195px; aspect-ratio: 392 / 276; object-fit: cover; object-position: center 12%; mask-image: linear-gradient(90deg,#000 85%,transparent); }
.family-copy { padding-block: 25px; }
.family-copy h2 { font-size: 27px; line-height: 1.2; letter-spacing: -.02em; }
.family-copy p { font-size: 14px; line-height: 1.5; margin-top: 12px; }
.family-actions { display: flex; flex-direction: column; gap: 10px; }
.family-actions .btn { padding-inline: 13px; font-size: 13px; }
.family-actions .btn-arrow { display: none; }
.family-note { color: #893e4b; font-size: 27px; transform: rotate(-9deg); }
.family-note .icon { display: block; width: 22px; height: 22px; margin: 8px auto 0; }

/* Contatos reais; a configuração esconde campos ainda não informados. */
.contact { padding-block: 10px 42px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr 1fr; align-items: center; gap: 40px; }
.contact-location h3 { font: 400 25px/1.2 var(--font-heading); margin-top: 9px; }
.contact-location > p { font-size: 14px; color: var(--muted); margin: 13px 0 17px; }
.contact-location .btn { font-size: 13px; }
.location-panel { min-height: 210px; display: flex; gap: 18px; align-items: flex-start; background: #f6eeea; border: 1px solid #eeded6; padding: 28px; border-radius: 18px; }
.location-icon { color: var(--rose); padding: 10px; display: flex; background: #eddad7; border-radius: 50%; }
.location-panel h3 { font: 400 23px/1.2 var(--font-heading); margin-top: 6px; }
.location-panel p:not(.eyebrow) { font-size: 14px; line-height: 1.5; margin: 12px 0; }
.location-panel.has-map { display: block; min-width: 0; padding: 0; overflow: hidden; }
.location-map { display: block; width: 100%; height: 300px; border: 0; }
.location-map[hidden] { display: none; }
.location-panel.has-map .location-icon { display: none; }
.location-panel.has-map .location-details { padding: 22px; }
.contact-info ul { list-style: none; padding: 0; margin: 16px 0; }
.contact-info li { display: flex; align-items: center; gap: 10px; margin: 12px 0; font-size: 14px; }
.contact-info li .icon { width: 20px; height: 20px; color: var(--rose); }
.contact-info li a { overflow-wrap: anywhere; }
.contact-info li a:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-note { color: var(--rose); font-size: 31px; width: fit-content; margin: 26px auto 5px; transform: rotate(-9deg); }
.contact-note .icon { width: 20px; height: 20px; }

/* Rodapé e diálogo acessível */
.site-footer { background: linear-gradient(120deg,#f7e9e5,#f2dddf); padding-block: 27px 24px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 13px; }
.footer-nav a:hover { color: var(--rose); text-decoration: underline; text-underline-offset: 5px; }
.footer-tagline { position: relative; font-size: 13px; text-align: right; padding-right: 40px; line-height: 1.4; }
.footer-tagline .icon { position: absolute; right: 0; top: 5px; color: var(--rose); fill: #c7647d; stroke-width: 0; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; color: var(--muted); border-top: 1px solid var(--line); margin-top: 27px; padding-top: 18px; }
.footer-bottom .round-link { width: 36px; height: 36px; background: var(--rose); color: white; }
.footer-credit { margin-top: 6px; font-size: 11px; color: var(--muted); }
.footer-credit a { text-decoration: underline; text-decoration-color: #bf8b9980; text-underline-offset: 3px; }
.footer-credit a:hover { color: var(--wine); text-decoration-color: currentColor; }
.detail-dialog { width: min(580px,calc(100% - 32px)); max-height: calc(100dvh - 40px); overflow: auto; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); color: var(--ink); padding: 38px; box-shadow: 0 20px 100px #32101933; }
.detail-dialog::backdrop { background: #251820aa; backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 15px; right: 15px; }
.detail-dialog .eyebrow { padding-right: 38px; }
.detail-dialog h2 { font-size: 32px; margin: 18px 0; }
.detail-dialog p:not(.eyebrow) { font-size: 16px; margin-block: 15px; }
.detail-dialog ul { padding-left: 22px; font-size: 15px; }
.detail-dialog li { margin-block: 8px; }
.detail-dialog > .btn { margin-top: 17px; }
.detail-dialog video { width: 100%; border-radius: 8px; }
body.dialog-open { overflow: hidden; }

/* Cabeçalho fixo em celulares/tablets, incluindo tablets em modo paisagem. */
@media (max-width: 1024px), (max-width: 1366px) and (hover: none) and (pointer: coarse) {
  html { scroll-padding-top: 104px; }
  .site-header { position: fixed; background: #f8e7e3f5; backdrop-filter: blur(12px); box-shadow: 0 3px 14px #75334912; }
}

/* Tablet e notebooks compactos */
@media (max-width: 1230px) {
  .header-inner { width: calc(100% - 48px); gap: 18px; }
  .header-actions .social-link { display: none; }
  .main-nav { gap: 16px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { font-size: 8px; }
  .hero-content { min-height: 540px; }
  .hero-photo img { object-position: 25% center; }
  .hero-copy { width: 51%; }
  .hero-copy h1 { font-size: 43px; }
  .hero-actions { gap: 9px; }
  .hero-actions .btn { font-size: 13px; padding-inline: 14px; }
  .hero-note { right: 3%; font-size: 31px; }
  .professional-card { left: 66%; padding: 13px 18px; }
  .scroll-cue { right: -10px; }
  .scroll-cue span { display: none; }
  .specialty-strip { padding-inline: 14px; }
  .specialty-strip > div { padding-inline: 12px; gap: 13px; }
  .specialty-strip strong, .specialty-strip span { font-size: 13px; }
  .specialty-strip .icon { width: 37px; height: 37px; }
  .about-grid { gap: 24px; }
  .about-copy h2 em { font-size: 35px; }
  .stats dt { font-size: 26px; }
  .stats dd { font-size: 11px; }
  .quote-card { padding-inline: 17px; }
  .quote-card blockquote { font-size: 28px; }
  .service-grid { gap: 12px; }
  .service-card { padding-inline: 12px; }
  .service-card h3 { font-size: 15px; }
  .care-content { padding: 23px; }
  .care-content h3 { font-size: 22px; }
  .talks-panel { gap: 22px; padding: 23px; grid-template-columns: 31% 1fr; }
  .talks-copy h2 { font-size: 26px; }
  .lecture-grid { gap: 12px; }
  .lecture-tag { font-size: 10px; left: 9px; }
  .lecture-open { width: 29px; height: 29px; right: 8px; }
  .testimonial-layout { grid-template-columns: 24% 1fr; gap: 20px; }
  .testimonial-heading h2 { font-size: 26px; }
  .testimonial-heading em { font-size: 23px; }
  .testimonial-grid { gap: 11px; }
  .testimonial-card { padding: 17px 14px; }
  .family-panel { grid-template-columns: 20% 1fr 205px; padding-right: 24px; gap: 22px; }
  .family-note { display: none; }
  .family-copy h2 { font-size: 25px; }
  .contact-grid { gap: 25px; }
  .location-panel { padding: 22px; gap: 12px; }
  .location-icon { display: none; }
  .footer-nav { gap: 14px; font-size: 12px; }
}
@media (max-width: 1020px) {
  .container { width: calc(100% - 48px); }
  .main-nav { display: none; position: absolute; top: calc(100% + 8px); right: 24px; left: 24px; max-height: calc(100dvh - 112px); overflow-y: auto; background: #fffaf9; border: 1px solid var(--line); border-radius: 16px; padding: 16px; box-shadow: 0 15px 30px #50283c18; }
  .main-nav.open { display: flex; flex-direction: column; gap: 0; align-items: stretch; }
  .main-nav a { padding: 12px; font-size: 16px; }
  .main-nav a::after { display: none; }
  .main-nav a.active { color: var(--rose); }
  .menu-toggle { display: grid; }
  .header-actions { margin-left: auto; }
  .hero-copy { width: 52%; }
  .hero-copy h1 { font-size: 39px; }
  .hero-description { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero-actions .btn { min-width: 218px; }
  .hero-photo { width: 59%; }
  .hero-photo img { object-position: 20% center; }
  .hero-note { display: none; }
  .hero-meta { font-size: 12px; gap: 10px 16px; }
  .professional-card { left: 62%; bottom: 60px; }
  .about-grid { grid-template-columns: 1.15fr 1fr; gap: 28px; }
  .about-photo { max-width: 310px; justify-self: center; }
  .about-side { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
  .stats dt { font-size: 32px; }
  .stats dd { font-size: 13px; }
  .services-layout { grid-template-columns: 1fr 28%; }
  .service-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .service-card h3 { min-height: 0; font-size: 17px; }
  .service-card p { font-size: 15px; }
  .care-card { margin-top: 0; }
  .talks-panel { grid-template-columns: 1fr; }
  .talks-copy { max-width: 650px; }
  .talks-copy h2 { font-size: 31px; }
  .talks-copy > p:not(.eyebrow) { font-size: 16px; }
  .lecture-cover { aspect-ratio: 1.55; }
  .testimonial-layout { grid-template-columns: 1fr; }
  .testimonial-heading h2 { font-size: 29px; }
  .testimonial-heading h2 br { display: none; }
  .testimonial-heading em { font-size: 27px; }
  .family-panel { grid-template-columns: 24% 1fr; padding-right: 26px; gap: 0 26px; }
  .family-photo { grid-row: span 2; }
  .family-copy { padding-block: 24px 15px; }
  .family-actions { flex-direction: row; padding-bottom: 25px; }
  .family-actions .btn { flex: 1; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-info { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
  .contact-note { margin: 10px 30px 10px 0; }
  .footer-main { flex-wrap: wrap; }
  .footer-nav { order: 3; width: 100%; justify-content: center; gap: 28px; font-size: 13px; }
}

/* Celular: tipografia legível, alvos de toque amplos e conteúdo sem cortes. */
@media (max-width: 700px) {
  html { scroll-padding-top: 94px; }
  .container { width: calc(100% - 40px); }
  .section { padding-block: 28px; }
  .header-inner { width: calc(100% - 36px); height: 78px; }
  .header-actions { display: none; }
  .brand { gap: 9px; }
  .brand-mark { width: 43px; height: 51px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { font-size: 8px; }
  .main-nav { top: calc(100% + 8px); left: 18px; right: 18px; max-height: calc(100dvh - 102px); }
  .hero { padding-top: 78px; display: flex; flex-direction: column; }
  .hero-content { min-height: 0; display: block; padding-block: 35px 30px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { font-size: clamp(36px,7.6vw,50px); margin: 12px 0 20px; }
  .hero-description { font-size: 16px; line-height: 1.6; max-width: 550px; }
  .hero-actions { align-items: stretch; margin-top: 24px; }
  .hero-actions .btn { font-size: 15px; min-height: 48px; }
  .hero-meta { font-size: 12px; gap: 12px 20px; margin-top: 20px; }
  .hero-photo { position: relative; inset: auto; width: 100%; height: 390px; order: 2; z-index: 0; }
  .hero-photo img { object-position: 37% center; }
  .hero-photo::after { background: linear-gradient(#f1d6d1,transparent 14%); }
  .hero-note, .professional-card, .scroll-cue { display: none; }
  .specialty-strip { order: 3; grid-template-columns: repeat(2,1fr); width: calc(100% - 24px); margin-top: -15px; transform: none; border-radius: 25px; padding: 22px 8px; gap: 22px 0; }
  .specialty-strip > div { padding-inline: 11px; justify-content: flex-start; gap: 12px; }
  .specialty-strip > div:nth-child(2) { border: 0; }
  .specialty-strip .icon { width: 30px; height: 34px; }
  .specialty-strip strong, .specialty-strip span { font-size: 12px; line-height: 1.4; }
  .botanical { display: none; }
  .about { padding-top: 38px; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-copy h2 { font-size: 32px; }
  .about-copy h2 em { font-size: 40px; }
  .professional-title { font-size: 12px; }
  .about-copy > p:not(.eyebrow):not(.professional-title) { font-size: 16px; line-height: 1.6; margin-top: 10px; }
  .about-photo { width: calc(100% - 20px); max-width: 360px; }
  .about-photo img { aspect-ratio: 1; }
  .about-photo figcaption { font-size: 31px; }
  .about-side { grid-column: auto; grid-template-columns: 1fr; gap: 26px; }
  .stats dt { font-size: 31px; }
  .stats dd { font-size: 12px; }
  .quote-card { padding: 30px 20px; }
  .quote-card blockquote { font-size: 32px; }
  .quote-card figcaption { font-size: 11px; }
  .section-label p { font-size: 11px; letter-spacing: .09em; }
  .services-layout { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { gap: 12px; }
  .service-card { padding: 24px 14px 16px; }
  .service-card h3 { font-size: 16px; min-height: 44px; }
  .service-card p { font-size: 14px; line-height: 1.5; }
  .service-card .round-link { width: 44px; height: 44px; }
  .care-card { min-height: 300px; }
  .care-content { padding: 28px; }
  .care-content h3 { font-size: 29px; }
  .care-content p { font-size: 17px; }
  .care-content .round-link { position: absolute; right: 25px; bottom: 25px; }
  .talks-panel { padding: 25px 20px; gap: 27px; }
  .talks-copy h2 { font-size: 31px; }
  .lecture-grid { grid-template-columns: 1fr; gap: 25px; }
  .lecture-cover { aspect-ratio: 1.65; }
  .lecture-open { width: 44px; height: 44px; right: 16px; bottom: 16px; }
  .lecture-tag { font-size: 12px; left: 16px; bottom: 23px; }
  .lecture-card h3 { font-size: 18px; margin-top: 12px; }
  .lecture-card > p { font-size: 14px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 16px; }
  .testimonial-heading h2 br { display: block; }
  .testimonial-heading h2 { font-size: 30px; }
  .testimonial-heading em { font-size: 28px; }
  .testimonial-card { padding: 24px; }
  .testimonial-card blockquote { font-size: 16px; line-height: 1.6; }
  .testimonial-card strong { font-size: 14px; }
  .stars .icon { width: 16px; height: 16px; }
  .family-panel { grid-template-columns: 1fr; padding: 0; gap: 0; text-align: center; }
  .family-photo { grid-row: auto; height: clamp(230px, 60vw, 340px); object-position: center 10%; mask-image: linear-gradient(#000 83%,transparent); }
  .family-copy { padding: 24px 25px; }
  .family-copy h2 { font-size: 29px; }
  .family-copy p { font-size: 15px; }
  .family-actions { flex-direction: column; padding: 0 25px 28px; }
  .family-actions .btn { font-size: 15px; min-height: 48px; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-location h3 { font-size: 30px; }
  .contact-location > p { font-size: 16px; }
  .contact-location .btn { font-size: 15px; }
  .location-panel { padding: 25px; }
  .location-icon { display: flex; }
  .location-panel p:not(.eyebrow) { font-size: 15px; }
  .contact-info { grid-column: auto; display: block; }
  .contact-info li { font-size: 15px; }
  .contact-note { margin: 28px 20px 5px auto; font-size: 32px; }
  .footer-main { flex-direction: column; gap: 24px; }
  .footer-nav { order: 0; gap: 8px 22px; font-size: 14px; }
  .footer-nav a { padding: 6px 0; }
  .footer-tagline { text-align: center; font-size: 14px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 14px; font-size: 12px; }
  .detail-dialog { padding: 32px 24px; }
  .detail-dialog h2 { font-size: 29px; }
}
@media (max-width: 360px) {
  .stats dt { font-size: 25px; }
  .container { width: calc(100% - 32px); }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { font-size: 7px; }
  .hero-copy h1 { font-size: 33px; }
  .hero-photo { height: 330px; }
  .hero-meta { flex-direction: column; }
  .specialty-strip > div { gap: 8px; padding-inline: 7px; }
  .specialty-strip .icon { width: 25px; }
  .specialty-strip strong, .specialty-strip span { font-size: 11px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card h3 { min-height: 0; }
  .about-copy h2 em { font-size: 35px; }
}
/* Luz difusa permanente, com foco de luz que acompanha o cursor. */
.glow-card {
  --glow-x: 50%;
  --glow-y: 30%;
  position: relative;
  isolation: isolate;
  box-shadow: 0 5px 18px #8f3b5110, 0 0 28px #d8839b1f;
  transition: box-shadow .3s ease, border-color .3s ease, transform .3s ease;
}
.glow-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(240px circle at var(--glow-x) var(--glow-y), #f4c1d175, transparent 75%);
  opacity: .45;
  transition: opacity .3s ease;
}
.lecture-card.glow-card { border-radius: 12px; }
.glow-card:focus-within {
  border-color: #d89aad;
  box-shadow: 0 10px 28px #8f3b5118, 0 0 34px #d8839b4d;
}
.glow-card:focus-within::before { opacity: .9; }
@media (hover: hover) and (pointer: fine) {
  .glow-card:hover {
    border-color: #d89aad;
    box-shadow: 0 10px 28px #8f3b5118, 0 0 34px #d8839b4d;
  }
  .glow-card:hover::before { opacity: .9; }
}
@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .service-card.glow-card:hover, .lecture-card.glow-card:hover { transform: translateY(-4px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
