:root { color: #1a1612; font-family: Georgia, "Times New Roman", serif; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 0, #e8d7c3, transparent 40%),
    #f3eee4;
}
.wrap { max-width: 640px; margin: 0 auto; padding: 48px 20px 80px; }
.eyebrow { letter-spacing: 0.16em; text-transform: uppercase; font-family: "Segoe UI", sans-serif; font-size: 12px; color: #0b6e63; font-weight: 700; }
h1 { font-size: 42px; margin: 8px 0 16px; }
h2 { font-size: 20px; }
.lede { font-size: 20px; line-height: 1.45; }
.btn {
  display: inline-block;
  background: #0b6e63;
  color: #f6f1e8;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 999px;
}
.fine, li { line-height: 1.5; }
code { font-family: ui-monospace, monospace; font-size: 0.9em; }
