/* AeroSub — fotoğraflı kategori kartı (mega menü ızgarasında bir hücre) */
.cc_Z0fv8wUkj4_kt7gy8Dm2Q .aerosub {
  display: block;
  text-decoration: none;
  color: inherit;
  font-family: system-ui, -apple-system, sans-serif;
}

.cc_Z0fv8wUkj4_kt7gy8Dm2Q .aerosub__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  border: 0.5px solid var(--aeromega-border, #2A2520);
  background: #1C1916;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.cc_Z0fv8wUkj4_kt7gy8Dm2Q .aerosub:hover .aerosub__thumb {
  border-color: var(--aeromega-accent, #C68F61);
  transform: translateY(-3px);
}

.cc_Z0fv8wUkj4_kt7gy8Dm2Q .aerosub__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cc_Z0fv8wUkj4_kt7gy8Dm2Q .aerosub:hover .aerosub__img { transform: scale(1.06); }
.cc_Z0fv8wUkj4_kt7gy8Dm2Q .aerosub__img--empty {
  background: radial-gradient(circle at 50% 40%, rgba(198, 143, 97, 0.16), rgba(11, 10, 9, 0) 60%), #1C1916;
}

/* başlık görselin üstünde — scrim ile okunur */
.cc_Z0fv8wUkj4_kt7gy8Dm2Q .aerosub__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 14px 12px;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.3;
  color: #F3ECE3;
  background: linear-gradient(transparent, rgba(11, 10, 9, 0.85));
  pointer-events: none;
}

@media (max-width: 1024px) {
  .cc_Z0fv8wUkj4_kt7gy8Dm2Q .aerosub__thumb { aspect-ratio: 16 / 9; }
  .cc_Z0fv8wUkj4_kt7gy8Dm2Q .aerosub__name { font-size: 14.5px; }
}
