.language-switch{display:flex;gap:2px;align-items:center;border:1px solid #52565a;border-radius:5px;padding:3px;margin-right:8px;flex-shrink:0}
.language-switch button{border:0;background:transparent;padding:8px 9px;font:700 12px var(--font-body);border-radius:3px;color:#bbb;min-height:34px}
.language-switch button[aria-pressed="true"]{background:var(--red);color:#fff}
.language-switch button:focus-visible{outline:2px solid white;outline-offset:2px}
html[lang="en"] .brand-card:after{content:'EXPLORE THE COLLECTION'}
html[lang="en"] .hero h1{font-size:clamp(48px,7vw,105px)}
@media(max-width:560px){.language-switch{margin-right:1px;padding:2px}.language-switch button{padding:7px 6px;font-size:11px}header .brand{width:105px}html[lang="en"] .hero h1{font-size:48px}}
