@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&family=Playfair+Display:ital,wght@0,700;1,400&display=swap");

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #F5F0E8;
  color: #2c2820;
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

.site-wrapper { max-width: 680px; margin: 0 auto; padding: 0 24px; }

.site-header {
  padding: 36px 0 20px;
  border-bottom: 1px solid #d4c8b4;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}


.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav-link {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--subtle, #9a9080);
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: color 0.2s;
}
.site-nav-link:hover { color: var(--ink, #1c1814); }

.site-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: #1c1814;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.site-tagline {
  font-family: "Lora", serif;
  font-size: 13px;
  font-style: italic;
  color: #9a9080;
}

.article { padding: 48px 0 80px; }

.article-tag {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #9a9080;
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}

.article-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #1c1814;
  margin-bottom: 20px;
}

.article-meta {
  font-size: 12px;
  color: #9a9080;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d4c8b4;
}

.article-image {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 40px;
}

.article-content p {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.85;
  color: #4a4238;
  margin-bottom: 28px;
  font-style: italic;
}

.article-content em { font-style: italic; }

.article-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: #1c1814;
  margin: 48px 0 20px;
}

.article-content blockquote {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-style: italic;
  color: #1c1814;
  border-left: 3px solid #1c1814;
  padding-left: 24px;
  margin: 40px 0;
  line-height: 1.5;
}

.article-content hr {
  border: none;
  border-top: 1px solid #d4c8b4;
  margin: 40px 0;
}

.site-footer {
  padding: 24px 0 56px;
  border-top: 1px solid #d4c8b4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-brand {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-style: italic;
  color: #9a9080;
}

.footer-copy { font-size: 12px; color: #b4aa9a; }

.article-content blockquote {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-style: italic;
  color: #1c1814;
  text-align: center;
  padding: 32px 24px;
  margin: 48px 0;
  border: none;
  border-top: 1px solid #d4c8b4;
  border-bottom: 1px solid #d4c8b4;
  line-height: 1.6;
}
