* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #faf5f2;
  color: #2a1f24;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.container { max-width: 760px; margin: 0 auto; padding: 60px 24px; }
.back {
  display: inline-block;
  font-size: 14px;
  color: #c4466e;
  text-decoration: none;
  margin-bottom: 32px;
}
.back:hover { text-decoration: underline; }
h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.subtitle { color: #6b5a62; margin-bottom: 40px; font-size: 16px; }
h2 {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  font-weight: 500;
  margin-top: 36px;
  margin-bottom: 14px;
}
h3 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
}
p { margin-bottom: 16px; color: #3a2a30; }
ul, ol { margin-bottom: 16px; padding-left: 24px; }
li { margin-bottom: 6px; color: #3a2a30; }
a { color: #c4466e; }
strong { color: #2a1f24; }
.highlight {
  background: #fff4e6;
  border-left: 3px solid #d4a574;
  padding: 16px 20px;
  margin: 24px 0;
  border-radius: 4px;
}
footer {
  border-top: 1px solid rgba(139, 40, 80, 0.12);
  margin-top: 60px;
  padding-top: 24px;
  color: #9a8a91;
  font-size: 13px;
}
footer a { color: #9a8a91; text-decoration: none; margin-right: 20px; }
footer a:hover { color: #c4466e; }
