:root {
  --navy-950: #111a36;
  --navy-900: #19244a;
  --navy-800: #24315d;
  --berry-700: #8f124d;
  --berry-600: #b11661;
  --berry-500: #d52172;
  --coral-500: #ee5e69;
  --gold-500: #d5a75a;
  --gold-300: #ebcb91;
  --ink: #202238;
  --muted: #626579;
  --paper: #fffdfb;
  --blush: #fff2f5;
  --mist: #f2f3f7;
  --white: #fff;
  --line: #e7e2e6;
  --shadow: 0 24px 70px rgba(38, 18, 42, .16);
  --radius-sm: .65rem;
  --radius-md: 1.2rem;
  --radius-lg: 2.1rem;
  --container: 1180px;
  --hero-title-size: 4.8vh;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 999; top: .7rem; left: .7rem; transform: translateY(-150%); background: var(--navy-950); color: white; padding: .65rem 1rem; border-radius: .4rem; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 4px; }

.nav-shell { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(143,18,77,.09); background: rgba(255,253,251,.97); backdrop-filter: blur(12px); }
.nav-shell__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand__mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold-500); border-radius: 50%; color: var(--berry-700); font-family: var(--serif); font-weight: 700; letter-spacing: -.06em; box-shadow: inset 0 0 0 4px var(--paper); }
.brand strong, .brand small { display: block; line-height: 1.18; }
.brand strong { font-family: var(--serif); color: var(--navy-950); font-size: 1.16rem; }
.brand small { margin-top: .2rem; color: var(--berry-700); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.65rem; }
.main-nav a { position: relative; color: var(--navy-900); font-size: .92rem; font-weight: 700; text-decoration: none; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.5rem; height: 2px; background: var(--berry-600); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.main-nav .nav-cta { display: inline-flex; align-items: center; gap: .5rem; color: #fff; background: var(--berry-700); padding: .68rem 1.05rem; border-radius: 999px; box-shadow: 0 8px 20px rgba(143,18,77,.2); }
.nav-cta__icon { flex: 0 0 auto; width: 1rem; height: 1rem; fill: currentColor; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: var(--blush); }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy-950); }

.hero { position: relative; overflow: hidden; background: linear-gradient(110deg, #fffdfb 0 61%, #f8e4ea 61% 100%); }
.hero::before { content: ""; position: absolute; width: 380px; height: 380px; left: -250px; top: 8%; border: 72px solid rgba(213,33,114,.06); border-radius: 50%; }
.hero__wash { position: absolute; inset: 0 0 0 auto; width: 42%; background: linear-gradient(150deg, rgba(213,33,114,.2), transparent 42%), linear-gradient(20deg, rgba(17,26,54,.15), transparent 55%); }
.hero__grid { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 5.5rem; padding-block: 4.2rem 5.8rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.1rem; color: var(--berry-700); font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--gold-500); }
.hero h1 { max-width: 720px; margin: 0; color: var(--navy-950); font-family: var(--serif); font-size: clamp(4rem, 5.4vw, 5.5rem); font-weight: 500; line-height: .98; letter-spacing: -.05em; }
.hero h1 em { color: var(--berry-600); font-weight: 500; }
.hero__lead { max-width: 650px; margin: 1.6rem 0 0; color: var(--muted); font-size: 1.14rem; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .62rem; min-height: 50px; padding: .78rem 1.35rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: linear-gradient(135deg, var(--berry-700), var(--berry-500)); box-shadow: 0 12px 30px rgba(177,22,97,.23); }
.button--whatsapp { color: #fff; background: #1fbb69; box-shadow: 0 12px 30px rgba(16, 110, 62, .24); }
.button--whatsapp:hover { background: #189c57; }
.button__icon { flex: 0 0 auto; width: 1.16rem; height: 1.16rem; fill: currentColor; }
.text-link { color: var(--navy-950); font-weight: 800; text-underline-offset: 5px; text-decoration-color: var(--gold-500); }
.text-link span { color: var(--berry-600); }
.hero__credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; max-width: 610px; margin: 2.5rem 0 0; padding: 1.15rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero__credentials li { display: grid; gap: .05rem; padding-left: 1rem; border-left: 3px solid var(--gold-500); }
.hero__credentials strong { color: var(--navy-950); font-family: var(--serif); font-size: 1.1rem; }
.hero__credentials span { color: var(--muted); font-size: .84rem; line-height: 1.4; }
.hero__visual { position: relative; justify-self: end; width: min(100%, 440px); }
.hero__image-frame { position: relative; overflow: hidden; width: 83%; margin-left: auto; border-radius: 12rem 12rem 1.4rem 1.4rem; background: var(--navy-900); box-shadow: var(--shadow); }
.hero__image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(17,26,54,.42)); pointer-events: none; }
.hero__image-frame img { width: 100%; height: 525px; object-fit: cover; object-position: center; }
.hero__portrait { position: absolute; left: 0; top: 12%; width: 142px; height: 142px; padding: 7px; border-radius: 50%; background: var(--paper); box-shadow: 0 18px 40px rgba(17,26,54,.24); }
.hero__portrait img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.hero__caption { position: absolute; right: -1rem; bottom: 2rem; margin: 0; max-width: 245px; padding: .95rem 1.1rem; color: white; background: var(--navy-950); border-left: 4px solid var(--gold-500); box-shadow: 0 16px 38px rgba(17,26,54,.25); font-family: var(--serif); line-height: 1.3; }
.hero__caption span { display: block; margin-bottom: .25rem; color: var(--gold-300); font-family: var(--sans); font-size: .69rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.quick-nav { position: relative; z-index: 5; margin-top: -28px; }
.quick-nav__inner { min-height: 76px; display: grid; grid-template-columns: 1.1fr repeat(4, 1fr); align-items: stretch; overflow: hidden; color: white; background: var(--navy-950); border-radius: var(--radius-md); box-shadow: 0 15px 36px rgba(17,26,54,.2); }
.quick-nav__label { display: grid; place-items: center; padding: 1rem; color: var(--gold-300); background: var(--berry-700); font-family: var(--serif); font-size: 1.05rem; font-weight: 700; }
.quick-nav a { display: grid; place-items: center; padding: .9rem .7rem; border-left: 1px solid rgba(255,255,255,.12); font-size: .82rem; font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none; }
.quick-nav a:hover { background: var(--navy-800); }

@media (max-width: 940px) {
  :root { --hero-title-size: clamp(3rem, 8vw, 4.8rem); }
  .hero h1 { font-size: var(--hero-title-size); }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 1rem; right: 1rem; display: none; align-items: stretch; gap: .2rem; padding: .8rem; background: var(--paper); border: 1px solid var(--line); border-radius: 0 0 1rem 1rem; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: .75rem .8rem; }
  .main-nav a::after { display: none; }
  .hero { background: linear-gradient(180deg, var(--paper) 0 62%, #f8e4ea 62%); }
  .hero__wash { display: none; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; gap: 3.2rem; padding-block: 4rem 5.5rem; }
  .hero__visual { justify-self: center; }
  .quick-nav__inner { grid-template-columns: 1fr 1fr; }
  .quick-nav__label { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --hero-title-size: clamp(2.7rem, 12vw, 3.8rem); }
  .container { width: min(calc(100% - 1.25rem), var(--container)); }
  .nav-shell__inner { min-height: 74px; }
  .brand__mark { width: 42px; height: 42px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .61rem; }
  .hero__grid { padding-top: 3rem; }
  .hero h1 { font-size: var(--hero-title-size); }
  .hero__lead { font-size: 1rem; }
  .hero__credentials { grid-template-columns: 1fr; }
  .hero__visual { width: min(100%, 370px); }
  .hero__image-frame { width: 88%; }
  .hero__image-frame img { height: 455px; }
  .hero__portrait { width: 112px; height: 112px; }
  .hero__caption { right: 0; bottom: 1.2rem; }
  .quick-nav__inner { grid-template-columns: 1fr; }
  .quick-nav a { min-height: 54px; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
}

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

/* Shared editorial system */
h1, h2, h3, p { text-wrap: pretty; }
.section { padding-block: clamp(5rem, 9vw, 8.5rem); }
.section-heading { max-width: 740px; margin-bottom: 3.2rem; }
.section-heading--wide { max-width: 800px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2, .value-grid h2, .doctor-copy h2, .location-panel h2, .faq-intro h2, .profile-intro h2, .education-heading h2, .training-grid h2, .conditions-heading h2, .pricing-heading h2, .contact-location__copy h2, .contact-options h2 { margin: 0; color: var(--navy-950); font-family: var(--serif); font-size: clamp(2.35rem, 4.5vw, 4.15rem); font-weight: 500; line-height: 1.05; letter-spacing: -.042em; }
.section-heading > p:last-child { max-width: 650px; margin: 1rem auto 0; color: var(--muted); font-size: 1.04rem; }
.eyebrow--center { justify-content: center; }
.eyebrow--light { color: var(--gold-300); }
.eyebrow--light span { background: var(--gold-300); }
.kicker { margin: 0 0 .35rem; color: var(--berry-600); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.button--secondary { color: white; background: var(--navy-950); box-shadow: 0 12px 30px rgba(17,26,54,.18); }
.button--outline { color: var(--berry-700); border-color: rgba(143,18,77,.35); background: transparent; }
.button--light { color: var(--navy-950); background: white; box-shadow: 0 12px 28px rgba(17,26,54,.18); }
.text-link--light { color: white; text-decoration-color: var(--gold-300); }
.lead { color: var(--muted); font-size: 1.13rem; line-height: 1.75; }

/* Home: value, services, categories */
.value-section { padding-top: clamp(6.5rem, 11vw, 10rem); background: var(--paper); }
.value-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 5rem; align-items: end; }
.value-copy { padding: 1.3rem 0 1rem 2rem; border-left: 1px solid var(--gold-500); }
.value-copy p { margin: 0 0 1rem; color: var(--muted); }
.trust-band { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-band > div { min-height: 132px; display: grid; align-content: center; gap: .2rem; padding: 1.25rem 1.5rem; border-left: 1px solid var(--line); }
.trust-band > div:last-child { border-right: 1px solid var(--line); }
.trust-band strong { color: var(--berry-700); font-family: var(--serif); font-size: clamp(1.55rem, 2.4vw, 2.3rem); font-weight: 500; line-height: 1; }
.trust-band span { color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.featured-services { background: var(--mist); }
.service-editorial { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.4rem; }
.service-feature { position: relative; overflow: hidden; }
.service-feature h3 { margin: 0 0 .85rem; color: var(--navy-950); font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.75rem); font-weight: 500; line-height: 1.06; }
.service-feature p:not(.kicker) { color: var(--muted); }
.service-feature__number { display: block; margin-bottom: 1.8rem; color: var(--gold-500); font-family: var(--serif); font-size: 2.1rem; }
.service-feature--large { display: grid; min-height: 665px; grid-template-rows: 55% 45%; background: white; box-shadow: 0 20px 55px rgba(17,26,54,.08); }
.service-feature--large img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9); }
.service-feature--large > div { padding: 2.2rem 2.5rem; }
.service-feature-stack { display: grid; gap: 1.4rem; }
.service-feature--color, .service-feature--paper { display: grid; align-items: end; padding: 2.5rem; }
.service-feature--color { color: white; background: linear-gradient(145deg, var(--berry-700), #67133f); }
.service-feature--color::before { content: ""; position: absolute; width: 210px; height: 210px; top: -105px; right: -80px; border: 48px solid rgba(255,255,255,.09); border-radius: 50%; }
.service-feature--color h3, .service-feature--color p:not(.kicker) { color: white; }
.service-feature--color .kicker { color: var(--gold-300); }
.service-feature--paper { background: #fae5ea; }
.service-categories { overflow: hidden; background: var(--paper); }
.categories-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 5rem; align-items: start; }
.categories-intro { position: sticky; top: 130px; }
.categories-intro h2 { margin: 0; color: var(--navy-950); font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 3.8rem); font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.categories-intro > p:not(.eyebrow) { margin: 1.2rem 0 1.8rem; color: var(--muted); }
.tabs { position: relative; }
.tabs::before { content: ""; position: absolute; z-index: 0; inset: 2.1rem -100vw 0 28%; background: var(--blush); }
.tabs__list { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1rem; }
.tabs__list button { min-height: 44px; padding: .65rem 1rem; border: 1px solid rgba(143,18,77,.18); border-radius: 999px; color: var(--berry-700); background: white; font: 700 .85rem var(--sans); cursor: pointer; }
.tabs__list button[aria-selected="true"] { color: white; background: var(--berry-700); }
.tabs__panel { position: relative; z-index: 1; min-height: 440px; grid-template-columns: .25fr .75fr; align-items: start; gap: 2rem; padding: 3.4rem; color: white; background: var(--navy-950); box-shadow: var(--shadow); }
.tabs__panel:not([hidden]) { display: grid; }
.tabs__panel h3 { max-width: 500px; margin: 0 0 1.7rem; color: white; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 500; line-height: 1.05; }
.tabs__number { margin: 0; color: var(--gold-300); font-family: var(--serif); font-size: 4rem; line-height: 1; }
.check-list { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.65rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 8px; height: 8px; border: 2px solid var(--berry-500); border-radius: 50%; }
.tabs__panel .check-list li { color: #e5e7ef; }
.tabs__panel .check-list li::before, .check-list--light li::before { border-color: var(--gold-300); }

/* Home: specialist, location, FAQ, footer */
.doctor-section { overflow: hidden; background: linear-gradient(100deg, var(--navy-950) 0 42%, var(--paper) 42%); }
.doctor-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 6rem; }
.doctor-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.doctor-visual__backdrop { position: absolute; inset: 1.5rem -2rem -1.5rem 1.5rem; border: 1px solid rgba(235,203,145,.55); border-radius: 13rem 13rem 1rem 1rem; }
.doctor-visual > img { position: relative; width: 88%; height: 500px; object-fit: cover; border-radius: 12rem 12rem 1rem 1rem; filter: saturate(.92) contrast(1.02); box-shadow: 0 25px 60px rgba(0,0,0,.26); }
.doctor-visual__label { position: absolute; left: -1rem; bottom: 2rem; display: grid; padding: 1rem 1.3rem; color: var(--navy-950); background: var(--gold-300); box-shadow: 0 15px 35px rgba(0,0,0,.2); }
.doctor-visual__label strong { font-family: var(--serif); font-size: 1.15rem; }
.doctor-visual__label span { font-size: .8rem; }
.doctor-copy { padding-block: 2rem; }
.doctor-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.credential-lines { margin: 2rem 0; border-top: 1px solid var(--line); }
.credential-lines p { display: grid; grid-template-columns: 125px 1fr; gap: 1rem; margin: 0; padding: 1.2rem 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.credential-lines span { color: var(--berry-700); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.associations { padding-block: 2.4rem; color: white; background: var(--berry-700); }
.associations .container { display: grid; grid-template-columns: 1.1fr 2fr; align-items: center; gap: 2rem; }
.associations p { margin: 0; color: var(--gold-300); font-family: var(--serif); font-size: 1.25rem; }
.association-list { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid rgba(255,255,255,.25); }
.association-list span { padding: .55rem 1rem; border-right: 1px solid rgba(255,255,255,.25); font-weight: 800; text-align: center; letter-spacing: .08em; }
.location-section { background: var(--blush); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; box-shadow: var(--shadow); }
.location-panel { position: relative; overflow: hidden; padding: clamp(2.4rem, 5vw, 4.8rem); color: white; background: linear-gradient(145deg, var(--navy-950), var(--navy-800)); }
.location-panel::after { content: ""; position: absolute; right: -90px; bottom: -100px; width: 250px; height: 250px; border: 58px solid rgba(213,167,90,.1); border-radius: 50%; }
.location-panel h2 { color: white; }
.location-panel address { position: relative; z-index: 1; margin: 2rem 0; color: #e5e7ef; font-style: normal; font-size: 1.04rem; }
.location-panel address span { display: block; color: var(--gold-300); font-family: var(--serif); font-size: 1.35rem; }
.location-actions { position: relative; z-index: 1; display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }
.location-details { display: grid; grid-template-columns: 1fr 1fr; background: white; }
.location-details > div { min-height: 220px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-index { color: var(--berry-600); font-family: var(--serif); font-size: 1.4rem; }
.location-details h3 { margin: .9rem 0 .4rem; color: var(--navy-950); font-family: var(--serif); font-size: 1.45rem; }
.location-details p { margin: 0; color: var(--muted); }
.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5rem; }
.faq-intro { align-self: start; position: sticky; top: 130px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 1.45rem 3rem 1.45rem 0; color: var(--navy-950); font-family: var(--serif); font-size: 1.25rem; font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: .5rem; top: 50%; transform: translateY(-50%); color: var(--berry-600); font-family: var(--sans); font-size: 1.7rem; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -.35rem 0 1.4rem; padding-right: 3rem; color: var(--muted); }
.final-cta { position: relative; overflow: hidden; color: white; background: linear-gradient(115deg, var(--berry-700), #65103c 70%); }
.final-cta::after { content: ""; position: absolute; right: -90px; top: -210px; width: 440px; height: 440px; border: 90px solid rgba(255,255,255,.06); border-radius: 50%; }
.final-cta__inner { position: relative; z-index: 1; min-height: 340px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 3rem; padding-block: 3rem; }
.final-cta p { margin: 0 0 .6rem; color: var(--gold-300); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.final-cta h2 { max-width: 730px; margin: 0; color: white; font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 4rem); font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.final-cta__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; }
.site-footer { padding-top: 4rem; color: #dfe2ed; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 3rem; padding-bottom: 3.5rem; }
.brand--footer strong { color: white; }
.brand--footer .brand__mark { color: var(--gold-300); background: var(--navy-950); box-shadow: inset 0 0 0 4px var(--navy-950); }
.footer-grid > div:first-child > p { max-width: 330px; }
.footer-grid h2 { margin: 0 0 1rem; color: var(--gold-300); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a:not(.brand) { display: block; width: fit-content; margin: .5rem 0; color: #dfe2ed; text-underline-offset: 4px; }
.footer-grid p { color: #aeb4c7; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; color: #aeb4c7; font-size: .78rem; }
.whatsapp-float { position: fixed; z-index: 60; right: max(1rem, calc((100vw - 1400px) / 2)); bottom: 1.2rem; width: 58px; height: 58px; display: grid; place-items: center; border: 3px solid white; border-radius: 50%; background: #1fbb69; box-shadow: 0 12px 28px rgba(16,53,34,.3); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); }
.whatsapp-float svg { width: 31px; fill: white; }

/* Shared interior-page hero */
.page-hero { position: relative; overflow: hidden; color: white; background: var(--navy-950); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 8% 15%, rgba(213,33,114,.28), transparent 28%), linear-gradient(120deg, transparent 55%, rgba(213,167,90,.14)); }
.page-hero__grid { position: relative; min-height: 570px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 5rem; padding-block: 4rem; }
.page-hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: var(--hero-title-size); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.page-hero h1 em { display: block; color: var(--gold-300); font-weight: 500; }
.page-hero__copy > p:not(.eyebrow) { max-width: 720px; color: #d8dbe6; font-size: 1.1rem; }
.page-hero__credentials { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.page-hero__credentials span { padding: .6rem .9rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: var(--gold-300); font-size: .82rem; font-weight: 700; }
.page-hero__media { position: relative; justify-self: end; width: min(100%, 330px); padding: 1rem; border: 1px solid rgba(235,203,145,.42); border-radius: 11rem 11rem 1rem 1rem; }
.page-hero__image { overflow: hidden; border-radius: 10rem 10rem .6rem .6rem; }
.page-hero__image img { width: 100%; height: 365px; object-fit: cover; }
.page-hero__badge { position: absolute; right: -2rem; bottom: 2rem; display: grid; padding: .85rem 1rem; color: var(--navy-950); background: var(--gold-300); box-shadow: 0 16px 35px rgba(0,0,0,.25); }
.page-hero__badge strong { font-family: var(--serif); font-size: 1.45rem; line-height: 1; }
.page-hero__badge span { font-size: .73rem; font-weight: 700; }
.page-hero__contact-panel { overflow: hidden; height: 365px; display: grid; align-content: center; gap: 1px; border-radius: 10rem 10rem .6rem .6rem; background: rgba(255,255,255,.16); }
.page-hero__contact-panel a { display: grid; padding: 1.35rem 1.6rem; color: white; background: rgba(17,26,54,.78); text-decoration: none; transition: background .2s ease; }
.page-hero__contact-panel a:hover { background: var(--berry-700); }
.page-hero__contact-panel span { color: var(--gold-300); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.page-hero__contact-panel strong { margin: .15rem 0; font-family: var(--serif); font-size: 1.45rem; }
.page-hero__contact-panel small { color: #e4e7f0; }
.profile-intro__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; align-items: center; }
.profile-intro__grid > div:last-child > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.editorial-quote { position: relative; min-height: 360px; display: grid; align-content: center; padding: 3.2rem; color: white; background: linear-gradient(145deg, var(--berry-700), var(--berry-500)); box-shadow: var(--shadow); }
.editorial-quote span { position: absolute; top: -2rem; left: 1.4rem; color: var(--gold-300); font-family: var(--serif); font-size: 9rem; line-height: 1; opacity: .75; }
.editorial-quote p { position: relative; margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.22; }
.education-section { color: white; background: var(--navy-950); }
.education-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 6rem; }
.education-heading { position: sticky; top: 130px; align-self: start; }
.education-heading h2 { color: white; }
.education-heading > p:last-child { color: #b9bed0; }
.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.timeline li { display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.timeline li > span { color: var(--gold-300); font-family: var(--serif); font-size: 2.2rem; }
.timeline .kicker { color: var(--gold-300); }
.timeline h3 { margin: 0; color: white; font-family: var(--serif); font-size: 1.55rem; }
.timeline p:last-child { margin: .4rem 0 0; color: #b9bed0; }
.training-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; align-items: center; }
.training-image { position: relative; padding-left: 2rem; }
.training-image::before { content: ""; position: absolute; left: 0; top: 3rem; bottom: -2rem; width: 72%; background: var(--blush); }
.training-image img { position: relative; width: 82%; height: 560px; object-fit: cover; box-shadow: var(--shadow); }
.training-image > span { position: absolute; right: 0; bottom: 2.5rem; max-width: 185px; padding: 1rem; color: white; background: var(--berry-700); font-family: var(--serif); font-size: 1.15rem; line-height: 1.25; }
.training-list { margin-top: 2rem; border-top: 1px solid var(--line); }
.training-list article { display: grid; grid-template-columns: 56px 1fr; gap: 1.2rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.training-list article > span { color: var(--berry-600); font-family: var(--serif); font-size: 1.25rem; }
.training-list h3 { margin: 0; color: var(--navy-950); font-family: var(--serif); font-size: 1.25rem; }
.training-list p { margin: .25rem 0 0; color: var(--muted); }
.memberships-section { background: var(--mist); }
.memberships-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d9dbe3; border-left: 1px solid #d9dbe3; }
.memberships-grid article { min-height: 220px; padding: 2rem; border-right: 1px solid #d9dbe3; border-bottom: 1px solid #d9dbe3; background: rgba(255,255,255,.55); }
.memberships-grid strong { color: var(--berry-700); font-family: var(--serif); font-size: 1.55rem; }
.memberships-grid p { color: var(--muted); }
.credential-banner { padding-block: 4.5rem; background: var(--blush); }
.credential-banner__grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; }
.credential-banner p { margin: 0 0 .5rem; color: var(--berry-700); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.credential-banner h2 { max-width: 780px; margin: 0; color: var(--navy-950); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 500; line-height: 1.08; }
.credential-seal { width: 145px; height: 145px; display: grid; place-content: center; border: 1px solid var(--gold-500); border-radius: 50%; text-align: center; box-shadow: inset 0 0 0 8px var(--blush), inset 0 0 0 9px var(--gold-500); }
.credential-seal span { color: var(--muted); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.credential-seal strong { color: var(--berry-700); font-family: var(--serif); font-size: 2rem; line-height: 1.05; }

/* Services page */
.service-anchor-nav { position: relative; z-index: 35; color: white; background: var(--berry-700); box-shadow: 0 8px 22px rgba(92,12,49,.18); }
.service-anchor-nav .container { display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; }
.service-anchor-nav .container::-webkit-scrollbar { display: none; }
.service-anchor-nav a { flex: 0 0 auto; padding: 1rem 1.25rem; border-right: 1px solid rgba(255,255,255,.18); font-size: .82rem; font-weight: 800; text-decoration: none; }
.service-anchor-nav a:hover { background: rgba(255,255,255,.12); }
.service-detail__grid { display: grid; grid-template-columns: .25fr .75fr; gap: 4rem; }
.service-detail__index { align-self: start; color: var(--berry-600); font-family: var(--serif); font-size: clamp(4.5rem, 8vw, 7.5rem); line-height: .85; }
.service-detail__index span { display: block; margin-top: 1rem; color: var(--muted); font-family: var(--sans); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-detail__content h2, .surgery-copy h2 { margin: 0; color: var(--navy-950); font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 4.8rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.service-detail__content > .lead { max-width: 760px; }
.two-column-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 2.4rem 0; padding: 2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.note-box { padding: 1.6rem 1.8rem; border-left: 4px solid var(--berry-600); background: var(--blush); }
.note-box strong { color: var(--navy-950); font-family: var(--serif); font-size: 1.2rem; }
.note-box p { margin: .3rem 0 0; color: var(--muted); }
.service-detail--berry { color: white; background: linear-gradient(125deg, var(--berry-700), #68113e); }
.service-detail--berry .service-detail__index, .service-detail--berry .service-detail__index span, .service-detail--berry h2, .service-detail--berry .lead { color: white; }
.obstetric-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.23); border-left: 1px solid rgba(255,255,255,.23); }
.obstetric-grid article { min-height: 280px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.23); border-bottom: 1px solid rgba(255,255,255,.23); }
.obstetric-grid h3 { margin: 0 0 1.2rem; color: var(--gold-300); font-family: var(--serif); font-size: 1.45rem; }
.check-list--light li { color: #f4dde6; }
.procedure-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2.5rem; }
.procedure-columns ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.procedure-columns li { display: grid; gap: .18rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.procedure-columns strong { color: var(--navy-950); font-family: var(--serif); font-size: 1.12rem; }
.procedure-columns span { color: var(--muted); }
.surgery-showcase { color: white; background: var(--navy-950); }
.surgery-showcase__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 5rem; align-items: center; }
.surgery-media { position: relative; padding: 1rem; border: 1px solid rgba(235,203,145,.4); }
.surgery-media img { width: 100%; min-height: 420px; object-fit: cover; }
.surgery-media p { position: absolute; right: -1.5rem; bottom: -1.5rem; margin: 0; padding: .8rem 1rem; color: var(--navy-950); background: var(--gold-300); font-size: .78rem; font-weight: 700; }
.surgery-copy h2 { color: white; }
.surgery-copy > p:not(.eyebrow) { color: #bdc2d2; }
.surgery-list { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.surgery-list li { display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.15); color: #e6e8ef; }
.surgery-list span { color: var(--gold-300); font-family: var(--serif); }
.conditions-section { background: var(--mist); }
.conditions-heading { max-width: 800px; margin-bottom: 3rem; }
.conditions-heading > p:last-child { color: var(--muted); }
.conditions-grid { display: grid; grid-template-columns: 1fr 1fr; }
.conditions-grid > div { padding: 3rem; background: white; border: 1px solid #dfe1e8; }
.conditions-grid > div + div { color: white; background: var(--berry-700); border-color: var(--berry-700); }
.conditions-grid h3 { margin: 0 0 1.5rem; color: var(--navy-950); font-family: var(--serif); font-size: 1.65rem; }
.conditions-grid > div + div h3 { color: white; }
.conditions-grid ul { columns: 2; column-gap: 2.4rem; margin: 0; padding: 0; list-style: none; }
.conditions-grid li { break-inside: avoid; margin-bottom: .8rem; padding-left: 1rem; border-left: 2px solid var(--gold-500); color: var(--muted); }
.conditions-grid > div + div li { color: #f2dce5; }
.pricing-section { color: white; background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.pricing-heading { display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 3rem; margin-bottom: 2.5rem; }
.pricing-heading h2 { color: white; }
.pricing-heading > p:last-child { color: #bdc2d2; }
.pricing-table-wrap { overflow-x: auto; background: white; box-shadow: 0 22px 55px rgba(0,0,0,.2); }
.pricing-table-wrap table { width: 100%; min-width: 780px; border-collapse: collapse; color: var(--ink); }
.pricing-table-wrap th, .pricing-table-wrap td { padding: 1.15rem 1.25rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.pricing-table-wrap thead th { color: white; background: var(--berry-700); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.pricing-table-wrap tbody th { width: 31%; color: var(--navy-950); font-family: var(--serif); font-size: 1.05rem; }
.pricing-table-wrap td:nth-child(2) { color: var(--muted); }
.pricing-table-wrap td:last-child { white-space: nowrap; }
.pricing-table-wrap s { display: block; color: #9295a2; font-size: .78rem; }
.pricing-table-wrap strong { color: var(--berry-700); }

/* Contact page */
.contact-location__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 5rem; align-items: center; }
.address-art { position: relative; overflow: hidden; min-height: 520px; display: grid; align-content: center; padding: clamp(2.5rem, 7vw, 5.5rem); color: white; background: linear-gradient(145deg, var(--navy-950), var(--navy-800)); box-shadow: var(--shadow); }
.address-art::before { content: ""; position: absolute; width: 320px; height: 320px; right: -150px; top: -140px; border: 68px solid rgba(213,167,90,.13); border-radius: 50%; }
.address-art__eyebrow { margin: 0 0 1rem; color: var(--gold-300); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.address-art > strong { font-family: var(--serif); font-size: clamp(5.5rem, 12vw, 9.5rem); font-weight: 500; line-height: .85; letter-spacing: -.06em; }
.address-art > span { margin-top: .8rem; font-family: var(--serif); font-size: 1.65rem; }
.address-art > div { position: absolute; right: 0; bottom: 0; padding: 1rem 1.3rem; color: var(--navy-950); background: var(--gold-300); font-size: .85rem; letter-spacing: .04em; }
.address-art > div b { font-family: var(--serif); font-size: 1.3rem; }
.contact-location__copy address { margin: 2rem 0; color: var(--muted); font-style: normal; font-size: 1.06rem; }
.contact-location__copy address strong { color: var(--berry-700); font-family: var(--serif); font-size: 1.4rem; }
.map-note { color: var(--muted); font-size: .82rem; }
.practical-info { background: var(--mist); }
.practical-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d9dbe3; border-left: 1px solid #d9dbe3; }
.practical-grid article { min-height: 270px; padding: 2rem; border-right: 1px solid #d9dbe3; border-bottom: 1px solid #d9dbe3; background: white; }
.practical-grid span { color: var(--berry-600); font-family: var(--serif); font-size: 1.6rem; }
.practical-grid h3 { margin: 1.2rem 0 .55rem; color: var(--navy-950); font-family: var(--serif); font-size: 1.45rem; }
.practical-grid p { margin: 0; color: var(--muted); }
.contact-options { color: white; background: var(--navy-950); }
.contact-options__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; align-items: start; }
.contact-options h2 { color: white; }
.contact-options__grid > div:first-child > p:last-child { color: #b9bed0; }
.contact-option-list { border-top: 1px solid rgba(255,255,255,.17); }
.contact-option-list a { display: grid; grid-template-columns: .65fr 1fr .7fr; align-items: center; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.17); color: white; text-decoration: none; }
.contact-option-list span { color: var(--gold-300); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-option-list strong { font-family: var(--serif); font-size: 1.35rem; }
.contact-option-list em { color: #b9bed0; font-size: .85rem; font-style: normal; text-align: right; }
.contact-option-list a:hover strong { color: var(--gold-300); }
.faq-section--contact { background: var(--blush); }

/* Sitemap page */
.page-hero__url-panel { overflow: hidden; min-height: 365px; display: grid; align-content: center; gap: .5rem; padding: 2.2rem; border-radius: 10rem 10rem .6rem .6rem; color: white; background: linear-gradient(150deg, var(--berry-700), var(--berry-500)); text-align: center; }
.page-hero__url-panel span { color: var(--gold-300); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.page-hero__url-panel strong { overflow-wrap: anywhere; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; line-height: 1.2; }
.sitemap-section { background: var(--paper); }
.sitemap-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.sitemap-list li { display: grid; grid-template-columns: .42fr 1fr; align-items: baseline; gap: 2rem; padding: 1.65rem 0; border-bottom: 1px solid var(--line); }
.sitemap-list h3 { margin: 0; color: var(--navy-950); font-family: var(--serif); font-size: 1.45rem; font-weight: 600; }
.sitemap-list a { color: var(--berry-700); overflow-wrap: anywhere; text-underline-offset: 4px; }

/* Responsive additions */
@media (max-width: 1060px) {
  .main-nav { gap: .85rem; }
  .main-nav a { font-size: .84rem; }
  .main-nav .nav-cta { padding-inline: .85rem; }
  .value-grid, .profile-intro__grid, .training-grid, .education-grid, .contact-options__grid { gap: 3.5rem; }
  .doctor-grid { gap: 3.5rem; }
  .service-editorial { grid-template-columns: 1fr; }
  .service-feature--large { min-height: auto; grid-template-columns: .9fr 1.1fr; grid-template-rows: none; }
  .service-feature--large img { min-height: 440px; }
  .service-feature-stack { grid-template-columns: 1fr 1fr; }
  .service-feature--color, .service-feature--paper { min-height: 390px; }
  .categories-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .categories-intro, .faq-intro, .education-heading { position: static; }
  .memberships-grid, .practical-grid { grid-template-columns: 1fr 1fr; }
  .service-detail__grid { grid-template-columns: 150px 1fr; gap: 2rem; }
  .surgery-showcase__grid { gap: 3rem; }
  .contact-location__grid { gap: 3rem; }
}

@media (max-width: 940px) {
  .section { padding-block: 5.5rem; }
  .value-grid, .doctor-grid, .location-grid, .faq-grid, .page-hero__grid, .profile-intro__grid, .education-grid, .training-grid, .surgery-showcase__grid, .contact-location__grid, .contact-options__grid { grid-template-columns: 1fr; }
  .value-grid, .doctor-grid, .faq-grid, .profile-intro__grid, .education-grid, .training-grid, .surgery-showcase__grid, .contact-options__grid { gap: 3rem; }
  .value-copy { max-width: 680px; }
  .trust-band { grid-template-columns: 1fr 1fr; }
  .doctor-section { background: var(--paper); }
  .doctor-visual { z-index: 0; width: min(100%, 470px); justify-self: center; }
  .doctor-visual::after { content: ""; position: absolute; z-index: -1; inset: -5.5rem -100vw -2.2rem; background: var(--navy-950); }
  .doctor-copy { padding-top: 3rem; }
  .associations .container { grid-template-columns: 1fr; text-align: center; }
  .association-list { border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
  .location-details > div { min-height: 180px; }
  .faq-intro { max-width: 680px; }
  .final-cta__inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.25fr repeat(3, 1fr); gap: 2rem; }
  .page-hero__grid { gap: 3rem; padding-block: 5rem; }
  .page-hero__media { justify-self: center; }
  .profile-intro__grid > .editorial-quote { order: 2; }
  .education-heading { max-width: 680px; }
  .training-image { width: min(100%, 520px); justify-self: center; }
  .service-detail__grid { grid-template-columns: 1fr; }
  .service-detail__index { font-size: 4.5rem; }
  .service-detail__index span { display: inline; margin-left: 1rem; }
  .surgery-media { width: min(100%, 620px); justify-self: center; }
  .pricing-heading { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .trust-band, .location-details, .memberships-grid, .obstetric-grid, .conditions-grid, .practical-grid { grid-template-columns: 1fr; }
  .service-feature--large { grid-template-columns: 1fr; }
  .service-feature--large img { min-height: 360px; }
  .service-feature-stack { grid-template-columns: 1fr; }
  .tabs__panel { grid-template-columns: 1fr; min-height: 0; padding: 2.3rem; }
  .tabs__number { font-size: 2.7rem; }
  .association-list { grid-template-columns: 1fr 1fr; }
  .association-list span { border-bottom: 1px solid rgba(255,255,255,.25); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-hero__badge { right: 0; }
  .credential-banner__grid { grid-template-columns: 1fr; }
  .credential-seal { width: 120px; height: 120px; }
  .procedure-columns, .two-column-list { grid-template-columns: 1fr; }
  .conditions-grid ul { columns: 1; }
  .contact-option-list a { grid-template-columns: 1fr; }
  .contact-option-list em { text-align: left; }
}

@media (max-width: 620px) {
  .section-heading h2, .value-grid h2, .doctor-copy h2, .location-panel h2, .faq-intro h2, .profile-intro h2, .education-heading h2, .training-grid h2, .conditions-heading h2, .pricing-heading h2, .contact-location__copy h2, .contact-options h2 { font-size: 2.45rem; }
  .value-copy { padding-left: 1.2rem; }
  .trust-band { margin-top: 3rem; }
  .trust-band > div { min-height: 112px; }
  .service-feature--large > div, .service-feature--color, .service-feature--paper { padding: 1.7rem; }
  .service-feature--color, .service-feature--paper { min-height: 340px; }
  .tabs__list { display: grid; grid-template-columns: 1fr 1fr; }
  .tabs__list button { width: 100%; }
  .doctor-visual { min-height: 470px; }
  .doctor-visual > img { height: 420px; }
  .doctor-visual__label { left: 0; }
  .association-list { grid-template-columns: 1fr; }
  .location-panel { padding: 2rem 1.4rem; }
  .location-details > div { min-height: 0; }
  .final-cta__inner { min-height: 390px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .whatsapp-float { width: 54px; height: 54px; }
  .page-hero h1 { font-size: var(--hero-title-size); }
  .page-hero__media { width: min(88%, 320px); }
  .page-hero__image img, .page-hero__contact-panel { height: 330px; }
  .page-hero__url-panel { min-height: 330px; }
  .sitemap-list li { grid-template-columns: 1fr; gap: .35rem; }
  .editorial-quote { min-height: 310px; padding: 2.2rem; }
  .timeline li { grid-template-columns: 50px 1fr; gap: .8rem; }
  .training-image { padding-left: 1rem; }
  .training-image img { width: 92%; height: 490px; }
  .training-image > span { right: 0; }
  .service-detail__index { font-size: 3.5rem; }
  .service-detail__content h2, .surgery-copy h2 { font-size: 2.7rem; }
  .obstetric-grid article { min-height: 0; }
  .surgery-media img { min-height: 260px; }
  .surgery-media p { right: 0; bottom: -1rem; }
  .address-art { min-height: 420px; }
  .practical-grid article { min-height: 0; }
}
