/* Blog detay — Natura benzeri, Bais renkleri */

.page-blog-detay .site-header {
  position: relative;
  background: #fff;
}

.page-blog-detay .header-logo {
  background: var(--header-dark);
}

.page-blog-detay .header-bar {
  border-bottom: 1px solid #ebe6e2;
}

.bd-banner {
  background:
    linear-gradient(120deg, #2a1612 0%, #4a2c24 45%, #d67d5c 100%);
  min-height: 120px;
  position: relative;
  overflow: hidden;
}

.bd-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.08), transparent 40%),
    radial-gradient(circle at 88% 40%, rgba(255, 255, 255, 0.1), transparent 35%);
  pointer-events: none;
}

.bd-main {
  background: #f7f4f1;
  padding: 40px 0 96px;
}

.bd-inner {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
}

.bd-article {
  background: #fff;
  border: 1px solid #ebe4df;
  border-radius: 20px;
  padding: clamp(20px, 3vw, 36px);
}

.bd-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 28px;
}

.bd-title {
  text-align: center;
  color: #2a1612;
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 18px;
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
}

.bd-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ebe4df;
  color: #8a7d77;
  font-size: 14px;
}

.bd-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bd-meta i {
  color: var(--nav-active);
  font-size: 13px;
}

.bd-content {
  color: #4a403c;
  font-size: 16.5px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.bd-content img,
.bd-content video,
.bd-content iframe {
  max-width: 100%;
  height: auto;
}

.bd-content iframe {
  width: 100%;
}

.bd-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bd-content > p {
  margin: 0 0 20px;
}

.bd-content > p:first-of-type {
  font-size: 18px;
  color: #2a1612;
  font-weight: 500;
}

.bd-content h2 {
  color: #2a1612;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.3;
  margin: 40px 0 16px;
}

.bd-content h3 {
  color: #2a1612;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  margin: 28px 0 12px;
}

.bd-content ul {
  margin: 0 0 24px;
  padding-left: 22px;
  list-style: disc;
}

.bd-content li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.bd-content li::marker {
  color: var(--nav-active);
}

.bd-inline-img {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 32px auto;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.bd-cta {
  margin: 40px 0 8px;
  padding: 24px 28px;
  background: linear-gradient(135deg, rgba(214, 125, 92, 0.1), rgba(42, 22, 18, 0.06));
  border-left: 4px solid var(--nav-active);
}

.bd-cta p {
  margin: 0 0 14px;
  color: #2a1612;
  font-weight: 500;
}

.bd-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nav-active);
  font-weight: 700;
  font-size: 15px;
  transition: gap 0.2s ease;
}

.bd-cta a:hover {
  gap: 14px;
  color: #2a1612;
}

.bd-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #ebe4df;
}

.bd-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2a1612;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.2s ease;
}

.bd-back:hover {
  color: var(--nav-active);
}

.bd-related {
  margin-top: 48px;
}

.bd-related h2 {
  color: #2a1612;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
}

.bd-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bd-related-item {
  display: block;
  background: #fff;
  border: 1px solid #ebe4df;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.bd-related-item:hover {
  border-color: var(--nav-active);
  transform: translateY(-2px);
}

.bd-related-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.bd-related-item span {
  display: block;
  padding: 14px 16px 16px;
  color: #2a1612;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .bd-related-grid {
    grid-template-columns: 1fr;
  }

  .bd-main {
    padding: 28px 0 72px;
  }

  .bd-banner {
    min-height: 80px;
  }

  .bd-inner,
  .bd-banner-inner {
    width: calc(100% - 32px);
  }
}
