@font-face { font-family: "Bricolage Grotesque"; src: url(assets/fonts/bricolage-bold.woff) format("woff"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url(assets/fonts/instrument-regular.woff) format("woff"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url(assets/fonts/instrument-bold.woff) format("woff"); font-weight: 700; font-display: swap; }
:root { --cream: #f8f5ec; --blue: #3d85a9; --sage: #b9b8a6; --moss: #6b7160; --olive: #6b7160; --pad: clamp(1.25rem, 5vw, 4rem);
  --display: "Bricolage Grotesque", "Trebuchet MS", "Segoe UI", Arial, sans-serif; --body: "Instrument Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif; }
* { box-sizing: border-box; }
html[data-l="de"] [lang="en"], html[data-l="en"] [lang="de"] { display: none !important; }
body { margin: 0; background: var(--cream); color: #000; font-family: var(--body); font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
header { display: flex; align-items: center; gap: 1rem; padding: 1rem var(--pad); }
.brand { margin-right: auto; text-decoration: none; color: var(--moss); }
.brand .wm { font-family: var(--display); font-weight: 700; font-size: 1.35rem; letter-spacing: -.02em; line-height: 1.2; color: var(--moss); }
.lang { display: flex; border: 2px solid #000; border-radius: 999px; overflow: hidden; }
.lang button { font: inherit; font-weight: 700; font-size: .85rem; padding: .22rem .65rem; background: transparent; color: #000; border: 0; cursor: pointer; }
.lang button[aria-pressed="true"] { background: #000; color: var(--cream); }
main { max-width: 46rem; margin: 0 auto; padding: 2rem var(--pad) 5rem; }
h1 { font-family: var(--display); font-weight: 700; font-size: clamp(2.5rem, 8vw, 4.2rem); line-height: 1; letter-spacing: -.035em; color: var(--moss); margin: 0 0 2rem; }
h2 { font-family: var(--display); font-weight: 700; font-size: 1.35rem; letter-spacing: -.01em; margin: 2.25rem 0 .5rem; }
p, ul { margin: 0 0 1rem; }
ul { padding-left: 1.25rem; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
footer { background: var(--olive); color: var(--cream); padding: 1.5rem var(--pad); font-size: .95rem; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; }
footer nav { display: flex; gap: 1.25rem; }
