:root {
  --red: #ef0b16;
  --red-dark: #c90711;
  --ink: #171719;
  --ink-2: #3f4146;
  --muted: #777980;
  --line: #e8e5e4;
  --paper: #fffdfb;
  --white: #ffffff;
  --rose: #fff2f2;
  --rose-2: #fbe1e2;
  --gray: #f7f6f5;
  --dark: #111318;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", "Segoe UI", Arial, sans-serif;
  --shadow-1: 0 12px 36px rgba(24, 20, 20, .07);
  --shadow-2: 0 24px 72px rgba(28, 20, 20, .12);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid rgba(239, 11, 22, .3); outline-offset: 4px; }
::selection { color: #fff; background: var(--red); }

.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: #111; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 830px); margin-inline: auto; }
.section { padding: clamp(78px, 8.5vw, 124px) 0; }
.section-sm { padding: clamp(52px, 6vw, 82px) 0; }
.section-white { background: #fff; }
.section-rose { background: linear-gradient(120deg, #fff8f7 0%, #fff0f0 54%, #fff8f7 100%); }
.section-gray { background: var(--gray); }

.mi { display: inline-block; width: 1.5em; height: 1.5em; flex: 0 0 auto; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.service-art-icon { display: block; width: 100%; height: 100%; object-fit: contain; object-position: 50% 50%; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 14px; color: var(--red); font-size: .76rem; font-weight: 700; letter-spacing: .02em; }
.eyebrow::before { width: 28px; height: 1px; content: ""; background: currentColor; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { display: none; }
.display, .section-title, .page-title, .card-title { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.032em; line-height: .98; }
.display { max-width: 660px; font-size: clamp(3.65rem, 6.4vw, 6rem); }
.section-title { font-size: clamp(2.65rem, 4.7vw, 4.25rem); }
.page-title { max-width: 850px; font-size: clamp(3.2rem, 6vw, 5.6rem); }
.lede { max-width: 660px; margin: 22px 0 0; color: var(--ink-2); font-size: clamp(1rem, 1.6vw, 1.16rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-heading.center { display: block; max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading p { max-width: 520px; margin: 0; color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 13px 22px; border: 1px solid transparent; border-radius: 8px; cursor: pointer; font-size: .9rem; font-weight: 700; line-height: 1; transition: .22s ease; }
.button .mi { font-size: 1.15rem; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 14px 30px rgba(239, 11, 22, .2); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 18px 34px rgba(239, 11, 22, .27); }
.button-outline { color: var(--red); background: rgba(255,255,255,.7); border-color: var(--red); }
.button-outline:hover { color: #fff; background: var(--red); }
.button-dark { color: #fff; background: var(--dark); }
.button-whatsapp { color: #075e45; background: #fff; border-color: rgba(255,255,255,.8); box-shadow: 0 10px 24px rgba(64, 20, 20, .15); }
.button-whatsapp:hover { color: #fff; background: #128c65; border-color: #128c65; }
.button-small { min-height: 46px; padding: 11px 20px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: .84rem; font-weight: 700; }
.text-link .mi { font-size: 1.1rem; transition: transform .2s ease; }
.text-link:hover .mi { transform: translateX(4px); }

@media (hover: hover) {
  .button .mi, .service-tile > .mi { transition: transform .22s ease; }
  .button:hover .mi { transform: translateX(2px) scale(1.04); }
  .service-tile:hover > .mi { transform: translateX(4px); }
  .button:active, .service-tile:active, .blog-card:active { transform: translateY(0) scale(.985); }
}

.utility { height: 42px; color: #313238; background: #fff; border-bottom: 1px solid #f0eeee; font-size: .74rem; }
.utility-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 20px; }
.utility-group { display: flex; align-items: center; gap: 18px; }
.utility a, .utility span { display: inline-flex; align-items: center; gap: 7px; }
.utility .mi { color: var(--ink); font-size: 1rem; }
.site-header { position: sticky; z-index: 900; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(15px); }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.header-inner { display: grid; min-height: 84px; align-items: center; gap: 32px; grid-template-columns: 245px 1fr auto; }
.brand img { width: 235px; height: auto; }
.main-nav { justify-self: center; }
.nav-list { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.nav-item { position: relative; }
.nav-link, .nav-toggle { display: inline-flex; min-height: 48px; align-items: center; gap: 5px; padding: 8px 0; color: #303136; background: none; border: 0; cursor: pointer; font-size: .82rem; font-weight: 600; }
.nav-link::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; content: ""; background: var(--red); transform: scaleX(0); transition: transform .2s ease; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-toggle .mi { color: var(--red); font-size: 1.05rem; }
.dropdown { position: absolute; top: 100%; left: 50%; display: grid; visibility: hidden; width: 650px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-2); gap: 8px; grid-template-columns: repeat(2, 1fr); opacity: 0; transform: translate(-50%, 8px); transition: .2s ease; }
.nav-item:hover .dropdown, .nav-item.dropdown-open .dropdown { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.dropdown a { display: grid; min-height: 72px; align-items: center; padding: 9px 12px; background: #fff; border: 1px solid transparent; border-radius: 12px; grid-template-columns: 54px 1fr; gap: 13px; transition: .2s ease; }
.dropdown a:hover { background: var(--rose); border-color: #f7d9da; }
.nav-service-icon { display: grid; width: 54px; height: 54px; overflow: hidden; background: #fff; border: 1px solid #eee8e7; border-radius: 14px; place-items: center; }
.nav-service-icon .service-art-icon { width: 49px; height: 49px; transition: transform .22s ease; }
.dropdown a:hover .nav-service-icon .service-art-icon { transform: scale(1.08); }
.dropdown strong { display: block; font-size: .8rem; }
.dropdown small { display: block; margin-top: 2px; color: var(--muted); font-size: .67rem; }
.menu-button { display: none; width: 48px; height: 48px; padding: 0; background: #fff; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; place-items: center; }
.menu-button span, .menu-button span::before, .menu-button span::after { display: block; width: 22px; height: 2px; content: ""; background: var(--ink); transition: .2s ease; }
.menu-button span { position: relative; }
.menu-button span::before { position: absolute; top: -7px; }
.menu-button span::after { position: absolute; top: 7px; }
.menu-button[aria-expanded="true"] span { background: transparent; }
.menu-button[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }
.mobile-nav-head, .mobile-nav-actions { display: none; }

.page-intro { position: fixed; z-index: 9999; inset: 0; display: grid; align-content: center; justify-items: center; gap: 22px; background: #fff; transition: opacity .65s ease, visibility .65s ease; }
.page-intro img { width: min(330px, 62vw); height: auto; }
.page-intro span { position: relative; width: 150px; height: 2px; overflow: hidden; background: #f3dddd; }
.page-intro span::after { position: absolute; inset: 0; content: ""; background: var(--red); transform: translateX(-100%); animation: intro-line 1.05s cubic-bezier(.65,0,.35,1) infinite; }
body.page-loaded .page-intro { visibility: hidden; opacity: 0; pointer-events: none; }
@keyframes intro-line { 50%, 100% { transform: translateX(100%); } }

.v2-hero { position: relative; overflow: hidden; background-image: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 25%, rgba(255,255,255,.5) 53%, rgba(255,255,255,.14) 74%, rgba(255,255,255,.58) 100%), linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.06) 20%, rgba(255,255,255,.04) 76%, rgba(255,255,255,.9) 100%), url("../images/hero-abstract-background-v2.webp"); background-position: center, center, center; background-size: cover, cover, cover; }
.v2-hero::before { position: absolute; top: -240px; left: 22%; width: 620px; height: 620px; content: ""; border: 1px solid rgba(22,22,24,.08); border-radius: 42% 58% 47% 53% / 61% 38% 62% 39%; transform: rotate(-18deg); }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 530px; align-items: stretch; grid-template-columns: 1.05fr .95fr; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px 0 78px; }
.hero-copy .display { max-width: 610px; font-size: clamp(3.35rem, 5.35vw, 5rem); }
.hero-copy > * { animation: hero-copy-in .78s both cubic-bezier(.2,.75,.25,1); }
.hero-copy > :nth-child(2) { animation-delay: .08s; }
.hero-copy > :nth-child(3) { animation-delay: .16s; }
.hero-copy > :nth-child(4) { animation-delay: .24s; }
body.motion-ready:not(.page-loaded) .hero-copy > * { animation-play-state: paused; }
body.motion-ready.page-loaded .hero-copy > * { animation-play-state: running; }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.hero-scene { position: relative; min-height: 530px; overflow: visible; isolation: isolate; }
.hero-ambient { position: absolute; z-index: -1; top: 28px; right: -72px; bottom: 0; left: -32px; overflow: hidden; background: linear-gradient(145deg,rgba(255,255,255,.22),rgba(255,247,246,.56)); border: 1px solid rgba(205,29,39,.12); border-radius: 48% 0 0 18%; box-shadow: inset 0 0 80px rgba(255,255,255,.42), 0 28px 70px rgba(91,54,58,.05); transform: translate3d(0,var(--parallax-y,0),0) scale(1.025); }
.hero-ambient::before { position: absolute; inset: 7% -10% -30% 8%; content: ""; background: radial-gradient(circle at 52% 38%,rgba(255,255,255,.98) 0 22%,rgba(255,242,241,.72) 43%,rgba(255,255,255,0) 72%); }
.hero-ambient::after { position: absolute; top: -9%; right: 4%; width: 78%; aspect-ratio: 1; content: ""; border: 1px solid rgba(207,24,35,.15); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(13deg); }
.hero-portrait-stage { position: absolute; inset: 0 -18px 0 -4px; overflow: hidden; }
.hero-portrait-halo { position: absolute; z-index: 0; top: 55px; left: 50%; width: 360px; height: 420px; background: radial-gradient(ellipse at center,rgba(255,255,255,.96) 0 32%,rgba(255,237,236,.58) 64%,rgba(255,255,255,0) 76%); border-radius: 48% 48% 42% 42%; transform: translateX(-44%); }
.hero-portrait-arch { position: absolute; z-index: 1; top: 55px; left: 50%; width: 344px; height: 472px; border: 1px solid rgba(220,30,40,.2); border-bottom: 0; border-radius: 180px 180px 0 0; box-shadow: inset 0 0 55px rgba(255,255,255,.42); transform: translateX(-43%); }
.hero-portrait-arch::before { position: absolute; top: 18px; right: -34px; width: 76px; height: 76px; content: ""; border-top: 2px solid rgba(239,11,22,.42); border-right: 2px solid rgba(239,11,22,.42); border-radius: 0 70px 0 0; transform: rotate(18deg); }
.hero-portrait-arch::after { position: absolute; top: 54px; left: -54px; width: 7px; height: 7px; content: ""; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 8px rgba(239,11,22,.07), 0 0 28px rgba(239,11,22,.24); }
.hero-floor-shadow { position: absolute; z-index: 1; right: 30px; bottom: 7px; width: 370px; height: 48px; background: radial-gradient(ellipse,rgba(64,37,40,.18) 0%,rgba(86,42,47,.07) 43%,transparent 72%); filter: blur(5px); }
.hero-doctor-cutout { position: absolute; z-index: 2; right: 36px; bottom: -2px; width: auto; height: min(99%, 526px); max-width: 79%; object-fit: contain; object-position: center bottom; filter: saturate(.97) contrast(1.015) drop-shadow(0 24px 24px rgba(57,35,38,.16)); animation: hero-doctor-in .95s .15s both cubic-bezier(.2,.75,.25,1); transform: translate3d(0,var(--parallax-doctor,0),0); }
.hero-doctor-note { position: absolute; z-index: 4; right: 275px; bottom: 64px; display: flex; min-width: 224px; align-items: center; gap: 11px; padding: 13px 15px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.92); border-radius: 12px; box-shadow: 0 18px 48px rgba(46,27,29,.12); backdrop-filter: blur(14px); animation: hero-doctor-in .8s .42s both cubic-bezier(.2,.75,.25,1); }
body.motion-ready:not(.page-loaded) .hero-doctor-cutout, body.motion-ready:not(.page-loaded) .hero-doctor-note { animation-play-state: paused; }
body.motion-ready.page-loaded .hero-doctor-cutout, body.motion-ready.page-loaded .hero-doctor-note { animation-play-state: running; }
.hero-doctor-note i { width: 3px; height: 34px; flex: 0 0 auto; background: linear-gradient(var(--red),#b90812); border-radius: 999px; box-shadow: 0 0 0 5px rgba(239,11,22,.06); }
.hero-doctor-note strong, .hero-doctor-note small { display: block; }
.hero-doctor-note strong { color: #29282b; font-size: .67rem; font-style: normal; font-weight: 700; line-height: 1.45; }
.hero-doctor-note small { margin-top: 2px; color: var(--muted); font-size: .62rem; letter-spacing: .03em; }
@keyframes hero-doctor-in { from { opacity: 0; translate: 28px 24px; scale: .97; } to { opacity: 1; translate: 0 0; scale: 1; } }
.trust-wrap { position: relative; z-index: 20; margin-top: -45px; }
.trust-bar { display: grid; min-height: 104px; padding: 18px 20px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-2); grid-template-columns: repeat(4, 1fr); }
.trust-item { display: grid; align-items: center; padding: 8px 20px; border-right: 1px solid var(--line); grid-template-columns: 48px 1fr; gap: 14px; }
.trust-item:last-child { border: 0; }
.trust-item .mi { width: 46px; height: 46px; color: #3d4146; font-size: 1.75rem; }
.trust-item strong { display: block; font-size: .78rem; font-weight: 600; line-height: 1.4; }
.trust-item small { display: block; color: var(--muted); font-size: .66rem; }

.home-services { padding-top: 110px; }
.service-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.service-tile { display: grid; min-height: 138px; align-items: center; padding: 24px 26px; background: #fff; border: 1px solid var(--line); border-radius: 10px; grid-template-columns: 70px 1fr 28px; gap: 18px; transition: .25s ease; }
.service-tile:hover { border-color: rgba(239,11,22,.28); box-shadow: var(--shadow-1); transform: translateY(-4px); }
.service-icon { display: grid; width: 66px; height: 66px; overflow: hidden; background: #fff; border: 1px solid #eee7e7; border-radius: 17px; box-shadow: 0 8px 22px rgba(42,25,28,.06); place-items: center; }
.service-icon .service-art-icon { width: 60px; height: 60px; transition: transform .24s ease; }
.service-tile:hover .service-art-icon { transform: scale(1.07); }
.service-tile h3 { margin: 0; font-size: .9rem; font-weight: 600; }
.service-tile p { margin: 5px 0 0; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.service-tile > .mi { color: var(--red); font-size: 1.35rem; }

.about-band { display: grid; min-height: 400px; overflow: hidden; background: linear-gradient(100deg, #f8f6f5, #fff); border: 1px solid rgba(65,45,47,.05); border-radius: 14px; box-shadow: 0 24px 70px rgba(47,34,35,.06); grid-template-columns: .42fr .58fr; }
.about-scene { position: relative; min-height: 400px; overflow: hidden; isolation: isolate; background-image: linear-gradient(90deg,rgba(255,255,255,.6),rgba(255,255,255,.16)), linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,246,245,.18)), url("../images/hero-abstract-background-v2.webp"); background-position: center,center,61% center; background-size: cover; }
.about-scene::before { position: absolute; z-index: 0; top: 26px; left: 50%; width: 292px; height: 350px; content: ""; background: radial-gradient(ellipse,rgba(255,255,255,.94),rgba(255,239,238,.48) 58%,transparent 73%); border-radius: 50%; transform: translateX(-50%); }
.about-scene::after { position: absolute; z-index: 1; top: -72px; right: -46px; width: 320px; height: 320px; content: ""; border: 1px solid rgba(221,29,39,.22); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(18deg); }
.about-scene-arch { position: absolute; z-index: 1; top: 38px; right: 0; bottom: 0; left: 0; width: 286px; margin: auto; border: 1px solid rgba(220,30,40,.18); border-bottom: 0; border-radius: 150px 150px 0 0; }
.about-scene-arch::before { position: absolute; top: 45px; left: -25px; width: 6px; height: 6px; content: ""; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 7px rgba(239,11,22,.07); }
.about-scene-floor { position: absolute; z-index: 2; right: 0; bottom: 2px; left: 0; width: 310px; height: 38px; margin: auto; background: radial-gradient(ellipse,rgba(62,35,38,.19),rgba(62,35,38,.05) 45%,transparent 72%); filter: blur(5px); }
.about-scene img { position: absolute; z-index: 3; right: 0; bottom: -34px; left: 0; width: auto; height: 418px; max-width: 90%; margin: auto; object-fit: contain; filter: saturate(.97) contrast(1.015) drop-shadow(0 20px 22px rgba(55,34,37,.15)); transform: translate3d(0,var(--parallax-doctor,0),0); }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 65px; }
.about-copy .section-title { font-size: clamp(2.7rem, 4.3vw, 3.9rem); }
.about-copy p { max-width: 600px; margin: 18px 0 0; color: var(--ink-2); font-size: .9rem; }

.pregnancy-band { background: linear-gradient(110deg, #fff8f7 0%, #ffeded 54%, #fff9f8 100%); }
.pregnancy-grid { display: grid; min-height: 440px; align-items: center; gap: 55px; grid-template-columns: .78fr 1.22fr; }
.feature-list { display: grid; margin: 25px 0 0; padding: 0; gap: 10px; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 10px; color: var(--ink-2); font-size: .82rem; }
.feature-list .mi { width: 20px; height: 20px; color: var(--red); border: 1px solid var(--red); border-radius: 50%; font-size: .8rem; }
.pregnancy-art img { width: 100%; border-radius: 18px; mix-blend-mode: multiply; }

.location-panel { display: grid; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-1); grid-template-columns: .58fr .42fr; }
.location-copy { display: grid; align-items: center; padding: 42px; grid-template-columns: 88px 1fr; gap: 22px; }
.location-icon { display: grid; width: 84px; height: 84px; color: var(--red); background: var(--rose); border-radius: 50%; place-items: center; }
.location-icon .mi { font-size: 3rem; }
.location-copy h3 { margin: 0; font-family: var(--serif); font-size: 2.8rem; font-weight: 500; line-height: 1; }
.location-copy p { margin: 10px 0 0; color: var(--muted); font-size: .8rem; }
.location-map { min-height: 280px; background: #f8f5f4; }
.location-map iframe { display: block; width: 100%; height: 100%; min-height: 280px; border: 0; }

.home-guide-feature { background: linear-gradient(120deg, #fff8f7 0%, #ffeded 55%, #fff9f8 100%); }
.guide-heading-copy { display: grid; max-width: 520px; gap: 18px; }
.guide-heading-copy p { margin: 0; color: var(--muted); }
.blog-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.blog-card { display: flex; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 14px; flex-direction: column; transition: .25s ease; }
.blog-card:hover { box-shadow: var(--shadow-1); transform: translateY(-4px); }
.blog-image { position: relative; height: 235px; overflow: hidden; background: var(--rose); }
.blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.blog-card:hover .blog-image img { transform: scale(1.035); }
.blog-image-label { position: absolute; right: 16px; bottom: 16px; padding: 7px 11px; color: #fff; background: rgba(17,19,24,.82); border-radius: 30px; font-size: .62rem; font-weight: 700; backdrop-filter: blur(8px); }
.blog-body { display: flex; padding: 27px; flex: 1; flex-direction: column; }
.blog-meta { display: flex; gap: 8px; margin-bottom: 9px; color: var(--red); font-size: .67rem; font-weight: 700; }
.blog-card h3 { margin: 0 0 11px; font-family: var(--serif); font-size: 1.72rem; font-weight: 600; line-height: 1.06; }
.blog-card h3 { min-height: 3.65rem; }
.blog-card p { margin: 0 0 17px; color: var(--muted); font-size: .76rem; }
.blog-card .blog-excerpt { display: -webkit-box; min-height: 3.75rem; overflow: hidden; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.blog-card .text-link { margin-top: auto; }
.guide-empty { grid-column: 1 / -1; margin: 0; padding: 34px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 14px; text-align: center; }
.guide-pagination { margin-top: 42px; }
.guide-pagination .page-numbers { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.guide-pagination a.page-numbers, .guide-pagination span.page-numbers { display: grid; min-width: 44px; height: 44px; padding: 0 13px; color: var(--ink-2); background: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: .75rem; font-weight: 700; place-items: center; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.guide-pagination a.page-numbers:hover { color: var(--red); border-color: rgba(239,11,22,.35); transform: translateY(-2px); }
.guide-pagination span.page-numbers.current { color: #fff; background: var(--red); border-color: var(--red); box-shadow: 0 10px 24px rgba(239,11,22,.18); }
.guide-pagination .prev, .guide-pagination .next { min-width: auto !important; }

.home-cta { padding-top: 0; }
.cta-panel { display: grid; overflow: hidden; padding: 42px 48px; color: #fff; background: linear-gradient(125deg, #d90812, #f00d19 60%, #db0711); border-radius: 12px; grid-template-columns: 1.1fr .9fr; }
.cta-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 3.5rem); font-weight: 500; line-height: 1; }
.cta-panel p { max-width: 500px; margin: 12px 0 0; color: rgba(255,255,255,.86); font-size: .82rem; }
.cta-actions { gap: 10px; }
.cta-actions .button { min-height: 50px; padding-inline: 17px; font-size: .76rem; }
.cta-panel .button-outline { color: #fff; background: transparent; border-color: rgba(255,255,255,.85); }
.cta-panel .button-outline:hover { color: var(--red); background: #fff; }
.cta-contact { display: grid; align-content: center; padding-left: 54px; border-left: 1px solid rgba(255,255,255,.65); gap: 10px; }
.cta-contact a, .cta-contact span { display: flex; align-items: flex-start; gap: 9px; font-size: .74rem; }
.cta-contact .mi { margin-top: 2px; font-size: 1rem; }

.inner-hero { position: relative; overflow: hidden; background: linear-gradient(110deg, #fff 0%, #fff 45%, #fff0f0 100%); }
.inner-hero::before { position: absolute; top: -280px; right: -110px; width: 650px; height: 650px; content: ""; border: 1px solid rgba(239,11,22,.12); border-radius: 47% 53% 41% 59%; transform: rotate(22deg); }
.inner-hero-grid { position: relative; z-index: 2; display: grid; min-height: 480px; align-items: center; gap: 70px; grid-template-columns: 1.05fr .95fr; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 32px; color: var(--muted); font-size: .69rem; }
.breadcrumb span:not(:last-child)::after { margin-left: 8px; content: "/"; color: #b9b6b6; }
.breadcrumb a:hover { color: var(--red); }
.inner-visual { position: relative; display: grid; min-height: 390px; place-items: center; }
.visual-orbit { position: absolute; width: 330px; height: 330px; background: rgba(255,255,255,.55); border: 1px solid rgba(239,11,22,.16); border-radius: 46% 54% 42% 58%; transform: rotate(15deg); }
.visual-orbit::before, .visual-orbit::after { position: absolute; content: ""; background: rgba(239,11,22,.08); border-radius: 50%; }
.visual-orbit::before { top: -34px; right: -55px; width: 165px; height: 165px; }
.visual-orbit::after { bottom: -46px; left: -35px; width: 120px; height: 120px; }
.visual-main-icon { position: relative; z-index: 2; display: grid; width: 190px; height: 190px; color: var(--red); background: #fff; border: 1px solid #f5d5d6; border-radius: 50%; box-shadow: var(--shadow-2); place-items: center; }
.visual-main-icon .mi { font-size: 6.2rem; font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48; }
.visual-main-icon .service-art-icon { width: 164px; height: 164px; }
.visual-tag { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 10px 14px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow-1); font-size: .7rem; font-weight: 650; }
.visual-tag .mi { color: var(--red); font-size: 1.15rem; }
.visual-tag.one { top: 18%; left: 1%; }
.visual-tag.two { right: 0; bottom: 24%; }
.visual-tag.three { bottom: 3%; left: 15%; }

.service-summary { position: relative; z-index: 3; margin-top: -56px; }
.summary-card { display: grid; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-2); grid-template-columns: 1.1fr .9fr; }
.summary-main { padding: 40px 44px; }
.summary-main h2 { margin: 0 0 15px; font-family: var(--serif); font-size: 2.45rem; font-weight: 500; line-height: 1.05; }
.summary-main p { margin: 0; color: var(--ink-2); font-size: .91rem; }
.summary-highlight { display: flex; align-items: center; padding: 36px 42px; color: #4b272a; background: var(--rose); border-left: 1px solid #f1d4d6; font-size: .82rem; }
.summary-highlight .mi { width: 48px; height: 48px; margin-right: 16px; color: var(--red); background: #fff; border-radius: 50%; font-size: 1.4rem; }
.service-local-note { display: grid; align-items: center; margin-top: 14px; padding: 18px 22px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-1); grid-template-columns: 44px 1fr auto; gap: 16px; }
.service-local-note > .mi { width: 44px; height: 44px; color: var(--red); background: var(--rose); border-radius: 50%; }
.service-local-note strong { display: block; color: var(--ink); font-size: .75rem; }
.service-local-note span { display: block; margin-top: 4px; color: var(--muted); font-size: .66rem; }
.service-local-note > a { display: inline-flex; align-items: center; color: var(--red); font-size: .68rem; font-weight: 700; gap: 6px; }
.service-local-note > a .mi { width: 18px; height: 18px; }

.topic-index { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.topic-index a { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; color: var(--ink-2); background: #fff; border: 1px solid var(--line); border-radius: 30px; font-size: .69rem; font-weight: 600; }
.topic-index a:hover { color: var(--red); border-color: #f2b8bb; }
.topic-index .mi { font-size: 1rem; }

.topic-group { position: relative; }
.topic-group:nth-of-type(even) { background: linear-gradient(120deg, #fff8f7, #fff0ef); }
.group-head { display: grid; align-items: start; margin-bottom: 38px; grid-template-columns: 72px 1fr; gap: 22px; }
.group-icon { display: grid; width: 68px; height: 68px; color: var(--red); background: var(--rose); border: 1px solid #f6d5d6; border-radius: 50%; place-items: center; }
.group-icon .mi { font-size: 2rem; }
.group-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 3.6rem); font-weight: 500; line-height: 1; }
.group-head p { max-width: 680px; margin: 10px 0 0; color: var(--muted); font-size: .86rem; }
.topic-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.topic-card { position: relative; display: flex; min-height: 225px; padding: 28px; overflow: hidden; color: inherit; background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 12px; flex-direction: column; transition: .22s ease; }
.topic-card::after { position: absolute; right: -48px; bottom: -48px; width: 120px; height: 120px; content: ""; background: var(--rose); border-radius: 50%; transition: transform .25s ease; }
.topic-card:hover { border-color: rgba(239,11,22,.25); box-shadow: var(--shadow-1); transform: translateY(-3px); }
.topic-card:hover::after { transform: scale(1.2); }
.topic-number { position: relative; z-index: 2; display: block; margin-bottom: 30px; color: var(--red); font-family: var(--serif); font-size: 1.2rem; }
.topic-card h3 { position: relative; z-index: 2; margin: 0 0 10px; font-family: var(--serif); font-size: 1.55rem; font-weight: 600; line-height: 1.08; }
.topic-card p { position: relative; z-index: 2; margin: 0; color: var(--muted); font-size: .77rem; }
.topic-read { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 22px; color: var(--red); font-size: .7rem; font-weight: 700; }
.topic-read .mi { width: 17px; height: 17px; transition: transform .2s ease; }
.topic-card:hover .topic-read .mi { transform: translateX(4px); }

.faq-section { background: var(--dark); }
.faq-section .section-title, .faq-section .eyebrow { color: #fff; }
.faq-section .section-heading p { color: #aeb0b5; }
.faq-layout { display: grid; align-items: start; gap: 45px; grid-template-columns: 1fr 330px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: #1a1d23; border: 1px solid #2c3037; border-radius: 10px; }
.faq-list summary { position: relative; padding: 21px 58px 21px 22px; color: #fff; cursor: pointer; font-size: .84rem; font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 50%; right: 20px; display: grid; width: 28px; height: 28px; content: "+"; color: #fff; background: var(--red); border-radius: 50%; transform: translateY(-50%); place-items: center; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 22px 22px; color: #b7bac1; font-size: .8rem; }
.faq-answer p { margin: 0; }
.source-card { position: sticky; top: 118px; padding: 28px; color: #d8dade; background: #1a1d23; border: 1px solid #2c3037; border-radius: 12px; }
.source-card .mi { width: 48px; height: 48px; margin-bottom: 18px; color: #fff; background: var(--red); border-radius: 50%; }
.source-card h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.source-card p { margin: 0 0 18px; color: #9da0a7; font-size: .75rem; }
.source-list { display: grid; margin: 0; padding: 0; gap: 10px; list-style: none; }
.source-list a { display: flex; gap: 7px; color: #fff; font-size: .71rem; text-decoration: underline; text-decoration-color: #595d65; text-underline-offset: 3px; }
.source-list a::before { color: var(--red); content: "↗"; }

.page-hero-simple { position: relative; overflow: hidden; padding: clamp(58px, 6.2vw, 82px) 0; background: linear-gradient(110deg, #fff, #fff1f1); }
.page-hero-simple::after { position: absolute; top: -260px; right: -150px; width: 560px; height: 560px; content: ""; border: 1px solid rgba(239,11,22,.13); border-radius: 45% 55% 58% 42%; }
.page-hero-simple .container { position: relative; z-index: 2; }
.page-hero-simple + .section { padding-top: clamp(52px, 5.5vw, 72px); }
.guide-hero { background: linear-gradient(110deg, #fff 0%, #fff7f6 58%, #ffecec 100%); }
.guide-listing { background: #fff; }
.guide-intro { display: grid; align-items: end; margin-bottom: 42px; gap: 50px; grid-template-columns: 1.25fr .75fr; }
.guide-intro > p { margin: 0 0 5px; color: var(--muted); }
.content-grid { display: grid; align-items: start; gap: 70px; grid-template-columns: 1.1fr .9fr; }
.prose { color: var(--ink-2); font-size: .96rem; }
.prose h2 { margin: 1.8em 0 .5em; font-family: var(--serif); font-size: 2.8rem; font-weight: 500; line-height: 1; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 1.5em 0 .4em; color: var(--ink); font-size: 1rem; }
.prose p { margin: 0 0 1.2em; }
.prose a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.portrait-card { position: sticky; top: 118px; overflow: hidden; background: var(--rose); border: 1px solid #f2d9da; border-radius: 16px; }
.portrait-card > img { width: 100%; height: 470px; object-fit: cover; object-position: center 12%; mix-blend-mode: multiply; }
.portrait-card-body { padding: 28px; background: #fff; }
.portrait-card h2 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.portrait-card p { margin: 8px 0 20px; color: var(--muted); font-size: .78rem; }
.about-brief { margin: 30px 0 42px; padding: 23px 25px; background: linear-gradient(120deg, #fff6f5, #ffeded); border: 1px solid #f4d9da; border-radius: 12px; }
.about-brief span { display: block; margin-bottom: 8px; color: var(--red); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.about-brief p { margin: 0; color: var(--ink-2); font-size: .84rem; }
.cv-section { margin: 46px 0 52px; }
.cv-section > .eyebrow { margin-bottom: 9px; }
.cv-section > h2 { margin-top: 0; }
.cv-timeline { display: grid; margin-top: 30px; gap: 0; }
.cv-item { position: relative; display: grid; align-items: start; min-height: 98px; grid-template-columns: 92px 1fr; }
.cv-item time { padding: 5px 22px 0 0; color: var(--red); font-size: .67rem; font-weight: 700; letter-spacing: .02em; line-height: 1.4; text-align: right; }
.cv-item > div { position: relative; padding: 0 0 27px 27px; border-left: 1px solid #edcfd1; }
.cv-item > div::before { position: absolute; top: 7px; left: -5px; width: 9px; height: 9px; content: ""; background: #fff; border: 2px solid var(--red); border-radius: 50%; box-shadow: 0 0 0 5px #fff; }
.cv-item h3 { margin: 0 0 7px; color: var(--ink); font-family: var(--serif); font-size: 1.42rem; font-weight: 600; line-height: 1.12; }
.cv-item p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.7; }
.cv-item.current > div { margin: -10px 0 0 16px; padding: 19px 21px 20px; background: linear-gradient(120deg,#fff7f6,#ffeded); border: 1px solid #f2d3d5; border-radius: 12px; }
.cv-item.current > div::before { top: 18px; left: -22px; background: var(--red); box-shadow: 0 0 0 5px #fff; }
.principles-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.principles-grid .contact-card { position: relative; min-height: 270px; overflow: hidden; transition: border-color .28s ease, box-shadow .28s ease, transform .28s cubic-bezier(.2,.75,.25,1); }
.principles-grid .contact-card::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; content: ""; background: linear-gradient(90deg,var(--red),#ff747b); transform: scaleX(0); transform-origin: left; transition: transform .32s ease; }
.principles-grid .contact-card::after { position: absolute; right: -70px; bottom: -80px; width: 180px; height: 180px; content: ""; background: radial-gradient(circle,var(--rose-2),transparent 68%); border-radius: 50%; opacity: 0; transform: scale(.7); transition: opacity .3s ease, transform .4s ease; }
.principles-grid .contact-card > * { position: relative; z-index: 2; }
.principles-grid .contact-card .mi { transition: color .28s ease, background .28s ease, transform .36s cubic-bezier(.2,.8,.2,1); }
.principles-grid .contact-card h2 { transition: color .28s ease, transform .28s ease; }
.principles-grid .contact-card:hover { border-color: rgba(239,11,22,.28); box-shadow: 0 22px 52px rgba(61,32,35,.11); transform: translateY(-8px); }
.principles-grid .contact-card:hover::before { transform: scaleX(1); }
.principles-grid .contact-card:hover::after { opacity: 1; transform: scale(1); }
.principles-grid .contact-card:hover .mi { color: #fff; background: var(--red); transform: rotate(-6deg) scale(1.08); }
.principles-grid .contact-card:hover h2 { color: var(--red-dark); transform: translateX(3px); }
.about-portrait-card { background: #fff; }
.about-portrait-visual { position: relative; height: 540px; overflow: hidden; isolation: isolate; background: url("../images/hero-abstract-background-v2.webp") 52% center / cover no-repeat; }
.about-portrait-visual::before { position: absolute; z-index: 0; top: 44px; right: 0; left: 0; width: 370px; height: 470px; margin: auto; content: ""; background: radial-gradient(ellipse,rgba(255,255,255,.9),rgba(255,238,237,.35) 62%,transparent 75%); border: 1px solid rgba(222,31,40,.13); border-bottom: 0; border-radius: 190px 190px 0 0; }
.about-portrait-visual::after { position: absolute; z-index: 4; inset: auto 0 0; height: 18%; content: ""; background: linear-gradient(transparent,rgba(255,255,255,.32)); pointer-events: none; }
.about-portrait-visual img { position: absolute; z-index: 2; right: 0; bottom: -38px; left: 0; width: auto; height: 535px; max-width: 84%; margin: auto; object-fit: contain; filter: saturate(.98) contrast(1.015) drop-shadow(0 20px 25px rgba(65,32,35,.14)); transform: translate3d(0,var(--parallax-doctor,0),0); }

.contact-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.contact-card { min-height: 230px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.contact-card.wide { grid-column: 1 / -1; }
.contact-card .mi { width: 54px; height: 54px; margin-bottom: 25px; color: var(--red); background: var(--rose); border-radius: 50%; font-size: 1.55rem; }
.contact-card h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.contact-card p { margin: 0 0 15px; color: var(--muted); font-size: .8rem; }
.contact-card > a:not(.button) { color: var(--red); font-size: .82rem; font-weight: 700; }
.contact-layout { grid-template-columns: .88fr 1.12fr; gap: 35px; }
.map-card { position: sticky; top: 118px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-1); }
.map-card iframe { display: block; width: 100%; height: 520px; border: 0; }
.map-card-body { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px; }
.map-card-body h2 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 600; }
.map-card-body p { max-width: 360px; margin: 6px 0 0; color: var(--muted); font-size: .73rem; }
.map-card-body .button { flex: 0 0 auto; }

.article-layout { display: grid; align-items: start; gap: 65px; grid-template-columns: 1fr 310px; }
.article { color: var(--ink-2); font-size: .98rem; }
.article-lead { margin: 0 0 2em; color: var(--ink); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.25; }
.article h2 { margin: 1.8em 0 .5em; color: var(--ink); font-family: var(--serif); font-size: 2.5rem; font-weight: 500; line-height: 1.05; }
.article p { margin: 0 0 1.25em; }
.article-meta { display: flex; flex-wrap: wrap; gap: 15px; margin: 0 0 25px; color: var(--muted); font-size: .71rem; }
.article-visual { height: 350px; margin-bottom: 42px; overflow: hidden; border-radius: 15px; }
.article-visual img { width: 100%; height: 100%; object-fit: cover; }
.notice { padding: 20px 22px; color: #57292c; background: var(--rose); border-left: 4px solid var(--red); border-radius: 0 10px 10px 0; font-size: .79rem; }
.article-sources { margin-top: 35px; padding: 24px; background: var(--gray); border-radius: 12px; }
.article-sources h3 { margin: 0 0 12px; }
.article-sources ul { margin: 0; padding-left: 20px; }
.article-sources a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.sidebar { position: sticky; top: 118px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-1); }
.sidebar h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.sidebar p { margin: 0 0 20px; color: var(--muted); font-size: .78rem; }
.sidebar-links { display: grid; margin-top: 18px; gap: 10px; }
.sidebar-links a { color: var(--red); font-size: .74rem; font-weight: 650; }

.detail-hero { padding-bottom: clamp(54px, 6vw, 78px); }
.detail-hero .page-title { max-width: 900px; }
.detail-hero .lede { max-width: 810px; }
.detail-category-mark { display: inline-flex; align-items: center; gap: 11px; margin: -12px 0 18px; color: var(--ink-2); font-size: .72rem; }
.detail-category-mark > span { display: grid; width: 48px; height: 48px; overflow: hidden; background: #fff; border: 1px solid #eee6e6; border-radius: 13px; box-shadow: 0 8px 20px rgba(42,25,28,.06); place-items: center; }
.detail-category-mark .service-art-icon { width: 44px; height: 44px; }
.detail-category-mark strong { font-weight: 700; }
.detail-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.detail-parent-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-2); font-size: .76rem; font-weight: 650; }
.detail-parent-link .mi { width: 18px; height: 18px; transform: rotate(180deg); }
.detail-nav-strip { color: #d4d6da; background: var(--dark); }
.detail-nav-strip .container { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 25px; min-height: 58px; font-size: .68rem; }
.detail-nav-strip span { display: inline-flex; align-items: center; gap: 7px; }
.detail-nav-strip span + span::before { margin-right: 15px; color: #5a5e66; content: "/"; }
.detail-nav-strip .mi { width: 17px; height: 17px; color: var(--red); }
.detail-nav-service .service-art-icon { width: 34px; height: 34px; padding: 2px; background: #fff; border-radius: 9px; }
.detail-section { background: linear-gradient(180deg, #fff 0, #fffdfb 100%); }
.detail-layout { grid-template-columns: minmax(0, 1fr) 330px; }
.detail-copy { scroll-margin-top: 120px; }
.correction-note { margin: 0 0 35px; }
.detail-bullets { display: grid; margin: 22px 0 30px; padding: 0; gap: 10px; list-style: none; }
.detail-bullets li { display: flex; align-items: flex-start; gap: 11px; padding: 13px 15px; background: var(--rose); border: 1px solid #f5dcdd; border-radius: 8px; font-size: .82rem; }
.detail-bullets .mi { width: 20px; height: 20px; color: var(--red); flex: 0 0 auto; }
.local-context { display: grid; align-items: start; margin-top: 42px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow-1); grid-template-columns: 52px 1fr; gap: 18px; }
.local-context > .mi { width: 52px; height: 52px; color: var(--red); background: var(--rose); border-radius: 50%; }
.local-context h2 { margin: 2px 0 8px; font-size: 1.65rem; }
.local-context p { margin: 0; color: var(--muted); font-size: .78rem; }
.local-context p strong { color: var(--ink-2); font-weight: 700; }
.local-service-identity { position: relative; z-index: 3; display: flex; width: min(calc(100% - 40px), var(--container)); min-height: 70px; align-items: center; margin-top: -35px; margin-bottom: -35px; padding: 9px 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-1); gap: 12px; }
.local-service-identity > span { display: grid; width: 52px; height: 52px; overflow: hidden; background: #fff; border: 1px solid #eee7e7; border-radius: 13px; place-items: center; }
.local-service-identity .service-art-icon { width: 47px; height: 47px; }
.local-service-identity a { color: var(--ink); font-size: .76rem; font-weight: 700; }
.local-service-identity a:hover { color: var(--red); }
.local-truth-card { display: grid; align-items: center; margin-bottom: 34px; padding: 24px 26px; background: linear-gradient(120deg,#fff8f7,#ffeded); border: 1px solid #f1d2d4; border-radius: 14px; grid-template-columns: 58px 1fr; gap: 20px; }
.local-truth-card > .mi { width: 56px; height: 56px; color: #fff; background: var(--red); border-radius: 50%; box-shadow: 0 10px 24px rgba(239,11,22,.18); }
.local-truth-card strong { display: block; margin-bottom: 5px; color: var(--red-dark); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.local-truth-card p { margin: 0 0 4px; color: var(--ink); font-size: .82rem; font-weight: 600; }
.local-truth-card span { color: var(--muted); font-size: .7rem; }
.local-landing .article > section { scroll-margin-top: 120px; }
.article-sources h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 1.7rem; font-weight: 600; }
.article-sources > p { color: var(--muted); font-size: .76rem; }
.detail-sidebar { padding: 0; overflow: hidden; }
.detail-toc { display: grid; padding: 25px 27px; gap: 4px; border-bottom: 1px solid var(--line); }
.detail-toc h2, .sidebar-cta h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.65rem; font-weight: 600; }
.detail-toc a { display: grid; padding: 9px 0; color: var(--ink-2); border-bottom: 1px solid #f1eeee; font-size: .68rem; grid-template-columns: 25px 1fr; }
.detail-toc a:hover { color: var(--red); }
.sidebar-cta { padding: 26px 27px; background: var(--rose); }
.sidebar-cta p { color: #67474a; }
.detail-sidebar .sidebar-links { margin: 0; padding: 22px 27px; }
.detail-faq { max-width: 900px; margin-inline: auto; }
.related-section { background: var(--gray); }
.related-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.related-card { display: flex; min-height: 250px; padding: 25px; color: inherit; background: #fff; border: 1px solid var(--line); border-radius: 12px; flex-direction: column; transition: .22s ease; }
.related-card:hover { border-color: #f0b7ba; box-shadow: var(--shadow-1); transform: translateY(-3px); }
.related-card > span { color: var(--red); font-size: .64rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.related-card h3 { margin: 18px 0 10px; font-family: var(--serif); font-size: 1.42rem; line-height: 1.05; }
.related-card p { margin: 0; color: var(--muted); font-size: .72rem; }
.related-card b { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; color: var(--red); font-size: .68rem; }
.related-card b .mi { width: 16px; height: 16px; }

.whatsapp-float { position: fixed; z-index: 950; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 15px; width: min(365px,calc(100% - 32px)); padding: 14px 14px 14px 18px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid #dfe9e3; border-radius: 20px; box-shadow: 0 22px 60px rgba(23,47,34,.16), 0 6px 18px rgba(23,47,34,.08); backdrop-filter: blur(14px); transition: border-color .25s ease, box-shadow .25s ease, transform .25s cubic-bezier(.2,.75,.25,1); }
.whatsapp-float::before { position: absolute; right: 44px; bottom: -7px; width: 15px; height: 15px; content: ""; background: #fff; border-right: 1px solid #dfe9e3; border-bottom: 1px solid #dfe9e3; transform: rotate(45deg); }
.whatsapp-float:hover { border-color: rgba(22,140,82,.34); box-shadow: 0 28px 72px rgba(23,47,34,.22), 0 8px 24px rgba(23,47,34,.1); transform: translateY(-5px); }
.whatsapp-message { display: grid; min-width: 0; line-height: 1.35; }
.whatsapp-message small { display: flex; align-items: center; gap: 7px; margin-bottom: 4px; color: #137849; font-size: .58rem; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.whatsapp-message small i { width: 7px; height: 7px; background: #20bf6b; border-radius: 50%; box-shadow: 0 0 0 4px rgba(32,191,107,.12); }
.whatsapp-message strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 600; line-height: 1.05; }
.whatsapp-message > span { margin-top: 4px; overflow: hidden; color: var(--muted); font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
.whatsapp-icon { position: relative; display: grid; width: 54px; height: 54px; color: #fff; background: linear-gradient(145deg,#20bf6b,#11864d); border: 4px solid #ecf8f1; border-radius: 50%; box-shadow: 0 10px 24px rgba(17,134,77,.25); flex: 0 0 auto; place-items: center; transition: transform .3s ease; }
.whatsapp-icon .mi { width: 24px; height: 24px; }
.whatsapp-icon b { position: absolute; top: -5px; right: -4px; display: grid; width: 18px; height: 18px; color: #137849; background: #fff; border: 1px solid #dcece3; border-radius: 50%; font-family: var(--sans); font-size: .58rem; place-items: center; }
.whatsapp-float:hover .whatsapp-icon { transform: rotate(-5deg) scale(1.04); }
.mobile-action-bar { display: none; }

.legal { max-width: 860px; }
.legal h2 { margin: 1.8em 0 .4em; font-family: var(--serif); font-size: 2.5rem; font-weight: 500; }
.legal p, .legal li { color: var(--ink-2); }
.site-footer { color: #c8cbd1; background: var(--dark); }
.footer-main { display: grid; padding: 64px 0 50px; gap: 42px; grid-template-columns: 1.2fr .7fr .8fr .9fr; }
.footer-brand img { display: block; width: min(290px,100%); height: auto; aspect-ratio: 840 / 167; margin-bottom: 22px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 360px; margin: 0; color: #999ca4; font-size: .76rem; }
.footer-title { margin: 0 0 16px; color: #fff; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.footer-links, .footer-contact { display: grid; margin: 0; padding: 0; gap: 9px; list-style: none; }
.footer-links a, .footer-contact li, .footer-contact a { color: #a7aab1; font-size: .73rem; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid #292c32; font-size: .67rem; }
.footer-legal { display: flex; gap: 18px; }

.reveal { opacity: 0; filter: blur(3px); transform: translateY(20px) scale(.992); transition: opacity .62s ease, filter .62s ease, transform .72s cubic-bezier(.2,.75,.25,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal.visible { opacity: 1; filter: none; transform: none; }
.service-grid .reveal:nth-child(2), .blog-grid .reveal:nth-child(2), .principles-grid .reveal:nth-child(2) { transition-delay: .08s; }
.service-grid .reveal:nth-child(3), .blog-grid .reveal:nth-child(3), .principles-grid .reveal:nth-child(3) { transition-delay: .16s; }
.service-grid .reveal:nth-child(4), .principles-grid .reveal:nth-child(4) { transition-delay: .24s; }
img.image-pending { opacity: 0; transform: scale(1.025); }
img.image-loaded { opacity: 1; transform: none; transition: opacity .65s ease, transform .8s cubic-bezier(.2,.75,.25,1); }
.not-found { display: grid; min-height: 60vh; place-items: center; text-align: center; }
.not-found .code { color: var(--red); font-family: var(--serif); font-size: clamp(7rem, 18vw, 13rem); line-height: .7; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 220px 1fr auto; gap: 20px; }
  .brand img { width: 205px; }
  .nav-list { gap: 18px; }
  .header-appointment { display: none; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .utility-group:last-child { display: none; }
  .header-inner { min-height: 76px; grid-template-columns: minmax(155px, 1fr) auto auto; gap: 10px; }
  .menu-button { display: grid; }
  .main-nav { position: absolute; z-index: 899; top: calc(100% + 9px); right: 10px; left: 10px; width: auto; max-height: calc(100vh - 138px); visibility: hidden; overflow-y: auto; padding: 20px; background: rgba(255,255,255,.985); border: 1px solid rgba(52,40,41,.1); border-radius: 20px; box-shadow: 0 26px 75px rgba(34,25,27,.18); opacity: 0; transform: translateY(-10px) scale(.985); transform-origin: top center; transition: opacity .24s ease, transform .3s cubic-bezier(.2,.75,.25,1), visibility .24s ease; backdrop-filter: blur(20px); }
  .main-nav.open { visibility: visible; opacity: 1; transform: none; }
  .mobile-nav-head { display: grid; margin-bottom: 8px; padding: 2px 4px 14px; border-bottom: 1px solid var(--line); gap: 2px; }
  .mobile-nav-head span { font-family: var(--serif); font-size: 1.8rem; font-weight: 600; line-height: 1; }
  .mobile-nav-head small { color: var(--muted); font-size: .67rem; }
  .mobile-nav-actions { display: grid; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); grid-template-columns: 1fr 1fr; gap: 10px; }
  .mobile-nav-actions .button { min-height: 46px; padding: 10px 13px; font-size: .76rem; }
  .mobile-nav-actions .button-whatsapp { color: #fff; background: #128c65; border-color: #128c65; box-shadow: none; }
  .nav-list { display: grid; gap: 0; }
  .nav-link, .nav-toggle { width: 100%; min-height: 54px; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: .92rem; }
  .nav-link::after { display: none; }
  .dropdown { position: static; display: grid; visibility: hidden; width: auto; max-height: 0; overflow: hidden; padding: 0 0 0 8px; background: transparent; border: 0; box-shadow: none; grid-template-columns: 1fr; opacity: 0; transform: translateY(-6px); transition: max-height .42s cubic-bezier(.2,.75,.25,1), opacity .24s ease, transform .3s ease, padding .3s ease, visibility .3s ease; }
  .dropdown a { min-height: 70px; grid-template-columns: 52px 1fr; }
  .nav-service-icon { width: 52px; height: 52px; }
  .nav-service-icon .service-art-icon { width: 47px; height: 47px; }
  .nav-item:hover .dropdown { visibility: hidden; opacity: 0; }
  .nav-item.dropdown-open .dropdown { visibility: visible; max-height: 980px; padding: 10px 0 16px 8px; opacity: 1; transform: none; }
  .hero-grid, .inner-hero-grid, .pregnancy-grid, .content-grid, .article-layout { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 0 10px; }
  .hero-scene { min-height: 460px; }
  .hero-ambient { right: -40px; left: -40px; border-radius: 42% 42% 0 0; }
  .hero-portrait-stage { inset: 0 -30px; }
  .hero-portrait-halo { top: 32px; width: 370px; height: 410px; transform: translateX(-50%); }
  .hero-portrait-arch { top: 35px; width: 354px; height: 425px; transform: translateX(-50%); }
  .hero-floor-shadow { right: 50%; bottom: 5px; width: 380px; transform: translateX(50%); }
  .hero-doctor-cutout { right: 0; left: 0; width: auto; height: 450px; max-width: 88%; margin: auto; transform: translate3d(0,var(--parallax-doctor,0),0); }
  .hero-doctor-note { right: auto; bottom: 58px; left: max(22px,calc(50% - 250px)); }
  .trust-wrap { margin-top: -34px; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .about-band { grid-template-columns: 1fr; }
  .about-scene { min-height: 430px; }
  .about-scene::before { width: 320px; height: 390px; }
  .about-scene-arch { width: 312px; }
  .about-scene-floor { width: 340px; }
  .about-scene img { bottom: -38px; height: 446px; }
  .location-panel, .summary-card, .cta-panel { grid-template-columns: 1fr; }
  .summary-highlight { border-top: 1px solid #f1d4d6; border-left: 0; }
  .service-local-note { grid-template-columns: 44px 1fr; }
  .service-local-note > a { grid-column: 2; }
  .inner-hero-grid { padding: 55px 0 95px; }
  .inner-visual { min-height: 340px; }
  .service-summary { margin-top: -44px; }
  .faq-layout { grid-template-columns: 1fr; }
  .source-card, .sidebar, .portrait-card, .map-card { position: static; }
  .detail-layout { grid-template-columns: 1fr; }
  .guide-intro { grid-template-columns: 1fr; gap: 20px; }
  .about-portrait-visual { height: 470px; }
  .about-portrait-visual img { height: 470px; }
  .map-card iframe { height: 430px; }
  .cta-contact { margin-top: 28px; padding-top: 28px; padding-left: 0; border-top: 1px solid rgba(255,255,255,.5); border-left: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .utility-inner { justify-content: center; }
  .utility-group { gap: 12px; }
  .utility-location { display: none !important; }
  .brand img { width: 178px; }
  .header-inner { min-height: 72px; gap: 6px; }
  .brand img { width: 142px; }
  .header-inner > .button { min-height: 42px; padding: 9px 11px; font-size: .72rem; }
  .menu-button { width: 42px; height: 42px; }
  .display, .hero-copy .display { font-size: clamp(2.72rem, 12.2vw, 3.45rem); }
  .page-title { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 48px 0 12px; }
  .hero-copy .lede { margin-top: 18px; font-size: .96rem; }
  .hero-copy .button-row { margin-top: 24px; }
  .hero-copy .button { min-height: 48px; padding-inline: 17px; }
  .hero-scene { min-height: 360px; }
  .hero-ambient { top: 18px; right: -20px; left: -20px; }
  .hero-portrait-stage { inset: 0 -14px; }
  .hero-portrait-halo { top: 34px; width: 276px; height: 314px; }
  .hero-portrait-arch { top: 35px; width: 264px; height: 325px; }
  .hero-portrait-arch::before { right: -22px; width: 58px; height: 58px; }
  .hero-portrait-arch::after { top: 44px; left: -28px; }
  .hero-floor-shadow { width: 294px; height: 38px; }
  .hero-doctor-cutout { width: auto; height: 354px; max-width: 90%; }
  .hero-doctor-note { bottom: 28px; left: 10px; min-width: 188px; padding: 9px 11px; }
  .hero-doctor-note strong { font-size: .62rem; }
  .hero-doctor-note small { font-size: .58rem; }
  .trust-bar { padding: 12px; grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(2) { min-height: 76px; padding: 8px 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 15px; }
  .service-grid, .blog-grid, .topic-grid, .contact-grid { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .service-tile { min-height: 118px; padding: 20px; grid-template-columns: 58px 1fr 24px; }
  .service-icon { width: 56px; height: 56px; }
  .service-icon .service-art-icon { width: 52px; height: 52px; }
  .about-scene { min-height: 350px; }
  .about-scene::before { top: 22px; width: 250px; height: 310px; }
  .about-scene-arch { top: 31px; width: 246px; }
  .about-scene-floor { width: 270px; }
  .about-scene img { bottom: -30px; height: 370px; max-width: 88%; }
  .about-copy { padding: 40px 26px 46px; }
  .pregnancy-grid { gap: 30px; }
  .pregnancy-art { margin-inline: -14px; }
  .location-copy { padding: 28px; grid-template-columns: 66px 1fr; }
  .location-icon { width: 64px; height: 64px; }
  .location-copy h3 { font-size: 2.2rem; }
  .location-map { min-height: 190px; }
  .location-map iframe { min-height: 190px; }
  .cv-item { grid-template-columns: 72px 1fr; }
  .cv-item time { padding-right: 16px; }
  .cv-item > div { padding-left: 22px; }
  .cv-item.current > div { margin-left: 10px; }
  .cta-panel { padding: 35px 26px; }
  .inner-hero-grid { gap: 25px; }
  .inner-visual { min-height: 300px; transform: scale(.88); }
  .summary-main, .summary-highlight { padding: 30px 24px; }
  .service-local-note { grid-template-columns: 1fr; padding: 20px; }
  .service-local-note > a { grid-column: auto; }
  .topic-index { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .topic-index a { flex: 0 0 auto; }
  .group-head { grid-template-columns: 58px 1fr; gap: 15px; }
  .group-icon { width: 56px; height: 56px; }
  .topic-card { min-height: 205px; }
  .faq-section .section-heading p { margin-top: 15px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .contact-card.wide { grid-column: auto; }
  .article-visual { height: 235px; }
  .detail-nav-strip .container { padding-block: 12px; }
  .detail-nav-strip span + span::before { display: none; }
  .detail-category-mark { margin-top: -8px; }
  .local-service-identity { width: min(calc(100% - 28px), var(--container)); margin-top: -27px; margin-bottom: -27px; padding: 7px 12px; }
  .local-context { grid-template-columns: 1fr; }
  .local-truth-card { grid-template-columns: 1fr; padding: 22px; }
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .whatsapp-float { display: none; }
  .mobile-action-bar { position: fixed; z-index: 960; right: 0; bottom: 0; left: 0; display: grid; min-height: calc(74px + env(safe-area-inset-bottom)); overflow: hidden; padding: 0 0 env(safe-area-inset-bottom); background: rgba(255,255,255,.98); border-top: 1px solid rgba(50,39,40,.14); box-shadow: 0 -12px 34px rgba(28,21,22,.12); grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; backdrop-filter: blur(18px); }
  .mobile-action-bar a { display: flex; min-width: 0; min-height: 74px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: #30343a; background: transparent; border-right: 1px solid rgba(50,39,40,.1); border-radius: 0; font-size: .66rem; font-weight: 750; line-height: 1.05; text-align: center; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
  .mobile-action-bar a:last-child { border-right: 0; }
  .mobile-action-bar a:active { background: #fff4f4; transform: translateY(1px); }
  .mobile-action-bar .mi { width: 24px; height: 24px; }
  .mobile-action-call .mi { color: var(--red); }
  .mobile-action-whatsapp .mi { color: #129b5d; }
  .mobile-action-location .mi { color: #e24b42; }
  .mobile-action-instagram .mi { color: #d62976; }
  .blog-card h3 { min-height: 0; }
  .blog-card .blog-excerpt { min-height: 3.75rem; }
  .about-portrait-visual { height: 410px; }
  .about-portrait-visual img { bottom: -28px; height: 410px; }
  .map-card iframe { height: 340px; }
  .map-card-body { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; filter: none; transform: none; }
  .page-intro { display: none; }
  .hero-ambient, .hero-doctor-cutout, .about-scene img, .about-portrait-visual img { transform: none !important; }
}

@media print {
  .utility, .site-header, .cta-panel, .site-footer, .sidebar, .source-card { display: none !important; }
  .section, .page-hero-simple, .inner-hero-grid { padding: 28px 0; }
  .topic-card { break-inside: avoid; }
}
