@font-face {
  font-family: "Bricolage Grotesque Variable";
  src: url("/assets/fonts/bricolage-grotesque-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Lora Variable";
  src: url("/assets/fonts/lora-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

/* Reset mínimo equivalente ao comportamento visual do projeto aprovado. */
html { line-height: 1.5; -webkit-text-size-adjust: 100%; }
h1, h2, h3, h4, p, blockquote, dl, dd { margin: 0; }
ol, ul, menu { margin: 0; padding: 0; list-style: none; }
img, svg { display: block; vertical-align: middle; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }

@font-face {
  font-family: "Lora Variable";
  src: url("/assets/fonts/lora-variable-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --color-primary: #123f59; --color-primary-light: #dcecf3; --color-secondary: #356e89; --color-accent: #df4d88;
  --color-background: #fbfaf7; --color-background-alt: #eef5f7; --color-surface: #ffffff; --color-text: #17313e; --color-text-muted: #62727a;
  --font-heading: "Plus Jakarta Sans", "Segoe UI", sans-serif; --font-body: Georgia, "Times New Roman", serif;
  --container-width: 1180px; --section-spacing: clamp(4rem, 8vw, 7.5rem); --border-radius: 1.5rem; --shadow: 0 18px 60px rgb(18 63 89 / 12%);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--color-background); color: var(--color-text); font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }
svg { width: 1.1em; height: 1.1em; stroke-width: 1.8; }
.container { width: min(calc(100% - 2rem), var(--container-width)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .75rem 1rem; background: white; border-radius: .6rem; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 4px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgb(18 63 89 / 9%); background: rgb(251 250 247 / 90%); backdrop-filter: blur(14px); }
.nav-shell { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-family: var(--font-heading); }
.brand-logo { width: 86px; height: 86px; display: block; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.brand-mark { color: var(--color-accent); font: 800 2rem/1 var(--font-heading); transform: rotate(-8deg); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.05rem; letter-spacing: -.03em; }
.brand small { margin-top: .08rem; color: var(--color-text-muted); font-size: .57rem; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(1rem, 2.2vw, 2.1rem); font: 600 .82rem/1 var(--font-heading); }
.desktop-nav a { padding-block: .6rem; }
.desktop-nav a:hover { color: var(--color-accent); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .8rem 1.2rem; border: 1px solid var(--color-primary); border-radius: 999px; background: var(--color-primary); color: white; font: 700 .85rem/1 var(--font-heading); transition: transform .2s ease, background .2s ease; }
.button:hover { background: #0b3147; transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 1rem; font-size: .76rem; }
.hero { position: relative; min-height: min(760px, calc(100vh - 92px)); overflow: hidden; background: white; }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; }
.hero-content { position: absolute; z-index: 2; left: max(2rem, calc((100vw - var(--container-width)) / 2)); top: 50%; width: min(540px, 43vw); padding: clamp(1.6rem, 3vw, 3rem); border: 1px solid rgb(255 255 255 / 70%); border-radius: var(--border-radius); background: rgb(255 255 255 / 88%); box-shadow: var(--shadow); backdrop-filter: blur(14px); transform: translateY(-50%); }
.eyebrow { margin: 0 0 1rem; color: var(--color-secondary); font: 800 .72rem/1.4 var(--font-heading); letter-spacing: .14em; text-transform: uppercase; }
h1 { max-width: 15ch; margin: 0; font: 700 clamp(2.15rem, 4vw, 4.3rem)/1.04 var(--font-heading); letter-spacing: -.055em; text-wrap: balance; }
.hero-lead { max-width: 52ch; margin: 1.4rem 0 0; color: #3f5661; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.1rem; margin-top: 1.8rem; }
.text-link { border-bottom: 1px solid var(--color-accent); color: var(--color-primary); font: 700 .82rem/1.35 var(--font-heading); }
.experience-badge { position: absolute; z-index: 3; right: max(2rem, calc((100vw - var(--container-width)) / 2)); bottom: 2rem; display: flex; align-items: center; gap: .65rem; padding: 1rem 1.2rem; border-radius: 1rem; background: var(--color-primary); color: white; box-shadow: var(--shadow); font-family: var(--font-heading); }
.experience-badge strong { color: #ff9dc5; font-size: 1.85rem; letter-spacing: -.06em; }
.experience-badge span { font-size: .7rem; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.trust-bar { background: var(--color-primary); color: white; }
.trust-grid { min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid p { display: flex; align-items: center; gap: .9rem; margin: 0; padding: 1rem 2rem; border-right: 1px solid rgb(255 255 255 / 15%); font-size: .88rem; line-height: 1.45; }
.trust-grid p:last-child { border: 0; }
.trust-grid svg { flex: 0 0 auto; color: #ff9dc5; font-size: 1.35rem; }
.trust-grid strong { display: block; font-family: var(--font-heading); }
@media (max-width: 860px) {
  .desktop-nav { display: none; }
  .hero { min-height: 780px; }
  .hero-media { height: 68%; }
  .hero-media img { object-position: center top; }
  .hero::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(180deg, transparent, var(--color-primary) 25%); }
  .hero-content { inset: auto 1rem 1.25rem; width: auto; padding: 1.5rem; border: 0; background: transparent; box-shadow: none; color: white; backdrop-filter: none; transform: none; }
  h1 { font-size: clamp(2rem, 9vw, 3.2rem); }
  .hero .hero-lead, .hero .eyebrow { color: #e6f0f4; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { background: white; color: var(--color-primary); border-color: white; }
  .text-link { align-self: flex-start; color: white; }
  .experience-badge { right: 1rem; top: 1rem; bottom: auto; }
  .trust-grid { grid-template-columns: 1fr; padding-block: .5rem; }
  .trust-grid p { min-height: 76px; padding: .8rem 1rem; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 15%); }
}
@media (max-width: 560px) {
  .nav-shell { min-height: 78px; }
  .brand-logo { width: 72px; height: 72px; }
  .site-header .button-small { width: 44px; min-height: 44px; padding: 0; overflow: hidden; color: transparent; gap: 0; }
  .site-header .button-small svg { color: white; font-size: 1.25rem; }
  .hero { min-height: 820px; }
  .hero-media { height: 61%; }
  .hero::after { inset: 34% 0 0; }
  .hero-content { bottom: .75rem; }
  .hero-lead { font-size: 1rem; line-height: 1.5; }
  .experience-badge { top: .7rem; padding: .7rem .85rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

/* SHARED SECTIONS */
.section { padding-block: var(--section-spacing); }
.section-heading { max-width: 720px; margin-bottom: clamp(2.2rem, 5vw, 4.2rem); }
.section-heading h2,
.about h2,
.location-section h2,
.comfort-band h2,
.final-cta h2,
.appointment-banner h2,
.authority h2 { margin: 0; font: 700 clamp(2rem, 4.2vw, 4rem)/1.08 var(--font-heading); letter-spacing: -.05em; text-wrap: balance; }
.section-heading > p:last-child { max-width: 62ch; margin: 1.1rem 0 0; color: var(--color-text-muted); font-size: 1.02rem; line-height: 1.75; }
.large-copy { color: var(--color-primary); font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.55; }
.arrow-link { display: inline-flex; align-items: center; gap: .6rem; padding-bottom: .35rem; border-bottom: 1px solid var(--color-accent); color: var(--color-primary); font: 750 .85rem/1 var(--font-heading); }
.arrow-link:hover { color: var(--color-accent); }
.inline-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.button-outline { background: transparent; color: var(--color-primary); }
.button-outline:hover { background: var(--color-primary); color: white; }
.button-light { border-color: white; background: white; color: var(--color-primary); }
.button-light:hover { border-color: #e9f3f6; background: #e9f3f6; }
.button-ghost { border-color: rgb(255 255 255 / 45%); background: transparent; }
.button-ghost:hover { background: rgb(255 255 255 / 10%); }

/* MOBILE NAVIGATION */
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgb(18 63 89 / 18%); border-radius: 50%; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: calc(100% + .8rem); width: min(290px, calc(100vw - 2rem)); display: grid; padding: .7rem; border: 1px solid rgb(18 63 89 / 12%); border-radius: 1rem; background: white; box-shadow: var(--shadow); font: 700 .92rem/1 var(--font-heading); }
.mobile-menu nav a { padding: .95rem 1rem; border-radius: .6rem; }
.mobile-menu nav a:hover { background: var(--color-background-alt); color: var(--color-accent); }
.desktop-nav .active { color: var(--color-accent); }

/* ABOUT */
.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); align-items: center; gap: clamp(2.4rem, 7vw, 7rem); }
.about-image-wrap { position: relative; min-height: 620px; }
.about-image-wrap > img { width: 100%; height: 620px; display: block; object-fit: cover; object-position: center 18%; border-radius: 44% 44% var(--border-radius) var(--border-radius); box-shadow: var(--shadow); }
.about-image-wrap::before { content: ""; position: absolute; z-index: -1; inset: 7% -10% -5% 18%; border-radius: 45% 45% var(--border-radius) var(--border-radius); background: var(--color-primary-light); }
.image-note { position: absolute; left: -2rem; bottom: 2.5rem; max-width: 260px; display: flex; gap: .8rem; padding: 1rem 1.15rem; border-radius: 1rem; background: white; box-shadow: var(--shadow); }
.image-note svg { flex: 0 0 auto; color: var(--color-accent); font-size: 1.4rem; }
.image-note span { color: var(--color-text-muted); font-size: .78rem; line-height: 1.45; }
.image-note strong { display: block; color: var(--color-primary); font: 750 .8rem/1.3 var(--font-heading); }
.about-copy > p:not(.eyebrow) { max-width: 56ch; color: var(--color-text-muted); line-height: 1.8; }
.check-list { display: grid; gap: .8rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; font: 650 .9rem/1.4 var(--font-heading); }
.check-list li { display: flex; align-items: center; gap: .75rem; }
.check-list svg { padding: .2rem; border-radius: 50%; background: var(--color-primary-light); color: var(--color-primary); font-size: 1.35rem; }

/* SERVICES */
.services { background: var(--color-background-alt); }
.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: clamp(2rem, 5vw, 5rem); }
.service-feature { min-height: 480px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.6rem, 4vw, 3rem); border-radius: var(--border-radius); background: var(--color-primary); color: white; }
.service-number { align-self: flex-start; padding: .55rem .7rem; border: 1px solid rgb(255 255 255 / 24%); border-radius: 999px; color: #ff9dc5; font: 750 .75rem/1 var(--font-heading); }
.mini-label { color: #a9c6d3; font: 750 .7rem/1.4 var(--font-heading); letter-spacing: .14em; text-transform: uppercase; }
.service-feature h3 { max-width: 8ch; margin: .4rem 0 1rem; font: 700 clamp(2.4rem, 5vw, 4.8rem)/.98 var(--font-heading); letter-spacing: -.06em; }
.service-feature p:not(.mini-label) { max-width: 48ch; color: #dce9ee; line-height: 1.7; }
.service-feature .arrow-link { color: white; }
.service-list { border-top: 1px solid rgb(18 63 89 / 18%); }
.service-list article { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; padding: 1.7rem .3rem; border-bottom: 1px solid rgb(18 63 89 / 18%); }
.service-list article > span { color: var(--color-accent); font: 750 .72rem/1.6 var(--font-heading); }
.service-list h3 { margin: 0; font: 700 1.35rem/1.2 var(--font-heading); letter-spacing: -.03em; }
.service-list p { margin: .6rem 0 0; color: var(--color-text-muted); line-height: 1.65; }
.service-list a { display: inline-flex; align-items: center; gap: .4rem; margin-top: .8rem; color: var(--color-primary); font: 700 .78rem/1 var(--font-heading); }

/* EMERGENCY HOME */
.emergency-callout { position: relative; overflow: hidden; background: var(--color-primary); color: white; }
.emergency-callout::before { content: ""; position: absolute; width: 560px; height: 560px; right: -210px; top: -250px; border: 70px solid rgb(223 77 136 / 14%); border-radius: 50%; }
.emergency-layout { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }
.emergency-layout h2 { max-width: 13ch; margin: 0; font: 700 clamp(2.1rem, 4.5vw, 4.3rem)/1.02 var(--font-heading); letter-spacing: -.055em; }
.emergency-layout > div > p:not(.eyebrow) { max-width: 58ch; color: #d7e6ec; font-size: 1.05rem; line-height: 1.7; }
.emergency-callout .eyebrow { color: #ff9dc5; }
.emergency-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 18%); }
.emergency-list li { display: flex; align-items: center; gap: 1.2rem; padding: 1.15rem .2rem; border-bottom: 1px solid rgb(255 255 255 / 18%); font: 650 1rem/1.3 var(--font-heading); }
.emergency-list span { color: #ff9dc5; font-size: .7rem; }

/* COMFORT */
.comfort-band { background: var(--color-background); }
.comfort-grid { display: grid; grid-template-columns: auto 1fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; padding-block: 2.8rem; border-block: 1px solid rgb(18 63 89 / 14%); }
.comfort-icon { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--color-primary-light); color: var(--color-primary); font-size: 2rem; }
.comfort-grid h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.comfort-grid > p { color: var(--color-text-muted); line-height: 1.75; }

/* CARE TYPES */
.care-types { padding-top: 2rem; }
.care-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.care-grid article { position: relative; min-height: 280px; padding: 2rem; border: 1px solid rgb(18 63 89 / 13%); border-radius: var(--border-radius); background: white; }
.care-grid article > svg { color: var(--color-accent); font-size: 2rem; }
.care-grid article > span { position: absolute; right: 2rem; top: 2rem; color: #afbec5; font: 750 .7rem/1 var(--font-heading); }
.care-grid h3 { margin: 3.2rem 0 .8rem; font: 700 1.8rem/1.15 var(--font-heading); letter-spacing: -.04em; }
.care-grid p { color: var(--color-text-muted); line-height: 1.7; }

/* REVIEWS PLACEHOLDER */
.reviews { background: #f4eaf0; }
.reviews-shell { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.reviews-shell h2 { max-width: 13ch; margin: 0; font: 700 clamp(2rem, 4vw, 3.8rem)/1.08 var(--font-heading); letter-spacing: -.05em; }
.reviews-shell > div:first-child > p:last-child { max-width: 56ch; color: var(--color-text-muted); line-height: 1.75; }
.reviews-placeholder { min-height: 260px; display: grid; place-content: center; justify-items: center; padding: 2rem; border: 1px dashed rgb(18 63 89 / 28%); border-radius: var(--border-radius); background: rgb(255 255 255 / 55%); text-align: center; }
.reviews-placeholder svg { color: var(--color-accent); font-size: 2.2rem; }
.reviews-placeholder p { max-width: 36ch; color: var(--color-text-muted); line-height: 1.65; }

/* LOCATION */
.location-section { background: white; }
.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.location-section h2 { max-width: 13ch; }
.location-intro { max-width: 52ch; color: var(--color-text-muted); line-height: 1.7; }
.address-card { display: grid; gap: 1rem; margin-top: 2rem; font-style: normal; }
.address-card > strong { font: 750 1.03rem/1.3 var(--font-heading); }
.address-card span, .address-card a { display: flex; align-items: flex-start; gap: .7rem; color: var(--color-text-muted); line-height: 1.55; }
.address-card svg { flex: 0 0 auto; margin-top: .15rem; color: var(--accent, var(--color-accent)); }
.map-card { position: relative; min-height: 530px; overflow: hidden; border-radius: var(--border-radius); background: #dce9ed; box-shadow: var(--shadow); }
.map-card iframe { width: 100%; height: 100%; min-height: inherit; display: block; border: 0; }
.map-grid { position: absolute; inset: 0; opacity: .8; background-color: #eaf2f4; background-image: linear-gradient(30deg, transparent 48%, #cadde3 49% 51%, transparent 52%), linear-gradient(120deg, transparent 45%, #fff 46% 53%, transparent 54%), linear-gradient(75deg, transparent 47%, #c6d9df 48% 51%, transparent 52%); background-size: 125px 170px, 220px 145px, 95px 120px; transform: scale(1.2) rotate(-7deg); }
.map-pin { position: absolute; left: 54%; top: 43%; width: 68px; height: 68px; display: grid; place-items: center; border: 8px solid rgb(255 255 255 / 80%); border-radius: 50%; background: var(--color-accent); color: white; box-shadow: var(--shadow); font-size: 1.5rem; }
.map-label { position: absolute; left: 50%; bottom: 2rem; min-width: 230px; padding: 1rem 1.2rem; border-radius: .9rem; background: white; box-shadow: var(--shadow); transform: translateX(-50%); }
.map-label strong, .map-label small { display: block; }
.map-label strong { font: 750 .95rem/1.2 var(--font-heading); }
.map-label small { margin-top: .25rem; color: var(--color-text-muted); }

/* FAQ */
.faq-section { background: var(--color-background-alt); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: start; }
.faq-layout .section-heading { position: sticky; top: 120px; margin-bottom: 0; }
.faq-list { border-top: 1px solid rgb(18 63 89 / 16%); }
.faq-list details { border-bottom: 1px solid rgb(18 63 89 / 16%); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.35rem .2rem; cursor: pointer; list-style: none; font: 700 1rem/1.35 var(--font-heading); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgb(18 63 89 / 18%); border-radius: 50%; color: var(--color-accent); font-size: 1.3rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 68ch; margin: -.25rem 0 1.5rem; padding-right: 3rem; color: var(--color-text-muted); line-height: 1.7; }

/* FINAL CTA */
.final-cta { background: white; }
.final-cta-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; padding: clamp(2rem, 5vw, 4.5rem); border-radius: var(--border-radius); background: var(--color-primary-light); }
.final-cta h2 { max-width: 16ch; }
.final-cta-inner > div:last-child p { color: var(--color-text-muted); line-height: 1.65; }

/* FOOTER */
.site-footer { padding: 4rem 0 1.4rem; background: #0c2d40; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: clamp(2rem, 6vw, 6rem); padding-bottom: 3rem; }
.footer-grid > div:first-child > p { max-width: 38ch; color: #a9c3cf; line-height: 1.65; }
.footer-grid > div:nth-child(2), .footer-grid address { display: grid; align-content: start; gap: .85rem; font-style: normal; }
.footer-grid > div:nth-child(2) strong, .footer-grid address strong { margin-bottom: .35rem; color: #ff9dc5; font: 750 .72rem/1 var(--font-heading); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid address span { color: #c9dce4; font-size: .87rem; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; border-top: 1px solid rgb(255 255 255 / 12%); color: #8eabb7; font-size: .75rem; }
.site-footer .brand { padding: .25rem .5rem; border-radius: .55rem; background: white; }
.site-footer .brand-logo { width: 112px; height: 112px; mix-blend-mode: normal; }
.whatsapp-float { position: fixed; z-index: 25; right: 1.1rem; bottom: 1.1rem; min-height: 52px; display: flex; align-items: center; gap: .55rem; padding: .75rem 1rem; border-radius: 999px; background: #176c55; color: white; box-shadow: 0 12px 35px rgb(10 50 40 / 25%); font: 750 .77rem/1 var(--font-heading); }
.whatsapp-float:hover { background: #0e5844; }

/* EMERGENCY PAGE */
.emergency-hero { padding-block: clamp(2rem, 6vw, 5rem); background: linear-gradient(135deg, var(--color-background-alt), white 60%); }
.emergency-hero-grid { min-height: 650px; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.emergency-hero-copy h1 { max-width: 13ch; }
.emergency-hero-copy > p:not(.eyebrow):not(.hero-lead) { color: var(--color-text-muted); line-height: 1.65; }
.emergency-hero-copy .button { margin-top: 1.2rem; }
.microcopy { display: flex; gap: .55rem; align-items: flex-start; max-width: 49ch; margin-top: 1rem; color: var(--color-text-muted); line-height: 1.45; }
.microcopy svg { flex: 0 0 auto; margin-top: .12rem; }
.emergency-photo { position: relative; min-height: 590px; overflow: hidden; border-radius: 1.8rem; box-shadow: var(--shadow); }
.emergency-photo picture, .emergency-photo img { position: absolute; inset: 0; width: 100%; height: 100%; }
.emergency-photo img { object-fit: cover; object-position: center; }
.emergency-photo .experience-badge { right: 1.4rem; bottom: 1.4rem; }
.situations-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgb(18 63 89 / 14%); }
.situations-grid article { padding: 2rem 1.4rem; border-right: 1px solid rgb(18 63 89 / 14%); }
.situations-grid article:last-child { border-right: 0; }
.situations-grid span { color: var(--color-accent); font: 750 .72rem/1 var(--font-heading); }
.situations-grid h3 { min-height: 2.8em; margin: 2rem 0 .8rem; font: 700 1.2rem/1.35 var(--font-heading); letter-spacing: -.025em; }
.situations-grid p { color: var(--color-text-muted); line-height: 1.65; }
.process-section { background: var(--color-background-alt); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.process-layout .section-heading { margin-bottom: 0; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 1.2rem; padding: 0 0 2rem; }
.process-list li:not(:last-child) > span::after { content: ""; position: absolute; left: 50%; top: 50px; bottom: -2rem; width: 1px; background: rgb(18 63 89 / 18%); }
.process-list li > span { position: relative; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--color-primary); color: white; font: 750 .85rem/1 var(--font-heading); }
.process-list h3 { margin: .6rem 0 .5rem; font: 700 1.2rem/1.3 var(--font-heading); }
.process-list p { margin: 0; color: var(--color-text-muted); line-height: 1.65; }
.appointment-banner { background: var(--color-primary); color: white; }
.appointment-inner { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(1.2rem, 4vw, 3rem); align-items: center; }
.appointment-inner > svg { color: #ff9dc5; font-size: 3.2rem; }
.appointment-banner .eyebrow { color: #ff9dc5; }
.appointment-banner h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
.appointment-banner p:not(.eyebrow) { max-width: 62ch; color: #d7e6ec; line-height: 1.7; }
.authority-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.authority-grid > div > p:not(.eyebrow) { color: var(--color-text-muted); line-height: 1.75; }
.authority-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgb(18 63 89 / 15%); }
.authority-list li { display: grid; grid-template-columns: 34px 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid rgb(18 63 89 / 15%); }
.authority-list svg { color: var(--color-accent); font-size: 1.35rem; }
.authority-list span { color: var(--color-text-muted); font-size: .9rem; line-height: 1.55; }
.authority-list strong { display: block; margin-bottom: .25rem; color: var(--color-primary); font: 700 1rem/1.35 var(--font-heading); }
.emergency-care-strip { padding-block: 1.3rem; background: #f4eaf0; }
.emergency-care-strip .container { display: flex; justify-content: center; gap: 1rem 2rem; flex-wrap: wrap; text-align: center; }
.emergency-care-strip strong { font-family: var(--font-heading); }
.emergency-care-strip span { color: var(--color-text-muted); }
.not-found { min-height: 70vh; display: grid; place-items: center; padding-block: var(--section-spacing); text-align: center; }
.not-found-inner { display: grid; justify-items: center; }
.not-found h1 { max-width: 13ch; }
.not-found > .container > p:not(.eyebrow) { color: var(--color-text-muted); font-size: 1.05rem; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-cta { margin-left: auto; }
  .about-grid, .service-layout, .emergency-layout, .reviews-shell, .location-grid, .faq-layout, .final-cta-inner, .authority-grid { grid-template-columns: 1fr; }
  .about-image-wrap, .about-image-wrap > img { min-height: 540px; height: 540px; }
  .image-note { left: 1rem; }
  .comfort-grid { grid-template-columns: auto 1fr; }
  .comfort-grid > p { grid-column: 2; margin-top: 0; }
  .location-grid { gap: 3rem; }
  .map-card { min-height: 420px; }
  .faq-layout .section-heading { position: static; margin-bottom: 0; }
  .emergency-hero-grid { grid-template-columns: 1fr; }
  .emergency-photo { min-height: 520px; }
  .situations-grid { grid-template-columns: repeat(2, 1fr); }
  .situations-grid article:nth-child(2) { border-right: 0; }
  .situations-grid article:nth-child(-n+2) { border-bottom: 1px solid rgb(18 63 89 / 14%); }
  .process-layout { grid-template-columns: 1fr; }
  .appointment-inner { grid-template-columns: auto 1fr; }
  .appointment-inner .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 680px) {
  .section { padding-block: clamp(3.6rem, 15vw, 5.2rem); }
  .header-cta { display: none; }
  .mobile-menu { margin-left: auto; }
  .section-heading { margin-bottom: 2.3rem; }
  .about-image-wrap, .about-image-wrap > img { min-height: 470px; height: 470px; }
  .about-image-wrap > img { border-radius: 42% 42% 1.2rem 1.2rem; }
  .image-note { right: .8rem; bottom: 1rem; left: .8rem; max-width: none; }
  .service-feature { min-height: 430px; }
  .emergency-layout { gap: 2.4rem; }
  .comfort-grid { grid-template-columns: 1fr; text-align: left; }
  .comfort-grid > p { grid-column: 1; }
  .comfort-icon { width: 62px; height: 62px; }
  .care-grid { grid-template-columns: 1fr; }
  .map-card { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { width: 52px; padding: 0; justify-content: center; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .emergency-hero { padding-top: 2rem; }
  .emergency-hero-grid { min-height: 0; }
  .emergency-hero-copy { order: 2; }
  .emergency-photo { min-height: 480px; order: 1; }
  .emergency-photo img { object-position: center top; }
  .situations-grid { grid-template-columns: 1fr; }
  .situations-grid article { border-right: 0; border-bottom: 1px solid rgb(18 63 89 / 14%); }
  .situations-grid article:last-child { border-bottom: 0; }
  .situations-grid h3 { min-height: 0; margin-top: 1rem; }
  .appointment-inner { grid-template-columns: 1fr; }
  .appointment-inner .button { grid-column: 1; width: 100%; }
  .final-cta-inner { padding: 1.5rem; }
  .inline-actions .button { width: 100%; }
}

/* 2026 visual refinement: typography, rhythm, imagery and legal routes */
:root {
  --font-heading: "Bricolage Grotesque Variable", "Segoe UI", sans-serif;
  --font-body: "Lora Variable", Georgia, serif;
  --section-spacing: clamp(4.75rem, 8vw, 7.75rem);
  --shadow: 0 22px 60px rgb(12 45 64 / 13%);
}

body { font-size: 1rem; line-height: 1.68; text-rendering: optimizeLegibility; }
p { margin-block: 0 1rem; }
h1, h2, h3 { text-wrap: balance; }
.button, .arrow-link, .text-link, .desktop-nav, .eyebrow { letter-spacing: -.01em; }

.site-header { border-bottom-color: rgb(255 255 255 / 12%); background: rgb(12 45 64 / 96%); }
.nav-shell { min-height: 86px; }
.brand { overflow: visible; }
.brand-logo { width: 92px; height: 78px; object-fit: contain; mix-blend-mode: normal; }
.desktop-nav { color: #eef7fa; }
.desktop-nav a:hover, .desktop-nav .active { color: #ff8fbb; }
.header-cta { border-color: #f06da1; background: #f06da1; }
.header-cta:hover { border-color: #d94682; background: #d94682; }
.mobile-menu summary { border-color: rgb(255 255 255 / 28%); color: white; }

.hero-content { padding: clamp(1.65rem, 3vw, 2.65rem); }
.hero-lead { line-height: 1.56; }
.experience-badge {
  gap: .5rem;
  padding: .68rem .82rem;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: .9rem;
  box-shadow: 0 14px 34px rgb(12 45 64 / 24%);
  animation: badge-float 4s ease-in-out infinite;
}
.experience-badge strong { font-size: 1.42rem; }
.experience-badge span { font-size: .59rem; letter-spacing: .03em; }
@keyframes badge-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.section-heading { margin-bottom: clamp(2.8rem, 5vw, 4.5rem); }
.section-heading > p:last-child { margin-top: 1.25rem; line-height: 1.62; }
.large-copy { margin: 1.35rem 0 1.15rem; line-height: 1.42; }
.professional-registration { width: fit-content; margin: 1.25rem 0 0; padding: .45rem .7rem; border: 1px solid rgb(18 63 89 / 14%); border-radius: 999px; background: var(--color-background-alt); color: var(--color-primary); font: 750 .72rem/1 var(--font-heading); letter-spacing: .08em; }
.professional-registration span { margin-inline: .35rem; color: var(--color-accent); }
.about-grid { grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr); gap: clamp(2.5rem, 5vw, 4.75rem); }
.about-image-wrap { min-height: 0; padding-bottom: 1.75rem; }
.about-image-wrap::before { display: none; }
.about-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0 0 1.75rem;
  z-index: 1;
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, transparent 54%, rgb(251 250 247 / 8%) 64%, var(--color-background) 100%),
    linear-gradient(90deg, rgb(251 250 247 / 58%) 0, transparent 8%, transparent 92%, rgb(251 250 247 / 58%) 100%);
  pointer-events: none;
}
.about-image-wrap > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.14 / 1;
  object-fit: cover;
  object-position: center 38%;
  border-radius: 1.6rem;
}
.image-note {
  z-index: 2;
  left: 1.25rem;
  bottom: 0;
  max-width: 285px;
  padding: .82rem 1rem;
  border: 1px solid rgb(255 255 255 / 72%);
  border-radius: .9rem;
  background: rgb(255 255 255 / 94%);
  box-shadow: none;
}
.about-copy > p:not(.eyebrow) { line-height: 1.6; }
.check-list { margin: 1.65rem 0 2.15rem; }

.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.service-card { overflow: hidden; display: flex; flex-direction: column; min-height: 0; border: 1px solid rgb(18 63 89 / 12%); border-radius: 1.35rem; background: white; box-shadow: 0 12px 38px rgb(18 63 89 / 7%); }
.service-card > img { width: 100%; height: 250px; min-height: 0; display: block; object-fit: cover; }
.service-card-primary > img { object-position: 50% 46%; }
.service-card-emergency > img { object-position: center 52%; }
.service-card-whitening > img { padding: 0; background: white; object-fit: cover; object-position: center; }
.service-card-body { flex: 1; min-height: 285px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.4rem, 2.5vw, 2rem); }
.service-card .service-number { margin-bottom: auto; border-color: rgb(18 63 89 / 18%); color: var(--color-accent); background: #fff5f9; }
.service-card h3 { margin: 1rem 0 .7rem; font: 700 clamp(1.45rem, 2.3vw, 2.05rem)/1.08 var(--font-heading); letter-spacing: -.035em; }
.service-card p:not(.mini-label) { margin: 0 0 1rem; color: var(--color-text-muted); font-size: .91rem; line-height: 1.58; }
.service-card .mini-label { margin: 1rem 0 0; color: var(--color-secondary); }
.service-card .arrow-link { margin-top: auto; }
.emergency-layout { gap: clamp(3rem, 6vw, 6rem); }
.emergency-layout > div > p:not(.eyebrow) { margin: 1.25rem 0 0; line-height: 1.58; }
.emergency-callout .inline-actions { margin-top: 1.9rem; }
.emergency-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  border-top: 0;
}
.emergency-list li {
  position: relative;
  min-height: 142px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  gap: .85rem;
  padding: 1rem;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 1rem;
  background: rgb(255 255 255 / 6%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%);
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.emergency-list .emergency-list-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 157 197 / 34%);
  border-radius: .75rem;
  color: #ff9dc5;
  background: rgb(255 255 255 / 8%);
}
.emergency-list .emergency-list-icon svg { width: 21px; height: 21px; }
.emergency-list .emergency-list-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #ff9dc5;
  font: 750 .66rem/1 var(--font-heading);
  letter-spacing: .08em;
}
.emergency-list strong {
  grid-column: 1 / -1;
  align-self: end;
  color: white;
  font: 700 1rem/1.25 var(--font-heading);
}
.reviews { margin-top: clamp(1rem, 2vw, 2rem); }
.reviews-shell > div:first-child > p:last-child { margin-top: 1.25rem; line-height: 1.62; }
.location-intro { margin-top: 1.35rem; line-height: 1.62; }
.address-card { margin-top: 2.35rem; }
.final-cta-inner > div:last-child p { margin: 0 0 1.45rem; line-height: 1.58; }
.cta-proof { display: grid; gap: .65rem; margin: 0 0 1.6rem; padding: 0; list-style: none; }
.cta-proof li { display: flex; align-items: center; gap: .7rem; color: var(--color-text-muted); font-size: .86rem; }
.cta-proof svg { flex: 0 0 auto; color: var(--color-accent); font-size: 1.25rem; }
.cta-proof strong { color: var(--color-primary); font-family: var(--font-heading); }

.site-footer .brand { padding: 0; background: transparent; }
.site-footer .brand-logo { width: 132px; height: 112px; }
.footer-bottom { align-items: center; }
.legal-links { display: inline-flex; gap: 1.25rem; }
.legal-links a { color: #c9dce4; text-decoration: underline; text-decoration-color: rgb(201 220 228 / 35%); text-underline-offset: 4px; }
.legal-links a:hover { color: white; }

.legal-page { background: linear-gradient(180deg, #f6fafb 0, var(--color-background) 18rem); }
.legal-hero { padding: clamp(4rem, 8vw, 7rem) 0 2rem; }
.legal-hero h1 { max-width: 18ch; }
.legal-hero p:not(.eyebrow) { max-width: 62ch; margin-top: 1.35rem; color: var(--color-text-muted); }
.legal-content { width: min(calc(100% - 2rem), 820px); margin-inline: auto; padding: 2rem 0 clamp(5rem, 9vw, 8rem); }
.legal-content section { padding: 1.6rem 0; border-top: 1px solid rgb(18 63 89 / 14%); }
.legal-content h2 { margin: 0 0 .85rem; font: 700 clamp(1.3rem, 2.5vw, 1.8rem)/1.2 var(--font-heading); letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: var(--color-text-muted); line-height: 1.7; }
.legal-content ul { margin: .75rem 0 0; padding-left: 1.25rem; }
.legal-content a { color: var(--color-primary); text-decoration: underline; text-decoration-color: var(--color-accent); text-underline-offset: 3px; }
.legal-back { margin-top: 2rem; }

@media (max-width: 1080px) {
  .services-grid { gap: 1rem; }
}

@media (max-width: 980px) {
  .about-grid { grid-template-columns: 1fr; }
  .mobile-menu nav { position: fixed; top: calc(86px + .65rem); right: auto; left: max(1rem, calc((100vw - var(--container-width)) / 2)); }
}

@media (max-width: 860px) {
  .services-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --section-spacing: clamp(4.25rem, 16vw, 5.4rem); }
  .nav-shell { min-height: 74px; }
  .mobile-menu nav { top: calc(74px + .6rem); }
  .brand-logo { width: 78px; height: 64px; }
  .hero { min-height: 790px; }
  .hero-media { height: 62%; }
  .hero-content { padding-inline: 1.25rem; }
  .hero-actions { gap: .8rem; }
  .hero-actions .text-link {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: .72rem 1rem .72rem 2.2rem;
    border: 1px solid rgb(255 255 255 / 52%);
    border-radius: 999px;
    background: rgb(255 255 255 / 10%);
    font-size: .88rem;
    text-align: center;
  }
  .hero-actions .text-link::before { content: ""; position: absolute; left: 1rem; width: 8px; height: 8px; border-radius: 50%; background: #ff8fbb; box-shadow: 0 0 0 0 rgb(255 143 187 / 70%); animation: emergency-pulse 1.8s infinite; }
  @keyframes emergency-pulse { 70% { box-shadow: 0 0 0 9px rgb(255 143 187 / 0%); } 100% { box-shadow: 0 0 0 0 rgb(255 143 187 / 0%); } }
  .experience-badge { right: .75rem; top: .75rem; padding: .58rem .68rem; }
  .experience-badge strong { font-size: 1.28rem; }
  .experience-badge span { font-size: .55rem; }
  .about-grid { gap: 2.75rem; }
  .about-image-wrap, .about-image-wrap > img { min-height: 0; height: auto; }
  .about-image-wrap > img { aspect-ratio: 1 / .94; border-radius: 1.15rem; object-position: 50% 40%; }
  .about-image-wrap::after { inset: 0 0 1.75rem; border-radius: 1.15rem; }
  .image-note { right: .75rem; bottom: 0; left: auto; max-width: min(290px, calc(100% - 1.5rem)); }
  .service-card { display: flex; min-height: 0; }
  .service-card > img { height: 210px; min-height: 0; }
  .service-card-primary > img { object-position: 50% 42%; }
  .service-card-body { min-height: 270px; }
  .service-card .service-number { margin-bottom: 1.1rem; }
  .emergency-layout { gap: 3rem; }
  .emergency-callout .inline-actions { margin-top: 1.55rem; }
  .emergency-list { grid-template-columns: 1fr; gap: .7rem; }
  .emergency-list li {
    min-height: 92px;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    padding: .9rem 1rem;
  }
  .emergency-list strong { grid-column: 2; align-self: center; padding-right: 1.7rem; }
  .reviews { margin-top: 1.5rem; }
  .reviews-shell { gap: 2.75rem; }
  .location-intro { margin-top: 1.15rem; }
  .final-cta-inner > div:last-child { padding-top: .45rem; }
  .footer-bottom { gap: 1rem; }
  .legal-links { flex-wrap: wrap; gap: .65rem 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .experience-badge, .hero-actions .text-link::before { animation: none; }
  .emergency-list li { transition: none; }
}

@media (hover: hover) and (pointer: fine) {
  .emergency-list li:hover {
    transform: translateY(-4px);
    border-color: rgb(255 157 197 / 48%);
    background: rgb(255 255 255 / 10%);
    box-shadow: 0 14px 30px rgb(2 26 40 / 20%);
  }
}

/* Requested framing corrections: preserve the supplied photos without cropping. */
.emergency-photo {
  min-height: 0;
  aspect-ratio: 1672 / 941;
}
.emergency-photo img {
  object-fit: contain;
  object-position: center;
  background: white;
}
.emergency-photo .experience-badge {
  top: auto;
  right: 1rem;
  bottom: 1rem;
  left: auto;
  width: auto;
  height: auto;
  max-width: 150px;
  padding: .58rem .68rem;
  animation: none;
}
.emergency-photo .experience-badge strong { font-size: 1.2rem; }
.emergency-photo .experience-badge span { font-size: .52rem; }

@media (max-width: 767px) {
  .emergency-photo {
    min-height: 0;
    aspect-ratio: 1122 / 1402;
  }
  .emergency-photo .experience-badge {
    top: auto;
    right: .75rem;
    bottom: .75rem;
  }
}

/* Lightweight interaction refinements inspired by the approved references. */
.service-card,
.care-grid article,
.situations-grid article,
.authority-list li,
.reviews-placeholder,
.map-card {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease;
}
.service-card > img { transition: transform .45s ease; }

.situations-grid {
  gap: 1rem;
  border-block: 0;
}
.situations-grid article {
  min-height: 292px;
  border: 1px solid rgb(18 63 89 / 13%);
  border-radius: 1rem;
  background: white;
}
.situation-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.situations-grid .situation-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: .8rem;
  background: var(--color-primary-light);
  color: var(--color-primary);
}
.situation-icon svg { width: 23px; height: 23px; }
.situations-grid .situation-number { color: var(--color-accent); }
.situations-grid h3 { margin-top: 1.35rem; }

.authority-list { display: grid; gap: .75rem; border-top: 0; }
.authority-list li {
  padding: 1rem 1.1rem;
  border: 1px solid rgb(18 63 89 / 12%);
  border-radius: .9rem;
  background: var(--color-background-alt);
}
.authority-list svg { align-self: start; margin-top: .15rem; }

.emergency-care-strip {
  overflow: hidden;
  padding-block: 0;
  background: var(--color-primary);
  color: white;
}
.care-marquee { width: 100%; overflow: hidden; }
.care-marquee-track {
  width: max-content;
  display: flex;
  will-change: transform;
  animation: care-marquee-scroll 28s linear infinite;
}
.care-marquee-group { display: flex; flex: 0 0 auto; }
.care-marquee-item {
  width: clamp(250px, 25vw, 340px);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: 1rem 1.4rem;
  border-right: 1px solid rgb(255 255 255 / 15%);
  color: #eef7fa;
  font: 700 .82rem/1.3 var(--font-heading);
  white-space: nowrap;
}
.care-marquee-item svg { flex: 0 0 auto; color: #ff9dc5; font-size: 1.25rem; }
.care-marquee:hover .care-marquee-track { animation-play-state: paused; }
@keyframes care-marquee-scroll { to { transform: translateX(-50%); } }

.emergency-photo .experience-badge {
  animation: badge-float 4.5s ease-in-out infinite;
  will-change: transform;
}
.emergency-final .final-cta-inner { align-items: center; }
.emergency-final .cta-proof { margin-top: .2rem; }

@media (hover: hover) and (pointer: fine) {
  .service-card:hover,
  .service-card:focus-within,
  .care-grid article:hover,
  .situations-grid article:hover,
  .reviews-placeholder:hover,
  .map-card:hover {
    border-color: rgb(240 109 161 / 35%);
    box-shadow: 0 18px 42px rgb(12 45 64 / 12%);
    transform: translateY(-6px);
  }
  .service-card:hover > img,
  .service-card:focus-within > img { transform: scale(1.025); }
  .authority-list li:hover {
    border-color: rgb(240 109 161 / 30%);
    background: white;
    transform: translateX(6px);
  }
}

@media (max-width: 680px) {
  .situations-grid { gap: .8rem; }
  .situations-grid article { min-height: 0; padding: 1.35rem; }
  .situations-grid h3 { margin-top: 1.15rem; }
  .care-marquee-item { width: 250px; min-height: 64px; padding-inline: 1rem; font-size: .76rem; }
  .emergency-final .cta-proof { gap: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  .emergency-photo .experience-badge { animation: none; will-change: auto; }
  .care-marquee { overflow-x: auto; }
  .care-marquee-track { animation: none; transform: none; will-change: auto; }
  .care-marquee-group[aria-hidden="true"] { display: none; }
}
