.lang{position:relative;max-width:260px;margin-top:20px;color:#d9deeb;font-size:13px}
.lang summary{min-height:44px;display:flex;align-items:center;gap:7px;cursor:pointer;list-style:none}
.lang summary::-webkit-details-marker{display:none}
.lang>div{position:absolute;left:0;bottom:48px;min-width:190px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 45px rgba(7,13,30,.22)}
.lang a{display:block;padding:8px 10px;color:var(--ink);border-radius:7px}
.lang a:hover,.lang a[aria-current=page]{background:var(--soft);color:var(--blue)}
.language-hub{min-height:100vh;display:grid;place-content:center;text-align:center;padding:24px;background:radial-gradient(circle at 70% 10%,rgba(69,111,246,.35),transparent 35%),var(--navy);color:#fff}
.language-hub .brand{display:inline-grid;justify-self:center;font-size:34px}
.language-hub h1{font:clamp(34px,7vw,64px)/1.1 Georgia,serif;margin:42px 0}
.language-hub>div:last-child{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
.language-hub .button{min-width:130px}
@media(max-width:800px){.lang>div{position:static;margin-top:6px}.language-hub>div:last-child{display:grid;grid-template-columns:1fr 1fr}.language-hub .button{min-height:44px}}
.post-image{margin:0 0 30px}.post-image img{display:block;width:100%;height:auto;aspect-ratio:1400/735;object-fit:cover;border-radius:20px;border:1px solid var(--line)}.post-image figcaption{margin-top:8px;color:var(--muted);font-size:12px}@media(max-width:800px){.post-image{margin-bottom:20px}.post-image img{border-radius:14px}}
.post-cta{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}.post-cta article{position:relative;overflow:hidden;padding:30px;border-radius:18px;background:var(--navy);color:#fff}.post-cta article:last-child{background:var(--navy-2)}.post-cta span{font-size:12px;font-weight:800;letter-spacing:.15em;color:var(--gold)}.post-cta h2{font:700 25px/1.25 Georgia,serif;margin:16px 0 10px}.post-cta p{color:#c8d0e3;line-height:1.6}.post-cta a{display:inline-flex;align-items:center;min-height:44px;margin-top:8px;color:var(--gold);font-weight:750}.post-cta a:hover{color:#fff}@media(max-width:700px){.post-cta{grid-template-columns:1fr}.post-cta article{padding:24px}.post-cta h2{font-size:23px}}
.bar>.brand{display:flex;flex:0 0 auto;align-items:center;height:58px;color:inherit;letter-spacing:normal}.bar>.brand img{display:block;width:190px;height:auto;max-height:58px;border-radius:3px;object-fit:contain}@media(max-width:800px){.bar>.brand{height:50px}.bar>.brand img{width:158px;max-height:50px}}@media(max-width:380px){.bar>.brand img{width:142px}}
