.site-controls{display:flex;align-items:center;gap:.6rem}
.theme-toggle{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:transparent;color:var(--gold-light);display:grid;place-items:center;cursor:pointer;padding:0;flex:none;transition:border-color .25s,color .25s,background-color .25s}
.theme-toggle:hover,.theme-toggle:focus-visible{border-color:var(--gold);color:var(--gold)}
.theme-toggle svg{width:17px;height:17px;display:block}
.theme-toggle .icon-moon{display:none}
[data-theme="light"] .theme-toggle .icon-sun{display:none}
[data-theme="light"] .theme-toggle .icon-moon{display:block}

.lang-toggle{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:2px;gap:2px;flex:none}
.lang-toggle button{border:0;background:transparent;color:var(--muted);font:600 .62rem/1 var(--sans);letter-spacing:.08em;padding:.42rem .7rem;border-radius:999px;cursor:pointer;transition:background-color .25s,color .25s}
.lang-toggle button[aria-pressed="true"]{background:var(--gold);color:var(--black)}
.lang-toggle button:not([aria-pressed="true"]):hover,.lang-toggle button:not([aria-pressed="true"]):focus-visible{color:var(--cream)}

.nav .site-controls{margin-left:.4rem}
@media(max-width:900px){
  .nav .site-controls{margin:.5rem 0 0;justify-content:center}
}

.launch-controls{display:flex;justify-content:flex-end;margin-bottom:1.4rem}

img[data-logo-theme="light"]{display:none}
[data-theme="light"] img[data-logo-theme="dark"]{display:none}
[data-theme="light"] img[data-logo-theme="light"]{display:inline-block}
