/* Only the language control is new. The approved CSS files are unchanged. */
.language-switch{position:absolute;left:calc(max(56px,(100% - 1280px)/2) + 260px);top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:7px;font:600 .8125rem/1 Arial,Helvetica,sans-serif;letter-spacing:.04em;white-space:nowrap}
.language-switch>a{display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;padding:7px 4px;color:var(--muted);border-bottom:2px solid transparent}
.language-switch>a[aria-current="true"]{color:var(--navy);border-bottom-color:var(--gold)}
.language-switch>a:hover{color:var(--gold-dark)}
.language-switch>span{color:#a1aeb9;font-weight:400}
@media(max-width:1150px) and (min-width:901px){.language-switch{left:242px}}
@media(max-width:900px){.language-switch{position:static;transform:none;align-self:flex-start;order:-1;margin-bottom:8px;gap:10px}.language-switch>a{min-height:40px;min-width:40px}}
/* Same image as the approved stylesheet. This relative URL enables local preview too. */
.hero-image{background-image:url('assets/architecture.png')}
