.recipe-card-img{
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.recipe-hero{
  width: 100%;
  height: 340px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  margin-bottom: 28px;
  box-shadow: 0 18px 40px -20px rgba(43,38,33,0.45);
}
.hero{
  background: linear-gradient(120deg, rgba(14,18,22,0.85), rgba(20,45,66,0.55)), url('https://images.unsplash.com/photo-1560179524-382d0d0f27f9?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center;
  color: #EDF1F5;
  border-radius: 18px;
  padding: 90px 56px;
  margin-bottom: 40px;
  border: 1px solid var(--color-border);
}
.ad-placeholder{
  display:flex; align-items:center; justify-content:center;
  min-height: 60px;
  border: 1px dashed var(--color-border);
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
