.language-switch{display:flex;gap:4px;justify-content:center;width:100%;padding:10px 0}
.language-switch a{display:grid;place-items:center;min-width:33px;min-height:36px;border:1px solid #ffffff35;border-radius:3px;font-size:11px;font-weight:700;color:#d5c9df;transition:background .2s,color .2s}
.language-switch a[aria-current=true]{background:var(--gold);border-color:var(--gold);color:#21152a}
.language-switch a:hover{border-color:var(--gold)}
.sidebar{overflow-y:auto;scrollbar-width:thin}
.sidebar>.brand,.sidebar>.sidebar-social,.sidebar>nav{flex-shrink:0}
.sidebar nav a{padding-block:12px}
.sidebar nav a.active::before{top:12px;bottom:12px}
html[lang=en] .faq-intro h2{font-size:clamp(27px,2.8vw,40px)}
html[lang=en] .story-intro h2{font-size:clamp(44px,5.2vw,78px)}
html[lang=en] .portrait-label strong{font-size:13px}
@media(max-width:760px){.language-switch{gap:8px;padding:12px 0}.language-switch a{min-width:52px;min-height:44px}.sidebar nav a{padding-block:12px}html[lang=en] .story-intro h2{font-size:clamp(43px,11.8vw,72px)}html[lang=en] .portrait-label strong{font-size:11px}}
