:root {
  --ink: #17364b;
  --ink-deep: #102a3b;
  --ink-soft: #31566d;
  --lavender: #d8caec;
  --lavender-strong: #b9a5d7;
  --cream: #f7f4ef;
  --paper: #fffdf9;
  --sage: #8ea99a;
  --gold: #b88a57;
  --text: #26353d;
  --muted: #64737b;
  --line: rgba(23, 54, 75, .14);
  --shadow: 0 24px 70px rgba(16, 42, 59, .13);
  --radius: 28px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
html, body { overflow-x: clip; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: #fff; color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.display {
  margin: 16px 0 22px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 6vw, 5.6rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .98;
}
.display em { color: var(--ink-soft); font-weight: 400; }
.section-title {
  max-width: 760px;
  margin: 14px 0 18px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.lead { max-width: 700px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.muted { color: var(--muted); }
.section { padding: 110px 0; content-visibility: auto; contain-intrinsic-size: auto 820px; }
.section-sm { padding: 72px 0; }
.section-dark { color: #edf3f5; background: var(--ink-deep); }
.section-dark .section-title, .section-dark .lead { color: #fff; }
.section-tint { background: #eee7f6; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(23,54,75,.09);
  background: rgba(247, 244, 239, .92);
  backdrop-filter: blur(18px);
}
.header-inner { display: grid; grid-template-columns: 230px 1fr auto; align-items: center; min-height: 88px; gap: 24px; }
.brand img { width: 210px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; }
.main-nav a { position: relative; color: var(--ink); font-size: .88rem; font-weight: 700; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: none; color: var(--ink); font-size: 1.8rem; cursor: pointer; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); background: #254e67; box-shadow: 0 12px 28px rgba(23,54,75,.18); }
.btn-light { background: #fff; color: var(--ink); }
.btn-outline { border-color: rgba(23,54,75,.3); background: transparent; color: var(--ink); }
.btn-sm { min-height: 44px; padding-inline: 19px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.hero { position: relative; overflow: hidden; padding: 72px 0 90px; }
.hero::before { content: ""; position: absolute; top: 80px; right: -8vw; width: 45vw; height: 45vw; border: 1px solid rgba(184,138,87,.26); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.hero-copy { padding: 30px 0; }
.hero-copy .lead { max-width: 600px; }
.hero-visual { position: relative; min-height: 600px; }
.portrait-frame { position: absolute; inset: 0 0 0 70px; overflow: hidden; border-radius: 220px 220px 28px 28px; background: #dfe6e2; box-shadow: var(--shadow); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-note { position: absolute; left: 0; bottom: 48px; max-width: 270px; padding: 24px; border-radius: 18px; background: var(--ink-deep); color: #fff; box-shadow: var(--shadow); }
.hero-note strong { display: block; margin-bottom: 6px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.hero-note span { color: #d6e0e5; font-size: .85rem; }
.trust-strip { border-block: 1px solid var(--line); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 26px 36px; border-left: 1px solid var(--line); }
.trust-item:first-child { border-left: 0; }
.trust-item strong { display: block; color: var(--ink); font-family: Georgia, serif; font-size: 1.15rem; font-weight: 400; }
.trust-item span { color: var(--muted); font-size: .86rem; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 88px; }
.split-image { position: relative; }
.split-image img { width: 100%; min-height: 500px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-image::after { content: ""; position: absolute; z-index: -1; right: -24px; bottom: -24px; width: 54%; height: 54%; border-radius: 0 0 32px 0; background: var(--lavender); }
.doctor-profile-grid { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(48px, 7vw, 100px); }
.doctor-portrait-card { position: relative; width: min(100%, 470px); aspect-ratio: 4 / 5; margin-inline: auto; }
.doctor-portrait-card::before { content: ""; position: absolute; z-index: -1; inset: 28px -22px -22px 32px; border-radius: 210px 210px 28px 28px; background: var(--lavender); }
.doctor-portrait-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; border-radius: 210px 210px 28px 28px; box-shadow: var(--shadow); }
.doctor-card-caption { position: absolute; right: -26px; bottom: 34px; max-width: 245px; padding: 20px 22px; border-radius: 16px; background: var(--ink-deep); color: #fff; box-shadow: 0 18px 45px rgba(16,42,59,.22); }
.doctor-card-caption strong { display: block; margin-bottom: 4px; font-family: Georgia, serif; font-size: 1.12rem; font-weight: 400; }
.doctor-card-caption span { color: #cbd8de; font-size: .8rem; }
.doctor-story-copy .story-kicker { margin: 0 0 20px; padding-left: 22px; border-left: 2px solid var(--gold); color: var(--ink); font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.55; }
.stat-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 34px; background: var(--line); border: 1px solid var(--line); }
.stat { padding: 24px; background: var(--cream); }
.stat strong { display: block; color: var(--ink); font-family: Georgia, serif; font-size: 1.15rem; font-weight: 400; }
.stat span { color: var(--muted); font-size: .84rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.card { position: relative; overflow: hidden; min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.card::after { content: ""; position: absolute; right: -40px; bottom: -40px; width: 120px; height: 120px; border: 1px solid rgba(184,138,87,.25); border-radius: 50%; }
.card-number { display: block; margin-bottom: 54px; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.card h2, .card h3 { margin: 0 0 12px; color: var(--ink); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.18; }
.card h2 a, .card h3 a { text-decoration: none; }
.card h2 a:hover, .card h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.card p { margin: 0; color: var(--muted); font-size: .94rem; }
.card-featured { grid-column: span 2; color: #fff; background: var(--ink); }
.card-featured h2, .card-featured h3 { color: #fff; }
.card-featured p { max-width: 650px; color: #d5e0e5; }
.card-more { display: inline-flex; margin-top: 22px; color: var(--ink); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.card-featured .card-more { color: #fff; }
.card-more::after { content: "→"; margin-left: 8px; }

.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.quote { display: flex; flex-direction: column; padding: 30px; border-radius: 22px; background: #fff; }
.stars { color: #c49350; letter-spacing: .12em; }
.quote blockquote { flex: 1; margin: 20px 0 28px; color: var(--ink-soft); font-family: Georgia, serif; font-size: 1.14rem; line-height: 1.55; }
.quote cite { color: var(--ink); font-style: normal; font-weight: 800; }
.quote small { color: var(--muted); }
.google-review-bar { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.google-review-score { display: flex; align-items: center; gap: 16px; }
.google-mark { display: grid; flex: 0 0 44px; height: 44px; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.1); }
.google-mark img { width: 27px; height: 27px; object-fit: contain; }
.google-review-score strong { display: block; color: var(--ink); }
.google-review-score span { display: block; color: var(--muted); font-size: .84rem; }

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 14px; margin-top: 42px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 18px; background: #dfe4e3; }
.gallery figure:nth-child(1) { grid-column: span 5; grid-row: span 2; }
.gallery figure:nth-child(2), .gallery figure:nth-child(3), .gallery figure:nth-child(4), .gallery figure:nth-child(5) { grid-column: span 3.5; }
.gallery figure:nth-child(2), .gallery figure:nth-child(3) { grid-column: span 7; }
.gallery figure:nth-child(4), .gallery figure:nth-child(5), .gallery figure:nth-child(6), .gallery figure:nth-child(7), .gallery figure:nth-child(8), .gallery figure:nth-child(9) { grid-column: span 4; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery figure:hover img { transform: scale(1.035); }

.cta-band { padding: 72px 0; background: var(--lavender); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.cta-inner h2 { max-width: 760px; margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }

.page-hero { position: relative; overflow: hidden; padding: 92px 0 78px; background: var(--ink-deep); color: #fff; }
.page-hero::after { content: ""; position: absolute; right: -90px; bottom: -220px; width: 540px; height: 540px; border: 1px solid rgba(216,202,236,.25); border-radius: 50%; }
.page-hero .eyebrow { color: var(--lavender); }
.page-hero .display { max-width: 900px; color: #fff; font-size: clamp(2.8rem, 6vw, 5rem); }
.page-hero p { max-width: 720px; color: #d9e2e6; font-size: 1.12rem; }

.prose { max-width: 790px; }
.prose p { margin: 0 0 22px; font-size: 1.03rem; }
.credentials { display: grid; gap: 12px; margin: 34px 0 0; padding: 0; list-style: none; }
.credentials li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.credentials li::before { content: "✓"; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--lavender); color: var(--ink); font-weight: 900; }
.notice { margin-top: 34px; padding: 22px 24px; border-left: 3px solid var(--gold); background: #f1ece5; color: var(--ink-soft); font-size: .92rem; }

.areas-list { display: grid; gap: 20px; margin-top: 46px; }
.area-row { display: grid; grid-template-columns: 70px 280px 1fr; gap: 28px; align-items: start; padding: 34px 0; border-top: 1px solid var(--line); }
.area-row:last-child { border-bottom: 1px solid var(--line); }
.area-index { color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.area-row h2 { margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; line-height: 1.2; }
.area-row p { margin: 0; color: var(--muted); }
.area-copy p { margin-bottom: 16px; }
.area-copy .card-more { margin-top: 0; }
.area-row.feature { margin-inline: -28px; padding-inline: 28px; border: 0; border-radius: 24px; background: var(--ink); }
.area-row.feature .area-index { color: var(--lavender); }
.area-row.feature h2 { color: #fff; }
.area-row.feature p { color: #d6e0e5; }
.area-row.feature .card-more { color: #fff; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: #b9c7ce; font-size: .8rem; }
.breadcrumb a { color: #fff; text-underline-offset: 4px; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: 90px; align-items: start; }
.detail-copy h2 { margin: 42px 0 14px; color: var(--ink); font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.35rem); font-weight: 400; line-height: 1.15; }
.detail-copy h2:first-child { margin-top: 0; }
.detail-copy p { margin: 0 0 20px; }
.story-lead { margin: 0 0 38px; padding: 28px 30px; border-radius: 0 22px 22px 0; border-left: 3px solid var(--gold); background: #f1ece5; color: var(--ink); font-family: Georgia, serif; font-size: 1.2rem; line-height: 1.6; }
.story-lead p { margin: 0; }
.symptom-list { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.symptom-list li { position: relative; padding: 16px 0 16px 28px; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.symptom-list li::before { content: ""; position: absolute; top: 26px; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.detail-aside { position: sticky; top: 118px; padding: 30px; border-radius: 24px; background: #eee7f6; }
.detail-aside h2 { margin: 0 0 14px; color: var(--ink); font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; line-height: 1.2; }
.detail-aside p { color: var(--ink-soft); font-size: .94rem; }
.detail-aside .btn { width: 100%; margin-top: 10px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.related-link { display: flex; align-items: center; justify-content: space-between; min-height: 86px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); color: var(--ink); font-family: Georgia, serif; font-size: 1.08rem; text-decoration: none; }
.related-link::after { content: "→"; color: var(--gold); font-family: Arial, sans-serif; }
.related-link:hover { border-color: var(--gold); }

.faq-list { max-width: 900px; margin-top: 42px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; color: var(--ink); cursor: pointer; font-family: Georgia, serif; font-size: 1.2rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; display: grid; flex: 0 0 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: Arial, sans-serif; }
.faq-list details[open] summary::after { content: "−"; background: var(--ink); color: #fff; }
.faq-list details p { max-width: 760px; margin: -5px 0 26px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; margin-top: 44px; }
.contact-card { padding: 34px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.contact-card h2 { margin: 0 0 24px; color: var(--ink); font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.contact-list { display: grid; gap: 22px; margin: 0; }
.contact-list dt { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-list dd { margin: 4px 0 0; color: var(--ink); }
.contact-list a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.map-frame { overflow: hidden; min-height: 500px; border-radius: 24px; background: #dfe5e3; }
.map-placeholder { display: flex; min-height: 500px; padding: 46px; align-items: end; background: linear-gradient(145deg, rgba(16,42,59,.18), rgba(216,202,236,.52)), url('../images/consultorio-09-hq.webp') center/cover; }
.map-placeholder__card { max-width: 420px; padding: 28px; border-radius: 20px; background: rgba(255,253,249,.94); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.map-placeholder__card h2 { margin: 0 0 10px; color: var(--ink); font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.map-placeholder__card p { margin: 0 0 20px; color: var(--ink-soft); font-size: .92rem; }

.site-footer { padding: 64px 0 26px; color: #d5dfe4; background: #0b2231; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 50px; }
.footer-brand { width: 205px; margin-bottom: 18px; filter: brightness(0) invert(1); opacity: .92; }
.site-footer h2 { margin: 0 0 18px; color: #fff; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p { margin: 0; font-size: .9rem; }
.site-footer ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.site-footer a { color: #d5dfe4; font-size: .9rem; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #98aab4; font-size: .78rem; }
.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: grid; width: 62px; height: 62px; place-items: center; border: 4px solid var(--cream); border-radius: 50%; background: #25d366; color: #fff; text-decoration: none; box-shadow: 0 14px 38px rgba(9,40,31,.34); transition: transform .24s ease, box-shadow .24s ease; animation: whatsapp-float 3s ease-in-out infinite; }
.whatsapp-float svg { width: 31px; height: 31px; fill: currentColor; }
.whatsapp-float::before { content: ""; position: absolute; inset: -8px; z-index: -1; border: 2px solid rgba(37,211,102,.52); border-radius: inherit; animation: whatsapp-pulse 2.2s ease-out infinite; }
.whatsapp-float::after { content: attr(data-tooltip); position: absolute; right: calc(100% + 14px); width: max-content; padding: 9px 12px; border-radius: 9px; background: var(--ink-deep); color: #fff; font-size: .74rem; font-weight: 700; opacity: 0; pointer-events: none; transform: translateX(8px); transition: opacity .2s ease, transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 18px 44px rgba(9,40,31,.42); animation-play-state: paused; }
.whatsapp-float:hover::after { opacity: 1; transform: translateX(0); }
@keyframes whatsapp-pulse { 0% { transform: scale(.9); opacity: .85; } 75%,100% { transform: scale(1.32); opacity: 0; } }
@keyframes whatsapp-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -4px; } }

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: 210px 1fr auto; }
  .main-nav { gap: 18px; }
  .header-cta { display: none; }
  .hero-grid, .split { gap: 44px; }
  .hero-visual { min-height: 520px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .area-row { grid-template-columns: 48px 240px 1fr; }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 28px, 680px); --radius: 22px; }
  .section { padding: 78px 0; }
  .header-inner { grid-template-columns: 1fr auto; min-height: 76px; }
  .brand img { width: 180px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 76px 0 0; display: none; align-content: start; align-items: stretch; padding: 24px 20px 32px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 10px 0; font-size: 1rem; }
  .main-nav a::after { bottom: 4px; width: 34px; }
  .hero { padding-top: 36px; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .doctor-profile-grid { grid-template-columns: 1fr; }
  .doctor-portrait-card { width: min(88%, 440px); }
  .doctor-card-caption { right: -10px; }
  .detail-grid { grid-template-columns: 1fr; gap: 52px; }
  .detail-aside { position: static; }
  .related-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 470px; }
  .portrait-frame { left: 30px; }
  .hero-note { bottom: 26px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-top: 1px solid var(--line); border-left: 0; }
  .trust-item:first-child { border-top: 0; }
  .cards, .quote-grid { grid-template-columns: 1fr; }
  .card-featured { grid-column: auto; }
  .cta-inner { grid-template-columns: 1fr; }
  .area-row { grid-template-columns: 40px 1fr; gap: 18px; }
  .area-row p { grid-column: 2; }
  .gallery { grid-auto-rows: 210px; }
  .gallery figure, .gallery figure:nth-child(n) { grid-column: span 6; grid-row: span 1; }
  .gallery figure:first-child { grid-column: span 12; grid-row: span 2; }
}

@media (max-width: 520px) {
  .display { font-size: 2.72rem; }
  .hero-visual { min-height: 420px; }
  .portrait-frame { left: 20px; }
  .hero-note { max-width: 240px; padding: 18px; }
  .stat-row { grid-template-columns: 1fr; }
  .gallery figure, .gallery figure:nth-child(n) { grid-column: span 12; }
  .gallery figure:first-child { grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .google-review-bar { align-items: stretch; flex-direction: column; }
  .google-review-bar .btn { width: 100%; }
  .whatsapp-float::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .whatsapp-float, .whatsapp-float::before { animation: none !important; }
}
