.bau-related-module{
  width:100%;
  margin:48px 0 0;
  padding:40px 0;
  background:#f3f4f6;
}

.bau-related-inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
}

.bau-related-header{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}

.bau-related-title{
  margin:0;
  font-size:22px;
  line-height:1.2;
  color:#111827;
}

.bau-related-parent{
  color:#111827;
  opacity:.75;
  text-decoration:underline;
}

.bau-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

@media (max-width:900px){ .bau-related-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:640px){ .bau-related-grid{ grid-template-columns:1fr; } }

.bau-related-card{
  display:block;
  padding:14px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  text-decoration:none;
  transition:transform 120ms ease, box-shadow 120ms ease;
}

.bau-related-card:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(17,24,39,.08);
}

.bau-related-card-media{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  border-radius:12px;
  overflow:hidden;
  margin-bottom:12px;
  background:#e5e7eb;
}

.bau-related-card-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.bau-related-card-placeholder{
  display:block;
  width:100%;
  height:100%;
  background:#e5e7eb;
}

.bau-related-card-title{
  display:block;
  color:#111827;
  font-weight:650;
  margin-bottom:6px;
}

.bau-related-card-meta{
  display:block;
  color:rgba(17,24,39,.7);
  font-size:12px;
}
