.language { min-width:44px; min-height:44px; padding:.65rem 1rem; border:1px solid var(--ink); background:transparent; font-size:.68rem; font-weight:900; cursor:pointer; }
.prototype-note { padding:clamp(4rem,8vw,7rem) clamp(1.2rem,7vw,7rem); background:var(--ink); color:white; }
.prototype-note h2 { max-width:900px; font-size:clamp(3rem,7vw,6.5rem); }
.prototype-note > p:last-child { max-width:720px; margin:2rem 0 0; line-height:1.65; }
.skip-link { position:fixed; z-index:100; top:8px; left:8px; padding:10px 14px; background:white; color:var(--ink); transform:translateY(-160%); }
.skip-link:focus { transform:none; }
.progress-note { display:inline-block; margin-top:1rem; color:#53605b; font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
@media (max-width:560px) { header { gap:10px; } .brand span { display:none; } .prototype-note { padding-block:4rem; } }
