:root {
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.68;
  background: #0b0f17;
  color: #f4f2eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(ellipse 56rem 34rem at 20% -14%, rgba(108, 113, 139, .18), transparent 70%),
    linear-gradient(180deg, #111722 0%, #0b0f17 32rem);
}
a { color: #e6caa7; text-underline-offset: .18em; }
a[href^="mailto:"] { overflow-wrap: anywhere; }
a:hover, a:focus-visible { color: #fff0da; }
a:focus-visible { outline: 2px solid #e6caa7; outline-offset: 4px; border-radius: 2px; }
.shell { width: min(100% - 2.5rem, 72rem); margin: 0 auto; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5rem;
  border-bottom: 1px solid rgba(244, 242, 235, .16);
}
.brand { display: inline-flex; align-items: center; min-height: 2.75rem; gap: .7rem; color: #f4f2eb; text-decoration: none; font-size: .9rem; font-weight: 650; letter-spacing: .18em; }
.brand-mark { display: inline-block; width: 1.3rem; height: 1.3rem; border: 2px solid #e6caa7; border-radius: 50%; box-shadow: inset -.34rem -.27rem 0 #0b0f17; }
.header-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; column-gap: 1.6rem; row-gap: .5rem; }
.header-links a { display: inline-flex; align-items: center; min-height: 2.75rem; color: #d8d7d2; text-decoration: none; font-size: .86rem; font-weight: 550; }
.header-links a[aria-current="page"] { color: #e6caa7; text-decoration: underline; }
.header-links a:hover, .header-links a:focus-visible { text-decoration: underline; }
.language-switch { border-left: 1px solid rgba(244, 242, 235, .28); padding-left: 1.4rem; }
.document { max-width: 46rem; padding: 4.3rem 0 5.5rem; }
.eyebrow { margin: 0 0 .7rem; color: #e6caa7; font-size: .78rem; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.12; letter-spacing: -.035em; font-weight: 630; }
.lede { max-width: 40rem; margin: 1.2rem 0 0; color: #c7c8ca; font-size: 1.1rem; line-height: 1.55; }
.meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem 1.5rem; margin: 2.2rem 0 2rem; padding: 1.1rem 0; border-top: 1px solid rgba(244, 242, 235, .16); border-bottom: 1px solid rgba(244, 242, 235, .16); }
.meta dt { color: #aeb1b8; font-size: .82rem; }
.meta dd { margin: .1rem 0 0; font-size: .96rem; }
section { margin: 3rem 0 0; }
h2 { margin: 0 0 .7rem; font-size: 1.28rem; line-height: 1.35; font-weight: 620; }
p, li { color: #dadbdc; }
p { margin: .8rem 0 0; }
ul { margin: 1rem 0 0; padding-left: 1.3rem; }
li + li { margin-top: .55rem; }
.site-footer { border-top: 1px solid rgba(244, 242, 235, .16); padding: 1.5rem 0 2.5rem; color: #aeb1b8; font-size: .82rem; }
@media (max-width: 640px) {
  :root { font-size: 17px; }
  .shell { width: min(100% - 2rem, 72rem); }
  .site-header { min-height: 4.6rem; align-items: flex-start; padding: 1rem 0; }
  .header-links { column-gap: 1rem; }
  .language-switch { padding-left: .8rem; }
  .document { padding-top: 2.7rem; }
  .meta { grid-template-columns: 1fr; }
}
@media (max-width: 340px) {
  .site-header { flex-wrap: wrap; row-gap: 0; }
  .header-links { width: 100%; justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.updated { color: #aeb1b8; font-size: .9rem; margin-top: 1.5rem; }
