/*
Theme Name: Dr. Florin Gorun
Theme URI: https://drgorunflorin.ro
Author: OpenAI Codex pentru Dr. Florin Gorun
Description: Temă medicală personalizată pentru Dr. Ion-Florin Gorun, cu pagini de expertiză, CV, programări și blog.
Version: 1.2.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: dr-florin-gorun
*/

:root {
  --ink: #102128;
  --navy: #102a35;
  --navy-deep: #071b23;
  --petrol: #2f6f6b;
  --petrol-light: #8fb9b2;
  --cream: #f5f3ee;
  --paper: #fbfbf9;
  --line: rgba(16, 42, 53, 0.14);
  --muted: #65747a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
.generic-page { min-height: 40vh; background: var(--paper); }
.generic-page .article-body { max-width: 860px; }
.article-body > *:first-child { margin-top: 0; }
.article-body ul, .article-body ol { color: #45575e; font-family: Georgia, serif; font-size: 1.02rem; line-height: 1.85; }
.article-body a { color: var(--petrol); text-decoration: underline; text-underline-offset: .16em; }
a { color: inherit; text-decoration: none; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}
h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.2vw, 4.5rem); line-height: 1.02; }
.eyebrow { margin-bottom: 20px; color: var(--petrol); font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #aed0ca; }

.site-header { position: absolute; z-index: 20; top: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.16); color: white; }
.nav-wrap { height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { width: 43px; height: 43px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-size: .95rem; letter-spacing: -.05em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 500; }
.brand-copy small { margin-top: 5px; font-size: .58rem; letter-spacing: .14em; opacity: .72; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 24px; font-size: .78rem; }
.desktop-nav a { opacity: .78; transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: 1; }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; font-size: .82rem; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 790px; height: 92vh; max-height: 980px; background: var(--navy-deep); color: white; overflow: hidden; }
.hero-visual { position: absolute; inset: 0; background-color: #050505; background-image: url('assets/dr-florin-gorun-portrait-dark.png'); background-repeat: no-repeat; background-position: 82% 48%; background-size: auto 116%; transform: scale(1.01); }
.hero-visual::after { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(to left, black, transparent 70%); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,29,.96) 0%, rgba(5,22,29,.83) 40%, rgba(5,22,29,.08) 78%), linear-gradient(0deg, rgba(5,22,29,.48), transparent 44%); }
.hero-inner { position: relative; height: 100%; display: flex; align-items: center; padding-top: 76px; }
.hero-copy { width: min(720px, 70%); }
.hero-mobile-photo { display: none; }
.hero h1 { margin-bottom: 28px; font-size: clamp(4rem, 7vw, 7.15rem); line-height: .91; letter-spacing: -.055em; }
.hero-lead { max-width: 620px; margin-bottom: 36px; color: rgba(255,255,255,.76); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 2px; padding: 0 23px; font-size: .83rem; font-weight: 650; letter-spacing: .01em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #d9eee9; color: var(--navy-deep); }
.button-ghost { border: 1px solid rgba(255,255,255,.33); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.hero-tags { position: absolute; bottom: 42px; left: 0; display: flex; gap: 28px; color: rgba(255,255,255,.66); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-tags span { display: inline-flex; align-items: center; gap: 28px; }
.hero-tags span:not(:last-child)::after { content: ""; width: 3px; height: 3px; border-radius: 50%; background: var(--petrol-light); }

.contact-strip { background: white; border-bottom: 1px solid var(--line); }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.strip-grid > div { min-height: 126px; display: flex; align-items: center; gap: 18px; padding: 24px 38px; border-left: 1px solid var(--line); }
.strip-grid > div:last-child { border-right: 1px solid var(--line); }
.strip-number { color: var(--petrol); font-family: Georgia, serif; font-size: .78rem; }
.strip-grid p { margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.7; }
.strip-grid strong { color: var(--ink); font-size: .88rem; font-weight: 650; }
.strip-grid a { color: var(--petrol); font-weight: 700; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: start; }
.intro h2 { max-width: 540px; }
.intro-copy { padding-top: 45px; }
.intro-copy p { color: var(--muted); font-size: .98rem; line-height: 1.85; }
.intro-copy .lead-copy { color: var(--ink); font-family: Georgia, serif; font-size: 1.48rem; line-height: 1.55; }
.credentials { display: grid; gap: 11px; margin-top: 27px; padding-top: 24px; border-top: 1px solid var(--line); }
.credentials span { position: relative; padding-left: 19px; color: var(--ink); font-size: .76rem; line-height: 1.5; }
.credentials span::before { content: ""; position: absolute; left: 0; top: .52em; width: 6px; height: 6px; border-radius: 50%; background: var(--petrol); }
.text-link, .card-link { margin-top: 22px; display: inline-flex; align-items: center; gap: 11px; color: var(--petrol); font-size: .82rem; font-weight: 700; }

.expertise { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; margin-bottom: 60px; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); font-size: .9rem; line-height: 1.8; }
.expertise-grid { display: grid; grid-template-columns: 1.13fr .87fr; gap: 16px; }
.service-card { min-height: 330px; display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 40px; border: 1px solid var(--line); background: rgba(255,255,255,.62); }
.service-card.featured { position: relative; isolation: isolate; grid-row: span 2; min-height: 676px; background: var(--navy) url('assets/robotic-surgery.png') center / cover no-repeat; color: white; align-items: end; overflow: hidden; }
.service-card.featured::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(5,24,31,.98) 0%, rgba(7,28,36,.74) 50%, rgba(7,28,36,.15) 100%); }
.service-index { color: var(--petrol); font-family: Georgia, serif; font-size: .78rem; }
.featured .service-index { color: var(--petrol-light); align-self: start; }
.service-kicker { margin-bottom: 16px; color: var(--petrol); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.featured .service-kicker { color: var(--petrol-light); }
.service-card h3 { margin-bottom: 20px; font-size: clamp(1.8rem, 2.6vw, 3.15rem); line-height: 1.07; font-weight: 400; }
.service-card p { color: var(--muted); font-size: .88rem; line-height: 1.8; }
.featured > div > p:not(.service-kicker) { color: rgba(255,255,255,.68); }
.service-card ul { margin: 34px 0 0; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.17); list-style: none; }
.service-card li { display: flex; align-items: center; gap: 12px; margin: 15px 0; color: rgba(255,255,255,.78); font-size: .82rem; }
.service-card li svg { color: var(--petrol-light); }
.featured-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; color: #d9eee9; font-size: .78rem; font-weight: 700; }

.patient-path { background: var(--navy-deep); color: white; }
.path-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; }
.path-intro p:not(.eyebrow) { max-width: 460px; margin-top: 30px; color: rgba(255,255,255,.6); font-size: .91rem; line-height: 1.8; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.steps > li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--petrol-light); font-family: Georgia, serif; }
.steps h3 { margin: 0 0 9px; font-size: 1.45rem; font-weight: 400; }
.steps p { margin: 0; color: rgba(255,255,255,.58); font-size: .85rem; line-height: 1.75; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 42px 28px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 1.2rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--petrol); font-family: sans-serif; font-weight: 300; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 640px; padding: 0 50px 24px 0; color: var(--muted); font-size: .87rem; line-height: 1.75; }

.contact-section { padding: 110px 0; background: var(--petrol); color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.contact-section h2 { max-width: 650px; }
.contact-section > .shell > div:first-child > p:last-child { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.68); line-height: 1.8; }
.contact-card { padding: 46px; border: 1px solid rgba(255,255,255,.28); background: rgba(5,28,33,.16); }
.contact-label { display: block; color: rgba(255,255,255,.63); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.phone-number { display: block; margin: 13px 0 30px; font-family: Georgia, serif; font-size: clamp(2.6rem, 4.4vw, 4.4rem); letter-spacing: -.04em; }
.clinic-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: -6px 0 28px; }
.clinic-list > div { padding: 14px 15px; border: 1px solid rgba(255,255,255,.18); }
.clinic-list span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.52); font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }
.clinic-list strong { font-family: Georgia, serif; font-size: .9rem; font-weight: 400; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button-light { background: white; color: var(--navy-deep); }
.button-outline-light { border: 1px solid rgba(255,255,255,.45); }
.contact-note { margin: 25px 0 0; color: rgba(255,255,255,.54); font-size: .72rem; line-height: 1.65; }

footer { padding: 58px 0 26px; background: #06171e; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr .5fr; gap: 60px; align-items: center; }
.footer-brand { color: white; }
.footer-grid > p { margin: 0; font-size: .72rem; line-height: 1.7; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; font-size: .75rem; }
.copyright { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); font-size: .66rem; }
.floating-call { display: none; }

/* Shared interior pages */
.inner-hero { position: relative; min-height: 590px; display: flex; align-items: flex-end; padding: 190px 0 96px; background: var(--navy-deep); color: white; overflow: hidden; }
.inner-hero-pattern { position: absolute; inset: 0; opacity: .28; background: radial-gradient(circle at 80% 35%, rgba(67,136,127,.5), transparent 26%), linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.08) 50%, transparent 50.1%), linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: auto, 100% 100%, 100% 84px; }
.inner-hero-grid { position: relative; display: grid; grid-template-columns: 1.45fr .55fr; gap: 100px; align-items: end; }
.inner-hero h1 { max-width: 900px; margin: 0; font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(4rem, 6.4vw, 6.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .93; }
.inner-hero-aside { padding-bottom: 7px; }
.inner-hero-aside > span { display: block; margin-bottom: 22px; color: var(--petrol-light); font-family: Georgia, serif; font-size: .85rem; }
.inner-hero-aside p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; line-height: 1.8; }

/* Clinic contact blocks */
.clinic-cta { padding: 108px 0; background: var(--petrol); color: white; }
.clinic-cta-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 50px; }
.clinic-cta-heading h2 { max-width: 650px; }
.clinic-cta-heading > p { margin: 0 0 5px; color: rgba(255,255,255,.67); font-size: .88rem; line-height: 1.8; }
.booking-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.booking-card { min-height: 390px; padding: 40px; border: 1px solid rgba(255,255,255,.28); background: rgba(4,28,33,.14); }
.city-label { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.6); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.booking-card h3 { margin: 27px 0 12px; font-size: clamp(2rem, 3.2vw, 3.2rem); font-weight: 400; }
.booking-card > p { color: rgba(255,255,255,.64); font-size: .82rem; line-height: 1.7; }
.booking-phone { display: flex; align-items: center; gap: 12px; margin: 28px 0 7px; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3rem); }
.secondary-phone { display: block; color: rgba(255,255,255,.7); font-size: .78rem; }
.booking-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.urgent-note { margin: 28px 0 0; color: rgba(255,255,255,.55); font-size: .7rem; }

/* CV page */
.profile-section { background: var(--paper); }
.profile-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.profile-photo { position: relative; height: 650px; background: var(--cream); overflow: hidden; }
.profile-photo::before { content: ""; position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(255,255,255,.65); pointer-events: none; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; }
.profile-copy h2 { margin-bottom: 28px; }
.profile-copy > p { color: var(--muted); line-height: 1.85; }
.profile-copy .lead-copy { color: var(--ink); font-family: Georgia, serif; font-size: 1.4rem; line-height: 1.55; }
.membership-row { display: flex; gap: 10px; margin: 34px 0 15px; }
.membership-row span { min-width: 72px; padding: 12px 14px; border: 1px solid var(--line); color: var(--petrol); font-size: .72rem; font-weight: 800; text-align: center; letter-spacing: .08em; }
.fine-print { font-size: .72rem !important; }
.cv-stats { background: var(--navy); color: white; }
.cv-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.cv-stat-grid > div { min-height: 185px; display: flex; flex-direction: column; justify-content: center; padding: 30px; border-left: 1px solid rgba(255,255,255,.14); }
.cv-stat-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.cv-stat-grid strong { font-family: Georgia, serif; font-size: 2.4rem; font-weight: 400; }
.cv-stat-grid span { margin-top: 9px; color: rgba(255,255,255,.58); font-size: .7rem; line-height: 1.55; }
.timeline-section { background: white; }
.split-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 115px; }
.timeline article { display: grid; grid-template-columns: 125px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid var(--line); }
.timeline article:last-child { border-bottom: 1px solid var(--line); }
.timeline article > span { color: var(--petrol); font-family: Georgia, serif; font-size: .82rem; }
.timeline h3 { margin-bottom: 7px; font-size: 1.25rem; font-weight: 400; }
.timeline p { margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.6; }
.courses-section { background: var(--cream); }
.course-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.course-group { padding: 34px; border: 1px solid var(--line); background: rgba(255,255,255,.58); }
.course-group > span { color: var(--petrol); font-family: Georgia, serif; font-size: .78rem; }
.course-group h3 { min-height: 78px; margin: 22px 0 25px; font-size: 1.7rem; font-weight: 400; }
.course-group ul { margin: 0; padding: 0; list-style: none; }
.course-group li { padding: 15px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; line-height: 1.55; }

/* Expertise page */
.surgery-feature { background: var(--paper); }
.surgery-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.surgery-image { height: 680px; background: var(--navy) url('assets/robotic-surgery.png') center / cover no-repeat; }
.surgery-grid > div:last-child > p { color: var(--muted); line-height: 1.85; }
.surgery-grid .lead-copy { color: var(--ink) !important; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.55 !important; }
.check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-size: .8rem; }
.check-list svg { color: var(--petrol); }
.conditions-section { background: var(--cream); }
.conditions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.conditions-grid article { min-height: 300px; padding: 40px; border: 1px solid var(--line); background: rgba(255,255,255,.58); }
.conditions-grid article > span { color: var(--petrol); font-family: Georgia, serif; font-size: .75rem; }
.conditions-grid h3 { margin: 55px 0 16px; font-size: 2rem; font-weight: 400; }
.conditions-grid p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.75; }
.decision-section { background: var(--navy-deep); color: white; }

/* Ultrasound page */
.ultrasound-intro { background: var(--paper); }
.ultrasound-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 58px; }
.ultrasound-grid article { padding: 36px; border: 1px solid var(--line); background: white; }
.ultrasound-grid article > span { color: var(--petrol); font-family: Georgia, serif; font-size: .76rem; }
.ultrasound-grid h3 { min-height: 92px; margin: 35px 0 15px; font-size: 1.7rem; font-weight: 400; }
.ultrasound-grid p { min-height: 132px; color: var(--muted); font-size: .8rem; line-height: 1.7; }
.ultrasound-grid ul { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.ultrasound-grid li { display: flex; align-items: center; gap: 9px; margin: 12px 0; font-size: .73rem; }
.ultrasound-grid svg { color: var(--petrol); }
.training-section { background: var(--cream); }
.section-note { margin-top: 26px; color: var(--muted); font-size: .78rem; }
.training-list { margin: 0; padding: 0; list-style: none; }
.training-list li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); font-size: .83rem; line-height: 1.6; }
.training-list li:last-child { border-bottom: 1px solid var(--line); }
.training-list span { color: var(--petrol); font-family: Georgia, serif; font-size: .72rem; }

/* Blog */
.blog-section { background: var(--cream); }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.blog-card { min-height: 330px; padding: 38px; border: 1px solid var(--line); background: rgba(255,255,255,.7); }
.blog-card-featured { position: relative; min-height: 520px; grid-row: span 2; display: flex; align-items: end; background: linear-gradient(0deg, rgba(6,25,32,.97), rgba(6,25,32,.3)), url('assets/dr-florin-gorun-portrait-dark.png') center 27% / cover no-repeat; color: white; }
.article-tag { display: inline-block; margin-bottom: 28px; color: var(--petrol); font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.blog-card-featured .article-tag { color: var(--petrol-light); }
.blog-card h2 { margin-bottom: 18px; font-size: 3.15rem; }
.blog-card h3 { margin-bottom: 18px; font-size: 1.8rem; font-weight: 400; }
.blog-card p { color: var(--muted); font-size: .82rem; line-height: 1.75; }
.blog-card-featured p { color: rgba(255,255,255,.65); }
.blog-card a { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; color: #d9eee9; font-size: .78rem; font-weight: 700; }
.coming-soon { display: inline-block; margin-top: 20px; color: var(--petrol); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.article-hero { padding: 210px 0 95px; background: var(--navy-deep); color: white; }
.article-hero > .shell > a { display: inline-block; margin-bottom: 42px; color: rgba(255,255,255,.58); font-size: .72rem; }
.article-hero h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(3.6rem, 6vw, 6.2rem); line-height: .95; }
.article-hero > .shell > p:last-child { max-width: 720px; color: rgba(255,255,255,.62); line-height: 1.8; }
.article-layout { display: grid; grid-template-columns: 1fr 280px; gap: 100px; padding-top: 95px; padding-bottom: 110px; }
.article-body h2 { margin: 58px 0 20px; font-size: 2.2rem; line-height: 1.15; }
.article-featured { margin: 0 0 52px; }
.article-featured img { width: 100%; max-height: 580px; object-fit: cover; }
.article-body h2:first-child { margin-top: 0; }
.article-body > p { color: #45575e; font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.9; }
.article-layout aside { align-self: start; padding: 28px; border: 1px solid var(--line); background: var(--cream); }
.article-layout aside > span { color: var(--petrol); font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.article-layout aside ul { margin: 22px 0 0; padding: 0; list-style: none; }
.article-layout aside li { padding: 12px 0; border-top: 1px solid var(--line); font-size: .76rem; }
.article-callout { margin-top: 55px; padding: 30px; border-left: 4px solid var(--petrol); background: var(--cream); }
.article-callout strong { color: var(--petrol); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.article-callout p { margin: 12px 0 0; font-size: .84rem; line-height: 1.7; }
.article-disclaimer { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); font-family: Inter, sans-serif !important; font-size: .72rem !important; }

/* Contact support */
.contact-help { background: white; }
.help-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 25px 0; border-top: 1px solid var(--line); }
.help-list > div:last-child { border-bottom: 1px solid var(--line); }
.help-list span { color: var(--petrol); font-family: Georgia, serif; font-size: .76rem; }
.help-list p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.7; }

@media (max-width: 940px) {
  .desktop-nav { display: none; }
  .mobile-menu { position: relative; display: block; order: 4; }
  .mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 16px; height: 1px; display: block; background: white; }
  .mobile-menu-panel { position: absolute; top: 54px; right: 0; width: min(300px, calc(100vw - 32px)); padding: 18px; background: var(--navy-deep); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
  .mobile-menu-panel a { display: block; padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
  .section { padding: 86px 0; }
  .hero { min-height: 760px; height: 88vh; }
  .hero-copy { width: 85%; }
  .intro-grid, .section-heading, .path-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .intro-copy { padding-top: 0; }
  .expertise-grid { grid-template-columns: 1fr; }
  .service-card.featured { grid-row: auto; min-height: 520px; }
  .strip-grid > div { padding-inline: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { display: none; }
  .inner-hero-grid, .clinic-cta-heading, .profile-grid, .split-heading, .surgery-grid { grid-template-columns: 1fr; gap: 52px; }
  .inner-hero-aside { max-width: 590px; }
  .booking-card { padding: 32px; }
  .course-groups, .ultrasound-grid { grid-template-columns: 1fr; }
  .course-group h3, .ultrasound-grid h3, .ultrasound-grid p { min-height: 0; }
  .cv-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .conditions-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card-featured { grid-row: auto; }
  .article-layout { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 680px) {
  .admin-bar .site-header { top: 46px; }
  .shell { width: min(100% - 32px, 1180px); }
  .nav-wrap { height: 80px; gap: 10px; }
  .brand { gap: 9px; min-width: 0; }
  .brand-mark { width: 40px; height: 40px; flex: 0 0 40px; }
  .brand-copy { min-width: 0; }
  .brand-copy strong { font-size: .98rem; white-space: nowrap; }
  .brand-copy small { font-size: .5rem; letter-spacing: .11em; white-space: nowrap; }
  .nav-cta span { display: none; }
  .nav-cta { width: 42px; height: 42px; justify-content: center; padding: 0; border-radius: 50%; }
  .hero { min-height: 0; height: auto; max-height: none; }
  .hero-visual { display: none; }
  .hero-shade { background: radial-gradient(circle at 88% 28%, rgba(47,111,107,.18), transparent 34%), linear-gradient(180deg, #06191f, #071b23); }
  .hero-inner { height: auto; min-height: 0; align-items: flex-start; padding-top: 138px; padding-bottom: 42px; }
  .hero-copy { width: 100%; }
  .hero .eyebrow { max-width: 100%; margin-bottom: 17px; font-size: .62rem; line-height: 1.55; letter-spacing: .145em; }
  .hero h1 { max-width: 100%; margin-bottom: 0; font-size: clamp(2.85rem, 12.2vw, 3.3rem); line-height: .94; letter-spacing: -.047em; }
  .hero-mobile-photo { position: relative; display: block; width: calc(100% + 32px); height: min(510px, 126vw); margin: 28px -16px 30px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background-color: #050505; background-repeat: no-repeat; background-position: center 22%; background-size: cover; overflow: hidden; }
  .hero-mobile-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,27,35,.08), transparent 55%, rgba(7,27,35,.34)); pointer-events: none; }
  .hero-lead { margin-bottom: 28px; font-size: .96rem; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { min-height: 56px; }
  .hero-tags { position: static; margin-top: 30px; gap: 10px; flex-wrap: wrap; font-size: .57rem; line-height: 1.6; }
  .hero-tags span { gap: 10px; }
  .contact-strip { display: none; }
  .section { padding: 72px 0; }
  h2 { font-size: clamp(2.6rem, 13vw, 3.65rem); }
  .intro-grid, .section-heading, .path-grid, .faq-grid, .contact-grid { gap: 40px; }
  .lead-copy { font-size: 1.25rem !important; }
  .service-card { min-height: 0; grid-template-columns: 36px 1fr; padding: 28px 20px; }
  .service-card.featured { min-height: 510px; }
  .steps li { grid-template-columns: 48px 1fr; gap: 15px; }
  .contact-card { padding: 28px 20px; }
  .clinic-list { grid-template-columns: 1fr; }
  .contact-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  footer { padding-bottom: 86px; }
  .floating-call { position: fixed; z-index: 30; right: 14px; bottom: 14px; width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border-radius: 50%; background: #d9eee9; color: var(--navy-deep); box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 1rem; }
  .floating-call span { display: none; }
  .inner-hero { min-height: 500px; padding: 148px 0 66px; }
  .inner-hero h1 { font-size: clamp(3rem, 12.5vw, 4.2rem); line-height: .96; }
  .booking-grid { grid-template-columns: 1fr; }
  .booking-card { min-height: 0; padding: 28px 20px; }
  .booking-phone { font-size: 2rem; }
  .clinic-cta-heading { grid-template-columns: 1fr; gap: 30px; }
  .profile-photo { height: 500px; }
  .cv-stat-grid { grid-template-columns: 1fr; }
  .cv-stat-grid > div { min-height: 130px; border-right: 1px solid rgba(255,255,255,.14); }
  .timeline article { grid-template-columns: 85px 1fr; }
  .course-group { padding: 27px 22px; }
  .surgery-image { height: 480px; }
  .conditions-grid article { min-height: 0; padding: 30px 24px; }
  .conditions-grid h3 { margin-top: 36px; }
  .ultrasound-grid article { padding: 28px 22px; }
  .blog-card { min-height: 0; padding: 28px 22px; }
  .blog-card-featured { min-height: 520px; }
  .blog-card h2 { font-size: 2.45rem; }
  .article-hero { padding: 170px 0 70px; }
  .article-hero h1 { font-size: clamp(3rem, 12.5vw, 4.2rem); }
  .article-layout { padding-top: 70px; padding-bottom: 80px; }
}

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