:root {
  color-scheme: light;
  font-family: Inter, "Segoe UI", "Microsoft YaHei UI", system-ui, sans-serif;
  background: #f4f0e8;
  color: #29312d;
}

* {
  box-sizing: border-box;
}

body {
  display: grid;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(circle at 18% 18%, rgb(160 128 79 / 14%), transparent 26rem),
    radial-gradient(circle at 82% 78%, rgb(66 104 89 / 12%), transparent 28rem),
    #f4f0e8;
}

main {
  width: min(100%, 42rem);
  border: 1px solid rgb(41 49 45 / 14%);
  border-radius: 1.5rem;
  padding: clamp(2rem, 7vw, 4.5rem);
  background: rgb(255 253 248 / 88%);
  box-shadow: 0 2rem 5rem rgb(56 48 36 / 12%);
}

.eyebrow {
  margin: 0;
  color: #89704b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

h1 {
  margin: 1rem 0 1.25rem;
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: clamp(2.2rem, 8vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.description {
  max-width: 32rem;
  margin: 0;
  color: #65706a;
  font-size: clamp(1rem, 2.8vw, 1.15rem);
  line-height: 1.9;
}

.divider {
  width: 3.5rem;
  height: 1px;
  margin: 2.5rem 0 1.25rem;
  background: #b39a72;
}

.section-title {
  margin: 0 0 1.25rem;
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #29312d;
}

.posts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.posts li {
  padding: 1.1rem 0;
  border-bottom: 1px dashed rgb(41 49 45 / 12%);
}

.posts li:first-child {
  padding-top: 0;
}

.posts li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.post-meta {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}

.post-date {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #89704b;
}

.post-category {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  background: rgb(160 128 79 / 12%);
  color: #89704b;
}

.post-title {
  margin: 0 0 0.35rem;
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #29312d;
}

.post-excerpt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #65706a;
}

.about {
  max-width: 32rem;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.85;
  color: #65706a;
}

.footer {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(41 49 45 / 10%);
}

.footer p {
  margin: 0;
  font-size: 0.8rem;
  color: #8a938d;
}
