:root {
  --navy: #102f45;
  --navy-deep: #092233;
  --teal: #087f75;
  --teal-dark: #05665f;
  --mint: #e9f5f2;
  --cream: #f7f5ef;
  --ink: #253642;
  --muted: #5c6c76;
  --line: #dce5e8;
  --white: #fff;
  --danger: #8f2e2e;
  --shadow: 0 18px 60px rgba(16, 47, 69, .1);
  --radius: 18px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 1rem/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--teal-dark); text-underline-offset: .2em; }
a:hover { color: var(--navy); }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 .6em; color: var(--navy); font-family: var(--serif); font-weight: 600; line-height: 1.13; letter-spacing: -.025em; }
h1 { font-size: clamp(2.25rem, 4.2vw, 3.75rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p { margin: 0 0 1.25rem; }
:focus-visible { outline: 3px solid #f4b942; outline-offset: 3px; }
::selection { color: var(--navy-deep); background: #bfe9e3; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 12px 18px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: .8rem; color: var(--teal-dark); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: #79d5c9; }
.section { padding: clamp(54px, 6vw, 86px) 0; }
.section--tint { background: var(--cream); }
.section--navy { color: #dce8ee; background: var(--navy-deep); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.section-heading h2 { margin: 0; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--teal); border-radius: 999px; color: var(--white); background: var(--teal); font-size: .91rem; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { color: var(--white); background: var(--teal-dark); transform: translateY(-2px); }
.button--compact { min-height: 44px; padding: 9px 17px; font-size: .82rem; }
.button--outline { color: var(--navy); background: transparent; }
.button--dark { border-color: var(--navy); background: var(--navy); }
.button--light { border-color: var(--white); color: var(--navy); background: var(--white); }
.button--ghost { border-color: rgba(255,255,255,.5); color: var(--white); background: transparent; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; font-weight: 750; }
.text-link::after { content: '→'; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.topbar { color: #dce8ee; background: var(--navy-deep); font-size: .75rem; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.topbar a { color: var(--white); text-decoration: none; }
.topbar__contacts { display: flex; gap: 20px; }
.topbar__hours { max-width: 420px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.navigation-shell { position: relative; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.navigation-shell__inner { min-height: 84px; display: flex; align-items: center; gap: 24px; }
.site-brand { display: flex; min-width: 230px; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.site-brand__mark { width: 46px; height: 46px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50% 50% 50% 12px; color: var(--white); background: var(--teal); font-family: var(--serif); font-size: 1.15rem; }
.site-brand strong, .site-brand small { display: block; line-height: 1.2; }
.site-brand small { max-width: 190px; margin-top: 4px; color: var(--muted); font-size: .66rem; }
.custom-logo { width: auto; max-height: 58px; }
.primary-navigation { margin-left: auto; }
.menu { display: flex; align-items: center; gap: clamp(12px, 1.6vw, 24px); margin: 0; padding: 0; list-style: none; }
.menu > li { position: relative; }
.menu a { display: flex; min-height: 44px; align-items: center; color: var(--navy); font-size: .82rem; font-weight: 700; text-decoration: none; }
.sub-menu { position: absolute; top: 100%; left: -18px; width: 260px; margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: var(--shadow); list-style: none; opacity: 0; pointer-events: none; transform: translateY(8px); transition: .2s ease; }
.menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: none; }
.sub-menu a { min-height: 42px; padding: 8px 10px; border-radius: 6px; }
.sub-menu a:hover { background: var(--mint); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }
.mobile-actions { display: none; }
.whatsapp-float { position: fixed; z-index: 280; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #187b52; box-shadow: 0 12px 34px rgba(9, 34, 51, .24); text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { color: var(--white); background: #126442; transform: translateY(-2px); }
.whatsapp-float:focus-visible { box-shadow: 0 0 0 5px rgba(24, 123, 82, .22), 0 12px 34px rgba(9, 34, 51, .24); }
.social-icon-mask { width: 24px; height: 24px; display: block; background: currentColor; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.social-icon-mask--whatsapp { -webkit-mask-image: url('../icons/whatsapp.svg'); mask-image: url('../icons/whatsapp.svg'); }

.hero { overflow: hidden; background: linear-gradient(120deg, #f4f8f7 0 61%, #d9eee9 61%); }
.hero__grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); align-items: center; gap: clamp(50px, 8vw, 110px); padding-block: 75px; }
.hero__lead, .page-hero p, .medical-hero p { max-width: 680px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero__portrait img, .hero__portrait .photo-placeholder { min-height: 500px; max-height: 610px; width: 100%; object-fit: cover; border-radius: 180px 180px 24px 24px; box-shadow: var(--shadow); }
.photo-placeholder { min-height: 430px; display: grid; place-items: center; align-content: center; gap: 18px; padding: 30px; border: 1px solid rgba(8,127,117,.2); color: var(--navy); background: linear-gradient(145deg, #eff8f6, #cce9e4); text-align: center; }
.photo-placeholder span { font: 600 clamp(4rem, 10vw, 8rem)/1 var(--serif); opacity: .35; }
.photo-placeholder small { max-width: 210px; font-size: .75rem; font-weight: 700; }
.photo-placeholder--small { min-height: 480px; border-radius: 24px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 32px 0 0; padding: 0; list-style: none; }
.trust-list li { padding: 8px 12px; border: 1px solid #c8dedb; border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.6); font-size: .74rem; font-weight: 750; }
.credentials { border-bottom: 1px solid var(--line); background: var(--white); }
.credential-grid { min-height: 100px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.credential-grid span { padding: 16px 22px; border-right: 1px solid var(--line); color: var(--navy); font-family: var(--serif); font-weight: 600; text-align: center; }
.credential-grid span:last-child { border: 0; }
.credential-item { min-height: 100px; display: flex; align-items: center; justify-content: center; gap: 13px; }
.credential-item strong { max-width: 150px; font: inherit; line-height: 1.35; }
.credential-icon { width: 27px; height: 27px; flex: 0 0 auto; color: var(--teal); background: currentColor; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.credential-icon--consultant { -webkit-mask-image: url('../icons/person-badge.svg'); mask-image: url('../icons/person-badge.svg'); }
.credential-icon--oncology { -webkit-mask-image: url('../icons/heart-pulse.svg'); mask-image: url('../icons/heart-pulse.svg'); }
.credential-icon--academic { -webkit-mask-image: url('../icons/mortarboard.svg'); mask-image: url('../icons/mortarboard.svg'); }
.credential-icon--fellowship { -webkit-mask-image: url('../icons/award.svg'); mask-image: url('../icons/award.svg'); }
.credential-icon--location { -webkit-mask-image: url('../icons/geo-alt.svg'); mask-image: url('../icons/geo-alt.svg'); }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.content-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 28px rgba(16,47,69,.04); transition: transform .25s ease, box-shadow .25s ease; }
.content-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.content-card__media { height: 210px; display: block; overflow: hidden; background: var(--mint); }
.content-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.content-card:hover .content-card__media img { transform: scale(1.03); }
.content-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(16,47,69,.25); font: 600 4rem/1 var(--serif); }
.content-card__body { padding: 25px; }
.content-card__body p { color: var(--muted); font-size: .92rem; }
.content-card__type { margin-bottom: 7px !important; color: var(--teal-dark) !important; font-size: .7rem !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.content-card h3 a { color: inherit; text-decoration: none; }
.specialty-showcase { position: relative; overflow: hidden; color: #dce8ee; background: var(--navy-deep); }
.specialty-showcase::before { content: ''; position: absolute; width: 680px; height: 680px; top: -360px; right: -180px; border: 1px solid rgba(121, 213, 201, .15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(121, 213, 201, .035), 0 0 0 180px rgba(121, 213, 201, .025); pointer-events: none; }
.specialty-showcase .container { position: relative; z-index: 1; }
.specialty-showcase h2 { max-width: 780px; color: var(--white); }
.specialty-showcase .section-heading { align-items: end; }
.specialty-showcase .section-heading > div { max-width: 800px; }
.specialty-showcase .section-intro { max-width: 680px; margin: 18px 0 0; color: #a9bdc7; }
.specialty-showcase .text-link { color: #8ce0d5; white-space: nowrap; }
.specialty-solutions { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; }
.specialty-solution { --solution-accent: #0d746d; position: relative; min-height: 265px; grid-column: span 3; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; color: var(--white); background: #154b58; background: linear-gradient(145deg, color-mix(in srgb, var(--solution-accent) 78%, #102f45), var(--navy)); text-decoration: none; isolation: isolate; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.specialty-solution:first-child { grid-column: span 6; --solution-accent: #087f75; }
.specialty-solution:nth-child(2) { --solution-accent: #3c6f78; }
.specialty-solution:nth-child(3) { --solution-accent: #745f71; }
.specialty-solution:nth-child(4) { --solution-accent: #57775f; }
.specialty-solution:nth-child(5) { --solution-accent: #8a694d; }
.specialty-solution:nth-child(6) { --solution-accent: #466b83; }
.specialty-solution:nth-child(7) { --solution-accent: #6d617d; }
.specialty-solution::before { content: ''; position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, transparent 10%, rgba(4, 27, 40, .58)); }
.specialty-solution::after { content: ''; position: absolute; z-index: -1; width: 210px; height: 210px; right: -95px; bottom: -110px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.035), 0 0 0 70px rgba(255,255,255,.025); transition: transform .35s ease; }
.specialty-solution--image { background-image: linear-gradient(180deg, rgba(7,34,49,.18), rgba(7,34,49,.9)), var(--specialty-image); background-position: center; background-size: cover; }
.specialty-solution:hover { color: var(--white); border-color: rgba(140,224,213,.75); box-shadow: 0 22px 54px rgba(0,0,0,.22); transform: translateY(-6px); }
.specialty-solution:hover::after { transform: scale(1.12) translate(-7px, -7px); }
.specialty-solution__number { color: #b8eee7; font-size: .72rem; font-weight: 850; letter-spacing: .13em; }
.specialty-solution__content p { margin: 0 0 8px; color: #b8eee7; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.specialty-solution__content h3 { max-width: 390px; margin-bottom: 10px; color: var(--white); font-size: clamp(1.35rem, 2vw, 2rem); }
.specialty-solution__content > span { display: block; max-width: 440px; color: #d3e1e6; font-size: .84rem; line-height: 1.55; }
.specialty-solution__arrow { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; font-size: 1.05rem; transition: color .25s ease, background .25s ease, transform .25s ease; }
.specialty-solution:hover .specialty-solution__arrow { color: var(--navy); background: #8ce0d5; transform: rotate(8deg); }
.split { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(45px, 8vw, 105px); }
.split--reverse { grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); }
.split__media img { min-height: 500px; width: 100%; object-fit: cover; border-radius: var(--radius); }
.check-list, .feature-list { margin: 26px 0 32px; padding: 0; list-style: none; }
.check-list li, .feature-list li { position: relative; margin: 12px 0; padding-left: 28px; }
.check-list li::before, .feature-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 46px; background: rgba(255,255,255,.16); }
.steps article { padding: 30px; background: var(--navy-deep); }
.steps span { display: block; margin-bottom: 26px; color: #79d5c9; font-size: .74rem; font-weight: 800; letter-spacing: .14em; }
.steps p { margin: 0; color: #bfcfd7; font-size: .9rem; }
.quote-card { padding: clamp(32px, 5vw, 62px); border-radius: 8px 80px 8px 8px; color: var(--white); background: var(--teal); }
.quote-card p { font: 500 clamp(1.5rem, 3vw, 2.25rem)/1.35 var(--serif); }
.quote-card small { color: #d9f2ee; }
.accordion-group { margin-top: 34px; border-top: 1px solid var(--line); }
.accordion-group details { border-bottom: 1px solid var(--line); }
.accordion-group summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 4px; color: var(--navy); font-family: var(--serif); font-size: 1.16rem; font-weight: 600; cursor: pointer; }
.accordion-group summary::-webkit-details-marker { display: none; }
.accordion-group summary::marker { content: ''; }
.accordion-group summary::after { content: '+'; width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #b9d9d4; border-radius: 50%; color: var(--teal-dark); background: var(--mint); font: 500 1.35rem/1 var(--sans); transition: color .2s ease, background .2s ease, transform .2s ease; }
.accordion-group details[open] summary::after { content: '−'; color: var(--white); background: var(--teal); transform: rotate(180deg); }
.accordion-group summary:hover::after { border-color: var(--teal); }
.accordion-group details > div { padding: 0 30px 18px 4px; color: var(--muted); }
.final-cta { position: relative; min-height: 300px; display: flex; align-items: center; overflow: hidden; padding: 70px 0; color: #dce8ee; background: linear-gradient(115deg, var(--teal-dark), #07534f 68%, #0b3f48); isolation: isolate; }
.final-cta::before { content: ''; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; -webkit-mask-image: linear-gradient(90deg, transparent, #000); mask-image: linear-gradient(90deg, transparent, #000); }
.final-cta h2 { color: var(--white); }
.final-cta__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta__inner > div:first-child { max-width: 700px; }
.final-cta__graphic { position: absolute; z-index: 0; top: 50%; right: clamp(-120px, 2vw, 20px); width: clamp(280px, 38vw, 560px); aspect-ratio: 1; border: 1px solid rgba(162, 234, 223, .25); border-radius: 50%; pointer-events: none; transform: translateY(-50%); animation: cta-orbit 26s linear infinite; }
.final-cta__graphic::before, .final-cta__graphic::after, .final-cta__graphic span { content: ''; position: absolute; border: 1px solid rgba(162, 234, 223, .2); border-radius: 50%; }
.final-cta__graphic::before { inset: 12%; }
.final-cta__graphic::after { inset: 28%; background: radial-gradient(circle, rgba(121,213,201,.16), transparent 68%); }
.final-cta__graphic span:nth-child(1) { width: 18px; height: 18px; top: 7%; left: 47%; border: 0; background: #79d5c9; box-shadow: 0 0 30px rgba(121,213,201,.8); }
.final-cta__graphic span:nth-child(2) { width: 10px; height: 10px; right: 15%; bottom: 22%; border: 0; background: rgba(255,255,255,.75); }
.final-cta__graphic span:nth-child(3) { inset: -13%; border-color: rgba(162,234,223,.1); animation: cta-pulse 5s ease-in-out infinite; }
@keyframes cta-orbit { from { transform: translateY(-50%) rotate(0); } to { transform: translateY(-50%) rotate(360deg); } }
@keyframes cta-pulse { 0%, 100% { opacity: .35; transform: scale(.96); } 50% { opacity: .9; transform: scale(1.02); } }

.page-hero, .medical-hero { background: linear-gradient(135deg, var(--cream), var(--mint)); }
.page-hero { padding: clamp(42px, 5vw, 68px) 0; }
.medical-hero { padding: clamp(54px, 6vw, 88px) 0; }
.page-hero--compact { padding-block: 46px; }
.page-hero--archive { min-height: 0; }
.archive-section { padding-top: clamp(40px, 5vw, 66px); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 18px; padding: 0; list-style: none; font-size: .78rem; }
.breadcrumbs li:not(:last-child)::after { content: '/'; margin-left: 9px; color: #8ba0ab; }
.breadcrumbs a { color: var(--muted); }
.medical-hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: center; gap: 70px; }
.medical-hero figure { margin: 0; }
.medical-hero figure img { max-height: 480px; width: 100%; object-fit: cover; border-radius: 120px 12px 12px 12px; }
.medical-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; align-items: start; gap: clamp(45px, 8vw, 100px); }
.medical-layout--wide { grid-template-columns: 230px minmax(0, 880px); justify-content: space-between; gap: clamp(40px, 6vw, 80px); }
.medical-nav { position: sticky; top: 30px; display: grid; gap: 4px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.medical-nav strong { margin-bottom: 8px; color: var(--navy); font-family: var(--serif); }
.medical-nav a { min-height: 42px; display: flex; align-items: center; color: var(--muted); font-size: .84rem; text-decoration: none; }
.content-prose { max-width: 780px; }
.content-prose > * + * { margin-top: 1.35em; }
.content-prose h2 { margin-top: 1.8em; }
.content-prose h3 { margin-top: 1.6em; }
.content-prose li { margin-bottom: .6em; }
.content-prose blockquote { margin: 2rem 0; padding: 20px 25px; border-left: 4px solid var(--teal); background: var(--mint); }
.featured-image { margin: 0 0 40px; }
.featured-image img { border-radius: var(--radius); }
.review-panel, .medical-disclaimer, .urgent-panel { margin-top: 40px; padding: 24px; border-radius: 12px; }
.review-panel { border: 1px solid var(--line); background: #f5f8f9; }
.medical-disclaimer { border-left: 4px solid var(--teal); background: var(--mint); }
.urgent-panel { border-left: 4px solid var(--danger); color: #592727; background: #fff3f2; }
.review-panel h2, .medical-disclaimer h2, .urgent-panel h2 { font-size: 1.35rem; }
.review-panel p:last-child, .medical-disclaimer p:last-child, .urgent-panel p:last-child { margin-bottom: 0; }
.medical-hero--service { position: relative; overflow: hidden; }
.medical-hero--service::after { content: ''; position: absolute; width: 440px; height: 440px; right: -240px; bottom: -270px; border: 1px solid rgba(8,127,117,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,127,117,.035), 0 0 0 140px rgba(8,127,117,.025); pointer-events: none; }
.service-quick-nav { position: relative; z-index: 4; border-block: 1px solid var(--line); background: rgba(255,255,255,.97); }
.service-quick-nav__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-quick-nav a { min-height: 84px; display: flex; align-items: center; gap: 13px; padding: 17px 22px; border-right: 1px solid var(--line); color: var(--navy); font-size: .82rem; font-weight: 750; text-decoration: none; transition: color .2s ease, background .2s ease; }
.service-quick-nav a:first-child { border-left: 1px solid var(--line); }
.service-quick-nav a:hover { color: var(--teal-dark); background: var(--mint); }
.service-quick-nav a span { color: var(--teal); font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.service-intro-strip { padding: 42px 0; background: var(--navy-deep); }
.service-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.13); }
.service-pillar { min-height: 145px; display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 27px; background: var(--navy-deep); }
.service-pillar > span { color: #79d5c9; font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.service-pillar h2 { margin: 0 0 7px; color: var(--white); font-family: var(--sans); font-size: 1rem; letter-spacing: 0; }
.service-pillar p { margin: 0; color: #b8cad2; font-size: .82rem; line-height: 1.55; }
.service-body { background: linear-gradient(90deg, #f8faf9 0, #f8faf9 calc((100% - min(1180px, calc(100% - 40px))) / 2 + 250px), #fff calc((100% - min(1180px, calc(100% - 40px))) / 2 + 250px)); }
.service-main { min-width: 0; }
.service-main > * + * { margin-top: clamp(56px, 7vw, 82px); }
.service-overview-lead { padding-left: 22px; border-left: 3px solid var(--teal); color: var(--navy); font: 500 1.2rem/1.65 var(--serif); }
.service-section { scroll-margin-top: 100px; }
.service-section > p:not(.eyebrow) { max-width: 700px; color: var(--muted); }
.related-tile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.related-tile { min-height: 135px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 12px; padding: 23px; border: 1px solid var(--line); border-radius: 14px; color: var(--navy); background: var(--white); text-decoration: none; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.related-tile span { grid-column: 1 / -1; color: var(--teal); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.related-tile strong { font: 600 1.18rem/1.3 var(--serif); }
.related-tile b { color: var(--teal); }
.related-tile:hover { border-color: #9acfc8; box-shadow: 0 15px 36px rgba(16,47,69,.09); transform: translateY(-3px); }
.care-pathway { overflow: hidden; padding: clamp(38px, 6vw, 60px); border-radius: 20px; color: #c7d8df; background: var(--navy-deep); }
.care-pathway h2, .care-pathway h3 { color: var(--white); }
.care-pathway__intro { color: #b8cad2 !important; }
.care-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 34px; background: rgba(255,255,255,.13); }
.care-step { min-height: 205px; padding: 25px; background: var(--navy-deep); }
.care-step > span { display: block; margin-bottom: 24px; color: #79d5c9; font-size: .7rem; font-weight: 850; letter-spacing: .13em; }
.care-step h3 { font-size: 1.25rem; }
.care-step p { margin: 0; color: #b8cad2; font-size: .86rem; }
.surgeon-panel { display: grid; grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr); align-items: center; gap: clamp(30px, 6vw, 60px); overflow: hidden; padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(135deg, var(--cream), var(--mint)); }
.surgeon-panel__photo img, .surgeon-panel__photo .photo-placeholder { width: 100%; min-height: 330px; max-height: 410px; object-fit: cover; border-radius: 120px 120px 16px 16px; }
.surgeon-panel__role { color: var(--teal-dark); font-weight: 750; }
.resource-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; margin-top: 30px; }
.resource-columns > div { padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }
.resource-link-list { display: grid; }
.resource-link-list a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); color: var(--navy); font-size: .86rem; font-weight: 750; text-decoration: none; }
.resource-link-list b { color: var(--teal); }
.service-faqs .accordion-group { background: var(--white); }
.editor-notice { padding: 24px; border: 1px dashed #9eb2bb; border-radius: 12px; color: var(--muted); background: #f8fafb; }
.timeline { position: relative; margin: 30px 0 0; padding: 0 0 0 22px; border-left: 2px solid #b9d9d4; list-style: none; }
.timeline li { position: relative; display: grid; grid-template-columns: 100px 1fr; gap: 3px 18px; padding: 0 0 28px 18px; }
.timeline li::before { content: ''; position: absolute; top: 8px; left: -29px; width: 12px; height: 12px; border: 3px solid var(--white); border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 2px var(--teal); }
.timeline span { grid-row: 1 / 3; color: var(--teal-dark); font-size: .8rem; font-weight: 800; }
.timeline strong, .timeline small { display: block; }
.timeline small { color: var(--muted); }
.form-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: start; gap: 60px; }
.form-panel { padding: clamp(25px, 5vw, 50px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.contact-sidebar { padding: 30px; border-radius: var(--radius); background: var(--cream); }
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.contact-card { min-height: 180px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--navy); text-decoration: none; }
.contact-card span { color: var(--teal); font-size: .72rem; font-weight: 800; }
.contact-card strong { margin-top: auto; font: 600 1.5rem/1.2 var(--serif); }
.contact-card small { margin-top: 6px; color: var(--muted); }
.map-section iframe { width: 100%; height: 480px; display: block; border: 0; }
.video-frame { position: relative; overflow: hidden; padding-top: 56.25%; border-radius: var(--radius); background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.wpcf7-form label { display: block; margin-bottom: 18px; color: var(--navy); font-size: .86rem; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.form-field--full { grid-column: 1 / -1; }
.choice-field { min-width: 0; margin: 0 0 20px; padding: 0; border: 0; }
.choice-field legend { margin-bottom: 10px; color: var(--navy); font-size: .86rem; font-weight: 700; }
.wpcf7-radio { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.wpcf7-radio .wpcf7-list-item { margin: 0; }
.wpcf7-radio .wpcf7-list-item label { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; margin: 0; font-weight: 600; cursor: pointer; }
.wpcf7-form input[type='radio'] { width: 19px; height: 19px; flex: 0 0 auto; margin: 0; accent-color: var(--teal); }
.consent-field { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 500 !important; }
.consent-field input { width: 20px; height: 20px; margin-top: 3px; }
.consent-field .wpcf7-list-item { margin: 0; }
.consent-field .wpcf7-list-item label { display: inline-flex; align-items: flex-start; gap: 10px; margin: 0; font-weight: 500; }
.wpcf7-form input:not([type='checkbox']):not([type='radio']):not([type='submit']), .wpcf7-form textarea, .wpcf7-form select, .search-form input[type='search'] { width: 100%; min-height: 48px; margin-top: 6px; padding: 10px 13px; border: 1px solid #a7b8c0; border-radius: 6px; color: var(--ink); background: var(--white); }
.wpcf7-form textarea { min-height: 130px; resize: vertical; }
.wpcf7-submit, .search-submit { min-height: 48px; padding: 11px 22px; border: 0; border-radius: 999px; color: var(--white); background: var(--teal); font-weight: 750; cursor: pointer; }
.wpcf7-not-valid-tip { color: #a82020; font-size: .84rem; }
.wpcf7-response-output { padding: 14px !important; border-radius: 8px; }
.search-form { display: flex; max-width: 600px; gap: 10px; margin-top: 25px; }
.search-form label { flex: 1; }
.search-form input[type='search'] { margin: 0; }
.search-results { display: grid; gap: 0; }
.search-results article { padding: 30px 0; border-bottom: 1px solid var(--line); }
.search-results h2 { font-size: 1.8rem; }
.search-results h2 a { color: inherit; }
.error-page { min-height: 650px; display: grid; place-items: center; padding: 80px 0; text-align: center; background: linear-gradient(135deg, var(--cream), var(--mint)); }
.error-page .search-form, .error-page .button-row { justify-content: center; margin-inline: auto; }

.site-footer { color: #c4d2d9; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .9fr .8fr 1fr; gap: clamp(35px, 6vw, 80px); padding-block: 80px; }
.site-footer h2 { color: var(--white); font-family: var(--sans); font-size: .92rem; letter-spacing: .04em; }
.footer-brand { font-family: var(--serif) !important; font-size: 1.6rem !important; letter-spacing: 0 !important; }
.footer-note { color: #91a6b1; font-size: .82rem; }
.footer-links { margin: 20px 0 0; padding: 0; list-style: none; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: #c4d2d9; text-decoration: none; }
.footer-links a:hover { color: var(--white); text-decoration: underline; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.social-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #79d5c9; transition: color .2s ease, background .2s ease, transform .2s ease; }
.social-icon:hover { color: var(--navy-deep); background: #79d5c9; transform: translateY(-3px); }
.social-icon span { width: 18px; height: 18px; display: block; background: currentColor; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.social-icon--facebook span { -webkit-mask-image: url('../icons/facebook.svg'); mask-image: url('../icons/facebook.svg'); }
.social-icon--instagram span { -webkit-mask-image: url('../icons/instagram.svg'); mask-image: url('../icons/instagram.svg'); }
.social-icon--linkedin span { -webkit-mask-image: url('../icons/linkedin.svg'); mask-image: url('../icons/linkedin.svg'); }
.social-icon--youtube span { -webkit-mask-image: url('../icons/youtube.svg'); mask-image: url('../icons/youtube.svg'); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom a { color: #c4d2d9; }
.reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }
.reveal-on-scroll.reveal-from-left { transform: translateX(-28px); }
.reveal-on-scroll.reveal-from-right { transform: translateX(28px); }
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .header-book { display: none; }
  .menu { gap: 13px; }
  .site-brand { min-width: 210px; }
}

@media (max-width: 980px) {
  body.menu-open { overflow: hidden; }
  .topbar__hours { display: none; }
  .navigation-shell__inner { min-height: 74px; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-navigation { position: fixed; z-index: 90; inset: 112px 0 0 auto; width: min(390px, 100%); padding: 24px; background: var(--white); box-shadow: var(--shadow); transform: translateX(105%); visibility: hidden; transition: .25s ease; }
  .primary-navigation.is-open { transform: none; visibility: visible; }
  .menu { display: block; }
  .menu a { min-height: 50px; font-size: 1rem; }
  .sub-menu { position: static; width: auto; display: block; padding: 0 0 0 18px; border: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .hero__grid, .medical-hero__grid { grid-template-columns: 1fr; }
  .hero { background: linear-gradient(160deg, #f4f8f7 0 68%, #d9eee9 68%); }
  .hero__portrait { max-width: 600px; }
  .credential-grid { grid-template-columns: repeat(3, 1fr); padding-block: 15px; }
  .credential-grid span { min-height: 65px; display: grid; place-items: center; border-bottom: 1px solid var(--line); }
  .credential-item strong { max-width: 190px; }
  .service-quick-nav__inner { grid-template-columns: repeat(2, 1fr); }
  .service-quick-nav a:nth-child(odd) { border-left: 1px solid var(--line); }
  .service-quick-nav a { border-bottom: 1px solid var(--line); }
  .service-pillars { grid-template-columns: 1fr; }
  .service-pillar { min-height: 120px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .specialty-solution, .specialty-solution:first-child { grid-column: span 6; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .contact-cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { padding-bottom: 64px; }
  .container { width: min(100% - 28px, 1180px); }
  .topbar__inner { justify-content: center; }
  .topbar__contacts { gap: 15px; }
  .topbar__contacts a:nth-child(3) { display: none; }
  .site-brand small { display: none; }
  .primary-navigation { top: 112px; }
  .mobile-actions { position: fixed; z-index: 300; right: 0; bottom: 0; left: 0; height: 64px; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid #2e4a5d; background: var(--navy-deep); }
  .whatsapp-float { display: none; }
  .mobile-actions a { min-width: 0; min-height: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: var(--white); font-size: .7rem; font-weight: 750; text-decoration: none; }
  .mobile-actions span { color: #79d5c9; font-size: 1rem; }
  .mobile-actions .social-icon-mask { width: 18px; height: 18px; background: #79d5c9; }
  .hero__grid { min-height: auto; padding-block: 60px; }
  .hero__portrait img, .hero__portrait .photo-placeholder { min-height: 410px; }
  .credential-grid { grid-template-columns: 1fr 1fr; }
  .credential-item { min-height: 105px !important; padding-inline: 12px !important; }
  .credential-icon { width: 24px; height: 24px; }
  .credential-item strong { max-width: 135px; font-size: .88rem; }
  .service-quick-nav__inner { width: 100%; grid-template-columns: 1fr 1fr; }
  .service-quick-nav a { min-height: 72px; padding: 13px 14px; font-size: .75rem; }
  .service-intro-strip { padding-block: 28px; }
  .service-pillar { grid-template-columns: 35px 1fr; padding: 22px 20px; }
  .service-body { background: var(--white); }
  .related-tile-grid, .care-steps, .surgeon-panel, .resource-columns { grid-template-columns: 1fr; }
  .care-pathway { margin-inline: -5px; padding: 30px 22px; }
  .care-step { min-height: 175px; }
  .surgeon-panel__photo { max-width: 330px; }
  .final-cta { min-height: 380px; }
  .final-cta__graphic { right: -130px; opacity: .7; }
  .section-heading, .final-cta__inner { display: block; }
  .section-heading .text-link { margin-top: 16px; }
  .card-grid, .split, .split--reverse, .steps, .medical-layout, .form-layout, .contact-cards, .footer-grid { grid-template-columns: 1fr; }
  .specialty-solution, .specialty-solution:first-child { grid-column: 1 / -1; min-height: 235px; }
  .form-grid { grid-template-columns: 1fr; }
  .medical-nav { position: static; }
  .final-cta__inner .button-row { margin-top: 30px; }
  .footer-bottom__inner { padding-block: 20px; flex-direction: column; justify-content: center; text-align: center; }
  .timeline li { grid-template-columns: 72px 1fr; }
  .search-form { flex-direction: column; }
}

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

@media print {
  .site-header, .site-footer, .mobile-actions, .whatsapp-float, .final-cta, .medical-nav { display: none !important; }
  body { color: #000; background: #fff; }
  .section { padding: 20px 0; }
}
