:root {
  /* Markenblau. Fuer Flaechen, Grafiken und Weiss-auf-Blau richtig - als
     TEXTFARBE auf Weiss erreicht es nur 2.95:1 und faellt damit durch die
     geforderten 4.5:1. */
  --medos-blue: #00a0e1;
  /* Dieselbe Farbe, so weit abgedunkelt, dass sie als Text auf Weiss
     besteht: 5.1:1. Jede Textregel, die blau sein soll, nimmt DIESE. */
  --medos-blue-text: #00769e;
  --medos-navy: #415a73;
  --ink: #172630;
  --sand: #fbf7ef;
  --sand-deep: #f2eadc;
  --coral: #ef6b57;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  height: 104px; padding: 18px clamp(24px, 5vw, 78px); display: grid; grid-template-columns: 260px 1fr auto;
  align-items: center; gap: 32px; position: fixed; inset: env(safe-area-inset-top, 0px) 0 auto; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(65,90,115,.1); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(65,90,115,.07); transform: translateZ(0); -webkit-transform: translateZ(0);
}
.brand img { width: 205px; height: 62px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(24px, 3vw, 52px); font-weight: 700; color: var(--medos-navy); }
.desktop-nav a { padding: 12px 0; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--medos-blue); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav a.active::after { right: 0; }
.desktop-nav a.active { color: var(--medos-blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 25px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--medos-blue); box-shadow: 0 12px 30px rgba(0,160,225,.22); }
.button-primary:hover { background: #008fc9; box-shadow: 0 16px 36px rgba(0,160,225,.3); }
.mobile-menu { display: none; }

.hero { min-height: 900px; position: relative; overflow: hidden; padding: 175px clamp(24px, 5.5vw, 88px) 150px; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 45px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 24% 35%, #fff 0, rgba(255,255,255,.45) 34%, transparent 58%); pointer-events: none; }
.hero-copy { position: relative; z-index: 4; max-width: 620px; }
.eyebrow { margin: 0 0 22px; color: var(--medos-blue-text); font-size: 13px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { margin: 0; color: var(--ink); font-size: clamp(58px, 6vw, 94px); line-height: .91; letter-spacing: -.055em; }
.hero h1 span { color: var(--medos-blue); }
.hero-lead { max-width: 520px; margin: 30px 0 0; font-size: clamp(19px, 1.6vw, 25px); line-height: 1.48; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--medos-navy); font-weight: 700; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }
.hero-location { margin: 38px 0 0; display: flex; align-items: center; gap: 12px; color: var(--medos-navy); font-weight: 700; }
.location-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 7px rgba(239,107,87,.14); }
.hero-visual { position: relative; height: 625px; z-index: 3; }
.hero-photo-wrap { position: absolute; inset: 0 -11vw 0 0; overflow: hidden; border-radius: 47% 0 42% 42% / 22% 0 24% 38%; background: linear-gradient(145deg, #e7f7fd 0%, #bde8f7 58%, #8bd4ef 100%); box-shadow: -25px 32px 70px rgba(65,90,115,.15); }
.hero-photo-wrap::after { content: ""; position: absolute; inset: auto -8% -17% 3%; height: 43%; border-radius: 50% 50% 0 0; background: var(--medos-navy); opacity: .12; transform: rotate(-6deg); }
.hero-photo-wrap .hero-portrait { position: absolute; z-index: 3; width: min(63%, 590px); height: auto; max-height: 94%; right: 18%; bottom: -3%; object-fit: contain; object-position: bottom center; filter: drop-shadow(-15px 22px 25px rgba(65,90,115,.2)); }
.team-placeholder { position: absolute; z-index: 2; width: min(47%, 390px); bottom: -1%; text-align: center; filter: drop-shadow(0 16px 22px rgba(65,90,115,.15)); }
.team-placeholder img { width: 100%; max-height: 430px; object-fit: contain; opacity: .96; }
.team-placeholder-left { left: 12%; transform: scale(.96); transform-origin: bottom; }
.team-placeholder-right { right: 10%; transform: scale(.94); transform-origin: bottom; }
.portrait-orbit { position: absolute; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; }
.portrait-orbit-one { width: 480px; height: 480px; right: 2%; top: 2%; }
.portrait-orbit-two { width: 310px; height: 310px; right: 31%; top: 27%; border-width: 2px; border-color: rgba(0,160,225,.22); }
.evidence-card { position: absolute; left: -45px; bottom: 10px; width: min(410px, 70%); padding: 22px 25px; border-radius: 24px; background: var(--medos-navy); color: white; display: flex; align-items: center; gap: 18px; box-shadow: 0 18px 50px rgba(23,38,48,.25); }
.evidence-card p { margin: 0; line-height: 1.45; font-size: 14px; }
.evidence-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 24px; }
.hero-wave { position: absolute; pointer-events: none; }
.wave-blue { width: 67%; height: 230px; left: -9%; bottom: -105px; background: var(--medos-blue); border-radius: 50% 70% 0 0 / 80% 100% 0 0; transform: rotate(4deg); opacity: .98; }
.wave-coral { width: 42%; height: 150px; left: 27%; bottom: -74px; background: var(--coral); border-radius: 60% 70% 0 0 / 100% 100% 0 0; transform: rotate(-5deg); }

.trust-strip { position: relative; z-index: 5; margin: -58px clamp(24px, 5.5vw, 88px) 0; min-height: 116px; padding: 28px 42px; border-radius: 28px; background: white; box-shadow: 0 18px 55px rgba(65,90,115,.12); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 25px; }
.trust-strip p { margin: 0; display: flex; align-items: center; gap: 12px; color: var(--medos-navy); font-weight: 700; }
.trust-strip p > span { color: var(--medos-blue); font-size: 22px; font-weight: 800; }
.trust-strip svg { color: var(--medos-blue); width: 27px; }

.methods-section { padding: 140px clamp(24px, 7vw, 112px); background: white; }
.methods-heading { max-width: 850px; margin-bottom: 70px; }
.methods-heading > p:last-child { max-width: 620px; margin: 28px 0 0; color: var(--medos-navy); font-size: 18px; line-height: 1.7; }
.methods-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.methods-grid article { min-height: 255px; padding: 32px; border: 1px solid #dce6ec; border-radius: 28px; background: #fbfdfe; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.methods-grid article:hover { transform: translateY(-5px); border-color: var(--medos-blue); box-shadow: 0 18px 45px rgba(65,90,115,.1); }
.methods-grid article > span { color: var(--medos-blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.methods-grid h3 { margin: 30px 0 14px; color: var(--medos-navy); font-size: 24px; line-height: 1.15; }
.methods-grid p { margin: 0; color: #607080; line-height: 1.65; }

.courses-section { padding: 135px clamp(24px, 7vw, 112px); background: var(--sand); }
.course-intro { max-width: 740px; margin-bottom: 55px; }
.course-intro > p:last-child { max-width: 620px; margin: 25px 0 0; color: var(--medos-navy); font-size: 18px; line-height: 1.7; }
.course-card { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; padding: clamp(35px, 5vw, 70px); overflow: hidden; border-radius: 38px; background: var(--medos-navy); color: white; box-shadow: 0 25px 70px rgba(65,90,115,.18); }
.course-card::after { content: ""; position: absolute; width: 330px; height: 330px; right: -70px; top: -170px; border: 55px solid rgba(0,160,225,.24); border-radius: 50%; }
.course-badge { position: absolute; top: 28px; right: 32px; z-index: 1; padding: 9px 15px; border-radius: 999px; background: var(--coral); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.course-main { position: relative; z-index: 1; max-width: 790px; }
.course-type { margin: 0 0 14px; color: #9ddff6; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.course-card h3 { margin: 0; font-size: clamp(36px, 4vw, 60px); letter-spacing: -.04em; }
.course-main > p:not(.course-type) { max-width: 720px; margin: 22px 0 0; color: #e1ebf1; font-size: 18px; line-height: 1.7; }
.course-facts { margin-top: 38px; display: flex; gap: clamp(28px, 5vw, 75px); flex-wrap: wrap; }
.course-facts span { display: grid; gap: 6px; }
.course-facts small { color: #9ddff6; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.course-card > .button { position: relative; z-index: 1; white-space: nowrap; }

.news-section { padding: 130px clamp(24px, 7vw, 112px); background: white; }
.news-heading { margin-bottom: 55px; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.news-heading > p { max-width: 430px; margin: 0; color: var(--medos-navy); font-size: 18px; line-height: 1.65; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card { min-height: 280px; padding: 32px; border-radius: 28px; background: var(--sand); }
/* NICHT --medos-blue: 2.76:1 auf --sand, und bei 11px fett gilt die volle
   Schwelle von 4.5:1 - Grossschrift faengt erst bei 18.66px fett an.
   --medos-blue-text ergibt 4.81:1 auf --sand. Gemessen im Waechter-Lauf
   34676458377, nachgerechnet mit der WCAG-Formel. */
.news-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--medos-blue-text); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
/* #788996 lag bei 3.38:1 auf --sand. #607080 ist KEIN neuer Wert - es ist
   derselbe, den .news-card > p zwei Zeilen tiefer schon traegt, und ergibt
   4.76:1. Ein vorhandener Ton statt eines siebten Grau. */
.news-meta time { color: #607080; }
/* h2 und nicht h3: aktuelles.php hat h1 in der Hero und sprang dann auf h3 -
   heading-order fiel durch, Accessibility-Wert 92. Die Karte ist die erste
   Gliederungsebene unter der Hero, also gehoert sie auf h2.
   letter-spacing: normal IST DER GANZE UNTERSCHIED ZUM TAUSCH OHNE NACHDENKEN:
   die nackte h2-Regel (weiter unten, "h2 { ... letter-spacing: -.045em }")
   greift jetzt mit, und ohne diese Zeile bekaemen die Kartentitel eine engere
   Laufweite als vorher. Alles andere - Rand, Farbe, Groesse, Zeilenhoehe -
   steht hier ohnehin explizit, der Tausch ist damit pixelgleich. */
.news-card h2 { margin: 38px 0 16px; color: var(--medos-navy); font-size: 26px; line-height: 1.15; letter-spacing: normal; }
.news-card > p { margin: 0; color: #607080; line-height: 1.7; }
.news-empty { min-height: 180px; padding: 38px; border: 1px dashed #b7c8d2; border-radius: 28px; display: flex; align-items: center; gap: 28px; color: var(--medos-navy); background: #f9fcfd; }
/* Flaeche auf den Textton, gleiche Begruendung und gleiche Bauart wie bei
   .booking-step>span: Weiss auf --medos-blue sind 2.95:1. Auf
   --medos-blue-text sind es 5.14:1. DIESE STELLE WAR BIS HEUTE NIE GEMESSEN
   - die Fixture schaltet aktuelles.php auf den news-card-Zweig, der
   news-empty-Zweig rendert im Waechter nie. Der zweite Fixture-Satz in
   diesem PR misst ihn jetzt. */
.news-empty > span { width: 74px; height: 74px; flex: 0 0 74px; display: grid; place-items: center; border-radius: 50%; background: var(--medos-blue-text); color: white; font-size: 12px; font-weight: 800; }
.news-empty p { margin: 0; max-width: 680px; line-height: 1.65; }

.section { padding: 150px clamp(24px, 7vw, 112px); }
.services { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 9vw, 150px); align-items: start; background: var(--sand); }
.section-heading { position: sticky; top: 90px; }
h2 { margin: 0; font-size: clamp(44px, 5vw, 76px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 510px; margin: 30px 0 0; font-size: 18px; line-height: 1.7; color: var(--medos-navy); }
.service-list { border-top: 1px solid rgba(65,90,115,.22); }
.service-card { padding: 34px 0; display: grid; grid-template-columns: 54px 1fr 56px; gap: 25px; align-items: start; border-bottom: 1px solid rgba(65,90,115,.22); }
.service-number { color: var(--medos-blue); font-size: 13px; font-weight: 800; }
.service-card h3 { margin: 0 0 12px; color: var(--medos-navy); font-size: clamp(23px, 2vw, 32px); line-height: 1.15; }
.service-card p { margin: 0; max-width: 570px; color: #607080; line-height: 1.7; }
.circle-arrow { width: 48px; height: 48px; border: 1px solid rgba(65,90,115,.3); border-radius: 50%; display: grid; place-items: center; color: var(--medos-blue); transition: .2s ease; }
.service-card:hover .circle-arrow { color: white; background: var(--medos-blue); border-color: var(--medos-blue); transform: translateX(4px); }

.evidence-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 800px; background: var(--medos-navy); color: white; }
.evidence-image { min-height: 760px; position: relative; overflow: hidden; border-radius: 0 48% 48% 0 / 0 18% 18% 0; }
.evidence-image img { width: 100%; height: 100%; object-fit: cover; }
.image-badge { position: absolute; right: 8%; bottom: 9%; width: 150px; height: 150px; border-radius: 50%; display: grid; place-items: center; text-align: center; color: white; background: var(--coral); font-size: 13px; font-weight: 800; line-height: 1.5; transform: rotate(-7deg); }
.evidence-copy { padding: 125px clamp(45px, 7vw, 115px); display: flex; flex-direction: column; justify-content: center; }
.evidence-copy .eyebrow { color: #80d8f7; }
.evidence-copy > p:not(.eyebrow) { margin: 30px 0 0; color: #dce5ed; font-size: 18px; line-height: 1.75; }
.evidence-copy ul { margin: 38px 0 0; padding: 0; list-style: none; display: grid; gap: 23px; }
.evidence-copy li { display: flex; gap: 17px; color: #dce5ed; line-height: 1.5; }
.evidence-copy li svg { width: 28px; flex: 0 0 28px; color: #80d8f7; }
.evidence-copy li strong { color: white; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 150px); align-items: center; background: #fff; }
.large-copy { margin: 34px 0 0; color: var(--medos-navy); font-size: clamp(20px, 2vw, 27px); line-height: 1.55; }
.person { margin-top: 42px; padding-top: 30px; border-top: 1px solid #dfe5e9; display: flex; gap: 18px; align-items: center; }
.person img { width: 76px; height: 76px; object-fit: cover; object-position: top; border-radius: 50%; background: var(--sand-deep); }
.person p { margin: 0; color: var(--medos-navy); line-height: 1.5; }
.practice-image { height: 660px; position: relative; }
.practice-image::before { content: ""; position: absolute; inset: -25px 28px 25px -28px; border: 2px solid var(--medos-blue); border-radius: 45% 44% 48% 40%; transform: rotate(-3deg); }
.practice-image img { position: relative; width: 100%; height: 100%; object-fit: cover; border-radius: 45% 44% 48% 40%; }

.contact-section { padding: 130px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 1fr .9fr; gap: clamp(65px, 10vw, 170px); background: var(--medos-blue); color: white; }
.contact-intro .eyebrow { color: #d7f3ff; }
.contact-intro > p:not(.eyebrow) { max-width: 570px; margin: 28px 0 0; font-size: 19px; line-height: 1.7; }
.contact-links { margin-top: 44px; display: grid; gap: 16px; }
.contact-links a { display: block; width: fit-content; }
.contact-links small { display: block; margin-bottom: 5px; color: #d7f3ff; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.contact-links strong { font-size: clamp(22px, 2vw, 30px); }
.whatsapp-button { width: fit-content; margin-top: 34px; padding: 15px 22px; border-radius: 999px; display: inline-flex; align-items: center; gap: 11px; background: #25d366; color: #083f21; font-weight: 800; box-shadow: 0 12px 30px rgba(6,95,48,.18); transition: transform .2s ease, background .2s ease; }
.whatsapp-button:hover { transform: translateY(-2px); background: #35e478; }
.whatsapp-button > span { width: 24px; height: 24px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; font-size: 10px; }
.contact-form-card { padding: 42px; border-radius: 32px; background: white; color: var(--ink); box-shadow: 0 24px 70px rgba(23,38,48,.18); }
.contact-form-card h3 { margin: -6px 0 28px; color: var(--medos-navy); font-size: 30px; }
.contact-form { display: grid; gap: 17px; }
.contact-form label { display: grid; gap: 7px; color: var(--medos-navy); font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cddae1; border-radius: 10px; background: #f9fcfd; color: var(--ink); font: inherit; font-size: 16px; }
.contact-form textarea { resize: vertical; line-height: 1.5; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(0,160,225,.15); border-color: var(--medos-blue); background: white; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.privacy-check { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.45; }
.privacy-check input { width: 18px; height: 18px; margin-top: 1px; padding: 0; }
.contact-form .button { width: 100%; border: 0; cursor: pointer; font-size: 15px; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-message { margin-bottom: 24px; padding: 14px 16px; border-radius: 11px; font-weight: 700; line-height: 1.5; }
.form-message.success { background: #e6f8ed; color: #1f6840; }
.form-message.error { background: #fff0ed; color: #9a3d30; }
.hours-card { padding: 42px; border-radius: 32px; background: white; color: var(--ink); box-shadow: 0 24px 70px rgba(23,38,48,.18); }
.hours-row { padding: 14px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e5ebef; color: var(--medos-navy); }
.hours-card .button { margin-top: 30px; width: 100%; }

footer { padding: 80px clamp(24px, 7vw, 112px) 35px; background: #172630; color: #d6e0e7; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 60px; line-height: 1.7; }
footer a:hover { color: #80d8f7; }
.footer-brand img { width: 215px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 350px; }
.footer-title { margin-top: 0; color: white; font-weight: 800; }
.physioswiss { margin-top: 22px; width: 150px; padding: 12px; background: white; border-radius: 8px; }
.footer-bottom { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 30px; font-size: 13px; }

.subpage-main { padding-top: 104px; }
.subpage-hero { min-height: 520px; padding: 110px clamp(24px,8vw,130px) 90px; display:flex; flex-direction:column; justify-content:center; background:linear-gradient(135deg,#fff 0%,#eef9fd 100%); }
.subpage-hero h1 { max-width:1000px; margin:0; color:var(--ink); font-size:clamp(55px,7vw,105px); line-height:.94; letter-spacing:-.055em; }
.subpage-hero h1 span { color:var(--medos-blue-text); } /* nicht --medos-blue: 2.72:1 auf dem hellen Hero-Verlauf, auch fuer Grossschrift zu wenig (3:1) */.subpage-hero>p:last-child{max-width:690px;margin:30px 0 0;color:var(--medos-navy);font-size:20px;line-height:1.7}
.content-page { padding:110px clamp(24px,7vw,112px); background:#fff; }
.detail-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }.detail-grid article{padding:42px;border:1px solid #dce6ec;border-radius:28px;background:#fbfdfe}.detail-grid article>span{color:var(--medos-blue);font-size:12px;font-weight:800}.detail-grid h2{margin:28px 0 16px;color:var(--medos-navy);font-size:32px}.detail-grid p{margin:0;color:#607080;line-height:1.75}
.page-cta{padding:90px clamp(24px,7vw,112px);display:flex;align-items:center;justify-content:space-between;gap:40px;background:var(--sand)}.page-cta h2{font-size:clamp(38px,5vw,68px)}
.course-feature{display:grid;grid-template-columns:1.3fr .7fr;gap:60px;padding:clamp(35px,6vw,80px);border-radius:36px;background:var(--medos-navy);color:#fff}.course-feature h2{font-size:clamp(48px,6vw,82px)}.course-feature-copy>p{color:#dce8ef;font-size:18px;line-height:1.7}.course-feature ul{padding-left:20px;line-height:2}.course-info{padding:32px;border-radius:24px;background:#fff;color:var(--ink);display:grid;gap:20px}.course-info span{display:grid;gap:5px}.course-info small{color:var(--medos-blue);font-size:11px;text-transform:uppercase;letter-spacing:.12em}
.news-grid-page{grid-template-columns:repeat(3,1fr)}
.practice-profile{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.practice-profile>div{height:620px;border-radius:40px;overflow:hidden;background:#dff3fb}.practice-profile img{width:100%;height:100%;object-fit:contain;object-position:bottom}.practice-profile article>p{color:#607080;line-height:1.75;font-size:18px}.practice-profile h3{color:var(--medos-blue)}.practice-gallery{margin-top:100px;display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:center}.practice-gallery img{width:100%;height:520px;object-fit:cover;border-radius:36px}.practice-gallery p{color:#607080;line-height:1.75}
.contact-page{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,8vw,130px);align-items:start}.contact-details h2{margin-bottom:35px}.contact-details>a:not(.whatsapp-button){display:grid;gap:5px;width:fit-content;margin-bottom:30px;color:var(--medos-navy)}.contact-details>a small{text-transform:uppercase;color:var(--medos-blue-text);letter-spacing:.12em}/* nicht --medos-blue: 2.95:1 auf Weiss bei 13.3px, das "Telefon"-Etikett ueber der Nummer. --medos-blue-text ergibt 5.14:1 */.contact-details>a strong{font-size:28px}.contact-details>p{color:#607080;line-height:1.7}.opening-times{margin-top:45px;padding-top:30px;border-top:1px solid #dce6ec}.opening-times p{color:#607080;line-height:1.8}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 210px 1fr auto; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; justify-self: end; order: 3; position: relative; }
  .mobile-menu summary { width: 48px; height: 48px; border-radius: 50%; background: white; display: grid; place-content: center; gap: 5px; list-style: none; cursor: pointer; box-shadow: 0 7px 25px rgba(65,90,115,.12); }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 20px; height: 2px; background: var(--medos-navy); }
  .mobile-menu nav { position: absolute; right: 0; top: 58px; width: 210px; padding: 16px; border-radius: 18px; background: white; box-shadow: 0 15px 45px rgba(23,38,48,.16); display: grid; }
  .mobile-menu nav a { padding: 12px; font-weight: 700; }
  .hero { grid-template-columns: 1fr 1fr; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .services { grid-template-columns: 1fr; }
  .section-heading { position: static; }
  .evidence-section { grid-template-columns: 1fr; }
  .evidence-image { min-height: 600px; border-radius: 0 0 42% 42% / 0 0 12% 12%; }
  .about { grid-template-columns: 1fr; }
  .methods-grid { grid-template-columns: repeat(2, 1fr); }
  .course-card { grid-template-columns: 1fr; align-items: start; }
  .course-card > .button { justify-self: start; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .course-feature,.practice-profile,.practice-gallery,.contact-page{grid-template-columns:1fr}.news-grid-page{grid-template-columns:repeat(2,1fr)}
}

@media (max-width: 760px) {
  html { scroll-behavior: auto; }
  .site-header { height: 82px; min-height: 82px; padding: 12px 20px; grid-template-columns: 1fr auto; overflow: visible; }
  .brand { min-width: 0; display: flex; align-items: center; align-self: stretch; }\n  .brand img { width: 155px; height: 48px; object-fit: contain; object-position: left center; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding: calc(130px + env(safe-area-inset-top, 0px)) 22px 120px; grid-template-columns: 1fr; gap: 48px; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-visual { height: 460px; }
  .hero-photo-wrap { inset: 0 -28px 0 0; border-radius: 44% 0 42% 38%; }
  .hero-photo-wrap .hero-portrait { width: 66%; right: 17%; bottom: -2%; }
  .team-placeholder { width: 49%; bottom: 0; }
  .team-placeholder-left { left: 7%; transform: scale(.86); }
  .team-placeholder-right { right: 6%; transform: scale(.84); }
  .evidence-card { left: 0; width: 88%; bottom: -28px; }
  .hero-wave { display: none; }
  .trust-strip { margin: -55px 18px 0; padding: 25px; grid-template-columns: 1fr; }
  .methods-section, .courses-section, .news-section { padding: 90px 22px; }
  .methods-heading, .course-intro { margin-bottom: 42px; }
  .methods-grid, .news-grid { grid-template-columns: 1fr; }
  .methods-grid article { min-height: auto; padding: 27px; }
  .course-card { padding: 34px 24px; border-radius: 28px; gap: 32px; }
  .course-badge { top: 20px; right: 20px; }
  .course-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .course-card > .button { width: 100%; }
  .news-heading { align-items: start; flex-direction: column; gap: 20px; }
  .news-card { min-height: auto; padding: 27px; }
  .news-empty { padding: 27px; align-items: flex-start; flex-direction: column; }
  .section { padding: 100px 24px; }
  h2 { font-size: clamp(42px, 13vw, 60px); }
  .service-card { grid-template-columns: 40px 1fr; }
  .circle-arrow { display: none; }
  .evidence-image { min-height: 480px; }
  .evidence-copy { padding: 90px 25px; }
  .about { gap: 70px; }
  .practice-image { height: 460px; }
  .contact-section { padding: 95px 24px; grid-template-columns: 1fr; }
  .hours-card { padding: 28px 22px; }
  .contact-form-card { padding: 30px 22px; }
  .contact-form-row { grid-template-columns: 1fr; }
  .whatsapp-button { width: 100%; justify-content: center; }
  .hours-row { font-size: 14px; }
  footer { grid-template-columns: 1fr; padding: 70px 24px 30px; }
  .footer-bottom { display: grid; }
  .subpage-main{padding-top:calc(82px + env(safe-area-inset-top, 0px))}.subpage-hero{min-height:auto;padding:75px 22px 65px}.subpage-hero h1{font-size:clamp(47px,15vw,70px)}.subpage-hero>p:last-child{font-size:18px}.content-page{padding:75px 22px}.detail-grid,.news-grid-page{grid-template-columns:1fr}.detail-grid article{padding:28px}.page-cta{padding:70px 22px;align-items:stretch;flex-direction:column}.page-cta .button{width:100%}.course-feature{padding:32px 22px;gap:35px}.course-info{padding:24px 20px}.practice-profile>div{height:450px}.practice-gallery{margin-top:70px}.practice-gallery img{height:360px}
}

@media (max-width: 480px) {
  .site-header { padding-inline: 16px; }
  .brand img { width: 142px; }
  .hero { padding-inline: 18px; padding-top: calc(112px + env(safe-area-inset-top, 0px)); gap: 36px; }
  .hero h1 { font-size: clamp(46px, 15vw, 62px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-location { align-items: flex-start; font-size: 14px; line-height: 1.45; }
  .hero-visual { height: 380px; }
  .hero-photo-wrap .hero-portrait { width: 68%; right: 16%; bottom: -1%; }
  .team-placeholder { width: 52%; bottom: 0; }
  .team-placeholder-left { left: 4%; transform: scale(.78); }
  .team-placeholder-right { right: 3%; transform: scale(.76); }
  .portrait-orbit-one { width: 330px; height: 330px; }
  .evidence-card { width: calc(100% - 8px); padding: 17px; gap: 12px; }
  .evidence-icon { width: 40px; height: 40px; flex-basis: 40px; }
  .trust-strip { margin-inline: 12px; }
  h2 { font-size: clamp(38px, 12vw, 50px); }
  .section { padding-inline: 20px; }
  .service-card { gap: 12px; }
  .evidence-image { min-height: 390px; }
  .image-badge { width: 112px; height: 112px; font-size: 10px; }
  .practice-image { height: 390px; }
  .hours-row { align-items: flex-start; flex-direction: column; gap: 4px; }
  .course-facts { grid-template-columns: 1fr; }
  .contact-links strong { overflow-wrap: anywhere; font-size: 21px; }
}

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

/* Online appointment booking */
.appointment-page { background:#f7fbfd; }
.appointment-message { max-width:1050px; margin:0 auto 34px; }
.appointment-intro { max-width:1050px; margin:0 auto 45px; display:flex; align-items:end; justify-content:space-between; gap:40px; }
.appointment-intro h2 { max-width:760px; }
.appointment-intro>p { color:var(--medos-navy); line-height:1.9; }
.appointment-empty { max-width:900px; margin:0 auto; padding:55px; border-radius:32px; background:#fff; box-shadow:0 18px 55px rgba(65,90,115,.1); }
.appointment-empty h2 { margin-bottom:22px; }
.appointment-empty>p:not(.eyebrow) { color:#607080; line-height:1.7; }
.appointment-empty .button { margin-top:20px; }
.booking-form { max-width:1050px; margin:0 auto; display:grid; gap:18px; }
.booking-step { padding:30px; display:grid; grid-template-columns:55px 1fr; gap:20px; border:1px solid #dce6ec; border-radius:24px; background:#fff; }
.booking-step>span { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:var(--medos-blue-text); color:#fff; font-size:12px; font-weight:800; } /* Flaeche auf den Textton: Weiss auf --medos-blue sind 2.95:1 */
.booking-step label { display:grid; gap:8px; color:var(--medos-navy); font-size:13px; font-weight:800; }
.booking-step input,.booking-step select,.booking-step textarea { width:100%; padding:14px; border:1px solid #cddae1; border-radius:10px; background:#f9fcfd; color:var(--ink); font:inherit; font-size:16px; }
.booking-step input:focus,.booking-step select:focus,.booking-step textarea:focus { outline:3px solid rgba(0,160,225,.15); border-color:var(--medos-blue); }
.booking-step select:disabled { opacity:.6; cursor:not-allowed; }
.booking-contact>div { display:grid; gap:17px; }
.booking-contact .button { width:100%; border:0; cursor:pointer; }
@media(max-width:760px){.appointment-intro{align-items:start;flex-direction:column}.appointment-empty{padding:32px 24px}.booking-step{padding:24px 18px;grid-template-columns:1fr}.booking-step>span{width:36px;height:36px}.appointment-hero h1{font-size:clamp(45px,14vw,66px)}}

.booking-calendar-step h3{margin:0 0 5px;color:var(--medos-navy);font-size:22px}.booking-calendar-step p{margin:0 0 20px;color:#607080}.therapist-days{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.patient-day{overflow:hidden;border:1px solid #dce6ec;border-radius:18px;background:#f9fcfd}.patient-day header{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;background:#eef8fc;color:var(--medos-navy)}.patient-day header span{text-transform:uppercase;color:var(--medos-blue);font-size:11px;font-weight:800}.patient-day>div{padding:10px;display:grid;gap:7px}.patient-time{width:100%;padding:12px 14px;border:1px solid #cfe0e8;border-radius:11px;display:flex;align-items:center;justify-content:space-between;background:#fff;color:var(--medos-navy);font:inherit;font-weight:800;cursor:pointer;transition:.15s ease}.patient-time small{color:#71818d;font-size:10px;font-weight:600}.patient-time:hover,.patient-time.selected{border-color:var(--medos-blue);background:var(--medos-blue);color:#fff;transform:translateY(-1px)}.patient-time.selected small,.patient-time:hover small{color:#dff5ff}
@media(max-width:760px){.appointment-page{padding-inline:14px}.therapist-days{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 12px;gap:10px}.patient-day{min-width:78vw;scroll-snap-align:start}.patient-time{min-height:48px}.booking-calendar-step{padding-inline:16px}}
.legal-hero{min-height:390px}.legal-page{max-width:1100px;margin:0 auto;display:grid;gap:18px}.legal-page article{padding:34px;border:1px solid #dce6ec;border-radius:24px;background:#fbfdfe}.legal-page h2{margin:0 0 18px;color:var(--medos-navy);font-size:28px}.legal-page p{margin:0 0 14px;color:#607080;line-height:1.75}.legal-page p:last-child{margin-bottom:0}.legal-page a,.privacy-check a{color:var(--medos-blue-text);text-decoration:underline}/* nicht --medos-blue: 2.95:1 auf Weiss. Die Regel ist GETEILT, und das ist Absicht: derselbe Fehler stand auf beiden Seiten der Kommastelle - der Datenschutz-Link in .privacy-check (kontakt.php, 12px, im Waechter gemessen) und jede Verweisung auf datenschutz.php und impressum.php (dort auf #fbfdfe, 5.04:1). Sie zu trennen haette die eine Haelfte behoben und die andere mit einem bekannten 2.95:1 stehen lassen, nur weil sie auf keiner Liste steht */.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-addresses{margin:24px 0;padding:22px;border-radius:18px;background:#f2f8fb}.contact-addresses p{margin:0 0 14px}.contact-addresses p:last-child{margin:0}.new-patient-card{margin-top:34px;padding:24px;border-radius:20px;background:#e9f7fc;color:var(--medos-navy)}.new-patient-card h3{margin:0 0 10px}.new-patient-card p{margin:0;line-height:1.65}
@media(max-width:760px){.legal-grid{grid-template-columns:1fr}.legal-page article{padding:25px 20px}.legal-hero h1{font-size:clamp(48px,15vw,70px)}}

/* Simple appointment calendar */
.therapist-calendar[hidden]{display:none!important}
.simple-calendar{margin-top:20px}.therapist-calendar{display:block}.day-tabs{padding:8px;display:grid;grid-template-columns:repeat(7,minmax(88px,1fr));gap:7px;overflow-x:auto;border:1px solid #dce8ee;border-radius:18px;background:#f3f8fa}.day-tab{min-height:82px;padding:10px 8px;border:1px solid transparent;border-radius:13px;display:grid;place-items:center;gap:2px;background:transparent;color:#607080;font:inherit;cursor:pointer}.day-tab small{font-size:11px;text-transform:uppercase}.day-tab strong{color:var(--medos-navy);font-size:16px}.day-tab span{font-size:10px}.day-tab:hover{background:#fff}.day-tab.active{border-color:var(--medos-blue);background:#fff;box-shadow:0 6px 18px rgba(65,90,115,.1)}.day-tab.active small,.day-tab.active span{color:var(--medos-blue-text)}.day-panel{margin-top:12px;padding:22px;border:1px solid #dce8ee;border-radius:18px;background:#fff}.day-panel-title{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--medos-navy)}.day-panel-title>span{display:flex;align-items:center;gap:7px;color:#4f7b68;font-size:12px}.day-panel-title i{width:9px;height:9px;border-radius:50%;background:#27a96b;box-shadow:0 0 0 4px #e3f6ed}.time-buttons{display:grid;grid-template-columns:repeat(auto-fill,minmax(115px,1fr));gap:9px}.time-buttons .patient-time{min-height:57px;padding:9px 13px;border:1px solid #8bd0ac;border-radius:12px;display:flex;align-items:center;justify-content:space-between;background:#edf9f3;color:#176a43;box-shadow:none;transform:none;font:inherit;font-weight:800;cursor:pointer}.time-buttons .patient-time small{color:#39765e;font-size:10px}.time-buttons .patient-time:hover{border-color:#27a96b;background:#dff5e9;color:#115b38;transform:translateY(-1px)}.time-buttons .patient-time.selected{border-color:var(--medos-blue);background:var(--medos-blue);color:#fff;box-shadow:0 0 0 3px rgba(0,160,225,.14)}.time-buttons .patient-time.selected small{color:#daf4ff}.selected-appointment{margin-top:14px;padding:15px 18px;border-left:4px solid var(--medos-blue);border-radius:12px;display:grid;grid-template-columns:1fr auto;gap:3px 18px;background:#eef9fd;color:var(--medos-navy)}.selected-appointment[hidden]{display:none}.selected-appointment>span{grid-column:1;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--medos-blue-text)}.selected-appointment strong{grid-column:1}.selected-appointment button{grid-column:2;grid-row:1/3;border:0;background:transparent;color:var(--medos-blue-text);font:inherit;font-size:12px;font-weight:800;cursor:pointer} /* nicht --medos-blue: 2.76:1 auf der #eef9fd-Flaeche des Kastens. Gilt fuer beide Stellen darueber. Der FOKUSUMRISS haengt NICHT an dieser Zeile - er kommt aus 'html.refresh-root body :focus-visible' (#005f80, outline-offset 3px) und liegt bei 6.65:1 auf der Kastenflaeche; auf der echten Seite gemessen, mit echter Tab-Taste und sichtbarem Kasten. Hier stand zuerst ein 'falls er je aus der Textfarbe kommt' - die Frage ist entschieden, und ein Kommentar, der eine entschiedene Frage offen stehen laesst, laedt den naechsten zum Nachermitteln ein. */
@media(max-width:760px){.day-tabs{margin-inline:-1px;grid-template-columns:repeat(7,82px);scroll-snap-type:x mandatory}.day-tab{scroll-snap-align:start}.day-panel{padding:17px 14px}.day-panel-title{align-items:start;flex-direction:column}.time-buttons{grid-template-columns:repeat(2,1fr)}.time-buttons .patient-time{min-height:54px}.selected-appointment{grid-template-columns:1fr auto}}
/* Compact booking typography */
.appointment-intro h2{font-size:clamp(34px,4vw,54px);line-height:1.08}.appointment-hero{min-height:390px}.appointment-hero h1{font-size:clamp(48px,6vw,82px)}
@media(max-width:760px){.appointment-intro h2{font-size:32px}.appointment-hero{padding-block:56px}.appointment-hero h1{font-size:clamp(42px,12vw,58px)}}

/* Patient portal */
.portal-shell{min-height:calc(100vh - 104px);padding:80px clamp(24px,8vw,130px);display:grid;grid-template-columns:1fr minmax(360px,520px);gap:clamp(60px,10vw,150px);align-items:center;background:linear-gradient(135deg,#eef9fd,#fff 55%)}.portal-welcome h1{margin:0;font-size:clamp(54px,7vw,96px);line-height:.95;letter-spacing:-.055em}.portal-welcome>p:not(.eyebrow){max-width:540px;color:var(--medos-navy);font-size:19px;line-height:1.7}.portal-welcome ul{margin:32px 0 0;padding:0;display:grid;gap:13px;list-style:none;color:var(--medos-navy)}.portal-welcome li:before{content:'✓';margin-right:10px;color:var(--medos-blue);font-weight:900}.portal-auth-card{padding:38px;border-radius:28px;background:#fff;box-shadow:0 25px 70px rgba(65,90,115,.15)}.portal-tabs{margin:-20px -20px 30px;padding:6px;display:grid;grid-template-columns:1fr 1fr;border-radius:15px;background:#eff5f8}.portal-tabs a{padding:12px;text-align:center;border-radius:11px;color:var(--medos-navy);font-weight:800}.portal-tabs a.active{background:#fff;color:var(--medos-blue);box-shadow:0 4px 15px rgba(65,90,115,.1)}.portal-auth-card h2{font-size:34px}.portal-auth-card>p{color:#607080;line-height:1.6}.portal-form{display:grid;gap:16px}.portal-form label{display:grid;gap:7px;color:var(--medos-navy);font-size:12px;font-weight:800}.portal-form input{padding:14px;border:1px solid #cddae1;border-radius:11px;font:inherit}.portal-form small{color:#71818d}.portal-form button{border:0}.patient-dashboard{padding:75px clamp(24px,7vw,112px);background:#f5fafc}.dashboard-hello{display:flex;justify-content:space-between;gap:50px;align-items:end}.dashboard-hello h1{margin:0;font-size:clamp(46px,5vw,74px);line-height:1}.dashboard-hello h1 span{color:var(--medos-blue)}.dashboard-hello>div>p:last-child{color:#607080}.dashboard-profile{min-width:310px;padding:18px;border-radius:18px;display:grid;grid-template-columns:50px 1fr;gap:2px 14px;align-items:center;background:#fff;box-shadow:0 12px 35px rgba(65,90,115,.1)}.dashboard-profile>span{grid-row:1/3;width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:var(--medos-blue);color:#fff;font-weight:900}.dashboard-profile div{display:grid}.dashboard-profile small{color:#71818d}.dashboard-profile>a{grid-column:2;color:var(--medos-blue);font-size:12px;font-weight:800}.patient-dashboard-grid{margin-top:45px;display:grid;grid-template-columns:1.6fr .7fr;gap:20px}.patient-card,.patient-news{padding:32px;border-radius:25px;background:#fff;box-shadow:0 12px 40px rgba(65,90,115,.08)}.card-title{display:flex;align-items:end;justify-content:space-between;gap:20px}.card-title h2,.practice-info h2,.patient-news h2{font-size:32px}.patient-empty{margin-top:24px;padding:28px;border:1px dashed #b8ccd7;border-radius:16px;color:#607080}.patient-booking-list{margin-top:25px;display:grid;gap:11px}.patient-booking-list article{padding:15px;border:1px solid #dce6ec;border-radius:16px;display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:center}.date-tile{height:58px;display:grid;place-items:center;border-radius:13px;background:#e9f7fc;color:var(--medos-navy)}.date-tile strong{font-size:22px}.date-tile span{margin-top:-8px;font-size:10px;text-transform:uppercase}.patient-booking-list h3{margin:5px 0;font-size:17px}.patient-booking-list p{margin:0;color:#71818d}.patient-status{font-size:10px;font-weight:800;text-transform:uppercase}.patient-status.pending{color:#9b7000}.patient-status.accepted{color:#238653}.patient-status.rejected{color:#a13a2d}.practice-info>p:not(.eyebrow){color:#607080;line-height:1.7}.practice-info dl{display:grid;gap:18px}.practice-info dt{color:var(--medos-blue);font-size:11px;font-weight:800;text-transform:uppercase}.practice-info dd{margin:5px 0;color:var(--medos-navy);line-height:1.55}.patient-news{margin-top:20px}.patient-news-grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.patient-news-grid article{padding:22px;border-radius:17px;background:#f4f9fb}.patient-news-grid span{color:var(--medos-blue);font-size:10px;font-weight:800;text-transform:uppercase}.patient-news-grid h3{color:var(--medos-navy)}.patient-news-grid p{color:#607080;line-height:1.6}
@media(max-width:850px){.portal-shell{padding-top:55px;grid-template-columns:1fr}.portal-welcome h1{font-size:56px}.dashboard-hello{align-items:start;flex-direction:column}.dashboard-profile{width:100%;min-width:0}.patient-dashboard-grid{grid-template-columns:1fr}.patient-news-grid{grid-template-columns:1fr}.card-title{align-items:start;flex-direction:column}.card-title .button{width:100%}}

/* Unified hero team portrait */
.hero-photo-wrap .hero-team-image{position:absolute;inset:auto 0 0;width:100%;height:100%;object-fit:cover;object-position:center 22%;z-index:2}.hero-photo-wrap:has(.hero-team-image) .team-placeholder,.hero-photo-wrap:has(.hero-team-image) .hero-portrait{display:none}.hero-photo-wrap:has(.hero-team-image){background:#dff4fc}
@media(max-width:760px){.hero-photo-wrap .hero-team-image{width:100%;height:100%;object-position:center 20%}}

/* Hero team layer correction */
.hero-photo-wrap:has(.hero-team-image){
  inset:0;
  isolation:isolate;
  overflow:hidden;
  border-radius:47% 2% 42% 42% / 22% 2% 24% 38%;
}
.hero-photo-wrap .hero-team-image{
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 38%;
  z-index:2;
}
.hero-photo-wrap::after{z-index:3;pointer-events:none}
.hero-visual .evidence-card{z-index:8}
@media(max-width:1050px){
  .hero-photo-wrap:has(.hero-team-image){inset:0}
  .hero-photo-wrap .hero-team-image{object-position:center 36%}
}
@media(max-width:760px){
  .hero-photo-wrap:has(.hero-team-image){inset:0;border-radius:40% 5% 38% 35%}
  .hero-photo-wrap .hero-team-image{object-position:center 34%}
  .hero-visual .evidence-card{z-index:8;left:8px;right:8px;width:auto;bottom:-22px}
}

/* Modern appointment chooser */
.booking-calendar-step{background:linear-gradient(145deg,#fff 0%,#fbfdfe 100%)}
.day-tabs{padding:6px;gap:6px;border:0;border-radius:16px;background:#edf4f7}
.day-tab{min-height:72px;border-radius:12px;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.day-tab:hover{transform:translateY(-1px)}
.day-tab.active{border-color:transparent;box-shadow:0 7px 20px rgba(65,90,115,.12)}
.day-panel{padding:24px;border:0;box-shadow:inset 0 0 0 1px #e0e9ee}
.time-buttons{grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:11px}
.time-buttons .patient-time{
  min-width:0;
  min-height:72px;
  padding:12px 14px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  border:1px solid #b7dfca;
  border-radius:16px;
  text-align:left;
  background:linear-gradient(145deg,#f4fbf7,#eaf7f0);
  box-shadow:0 5px 14px rgba(35,113,65,.05);
}
.patient-time .slot-clock{font-size:22px;font-weight:900;letter-spacing:-.03em;color:#176a43}
.patient-time .slot-info{min-width:0;display:grid;gap:3px}
.patient-time .slot-info strong{overflow:hidden;color:#315d4a;font-size:12px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.patient-time .slot-info small{color:#39765e;font-size:10px;white-space:nowrap}
.patient-time .slot-arrow{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:rgba(39,169,107,.1);color:#238653;font-size:13px}
.time-buttons .patient-time:hover{border-color:#58bb86;background:#e2f5eb;box-shadow:0 9px 24px rgba(35,113,65,.12);transform:translateY(-2px)}
.time-buttons .patient-time.selected{background:linear-gradient(135deg,var(--medos-blue),#238dc2);box-shadow:0 9px 25px rgba(0,160,225,.22)}
.time-buttons .patient-time.selected .slot-clock,.time-buttons .patient-time.selected .slot-info strong{color:#fff}
.time-buttons .patient-time.selected .slot-info small{color:#d9f2fc}
.time-buttons .patient-time.selected .slot-arrow{background:rgba(255,255,255,.18);color:#fff}
@media(max-width:760px){
  .day-panel{padding:16px 13px}
  .time-buttons{grid-template-columns:1fr;gap:9px}
  .time-buttons .patient-time{min-height:66px}
  .patient-time .slot-clock{font-size:21px}
}

/* Compact calendar filter and signed-in booking */
.calendar-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.calendar-toolbar h3{margin:0 0 5px}.calendar-toolbar p{margin:0}
.compact-therapist-filter{display:inline-flex!important;align-items:center;gap:7px;width:auto!important;padding:5px 5px 5px 11px;border:1px solid #d7e3e9;border-radius:999px;background:#f3f8fa;white-space:nowrap}
.compact-therapist-filter>span{color:#5d6d79;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em} /* nicht #70818d: 3.76:1 auf der #f3f8fa-Pille */
.compact-therapist-filter select{width:auto!important;min-width:92px;padding:8px 30px 8px 14px!important;border:0!important;border-radius:999px!important;background-color:#fff!important;color:var(--medos-navy);font-size:12px!important;font-weight:800}
.patient-time .slot-info strong{overflow:visible;text-overflow:clip;white-space:nowrap}
.booking-patient{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;margin-bottom:18px;padding:15px;border:1px solid #d9e7ed;border-radius:16px;background:#f4fafc}
.booking-patient>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--medos-blue);color:#fff;font-weight:900}
.booking-patient small,.booking-patient strong,.booking-patient p{display:block;margin:0}.booking-patient small{color:#71818d;font-size:11px}.booking-patient p{margin-top:3px;color:#647786;font-size:12px}.booking-patient a{color:var(--medos-blue);font-size:12px;font-weight:800}
@media(max-width:760px){.calendar-toolbar{align-items:stretch;flex-direction:column;gap:13px}.compact-therapist-filter{align-self:flex-start}.booking-patient{grid-template-columns:42px 1fr}.booking-patient>span{width:42px;height:42px}.booking-patient>a{grid-column:2}}

/* Interactive therapy profiles */
.therapy-library{padding-top:54px}.therapy-library-head{display:grid;grid-template-columns:1fr minmax(280px,.62fr);align-items:end;gap:50px;margin-bottom:28px}.therapy-library-head h2{margin:0;font-size:clamp(34px,4vw,58px);letter-spacing:-.04em}.therapy-library-head>p{margin:0;color:#647786;line-height:1.7}.therapy-card-grid{align-items:stretch}.therapy-card{padding:0!important;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.therapy-card:hover{transform:translateY(-5px);border-color:#aadbea;box-shadow:0 20px 42px rgba(65,90,115,.12)}.therapy-card-trigger{width:100%;height:100%;min-height:310px;padding:28px;display:flex;flex-direction:column;align-items:stretch;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.therapy-number{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#e8f6fc;color:var(--medos-blue);font-size:12px;font-weight:900}.therapy-card-body{margin-top:28px}.therapy-card-body h2{margin:0 0 13px;font-size:25px;line-height:1.08}.therapy-card-body p{margin:0;color:#61727e;line-height:1.6}.therapy-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:18px}.therapy-tags small{padding:6px 9px;border-radius:999px;background:#f0f5f7;color:#587080;font-size:10px;font-weight:800}.therapy-open{margin-top:auto;padding-top:24px;display:flex;align-items:center;justify-content:space-between;color:var(--medos-blue);font-size:12px}.therapy-open i{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--medos-blue);color:#fff;font-style:normal;transition:transform .2s ease}.therapy-card:hover .therapy-open i{transform:rotate(45deg)}
.therapy-dialog{width:min(920px,calc(100% - 36px));max-height:calc(100dvh - 36px);padding:0;border:0;border-radius:28px;background:#fff;color:var(--ink);box-shadow:0 35px 100px rgba(23,38,48,.28)}.therapy-dialog::backdrop{background:rgba(23,38,48,.58);backdrop-filter:blur(6px)}.therapy-dialog-shell{padding:34px}.therapy-dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:25px;border-bottom:1px solid #e3ebef}.therapy-dialog header span{color:var(--medos-blue);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.therapy-dialog h2{margin:7px 0 0;font-size:clamp(32px,4vw,52px);letter-spacing:-.045em}.dialog-close{width:44px;height:44px;flex:0 0 auto;border:0;border-radius:50%;background:#eff4f6;color:#415a73;font-size:28px;line-height:1;cursor:pointer}.therapy-dialog-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;padding:30px 0}.therapy-dialog-grid h3{margin:0 0 8px;color:#415a73;font-size:13px}.therapy-dialog-grid section h3:not(:first-child){margin-top:24px}.therapy-dialog-grid p{margin:0;color:#5d6f7b;line-height:1.7}.therapy-dialog-grid aside{padding:22px;border-radius:18px;background:#f1f8fb}.therapy-dialog-grid ol{margin:14px 0 0;padding:0;list-style:none;counter-reset:steps}.therapy-dialog-grid li{position:relative;padding:12px 0 12px 38px;border-bottom:1px solid #dbe8ee;color:#415a73;font-weight:700;counter-increment:steps}.therapy-dialog-grid li:last-child{border:0}.therapy-dialog-grid li::before{content:counter(steps);position:absolute;left:0;top:9px;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--medos-blue);font-size:10px}.therapy-note{padding:17px 19px;border-left:4px solid #efb45e;border-radius:0 14px 14px 0;background:#fff7e8}.therapy-note strong{color:#895b16;font-size:12px}.therapy-note p{margin:5px 0 0;color:#705d3e;line-height:1.55}.therapy-dialog footer{padding-top:25px;display:flex;align-items:center;justify-content:space-between;gap:20px}.therapy-dialog footer>a:first-child{color:#587080;font-size:11px;font-weight:700}.therapy-disclaimer{max-width:850px;margin:30px auto 0;color:#71818d;font-size:12px;line-height:1.65;text-align:center}
.methods-grid article{position:relative}.methods-grid .card-more{display:inline-flex;margin-top:18px;color:var(--medos-blue);font-size:12px;font-weight:800}.methods-grid .card-more::after{content:"↗";margin-left:7px}
@media(max-width:760px){.therapy-library{padding-top:35px}.therapy-library-head{grid-template-columns:1fr;gap:16px}.therapy-card-trigger{min-height:270px;padding:23px}.therapy-dialog{width:100%;max-width:none;height:100dvh;max-height:100dvh;margin:0;border-radius:0}.therapy-dialog-shell{min-height:100%;padding:22px 18px}.therapy-dialog-grid{grid-template-columns:1fr;gap:22px}.therapy-dialog footer{align-items:stretch;flex-direction:column}.therapy-dialog footer .button{width:100%}}

/* Compact homepage method directory */
.methods-section.methods-compact{padding-top:72px;padding-bottom:64px}.methods-compact .methods-heading{max-width:none;margin-bottom:24px;display:grid;grid-template-columns:1fr minmax(260px,.65fr);gap:50px;align-items:end}.methods-compact .methods-heading h2{margin-bottom:0}.methods-compact .methods-heading>p{margin:0;color:#647786;line-height:1.65}.method-links{display:flex;flex-wrap:wrap;gap:9px}.method-links a{padding:11px 14px;display:inline-flex;align-items:center;gap:14px;border:1px solid #d8e5ea;border-radius:999px;background:#fbfdfe;color:#415a73;font-size:13px;font-weight:800;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.method-links a span{color:#00a0e1;font-size:11px}.method-links a:hover,.method-links a:focus-visible{transform:translateY(-1px);border-color:#8fd5ed;background:#eef9fd;color:#167aa1;outline:0}.methods-all-link{margin-top:20px;display:inline-flex;align-items:center;gap:12px;color:#00a0e1;font-size:12px;font-weight:900}.methods-all-link span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#00a0e1;color:#fff}
@media(max-width:760px){.methods-section.methods-compact{padding-top:50px;padding-bottom:48px}.methods-compact .methods-heading{grid-template-columns:1fr;gap:14px}.method-links{gap:7px}.method-links a{padding:9px 11px;font-size:11px}.methods-all-link{line-height:1.35}}
/* Compact trust information after the practice section */
.practice-facts{padding:clamp(58px,7vw,96px) clamp(24px,7vw,110px);display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:clamp(38px,7vw,100px);align-items:start;background:#f2f8fa}
.practice-facts h2{margin:0;font-size:clamp(36px,4vw,58px);line-height:1.03;letter-spacing:-.045em}
.practice-fact-list{display:grid;gap:12px}
.practice-fact-list article{padding:20px 22px;display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:start;border:1px solid #dce8ed;border-radius:18px;background:rgba(255,255,255,.82)}
.practice-fact-list article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#e5f6fc;color:#00a0e1;font-size:20px;font-weight:800}
.practice-fact-list strong{display:block;color:#415a73;font-size:16px}
.practice-fact-list p{margin:6px 0 0;color:#617684;font-size:14px;line-height:1.55}
@media(max-width:760px){.practice-facts{grid-template-columns:1fr;padding:52px 20px;gap:28px}.practice-fact-list article{padding:17px;grid-template-columns:38px 1fr}.practice-fact-list article>span{width:38px;height:38px}}


/* Unified compact public-page system */
.subpage-main{padding-top:82px}
.subpage-hero{min-height:330px;padding:70px clamp(22px,7vw,110px) 58px}
.subpage-hero h1{max-width:850px;font-size:clamp(46px,5.8vw,78px);line-height:.98}
.subpage-hero>p:last-child{max-width:650px;margin-top:22px;font-size:17px;line-height:1.62}
.content-page{width:min(100%,1440px);margin-inline:auto;padding:68px clamp(22px,7vw,110px)}
.detail-grid{gap:12px}
.detail-grid article{padding:26px;border-radius:20px}
.detail-grid h2{margin:18px 0 11px;font-size:26px}
.page-cta{padding:58px clamp(22px,7vw,110px)}
.page-cta h2{font-size:clamp(34px,4.2vw,56px)}
.course-feature{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:34px;padding:38px;border-radius:26px}
.course-feature h2{font-size:clamp(40px,4.5vw,62px)}
.course-feature-copy>p{font-size:17px}
.course-feature ul{margin-bottom:0;line-height:1.75}
.course-info{padding:24px;border-radius:18px}
.news-grid-page{gap:14px}
.news-grid-page .news-card{min-height:220px;padding:24px;border-radius:20px}
.news-grid-page .news-card h2{margin:26px 0 12px;font-size:23px}
.practice-profile{grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:58px}
.practice-profile>div{height:410px;border-radius:26px}
.practice-profile img{transform:scale(1.5);transform-origin:center bottom;object-position:center bottom}
.practice-profile article>p{font-size:17px}
.practice-gallery{margin-top:62px;gap:48px}
.practice-gallery img{height:380px;border-radius:26px}
.contact-page{gap:clamp(42px,6vw,88px)}
.contact-details h2{margin-bottom:26px}
.contact-details>a:not(.whatsapp-button){margin-bottom:22px}
.contact-details>a strong{font-size:24px}
.opening-times{margin-top:30px;padding-top:24px}
.contact-form-card{border-radius:24px}
.therapy-library-head{margin-bottom:30px}
.therapy-card-grid{gap:12px}
.therapy-card{min-height:0!important}
.therapy-card-trigger{min-height:0}
.button,.header-cta{min-height:44px}
a:focus-visible,button:focus-visible,summary:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(0,160,225,.36);outline-offset:3px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media(max-width:760px){
 .subpage-main{padding-top:72px}
 .subpage-hero{min-height:0;padding:48px 18px 38px}
 .subpage-hero h1{font-size:clamp(40px,12vw,54px)}
 .subpage-hero>p:last-child{margin-top:17px;font-size:16px}
 .content-page{padding:44px 18px}
 .detail-grid,.news-grid-page{grid-template-columns:1fr}
 .detail-grid article,.news-grid-page .news-card{padding:21px}
 .page-cta{padding:44px 18px;align-items:flex-start;flex-direction:column}
 .course-feature{grid-template-columns:1fr;gap:22px;padding:24px 20px;border-radius:22px}
 .course-info{padding:20px}
 .practice-profile{grid-template-columns:1fr;gap:28px}
 .practice-profile>div{height:320px;border-radius:22px}
 .practice-profile img{transform:scale(1.38)}
 .practice-gallery{margin-top:44px;grid-template-columns:1fr;gap:25px}
 .practice-gallery img{height:260px;border-radius:22px}
 .contact-page{grid-template-columns:1fr;gap:38px}
 .contact-details>a strong{font-size:22px}
}


/* Booking audit: full-bleed background, robust interaction states and mobile usability */
.content-page.appointment-page{width:100%;max-width:none}
.appointment-page::before{content:none}
.day-tab:focus-visible,.patient-time:focus-visible,.selected-appointment button:focus-visible{position:relative;z-index:2}
.patient-time[hidden],.day-tab[hidden]{display:none}
.booking-submit[disabled]{cursor:not-allowed;opacity:.58;transform:none;box-shadow:none}
.booking-status{min-height:1.35em;margin:0;color:#607080;font-size:13px;line-height:1.45}
.skip-link{position:fixed;left:16px;top:12px;z-index:1000;padding:11px 16px;border-radius:10px;background:#172630;color:#fff;font-weight:800;transform:translateY(-160%);transition:transform .15s ease}
.skip-link:focus{transform:translateY(0)}
@media(max-width:760px){
 .appointment-page{padding-inline:0}
 .appointment-page>.appointment-intro,.appointment-page>.booking-form,.appointment-page>.appointment-message,.appointment-page>.appointment-empty{width:calc(100% - 28px)}
 .booking-step{border-radius:18px}
 .day-tab{min-width:82px}
}
@media(forced-colors:active){
 .day-tab.active,.patient-time.selected{outline:3px solid Highlight}
 .patient-time,.day-tab,.booking-step{border:1px solid CanvasText}
}


/* Profile pictures and robust Archil portrait framing */
.practice-profile>.archil-portrait{display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.practice-profile>.archil-portrait img{width:100%;height:100%;object-fit:contain;object-position:center bottom;transform:none!important}
.portal-avatar{width:58px;height:58px;flex:0 0 58px;border-radius:50%;object-fit:cover}
.profile-picture-menu{position:relative}.profile-picture-menu>summary{cursor:pointer;color:var(--medos-blue);font-size:12px;font-weight:800}
.profile-picture-menu[open]{min-width:min(290px,100%)}.profile-picture-menu form{margin-top:10px;display:grid;gap:8px}.profile-picture-menu label{display:grid;gap:6px;color:#607080;font-size:11px}.profile-picture-menu input[type=file]{max-width:100%}
.profile-picture-menu button{min-height:38px;padding:8px 12px;border:0;border-radius:10px;background:var(--medos-blue);color:#fff;font-weight:800}.profile-picture-menu .text-danger{background:#fff0ed;color:#a13a2d}
.profile-message{max-width:1180px;margin:18px auto 0;padding:12px 16px;border-radius:12px}.profile-message.success{background:#e7f8ef;color:#176a43}.profile-message.error{background:#fff0ed;color:#963d32}
.news-author{display:flex;align-items:center;gap:9px}.news-author img{width:30px;height:30px;border-radius:50%;object-fit:cover}
@media(max-width:760px){.practice-profile>.archil-portrait{height:360px}.practice-profile>.archil-portrait img{transform:none!important}.dashboard-profile{flex-wrap:wrap}.profile-picture-menu{width:100%}}


/* Mobile calendar width containment */
.appointment-page,
.appointment-page .appointment-intro,
.booking-form,
.booking-step,
.booking-step > div,
.booking-calendar-step,
.calendar-toolbar,
.simple-calendar,
.therapist-calendar,
.day-tabs,
.day-panel,
.time-buttons {
  min-width: 0;
  max-width: 100%;
}

.booking-form,
.booking-step,
.booking-step > div,
.simple-calendar,
.therapist-calendar,
.day-panel,
.time-buttons {
  width: 100%;
}

.day-tabs {
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 760px) {
  .appointment-page {
    width: 100%;
    overflow: clip;
  }

  .booking-step {
    overflow: hidden;
  }

  .day-tabs {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .time-buttons .patient-time,
  .patient-time .slot-info {
    max-width: 100%;
  }
}


/* Final mobile calendar viewport containment */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .content-page.appointment-page,
  .appointment-page > *,
  .booking-form,
  .booking-step,
  .booking-step > div,
  .booking-calendar-step,
  .calendar-toolbar,
  .simple-calendar,
  .therapist-calendar,
  .day-panel,
  .time-buttons,
  .booking-contact,
  .booking-contact > div,
  .contact-form-row,
  .privacy-check {
    min-inline-size: 0;
    max-inline-size: 100%;
  }

  .booking-step {
    grid-template-columns: minmax(0, 1fr);
  }

  .day-tabs {
    display: flex;
    grid-template-columns: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    contain: inline-size;
  }

  .day-tab {
    flex: 0 0 82px;
    min-width: 82px;
  }

  .time-buttons {
    grid-template-columns: minmax(0, 1fr);
  }

  .patient-time .slot-info strong,
  .patient-time .slot-info small {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .selected-appointment {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .selected-appointment strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}


/* Static, patient-friendly treatment method page */
.methods-page-hero{background:linear-gradient(145deg,#f4fbfe 0%,#fff 58%,#fbf7ef 100%)}
.method-jump-nav{position:sticky;top:82px;z-index:20;padding:16px clamp(18px,7vw,110px);display:flex;align-items:center;gap:24px;border-block:1px solid #dce8ed;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(65,90,115,.06);backdrop-filter:blur(14px)}
.method-jump-nav>strong{flex:0 0 auto;color:#415a73;font-size:12px}
.method-jump-nav>div{display:flex;gap:8px;min-width:0;overflow-x:auto;scrollbar-width:thin;padding:2px}
.method-jump-nav a{flex:0 0 auto;padding:9px 13px;border:1px solid #d9e6eb;border-radius:999px;color:#415a73;background:#fff;font-size:12px;font-weight:800}
.method-jump-nav a:hover,.method-jump-nav a:focus-visible{border-color:#00a0e1;background:#edf9fd;color:#007da8}
.static-therapy-page{padding-top:76px}
.static-therapy-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:60px;align-items:end;margin-bottom:58px}
.static-therapy-intro h2{margin:0;font-size:clamp(38px,4.5vw,64px);line-height:1.02;letter-spacing:-.045em}
.static-therapy-intro>p{margin:0;color:#5d7180;font-size:17px;line-height:1.7}
.static-therapy-list{display:grid;gap:0;border-top:1px solid #dce8ed}
.static-therapy-method{scroll-margin-top:170px;display:grid;grid-template-columns:minmax(230px,.42fr) minmax(0,1fr);gap:clamp(34px,6vw,90px);padding:64px 0;border-bottom:1px solid #dce8ed}
.method-visual{position:relative;min-height:270px;display:grid;place-items:center;overflow:hidden;border-radius:30px;background:linear-gradient(145deg,#eaf8fd,#d7f0f8);color:#007da8}
.method-visual::after{content:"";position:absolute;width:170px;height:170px;right:-70px;bottom:-75px;border:30px solid rgba(255,255,255,.6);border-radius:50%}
.method-visual>span{position:absolute;top:20px;left:20px;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#fff;color:#007da8;font-size:12px;font-weight:900;box-shadow:0 8px 25px rgba(65,90,115,.1)}
.method-visual svg{position:relative;z-index:1;width:148px;height:148px;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.method-visual-rehabilitation,.method-visual-balance{background:linear-gradient(145deg,#fff5e8,#fce5c7);color:#9a6724}
.method-visual-trainingstherapie{background:linear-gradient(145deg,#edf6f2,#d8ece4);color:#39765e}
.method-visual-mulligan{background:linear-gradient(145deg,#eef3f8,#dce6ef);color:#415a73}
.method-visual-beratung{background:linear-gradient(145deg,#fff0ed,#f9dcd5);color:#a34d40}
.method-static-copy{align-self:center;min-width:0}
.method-kicker{margin:0 0 10px;color:#007da8;font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.method-static-copy h2{margin:0;color:#263f51;font-size:clamp(32px,3.3vw,49px);line-height:1.04;letter-spacing:-.035em}
.method-lead{max-width:760px;margin:17px 0 0;color:#526b7a;font-size:19px;line-height:1.58}
.method-answer{margin-top:27px;padding:18px 20px;border-left:4px solid #00a0e1;border-radius:0 15px 15px 0;background:#f2f9fc}
.method-answer h3,.method-details-body h3{margin:0 0 7px;color:#415a73;font-size:14px}
.method-answer p,.method-details-body p{margin:0;color:#5d7180;line-height:1.65}
.method-details{margin-top:20px;border:1px solid #dce8ed;border-radius:16px;background:#fff}
.method-details summary{min-height:54px;padding:14px 17px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#415a73;font-size:14px;font-weight:900;cursor:pointer;list-style:none}
.method-details summary::-webkit-details-marker{display:none}
.method-details summary span{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:50%;background:#e7f6fb;color:#007da8;font-size:21px;transition:transform .2s ease}
.method-details[open] summary span{transform:rotate(45deg)}
.method-details-body{padding:3px 20px 22px;display:grid;grid-template-columns:1fr 1fr;gap:23px 30px;border-top:1px solid #e4ecef}
.method-details-body section{padding-top:21px}
.method-details-body ol{margin:10px 0 0;padding:0;list-style:none;counter-reset:static-method-step}
.method-details-body li{position:relative;padding:8px 0 8px 31px;color:#526b7a;line-height:1.45;counter-increment:static-method-step}
.method-details-body li::before{content:counter(static-method-step);position:absolute;left:0;top:7px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#e7f6fb;color:#007da8;font-size:10px;font-weight:900}
.method-details-body aside{grid-column:1/-1;padding:15px 17px;border-radius:13px;background:#fff7e8;color:#705d3e}
.method-details-body aside strong{font-size:12px}
.method-details-body aside p{margin-top:5px;color:#705d3e}
.method-details-body>a{grid-column:1/-1;color:#007da8;font-size:12px;font-weight:800}
.methods-page-cta>div>p:last-child{max-width:650px;margin:13px 0 0;color:#d9e6ed;line-height:1.55}
@media(max-width:760px){
 .method-jump-nav{top:72px;padding:11px 14px;display:block}
 .method-jump-nav>strong{display:block;margin:0 0 8px 3px}
 .static-therapy-page{padding-top:45px}
 .static-therapy-intro{grid-template-columns:1fr;gap:18px;margin-bottom:34px}
 .static-therapy-intro>p{font-size:16px}
 .static-therapy-method{scroll-margin-top:150px;grid-template-columns:1fr;gap:22px;padding:37px 0}
 .method-visual{min-height:160px;border-radius:22px}
 .method-visual>span{top:14px;left:14px;width:36px;height:36px}
 .method-visual svg{width:105px;height:105px;stroke-width:4.5}
 .method-static-copy h2{font-size:34px}
 .method-lead{margin-top:13px;font-size:17px}
 .method-answer{margin-top:20px;padding:15px 16px}
 .method-details{margin-top:15px}
 .method-details summary{min-height:58px;font-size:14px}
 .method-details-body{grid-template-columns:1fr;gap:0;padding:3px 16px 19px}
 .method-details-body aside,.method-details-body>a{grid-column:auto}
 .method-details-body aside{margin-top:18px}
 .method-details-body>a{margin-top:17px}
}


/* Mobile contact form containment and readable method CTA */
.methods-page-cta > div > p:last-child {
  color: #526b7a;
}

.contact-section,
.contact-intro,
.contact-form-card,
.contact-form,
.contact-form > *,
.contact-form-row,
.contact-form-row > label {
  min-width: 0;
  max-width: 100%;
}

.contact-section {
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  display: block;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 760px) {
  .contact-section {
    grid-template-columns: minmax(0, 1fr);
    padding-inline: 20px;
    gap: 38px;
  }

  .contact-form-card {
    width: 100%;
    padding: 26px 20px;
    overflow: hidden;
    border-radius: 22px;
  }

  .contact-form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-form input[type="datetime-local"] {
    width: 100%;
    min-width: 0;
    -webkit-appearance: none;
    appearance: none;
  }

  .methods-page-cta > div > p:last-child {
    color: #526b7a;
    font-size: 17px;
    line-height: 1.6;
  }
}


/* Dynamic public course catalogue */
.public-courses-home{overflow:hidden}
.public-course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.public-course-card{min-width:0;padding:28px;display:flex;flex-direction:column;gap:24px;border:1px solid #dbe7eb;border-radius:24px;background:linear-gradient(145deg,#fff 0%,#f6fbfd 100%);box-shadow:0 16px 45px rgba(46,79,98,.08)}
.public-course-card-head{min-width:0}
.public-course-card .course-type{margin:0 0 10px;color:#007da8;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.public-course-card h3,.public-course-card h2{margin:0;color:#263f51;font-size:clamp(27px,2.25vw,36px);line-height:1.08;letter-spacing:-.035em;overflow-wrap:anywhere}
.public-course-card-head>p:last-child{margin:16px 0 0;color:#526b7a;font-size:16px;line-height:1.62}
.public-course-facts{margin:auto 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.public-course-facts div{min-width:0;padding:14px;border-radius:14px;background:#edf7fa}
.public-course-facts dt{margin:0 0 5px;color:#526b7a;font-size:12px;font-weight:800}/* nicht #667d8a: GEMESSEN 3.96:1 auf der Kachelflaeche #edf7fa bei 12px/800 - achtmal durchgefallen im ersten Lauf mit Kurs-Fixture (34689660361). 12px fett ist KEINE Grossschrift (die faengt bei 18.66px fett an), also gilt 4.5:1 voll. #526b7a ist KEIN neuer Wert: .public-course-card-head>p:last-child traegt ihn zwei Zeilen hoeher schon, und er ergibt 5.15:1 - Luft statt Punktlandung. #607080, der Fliesstext-Ton der Seite, haette 4.67:1 ergeben und damit nur 0.17 Abstand zur Schwelle. Die Stelle war bis zum 12.09. UNGEMESSEN, weil kurse.php in der CI nur den Ausweichzweig rendete - die Zahl stand vor dem Lauf als Vorhersage in repoops#225 und ist eingetroffen. */
.public-course-facts dd{margin:0;color:#334f61;font-size:15px;font-weight:900;line-height:1.35;overflow-wrap:anywhere}
.public-course-card>.button{align-self:flex-start;min-height:48px}
.courses-discover-link{margin:28px 0 0;display:inline-flex;align-items:center;gap:13px;color:#007da8;font-size:15px;font-weight:900}
.courses-discover-link span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#00a0e1;color:#fff}
.public-courses-empty{padding:28px;border:1px solid #dbe7eb;border-radius:20px;background:#fff;color:#526b7a}
.public-courses-empty strong{display:block;color:#334f61;font-size:20px}
.public-courses-empty p{margin:8px 0 14px;line-height:1.6}
.public-courses-empty a:not(.button){color:#007da8;font-weight:900}
.courses-page-hero{background:linear-gradient(145deg,#eef9fd 0%,#fff 62%,#fbf7ef 100%)}
.public-courses-page-intro{margin-bottom:42px;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);gap:50px;align-items:end}
.public-courses-page-intro h2{margin:0;color:#263f51;font-size:clamp(38px,4.5vw,62px);line-height:1.03;letter-spacing:-.045em}
.public-courses-page-intro>p{margin:0;color:#526b7a;font-size:17px;line-height:1.65}
.public-course-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.public-course-card-full{padding:32px}
.public-course-card-full .public-course-facts{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:auto}
.public-course-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.public-course-phone{color:#415a73;font-size:14px;font-weight:800}
.public-courses-empty-page{max-width:760px;padding:36px}
@media(max-width:1050px){.public-course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
 .public-course-grid,.public-course-list,.public-courses-page-intro{grid-template-columns:minmax(0,1fr)}
 .public-course-grid,.public-course-list{gap:14px}
 .public-course-card,.public-course-card-full{padding:22px 20px;border-radius:20px;gap:20px}
 .public-course-card h3,.public-course-card h2{font-size:30px}
 .public-course-card-head>p:last-child{font-size:16px}
 .public-course-facts,.public-course-card-full .public-course-facts{grid-template-columns:minmax(0,1fr)}
 .public-course-facts div{padding:13px 14px}
 .public-course-facts dd{font-size:16px}
 .public-course-card>.button,.public-course-actions,.public-course-actions .button{width:100%}
 .public-course-actions{align-items:stretch;flex-direction:column}
 .public-course-actions .button{justify-content:center}
 .public-course-phone{text-align:center;font-size:16px}
 .courses-discover-link{min-height:48px}
 .public-courses-page-intro{gap:17px;margin-bottom:30px}
 .public-courses-page-intro>p{font-size:16px}
}


/* Consistent vector icons and discreet collaboration invitations */
.method-links a .chip-icon{width:18px;height:18px;flex:0 0 18px;color:var(--medos-blue);stroke-width:2.2}
.evidence-icon svg{width:25px;height:25px}
.context-invite{max-width:840px;margin:-24px 0 42px;padding:18px 20px;display:flex;align-items:flex-start;gap:15px;border:1px solid rgba(0,160,225,.22);border-radius:18px;background:rgba(255,255,255,.68);color:var(--medos-navy)}
.context-invite>svg{width:28px;height:28px;flex:0 0 28px;margin-top:1px;color:var(--medos-blue);stroke-width:1.8}
.context-invite p{margin:0;font-size:15px;line-height:1.58}
.context-invite strong{color:var(--ink)}
.context-invite a{color:#007da8;font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.context-invite-team{margin:28px 0 0;background:#f4fbfe}
@media(max-width:760px){
 .method-links a .chip-icon{width:17px;height:17px;flex-basis:17px}
 .context-invite{margin:-14px 0 30px;padding:16px;gap:12px;border-radius:15px}
 .context-invite>svg{width:25px;height:25px;flex-basis:25px}
 .context-invite p{font-size:14px}
 .context-invite-team{margin-top:24px}
}


/* Compact patient journey */
.home-final-cta{
  padding:clamp(64px,8vw,110px) clamp(24px,7vw,112px);
  display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:60px;
  background:linear-gradient(135deg,#edf9fd 0%,#fff 56%,#fbf7ef 100%);
}
.home-final-cta>div:first-child{max-width:760px}
.home-final-cta h2{font-size:clamp(42px,5vw,72px)}
.home-final-cta>div:first-child>p:last-child{max-width:620px;margin:22px 0 0;color:var(--medos-navy);font-size:18px;line-height:1.6}
.home-final-actions{min-width:280px;display:grid;gap:12px}
.button-secondary{border:1px solid rgba(65,90,115,.28);background:#fff;color:var(--medos-navy)}
.home-contact-link{padding:10px;text-align:center;color:#007da8;font-size:14px;font-weight:800}
.mobile-booking-bar{display:none}

@media(max-width:760px){
  html{scroll-padding-top:72px}
  .hero{min-height:auto;padding:104px 18px 74px;gap:22px}
  .hero h1{font-size:clamp(43px,12.5vw,58px);line-height:.96}
  .hero-lead{margin-top:18px;font-size:17px;line-height:1.5}
  .hero-actions{margin-top:22px;gap:14px}
  .hero-location{margin-top:22px;font-size:14px}
  .hero-visual{height:315px}
  .evidence-card{display:none}
  .trust-strip{margin:-28px 14px 0;padding:18px;min-height:0;grid-template-columns:1fr 1fr;gap:13px;border-radius:20px}
  .trust-strip p{gap:8px;font-size:12px;line-height:1.35}
  .trust-strip p>span{font-size:17px}
  .methods-section{padding:58px 18px}
  .methods-heading{margin-bottom:27px}
  .methods-heading h2{font-size:39px}
  .methods-heading>p:last-child{margin-top:17px;font-size:16px;line-height:1.55}
  .method-links{gap:9px}
  .method-links a{min-height:48px;padding:13px 15px}
  .section.about{padding:58px 18px;gap:30px}
  .about h2{font-size:40px}
  .large-copy{margin-top:20px;font-size:18px}
  .person{margin-top:25px;padding-top:22px}
  .practice-image{height:330px}
  .practice-facts{padding:52px 18px}
  .practice-facts h2{font-size:39px}
  .home-final-cta{padding:58px 18px 88px;grid-template-columns:1fr;gap:28px}
  .home-final-cta h2{font-size:40px}
  .home-final-cta>div:first-child>p:last-child{font-size:16px}
  .home-final-actions{min-width:0;width:100%}
  .home-final-actions .button{width:100%}
  .mobile-booking-bar{
    display:flex;position:fixed;z-index:60;left:14px;right:14px;bottom:max(12px,env(safe-area-inset-bottom));
    min-height:54px;padding:0 22px;align-items:center;justify-content:center;gap:12px;border-radius:18px;
    background:var(--medos-blue);color:#fff;font-weight:900;box-shadow:0 14px 38px rgba(23,38,48,.28);
  }
  footer{padding-bottom:105px}
}


/* Text zoom and shared navigation hardening */
:where(.site-header,.site-header *,.subpage-main,.subpage-main *,main,main *){min-width:0}
:where(h1,h2,h3,p,a,button,label,strong,small,span){overflow-wrap:break-word}
.site-header{grid-template-columns:minmax(150px,260px) minmax(0,1fr) auto}
.desktop-nav{min-width:0;gap:clamp(14px,2.2vw,36px)}
.desktop-nav a{white-space:normal;text-align:center;line-height:1.25}
.button{height:auto;line-height:1.25;text-align:center}
@media(max-width:1100px){
  .desktop-nav{display:none}
  .mobile-menu{display:block}
  .site-header{grid-template-columns:minmax(0,1fr) auto auto;gap:14px}
}
@media(max-width:760px){
  body{-webkit-text-size-adjust:100%;text-size-adjust:100%}
  .site-header{height:auto;min-height:74px;padding:10px 16px;gap:10px}
  .subpage-main{padding-top:74px}
  .brand img{width:min(47vw,190px);height:auto;max-height:54px}
  .header-cta{display:none}
  .mobile-menu{min-width:48px}
  .mobile-menu summary{min-width:48px;min-height:48px}
  .mobile-menu nav{width:min(90vw,340px);max-height:calc(100dvh - 90px);overflow-y:auto}
  .subpage-hero{min-height:0;padding:72px 18px 54px}
  .subpage-hero h1{font-size:clamp(38px,12vw,58px);line-height:1;overflow-wrap:anywhere}
  .subpage-hero>p:last-child{font-size:1rem;line-height:1.55}
  .button{max-width:100%;min-height:48px;padding:12px 18px;white-space:normal}
  input,select,textarea,button{font-size:1rem}
}
@media(max-width:430px){
  .brand img{width:min(53vw,176px)}
  .site-header{padding-inline:12px}
}


/* Team framing, location map and contextual mobile booking action */
.practice-profile>.archil-portrait{
  min-height:0;
  aspect-ratio:4/5;
  height:auto;
  background:linear-gradient(145deg,#e5f6fc,#ccecf7);
}
.practice-profile>.archil-portrait img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 16%;
  transform:scale(1.035)!important;
  transform-origin:center top;
}
.practice-team-image img,
.practice-gallery .practice-team-photo{
  object-fit:cover;
  object-position:center 34%;
}
.location-map-card{
  margin-top:30px;
  overflow:hidden;
  border:1px solid #dce8ed;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 42px rgba(65,90,115,.10);
}
.location-map-card iframe{
  display:block;
  width:100%;
  height:250px;
  border:0;
}
.location-map-info{
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.location-map-info>div{display:grid;gap:4px;min-width:0}
.location-map-info strong{color:var(--ink);font-size:15px}
.location-map-info span{color:#607080;font-size:13px;line-height:1.45}
.location-map-info>a{
  flex:0 0 auto;
  min-height:44px;
  padding:10px 15px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  background:#e9f7fc;
  color:#007da8;
  font-size:13px;
  font-weight:900;
}
.mobile-booking-bar{
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
}
.mobile-booking-bar.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(calc(100% + 28px));
}
@media(max-width:760px){
  .practice-profile>.archil-portrait{
    height:auto;
    aspect-ratio:4/5;
    max-height:none;
  }
  .practice-profile>.archil-portrait img{
    object-position:50% 14%;
    transform:scale(1.025)!important;
  }
  .practice-gallery .practice-team-photo{
    height:330px;
    object-position:center 32%;
  }
  .practice-gallery{gap:30px}
  .location-map-card{margin-top:24px;border-radius:20px}
  .location-map-card iframe{height:210px}
  .location-map-info{padding:16px;align-items:stretch;flex-direction:column;gap:14px}
  .location-map-info>a{width:100%;justify-content:center}
}


/* Dynamic therapist team profiles */
.team-home,.team-page{padding:clamp(64px,8vw,112px) clamp(24px,7vw,112px);background:#f7fbfc}
.team-page{background:#fff}
.team-section-heading{margin-bottom:38px;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.65fr);gap:48px;align-items:end}
.team-section-heading h2{margin:0;color:var(--ink);font-size:clamp(42px,5vw,70px);line-height:1.02;letter-spacing:-.045em}
.team-section-heading>p{margin:0;color:#526b7a;font-size:17px;line-height:1.65}
.team-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));gap:22px}
.team-card{min-width:0;overflow:hidden;border:1px solid #dce8ed;border-radius:26px;background:#fff;box-shadow:0 18px 48px rgba(42,72,89,.09)}
.team-card-photo{aspect-ratio:4/4.4;overflow:hidden;display:grid;place-items:center;background:linear-gradient(145deg,#e5f6fc,#ccecf7);color:#007da8;font-size:72px;font-weight:900}
.team-card-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 18%}
.team-card-copy{padding:25px}
.team-card-copy .team-role{margin:0 0 8px;color:#008bc3;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.team-card-copy h3{margin:0;color:var(--ink);font-size:clamp(27px,2.4vw,36px);line-height:1.08;letter-spacing:-.035em}
.team-card-copy blockquote{margin:18px 0 0;padding-left:16px;border-left:3px solid #00a0e1;color:#355466;font-size:17px;font-weight:750;line-height:1.5}
.team-card-copy>p:last-child{margin:17px 0 0;color:#607080;font-size:15px;line-height:1.65}
.team-page-link{margin-top:28px;display:inline-flex;align-items:center;gap:12px;color:#007da8;font-weight:900}
.team-page-link span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#00a0e1;color:#fff}
.team-empty{padding:28px;border:1px solid #dce8ed;border-radius:20px;background:#fff;color:#607080}
.team-empty strong{display:block;margin-bottom:6px;color:var(--ink);font-size:20px}
.team-empty p{margin:0}
.team-location{margin-top:72px}
@media(max-width:760px){
 .team-home,.team-page{padding:56px 18px}
 .team-section-heading{grid-template-columns:1fr;gap:16px;margin-bottom:27px}
 .team-section-heading h2{font-size:39px}
 .team-section-heading>p{font-size:16px}
 .team-card-grid{grid-template-columns:1fr;gap:16px}
 .team-card{display:grid;grid-template-columns:116px minmax(0,1fr);border-radius:20px}
 .team-card-photo{height:100%;min-height:190px;aspect-ratio:auto;font-size:42px}
 .team-card-copy{padding:20px 18px}
 .team-card-copy h3{font-size:25px}
 .team-card-copy blockquote{margin-top:14px;font-size:15px}
 .team-card-copy>p:last-child{font-size:14px;line-height:1.55}
 .team-location{margin-top:48px}
}
@media(max-width:390px){
 .team-card{grid-template-columns:1fr}
 .team-card-photo{height:auto;aspect-ratio:4/3}
}


/* MEDOS compact professional layout and refreshed practice photography */
:root{
  --compact-radius:14px;
  --compact-section:clamp(58px,6vw,88px);
}
.site-header{
  height:82px;
  padding:10px clamp(20px,4vw,58px);
  grid-template-columns:minmax(150px,205px) minmax(0,1fr) auto;
  gap:clamp(16px,2.4vw,34px);
  border-bottom:1px solid #dce6eb;
  box-shadow:0 5px 18px rgba(31,57,72,.06);
}
.brand img{width:176px;height:52px}
.desktop-nav{gap:clamp(12px,1.7vw,28px);font-size:14px}
.button{min-height:46px;padding:10px 20px;border-radius:10px;box-shadow:none}
.hero{
  min-height:680px;
  padding:124px clamp(22px,5vw,76px) 78px;
  grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);
  gap:clamp(34px,5vw,74px);
}
.hero h1{font-size:clamp(48px,5.2vw,76px);line-height:.95}
.hero-lead{margin-top:22px;font-size:clamp(17px,1.3vw,21px)}
.hero-actions{margin-top:25px}.hero-location{margin-top:25px}
.hero-visual{height:470px}
.hero-photo-wrap{
  inset:0;
  border-radius:18px;
  background:#eef6f8;
  box-shadow:0 16px 42px rgba(42,72,89,.13);
}
.hero-team-image{width:100%;height:100%;object-fit:cover;object-position:center 22%}
.hero-photo-wrap::after,.portrait-orbit,.hero-wave{display:none}
.evidence-card{left:-22px;bottom:18px;width:min(365px,74%);padding:16px 18px;border-radius:12px}
.evidence-icon{width:40px;height:40px;flex-basis:40px}
.trust-strip{
  margin:-32px clamp(22px,5vw,76px) 0;
  min-height:82px;
  padding:18px 26px;
  border:1px solid #e0e8ec;
  border-radius:14px;
  box-shadow:0 12px 32px rgba(45,75,91,.08);
}
.practice-photo-strip{
  padding:var(--compact-section) clamp(22px,5vw,76px) 0;
  display:grid;
  grid-template-columns:1.35fr .825fr .825fr;
  gap:14px;
  background:#fff;
}
.practice-photo-strip article{position:relative;min-width:0;height:300px;overflow:hidden;border-radius:var(--compact-radius);background:#dfeaf0}
.practice-photo-strip .practice-photo-main{height:300px}
.practice-photo-strip img{width:100%;height:100%;object-fit:cover}
.practice-photo-strip article>div{position:absolute;inset:auto 0 0;padding:42px 18px 17px;color:#fff;background:linear-gradient(transparent,rgba(13,34,45,.86))}
.practice-photo-strip span{display:block;margin-bottom:5px;color:#8fddf7;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.practice-photo-strip strong{font-size:16px;line-height:1.3}
.methods-section,.courses-section,.news-section,.team-home,.team-page,.content-page,.section{padding:var(--compact-section) clamp(22px,5vw,76px)}
.methods-heading,.course-intro,.news-heading,.team-section-heading{margin-bottom:32px}
h2,.team-section-heading h2{font-size:clamp(38px,4.2vw,60px)}
.eyebrow{margin-bottom:13px}
.method-links{gap:8px}.method-links a{min-height:46px;border-radius:10px}
.public-course-grid,.news-grid,.team-card-grid{gap:14px}
.public-course-card,.news-card,.team-card,.detail-grid article{border-radius:var(--compact-radius)}
.public-course-card{padding:22px;gap:18px}.news-card{min-height:220px;padding:24px}
.news-card h2{margin:25px 0 12px;font-size:23px}
.team-card-photo{aspect-ratio:4/3.7}.team-card-copy{padding:20px}
.practice-facts{padding:var(--compact-section) clamp(22px,5vw,76px)}
.home-final-cta{padding:var(--compact-section) clamp(22px,5vw,76px);gap:38px}
footer{padding:58px clamp(22px,5vw,76px) 28px;gap:38px}
.subpage-main{padding-top:82px}
.subpage-hero{min-height:390px;padding:75px clamp(22px,6vw,92px) 62px}
.subpage-hero h1{font-size:clamp(46px,6vw,78px)}
.practice-gallery{margin-top:58px;gap:38px}
.practice-gallery img{height:410px;border-radius:var(--compact-radius)}
.location-map-card{border-radius:var(--compact-radius)}

@media(max-width:1050px){
  .hero{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr)}
  .practice-photo-strip{grid-template-columns:1fr 1fr}
  .practice-photo-strip .practice-photo-main{grid-column:1/-1}
}
@media(max-width:760px){
  :root{--compact-section:48px}
  .site-header{min-height:70px;height:auto;padding:9px 14px}
  .brand img{width:148px;height:46px}
  .subpage-main{padding-top:70px}
  .hero{padding:94px 16px 44px;grid-template-columns:1fr;gap:24px}
  .hero h1{font-size:clamp(40px,11.5vw,54px)}
  .hero-copy{max-width:none}.hero-visual{height:280px}
  .hero-photo-wrap{border-radius:12px}
  .hero-team-image{object-position:center 20%}
  .trust-strip{margin:12px 14px 0;padding:14px;grid-template-columns:1fr 1fr;gap:10px;border-radius:10px}
  .practice-photo-strip{padding:34px 14px 0;grid-template-columns:1fr 1fr;gap:9px}
  .practice-photo-strip article,.practice-photo-strip .practice-photo-main{height:180px;border-radius:10px}
  .practice-photo-strip .practice-photo-main{grid-column:1/-1;height:230px}
  .practice-photo-strip article>div{padding:32px 12px 12px}
  .practice-photo-strip strong{font-size:14px}
  .methods-section,.courses-section,.news-section,.team-home,.team-page,.content-page,.section,.practice-facts{padding-inline:16px}
  .methods-heading,.course-intro,.news-heading,.team-section-heading{margin-bottom:24px}
  h2,.team-section-heading h2{font-size:36px}
  .public-course-card,.news-card{padding:18px}
  .home-final-cta{padding:48px 16px 80px}
  .subpage-hero{padding:52px 16px 42px}
  .subpage-hero h1{font-size:clamp(38px,11vw,52px)}
  footer{padding:46px 18px 100px;gap:28px}
}
@media(max-width:390px){
  .practice-photo-strip{grid-template-columns:1fr}
  .practice-photo-strip .practice-photo-main{grid-column:auto}
}


/* Landing density correction: compact hero and team summaries */
@media(min-width:761px){
  .hero{
    min-height:570px;
    padding-top:108px;
    padding-bottom:54px;
    grid-template-columns:minmax(390px,.78fr) minmax(500px,1.22fr);
  }
  .hero-copy{max-width:560px}
  .hero h1{font-size:clamp(48px,4.7vw,72px);line-height:.96}
  .hero-lead{max-width:500px;margin-top:18px;font-size:18px;line-height:1.5}
  .hero-actions{margin-top:22px}
  .hero-location{margin-top:20px}
  .hero-visual{height:405px}
  .evidence-card{bottom:14px;width:335px;padding:13px 16px}
  .trust-strip{margin-top:-22px}
}
.team-home{
  padding-top:clamp(48px,5vw,70px);
  padding-bottom:clamp(48px,5vw,70px);
}
.team-home .team-section-heading{
  margin-bottom:24px;
  grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);
}
.team-home .team-card-grid{
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:12px;
}
.team-home .team-card{
  min-height:150px;
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  align-items:stretch;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(42,72,89,.07);
}
.team-home .team-card-photo{
  width:112px;
  height:100%;
  min-height:150px;
  aspect-ratio:auto;
  border-radius:0;
  font-size:34px;
  background:#edf6f9;
}
.team-home .team-card-photo img{
  object-position:center 18%;
}
.team-home .team-card-copy{
  align-self:center;
  padding:17px 18px;
}
.team-home .team-card-copy h3{
  font-size:23px;
}
.team-home .team-card-copy blockquote{
  margin-top:10px;
  padding-left:11px;
  font-size:14px;
  line-height:1.4;
}
.team-home .team-card-copy>p:last-child{
  margin-top:10px;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  font-size:13px;
  line-height:1.45;
}
.team-home .team-page-link{margin-top:20px}
@media(max-width:760px){
  .hero{padding-top:88px;padding-bottom:34px;gap:17px}
  .hero h1{font-size:clamp(39px,11vw,50px);line-height:.97}
  .hero-lead{margin-top:14px;font-size:16px}
  .hero-actions{margin-top:17px}
  .hero-location{margin-top:16px}
  .hero-visual{height:230px}
  .team-home .team-section-heading{margin-bottom:20px}
  .team-home .team-card-grid{gap:10px}
  .team-home .team-card{
    grid-template-columns:88px minmax(0,1fr);
    min-height:126px;
    border-radius:10px;
  }
  .team-home .team-card-photo{
    width:88px;
    min-height:126px;
    font-size:28px;
  }
  .team-home .team-card-copy{padding:14px}
  .team-home .team-card-copy h3{font-size:21px}
  .team-home .team-card-copy blockquote{font-size:13px}
  .team-home .team-card-copy>p:last-child{-webkit-line-clamp:2}
}
@media(max-width:390px){
  .team-home .team-card{grid-template-columns:78px minmax(0,1fr)}
  .team-home .team-card-photo{width:78px;height:100%;min-height:122px;aspect-ratio:auto}
}
