/* filename: assets/pages.css | project: midlifecruisis.com | date: 2026-09-21 */
:root { color-scheme: dark; }
body {
  margin: 0;
  background: #0a0a0f;
  color: #e8e4dc;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}
a { color: #e4d2b0; }
a:focus-visible { outline: 2px solid #e4d2b0; outline-offset: 3px; }
.wrap { max-width: 42rem; margin: 0 auto; padding: 2rem 1.5rem 4rem; }
nav { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; font-family: "Space Grotesk", sans-serif; font-size: 0.85rem; letter-spacing: 0.04em; }
h1 { font-size: 2.1rem; font-weight: 500; line-height: 1.15; margin: 1.5rem 0 1rem; }
h2 { font-size: 1.35rem; font-weight: 500; margin: 2rem 0 0.5rem; }
.lead { font-size: 1.15rem; }
.price { font-family: "Space Grotesk", sans-serif; font-size: 0.95rem; }
footer { margin-top: 3rem; font-size: 0.9rem; }
code { font-size: 0.85rem; word-break: break-all; }
