/* Blog Bant — koyu lüks kompakt bant (evona-style-sistemi). */
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-root {
  --vp: 40px;
  width: 100%;
  padding: var(--vp) 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-root[data-padding="compact"] { --vp: 40px; }
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-root[data-padding="normal"] { --vp: 72px; }
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-root[data-padding="spacious"] { --vp: 100px; }
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-root[data-padding="extra"] { --vp: 140px; }

.cc_Z0fv8wUkj4_U8r9LRMjht .bb-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 clamp(40px, 8vw, 120px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

/* Hizalama varyantları */
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-root[data-align="center"] .bb-inner {
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-root[data-align="right"] .bb-inner { flex-direction: row-reverse; }
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-root[data-align="right"] .bb-text { text-align: right; }

.cc_Z0fv8wUkj4_U8r9LRMjht .bb-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cc_Z0fv8wUkj4_U8r9LRMjht .bb-title {
  margin: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.15;
}

.cc_Z0fv8wUkj4_U8r9LRMjht .bb-desc {
  margin: 8px 0 0;
  font-size: 15.5px;
  font-weight: 300;
  color: var(--bb-secondary, #b7ac9f);
  line-height: 1.7;
}

.cc_Z0fv8wUkj4_U8r9LRMjht .bb-latest {
  margin: 14px 0 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-latest-thumb {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  overflow: hidden;
  flex: none;
  display: block;
  border: 1px solid rgba(243, 236, 227, 0.12);
}
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-latest-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-latest:hover .bb-latest-thumb img {
  transform: scale(1.08);
}
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-latest-text {
  min-width: 0;
}
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-latest-label { color: var(--bb-secondary, #b7ac9f); opacity: 0.8; }
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-latest-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--bb-accent, #c68f61);
  padding-bottom: 1px;
  transition: color 0.2s;
}
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-latest-link:hover { color: var(--bb-accent, #c68f61); }

.cc_Z0fv8wUkj4_U8r9LRMjht .bb-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bb-accent, #c68f61);
  color: var(--bb-cta-text, #0b0a09);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 999px;
  transition: background-color 0.25s, transform 0.25s;
}
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-btn:hover { background: #e2b488; }
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-btn-arrow { transition: transform 0.25s; }
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-btn:hover .bb-btn-arrow { transform: translateX(3px); }

/* Özel önizleme görseli — çerçeveli kart (masaüstü: sağda 300px) */
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-media {
  flex: 0 0 300px;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(243, 236, 227, 0.12);
}
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-media img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cc_Z0fv8wUkj4_U8r9LRMjht .bb-media:hover img { transform: scale(1.05); }

@media (max-width: 640px) {
  .cc_Z0fv8wUkj4_U8r9LRMjht .bb-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .cc_Z0fv8wUkj4_U8r9LRMjht .bb-root[data-align="right"] .bb-inner { flex-direction: column; }
  .cc_Z0fv8wUkj4_U8r9LRMjht .bb-root[data-align="center"] .bb-inner { align-items: center; }

  /* Görsel mobilde tam genişlik banner olur */
  .cc_Z0fv8wUkj4_U8r9LRMjht .bb-media { flex: none; width: 100%; }
  .cc_Z0fv8wUkj4_U8r9LRMjht .bb-media img { height: 160px; }
}

/* Studio mobil anahtarları: eyebrow + açıklama */
@media (max-width: 760px) {
  .cc_Z0fv8wUkj4_U8r9LRMjht .bb-root[data-m-eyebrow="hide"] .bb-eyebrow { display: none; }
  .cc_Z0fv8wUkj4_U8r9LRMjht .bb-root[data-m-desc="hide"] .bb-desc { display: none; }
}
