.blog-page {
  background: white;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}

.blog-page-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(120px, 16vh, 180px);
  padding: 1.5rem 2rem;
  text-align: center;
  background-color: #0a0d12;
  background-image: url('/images/products-hero.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.blog-page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 18, 0.52);
  z-index: 0;
}

.blog-page-header h1,
.blog-page-header p,
.blog-page-header .blog-gold-line {
  position: relative;
  z-index: 1;
}

.blog-page-header h1 {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.25rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.02em;
  margin: 0;
}

.blog-page-header p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0.75rem;
  font-size: 1.05rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

.blog-gold-line {
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 1rem auto 0;
  border-radius: 2px;
}

.blog-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.5rem 2rem 4rem;
  flex: 1 1 auto;
  width: 100%;
  background: #ffffff;
}

.blog-page > .blog-article {
  flex: 1 1 auto;
  width: 100%;
}

.blog-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.blog-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding: 2rem 0;
  border-bottom: 1px solid #e8e8e8;
  background: transparent;
}

.blog-card:first-child {
  padding-top: 0.5rem;
}

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

.blog-card-media {
  flex: 0 0 clamp(200px, 28vw, 300px);
  width: clamp(200px, 28vw, 300px);
  aspect-ratio: 1;
  background: #f3f4f6;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card-body {
  flex: 1;
  min-width: 0;
  padding: 0.15rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-card h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  margin: 0 0 0.85rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.blog-card h2 a {
  color: #111319;
  text-decoration: none;
}

.blog-card h2 a:hover {
  color: #b8862a;
}

.blog-card-content {
  position: relative;
  width: 100%;
  font-size: 0.95rem;
  color: #30343b;
  line-height: 1.65;
  margin: 0 0 1.15rem;
  max-height: 8.5rem;
  overflow: hidden;
}

.blog-card-content::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.25rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
}

.blog-card-content p {
  margin: 0 0 0.5rem;
}

.blog-card-content p:last-child {
  margin-bottom: 0;
}

.blog-card-content ul,
.blog-card-content ol {
  margin: 0 0 0.5rem;
  padding-left: 1.25rem;
}

.blog-card-content ul {
  list-style: disc;
}

.blog-card-content ol {
  list-style: decimal;
}

.blog-card-content li {
  margin-bottom: 0.35rem;
}

.blog-card-content li:last-child {
  margin-bottom: 0;
}

.blog-card-content a {
  color: #b45309;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-card-more {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: auto;
  padding: 0.5rem 1rem;
  border: 1px solid #c49029;
  border-radius: 2px;
  color: #c49029;
  background: #ffffff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.blog-card-more:hover {
  color: #111319;
  background: rgba(196, 144, 41, 0.08);
  border-color: #9a7b2e;
}

.blog-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.blog-article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
}

.blog-article-featured {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1.75rem;
  border: 1px solid var(--border);
}

.blog-article-header {
  margin-bottom: 2rem;
}

.blog-article-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.blog-article-meta {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.blog-article-body {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--text-dark);
}

.blog-article-body p {
  margin-bottom: 1rem;
}

.blog-article-body a {
  color: #b45309;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}

.blog-article-body a:hover {
  color: var(--navy);
}

.blog-back {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: var(--navy-mid);
  text-decoration: none;
  font-weight: 500;
}

.blog-back:hover {
  color: var(--gold);
}

@media (max-width: 600px) {
  .blog-page-header {
    min-height: 220px;
    padding: 1.25rem 1rem;
  }

  .blog-page-header h1 {
    font-size: 2rem;
  }

  .blog-card {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.75rem 0;
  }

  .blog-card-media {
    width: 100%;
    flex: none;
    max-width: 320px;
  }
}
