.sbh-hero { width: 100%; height: calc(22vh + var(--site-header-h, 0px)); min-height: 180px; background: url('/images/headers/sepettobooth.jpg') center/cover no-repeat; position: relative; display: flex; align-items: center; margin-top: calc(-1 * var(--site-header-h, 0px)); }
.sbh-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.78), rgba(0,0,0,0.58)); }
.sbh-hero::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 25%; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%); pointer-events: none; }
.sbh-hero-inner { position: relative; z-index: 1; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; text-align: center; }
.sbh-hero-title { color: #ffc107; font-size: 2rem; font-weight: 400; margin: 0 0 6px; font-family: 'M PLUS Rounded 1c', 'Poppins', sans-serif; }
.sbh-hero-desc { color: rgba(255,255,255,0.9); font-size: 1.05rem; margin: 0; max-width: 720px; margin-left: auto; margin-right: auto; }
.sbh-hero-credits { margin-top: 6px; color: rgba(255,255,255,0.85); font-size: 0.9rem; display: inline-flex; align-items: center; gap: 8px; }
.sbh-hero-credits i { color: #ffc107; }

@media (max-width: 768px) {
  .sbh-hero-title { font-size: 1.6rem; }
  .sbh-hero-desc { font-size: 0.95rem; }
  .sbh-hero-credits { font-size: 0.85rem; }
}
@media (max-width: 480px) {
  .sbh-hero-title { font-size: 1.5rem; }
  .sbh-hero-desc { font-size: 0.9rem; }
  .sbh-hero-credits { font-size: 0.8rem; }
}

