:root { --ink: #111111; --muted: #555957; --line: #d8d8d2; --paper: #ffffff; --soft: #f1f7f3; --primary: #007a3d; --primary-dark: #111111; --accent: #ce1126; --success: #007a3d; --danger: #b3261e; --flag-black: #111111; --shadow: 0 18px 45px rgba(17, 17, 17, 0.12); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; white-space: nowrap; border: 0; clip: rect(0, 0, 0, 0); clip-path: inset(50%); }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 76px; padding: 0.85rem clamp(1rem, 4vw, 3rem); background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid var(--line); box-shadow: 0 1px 0 var(--primary), 0 4px 0 var(--accent); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; color: var(--ink); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; overflow: hidden; background: #ffffff; border: 1px solid var(--line); border-radius: 8px; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand small { margin-top: 0.2rem; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 0.2rem; }
.main-nav a { padding: 0.65rem 0.8rem; color: var(--muted); text-decoration: none; border-radius: 7px; }
.main-nav a:hover, .main-nav a:focus { color: #ffffff; background: var(--primary); }
.language-switch { position: relative; margin-left: 0.65rem; padding-left: 0.65rem; border-left: 1px solid var(--line); }
.language-switch summary { display: inline-flex; align-items: center; gap: 0.45rem; min-width: 74px; min-height: 42px; padding: 0.35rem 0.55rem; color: var(--ink); list-style: none; cursor: pointer; background: linear-gradient(135deg, rgba(0, 122, 61, 0.1), rgba(206, 17, 38, 0.08)), #ffffff; border: 1px solid rgba(0, 122, 61, 0.25); border-radius: 999px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8); }
.language-switch summary::-webkit-details-marker { display: none; }
.language-switch summary::after { content: ""; width: 0.42rem; height: 0.42rem; margin-left: 0.1rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-1px) rotate(45deg); transition: transform 180ms ease; opacity: 0.7; }
.language-switch[open] summary::after { transform: translateY(2px) rotate(225deg); }
.language-flag { position: relative; display: block; width: 34px; height: 24px; overflow: hidden; background: #ffffff; border: 1px solid rgba(17, 17, 17, 0.18); border-radius: 5px; box-shadow: 0 2px 6px rgba(17, 17, 17, 0.12); }
.language-flag-de { background: linear-gradient(#111111 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66%); }
.language-flag-en { background: linear-gradient(33deg, transparent 42%, #ffffff 42% 47%, #c8102e 47% 53%, #ffffff 53% 58%, transparent 58%), linear-gradient(-33deg, transparent 42%, #ffffff 42% 47%, #c8102e 47% 53%, #ffffff 53% 58%, transparent 58%), linear-gradient(90deg, transparent 42%, #ffffff 42% 46%, #c8102e 46% 54%, #ffffff 54% 58%, transparent 58%), linear-gradient(0deg, transparent 38%, #ffffff 38% 43%, #c8102e 43% 57%, #ffffff 57% 62%, transparent 62%), #012169; }
.language-flag-tr { background: radial-gradient(circle at 16px 12px, #e30a17 0 5.4px, transparent 5.7px), radial-gradient(circle at 13px 12px, #ffffff 0 7px, transparent 7.3px), #e30a17; }
.language-flag-tr::after { position: absolute; top: 7px; left: 18px; width: 8px; height: 8px; content: ""; background: #ffffff; clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%); transform: rotate(-16deg); }
.language-flag-ar { background: linear-gradient(#111111 0 33.33%, #ffffff 33.33% 66.66%, #007a3d 66.66%); }
.language-flag-ar::before { position: absolute; top: 0; left: 0; width: 0; height: 0; content: ""; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 14px solid #ce1126; }
.language-menu { position: absolute; top: calc(100% + 0.55rem); right: 0; z-index: 30; display: grid; grid-template-columns: repeat(4, 42px); gap: 0.25rem; min-width: 0; padding: 0.4rem; background: #ffffff; border: 1px solid rgba(0, 122, 61, 0.28); border-radius: 8px; box-shadow: 0 18px 36px rgba(17, 17, 17, 0.16); }
.language-menu::before { position: absolute; top: -3px; right: 24px; width: 10px; height: 10px; content: ""; background: #ffffff; border-top: 1px solid rgba(0, 122, 61, 0.28); border-left: 1px solid rgba(0, 122, 61, 0.28); transform: rotate(45deg); }
.language-menu a { display: grid; place-items: center; width: 42px; height: 38px; padding: 0; color: var(--ink); border: 1px solid transparent; border-radius: 7px; }
.language-menu a:hover, .language-menu a:focus, .language-menu a[aria-current="page"] { color: var(--ink); background: linear-gradient(135deg, rgba(0, 122, 61, 0.12), rgba(206, 17, 38, 0.08)); border-color: rgba(0, 122, 61, 0.22); }
.language-menu a[aria-current="page"] .language-flag { box-shadow: 0 0 0 3px rgba(0, 122, 61, 0.18); }
[dir="rtl"] .language-switch { margin-right: 0.65rem; margin-left: 0; padding-right: 0.65rem; padding-left: 0; border-right: 1px solid var(--line); border-left: 0; }
[dir="rtl"] .language-switch summary::after { margin-right: 0.1rem; margin-left: 0; }
[dir="rtl"] .language-menu { right: auto; left: 0; }
[dir="rtl"] .language-menu::before { right: auto; left: 24px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 7px; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); }
main { overflow: hidden; }
.notice { position: fixed; right: clamp(0.8rem, 3vw, 1.5rem); bottom: clamp(0.8rem, 3vw, 1.5rem); z-index: 100; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.8rem; width: min(440px, calc(100vw - 1.6rem)); padding: 1rem; color: var(--ink); background: #ffffff; border: 1px solid rgba(0, 122, 61, 0.32); border-left: 5px solid var(--accent); border-radius: 8px; box-shadow: var(--shadow); }
.notice.is-hidden, .notice[hidden] { display: none !important; }
.notice-content { min-width: 0; }
.notice-title { display: block; margin-bottom: 0.25rem; font-size: 1rem; line-height: 1.25; }
.notice p { margin: 0; color: var(--muted); font-size: 0.95rem; line-height: 1.45; }
.notice-close { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; color: var(--ink); background: #ffffff; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; font: inherit; font-size: 1.35rem; line-height: 1; }
.notice-close:hover, .notice-close:focus { color: #ffffff; background: var(--primary); border-color: var(--primary); }
[dir="rtl"] .notice { right: auto; left: clamp(0.8rem, 3vw, 1.5rem); border-right: 5px solid var(--accent); border-left: 1px solid rgba(0, 122, 61, 0.32); }
.page-section { display: none !important; }
.page-section.is-active { display: block !important; }
.hero-section.page-section.is-active, .appointment-section.page-section.is-active { display: grid !important; }
.main-nav a.is-active { color: #ffffff; background: var(--flag-black); }
.site-footer a.is-active { color: #ffffff; background: var(--primary); }
.hero-section { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; min-height: calc(78vh - 76px); padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 5rem) 2.5rem; background: linear-gradient(115deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.88) 44%, rgba(0, 122, 61, 0.2) 100%), linear-gradient(135deg, var(--accent) 0 11%, transparent 11% 100%), linear-gradient(90deg, var(--flag-black) 0 12px, #ffffff 12px 24px, var(--primary) 24px 36px, var(--accent) 36px 48px, transparent 48px), linear-gradient(135deg, #ffffff 0%, #f1f7f3 52%, #dcefe4 100%); }
.hero-content { max-width: 780px; }
.eyebrow { margin: 0 0 0.75rem; color: var(--primary); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 900px; margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.8rem); line-height: 1; letter-spacing: 0; }
h2 { margin: 0 0 1rem; font-size: clamp(1.7rem, 2.6vw, 2.7rem); line-height: 1.1; letter-spacing: 0; }
h3 { margin: 0 0 0.6rem; font-size: 1.08rem; line-height: 1.25; }
.hero-copy, .lead, .section-heading p { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.hero-actions, .appointment-box { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0.8rem 1.15rem; border: 1px solid transparent; border-radius: 7px; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.button-primary { color: #ffffff; background: var(--primary); box-shadow: inset 0 -4px 0 rgba(17, 17, 17, 0.22); }
.button-primary:hover, .button-primary:focus { background: #0a8f49; box-shadow: inset 0 -4px 0 rgba(17, 17, 17, 0.18), 0 0 0 4px rgba(0, 122, 61, 0.12); }
.button-secondary:hover, .button-secondary:focus, .button-text:hover, .button-text:focus { color: var(--primary); background: rgba(0, 122, 61, 0.06); border-color: rgba(0, 122, 61, 0.32); }
.button-secondary { color: var(--primary-dark); background: #ffffff; border-color: var(--line); }
.button-text { color: var(--primary-dark); background: #ffffff; border-color: var(--line); }
.phone-number { unicode-bidi: isolate; direction: ltr; display: inline-block; white-space: nowrap; }
.open-status { display: inline-block; margin: 0 0 1.2rem; padding: 0.35rem 0.65rem; color: var(--success); background: #e9f5ee; border-radius: 6px; font-weight: 700; }
dl, dd { margin: 0; }
.section { min-height: auto; padding: clamp(3.5rem, 8vw, 6rem) clamp(1rem, 5vw, 5rem); }
.section-compact { padding-top: clamp(2.5rem, 6vw, 4.5rem); padding-bottom: clamp(2.5rem, 6vw, 4.5rem); }
.section-muted { background: linear-gradient(90deg, rgba(0, 122, 61, 0.08), rgba(206, 17, 38, 0.08)), var(--soft); }
.section-heading { max-width: 900px; margin-bottom: 2rem; }
.info-grid, .team-grid, .services-list, .emergency-grid, .hours-grid { display: grid; gap: 1rem; }
.info-grid, .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hours-grid { grid-template-columns: 1.25fr 1fr; }
.info-card, .team-card, .services-list article, .emergency-grid article, .hours-grid article, form, .appointment-box, .map-card { background: var(--paper); border: 1px solid rgba(0, 122, 61, 0.28); border-radius: 8px; box-shadow: inset 0 0 0 1px rgba(206, 17, 38, 0.06), 0 12px 28px rgba(0, 122, 61, 0.05); }
.info-card, .team-card, .services-list article, .emergency-grid article, .hours-grid article { padding: 1.35rem; }
.practice-card { position: relative; min-height: 260px; overflow: hidden; background-color: #ffffff; isolation: isolate; }
.practice-card::before { position: absolute; inset: 0; z-index: -2; content: ""; background-repeat: no-repeat; background-position: center; background-size: cover; opacity: 0.5; }
.practice-card::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68) 58%, rgba(255, 255, 255, 0.36)); }
.practice-card h3, .practice-card p { max-width: 82%; }
.practice-card h3 { margin-top: 0; }
.practice-card p { margin-bottom: 0; }
.practice-card-1::before { background-image: url("../pictures/background/allgemein.png"); }
.practice-card-2::before { background-image: url("../pictures/background/innere.png"); }
.practice-card-3::before { background-image: url("../pictures/background/Geriatrie.png"); }
[dir="rtl"] .practice-card::after { background: linear-gradient(270deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68) 58%, rgba(255, 255, 255, 0.36)); }
.practice-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
.practice-photo-grid figure { min-height: clamp(190px, 24vw, 320px); margin: 0; overflow: hidden; background: #ffffff; border: 1px solid rgba(0, 122, 61, 0.28); border-radius: 8px; box-shadow: inset 0 0 0 1px rgba(206, 17, 38, 0.06), 0 12px 28px rgba(0, 122, 61, 0.05); }
.practice-photo-grid img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hours-list { display: grid; gap: 0.7rem; }
.hours-list div { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 1rem; padding-bottom: 0.7rem; border-bottom: 1px solid var(--line); }
.hours-list div:last-child { padding-bottom: 0; border-bottom: 0; }
.hours-list dt { font-weight: 700; }
.hours-list dd { color: var(--muted); }
.card-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1rem; }
.profile-layout { display: grid; grid-template-columns: minmax(260px, 360px) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.portrait { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 2 / 3; margin: 0; overflow: hidden; background: #ffffff; border: 1px solid var(--line); border-radius: 8px; }
.portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.check-list { display: grid; gap: 0.6rem; padding: 0; margin: 1.3rem 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.7rem; }
.check-list li::before { position: absolute; left: 0; color: var(--success); content: "✓"; font-weight: 700; }
.team-card { min-height: 190px; }
.team-focus { margin-top: 0.65rem; padding-top: 0.65rem; color: var(--muted); font-size: 0.92rem; line-height: 1.45; border-top: 1px solid var(--line); }
.avatar { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 1.1rem; color: #ffffff; background: var(--primary); border-radius: 8px; font-weight: 700; }
.services-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.services-list article { min-height: 260px; }
.services-list ul { display: grid; gap: 0.35rem; margin: 1rem 0 0; padding-left: 1.1rem; color: var(--muted); }
.service-photo-break { grid-column: 1 / -1; min-height: clamp(170px, 24vw, 280px); overflow: hidden; background-position: center; background-size: cover; background-attachment: fixed; border: 1px solid rgba(0, 122, 61, 0.28); border-radius: 8px; box-shadow: inset 0 0 0 1px rgba(206, 17, 38, 0.08), 0 16px 34px rgba(17, 17, 17, 0.08); }
.service-photo-reception { background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), url("../pictures/Praxis/Empfang.png"); }
.service-photo-blood { background-image: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), url("../pictures/Praxis/Blutabnahme.png"); }
.service-photo-room { background-image: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), url("../pictures/Praxis/Praxis06.png"); }
.service-visual { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 72px; gap: 1rem; align-items: center; min-height: 108px; margin: -0.15rem -0.15rem 1.1rem; padding: 1.1rem; overflow: hidden; background: linear-gradient(135deg, rgba(0, 122, 61, 0.1), #ffffff); border-radius: 7px; }
.service-visual::before { position: absolute; inset: 12px; content: ""; border: 1px solid rgba(0, 122, 61, 0.18); border-radius: 7px; }
.service-visual img { position: relative; z-index: 1; display: block; width: 64px; height: 64px; object-fit: contain; justify-self: end; order: 2; }
.service-visual h3 { position: relative; z-index: 1; margin: 0; font-size: 1.08rem; line-height: 1.2; }
@media (max-width: 480px) {
.service-visual { grid-template-columns: minmax(0, 1fr) 56px; min-height: 92px; gap: 0.8rem; padding: 0.9rem; }
.service-visual img { width: 52px; height: 52px; }
}
.service-visual-acute { background: linear-gradient(135deg, rgba(206, 17, 38, 0.1), #ffffff); }
.service-visual-internal { background: linear-gradient(135deg, rgba(17, 17, 17, 0.08), #ffffff); }
.service-visual-geriatric { background: linear-gradient(135deg, rgba(0, 122, 61, 0.12), #ffffff); }
.service-visual-checkup { background: linear-gradient(135deg, rgba(0, 122, 61, 0.1), #ffffff); }
.service-visual-chronic { background: linear-gradient(135deg, rgba(17, 17, 17, 0.08), #ffffff); }
.service-visual-diagnostics { background: linear-gradient(135deg, rgba(0, 122, 61, 0.1), #ffffff); }
.service-visual-vaccine { background: linear-gradient(135deg, rgba(206, 17, 38, 0.1), #ffffff); }
.service-visual-docs { background: linear-gradient(135deg, rgba(0, 122, 61, 0.1), #ffffff); }
.service-visual-psych { background: linear-gradient(135deg, rgba(206, 17, 38, 0.08), #ffffff); }
.service-visual-network { background: linear-gradient(135deg, rgba(17, 17, 17, 0.07), #ffffff); }
.appointment-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 470px); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.appointment-box { padding: 1.5rem; box-shadow: var(--shadow); }
.appointment-box h3, .appointment-box p { width: 100%; }
.contact-layout { display: grid; grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
address { font-style: normal; }
.map-card { display: grid; gap: 1rem; margin-top: 1.25rem; padding: 1rem; }
.map-visual { position: relative; min-height: 210px; overflow: hidden; background: linear-gradient(90deg, rgba(11, 122, 59, 0.12) 1px, transparent 1px), linear-gradient(0deg, rgba(17, 17, 17, 0.08) 1px, transparent 1px), linear-gradient(135deg, #f7f8f5, #ffffff); background-size: 42px 42px, 42px 42px, auto; border: 1px solid var(--line); border-radius: 7px; }
.map-visual::before { position: absolute; top: 46%; left: -8%; width: 116%; height: 24px; content: ""; background: rgba(200, 16, 46, 0.34); transform: rotate(-12deg); }
.map-visual::after { position: absolute; top: -8%; left: 48%; width: 26px; height: 120%; content: ""; background: rgba(11, 122, 59, 0.2); transform: rotate(18deg); }
.map-pin { position: absolute; top: 50%; left: 50%; z-index: 1; width: 32px; height: 32px; background: var(--accent); border: 4px solid #ffffff; border-radius: 50% 50% 50% 0; box-shadow: var(--shadow); transform: translate(-50%, -70%) rotate(-45deg); }
.map-pin::after { position: absolute; top: 7px; left: 7px; width: 10px; height: 10px; content: ""; background: #ffffff; border-radius: 50%; }
form { display: grid; gap: 1rem; padding: 1.4rem; }
.form-row { display: grid; gap: 0.35rem; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field-hint { margin: 0; color: var(--muted); font-size: 0.9rem; }
label { font-weight: 700; }
input, textarea, select { width: 100%; min-height: 46px; padding: 0.78rem 0.85rem; color: var(--ink); background: #ffffff; border: 1px solid #d1d4cf; border-radius: 7px; font: inherit; }
textarea { min-height: 140px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(11, 122, 59, 0.2); border-color: var(--primary); }
.field-error { border-color: var(--danger) !important; outline: 3px solid rgba(179, 38, 30, 0.14); }
.consent { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 0.65rem; align-items: start; font-weight: 400; }
.consent input { min-height: auto; margin-top: 0.25rem; }
.form-message { min-height: 1.4rem; margin: 0; font-weight: 700; }
.emergency-section { background: linear-gradient(90deg, rgba(0, 122, 61, 0.08), rgba(206, 17, 38, 0.08)), var(--soft);  }
.emergency-grid strong { font-size: clamp(1.35rem, 2.2vw, 1.85rem); line-height: 1.1; }
.emergency-strip { min-height: auto; padding-top: clamp(2rem, 5vw, 3.5rem); padding-bottom: clamp(2rem, 5vw, 3.5rem); }
.emergency-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.emergency-grid article { color: var(--ink); }
.legal-section { max-width: 980px; padding-top: 2.5rem; padding-bottom: 2.5rem; }
.legal-section + .legal-section { padding-top: 0; }
.legal-content { display: grid; gap: 1rem; }
.legal-content h3 { margin-top: 1.25rem; color: var(--primary-dark); }
.legal-content p { margin: 0; }
.legal-section.reveal { opacity: 1; transform: none; }
.site-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem clamp(1rem, 5vw, 5rem); color: #ffffff; background: var(--primary-dark); }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; gap: 1rem; }
.site-footer a { color: #ffffff; text-decoration: none; }
.site-footer a[aria-current="page"] { text-decoration: underline; text-underline-offset: 0.25em; }
body.page-datenschutz .footer-link-datenschutz, body.page-impressum .footer-link-impressum { text-decoration: underline; text-underline-offset: 0.25em; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 520ms ease, transform 520ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 90ms; }
.reveal-delay-2 { transition-delay: 180ms; }
@media (prefers-reduced-motion: reduce) {
.reveal { opacity: 1; transform: none; transition: none; }
}
@media (max-width: 980px) {
.hero-section, .profile-layout, .appointment-section, .contact-layout { grid-template-columns: 1fr; }
.hero-section { min-height: auto; }
.portrait { max-width: 420px; }
.info-grid, .team-grid, .services-list, .hours-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
.site-header { align-items: flex-start; min-height: 68px; }
.nav-toggle { display: block; flex: 0 0 44px; }
.main-nav { position: absolute; top: 68px; right: 1rem; left: 1rem; display: none; padding: 0.7rem; background: #ffffff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.main-nav.is-open { display: grid; }
.main-nav a { padding: 0.85rem; }
.language-switch { margin: 0; padding: 0.65rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
.language-switch summary { width: 100%; justify-content: space-between; border-radius: 8px; }
.language-menu { position: static; min-width: 0; margin-top: 0.45rem; box-shadow: none; }
.language-menu::before { display: none; }
[dir="rtl"] .language-switch { margin: 0; padding: 0.65rem 0 0; border-top: 1px solid var(--line); border-right: 0; }
.brand strong { font-size: 0.95rem; }
.hero-section { padding-top: 3rem; }
.hero-actions, .appointment-box { align-items: stretch; flex-direction: column; }
.button { width: 100%; }
.info-grid, .team-grid, .services-list, .emergency-grid, .hours-grid { grid-template-columns: 1fr; }
.practice-card { min-height: 300px; padding-bottom: 0; }
.practice-card h3, .practice-card p { max-width: 100%; }
.practice-photo-grid { grid-template-columns: 1fr; }
.service-photo-break { min-height: 155px; background-attachment: scroll; }
.hours-list div { grid-template-columns: 1fr; gap: 0.2rem; }
}
@media (max-width: 480px) {
.site-header { padding-inline: 0.8rem; }
.brand-mark { width: 40px; height: 40px; }
h1 { font-size: 2.2rem; }
.section, .hero-section { padding-inline: 0.9rem; }
.appointment-box, form { padding: 1rem; }
.notice { grid-template-columns: minmax(0, 1fr) 34px; padding: 0.9rem; }
}
