:root {
  background: #f1efe8;
  color: #263731;
  font-family: Georgia, "Times New Roman", serif;
}

body {
  display: grid;
  margin: 0;
  min-height: 100vh;
  place-items: center;
}

main {
  box-sizing: border-box;
  max-width: 42rem;
  padding: 3rem;
}

.eyebrow, .back, nav a {
  color: #52665c;
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.back { text-decoration: none; }

h1 {
  font-size: clamp(2.4rem, 8vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.94;
  margin: 1.25rem 0;
}

p { font-size: 1.12rem; line-height: 1.65; }
.muted { color: #64746d; font-style: italic; }
nav { display: flex; gap: 1.5rem; margin-top: 2.5rem; }
nav a { text-decoration-thickness: 1px; text-underline-offset: 0.3rem; }
