.blog-body {
  background: #0e0a07;
}

.blog-header {
  background: radial-gradient(ellipse at 50% 0%, #1a1208 0%, #0e0a07 70%);
  border-bottom: 1px solid #2a1e0e;
  padding: 4rem 2rem 3rem;
  text-align: center;
}

.blog-header-inner {
  max-width: 720px;
  margin: 0 auto;
}

.blog-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #6a5030;
  margin-bottom: 1.5rem;
}

.blog-title {
  font-family: 'EB Garamond', serif;
  font-size: 64px;
  font-weight: 400;
  font-style: italic;
  color: #e8d5a8;
  margin: 0 0 1.5rem;
  letter-spacing: 2px;
  line-height: 1;
}

.blog-intro {
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  font-style: italic;
  color: #7a6040;
  line-height: 1.7;
  margin-top: 1.5rem;
}

.post-rule {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem auto;
  max-width: 200px;
}

.pr-line {
  flex: 1;
  height: 1px;
  background: #2a1e0e;
}

.pr-diamond {
  width: 5px;
  height: 5px;
  background: #c9a84c;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.blog-index {
  padding: 3rem 2rem;
}

.blog-index-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.post-card {
  padding: 2.5rem 0;
  border-bottom: 1px solid #1e1408;
}

.post-card:last-child {
  border-bottom: none;
}

.post-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.post-card-category {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a84c;
  border: 1px solid #2a1e0e;
  padding: 0.2rem 0.6rem;
}

.post-card-date {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4a3820;
}

.post-card-title {
  font-family: 'EB Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.post-card-title a {
  color: #e8d5a8;
  text-decoration: none;
  transition: color 0.2s;
}

.post-card-title a:hover {
  color: #c9a84c;
}

.post-card-subtitle {
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  font-style: italic;
  color: #6a5030;
  margin-bottom: 0.75rem;
}

.post-card-excerpt {
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  line-height: 1.75;
  color: #7a6040;
  margin-bottom: 1rem;
}

.post-card-read {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a84c;
  text-decoration: none;
  border-bottom: 1px solid #2a1e0e;
  padding-bottom: 2px;
  transition: border-color 0.2s;
}

.post-card-read:hover {
  border-color: #c9a84c;
}

.blog-empty {
  text-align: center;
  padding: 4rem 0;
}

.blog-empty p {
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  font-style: italic;
  color: #4a3820;
  line-height: 2;
}

/* POST PAGE */
.post-header {
  background: radial-gradient(ellipse at 50% 0%, #1a1208 0%, #0e0a07 70%);
  border-bottom: 1px solid #2a1e0e;
  padding: 3rem 2rem 2.5rem;
}

.post-header-inner {
  max-width: 720px;
  margin: 0 auto;
}

.post-back {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4a3820;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1.5rem;
  transition: color 0.2s;
}

.post-back:hover {
  color: #c9a84c;
}

.post-meta-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.post-category {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a84c;
  border: 1px solid #2a1e0e;
  padding: 0.2rem 0.6rem;
}

.post-date {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4a3820;
}

.post-title {
  font-family: 'EB Garamond', serif;
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  color: #e8d5a8;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.post-subtitle {
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  font-style: italic;
  color: #6a5030;
  margin-bottom: 0;
}

.post-main {
  padding: 3rem 2rem;
}

.post-body {
  max-width: 720px;
  margin: 0 auto;
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  line-height: 1.85;
  color: #c8b080;
}

.post-body p {
  margin-bottom: 1.5rem;
}

.post-body h2 {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a84c;
  margin: 2.5rem 0 1rem;
}

.post-body h3 {
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  font-style: italic;
  color: #e8d5a8;
  margin: 2rem 0 0.75rem;
}

.post-body a {
  color: #c9a84c;
  text-decoration: none;
  border-bottom: 1px solid #2a1e0e;
  transition: border-color 0.2s;
}

.post-body a:hover {
  border-color: #c9a84c;
}

.post-body blockquote {
  border-left: 2px solid #c9a84c;
  margin: 2rem 0;
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-style: italic;
  color: #9a7850;
}

.post-body ul, .post-body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.post-body li {
  margin-bottom: 0.5rem;
}
