:root {
  --ink: #182825;
  --ink-soft: #263b36;
  --paper: #f8f5f1;
  --paper-2: #efe9e3;
  --paper-3: #f4eeea;
  --rose: #c8958d;
  --rose-dark: #9b625b;
  --sage: #93aaa0;
  --line: rgba(24, 40, 37, .14);
  --muted: #66716d;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body.modal-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; color: white; background: var(--ink); }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; z-index: 40; top: 0; display: grid; grid-template-columns: auto 1fr auto; min-height: 82px;
  padding: 0 clamp(22px, 5vw, 76px); align-items: center; gap: 40px; border-bottom: 1px solid rgba(24,40,37,.08);
  background: rgba(248,245,241,.91); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-family: var(--serif); font-size: 20px; }
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { font-size: 11px; letter-spacing: .16em; }
.brand-copy small { color: var(--muted); font-size: 7px; letter-spacing: .13em; }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 38px); }
.main-nav a { position: relative; padding: 31px 0; color: #44514d; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.main-nav a::after { position: absolute; right: 50%; bottom: 23px; left: 50%; height: 1px; background: var(--rose-dark); content: ""; transition: .25s ease; }
.main-nav a:hover::after { right: 0; left: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-label select { height: 38px; padding: 0 30px 0 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; font-size: 9px; }
.menu-toggle { display: none; border: 0; background: transparent; }
.button { display: inline-flex; min-height: 50px; padding: 0 23px; align-items: center; justify-content: center; border: 0; border-radius: 999px; color: #fff; background: var(--rose-dark); font-size: 11px; font-weight: 800; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); background: #845049; }
.button-small { min-height: 38px; padding: 0 16px; font-size: 9px; }

.hero { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 760px; overflow: hidden; }
.hero-copy { display: flex; padding: clamp(80px, 10vw, 150px) clamp(32px, 7vw, 110px); flex-direction: column; justify-content: center; background: radial-gradient(circle at 15% 20%, rgba(200,149,141,.18), transparent 25rem); }
.eyebrow { margin: 0 0 24px; color: var(--rose-dark); font-size: 9px; font-weight: 800; letter-spacing: .22em; }
.eyebrow.light { color: #d4a6a0; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 700px; font-size: clamp(54px, 6vw, 98px); }
h1 em, h2 em { color: var(--rose-dark); font-weight: 400; }
.hero-text { max-width: 610px; margin: 34px 0 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.hero-actions { display: flex; margin-top: 38px; flex-wrap: wrap; align-items: center; gap: 22px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); padding: 12px 0; color: #3f4b47; font-size: 11px; font-weight: 700; }
.text-link span { color: var(--rose-dark); font-size: 18px; }
.hero-note { display: flex; margin-top: 28px; align-items: center; gap: 9px; color: #79827f; font-size: 9px; }
.privacy-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 5px rgba(147,170,160,.14); }
.hero-visual { position: relative; min-height: 760px; background: #d7d0cb; }
.hero-main-image { position: absolute; inset: 0; margin: 0; }
.hero-main-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,40,37,.12), transparent 40%), linear-gradient(0deg, rgba(24,40,37,.38), transparent 40%); content: ""; }
.hero-main-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-main-image figcaption { position: absolute; z-index: 2; right: 28px; bottom: 28px; color: rgba(255,255,255,.84); font-size: 7px; letter-spacing: .14em; }
.hero-side-image { position: absolute; z-index: 3; right: 24px; bottom: 72px; width: 30%; height: 34%; margin: 0; border: 8px solid rgba(248,245,241,.9); box-shadow: 0 24px 50px rgba(0,0,0,.25); }
.hero-side-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-seal { position: absolute; z-index: 4; top: 32px; right: 32px; display: grid; width: 108px; height: 108px; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; background: rgba(24,40,37,.56); backdrop-filter: blur(10px); }
.hero-seal span { font-family: var(--serif); font-size: 32px; }
.hero-seal small { font-size: 6px; letter-spacing: .18em; }
.authority-card { position: absolute; z-index: 5; left: 24px; bottom: 24px; display: grid; grid-template-columns: 62px 1fr auto; min-width: 310px; padding: 8px 14px 8px 8px; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 16px; color: #fff; background: rgba(24,40,37,.84); backdrop-filter: blur(14px); }
.authority-card img { width: 62px; height: 62px; border-radius: 11px; object-fit: cover; }
.authority-card span { display: grid; gap: 5px; }
.authority-card b { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.authority-card small { color: rgba(255,255,255,.55); font-size: 8px; }
.authority-card > a { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 6vw; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-2); }
.trust-strip div { display: grid; min-height: 125px; padding: 22px 34px; align-content: center; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { font-family: var(--serif); font-size: 34px; font-weight: 400; }
.trust-strip span { margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.5; }

.section { padding: clamp(88px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.section-heading { margin-bottom: 60px; }
.section-heading h2, .case-header h2, .doctor-copy h2, .consult-copy h2 { font-size: clamp(46px, 5.2vw, 80px); }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: end; }
.split-heading > p { max-width: 620px; margin: 0 0 5px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.approach { background: #fffdf9; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles article { min-height: 260px; padding: 28px clamp(22px, 3vw, 44px) 30px; border-right: 1px solid var(--line); }
.principles article:first-child { padding-left: 0; }
.principles article:last-child { border-right: 0; }
.principles span, .safety-grid span { color: var(--rose-dark); font-size: 10px; letter-spacing: .12em; }
.principles h3, .safety-grid h3 { margin: 65px 0 14px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.principles p, .safety-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.procedures-section { background: var(--paper-2); }
.procedure-list { border-top: 1px solid var(--line); }
.procedure-row { display: grid; grid-template-columns: 64px minmax(220px,.65fr) minmax(320px,1fr) auto; gap: 24px; padding: 28px 0; align-items: start; border-bottom: 1px solid var(--line); }
.procedure-row > span { color: var(--rose-dark); font-size: 9px; }
.procedure-row h3 { margin: 0; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.procedure-row p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.procedure-tags { display: flex; max-width: 320px; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.procedure-tags i { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: #596460; font-size: 8px; font-style: normal; }
.medical-note { max-width: 760px; margin: 28px 0 0; color: #7b8481; font-size: 10px; line-height: 1.7; }

.cases-section { background: #ece6e1; }
.case-header { display: grid; grid-template-columns: 1fr auto; margin-bottom: 44px; align-items: end; gap: 30px; }
.case-tabs { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.case-tab { min-height: 35px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: #5a6561; background: rgba(255,255,255,.55); font-size: 8px; font-weight: 750; }
.case-tab.active { color: #fff; border-color: var(--ink); background: var(--ink); }
.case-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; }
.case-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.76); box-shadow: 0 14px 40px rgba(40,50,47,.07); transition: transform .3s ease, box-shadow .3s ease; cursor: pointer; }
.case-card:hover { transform: translateY(-5px); box-shadow: 0 25px 55px rgba(40,50,47,.13); }
.case-card.lead { grid-column: span 2; grid-row: span 2; }
.case-image { aspect-ratio: 1/1; overflow: hidden; background: #d8d0cc; }
.case-card.lead .case-image { aspect-ratio: 1.34/1; }
.case-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.case-card:hover img { transform: scale(1.025); }
.case-copy { padding: 18px 19px 21px; }
.case-copy small { color: var(--rose-dark); font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.case-copy h3 { margin: 7px 0 5px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.case-copy p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.case-disclosure { display: grid; grid-template-columns: 170px 1fr; margin-top: 28px; padding: 22px; gap: 24px; border-left: 3px solid var(--rose-dark); border-radius: 0 14px 14px 0; background: rgba(255,255,255,.58); }
.case-disclosure strong { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.case-disclosure p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }

.doctor-section { display: grid; grid-template-columns: minmax(360px,.85fr) minmax(440px,1.15fr); gap: clamp(50px,9vw,140px); color: #fff; background: radial-gradient(circle at 10% 12%, rgba(200,149,141,.15), transparent 28rem), linear-gradient(145deg,#14211f,#243732); }
.doctor-card { display: grid; grid-template-columns: 150px 1fr; gap: 28px; align-content: start; }
.doctor-photo { width: 150px; height: 188px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; object-fit: cover; box-shadow: 0 24px 50px rgba(0,0,0,.25); }
.doctor-intro { align-self: center; }
.doctor-intro h2 { font-size: clamp(34px,3.6vw,56px); }
.doctor-role { margin: 15px 0 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.6; }
.doctor-stats { display: grid; grid-column: 1/-1; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.doctor-stats span { display: grid; min-height: 104px; padding: 20px 14px; align-content: center; color: rgba(255,255,255,.45); font-size: 8px; line-height: 1.5; }
.doctor-stats span + span { border-left: 1px solid rgba(255,255,255,.15); }
.doctor-stats strong { color: #f5e9e6; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.doctor-copy { padding-left: clamp(30px,4vw,60px); border-left: 1px solid rgba(255,255,255,.16); }
.doctor-copy h2 { color: #f7ece8; }
.doctor-copy > p:not(.eyebrow):not(.credential-caveat) { margin: 26px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.85; }
.doctor-timeline { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.doctor-timeline li { display: grid; grid-template-columns: 52px 1fr; padding: 13px 0; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.6; }
.doctor-timeline strong { color: #d5a39c; letter-spacing: .1em; }
.credential-caveat { margin: 20px 0 0; color: rgba(255,255,255,.34); font-size: 8px; line-height: 1.6; }

.materials-section { background: #f4efeb; }
.materials-grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(500px,1.28fr); gap: 20px; }
.certificate-card, .video-card { margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.7); box-shadow: 0 18px 50px rgba(40,50,47,.07); }
.certificate-card img { width: 100%; height: 430px; object-fit: cover; }
.certificate-card figcaption, .video-card > p { margin: 12px 2px 0; color: var(--muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.video-card > p { margin: 2px 2px 13px; }
.video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.video-grid video { width: 100%; height: 405px; object-fit: cover; background: #111; }

.journey-section { background: #fffdf9; }
.journey-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-step { min-height: 290px; padding: 26px clamp(18px,2.2vw,32px); border-right: 1px solid var(--line); }
.journey-step:last-child { border-right: 0; }
.journey-step > span { color: var(--rose-dark); font-size: 9px; }
.journey-step h3 { margin: 65px 0 13px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.journey-step p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.travel-card { display: grid; grid-template-columns: .8fr 1.2fr; margin-top: 62px; padding: clamp(36px,5vw,66px); gap: 7vw; color: #fff; border-radius: 26px; background: radial-gradient(circle at 90% 0,rgba(255,255,255,.12),transparent 22rem), linear-gradient(135deg,#8f5d56,#293f39); }
.travel-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(34px,4vw,56px); font-weight: 400; }
.travel-card ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.travel-card li { position: relative; padding: 15px 0 15px 26px; border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.55; }
.travel-card li::before { position: absolute; left: 2px; color: #f0c6bc; content: "✦"; }

.safety-section { color: #fff; background: #192724; }
.safety-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.17); }
.safety-grid article { min-height: 235px; padding: 26px 30px 20px 0; border-right: 1px solid rgba(255,255,255,.17); }
.safety-grid article:not(:first-child) { padding-left: 30px; }
.safety-grid article:last-child { border-right: 0; }
.safety-grid span { color: #d4a6a0; }
.safety-grid h3 { color: #fff; }
.safety-grid p { color: rgba(255,255,255,.52); }

.faq-section { display: grid; grid-template-columns: minmax(320px,.75fr) minmax(500px,1.25fr); gap: 9vw; background: var(--paper); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 40px 1fr auto; padding: 24px 0; align-items: center; gap: 14px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rose-dark); font-family: var(--sans); font-size: 8px; }
.faq-list summary::after { content: "+"; font-family: var(--sans); font-size: 17px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 0 24px 54px; color: var(--muted); font-size: 12px; line-height: 1.75; }

.consult-section { display: grid; grid-template-columns: minmax(350px,.82fr) minmax(500px,1.18fr); gap: 9vw; background: var(--paper-3); }
.consult-copy > p:not(.eyebrow) { color: var(--muted); font-size: 12px; line-height: 1.8; }
.privacy-badge { display: grid; margin-top: 28px; padding: 17px 18px; gap: 5px; border-left: 3px solid var(--rose-dark); background: rgba(255,255,255,.55); }
.privacy-badge strong { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.privacy-badge span { color: var(--muted); font-size: 10px; line-height: 1.55; }
.contact-list { margin-top: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.72); }
.contact-list > p { margin: 0; padding: 13px 17px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.contact-list > a, .contact-list > div { display: flex; padding: 14px 17px; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); font-size: 11px; }
.contact-list > a:hover { background: #fff; }
.contact-list span { color: var(--muted); }
.consult-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); padding: clamp(28px,4vw,50px); align-content: start; gap: 18px 14px; color: #fff; border-radius: 26px; background: radial-gradient(circle at 90% 0,rgba(200,149,141,.16),transparent 20rem), var(--ink-soft); box-shadow: 0 24px 60px rgba(45,31,43,.14); }
.consult-form label { display: grid; gap: 7px; color: rgba(255,255,255,.68); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.consult-form .wide { grid-column: 1/-1; }
.consult-form input, .consult-form select, .consult-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.24); border-radius: 0; color: #fff; outline: 0; background: transparent; font-size: 12px; letter-spacing: 0; text-transform: none; }
.consult-form input, .consult-form select { height: 46px; }
.consult-form select option { color: var(--ink); }
.consult-form textarea { min-height: 105px; padding: 13px 0; resize: vertical; }
.consult-form .consent { display: flex; flex-direction: row; gap: 9px; align-items: flex-start; color: rgba(255,255,255,.42); font-size: 8px; line-height: 1.55; letter-spacing: 0; text-transform: none; }
.consult-form .consent input { width: 14px; height: 14px; flex: 0 0 14px; margin: 1px 0 0; }
.consult-form button { min-height: 50px; border: 0; border-radius: 999px; color: #fff; background: var(--rose-dark); font-size: 10px; font-weight: 800; }
.form-note { margin: 0; color: rgba(255,255,255,.38); font-size: 8px; line-height: 1.55; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; padding: 36px 6vw; align-items: center; gap: 45px; color: #fff; background: #0f1716; }
.site-footer p { max-width: 720px; margin: 0 auto; color: rgba(255,255,255,.38); font-size: 8px; line-height: 1.65; text-align: center; }
.site-footer > a:last-child { color: rgba(255,255,255,.65); font-size: 9px; }
.footer-brand .brand-mark { color: var(--ink); background: #fff; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.42); }
.mobile-contact { display: none; }

.image-modal { width: min(92vw,1050px); padding: 0; border: 0; border-radius: 20px; color: #fff; background: #111a18; box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.image-modal::backdrop { background: rgba(8,13,12,.82); backdrop-filter: blur(7px); }
.image-modal img { width: 100%; max-height: 75vh; object-fit: contain; background: #080d0c; }
.image-modal > div { padding: 18px 22px 22px; }
.image-modal strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.image-modal p { margin: 6px 0 0; color: rgba(255,255,255,.5); font-size: 10px; }
.modal-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: rgba(0,0,0,.48); font-size: 24px; }

@media (max-width: 1120px) {
  .main-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .header-actions { justify-self: end; }
  .hero { grid-template-columns: 1fr 1fr; }
  .case-grid { grid-template-columns: repeat(3,1fr); }
  .materials-grid { grid-template-columns: .8fr 1.2fr; }
  .video-grid { grid-template-columns: 1fr; }
  .video-grid video { height: 210px; }
}

@media (max-width: 820px) {
  .site-header { min-height: 68px; padding: 0 18px; gap: 12px; }
  .brand-copy strong { font-size: 9px; }
  .brand-copy small { font-size: 6px; }
  .brand-mark { width: 34px; height: 34px; }
  .menu-toggle { display: grid; position: absolute; right: 18px; width: 38px; height: 38px; place-content: center; gap: 6px; }
  .menu-toggle span { width: 20px; height: 1px; background: var(--ink); }
  .header-actions { margin-right: 44px; }
  .header-actions .button { display: none; }
  .main-nav.open { position: absolute; top: 68px; right: 0; left: 0; display: grid; padding: 16px 22px 22px; justify-content: stretch; gap: 0; border-bottom: 1px solid var(--line); background: rgba(248,245,241,.98); }
  .main-nav.open a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .hero { display: flex; min-height: auto; flex-direction: column; }
  .hero-copy { padding: 80px 22px 50px; }
  .hero-visual { min-height: 560px; }
  .trust-strip { grid-template-columns: repeat(2,1fr); padding: 0 18px; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 82px 22px; }
  .split-heading, .doctor-section, .faq-section, .consult-section, .materials-grid, .travel-card { grid-template-columns: 1fr; }
  .split-heading { gap: 30px; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article:first-child { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles h3 { margin-top: 22px; }
  .procedure-row { grid-template-columns: 36px 1fr; gap: 14px; }
  .procedure-row > p, .procedure-tags { grid-column: 2; }
  .procedure-tags { justify-content: flex-start; }
  .case-header { grid-template-columns: 1fr; align-items: start; }
  .case-tabs { justify-content: flex-start; }
  .case-grid { grid-template-columns: repeat(2,1fr); }
  .case-card.lead { grid-column: 1/-1; grid-row: auto; }
  .doctor-copy { padding: 34px 0 0; border-top: 1px solid rgba(255,255,255,.17); border-left: 0; }
  .materials-grid { gap: 18px; }
  .video-grid { grid-template-columns: repeat(3,1fr); }
  .video-grid video { height: 300px; }
  .journey-grid { grid-template-columns: repeat(2,1fr); }
  .journey-step:nth-child(2) { border-right: 0; }
  .journey-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .travel-card { gap: 35px; }
  .faq-section { gap: 15px; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 100px; gap: 22px; }
  .site-footer p { margin: 0; text-align: left; }
  .mobile-contact { position: fixed; z-index: 35; right: 12px; bottom: 12px; left: 12px; display: block; padding: 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(24,40,37,.9); box-shadow: 0 12px 35px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
  .mobile-contact a { display: grid; min-height: 48px; place-items: center; border-radius: 999px; color: #fff; background: var(--rose-dark); font-size: 11px; font-weight: 800; }
}

@media (max-width: 560px) {
  .language-label select { width: 106px; }
  h1 { font-size: 48px; }
  .section-heading h2, .case-header h2, .doctor-copy h2, .consult-copy h2 { font-size: 40px; }
  .hero-visual { min-height: 480px; }
  .hero-side-image { right: 10px; bottom: 56px; width: 38%; height: 32%; border-width: 5px; }
  .hero-seal { top: 14px; right: 14px; width: 82px; height: 82px; }
  .hero-seal span { font-size: 25px; }
  .authority-card { right: 12px; bottom: 12px; left: 12px; min-width: 0; }
  .trust-strip div { min-height: 105px; padding: 18px 12px; }
  .procedure-row h3 { font-size: 22px; }
  .case-grid, .journey-grid, .safety-grid, .video-grid { grid-template-columns: 1fr; }
  .case-card.lead { grid-column: auto; }
  .case-disclosure { grid-template-columns: 1fr; gap: 8px; }
  .doctor-card { grid-template-columns: 90px 1fr; gap: 17px; }
  .doctor-photo { width: 90px; height: 114px; border-radius: 14px; }
  .doctor-stats { grid-template-columns: 1fr; }
  .doctor-stats span { min-height: auto; grid-template-columns: 52px 1fr; padding: 13px 0; align-items: center; }
  .doctor-stats span + span { border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .certificate-card img { height: 320px; }
  .video-grid video { height: 360px; }
  .journey-step { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-step h3 { margin-top: 34px; }
  .safety-grid article, .safety-grid article:not(:first-child) { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .safety-grid h3 { margin-top: 28px; }
  .consult-form { grid-template-columns: 1fr; }
  .consult-form .wide { grid-column: 1; }
}

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