:root {
  color-scheme: dark;
  background: #111b20;
  color: #eddec4;
  font-family: Georgia, "Times New Roman", serif;
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
}

* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 1440px; margin-inline: auto; }
.key-art { border-bottom: 1px solid #76634b; }
.key-art img { display: block; width: 100%; height: auto; }
.introduction { padding: 2.6rem 1.5rem 2.4rem; text-align: center; }
.eyebrow { margin: 0 0 1rem; color: #cbbb9f; font-size: 1rem; line-height: 1.6; }
h2 { margin: 0; color: #efd5a3; font-size: clamp(2.25rem, 5vw, 3.5rem); font-weight: 400; line-height: 1.2; letter-spacing: .045em; }
.description { margin: 1.2rem auto 0; max-width: 36rem; font-size: 1.125rem; line-height: 1.75; }
footer { margin: 0 1.5rem; padding: 1.25rem 0 1.5rem; border-top: 1px solid #354047; text-align: center; color: #b9b4a9; font-size: .875rem; line-height: 1.6; }
footer p { margin: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
a:hover { color: #efd5a3; }
a:focus-visible { outline: 2px solid #efd5a3; outline-offset: 6px; border-radius: 2px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.not-found { min-height: 85svh; display: grid; align-content: center; justify-items: center; padding: 2rem 1.5rem; text-align: center; }
.not-found > a { display: block; width: min(100%, 640px); }
.not-found img { display: block; width: 100%; height: auto; }
.not-found h1 { font-size: clamp(1.8rem, 5vw, 2.5rem); font-weight: 400; }
.not-found p { font-size: 1.125rem; line-height: 1.7; }
@media (max-width: 480px) {
  .introduction { padding: 2.25rem 1.25rem; }
  .wide-break { display: none; }
}
