/* Shared, keyboard-accessible language control on every page. */
body > nav:not(.legal-nav){gap:24px}
body > nav > .nav-links,body > nav > .nav-quick,body > nav > .back{margin-left:auto}
.language-switch{display:flex;flex:none;align-items:center;gap:2px;padding:3px;border:1px solid rgba(20,20,22,.16);border-radius:999px;background:rgba(251,251,249,.65)}
.language-switch button{appearance:none;border:0;border-radius:999px;background:transparent;color:#5f636b;cursor:pointer;font:500 12px/1 'Inter',sans-serif;letter-spacing:.04em;min-width:38px;min-height:34px;padding:8px}
.language-switch button[aria-pressed="true"]{background:#d2d2d2;color:#242424}
.language-switch button:hover:not([aria-pressed="true"]){background:#e4e4e4;color:#141416}
.language-switch button:focus-visible{outline:2px solid #141416;outline-offset:3px}
.legal-language{position:absolute;top:20px;right:var(--pad)}
html[lang="de"] .hero h1{font-size:clamp(38px,6.5vw,96px);max-width:22ch}
html[lang="de"] h1,html[lang="de"] h2,html[lang="de"] h3,html[lang="de"] h4{overflow-wrap:break-word;hyphens:auto}
@media(max-width:1000px){body > nav > .nav-links{gap:18px}}
@media(max-width:760px){body > nav:not(.legal-nav){gap:12px}.language-switch button{min-width:34px}.nav-quick{gap:12px}html[lang="de"] .hero h1{font-size:clamp(36px,7.6vw,54px)}html[lang="de"] .hero .hero-sub{margin-top:22px}html[lang="de"] .hero .cta-row{margin-top:24px;gap:12px}}
@media(max-width:380px){body > nav > .nav-quick a:first-child{display:none}body > nav > .back{font-size:11px}.language-switch button{min-width:30px;padding:7px}html[lang="de"] .hero .btn{padding:13px 19px;font-size:13px}}
html[lang="de"] .hero h1{max-width:19ch;hyphens:none}
/* Longer German copy must never be clipped by the pinned hero on short screens. */
html[lang="de"] .hero-scroll .hero{height:auto;min-height:max(100svh,760px)}
html[lang="de"] .hero-scroll .hero-inner{flex-shrink:0}
@media(max-width:760px){html[lang="de"] .hero-scroll .hero{min-height:max(100svh,680px);padding-top:115px}}
@media(max-width:380px){html[lang="de"] .hero h1{font-size:32px}}
