:root { color-scheme: dark; }
* { box-sizing: border-box; }
body {
  margin: 0;
  background: #0b0a09;
  color: #f4efe6;
  font-family: Outfit, system-ui, sans-serif;
  line-height: 1.6;
}
a { color: #c9a56a; }
header, main, footer { max-width: 760px; margin: 0 auto; padding: 28px 20px; }
header a.brand {
  font-family: "Cormorant Garamond", serif;
  color: #f4efe6;
  text-decoration: none;
  font-size: 28px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1 { font-family: "Cormorant Garamond", serif; font-size: 42px; font-weight: 500; line-height: 1.1; }
h2 { font-family: "Cormorant Garamond", serif; font-size: 26px; margin-top: 32px; }
p, li { color: #cfc6b8; }
footer { border-top: 1px solid #2c2720; color: #9a9186; font-size: 13px; }
nav { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 16px; font-size: 13px; }
