:root {
  --pink: #ef7d91;
  --pink-dark: #dc637a;
  --pink-soft: #fff0f3;
  --pink-pale: #fff8f9;
  --line: #f7d7dd;
  --green: #20b65c;
  --green-dark: #15964a;
  --ink: #272326;
  --muted: #70696c;
  --surface: #fffaf8;
  --white: #ffffff;
  --gold: #f5ae22;
  --shadow: 0 18px 50px rgba(75, 45, 53, .10);
  --shadow-soft: 0 10px 28px rgba(75, 45, 53, .07);
  --radius: 26px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
:focus-visible { outline: 3px solid rgba(239, 125, 145, .45); outline-offset: 4px; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-compact { padding: 22px 0 34px; }

.skip-link {
  position: fixed; left: 16px; top: -90px; z-index: 9999;
  padding: 12px 16px; border-radius: 12px; color: #fff; background: var(--ink);
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(247, 215, 221, .72);
  background: rgba(255, 250, 248, .93);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.brand { width: 230px; margin-right: auto; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { text-decoration: none; font-weight: 750; font-size: .95rem; transition: color .2s ease; }
.main-nav a:hover { color: var(--pink-dark); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-toggle span { width: 28px; height: 2px; display: block; margin: 6px 0; border-radius: 99px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 16px;
  font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button svg, .phone-link svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button-header { color: #fff; background: var(--pink); box-shadow: 0 12px 24px rgba(239, 125, 145, .22); }
.button-header:hover { background: var(--pink-dark); }
.button-whatsapp { color: #fff; background: var(--green); box-shadow: 0 12px 28px rgba(32, 182, 92, .22); }
.button-whatsapp:hover { background: var(--green-dark); }
.button-secondary { color: var(--ink); border-color: var(--pink); background: var(--white); }
.button-secondary:hover { border-color: var(--pink-dark); box-shadow: var(--shadow-soft); }
.button-large { min-height: 58px; padding-inline: 26px; }

.hero { padding-top: 78px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 62px; align-items: center; }
.eyebrow, .section-kicker {
  margin: 0 0 12px; color: var(--pink-dark); font-size: .82rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 26px; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.35rem, 5.6vw, 5.7rem); line-height: .99; letter-spacing: -.047em;
}
h1 span, .cta-copy h2 span { color: var(--pink-dark); }
.hero-text { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: clamp(1.08rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 22px; }
.instagram-link, .footer-instagram {
  display: inline-flex; align-items: center; gap: 10px; color: var(--pink-dark); font-weight: 850; text-decoration: none;
}
.instagram-link svg, .footer-instagram svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link .fill-icon, .footer-instagram .fill-icon { fill: currentColor; stroke: none; }
.instagram-link:hover, .footer-instagram:hover { text-decoration: underline; text-underline-offset: 4px; }
.hero-media { position: relative; margin: 0; min-height: 545px; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img {
  min-height: 545px; object-fit: cover; object-position: center;
  border-radius: 94px 30px 94px 30px; box-shadow: var(--shadow);
}
.paw-decoration { position: absolute; color: rgba(239, 125, 145, .16); letter-spacing: 8px; font-size: 28px; transform: rotate(-15deg); }
.paw-one { right: -22px; bottom: -28px; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature-card {
  min-height: 178px; display: grid; place-items: center; align-content: center; gap: 16px; text-align: center;
  padding: 28px 20px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-soft);
}
.feature-card h2 { margin: 0; max-width: 170px; font-size: 1rem; line-height: 1.35; }
.icon-circle { width: 62px; height: 62px; display: grid; place-items: center; color: var(--pink); }
.icon-circle svg { width: 54px; height: 54px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }

.section-heading { margin-bottom: 40px; text-align: center; }
.section-heading h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4vw, 3.6rem); letter-spacing: -.035em; }

.process { position: relative; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; position: relative; }
.steps::before { content: ""; position: absolute; left: 17%; right: 17%; top: 58px; border-top: 3px dotted #c9c2c4; }
.step { position: relative; z-index: 1; text-align: center; padding: 4px 28px; }
.step-icon {
  position: relative; width: 116px; height: 116px; margin: 0 auto 24px; display: grid; place-items: center;
  color: var(--pink); border-radius: 50%; background: var(--pink-soft); box-shadow: 0 0 0 12px var(--surface);
}
.step-icon svg { width: 58px; height: 58px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.step-icon span {
  position: absolute; right: 4px; bottom: -3px; width: 34px; height: 34px; display: grid; place-items: center;
  color: #fff; font-weight: 900; border: 4px solid var(--surface); border-radius: 50%; background: var(--pink);
}
.step h3 { margin-bottom: 8px; font-size: 1.12rem; }
.step p { margin-bottom: 0; color: var(--muted); }

.services { background: linear-gradient(180deg, transparent 0, rgba(255, 240, 243, .46) 44%, transparent 100%); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-soft); }
.service-card picture { display: block; height: 245px; overflow: hidden; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:nth-child(1) img { object-position: 50% 43%; }
.service-card:nth-child(2) img { object-position: 50% 52%; }
.service-card:nth-child(3) img { object-position: 50% 45%; }
.service-card:nth-child(4) img { object-position: 50% 54%; }
.service-card:hover img { transform: scale(1.04); }
.service-content { position: relative; min-height: 180px; padding: 34px 24px 24px; }
.service-icon {
  position: absolute; top: -34px; left: 22px; width: 64px; height: 64px; display: grid; place-items: center;
  color: var(--pink); border: 1px solid var(--line); border-radius: 50%; background: var(--white); box-shadow: var(--shadow-soft);
}
.service-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.service-content h3 { margin-bottom: 9px; font-size: 1.15rem; }
.service-content p { margin-bottom: 0; color: var(--muted); }

.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trust-card { padding: 34px 30px; text-align: center; border: 1px solid var(--line); border-radius: 22px; background: var(--pink-pale); }
.stars { margin-bottom: 14px; color: var(--gold); letter-spacing: 4px; font-size: 1.3rem; }
.trust-card h3 { margin-bottom: 8px; font-size: 1.12rem; }
.trust-card p { margin: 0; color: var(--muted); }

.cta-panel {
  display: grid; grid-template-columns: 1.05fr 1fr .8fr; align-items: center; gap: 34px;
  overflow: hidden; min-height: 320px; border: 1px solid var(--line); border-radius: 32px;
  background: linear-gradient(110deg, #fff 0 33%, #fff2f4 100%); box-shadow: var(--shadow);
}
.cta-image { align-self: stretch; min-height: 320px; }
.cta-image img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; object-position: center 40%; }
.cta-copy { padding: 36px 0; }
.cta-copy h2 { margin-bottom: 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 3.4vw, 3.4rem); line-height: 1.02; letter-spacing: -.04em; }
.cta-copy p:last-child { margin-bottom: 0; color: var(--muted); }
.cta-actions { display: grid; gap: 13px; padding-right: 32px; }
.phone-link {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 56px;
  color: var(--ink); font-weight: 850; text-decoration: none; border: 1px solid var(--pink); border-radius: 16px; background: var(--white);
}
.phone-link:hover { box-shadow: var(--shadow-soft); }

.site-footer { padding-top: 30px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 240px 1.1fr .75fr 1fr; gap: 32px; align-items: center; padding-bottom: 28px; }
.footer-brand img { width: 220px; height: auto; }
.site-footer address { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-style: normal; }
.site-footer address svg { width: 24px; height: 24px; flex: 0 0 auto; color: var(--pink); fill: none; stroke: currentColor; stroke-width: 1.7; }
.site-footer p { margin: 0; color: var(--muted); }
.footer-bottom { padding: 18px 0; color: var(--muted); font-size: .86rem; border-top: 1px solid #f2edef; }

.floating-whatsapp {
  position: fixed; right: 22px; bottom: 22px; z-index: 95; width: 58px; height: 58px; display: grid; place-items: center;
  color: #fff; border-radius: 50%; background: var(--green); box-shadow: 0 12px 30px rgba(24, 141, 72, .34); transition: transform .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1080px) {
  .header-inner { gap: 20px; }
  .brand { width: 200px; }
  .main-nav { gap: 20px; }
  .button-header { padding-inline: 16px; }
  .hero-grid { gap: 38px; }
  .hero-media, .hero-media img { min-height: 470px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card picture { height: 290px; }
  .cta-panel { grid-template-columns: .9fr 1fr; }
  .cta-actions { grid-column: 2; padding: 0 32px 32px 0; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 220px 1fr 1fr; }
  .footer-grid > p { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 76px; }
  .brand { width: 174px; }
  .menu-toggle { display: block; order: 3; }
  .button-header { display: none; }
  .main-nav {
    position: absolute; top: 76px; left: 16px; right: 16px; display: none; align-items: stretch; gap: 0;
    padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 15px 14px; border-radius: 12px; }
  .main-nav a:hover { background: var(--pink-soft); }
  .hero { padding-top: 52px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: 2; min-height: auto; }
  .hero-media img { min-height: 0; aspect-ratio: 4 / 3; border-radius: 42px 18px 42px 18px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { gap: 22px; }
  .steps::before { display: none; }
  .step { padding-inline: 8px; }
  .trust-grid { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-image { max-height: 350px; }
  .cta-copy { padding: 0 28px; }
  .cta-actions { grid-column: auto; grid-template-columns: 1fr; padding: 0 28px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p { grid-column: auto; }
}

@media (max-width: 580px) {
  html { scroll-padding-top: 78px; }
  .container { width: min(calc(100% - 26px), var(--container)); }
  .section { padding: 58px 0; }
  .section-compact { padding: 12px 0 24px; }
  .site-header { backdrop-filter: blur(12px); }
  .header-inner { min-height: 72px; }
  .brand { width: 152px; }
  .main-nav { top: 72px; }
  .hero { padding-top: 42px; }
  .eyebrow { font-size: .74rem; }
  h1 { font-size: clamp(2.8rem, 13.5vw, 4rem); line-height: .98; margin-bottom: 20px; }
  .hero-text { font-size: 1.04rem; }
  .hero-actions { display: grid; margin-top: 26px; }
  .button { width: 100%; }
  .instagram-link { margin-top: 2px; }
  .hero-grid { gap: 34px; }
  .hero-media img { aspect-ratio: 1 / .83; }
  .feature-grid { gap: 12px; }
  .feature-card { min-height: 144px; padding: 20px 12px; border-radius: 19px; }
  .feature-card h2 { font-size: .92rem; }
  .icon-circle { width: 48px; height: 48px; }
  .icon-circle svg { width: 44px; height: 44px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: 2.45rem; }
  .steps { grid-template-columns: 1fr; gap: 34px; }
  .step-icon { width: 98px; height: 98px; margin-bottom: 18px; }
  .step-icon svg { width: 50px; height: 50px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card picture { height: 290px; }
  .trust-card { padding: 28px 22px; }
  .cta-panel { border-radius: 24px; }
  .cta-image, .cta-image img { min-height: 280px; }
  .cta-copy h2 { font-size: 2.4rem; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { margin-inline: auto; }
  .site-footer address, .footer-instagram { justify-content: center; }
  .floating-whatsapp { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* Conteúdos e SEO local */
.main-nav a.active { color: var(--pink-dark); }
.content-heading > p:last-child { max-width: 720px; margin: 14px auto 0; color: var(--muted); }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.content-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-soft); }
.content-image { display: block; height: 250px; overflow: hidden; }
.content-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.content-card:hover .content-image img { transform: scale(1.035); }
.content-card-body { padding: 26px; }
.content-tag { display: inline-flex; margin-bottom: 12px; padding: 6px 10px; color: var(--pink-dark); font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; border-radius: 999px; background: var(--pink-soft); }
.content-card h3 { font-size: 1.3rem; line-height: 1.25; }
.content-card h3 a { text-decoration: none; }
.content-card h3 a:hover { color: var(--pink-dark); }
.content-card p { color: var(--muted); }
.text-link, .local-seo-link { display: inline-flex; align-items: center; gap: 8px; color: var(--pink-dark); font-weight: 850; text-decoration: none; }
.text-link svg, .local-seo-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.text-link:hover svg, .local-seo-link:hover svg { transform: translateX(4px); }
.section-action { margin-top: 34px; text-align: center; }
.location-section { background: linear-gradient(180deg, rgba(255,240,243,.35), transparent); }
.location-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 46px; align-items: center; }
.location-copy h2 { margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4vw, 3.8rem); line-height: 1.04; letter-spacing: -.04em; }
.location-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1.08rem; }
.business-details { margin: 28px 0; }
.business-details > div { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.business-details dt { font-weight: 850; }
.business-details dd { margin: 0; color: var(--muted); }
.business-details a { color: var(--pink-dark); font-weight: 800; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.map-card { overflow: hidden; min-height: 470px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.map-card iframe { width: 100%; height: 470px; display: block; }
.footer-links { display: grid; gap: 4px; }
.footer-links strong { margin-bottom: 4px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--pink-dark); }
.footer-grid-expanded { grid-template-columns: 220px 1.1fr .65fr .75fr; }

/* Hub e páginas editoriais */
.page-hero { padding: 78px 0 54px; }
.page-hero-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 48px; align-items: center; }
.page-hero h1 { font-size: clamp(3rem, 5.1vw, 5rem); }
.page-hero p { max-width: 740px; color: var(--muted); font-size: 1.15rem; }
.page-hero-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 70px 24px 70px 24px; box-shadow: var(--shadow); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: var(--muted); font-size: .9rem; }
.breadcrumb a { color: var(--pink-dark); text-decoration: none; }
.article-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.article-list-card { display: grid; grid-template-columns: 220px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-soft); }
.article-list-card img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.article-list-body { padding: 28px; }
.article-list-body h2 { margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; line-height: 1.08; }
.article-list-body h2 a { text-decoration: none; }
.article-list-body p { color: var(--muted); }
.article-shell { width: min(calc(100% - 48px), 880px); margin-inline: auto; }
.article-header { padding: 70px 0 34px; }
.article-header h1 { font-size: clamp(3rem, 6vw, 5.25rem); }
.article-lead { color: var(--muted); font-size: 1.25rem; }
.article-cover { margin: 34px 0 44px; }
.article-cover img { width: 100%; max-height: 580px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.article-body { font-size: 1.08rem; }
.article-body h2 { margin: 48px 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: 2.15rem; line-height: 1.1; }
.article-body h3 { margin: 32px 0 12px; font-size: 1.32rem; }
.article-body p, .article-body li { color: #4f494c; }
.article-body ul, .article-body ol { padding-left: 24px; }
.article-body li + li { margin-top: 10px; }
.article-note { margin: 32px 0; padding: 24px 26px; border-left: 5px solid var(--pink); border-radius: 0 18px 18px 0; background: var(--pink-pale); }
.article-cta { margin: 52px 0 10px; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(120deg, #fff, var(--pink-soft)); }
.article-cta h2 { margin-top: 0; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.related-card a { font-weight: 850; text-decoration: none; }
.related-card a:hover { color: var(--pink-dark); }
.location-page-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: stretch; }
.location-page-info { padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow-soft); }
.location-page-info h2 { font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; }
.faq-list { display: grid; gap: 14px; }
.faq-item { padding: 22px 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.faq-item h3 { margin-bottom: 8px; }
.faq-item p { margin-bottom: 0; color: var(--muted); }

@media (max-width: 1080px) {
  .main-nav { gap: 17px; }
  .main-nav a { font-size: .9rem; }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .content-card:last-child { grid-column: 1 / -1; }
  .article-list-grid { grid-template-columns: 1fr; }
  .footer-grid-expanded { grid-template-columns: 200px 1fr 1fr; }
  .footer-grid-expanded .footer-instagram { grid-column: 2 / -1; }
}
@media (max-width: 820px) {
  .location-grid, .page-hero-grid, .location-page-panel { grid-template-columns: 1fr; }
  .map-card { min-height: 390px; }
  .map-card iframe { height: 390px; }
  .page-hero-image { order: -1; }
  .article-list-card { grid-template-columns: 180px 1fr; }
  .related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .content-grid { grid-template-columns: 1fr; }
  .content-card:last-child { grid-column: auto; }
  .content-image { height: 220px; }
  .business-details > div { grid-template-columns: 1fr; gap: 4px; }
  .location-actions { display: grid; }
  .page-hero { padding-top: 44px; }
  .page-hero h1, .article-header h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .page-hero-image img { border-radius: 42px 18px 42px 18px; }
  .article-shell { width: min(calc(100% - 28px), 880px); }
  .article-list-card { grid-template-columns: 1fr; }
  .article-list-card img { min-height: 220px; max-height: 270px; }
  .article-body { font-size: 1rem; }
  .article-body h2 { font-size: 1.8rem; }
  .article-cta { padding: 24px; }
  .footer-grid-expanded { grid-template-columns: 1fr; }
  .footer-grid-expanded .footer-instagram { grid-column: auto; }
}

/* Correção de publicação v4: links internos e estabilidade visual */
section[id] { scroll-margin-top: 112px; }
.brand img, .footer-brand img { max-height: 64px; object-fit: contain; object-position: left center; }
@media (max-width: 820px) {
  section[id] { scroll-margin-top: 88px; }
  .brand img { max-height: 52px; }
}
