:root {
  --ink: #17232c;
  --muted: #66727c;
  --navy: #102d42;
  --blue: #1f5f7a;
  --copper: #b76d4f;
  --paper: #fbf7f1;
  --white: #ffffff;
  --line: rgba(16, 45, 66, 0.16);
  --text-sm: .92rem;
  --text-base: 1rem;
  --text-lg: 1.08rem;
  --text-xl: 1.24rem;
  --title-sm: clamp(1.6rem, 2.8vw, 2.35rem);
  --title-md: clamp(1.85rem, 3.4vw, 3rem);
  --title-lg: clamp(2.25rem, 5vw, 4.6rem);
  --title-hero: clamp(2.4rem, 6vw, 5.4rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }

.topbar { display: none; justify-content: space-between; gap: 18px; padding: 9px clamp(18px, 5vw, 72px); background: #071a27; color: rgba(255,255,255,.84); font-size: var(--text-sm); font-weight: 750; }
.topbar a { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.site-header { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: minmax(180px, 260px) 1fr minmax(180px, 260px); align-items: center; gap: 28px; padding: 14px clamp(18px, 5vw, 72px); background: rgba(16,45,66,.96); color: #fff; box-shadow: 0 14px 32px rgba(7,26,39,.2); transition: transform 180ms ease; }
.brand { width: min(220px, 44vw); }
.nav-links { justify-self: center; display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 34px); color: rgba(255,255,255,.82); font-weight: 750; }
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; border-radius: 999px; background: var(--copper); opacity: 0; transform: scaleX(.35); transition: opacity 160ms ease, transform 160ms ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; }
.nav-links a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); }
.header-cta, .primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 20px; border-radius: 6px; font-weight: 850; }
.header-cta, .primary-button { background: #25d366; color: #fff; box-shadow: 0 14px 30px rgba(37,211,102,.2); }
.secondary-button { border: 1px solid currentColor; color: #fff; }
.muted-button { background: var(--copper); box-shadow: 0 14px 30px rgba(183,109,79,.2); }
.whatsapp-button::before { content: ""; width: 1.08em; height: 1.08em; flex: 0 0 auto; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 1.9 131.6 1.9 254c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157Zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7C49.1 322.8 39.4 288.9 39.4 254c0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6Zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6Z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 1.9 131.6 1.9 254c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157Zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7C49.1 322.8 39.4 288.9 39.4 254c0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6Zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6Z'/%3E%3C/svg%3E") center / contain no-repeat; }

main > section { padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 72px); }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); align-items: center; gap: clamp(28px, 6vw, 84px); min-height: calc(100vh - 76px); background: linear-gradient(112deg, rgba(16,45,66,.98), rgba(31,95,122,.82)), url("../assets/atendimento-humanizado.jpeg") center / cover; color: #fff; }
.conversion-hero { grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr); }
.conversion-hero { min-height: auto; padding-top: clamp(48px, 6vw, 78px); padding-bottom: clamp(48px, 6vw, 78px); }
.conversion-hero h1 { font-size: var(--title-lg); max-width: 860px; }
.conversion-hero .hero-actions { margin-top: 22px; }
.conversion-hero .trust-strip { margin-top: 20px; }
.conversion-hero + .practice-overview { padding-top: clamp(34px, 4vw, 58px); }
.page-hero { min-height: auto; }
.eyebrow { margin: 0 0 12px; color: #ffc6b7; font-size: .78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.section-heading .eyebrow { color: var(--copper); }
h1 { max-width: 920px; margin-bottom: 22px; font-size: var(--title-hero); line-height: .98; }
h2 { color: var(--navy); font-size: var(--title-md); line-height: 1.06; }
h3 { color: var(--navy); font-size: var(--text-xl); line-height: 1.24; }
.hero-copy { max-width: 720px; color: rgba(255,255,255,.84); font-size: var(--text-lg); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-strip span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.86); font-weight: 850; }
.hero-consult { display: grid; gap: 12px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.hero-consult img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 26px 42px rgba(0,0,0,.26)); }
.conversion-hero .hero-consult img { aspect-ratio: auto; max-height: 620px; object-position: center top; }
.hero-consult div { padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(255,255,255,.1); box-shadow: 0 22px 50px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.conversion-hero .hero-consult div { padding: 18px 20px; }
.hero-consult strong { display: block; margin-bottom: 8px; color: #fff; font-size: var(--text-xl); line-height: 1.18; }
.hero-consult p { color: rgba(255,255,255,.78); }
.hero-card { display: grid; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(255,255,255,.2); }
.hero-card a { display: grid; grid-template-columns: 42px 1fr; gap: 4px 18px; padding: 22px; background: rgba(255,255,255,.1); }
.hero-card span { grid-row: span 2; color: #ffc6b7; font-weight: 900; }
.hero-card strong { color: #fff; font-size: var(--text-xl); }
.hero-card small { color: rgba(255,255,255,.74); font-size: var(--text-sm); }

.section-heading { max-width: 860px; }
.trust-section, .areas-section, .services-section, .contact-details, .practice-overview, .area-intro-section, .social-section { background: #fff; }
.grid, .area-grid, .feature-grid, .service-list, .values-grid, .contact-grid { display: grid; gap: 18px; margin-top: 36px; }
.grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.area-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.feature-grid, .values-grid, .contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card, .area-card, .feature-card, .service-card, .value-card, .contact-card { min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 34px rgba(16,45,66,.08); transition: transform 160ms ease, border-color 160ms ease; }
.practice-overview .area-card { min-height: 260px; padding: 28px; }
.area-card:hover, .card:hover, .service-card:hover { border-color: rgba(183,109,79,.45); transform: translateY(-3px); }
.wide { grid-column: span 2; background: var(--navy); color: #fff; }
.wide h2, .wide p { color: #fff; }
.card span, .area-card span, .feature-card span { color: var(--copper); font-weight: 900; }
.card p, .area-card p, .feature-card p, .service-card p, .value-card p, .contact-card p { color: var(--muted); }
.social-section { padding-top: clamp(34px, 4vw, 58px); padding-bottom: clamp(34px, 4vw, 58px); }
.social-section .section-heading { max-width: 760px; }
.social-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.social-card { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: 0 10px 28px rgba(16,45,66,.07); transition: transform 160ms ease, border-color 160ms ease; }
.social-card:hover { border-color: rgba(183,109,79,.45); transform: translateY(-3px); }
.social-card span { color: var(--copper); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.social-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 14px; border-radius: 8px; background: #fff; color: var(--navy); box-shadow: 0 10px 24px rgba(16,45,66,.08); }
.social-icon svg { width: 22px; height: 22px; fill: currentColor; }
.social-card h3 { margin-top: 14px; margin-bottom: 10px; }
.social-card p { margin-bottom: 0; color: var(--muted); }
.google-reviews-section { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(22px, 5vw, 58px); align-items: start; background: var(--paper); padding-top: clamp(42px, 5vw, 70px); padding-bottom: clamp(42px, 5vw, 70px); }
.google-reviews-heading { max-width: 520px; }
.google-summary { display: flex; align-items: center; gap: 14px; margin: 22px 0 16px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.google-summary strong, .google-summary span { display: block; }
.google-summary strong { color: var(--navy); font-size: var(--text-xl); line-height: 1.1; }
.google-summary span { color: var(--muted); font-size: var(--text-sm); }
.google-mark { display: inline-grid; place-items: center; width: 46px; height: 46px; flex: 0 0 auto; border-radius: 50%; background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 45%, #fbbc05 0 68%, #ea4335 0 82%, #4285f4 0); color: #fff; font-size: 1.35rem; font-weight: 900; }
.google-review-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 6px; color: var(--navy); background: #fff; font-weight: 850; }
.google-review-link:hover { border-color: rgba(16,45,66,.36); background: #fffaf4; }
.google-reviews-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.google-review-card { min-height: 190px; display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(16,45,66,.07); }
.google-review-card p { margin-bottom: 18px; color: var(--ink); font-size: var(--text-base); line-height: 1.5; }
.google-review-card strong { margin-top: auto; color: var(--navy); line-height: 1.25; }
.google-review-card span { margin-top: 6px; color: var(--muted); font-size: var(--text-sm); font-weight: 750; }
.google-review-card .stars { margin-bottom: 12px; color: #d1a343; letter-spacing: 0; }
.featured-review { grid-row: span 2; background: var(--navy); color: #fff; }
.featured-review p, .featured-review strong { color: #fff; }
.featured-review span { color: rgba(255,255,255,.72); }
.instagram-posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; align-items: start; }
.instagram-embed-card { min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(16,45,66,.06); overflow: hidden; }
.instagram-embed-card iframe { display: block; width: 100%; height: 840px; border: 0; background: #fff; }
.area-intro-section { display: block; padding-top: clamp(42px, 5vw, 72px); padding-bottom: clamp(18px, 2.5vw, 30px); }
.area-intro-section .section-heading { max-width: 1120px; }
.area-intro-section > p { max-width: 980px; margin: 18px 0 0; color: var(--muted); font-size: var(--text-lg); }
.area-intro-section + .services-section { padding-top: clamp(24px, 3vw, 42px); }
.detailed-services { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.detailed-services .service-card { display: flex; flex-direction: column; min-height: 280px; padding: 26px; }
.detailed-services .service-card span { margin-bottom: 18px; color: var(--copper); font-weight: 900; }
.detailed-services .service-card h3 { margin-bottom: 12px; }
.detailed-services .service-card p { margin-bottom: 0; line-height: 1.58; }
.about-band, .context-band, .final-cta, .credibility-band { background: var(--navy); color: #fff; }
.about-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: clamp(28px, 6vw, 78px); align-items: center; }
.about-band h2, .context-band h2, .final-cta h2 { color: #fff; }
.area-closing-band { padding-top: clamp(30px, 4vw, 48px); padding-bottom: clamp(30px, 4vw, 48px); }
.area-closing-band h2 { max-width: 920px; margin-bottom: 0; font-size: var(--title-sm); }
.about-band img { width: 100%; aspect-ratio: 4 / 3; border-radius: 8px; object-fit: cover; }
.credibility-band { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); gap: clamp(28px, 5vw, 70px); align-items: start; }
.credibility-band { padding-top: clamp(40px, 5vw, 68px); padding-bottom: clamp(40px, 5vw, 68px); align-items: center; }
.credibility-band h2 { max-width: 620px; margin-bottom: 0; font-size: var(--title-sm); }
.credibility-band .feature-grid { margin-top: 0; gap: 14px; }
.credibility-band .feature-card { min-height: 160px; padding: 20px; }
.credibility-band .feature-card h3 { margin-bottom: 8px; }
.credibility-band .feature-card p { margin-bottom: 0; }
.credibility-band h2, .credibility-band h3 { color: #fff; }
.credibility-band .feature-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); box-shadow: none; }
.credibility-band .feature-card p { color: rgba(255,255,255,.76); }
.about-proof { display: grid; grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr); gap: clamp(28px, 6vw, 78px); align-items: start; background: var(--paper); }
.about-proof { padding-top: clamp(34px, 4vw, 58px); padding-bottom: clamp(24px, 3vw, 40px); gap: clamp(22px, 3.5vw, 46px); }
.about-proof img { width: min(100%, 340px); height: clamp(300px, 28vw, 390px); justify-self: center; border-radius: 8px; object-fit: cover; box-shadow: 0 20px 46px rgba(16,45,66,.12); }
.about-proof > div { min-height: clamp(300px, 28vw, 390px); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.about-proof h2 { max-width: 820px; margin-bottom: 18px; font-size: var(--title-md); }
.location-section { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(24px, 5vw, 70px); padding-top: clamp(34px, 4vw, 58px); }
#topo, #sobre-escritorio, #areas, #avaliacoes, #redes-sociais, #localizacao { scroll-margin-top: 112px; }
.map-frame { min-height: 360px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 360px; border: 0; }
.final-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.compact-cta { padding-top: clamp(28px, 4vw, 44px); padding-bottom: clamp(28px, 4vw, 44px); }
.compact-cta h2 { margin-bottom: 4px; font-size: var(--title-sm); }
.compact-cta p { margin: 0; color: rgba(255,255,255,.76); }
.placeholder-note { padding: 22px; border-left: 5px solid var(--copper); background: var(--paper); color: var(--navy); font-weight: 850; }
.site-footer { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(240px, .8fr); gap: 20px; padding: 22px clamp(18px, 5vw, 72px); background: #071a27; color: rgba(255,255,255,.76); }
.site-footer img { width: 150px; margin-bottom: 6px; }
.site-footer p { margin-bottom: 4px; }
.site-footer nav { display: grid; gap: 8px; }
.site-footer a, .site-footer strong { color: #fff; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 12; display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; min-height: 56px; padding: 0; border-radius: 50%; background: #25d366; color: #fff; font-size: 0; font-weight: 900; box-shadow: 0 18px 38px rgba(31,168,85,.34); }
.floating-whatsapp::before { width: 25px; height: 25px; }

.about-page-hero { grid-template-columns: minmax(0, .92fr) minmax(220px, .46fr); min-height: auto; padding-top: clamp(30px, 4vw, 52px); padding-bottom: clamp(30px, 4vw, 52px); }
.about-page-hero h1 { max-width: 720px; font-size: var(--title-md); }
.about-page-hero .hero-copy { max-width: 620px; }
.about-page-hero .hero-copy + .hero-copy { margin-top: -8px; }
.about-page-hero img { width: min(100%, 340px); justify-self: center; aspect-ratio: 4 / 4.2; border-radius: 8px; object-fit: cover; object-position: center top; box-shadow: 0 22px 48px rgba(0,0,0,.22); }
.mission-section { display: block; padding-top: clamp(44px, 6vw, 78px); padding-bottom: clamp(24px, 3vw, 38px); background: #fff; }
.mission-copy { max-width: 940px; }
.mission-copy h2 { max-width: 760px; }
.mission-copy p:not(.eyebrow) { max-width: 860px; color: var(--muted); }
.values-section { padding-top: clamp(24px, 3vw, 38px); padding-bottom: clamp(48px, 6vw, 84px); }
.values-section .section-heading { max-width: 700px; }
.values-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.value-pill { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; min-height: 78px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(16,45,66,.06); }
.value-pill span { color: var(--copper); font-weight: 900; }
.value-pill p { margin: 0; color: var(--ink); font-weight: 760; line-height: 1.35; }
.testimonials-section { background: var(--paper); padding-top: clamp(38px, 5vw, 66px); padding-bottom: clamp(40px, 5vw, 70px); }
.testimonial-masonry { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; gap: 12px; margin-top: 26px; }
.testimonial-card { min-height: 132px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(16,45,66,.07); }
.testimonial-card p { margin: 0; color: var(--ink); font-size: var(--text-base); line-height: 1.45; }
.testimonial-wide { grid-column: span 2; background: var(--navy); }
.testimonial-wide p { color: #fff; font-size: var(--text-lg); }
.testimonial-tall { grid-row: span 2; }
.testimonial-short { min-height: 116px; }
.compact-context { padding-top: clamp(30px, 5vw, 54px); padding-bottom: clamp(30px, 5vw, 54px); }
.compact-context h2 { max-width: 780px; margin-bottom: 0; font-size: var(--title-sm); }

@media (max-width: 1060px) {
  .site-header, .hero, .about-page-hero, .about-band, .location-section, .credibility-band, .about-proof, .area-intro-section, .google-reviews-section { grid-template-columns: 1fr; }
  .site-header { justify-items: center; gap: 12px; }
  .brand { width: min(210px, 58vw); }
  .nav-links { justify-self: center; flex-wrap: wrap; justify-content: center; }
  .grid, .area-grid, .feature-grid, .service-list, .detailed-services, .values-grid, .values-list, .testimonial-masonry, .social-grid, .instagram-posts, .contact-grid, .site-footer { grid-template-columns: 1fr; }
  .testimonial-wide, .testimonial-tall { grid-column: auto; grid-row: auto; }
  .google-reviews-heading { max-width: 760px; }
  .wide { grid-column: auto; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  .hero { min-height: auto; }
  .conversion-hero { padding-top: clamp(48px, 8vw, 72px); }
  .conversion-hero + .practice-overview { padding-top: 34px; }
  .hero-consult { max-width: 560px; width: 100%; justify-self: center; }
  .about-page-hero img { max-height: 420px; }
  .about-proof img { max-height: 420px; }
  .about-proof { padding-top: 34px; padding-bottom: 34px; gap: 20px; }
  .about-proof > div { min-height: auto; gap: 18px; }
  .about-proof h2 { font-size: var(--title-md); }
  .credibility-band { gap: 22px; padding-top: 38px; padding-bottom: 38px; }
  .credibility-band .feature-grid { gap: 12px; }
  .detailed-services .service-card { min-height: auto; }
}

@media (max-width: 700px) {
  main > section { padding: 34px 16px; }
  .topbar { flex-direction: column; gap: 4px; padding: 8px 16px; font-size: var(--text-sm); text-align: center; }
  .site-header { position: sticky; gap: 8px; padding: 8px 12px 9px; }
  .site-header.is-hidden-mobile { transform: translateY(-100%); }
  .brand { width: min(138px, 44vw); }
  .nav-links { width: 100%; flex-wrap: wrap; justify-content: center; gap: 4px 9px; overflow: visible; padding-bottom: 0; font-size: .78rem; line-height: 1.1; scrollbar-width: none; }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links a { flex: 0 0 auto; padding: 3px 0; border: 0; border-radius: 0; background: transparent; white-space: nowrap; }
  .nav-links a::after { bottom: -2px; }
  h1 { font-size: clamp(2rem, 10vw, 3.15rem); line-height: 1.02; }
  h2 { font-size: clamp(1.45rem, 7vw, 2rem); line-height: 1.08; }
  h3 { font-size: var(--text-base); }
  p { line-height: 1.5; }
  .hero { gap: 18px; padding-top: 30px; padding-bottom: 32px; }
  .hero-copy { font-size: .96rem; }
  .hero-actions, .trust-strip { gap: 8px; }
  .trust-strip span { flex: 1 1 calc(50% - 8px); padding: 8px 10px; text-align: center; }
  .hero-consult img { max-height: 360px; object-position: center top; }
  .hero-consult div { padding: 14px 16px; border-radius: 20px; }
  .hero-consult strong { font-size: var(--text-base); }
  .primary-button, .secondary-button, .header-cta { width: 100%; }
  .card, .area-card, .feature-card, .service-card, .value-card, .contact-card { min-height: auto; padding: 14px; }
  .practice-overview .area-grid, .feature-grid, .google-reviews-grid, .social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .practice-overview .area-grid > :last-child:nth-child(odd),
  .feature-grid > :last-child:nth-child(odd),
  .google-reviews-grid > :last-child:nth-child(odd),
  .social-grid > :last-child:nth-child(odd) { grid-column: 1 / -1; width: min(100%, calc(50% - 5px)); justify-self: center; }
  .practice-overview .area-card { min-height: 150px; padding: 15px; }
  .practice-overview .area-card p, .feature-card p, .google-review-card p, .social-card p { font-size: .88rem; line-height: 1.38; }
  .grid, .area-grid, .feature-grid, .service-list, .values-grid, .values-list, .testimonial-masonry, .contact-grid { gap: 10px; margin-top: 18px; }
  .area-intro-section { padding-top: 26px; padding-bottom: 12px; }
  .area-intro-section + .services-section { padding-top: 18px; }
  .area-intro-section > p { font-size: var(--text-base); }
  .detailed-services .service-card { padding: 15px; }
  .detailed-services .service-card span { margin-bottom: 8px; }
  .about-proof { gap: 14px; }
  .about-proof img { width: min(100%, 300px); height: auto; aspect-ratio: 16 / 10; max-height: 220px; justify-self: center; }
  .about-page-hero img { width: min(100%, 280px); aspect-ratio: 3 / 3.25; max-height: 330px; object-position: center top; justify-self: center; }
  .mission-section { padding-top: 28px; padding-bottom: 14px; }
  .values-section { padding-top: 14px; }
  .values-list { grid-template-columns: 1fr; gap: 8px; margin-top: 16px; }
  .value-pill { grid-template-columns: 26px 1fr; min-height: auto; padding: 10px 12px; }
  .value-pill span { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--paper); font-size: .78rem; }
  .value-pill p { font-size: .92rem; line-height: 1.28; }
  .testimonials-section { padding-top: 36px; padding-bottom: 38px; }
  .testimonial-card { min-height: auto; padding: 16px; }
  .testimonial-wide p, .testimonial-card p { font-size: var(--text-base); line-height: 1.48; }
  .google-reviews-section { gap: 18px; padding-top: 30px; padding-bottom: 30px; }
  .google-summary { margin: 16px 0 12px; padding: 12px; }
  .google-reviews-grid { gap: 10px; }
  .google-review-card, .featured-review { min-height: auto; grid-row: auto; padding: 13px; }
  .google-review-link { width: 100%; }
  .social-section { padding-top: 28px; padding-bottom: 28px; }
  .social-grid { gap: 10px; margin-top: 16px; }
  .social-card { min-height: auto; padding: 14px; }
  .social-icon { width: 34px; height: 34px; margin-bottom: 10px; }
  .instagram-posts { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 4px; }
  .instagram-embed-card { flex: 0 0 min(88vw, 360px); scroll-snap-align: start; }
  .instagram-embed-card iframe { height: 700px; }
  .compact-context h2 { font-size: var(--title-sm); }
  .area-closing-band { padding-top: 22px; padding-bottom: 22px; }
  .credibility-band h2 { font-size: var(--title-sm); }
  .credibility-band .feature-card { min-height: auto; padding: 13px; }
  .location-section { gap: 16px; }
  .map-frame, .map-frame iframe { min-height: 260px; }
  .site-footer { gap: 10px; padding: 18px 16px 28px; }
  .site-footer img { width: 118px; }
  .floating-whatsapp { right: 14px; left: auto; bottom: 14px; width: 54px; height: 54px; min-height: 54px; padding: 0; border-radius: 50%; font-size: 0; }
  .floating-whatsapp::before { width: 24px; height: 24px; }
}

@media (max-width: 420px) {
  main > section { padding-left: 14px; padding-right: 14px; }
  .site-header { padding-left: 10px; padding-right: 10px; }
  .brand { width: min(124px, 42vw); }
  .nav-links { gap: 4px 7px; font-size: .72rem; }
  .nav-links a { padding: 3px 0; }
  .hero-actions { margin-top: 18px; }
  .hero-consult img { max-height: 320px; }
  .practice-overview .area-card { min-height: 138px; padding: 12px; }
  .practice-overview .area-card p, .feature-card p, .google-review-card p, .social-card p { font-size: .84rem; }
  .about-proof img { aspect-ratio: 4 / 3.6; max-height: 260px; }
  .about-page-hero img { aspect-ratio: 3 / 3.6; max-height: 340px; }
  .testimonial-card { padding: 14px; }
}
