:root {
  --medos-blue: #00a0e1;
  --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(--sand); 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: 0 0 auto; z-index: 50; background: rgba(251,247,239,.9); 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);
}
.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); 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); }
.news-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--medos-blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.news-meta time { color: #788996; }
.news-card h3 { margin: 38px 0 16px; color: var(--medos-navy); font-size: 26px; line-height: 1.15; }
.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; }
.news-empty > span { width: 74px; height: 74px; flex: 0 0 74px; display: grid; place-items: center; border-radius: 50%; background: var(--medos-blue); 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); }.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);letter-spacing:.12em}.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; padding: 12px 20px; grid-template-columns: 1fr auto; }
  .brand img { width: 155px; height: 52px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding: 130px 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:82px}.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: 112px; 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); color:#fff; font-size:12px; font-weight:800; }
.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)}}
