/* Shared language controls for the homepage and booking pages. */
.language-switcher{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid rgba(23,46,62,.2);border-radius:999px;background:rgba(255,255,255,.42)}
.language-switcher .lang{display:inline-flex;align-items:center;gap:7px;width:auto;height:38px;padding:0 13px;border:0;border-radius:999px;background:transparent;color:var(--ink);font:500 .75rem/1 var(--sans,"DM Sans",Arial,sans-serif);cursor:pointer;transition:background .2s,color .2s,box-shadow .2s}
.language-switcher .lang-code{font-weight:600;letter-spacing:.08em}
.language-switcher .lang-name{font-size:.72rem;opacity:.72}
.language-switcher .lang:hover{background:rgba(16,41,56,.08)}
.language-switcher .lang.active{background:var(--ink);color:var(--paper);box-shadow:0 2px 8px rgba(16,41,56,.16)}
.language-switcher .lang.active .lang-name{opacity:.9}
.language-switcher .lang:focus-visible{outline:2px solid #397b72;outline-offset:2px}
@media(max-width:760px){.language-switcher{order:3}.language-switcher .lang{height:36px;padding:0 12px}.language-switcher .lang-name{display:none}}
